synunu-libs 1.0.67 → 1.0.68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dto/branch.dto.d.ts +1 -2
- package/dist/dto/branch.dto.d.ts.map +1 -1
- package/dist/dto/branch.dto.js +1 -2
- package/dist/dto/branch.dto.js.map +1 -1
- package/dist/dto/collection.dto.d.ts +5 -6
- package/dist/dto/collection.dto.d.ts.map +1 -1
- package/dist/dto/collection.dto.js +5 -6
- package/dist/dto/collection.dto.js.map +1 -1
- package/dist/dto/index.d.ts +0 -1
- package/dist/dto/index.d.ts.map +1 -1
- package/dist/dto/index.js +0 -1
- package/dist/dto/index.js.map +1 -1
- package/dist/dto/inventory-item.dto.d.ts.map +1 -1
- package/dist/dto/inventory-item.dto.js.map +1 -1
- package/dist/dto/inventory-location.dto.d.ts +2 -3
- package/dist/dto/inventory-location.dto.d.ts.map +1 -1
- package/dist/dto/inventory-location.dto.js +4 -5
- package/dist/dto/inventory-location.dto.js.map +1 -1
- package/dist/dto/inventory-storage.dto.d.ts +2 -3
- package/dist/dto/inventory-storage.dto.d.ts.map +1 -1
- package/dist/dto/inventory-storage.dto.js +4 -5
- package/dist/dto/inventory-storage.dto.js.map +1 -1
- package/dist/dto/menu.dto.d.ts +2 -3
- package/dist/dto/menu.dto.d.ts.map +1 -1
- package/dist/dto/menu.dto.js +4 -5
- package/dist/dto/menu.dto.js.map +1 -1
- package/dist/dto/metafield.dto.d.ts +1 -2
- package/dist/dto/metafield.dto.d.ts.map +1 -1
- package/dist/dto/metafield.dto.js +1 -2
- package/dist/dto/metafield.dto.js.map +1 -1
- package/dist/dto/option.dto.d.ts +2 -3
- package/dist/dto/option.dto.d.ts.map +1 -1
- package/dist/dto/option.dto.js +4 -5
- package/dist/dto/option.dto.js.map +1 -1
- package/dist/dto/organization.dto.d.ts +1 -2
- package/dist/dto/organization.dto.d.ts.map +1 -1
- package/dist/dto/organization.dto.js +2 -3
- package/dist/dto/organization.dto.js.map +1 -1
- package/dist/dto/packsize.dto.d.ts +1 -2
- package/dist/dto/packsize.dto.d.ts.map +1 -1
- package/dist/dto/packsize.dto.js +2 -3
- package/dist/dto/packsize.dto.js.map +1 -1
- package/dist/dto/product-type.dto.d.ts +2 -3
- package/dist/dto/product-type.dto.d.ts.map +1 -1
- package/dist/dto/product-type.dto.js +4 -5
- package/dist/dto/product-type.dto.js.map +1 -1
- package/dist/dto/product.dto.d.ts +10 -11
- package/dist/dto/product.dto.d.ts.map +1 -1
- package/dist/dto/product.dto.js +10 -11
- package/dist/dto/product.dto.js.map +1 -1
- package/dist/dto/publication.dto.d.ts +2 -3
- package/dist/dto/publication.dto.d.ts.map +1 -1
- package/dist/dto/publication.dto.js +4 -5
- package/dist/dto/publication.dto.js.map +1 -1
- package/dist/dto/receive-inventory.dto.d.ts +2 -3
- package/dist/dto/receive-inventory.dto.d.ts.map +1 -1
- package/dist/dto/receive-inventory.dto.js +4 -5
- package/dist/dto/receive-inventory.dto.js.map +1 -1
- package/dist/dto/roles.dto.d.ts +2 -3
- package/dist/dto/roles.dto.d.ts.map +1 -1
- package/dist/dto/roles.dto.js +4 -5
- package/dist/dto/roles.dto.js.map +1 -1
- package/dist/dto/tag.dto.d.ts +2 -3
- package/dist/dto/tag.dto.d.ts.map +1 -1
- package/dist/dto/tag.dto.js +4 -5
- package/dist/dto/tag.dto.js.map +1 -1
- package/dist/dto/translation.input.d.ts +1 -1
- package/dist/dto/translation.input.d.ts.map +1 -1
- package/dist/dto/translation.input.js +135 -135
- package/dist/dto/translation.input.js.map +1 -1
- package/dist/dto/variant.dto.d.ts +1 -2
- package/dist/dto/variant.dto.d.ts.map +1 -1
- package/dist/dto/variant.dto.js +1 -2
- package/dist/dto/variant.dto.js.map +1 -1
- package/dist/utils/string.utiil.d.ts +11 -2
- package/dist/utils/string.utiil.d.ts.map +1 -1
- package/dist/utils/string.utiil.js +21 -30
- package/dist/utils/string.utiil.js.map +1 -1
- package/package.json +1 -1
package/dist/dto/branch.dto.d.ts
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import { TranslationInput } from "./translation.input";
|
|
2
1
|
export declare class AssignBranchDto {
|
|
3
2
|
userId: string;
|
|
4
3
|
branchId: string;
|
|
5
4
|
assignedBy?: string;
|
|
6
5
|
}
|
|
7
6
|
export declare class CreateBranchInput {
|
|
8
|
-
name:
|
|
7
|
+
name: string;
|
|
9
8
|
}
|
|
10
9
|
//# sourceMappingURL=branch.dto.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"branch.dto.d.ts","sourceRoot":"","sources":["../../src/dto/branch.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"branch.dto.d.ts","sourceRoot":"","sources":["../../src/dto/branch.dto.ts"],"names":[],"mappings":"AAIA,qBAAa,eAAe;IAE1B,MAAM,EAAE,MAAM,CAAC;IAGf,QAAQ,EAAE,MAAM,CAAC;IAIjB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,qBACa,iBAAiB;IAG5B,IAAI,EAAE,MAAM,CAAC;CACd"}
|
package/dist/dto/branch.dto.js
CHANGED
|
@@ -12,7 +12,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.CreateBranchInput = exports.AssignBranchDto = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
const graphql_1 = require("@nestjs/graphql");
|
|
15
|
-
const translation_input_1 = require("./translation.input");
|
|
16
15
|
class AssignBranchDto {
|
|
17
16
|
}
|
|
18
17
|
exports.AssignBranchDto = AssignBranchDto;
|
|
@@ -35,7 +34,7 @@ exports.CreateBranchInput = CreateBranchInput;
|
|
|
35
34
|
__decorate([
|
|
36
35
|
(0, graphql_1.Field)(() => String),
|
|
37
36
|
(0, class_validator_1.IsString)(),
|
|
38
|
-
__metadata("design:type",
|
|
37
|
+
__metadata("design:type", String)
|
|
39
38
|
], CreateBranchInput.prototype, "name", void 0);
|
|
40
39
|
exports.CreateBranchInput = CreateBranchInput = __decorate([
|
|
41
40
|
(0, graphql_1.InputType)()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"branch.dto.js","sourceRoot":"","sources":["../../src/dto/branch.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAkE;AAElE,6CAAmD;
|
|
1
|
+
{"version":3,"file":"branch.dto.js","sourceRoot":"","sources":["../../src/dto/branch.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAkE;AAElE,6CAAmD;AAEnD,MAAa,eAAe;CAU3B;AAVD,0CAUC;AARC;IADC,IAAA,2BAAS,GAAE;;+CACG;AAGf;IADC,IAAA,0BAAQ,GAAE;;iDACM;AAIjB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;mDACS;AAIf,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;CAI7B,CAAA;AAJY,8CAAiB;AAG5B;IAFC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;IACnB,IAAA,0BAAQ,GAAE;;+CACE;4BAHF,iBAAiB;IAD7B,IAAA,mBAAS,GAAE;GACC,iBAAiB,CAI7B"}
|
|
@@ -3,15 +3,14 @@ import { ECollectionType, ESortOrder } from "../enum";
|
|
|
3
3
|
import { CollectionImageInput } from "./collection-image.input";
|
|
4
4
|
import { CollectionRuleInput } from "./collection-rule.input";
|
|
5
5
|
import { OrderByInput } from "./order-by.input";
|
|
6
|
-
import { TranslationInput } from "./translation.input";
|
|
7
6
|
export declare class CreateCollectionInput {
|
|
8
|
-
name:
|
|
9
|
-
alias:
|
|
7
|
+
name: string;
|
|
8
|
+
alias: string;
|
|
10
9
|
productIds: string[];
|
|
11
|
-
description?:
|
|
10
|
+
description?: string;
|
|
12
11
|
publishedOn?: Date;
|
|
13
|
-
metaTitle?:
|
|
14
|
-
metaDescription?:
|
|
12
|
+
metaTitle?: string;
|
|
13
|
+
metaDescription?: string;
|
|
15
14
|
templateLayout?: string;
|
|
16
15
|
sortOrder?: ESortOrder;
|
|
17
16
|
image?: CollectionImageInput;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"collection.dto.d.ts","sourceRoot":"","sources":["../../src/dto/collection.dto.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AACtD,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAChE,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"collection.dto.d.ts","sourceRoot":"","sources":["../../src/dto/collection.dto.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AACtD,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAChE,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD,qBACa,qBAAqB;IAEhC,IAAI,EAAE,MAAM,CAAC;IAGb,KAAK,EAAE,MAAM,CAAC;IAGd,UAAU,EAAE,MAAM,EAAE,CAAC;IAGrB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,WAAW,CAAC,EAAE,IAAI,CAAC;IAGnB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,SAAS,CAAC,EAAE,UAAU,CAAC;IAGvB,KAAK,CAAC,EAAE,oBAAoB,CAAC;IAG7B,KAAK,CAAC,EAAE,mBAAmB,EAAE,CAAC;IAG9B,IAAI,CAAC,EAAE,eAAe,CAAC;IAGvB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,qBACa,qBAAqB;IAEhC,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,OAAO,CAAC,EAAE,YAAY,EAAE,CAAC;IAGzB,SAAS,CAAC,EAAE,cAAc,CAAC;IAG3B,SAAS,CAAC,EAAE,cAAc,CAAC;CAC5B;;AAED,qBACa,qBAAsB,SAAQ,0BAAkC;IAE3E,GAAG,EAAE,MAAM,CAAC;CACb"}
|
|
@@ -16,17 +16,16 @@ const enum_1 = require("../enum");
|
|
|
16
16
|
const collection_image_input_1 = require("./collection-image.input");
|
|
17
17
|
const collection_rule_input_1 = require("./collection-rule.input");
|
|
18
18
|
const order_by_input_1 = require("./order-by.input");
|
|
19
|
-
const translation_input_1 = require("./translation.input");
|
|
20
19
|
let CreateCollectionInput = class CreateCollectionInput {
|
|
21
20
|
};
|
|
22
21
|
exports.CreateCollectionInput = CreateCollectionInput;
|
|
23
22
|
__decorate([
|
|
24
23
|
(0, graphql_1.Field)(),
|
|
25
|
-
__metadata("design:type",
|
|
24
|
+
__metadata("design:type", String)
|
|
26
25
|
], CreateCollectionInput.prototype, "name", void 0);
|
|
27
26
|
__decorate([
|
|
28
27
|
(0, graphql_1.Field)(),
|
|
29
|
-
__metadata("design:type",
|
|
28
|
+
__metadata("design:type", String)
|
|
30
29
|
], CreateCollectionInput.prototype, "alias", void 0);
|
|
31
30
|
__decorate([
|
|
32
31
|
(0, graphql_1.Field)(() => [String]),
|
|
@@ -34,7 +33,7 @@ __decorate([
|
|
|
34
33
|
], CreateCollectionInput.prototype, "productIds", void 0);
|
|
35
34
|
__decorate([
|
|
36
35
|
(0, graphql_1.Field)({ nullable: true }),
|
|
37
|
-
__metadata("design:type",
|
|
36
|
+
__metadata("design:type", String)
|
|
38
37
|
], CreateCollectionInput.prototype, "description", void 0);
|
|
39
38
|
__decorate([
|
|
40
39
|
(0, graphql_1.Field)({ nullable: true }),
|
|
@@ -42,11 +41,11 @@ __decorate([
|
|
|
42
41
|
], CreateCollectionInput.prototype, "publishedOn", void 0);
|
|
43
42
|
__decorate([
|
|
44
43
|
(0, graphql_1.Field)({ nullable: true }),
|
|
45
|
-
__metadata("design:type",
|
|
44
|
+
__metadata("design:type", String)
|
|
46
45
|
], CreateCollectionInput.prototype, "metaTitle", void 0);
|
|
47
46
|
__decorate([
|
|
48
47
|
(0, graphql_1.Field)({ nullable: true }),
|
|
49
|
-
__metadata("design:type",
|
|
48
|
+
__metadata("design:type", String)
|
|
50
49
|
], CreateCollectionInput.prototype, "metaDescription", void 0);
|
|
51
50
|
__decorate([
|
|
52
51
|
(0, graphql_1.Field)({ nullable: true }),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"collection.dto.js","sourceRoot":"","sources":["../../src/dto/collection.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAgE;AAChE,yDAAoD;AACpD,kCAAsD;AACtD,qEAAgE;AAChE,mEAA8D;AAC9D,qDAAgD;
|
|
1
|
+
{"version":3,"file":"collection.dto.js","sourceRoot":"","sources":["../../src/dto/collection.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAgE;AAChE,yDAAoD;AACpD,kCAAsD;AACtD,qEAAgE;AAChE,mEAA8D;AAC9D,qDAAgD;AAGzC,IAAM,qBAAqB,GAA3B,MAAM,qBAAqB;CAuCjC,CAAA;AAvCY,sDAAqB;AAEhC;IADC,IAAA,eAAK,GAAE;;mDACK;AAGb;IADC,IAAA,eAAK,GAAE;;oDACM;AAGd;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC;;yDACD;AAGrB;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;0DACL;AAGrB;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACZ,IAAI;0DAAC;AAGnB;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;wDACP;AAGnB;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8DACD;AAGzB;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;6DACF;AAGxB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,iBAAU,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;wDACrB;AAGvB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,6CAAoB,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BAC9C,6CAAoB;oDAAC;AAG7B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,2CAAmB,CAAC,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;oDACzB;AAG9B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,sBAAe,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;mDAC1B;AAGvB;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;0DACJ;gCAtCX,qBAAqB;IADjC,IAAA,mBAAS,GAAE;GACC,qBAAqB,CAuCjC;AAGM,IAAM,qBAAqB,GAA3B,MAAM,qBAAqB;CAejC,CAAA;AAfY,sDAAqB;AAEhC;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;wDACrB;AAGnB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;uDACtB;AAGlB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,6BAAY,CAAC,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;sDACvB;AAGzB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,iCAAc,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACpC,iCAAc;wDAAC;AAG3B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,iCAAc,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACpC,iCAAc;wDAAC;gCAdhB,qBAAqB;IADjC,IAAA,mBAAS,GAAE;GACC,qBAAqB,CAejC;AAGM,IAAM,qBAAqB,GAA3B,MAAM,qBAAsB,SAAQ,IAAA,qBAAW,EAAC,qBAAqB,CAAC;CAG5E,CAAA;AAHY,sDAAqB;AAEhC;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;kDACR;gCAFD,qBAAqB;IADjC,IAAA,mBAAS,GAAE;GACC,qBAAqB,CAGjC"}
|
package/dist/dto/index.d.ts
CHANGED
package/dist/dto/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/dto/index.ts"],"names":[],"mappings":"AACA,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,oBAAoB,CAAC;AACnC,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAG9B,cAAc,oBAAoB,CAAC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/dto/index.ts"],"names":[],"mappings":"AACA,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,oBAAoB,CAAC;AACnC,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAG9B,cAAc,oBAAoB,CAAC"}
|
package/dist/dto/index.js
CHANGED
package/dist/dto/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,SAAS;AACT,6CAA2B;AAC3B,+CAA6B;AAC7B,mDAAiC;AACjC,6CAA2B;AAC3B,qDAAmC;AACnC,8CAA4B;AAC5B,6CAA2B;AAC3B,gDAA8B;AAC9B,sDAAoC;AACpC,uDAAqC;AACrC,wDAAsC;AACtC,2DAAyC;AACzC,0DAAwC;AACxC,iDAA+B;AAC/B,oDAAkC;AAClC,gDAA8B;AAC9B,qDAAmC;AACnC,4CAA0B;AAC1B,+CAA6B;AAC7B,0DAAwC;AACxC,6DAA2C;AAC3C,mDAAiC;AACjC,gDAA8B;AAE9B,QAAQ;AACR,qDAAmC
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,SAAS;AACT,6CAA2B;AAC3B,+CAA6B;AAC7B,mDAAiC;AACjC,6CAA2B;AAC3B,qDAAmC;AACnC,8CAA4B;AAC5B,6CAA2B;AAC3B,gDAA8B;AAC9B,sDAAoC;AACpC,uDAAqC;AACrC,wDAAsC;AACtC,2DAAyC;AACzC,0DAAwC;AACxC,iDAA+B;AAC/B,oDAAkC;AAClC,gDAA8B;AAC9B,qDAAmC;AACnC,4CAA0B;AAC1B,+CAA6B;AAC7B,0DAAwC;AACxC,6DAA2C;AAC3C,mDAAiC;AACjC,gDAA8B;AAE9B,QAAQ;AACR,qDAAmC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inventory-item.dto.d.ts","sourceRoot":"","sources":["../../src/dto/inventory-item.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"inventory-item.dto.d.ts","sourceRoot":"","sources":["../../src/dto/inventory-item.dto.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD,qBACa,wBAAwB;IAEnC,cAAc,EAAE,MAAM,CAAC;IAGvB,SAAS,EAAE,MAAM,CAAC;IAGlB,SAAS,EAAE,MAAM,CAAC;IAGlB,GAAG,CAAC,EAAE,MAAM,CAAC;IAGb,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,OAAO,EAAE,OAAO,CAAC;IAGjB,gBAAgB,EAAE,OAAO,CAAC;IAG1B,SAAS,EAAE,MAAM,CAAC;IAGlB,aAAa,EAAE,OAAO,CAAC;IAGvB,uBAAuB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACzC;AACD,qBACa,wBAAwB;IAEnC,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,OAAO,CAAC,EAAE,YAAY,EAAE,CAAC;IAGzB,SAAS,CAAC,EAAE,cAAc,CAAC;IAG3B,SAAS,CAAC,EAAE,cAAc,CAAC;CAC5B;;AAED,qBACa,wBAAyB,SAAQ,6BAE7C;IAEC,GAAG,EAAE,MAAM,CAAC;CACb"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inventory-item.dto.js","sourceRoot":"","sources":["../../src/dto/inventory-item.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAuE;
|
|
1
|
+
{"version":3,"file":"inventory-item.dto.js","sourceRoot":"","sources":["../../src/dto/inventory-item.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAuE;AACvE,yDAAoD;AACpD,qDAAgD;AAGzC,IAAM,wBAAwB,GAA9B,MAAM,wBAAwB;CA8BpC,CAAA;AA9BY,4DAAwB;AAEnC;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;gEACG;AAGvB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;2DACF;AAGlB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;2DACF;AAGlB;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;qDACb;AAGb;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;yDACT;AAGjB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,OAAO,EAAE,EAAE,YAAY,EAAE,IAAI,EAAE,CAAC;;yDAC5B;AAGjB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,OAAO,EAAE,EAAE,YAAY,EAAE,IAAI,EAAE,CAAC;;kEACnB;AAG1B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,eAAK,EAAE,EAAE,YAAY,EAAE,CAAC,EAAE,CAAC;;2DACtB;AAGlB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,OAAO,EAAE,EAAE,YAAY,EAAE,KAAK,EAAE,CAAC;;+DACvB;AAGvB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,eAAK,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;yEACC;mCA7B7B,wBAAwB;IADpC,IAAA,mBAAS,GAAE;GACC,wBAAwB,CA8BpC;AAEM,IAAM,wBAAwB,GAA9B,MAAM,wBAAwB;CAepC,CAAA;AAfY,4DAAwB;AAEnC;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;2DACrB;AAGnB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;0DACtB;AAGlB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,6BAAY,CAAC,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;yDACvB;AAGzB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,iCAAc,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACpC,iCAAc;2DAAC;AAG3B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,iCAAc,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACpC,iCAAc;2DAAC;mCAdhB,wBAAwB;IADpC,IAAA,mBAAS,GAAE;GACC,wBAAwB,CAepC;AAGM,IAAM,wBAAwB,GAA9B,MAAM,wBAAyB,SAAQ,IAAA,qBAAW,EACvD,wBAAwB,CACzB;CAGA,CAAA;AALY,4DAAwB;AAInC;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;qDACR;mCAJD,wBAAwB;IADpC,IAAA,mBAAS,GAAE;GACC,wBAAwB,CAKpC"}
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import { TranslationInput } from "./translation.input";
|
|
2
1
|
import { UserType } from "../enum";
|
|
3
2
|
import { DateRangeInput } from "./date-range.input";
|
|
4
3
|
import { OrderByInput } from "./order-by.input";
|
|
5
4
|
export declare class CreateInventoryLocationInput {
|
|
6
5
|
key: string;
|
|
7
|
-
label:
|
|
6
|
+
label: string;
|
|
8
7
|
icon?: string;
|
|
9
8
|
rootPath?: string;
|
|
10
|
-
path?:
|
|
9
|
+
path?: string;
|
|
11
10
|
userType?: UserType;
|
|
12
11
|
order?: number;
|
|
13
12
|
visible?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inventory-location.dto.d.ts","sourceRoot":"","sources":["../../src/dto/inventory-location.dto.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"inventory-location.dto.d.ts","sourceRoot":"","sources":["../../src/dto/inventory-location.dto.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AACnC,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD,qBACa,4BAA4B;IAEvC,GAAG,EAAE,MAAM,CAAC;IAGZ,KAAK,EAAE,MAAM,CAAC;IAGd,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,QAAQ,CAAC,EAAE,QAAQ,CAAC;IAGpB,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,OAAO,CAAC,EAAE,OAAO,CAAC;IAGlB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IAGvB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGvB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,qBACa,4BAA4B;IAEvC,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,OAAO,CAAC,EAAE,YAAY,EAAE,CAAC;IAGzB,SAAS,CAAC,EAAE,cAAc,CAAC;IAG3B,SAAS,CAAC,EAAE,cAAc,CAAC;CAC5B;;AAED,qBACa,4BAA6B,SAAQ,iCAEjD;IAEC,GAAG,EAAE,MAAM,CAAC;CACb"}
|
|
@@ -11,7 +11,6 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.UpdateInventoryLocationInput = exports.InventoryLocationFilterInput = exports.CreateInventoryLocationInput = void 0;
|
|
13
13
|
const graphql_1 = require("@nestjs/graphql");
|
|
14
|
-
const translation_input_1 = require("./translation.input");
|
|
15
14
|
const enum_1 = require("../enum");
|
|
16
15
|
const date_range_input_1 = require("./date-range.input");
|
|
17
16
|
const order_by_input_1 = require("./order-by.input");
|
|
@@ -23,8 +22,8 @@ __decorate([
|
|
|
23
22
|
__metadata("design:type", String)
|
|
24
23
|
], CreateInventoryLocationInput.prototype, "key", void 0);
|
|
25
24
|
__decorate([
|
|
26
|
-
(0, graphql_1.Field)(
|
|
27
|
-
__metadata("design:type",
|
|
25
|
+
(0, graphql_1.Field)({ nullable: true }),
|
|
26
|
+
__metadata("design:type", String)
|
|
28
27
|
], CreateInventoryLocationInput.prototype, "label", void 0);
|
|
29
28
|
__decorate([
|
|
30
29
|
(0, graphql_1.Field)({ nullable: true }),
|
|
@@ -35,8 +34,8 @@ __decorate([
|
|
|
35
34
|
__metadata("design:type", String)
|
|
36
35
|
], CreateInventoryLocationInput.prototype, "rootPath", void 0);
|
|
37
36
|
__decorate([
|
|
38
|
-
(0, graphql_1.Field)(
|
|
39
|
-
__metadata("design:type",
|
|
37
|
+
(0, graphql_1.Field)({ nullable: true }),
|
|
38
|
+
__metadata("design:type", String)
|
|
40
39
|
], CreateInventoryLocationInput.prototype, "path", void 0);
|
|
41
40
|
__decorate([
|
|
42
41
|
(0, graphql_1.Field)(() => enum_1.UserType, { nullable: true, defaultValue: enum_1.UserType.ADMIN }),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inventory-location.dto.js","sourceRoot":"","sources":["../../src/dto/inventory-location.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAgE;AAChE,
|
|
1
|
+
{"version":3,"file":"inventory-location.dto.js","sourceRoot":"","sources":["../../src/dto/inventory-location.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAgE;AAChE,kCAAmC;AACnC,yDAAoD;AACpD,qDAAgD;AAGzC,IAAM,4BAA4B,GAAlC,MAAM,4BAA4B;CAiCxC,CAAA;AAjCY,oEAA4B;AAEvC;IADC,IAAA,eAAK,GAAE;;yDACI;AAGZ;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;2DACZ;AAGd;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;0DACZ;AAGd;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8DACR;AAGlB;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;0DACZ;AAGd;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,eAAQ,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,eAAQ,CAAC,KAAK,EAAE,CAAC;;8DACpD;AAGpB;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC,EAAE,CAAC;;2DAC5B;AAGf;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,CAAC;;6DAC5B;AAGlB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,MAAM,CAAC,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,EAAE,EAAE,CAAC;;iEACrC;AAGvB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4DACjB;AAGvB;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,CAAC;;8DAC3B;uCAhCR,4BAA4B;IADxC,IAAA,mBAAS,GAAE;GACC,4BAA4B,CAiCxC;AAGM,IAAM,4BAA4B,GAAlC,MAAM,4BAA4B;CAexC,CAAA;AAfY,oEAA4B;AAEvC;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+DACrB;AAGnB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8DACtB;AAGlB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,6BAAY,CAAC,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;6DACvB;AAGzB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,iCAAc,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACpC,iCAAc;+DAAC;AAG3B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,iCAAc,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACpC,iCAAc;+DAAC;uCAdhB,4BAA4B;IADxC,IAAA,mBAAS,GAAE;GACC,4BAA4B,CAexC;AAGM,IAAM,4BAA4B,GAAlC,MAAM,4BAA6B,SAAQ,IAAA,qBAAW,EAC3D,4BAA4B,CAC7B;CAGA,CAAA;AALY,oEAA4B;AAIvC;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;yDACR;uCAJD,4BAA4B;IADxC,IAAA,mBAAS,GAAE;GACC,4BAA4B,CAKxC"}
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import { TranslationInput } from "./translation.input";
|
|
2
1
|
import { UserType } from "../enum";
|
|
3
2
|
import { DateRangeInput } from "./date-range.input";
|
|
4
3
|
import { OrderByInput } from "./order-by.input";
|
|
5
4
|
export declare class CreateInventoryStorageInput {
|
|
6
5
|
key: string;
|
|
7
|
-
label:
|
|
6
|
+
label: string;
|
|
8
7
|
icon?: string;
|
|
9
8
|
rootPath?: string;
|
|
10
|
-
path?:
|
|
9
|
+
path?: string;
|
|
11
10
|
userType?: UserType;
|
|
12
11
|
order?: number;
|
|
13
12
|
visible?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inventory-storage.dto.d.ts","sourceRoot":"","sources":["../../src/dto/inventory-storage.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"inventory-storage.dto.d.ts","sourceRoot":"","sources":["../../src/dto/inventory-storage.dto.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AACnC,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD,qBACa,2BAA2B;IAEtC,GAAG,EAAE,MAAM,CAAC;IAGZ,KAAK,EAAE,MAAM,CAAC;IAGd,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,QAAQ,CAAC,EAAE,QAAQ,CAAC;IAGpB,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,OAAO,CAAC,EAAE,OAAO,CAAC;IAGlB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IAGvB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGvB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,qBACa,2BAA2B;IAEtC,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,OAAO,CAAC,EAAE,YAAY,EAAE,CAAC;IAGzB,SAAS,CAAC,EAAE,cAAc,CAAC;IAG3B,SAAS,CAAC,EAAE,cAAc,CAAC;CAC5B;;AAED,qBACa,2BAA4B,SAAQ,gCAEhD;IAEC,GAAG,EAAE,MAAM,CAAC;CACb"}
|
|
@@ -11,7 +11,6 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.UpdateInventoryStorageInput = exports.InventoryStorageFilterInput = exports.CreateInventoryStorageInput = void 0;
|
|
13
13
|
const graphql_1 = require("@nestjs/graphql");
|
|
14
|
-
const translation_input_1 = require("./translation.input");
|
|
15
14
|
const enum_1 = require("../enum");
|
|
16
15
|
const date_range_input_1 = require("./date-range.input");
|
|
17
16
|
const order_by_input_1 = require("./order-by.input");
|
|
@@ -23,8 +22,8 @@ __decorate([
|
|
|
23
22
|
__metadata("design:type", String)
|
|
24
23
|
], CreateInventoryStorageInput.prototype, "key", void 0);
|
|
25
24
|
__decorate([
|
|
26
|
-
(0, graphql_1.Field)(
|
|
27
|
-
__metadata("design:type",
|
|
25
|
+
(0, graphql_1.Field)({ nullable: true }),
|
|
26
|
+
__metadata("design:type", String)
|
|
28
27
|
], CreateInventoryStorageInput.prototype, "label", void 0);
|
|
29
28
|
__decorate([
|
|
30
29
|
(0, graphql_1.Field)({ nullable: true }),
|
|
@@ -35,8 +34,8 @@ __decorate([
|
|
|
35
34
|
__metadata("design:type", String)
|
|
36
35
|
], CreateInventoryStorageInput.prototype, "rootPath", void 0);
|
|
37
36
|
__decorate([
|
|
38
|
-
(0, graphql_1.Field)(
|
|
39
|
-
__metadata("design:type",
|
|
37
|
+
(0, graphql_1.Field)({ nullable: true }),
|
|
38
|
+
__metadata("design:type", String)
|
|
40
39
|
], CreateInventoryStorageInput.prototype, "path", void 0);
|
|
41
40
|
__decorate([
|
|
42
41
|
(0, graphql_1.Field)(() => enum_1.UserType, { nullable: true, defaultValue: enum_1.UserType.ADMIN }),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inventory-storage.dto.js","sourceRoot":"","sources":["../../src/dto/inventory-storage.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAgE;
|
|
1
|
+
{"version":3,"file":"inventory-storage.dto.js","sourceRoot":"","sources":["../../src/dto/inventory-storage.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAgE;AAEhE,kCAAmC;AACnC,yDAAoD;AACpD,qDAAgD;AAGzC,IAAM,2BAA2B,GAAjC,MAAM,2BAA2B;CAiCvC,CAAA;AAjCY,kEAA2B;AAEtC;IADC,IAAA,eAAK,GAAE;;wDACI;AAGZ;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;0DACZ;AAGd;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;yDACZ;AAGd;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;6DACR;AAGlB;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;yDACZ;AAGd;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,eAAQ,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,eAAQ,CAAC,KAAK,EAAE,CAAC;;6DACpD;AAGpB;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC,EAAE,CAAC;;0DAC5B;AAGf;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,CAAC;;4DAC5B;AAGlB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,MAAM,CAAC,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,EAAE,EAAE,CAAC;;gEACrC;AAGvB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;2DACjB;AAGvB;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,CAAC;;6DAC3B;sCAhCR,2BAA2B;IADvC,IAAA,mBAAS,GAAE;GACC,2BAA2B,CAiCvC;AAGM,IAAM,2BAA2B,GAAjC,MAAM,2BAA2B;CAevC,CAAA;AAfY,kEAA2B;AAEtC;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8DACrB;AAGnB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;6DACtB;AAGlB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,6BAAY,CAAC,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4DACvB;AAGzB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,iCAAc,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACpC,iCAAc;8DAAC;AAG3B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,iCAAc,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACpC,iCAAc;8DAAC;sCAdhB,2BAA2B;IADvC,IAAA,mBAAS,GAAE;GACC,2BAA2B,CAevC;AAGM,IAAM,2BAA2B,GAAjC,MAAM,2BAA4B,SAAQ,IAAA,qBAAW,EAC1D,2BAA2B,CAC5B;CAGA,CAAA;AALY,kEAA2B;AAItC;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;wDACR;sCAJD,2BAA2B;IADvC,IAAA,mBAAS,GAAE;GACC,2BAA2B,CAKvC"}
|
package/dist/dto/menu.dto.d.ts
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import { TranslationInput } from "./translation.input";
|
|
2
1
|
import { UserType } from "../enum";
|
|
3
2
|
import { DateRangeInput } from "./date-range.input";
|
|
4
3
|
import { OrderByInput } from "./order-by.input";
|
|
5
4
|
export declare class CreateMenuInput {
|
|
6
5
|
key: string;
|
|
7
|
-
label:
|
|
6
|
+
label: string;
|
|
8
7
|
icon?: string;
|
|
9
8
|
rootPath?: string;
|
|
10
|
-
path?:
|
|
9
|
+
path?: string;
|
|
11
10
|
userType?: UserType;
|
|
12
11
|
order?: number;
|
|
13
12
|
visible?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"menu.dto.d.ts","sourceRoot":"","sources":["../../src/dto/menu.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"menu.dto.d.ts","sourceRoot":"","sources":["../../src/dto/menu.dto.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AACnC,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD,qBACa,eAAe;IAE1B,GAAG,EAAE,MAAM,CAAC;IAGZ,KAAK,EAAE,MAAM,CAAC;IAGd,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,QAAQ,CAAC,EAAE,QAAQ,CAAC;IAGpB,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,OAAO,CAAC,EAAE,OAAO,CAAC;IAGlB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IAGvB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGvB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,qBACa,eAAe;IAE1B,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,OAAO,CAAC,EAAE,YAAY,EAAE,CAAC;IAGzB,SAAS,CAAC,EAAE,cAAc,CAAC;IAG3B,SAAS,CAAC,EAAE,cAAc,CAAC;CAC5B;;AAED,qBACa,eAAgB,SAAQ,oBAA4B;IAE/D,GAAG,EAAE,MAAM,CAAC;CACb"}
|
package/dist/dto/menu.dto.js
CHANGED
|
@@ -11,7 +11,6 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.UpdateMenuInput = exports.MenuFilterInput = exports.CreateMenuInput = void 0;
|
|
13
13
|
const graphql_1 = require("@nestjs/graphql");
|
|
14
|
-
const translation_input_1 = require("./translation.input");
|
|
15
14
|
const enum_1 = require("../enum");
|
|
16
15
|
const date_range_input_1 = require("./date-range.input");
|
|
17
16
|
const order_by_input_1 = require("./order-by.input");
|
|
@@ -23,8 +22,8 @@ __decorate([
|
|
|
23
22
|
__metadata("design:type", String)
|
|
24
23
|
], CreateMenuInput.prototype, "key", void 0);
|
|
25
24
|
__decorate([
|
|
26
|
-
(0, graphql_1.Field)(
|
|
27
|
-
__metadata("design:type",
|
|
25
|
+
(0, graphql_1.Field)({ nullable: true }),
|
|
26
|
+
__metadata("design:type", String)
|
|
28
27
|
], CreateMenuInput.prototype, "label", void 0);
|
|
29
28
|
__decorate([
|
|
30
29
|
(0, graphql_1.Field)({ nullable: true }),
|
|
@@ -35,8 +34,8 @@ __decorate([
|
|
|
35
34
|
__metadata("design:type", String)
|
|
36
35
|
], CreateMenuInput.prototype, "rootPath", void 0);
|
|
37
36
|
__decorate([
|
|
38
|
-
(0, graphql_1.Field)(
|
|
39
|
-
__metadata("design:type",
|
|
37
|
+
(0, graphql_1.Field)({ nullable: true }),
|
|
38
|
+
__metadata("design:type", String)
|
|
40
39
|
], CreateMenuInput.prototype, "path", void 0);
|
|
41
40
|
__decorate([
|
|
42
41
|
(0, graphql_1.Field)(() => enum_1.UserType, { nullable: true, defaultValue: enum_1.UserType.ADMIN }),
|
package/dist/dto/menu.dto.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"menu.dto.js","sourceRoot":"","sources":["../../src/dto/menu.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAgE;
|
|
1
|
+
{"version":3,"file":"menu.dto.js","sourceRoot":"","sources":["../../src/dto/menu.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAgE;AAEhE,kCAAmC;AACnC,yDAAoD;AACpD,qDAAgD;AAGzC,IAAM,eAAe,GAArB,MAAM,eAAe;CAiC3B,CAAA;AAjCY,0CAAe;AAE1B;IADC,IAAA,eAAK,GAAE;;4CACI;AAGZ;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8CACZ;AAGd;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;6CACZ;AAGd;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDACR;AAGlB;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;6CACZ;AAGd;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,eAAQ,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,eAAQ,CAAC,KAAK,EAAE,CAAC;;iDACpD;AAGpB;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC,EAAE,CAAC;;8CAC5B;AAGf;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,CAAC;;gDAC5B;AAGlB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,MAAM,CAAC,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,EAAE,EAAE,CAAC;;oDACrC;AAGvB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+CACjB;AAGvB;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,CAAC;;iDAC3B;0BAhCR,eAAe;IAD3B,IAAA,mBAAS,GAAE;GACC,eAAe,CAiC3B;AAGM,IAAM,eAAe,GAArB,MAAM,eAAe;CAe3B,CAAA;AAfY,0CAAe;AAE1B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kDACrB;AAGnB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDACtB;AAGlB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,6BAAY,CAAC,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;gDACvB;AAGzB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,iCAAc,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACpC,iCAAc;kDAAC;AAG3B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,iCAAc,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACpC,iCAAc;kDAAC;0BAdhB,eAAe;IAD3B,IAAA,mBAAS,GAAE;GACC,eAAe,CAe3B;AAGM,IAAM,eAAe,GAArB,MAAM,eAAgB,SAAQ,IAAA,qBAAW,EAAC,eAAe,CAAC;CAGhE,CAAA;AAHY,0CAAe;AAE1B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;4CACR;0BAFD,eAAe;IAD3B,IAAA,mBAAS,GAAE;GACC,eAAe,CAG3B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"metafield.dto.d.ts","sourceRoot":"","sources":["../../src/dto/metafield.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"metafield.dto.d.ts","sourceRoot":"","sources":["../../src/dto/metafield.dto.ts"],"names":[],"mappings":"AAEA,qBACa,cAAc;IAEzB,SAAS,EAAE,MAAM,CAAC;IAGlB,GAAG,EAAE,MAAM,CAAC;IAGZ,KAAK,EAAE,MAAM,CAAC;IAGd,IAAI,CAAC,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -11,7 +11,6 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.MetafieldInput = void 0;
|
|
13
13
|
const graphql_1 = require("@nestjs/graphql");
|
|
14
|
-
const translation_input_1 = require("./translation.input");
|
|
15
14
|
let MetafieldInput = class MetafieldInput {
|
|
16
15
|
};
|
|
17
16
|
exports.MetafieldInput = MetafieldInput;
|
|
@@ -25,7 +24,7 @@ __decorate([
|
|
|
25
24
|
], MetafieldInput.prototype, "key", void 0);
|
|
26
25
|
__decorate([
|
|
27
26
|
(0, graphql_1.Field)(),
|
|
28
|
-
__metadata("design:type",
|
|
27
|
+
__metadata("design:type", String)
|
|
29
28
|
], MetafieldInput.prototype, "value", void 0);
|
|
30
29
|
__decorate([
|
|
31
30
|
(0, graphql_1.Field)({ nullable: true }),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"metafield.dto.js","sourceRoot":"","sources":["../../src/dto/metafield.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAmD;
|
|
1
|
+
{"version":3,"file":"metafield.dto.js","sourceRoot":"","sources":["../../src/dto/metafield.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAmD;AAG5C,IAAM,cAAc,GAApB,MAAM,cAAc;CAY1B,CAAA;AAZY,wCAAc;AAEzB;IADC,IAAA,eAAK,GAAE;;iDACU;AAGlB;IADC,IAAA,eAAK,GAAE;;2CACI;AAGZ;IADC,IAAA,eAAK,GAAE;;6CACM;AAGd;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4CACZ;yBAXH,cAAc;IAD1B,IAAA,mBAAS,GAAE;GACC,cAAc,CAY1B"}
|
package/dist/dto/option.dto.d.ts
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import { TranslationInput } from "./translation.input";
|
|
2
1
|
import { UserType } from "../enum";
|
|
3
2
|
import { DateRangeInput } from "./date-range.input";
|
|
4
3
|
import { OrderByInput } from "./order-by.input";
|
|
5
4
|
export declare class CreateOptionInput {
|
|
6
5
|
key: string;
|
|
7
|
-
label:
|
|
6
|
+
label: string;
|
|
8
7
|
icon?: string;
|
|
9
8
|
rootPath?: string;
|
|
10
|
-
path?:
|
|
9
|
+
path?: string;
|
|
11
10
|
userType?: UserType;
|
|
12
11
|
order?: number;
|
|
13
12
|
visible?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"option.dto.d.ts","sourceRoot":"","sources":["../../src/dto/option.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"option.dto.d.ts","sourceRoot":"","sources":["../../src/dto/option.dto.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AACnC,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD,qBACa,iBAAiB;IAE5B,GAAG,EAAE,MAAM,CAAC;IAGZ,KAAK,EAAE,MAAM,CAAC;IAGd,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,QAAQ,CAAC,EAAE,QAAQ,CAAC;IAGpB,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,OAAO,CAAC,EAAE,OAAO,CAAC;IAGlB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IAGvB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGvB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,qBACa,iBAAiB;IAE5B,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,OAAO,CAAC,EAAE,YAAY,EAAE,CAAC;IAGzB,SAAS,CAAC,EAAE,cAAc,CAAC;IAG3B,SAAS,CAAC,EAAE,cAAc,CAAC;CAC5B;;AAED,qBACa,iBAAkB,SAAQ,sBAA8B;IAEnE,GAAG,EAAE,MAAM,CAAC;CACb"}
|
package/dist/dto/option.dto.js
CHANGED
|
@@ -11,7 +11,6 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.UpdateOptionInput = exports.OptionFilterInput = exports.CreateOptionInput = void 0;
|
|
13
13
|
const graphql_1 = require("@nestjs/graphql");
|
|
14
|
-
const translation_input_1 = require("./translation.input");
|
|
15
14
|
const enum_1 = require("../enum");
|
|
16
15
|
const date_range_input_1 = require("./date-range.input");
|
|
17
16
|
const order_by_input_1 = require("./order-by.input");
|
|
@@ -23,8 +22,8 @@ __decorate([
|
|
|
23
22
|
__metadata("design:type", String)
|
|
24
23
|
], CreateOptionInput.prototype, "key", void 0);
|
|
25
24
|
__decorate([
|
|
26
|
-
(0, graphql_1.Field)(
|
|
27
|
-
__metadata("design:type",
|
|
25
|
+
(0, graphql_1.Field)({ nullable: true }),
|
|
26
|
+
__metadata("design:type", String)
|
|
28
27
|
], CreateOptionInput.prototype, "label", void 0);
|
|
29
28
|
__decorate([
|
|
30
29
|
(0, graphql_1.Field)({ nullable: true }),
|
|
@@ -35,8 +34,8 @@ __decorate([
|
|
|
35
34
|
__metadata("design:type", String)
|
|
36
35
|
], CreateOptionInput.prototype, "rootPath", void 0);
|
|
37
36
|
__decorate([
|
|
38
|
-
(0, graphql_1.Field)(
|
|
39
|
-
__metadata("design:type",
|
|
37
|
+
(0, graphql_1.Field)({ nullable: true }),
|
|
38
|
+
__metadata("design:type", String)
|
|
40
39
|
], CreateOptionInput.prototype, "path", void 0);
|
|
41
40
|
__decorate([
|
|
42
41
|
(0, graphql_1.Field)(() => enum_1.UserType, { nullable: true, defaultValue: enum_1.UserType.ADMIN }),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"option.dto.js","sourceRoot":"","sources":["../../src/dto/option.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAgE;
|
|
1
|
+
{"version":3,"file":"option.dto.js","sourceRoot":"","sources":["../../src/dto/option.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAgE;AAEhE,kCAAmC;AACnC,yDAAoD;AACpD,qDAAgD;AAGzC,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;CAiC7B,CAAA;AAjCY,8CAAiB;AAE5B;IADC,IAAA,eAAK,GAAE;;8CACI;AAGZ;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;gDACZ;AAGd;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+CACZ;AAGd;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;mDACR;AAGlB;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+CACZ;AAGd;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,eAAQ,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,eAAQ,CAAC,KAAK,EAAE,CAAC;;mDACpD;AAGpB;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC,EAAE,CAAC;;gDAC5B;AAGf;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,CAAC;;kDAC5B;AAGlB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,MAAM,CAAC,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,EAAE,EAAE,CAAC;;sDACrC;AAGvB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDACjB;AAGvB;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,CAAC;;mDAC3B;4BAhCR,iBAAiB;IAD7B,IAAA,mBAAS,GAAE;GACC,iBAAiB,CAiC7B;AAGM,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;CAe7B,CAAA;AAfY,8CAAiB;AAE5B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;oDACrB;AAGnB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;mDACtB;AAGlB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,6BAAY,CAAC,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kDACvB;AAGzB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,iCAAc,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACpC,iCAAc;oDAAC;AAG3B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,iCAAc,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACpC,iCAAc;oDAAC;4BAdhB,iBAAiB;IAD7B,IAAA,mBAAS,GAAE;GACC,iBAAiB,CAe7B;AAGM,IAAM,iBAAiB,GAAvB,MAAM,iBAAkB,SAAQ,IAAA,qBAAW,EAAC,iBAAiB,CAAC;CAGpE,CAAA;AAHY,8CAAiB;AAE5B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;8CACR;4BAFD,iBAAiB;IAD7B,IAAA,mBAAS,GAAE;GACC,iBAAiB,CAG7B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"organization.dto.d.ts","sourceRoot":"","sources":["../../src/dto/organization.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"organization.dto.d.ts","sourceRoot":"","sources":["../../src/dto/organization.dto.ts"],"names":[],"mappings":"AAGA,qBACa,uBAAuB;IAGlC,IAAI,EAAE,MAAM,CAAC;IAKb,WAAW,CAAC,EAAE,MAAM,CAAC;IAIrB,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -12,14 +12,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.CreateOrganizationInput = void 0;
|
|
13
13
|
const graphql_1 = require("@nestjs/graphql");
|
|
14
14
|
const class_validator_1 = require("class-validator");
|
|
15
|
-
const translation_input_1 = require("./translation.input");
|
|
16
15
|
let CreateOrganizationInput = class CreateOrganizationInput {
|
|
17
16
|
};
|
|
18
17
|
exports.CreateOrganizationInput = CreateOrganizationInput;
|
|
19
18
|
__decorate([
|
|
20
|
-
(0, graphql_1.Field)(
|
|
19
|
+
(0, graphql_1.Field)({ nullable: true }),
|
|
21
20
|
(0, class_validator_1.IsString)(),
|
|
22
|
-
__metadata("design:type",
|
|
21
|
+
__metadata("design:type", String)
|
|
23
22
|
], CreateOrganizationInput.prototype, "name", void 0);
|
|
24
23
|
__decorate([
|
|
25
24
|
(0, graphql_1.Field)(() => String, { nullable: true }),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"organization.dto.js","sourceRoot":"","sources":["../../src/dto/organization.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAmD;AACnD,qDAAuD;
|
|
1
|
+
{"version":3,"file":"organization.dto.js","sourceRoot":"","sources":["../../src/dto/organization.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAmD;AACnD,qDAAuD;AAGhD,IAAM,uBAAuB,GAA7B,MAAM,uBAAuB;CAanC,CAAA;AAbY,0DAAuB;AAGlC;IAFC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACzB,IAAA,0BAAQ,GAAE;;qDACE;AAKb;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACvC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;4DACU;AAIrB;IAFC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;IACnB,IAAA,0BAAQ,GAAE;;0DACO;kCAZP,uBAAuB;IADnC,IAAA,mBAAS,GAAE;GACC,uBAAuB,CAanC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { TranslationInput } from "./translation.input";
|
|
2
1
|
import { DateRangeInput } from "./date-range.input";
|
|
3
2
|
import { OrderByInput } from "./order-by.input";
|
|
4
3
|
export declare class CreatePacksizeInput {
|
|
@@ -7,7 +6,7 @@ export declare class CreatePacksizeInput {
|
|
|
7
6
|
productId: string;
|
|
8
7
|
variantId: string;
|
|
9
8
|
quantity: number;
|
|
10
|
-
unit:
|
|
9
|
+
unit: string;
|
|
11
10
|
price: number;
|
|
12
11
|
totalAvailable: number;
|
|
13
12
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packsize.dto.d.ts","sourceRoot":"","sources":["../../src/dto/packsize.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"packsize.dto.d.ts","sourceRoot":"","sources":["../../src/dto/packsize.dto.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD,qBACa,mBAAmB;IAE9B,iBAAiB,EAAE,MAAM,CAAC;IAG1B,iBAAiB,EAAE,MAAM,CAAC;IAG1B,SAAS,EAAE,MAAM,CAAC;IAGlB,SAAS,EAAE,MAAM,CAAC;IAGlB,QAAQ,EAAE,MAAM,CAAC;IAGjB,IAAI,EAAE,MAAM,CAAC;IAGb,KAAK,EAAE,MAAM,CAAC;IAGd,cAAc,EAAE,MAAM,CAAC;CACxB;AAED,qBACa,mBAAmB;IAE9B,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,OAAO,CAAC,EAAE,YAAY,EAAE,CAAC;IAGzB,SAAS,CAAC,EAAE,cAAc,CAAC;IAG3B,SAAS,CAAC,EAAE,cAAc,CAAC;CAC5B;;AAED,qBACa,mBAAoB,SAAQ,wBAAgC;IAEvE,GAAG,EAAE,MAAM,CAAC;CACb"}
|
package/dist/dto/packsize.dto.js
CHANGED
|
@@ -11,7 +11,6 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.UpdatePacksizeInput = exports.PacksizeFilterInput = exports.CreatePacksizeInput = void 0;
|
|
13
13
|
const graphql_1 = require("@nestjs/graphql");
|
|
14
|
-
const translation_input_1 = require("./translation.input");
|
|
15
14
|
const date_range_input_1 = require("./date-range.input");
|
|
16
15
|
const order_by_input_1 = require("./order-by.input");
|
|
17
16
|
let CreatePacksizeInput = class CreatePacksizeInput {
|
|
@@ -38,8 +37,8 @@ __decorate([
|
|
|
38
37
|
__metadata("design:type", Number)
|
|
39
38
|
], CreatePacksizeInput.prototype, "quantity", void 0);
|
|
40
39
|
__decorate([
|
|
41
|
-
(0, graphql_1.Field)(
|
|
42
|
-
__metadata("design:type",
|
|
40
|
+
(0, graphql_1.Field)({ nullable: true }),
|
|
41
|
+
__metadata("design:type", String)
|
|
43
42
|
], CreatePacksizeInput.prototype, "unit", void 0);
|
|
44
43
|
__decorate([
|
|
45
44
|
(0, graphql_1.Field)(() => graphql_1.Float, { defaultValue: 0 }),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packsize.dto.js","sourceRoot":"","sources":["../../src/dto/packsize.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAuE;
|
|
1
|
+
{"version":3,"file":"packsize.dto.js","sourceRoot":"","sources":["../../src/dto/packsize.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAuE;AAEvE,yDAAoD;AACpD,qDAAgD;AAGzC,IAAM,mBAAmB,GAAzB,MAAM,mBAAmB;CAwB/B,CAAA;AAxBY,kDAAmB;AAE9B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;8DACM;AAG1B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;8DACM;AAG1B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;sDACF;AAGlB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;sDACF;AAGlB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,eAAK,CAAC;;qDACF;AAGjB;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDACb;AAGb;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,eAAK,EAAE,EAAE,YAAY,EAAE,CAAC,EAAE,CAAC;;kDAC1B;AAGd;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,eAAK,EAAE,EAAE,YAAY,EAAE,CAAC,EAAE,CAAC;;2DACjB;8BAvBZ,mBAAmB;IAD/B,IAAA,mBAAS,GAAE;GACC,mBAAmB,CAwB/B;AAGM,IAAM,mBAAmB,GAAzB,MAAM,mBAAmB;CAe/B,CAAA;AAfY,kDAAmB;AAE9B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;sDACrB;AAGnB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;qDACtB;AAGlB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,6BAAY,CAAC,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;oDACvB;AAGzB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,iCAAc,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACpC,iCAAc;sDAAC;AAG3B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,iCAAc,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACpC,iCAAc;sDAAC;8BAdhB,mBAAmB;IAD/B,IAAA,mBAAS,GAAE;GACC,mBAAmB,CAe/B;AAGM,IAAM,mBAAmB,GAAzB,MAAM,mBAAoB,SAAQ,IAAA,qBAAW,EAAC,mBAAmB,CAAC;CAGxE,CAAA;AAHY,kDAAmB;AAE9B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;gDACR;8BAFD,mBAAmB;IAD/B,IAAA,mBAAS,GAAE;GACC,mBAAmB,CAG/B"}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { DateRangeInput } from "./date-range.input";
|
|
2
2
|
import { OrderByInput } from "./order-by.input";
|
|
3
|
-
import { TranslationInput } from "./translation.input";
|
|
4
3
|
export declare class CreateProductTypeInput {
|
|
5
|
-
name:
|
|
6
|
-
description?:
|
|
4
|
+
name: string;
|
|
5
|
+
description?: string;
|
|
7
6
|
}
|
|
8
7
|
export declare class ProductTypeFilterInput {
|
|
9
8
|
searchKey?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"product-type.dto.d.ts","sourceRoot":"","sources":["../../src/dto/product-type.dto.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"product-type.dto.d.ts","sourceRoot":"","sources":["../../src/dto/product-type.dto.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD,qBACa,sBAAsB;IAEjC,IAAI,EAAE,MAAM,CAAC;IAGb,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,qBACa,sBAAsB;IAEjC,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,OAAO,CAAC,EAAE,YAAY,EAAE,CAAC;IAGzB,SAAS,CAAC,EAAE,cAAc,CAAC;IAG3B,SAAS,CAAC,EAAE,cAAc,CAAC;CAC5B;;AAED,qBACa,sBAAuB,SAAQ,2BAE3C;IAEC,GAAG,EAAE,MAAM,CAAC;CACb"}
|