Skip to content

Commit

Permalink
add multi purchase
Browse files Browse the repository at this point in the history
  • Loading branch information
FunixG committed Feb 14, 2024
1 parent 8e339e7 commit faaa14f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@funixproductions/angular-core",
"version": "0.1.4",
"version": "0.1.5",
"description": "Package used in all FunixProductions Angular projects",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion projects/funixproductions-requests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@funixproductions/funixproductions-requests",
"version": "0.1.4",
"version": "0.1.5",
"description": "Package used in all FunixProductions Angular projects",
"peerDependencies": {
"@angular/common": "^17.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ import {ApiDTO} from "../../../../../core/dtos/api-dto";
export class PacifistaShopCategoryDTO extends ApiDTO {
name?: string;
description?: string;
multiPurchaseAllowed?: boolean;
}

0 comments on commit faaa14f

Please sign in to comment.