synunu-libs 1.0.39 → 1.0.41

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.
@@ -8,7 +8,7 @@ var ECollectionType;
8
8
  ECollectionType["SMART"] = "SMART";
9
9
  })(ECollectionType || (exports.ECollectionType = ECollectionType = {}));
10
10
  (0, graphql_1.registerEnumType)(ECollectionType, {
11
- name: "CollectionType",
11
+ name: "ECollectionType",
12
12
  description: "Type of the collection: custom or smart",
13
13
  });
14
14
  //# sourceMappingURL=collection-type.enum.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"collection-type.enum.js","sourceRoot":"","sources":["../../src/enum/collection-type.enum.ts"],"names":[],"mappings":";;;AAAA,6CAAmD;AAEnD,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,oCAAiB,CAAA;IACjB,kCAAe,CAAA;AACjB,CAAC,EAHW,eAAe,+BAAf,eAAe,QAG1B;AAED,IAAA,0BAAgB,EAAC,eAAe,EAAE;IAChC,IAAI,EAAE,gBAAgB;IACtB,WAAW,EAAE,yCAAyC;CACvD,CAAC,CAAC"}
1
+ {"version":3,"file":"collection-type.enum.js","sourceRoot":"","sources":["../../src/enum/collection-type.enum.ts"],"names":[],"mappings":";;;AAAA,6CAAmD;AAEnD,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,oCAAiB,CAAA;IACjB,kCAAe,CAAA;AACjB,CAAC,EAHW,eAAe,+BAAf,eAAe,QAG1B;AAED,IAAA,0BAAgB,EAAC,eAAe,EAAE;IAChC,IAAI,EAAE,iBAAiB;IACvB,WAAW,EAAE,yCAAyC;CACvD,CAAC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"sort-order.enum.d.ts","sourceRoot":"","sources":["../../src/enum/sort-order.enum.ts"],"names":[],"mappings":"AAGA,oBAAY,UAAU;IACpB,SAAS,cAAc;IACvB,MAAM,WAAW;IACjB,UAAU,eAAe;IACzB,UAAU,eAAe;IACzB,SAAS,cAAc;IACvB,YAAY,iBAAiB;IAC7B,WAAW,gBAAgB;CAC5B"}
1
+ {"version":3,"file":"sort-order.enum.d.ts","sourceRoot":"","sources":["../../src/enum/sort-order.enum.ts"],"names":[],"mappings":"AAEA,oBAAY,UAAU;IACpB,SAAS,cAAc;IACvB,MAAM,WAAW;IACjB,UAAU,eAAe;IACzB,UAAU,eAAe;IACzB,SAAS,cAAc;IACvB,YAAY,iBAAiB;IAC7B,WAAW,gBAAgB;CAC5B"}
@@ -2,7 +2,6 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ESortOrder = void 0;
4
4
  const graphql_1 = require("@nestjs/graphql");
5
- // Enum định nghĩa các giá trị hợp lệ cho sortOrder
6
5
  var ESortOrder;
7
6
  (function (ESortOrder) {
8
7
  ESortOrder["ALPHA_ASC"] = "ALPHA_ASC";
@@ -1 +1 @@
1
- {"version":3,"file":"sort-order.enum.js","sourceRoot":"","sources":["../../src/enum/sort-order.enum.ts"],"names":[],"mappings":";;;AAAA,6CAAmD;AAEnD,mDAAmD;AACnD,IAAY,UAQX;AARD,WAAY,UAAU;IACpB,qCAAuB,CAAA;IACvB,+BAAiB,CAAA;IACjB,uCAAyB,CAAA;IACzB,uCAAyB,CAAA;IACzB,qCAAuB,CAAA;IACvB,2CAA6B,CAAA;IAC7B,yCAA2B,CAAA;AAC7B,CAAC,EARW,UAAU,0BAAV,UAAU,QAQrB;AAED,mBAAmB;AACnB,IAAA,0BAAgB,EAAC,UAAU,EAAE;IAC3B,IAAI,EAAE,YAAY;IAClB,WAAW,EAAE,+CAA+C;CAC7D,CAAC,CAAC"}
1
+ {"version":3,"file":"sort-order.enum.js","sourceRoot":"","sources":["../../src/enum/sort-order.enum.ts"],"names":[],"mappings":";;;AAAA,6CAAmD;AAEnD,IAAY,UAQX;AARD,WAAY,UAAU;IACpB,qCAAuB,CAAA;IACvB,+BAAiB,CAAA;IACjB,uCAAyB,CAAA;IACzB,uCAAyB,CAAA;IACzB,qCAAuB,CAAA;IACvB,2CAA6B,CAAA;IAC7B,yCAA2B,CAAA;AAC7B,CAAC,EARW,UAAU,0BAAV,UAAU,QAQrB;AAED,mBAAmB;AACnB,IAAA,0BAAgB,EAAC,UAAU,EAAE;IAC3B,IAAI,EAAE,YAAY;IAClB,WAAW,EAAE,+CAA+C;CAC7D,CAAC,CAAC"}
@@ -8,5 +8,5 @@ var UserType;
8
8
  UserType["SHOP"] = "shop";
9
9
  UserType["BUYER"] = "buyer";
10
10
  })(UserType || (exports.UserType = UserType = {}));
11
- (0, graphql_1.registerEnumType)(UserType, { name: 'UserType' });
11
+ (0, graphql_1.registerEnumType)(UserType, { name: "UserType" });
12
12
  //# sourceMappingURL=use.enum.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "synunu-libs",
3
- "version": "1.0.39",
3
+ "version": "1.0.41",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "description": "Shared DTOs, constants, and utilities for Synunu microservices",
@@ -1,25 +0,0 @@
1
- import { TranslationInput } from "./translation.input";
2
- import { UserType } from "../enum";
3
- import { DateRangeInput } from "./date-range.input";
4
- export declare class CreateInventoryItemsInput {
5
- key: string;
6
- label: TranslationInput;
7
- icon?: string;
8
- rootPath?: string;
9
- path?: TranslationInput;
10
- userType?: UserType;
11
- order?: number;
12
- visible?: boolean;
13
- permissions?: string[];
14
- parent?: string | null;
15
- isActive?: boolean;
16
- }
17
- export declare class InventoryItemsFilterInput {
18
- createdAt?: DateRangeInput;
19
- }
20
- declare const UpdateInventoryItemsInput_base: import("@nestjs/common").Type<Partial<CreateInventoryItemsInput>>;
21
- export declare class UpdateInventoryItemsInput extends UpdateInventoryItemsInput_base {
22
- _id: string;
23
- }
24
- export {};
25
- //# sourceMappingURL=inventory-items.dto.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"inventory-items.dto.d.ts","sourceRoot":"","sources":["../../src/dto/inventory-items.dto.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AACnC,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEpD,qBACa,yBAAyB;IAEtC,GAAG,EAAE,MAAM,CAAC;IAGZ,KAAK,EAAE,gBAAgB,CAAC;IAGxB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,IAAI,CAAC,EAAE,gBAAgB,CAAC;IAGxB,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;CAClB;AAED,qBACa,yBAAyB;IAEtC,SAAS,CAAC,EAAE,cAAc,CAAC;CAC1B;;AAED,qBACa,yBAA0B,SAAQ,8BAAsC;IAErF,GAAG,EAAE,MAAM,CAAC;CACX"}
@@ -1,87 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.UpdateInventoryItemsInput = exports.InventoryItemsFilterInput = exports.CreateInventoryItemsInput = void 0;
13
- const graphql_1 = require("@nestjs/graphql");
14
- const translation_input_1 = require("./translation.input");
15
- const enum_1 = require("../enum");
16
- const date_range_input_1 = require("./date-range.input");
17
- let CreateInventoryItemsInput = class CreateInventoryItemsInput {
18
- };
19
- exports.CreateInventoryItemsInput = CreateInventoryItemsInput;
20
- __decorate([
21
- (0, graphql_1.Field)(),
22
- __metadata("design:type", String)
23
- ], CreateInventoryItemsInput.prototype, "key", void 0);
24
- __decorate([
25
- (0, graphql_1.Field)(() => translation_input_1.TranslationInput),
26
- __metadata("design:type", translation_input_1.TranslationInput)
27
- ], CreateInventoryItemsInput.prototype, "label", void 0);
28
- __decorate([
29
- (0, graphql_1.Field)({ nullable: true }),
30
- __metadata("design:type", String)
31
- ], CreateInventoryItemsInput.prototype, "icon", void 0);
32
- __decorate([
33
- (0, graphql_1.Field)({ nullable: true }),
34
- __metadata("design:type", String)
35
- ], CreateInventoryItemsInput.prototype, "rootPath", void 0);
36
- __decorate([
37
- (0, graphql_1.Field)(() => translation_input_1.TranslationInput, { nullable: true }),
38
- __metadata("design:type", translation_input_1.TranslationInput)
39
- ], CreateInventoryItemsInput.prototype, "path", void 0);
40
- __decorate([
41
- (0, graphql_1.Field)(() => enum_1.UserType, { nullable: true, defaultValue: enum_1.UserType.ADMIN }),
42
- __metadata("design:type", String)
43
- ], CreateInventoryItemsInput.prototype, "userType", void 0);
44
- __decorate([
45
- (0, graphql_1.Field)({ nullable: true, defaultValue: 0 }),
46
- __metadata("design:type", Number)
47
- ], CreateInventoryItemsInput.prototype, "order", void 0);
48
- __decorate([
49
- (0, graphql_1.Field)({ nullable: true, defaultValue: true }),
50
- __metadata("design:type", Boolean)
51
- ], CreateInventoryItemsInput.prototype, "visible", void 0);
52
- __decorate([
53
- (0, graphql_1.Field)(() => [String], { nullable: true, defaultValue: [] }),
54
- __metadata("design:type", Array)
55
- ], CreateInventoryItemsInput.prototype, "permissions", void 0);
56
- __decorate([
57
- (0, graphql_1.Field)(() => String, { nullable: true }),
58
- __metadata("design:type", Object)
59
- ], CreateInventoryItemsInput.prototype, "parent", void 0);
60
- __decorate([
61
- (0, graphql_1.Field)({ nullable: true, defaultValue: true }),
62
- __metadata("design:type", Boolean)
63
- ], CreateInventoryItemsInput.prototype, "isActive", void 0);
64
- exports.CreateInventoryItemsInput = CreateInventoryItemsInput = __decorate([
65
- (0, graphql_1.InputType)()
66
- ], CreateInventoryItemsInput);
67
- let InventoryItemsFilterInput = class InventoryItemsFilterInput {
68
- };
69
- exports.InventoryItemsFilterInput = InventoryItemsFilterInput;
70
- __decorate([
71
- (0, graphql_1.Field)(() => date_range_input_1.DateRangeInput, { nullable: true }),
72
- __metadata("design:type", date_range_input_1.DateRangeInput)
73
- ], InventoryItemsFilterInput.prototype, "createdAt", void 0);
74
- exports.InventoryItemsFilterInput = InventoryItemsFilterInput = __decorate([
75
- (0, graphql_1.InputType)()
76
- ], InventoryItemsFilterInput);
77
- let UpdateInventoryItemsInput = class UpdateInventoryItemsInput extends (0, graphql_1.PartialType)(CreateInventoryItemsInput) {
78
- };
79
- exports.UpdateInventoryItemsInput = UpdateInventoryItemsInput;
80
- __decorate([
81
- (0, graphql_1.Field)(() => String),
82
- __metadata("design:type", String)
83
- ], UpdateInventoryItemsInput.prototype, "_id", void 0);
84
- exports.UpdateInventoryItemsInput = UpdateInventoryItemsInput = __decorate([
85
- (0, graphql_1.InputType)()
86
- ], UpdateInventoryItemsInput);
87
- //# sourceMappingURL=inventory-items.dto.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"inventory-items.dto.js","sourceRoot":"","sources":["../../src/dto/inventory-items.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAgE;AAChE,2DAAuD;AACvD,kCAAmC;AACnC,yDAAoD;AAG7C,IAAM,yBAAyB,GAA/B,MAAM,yBAAyB;CAiCrC,CAAA;AAjCY,8DAAyB;AAEtC;IADC,IAAA,eAAK,GAAE;;sDACI;AAGZ;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,oCAAgB,CAAC;8BACvB,oCAAgB;wDAAC;AAGxB;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;uDACZ;AAGd;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;2DACR;AAGlB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,oCAAgB,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BAC3C,oCAAgB;uDAAC;AAGxB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,eAAQ,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,eAAQ,CAAC,KAAK,EAAE,CAAC;;2DACpD;AAGpB;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC,EAAE,CAAC;;wDAC5B;AAGf;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,CAAC;;0DAC5B;AAGlB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,MAAM,CAAC,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,EAAE,EAAE,CAAC;;8DACrC;AAGvB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;yDACjB;AAGvB;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,CAAC;;2DAC3B;oCAhCN,yBAAyB;IADrC,IAAA,mBAAS,GAAE;GACC,yBAAyB,CAiCrC;AAGM,IAAM,yBAAyB,GAA/B,MAAM,yBAAyB;CAGrC,CAAA;AAHY,8DAAyB;AAEtC;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,iCAAc,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACpC,iCAAc;4DAAC;oCAFd,yBAAyB;IADrC,IAAA,mBAAS,GAAE;GACC,yBAAyB,CAGrC;AAGM,IAAM,yBAAyB,GAA/B,MAAM,yBAA0B,SAAQ,IAAA,qBAAW,EAAC,yBAAyB,CAAC;CAGpF,CAAA;AAHY,8DAAyB;AAEtC;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;sDACR;oCAFC,yBAAyB;IADrC,IAAA,mBAAS,GAAE;GACC,yBAAyB,CAGrC"}
@@ -1,25 +0,0 @@
1
- import { TranslationInput } from "./translation.input";
2
- import { UserType } from "../enum";
3
- import { DateRangeInput } from "./date-range.input";
4
- export declare class CreateInventoryLevelsInput {
5
- key: string;
6
- label: TranslationInput;
7
- icon?: string;
8
- rootPath?: string;
9
- path?: TranslationInput;
10
- userType?: UserType;
11
- order?: number;
12
- visible?: boolean;
13
- permissions?: string[];
14
- parent?: string | null;
15
- isActive?: boolean;
16
- }
17
- export declare class InventoryLevelsFilterInput {
18
- createdAt?: DateRangeInput;
19
- }
20
- declare const UpdateInventoryLevelsInput_base: import("@nestjs/common").Type<Partial<CreateInventoryLevelsInput>>;
21
- export declare class UpdateInventoryLevelsInput extends UpdateInventoryLevelsInput_base {
22
- _id: string;
23
- }
24
- export {};
25
- //# sourceMappingURL=inventory-levels.dto.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"inventory-levels.dto.d.ts","sourceRoot":"","sources":["../../src/dto/inventory-levels.dto.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AACnC,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEpD,qBACa,0BAA0B;IAEvC,GAAG,EAAE,MAAM,CAAC;IAGZ,KAAK,EAAE,gBAAgB,CAAC;IAGxB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,IAAI,CAAC,EAAE,gBAAgB,CAAC;IAGxB,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;CAClB;AAED,qBACa,0BAA0B;IAEvC,SAAS,CAAC,EAAE,cAAc,CAAC;CAC1B;;AAED,qBACa,0BAA2B,SAAQ,+BAAuC;IAEvF,GAAG,EAAE,MAAM,CAAC;CACX"}
@@ -1,87 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.UpdateInventoryLevelsInput = exports.InventoryLevelsFilterInput = exports.CreateInventoryLevelsInput = void 0;
13
- const graphql_1 = require("@nestjs/graphql");
14
- const translation_input_1 = require("./translation.input");
15
- const enum_1 = require("../enum");
16
- const date_range_input_1 = require("./date-range.input");
17
- let CreateInventoryLevelsInput = class CreateInventoryLevelsInput {
18
- };
19
- exports.CreateInventoryLevelsInput = CreateInventoryLevelsInput;
20
- __decorate([
21
- (0, graphql_1.Field)(),
22
- __metadata("design:type", String)
23
- ], CreateInventoryLevelsInput.prototype, "key", void 0);
24
- __decorate([
25
- (0, graphql_1.Field)(() => translation_input_1.TranslationInput),
26
- __metadata("design:type", translation_input_1.TranslationInput)
27
- ], CreateInventoryLevelsInput.prototype, "label", void 0);
28
- __decorate([
29
- (0, graphql_1.Field)({ nullable: true }),
30
- __metadata("design:type", String)
31
- ], CreateInventoryLevelsInput.prototype, "icon", void 0);
32
- __decorate([
33
- (0, graphql_1.Field)({ nullable: true }),
34
- __metadata("design:type", String)
35
- ], CreateInventoryLevelsInput.prototype, "rootPath", void 0);
36
- __decorate([
37
- (0, graphql_1.Field)(() => translation_input_1.TranslationInput, { nullable: true }),
38
- __metadata("design:type", translation_input_1.TranslationInput)
39
- ], CreateInventoryLevelsInput.prototype, "path", void 0);
40
- __decorate([
41
- (0, graphql_1.Field)(() => enum_1.UserType, { nullable: true, defaultValue: enum_1.UserType.ADMIN }),
42
- __metadata("design:type", String)
43
- ], CreateInventoryLevelsInput.prototype, "userType", void 0);
44
- __decorate([
45
- (0, graphql_1.Field)({ nullable: true, defaultValue: 0 }),
46
- __metadata("design:type", Number)
47
- ], CreateInventoryLevelsInput.prototype, "order", void 0);
48
- __decorate([
49
- (0, graphql_1.Field)({ nullable: true, defaultValue: true }),
50
- __metadata("design:type", Boolean)
51
- ], CreateInventoryLevelsInput.prototype, "visible", void 0);
52
- __decorate([
53
- (0, graphql_1.Field)(() => [String], { nullable: true, defaultValue: [] }),
54
- __metadata("design:type", Array)
55
- ], CreateInventoryLevelsInput.prototype, "permissions", void 0);
56
- __decorate([
57
- (0, graphql_1.Field)(() => String, { nullable: true }),
58
- __metadata("design:type", Object)
59
- ], CreateInventoryLevelsInput.prototype, "parent", void 0);
60
- __decorate([
61
- (0, graphql_1.Field)({ nullable: true, defaultValue: true }),
62
- __metadata("design:type", Boolean)
63
- ], CreateInventoryLevelsInput.prototype, "isActive", void 0);
64
- exports.CreateInventoryLevelsInput = CreateInventoryLevelsInput = __decorate([
65
- (0, graphql_1.InputType)()
66
- ], CreateInventoryLevelsInput);
67
- let InventoryLevelsFilterInput = class InventoryLevelsFilterInput {
68
- };
69
- exports.InventoryLevelsFilterInput = InventoryLevelsFilterInput;
70
- __decorate([
71
- (0, graphql_1.Field)(() => date_range_input_1.DateRangeInput, { nullable: true }),
72
- __metadata("design:type", date_range_input_1.DateRangeInput)
73
- ], InventoryLevelsFilterInput.prototype, "createdAt", void 0);
74
- exports.InventoryLevelsFilterInput = InventoryLevelsFilterInput = __decorate([
75
- (0, graphql_1.InputType)()
76
- ], InventoryLevelsFilterInput);
77
- let UpdateInventoryLevelsInput = class UpdateInventoryLevelsInput extends (0, graphql_1.PartialType)(CreateInventoryLevelsInput) {
78
- };
79
- exports.UpdateInventoryLevelsInput = UpdateInventoryLevelsInput;
80
- __decorate([
81
- (0, graphql_1.Field)(() => String),
82
- __metadata("design:type", String)
83
- ], UpdateInventoryLevelsInput.prototype, "_id", void 0);
84
- exports.UpdateInventoryLevelsInput = UpdateInventoryLevelsInput = __decorate([
85
- (0, graphql_1.InputType)()
86
- ], UpdateInventoryLevelsInput);
87
- //# sourceMappingURL=inventory-levels.dto.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"inventory-levels.dto.js","sourceRoot":"","sources":["../../src/dto/inventory-levels.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAgE;AAChE,2DAAuD;AACvD,kCAAmC;AACnC,yDAAoD;AAG7C,IAAM,0BAA0B,GAAhC,MAAM,0BAA0B;CAiCtC,CAAA;AAjCY,gEAA0B;AAEvC;IADC,IAAA,eAAK,GAAE;;uDACI;AAGZ;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,oCAAgB,CAAC;8BACvB,oCAAgB;yDAAC;AAGxB;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;wDACZ;AAGd;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4DACR;AAGlB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,oCAAgB,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BAC3C,oCAAgB;wDAAC;AAGxB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,eAAQ,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,eAAQ,CAAC,KAAK,EAAE,CAAC;;4DACpD;AAGpB;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC,EAAE,CAAC;;yDAC5B;AAGf;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,CAAC;;2DAC5B;AAGlB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,MAAM,CAAC,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,EAAE,EAAE,CAAC;;+DACrC;AAGvB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;0DACjB;AAGvB;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,CAAC;;4DAC3B;qCAhCN,0BAA0B;IADtC,IAAA,mBAAS,GAAE;GACC,0BAA0B,CAiCtC;AAGM,IAAM,0BAA0B,GAAhC,MAAM,0BAA0B;CAGtC,CAAA;AAHY,gEAA0B;AAEvC;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,iCAAc,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACpC,iCAAc;6DAAC;qCAFd,0BAA0B;IADtC,IAAA,mBAAS,GAAE;GACC,0BAA0B,CAGtC;AAGM,IAAM,0BAA0B,GAAhC,MAAM,0BAA2B,SAAQ,IAAA,qBAAW,EAAC,0BAA0B,CAAC;CAGtF,CAAA;AAHY,gEAA0B;AAEvC;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;uDACR;qCAFC,0BAA0B;IADtC,IAAA,mBAAS,GAAE;GACC,0BAA0B,CAGtC"}
@@ -1,25 +0,0 @@
1
- import { TranslationInput } from "./translation.input";
2
- import { UserType } from "../enum";
3
- import { DateRangeInput } from "./date-range.input";
4
- export declare class CreateProductimageInput {
5
- key: string;
6
- label: TranslationInput;
7
- icon?: string;
8
- rootPath?: string;
9
- path?: TranslationInput;
10
- userType?: UserType;
11
- order?: number;
12
- visible?: boolean;
13
- permissions?: string[];
14
- parent?: string | null;
15
- isActive?: boolean;
16
- }
17
- export declare class ProductimageFilterInput {
18
- createdAt?: DateRangeInput;
19
- }
20
- declare const UpdateProductimageInput_base: import("@nestjs/common").Type<Partial<CreateProductimageInput>>;
21
- export declare class UpdateProductimageInput extends UpdateProductimageInput_base {
22
- _id: string;
23
- }
24
- export {};
25
- //# sourceMappingURL=productimage.dto.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"productimage.dto.d.ts","sourceRoot":"","sources":["../../src/dto/productimage.dto.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AACnC,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEpD,qBACa,uBAAuB;IAEpC,GAAG,EAAE,MAAM,CAAC;IAGZ,KAAK,EAAE,gBAAgB,CAAC;IAGxB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,IAAI,CAAC,EAAE,gBAAgB,CAAC;IAGxB,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;CAClB;AAED,qBACa,uBAAuB;IAEpC,SAAS,CAAC,EAAE,cAAc,CAAC;CAC1B;;AAED,qBACa,uBAAwB,SAAQ,4BAAoC;IAEjF,GAAG,EAAE,MAAM,CAAC;CACX"}
@@ -1,87 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.UpdateProductimageInput = exports.ProductimageFilterInput = exports.CreateProductimageInput = void 0;
13
- const graphql_1 = require("@nestjs/graphql");
14
- const translation_input_1 = require("./translation.input");
15
- const enum_1 = require("../enum");
16
- const date_range_input_1 = require("./date-range.input");
17
- let CreateProductimageInput = class CreateProductimageInput {
18
- };
19
- exports.CreateProductimageInput = CreateProductimageInput;
20
- __decorate([
21
- (0, graphql_1.Field)(),
22
- __metadata("design:type", String)
23
- ], CreateProductimageInput.prototype, "key", void 0);
24
- __decorate([
25
- (0, graphql_1.Field)(() => translation_input_1.TranslationInput),
26
- __metadata("design:type", translation_input_1.TranslationInput)
27
- ], CreateProductimageInput.prototype, "label", void 0);
28
- __decorate([
29
- (0, graphql_1.Field)({ nullable: true }),
30
- __metadata("design:type", String)
31
- ], CreateProductimageInput.prototype, "icon", void 0);
32
- __decorate([
33
- (0, graphql_1.Field)({ nullable: true }),
34
- __metadata("design:type", String)
35
- ], CreateProductimageInput.prototype, "rootPath", void 0);
36
- __decorate([
37
- (0, graphql_1.Field)(() => translation_input_1.TranslationInput, { nullable: true }),
38
- __metadata("design:type", translation_input_1.TranslationInput)
39
- ], CreateProductimageInput.prototype, "path", void 0);
40
- __decorate([
41
- (0, graphql_1.Field)(() => enum_1.UserType, { nullable: true, defaultValue: enum_1.UserType.ADMIN }),
42
- __metadata("design:type", String)
43
- ], CreateProductimageInput.prototype, "userType", void 0);
44
- __decorate([
45
- (0, graphql_1.Field)({ nullable: true, defaultValue: 0 }),
46
- __metadata("design:type", Number)
47
- ], CreateProductimageInput.prototype, "order", void 0);
48
- __decorate([
49
- (0, graphql_1.Field)({ nullable: true, defaultValue: true }),
50
- __metadata("design:type", Boolean)
51
- ], CreateProductimageInput.prototype, "visible", void 0);
52
- __decorate([
53
- (0, graphql_1.Field)(() => [String], { nullable: true, defaultValue: [] }),
54
- __metadata("design:type", Array)
55
- ], CreateProductimageInput.prototype, "permissions", void 0);
56
- __decorate([
57
- (0, graphql_1.Field)(() => String, { nullable: true }),
58
- __metadata("design:type", Object)
59
- ], CreateProductimageInput.prototype, "parent", void 0);
60
- __decorate([
61
- (0, graphql_1.Field)({ nullable: true, defaultValue: true }),
62
- __metadata("design:type", Boolean)
63
- ], CreateProductimageInput.prototype, "isActive", void 0);
64
- exports.CreateProductimageInput = CreateProductimageInput = __decorate([
65
- (0, graphql_1.InputType)()
66
- ], CreateProductimageInput);
67
- let ProductimageFilterInput = class ProductimageFilterInput {
68
- };
69
- exports.ProductimageFilterInput = ProductimageFilterInput;
70
- __decorate([
71
- (0, graphql_1.Field)(() => date_range_input_1.DateRangeInput, { nullable: true }),
72
- __metadata("design:type", date_range_input_1.DateRangeInput)
73
- ], ProductimageFilterInput.prototype, "createdAt", void 0);
74
- exports.ProductimageFilterInput = ProductimageFilterInput = __decorate([
75
- (0, graphql_1.InputType)()
76
- ], ProductimageFilterInput);
77
- let UpdateProductimageInput = class UpdateProductimageInput extends (0, graphql_1.PartialType)(CreateProductimageInput) {
78
- };
79
- exports.UpdateProductimageInput = UpdateProductimageInput;
80
- __decorate([
81
- (0, graphql_1.Field)(() => String),
82
- __metadata("design:type", String)
83
- ], UpdateProductimageInput.prototype, "_id", void 0);
84
- exports.UpdateProductimageInput = UpdateProductimageInput = __decorate([
85
- (0, graphql_1.InputType)()
86
- ], UpdateProductimageInput);
87
- //# sourceMappingURL=productimage.dto.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"productimage.dto.js","sourceRoot":"","sources":["../../src/dto/productimage.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAgE;AAChE,2DAAuD;AACvD,kCAAmC;AACnC,yDAAoD;AAG7C,IAAM,uBAAuB,GAA7B,MAAM,uBAAuB;CAiCnC,CAAA;AAjCY,0DAAuB;AAEpC;IADC,IAAA,eAAK,GAAE;;oDACI;AAGZ;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,oCAAgB,CAAC;8BACvB,oCAAgB;sDAAC;AAGxB;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;qDACZ;AAGd;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;yDACR;AAGlB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,oCAAgB,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BAC3C,oCAAgB;qDAAC;AAGxB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,eAAQ,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,eAAQ,CAAC,KAAK,EAAE,CAAC;;yDACpD;AAGpB;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC,EAAE,CAAC;;sDAC5B;AAGf;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,CAAC;;wDAC5B;AAGlB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,MAAM,CAAC,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,EAAE,EAAE,CAAC;;4DACrC;AAGvB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;uDACjB;AAGvB;IADC,IAAA,eAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,CAAC;;yDAC3B;kCAhCN,uBAAuB;IADnC,IAAA,mBAAS,GAAE;GACC,uBAAuB,CAiCnC;AAGM,IAAM,uBAAuB,GAA7B,MAAM,uBAAuB;CAGnC,CAAA;AAHY,0DAAuB;AAEpC;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,iCAAc,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACpC,iCAAc;0DAAC;kCAFd,uBAAuB;IADnC,IAAA,mBAAS,GAAE;GACC,uBAAuB,CAGnC;AAGM,IAAM,uBAAuB,GAA7B,MAAM,uBAAwB,SAAQ,IAAA,qBAAW,EAAC,uBAAuB,CAAC;CAGhF,CAAA;AAHY,0DAAuB;AAEpC;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;oDACR;kCAFC,uBAAuB;IADnC,IAAA,mBAAS,GAAE;GACC,uBAAuB,CAGnC"}
@@ -1,25 +0,0 @@
1
- import { TranslationInput } from "./translation.input";
2
- import { UserType } from "../enum";
3
- import { DateRangeInput } from "./date-range.input";
4
- export declare class CreateSoitInput {
5
- key: string;
6
- label: TranslationInput;
7
- icon?: string;
8
- rootPath?: string;
9
- path?: TranslationInput;
10
- userType?: UserType;
11
- order?: number;
12
- visible?: boolean;
13
- permissions?: string[];
14
- parent?: string | null;
15
- isActive?: boolean;
16
- }
17
- export declare class SoitFilterInput {
18
- createdAt?: DateRangeInput;
19
- }
20
- declare const UpdateSoitInput_base: import("@nestjs/common").Type<Partial<CreateSoitInput>>;
21
- export declare class UpdateSoitInput extends UpdateSoitInput_base {
22
- _id: string;
23
- }
24
- export {};
25
- //# sourceMappingURL=soit.dto.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"soit.dto.d.ts","sourceRoot":"","sources":["../../src/dto/soit.dto.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AACnC,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEpD,qBACa,eAAe;IAE5B,GAAG,EAAE,MAAM,CAAC;IAGZ,KAAK,EAAE,gBAAgB,CAAC;IAGxB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,IAAI,CAAC,EAAE,gBAAgB,CAAC;IAGxB,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;CAClB;AAED,qBACa,eAAe;IAE5B,SAAS,CAAC,EAAE,cAAc,CAAC;CAC1B;;AAED,qBACa,eAAgB,SAAQ,oBAA4B;IAEjE,GAAG,EAAE,MAAM,CAAC;CACX"}
@@ -1,87 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.UpdateSoitInput = exports.SoitFilterInput = exports.CreateSoitInput = void 0;
13
- const graphql_1 = require("@nestjs/graphql");
14
- const translation_input_1 = require("./translation.input");
15
- const enum_1 = require("../enum");
16
- const date_range_input_1 = require("./date-range.input");
17
- let CreateSoitInput = class CreateSoitInput {
18
- };
19
- exports.CreateSoitInput = CreateSoitInput;
20
- __decorate([
21
- (0, graphql_1.Field)(),
22
- __metadata("design:type", String)
23
- ], CreateSoitInput.prototype, "key", void 0);
24
- __decorate([
25
- (0, graphql_1.Field)(() => translation_input_1.TranslationInput),
26
- __metadata("design:type", translation_input_1.TranslationInput)
27
- ], CreateSoitInput.prototype, "label", void 0);
28
- __decorate([
29
- (0, graphql_1.Field)({ nullable: true }),
30
- __metadata("design:type", String)
31
- ], CreateSoitInput.prototype, "icon", void 0);
32
- __decorate([
33
- (0, graphql_1.Field)({ nullable: true }),
34
- __metadata("design:type", String)
35
- ], CreateSoitInput.prototype, "rootPath", void 0);
36
- __decorate([
37
- (0, graphql_1.Field)(() => translation_input_1.TranslationInput, { nullable: true }),
38
- __metadata("design:type", translation_input_1.TranslationInput)
39
- ], CreateSoitInput.prototype, "path", void 0);
40
- __decorate([
41
- (0, graphql_1.Field)(() => enum_1.UserType, { nullable: true, defaultValue: enum_1.UserType.ADMIN }),
42
- __metadata("design:type", String)
43
- ], CreateSoitInput.prototype, "userType", void 0);
44
- __decorate([
45
- (0, graphql_1.Field)({ nullable: true, defaultValue: 0 }),
46
- __metadata("design:type", Number)
47
- ], CreateSoitInput.prototype, "order", void 0);
48
- __decorate([
49
- (0, graphql_1.Field)({ nullable: true, defaultValue: true }),
50
- __metadata("design:type", Boolean)
51
- ], CreateSoitInput.prototype, "visible", void 0);
52
- __decorate([
53
- (0, graphql_1.Field)(() => [String], { nullable: true, defaultValue: [] }),
54
- __metadata("design:type", Array)
55
- ], CreateSoitInput.prototype, "permissions", void 0);
56
- __decorate([
57
- (0, graphql_1.Field)(() => String, { nullable: true }),
58
- __metadata("design:type", Object)
59
- ], CreateSoitInput.prototype, "parent", void 0);
60
- __decorate([
61
- (0, graphql_1.Field)({ nullable: true, defaultValue: true }),
62
- __metadata("design:type", Boolean)
63
- ], CreateSoitInput.prototype, "isActive", void 0);
64
- exports.CreateSoitInput = CreateSoitInput = __decorate([
65
- (0, graphql_1.InputType)()
66
- ], CreateSoitInput);
67
- let SoitFilterInput = class SoitFilterInput {
68
- };
69
- exports.SoitFilterInput = SoitFilterInput;
70
- __decorate([
71
- (0, graphql_1.Field)(() => date_range_input_1.DateRangeInput, { nullable: true }),
72
- __metadata("design:type", date_range_input_1.DateRangeInput)
73
- ], SoitFilterInput.prototype, "createdAt", void 0);
74
- exports.SoitFilterInput = SoitFilterInput = __decorate([
75
- (0, graphql_1.InputType)()
76
- ], SoitFilterInput);
77
- let UpdateSoitInput = class UpdateSoitInput extends (0, graphql_1.PartialType)(CreateSoitInput) {
78
- };
79
- exports.UpdateSoitInput = UpdateSoitInput;
80
- __decorate([
81
- (0, graphql_1.Field)(() => String),
82
- __metadata("design:type", String)
83
- ], UpdateSoitInput.prototype, "_id", void 0);
84
- exports.UpdateSoitInput = UpdateSoitInput = __decorate([
85
- (0, graphql_1.InputType)()
86
- ], UpdateSoitInput);
87
- //# sourceMappingURL=soit.dto.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"soit.dto.js","sourceRoot":"","sources":["../../src/dto/soit.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAgE;AAChE,2DAAuD;AACvD,kCAAmC;AACnC,yDAAoD;AAG7C,IAAM,eAAe,GAArB,MAAM,eAAe;CAiC3B,CAAA;AAjCY,0CAAe;AAE5B;IADC,IAAA,eAAK,GAAE;;4CACI;AAGZ;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,oCAAgB,CAAC;8BACvB,oCAAgB;8CAAC;AAGxB;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,GAAG,EAAE,CAAC,oCAAgB,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BAC3C,oCAAgB;6CAAC;AAGxB;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;0BAhCN,eAAe;IAD3B,IAAA,mBAAS,GAAE;GACC,eAAe,CAiC3B;AAGM,IAAM,eAAe,GAArB,MAAM,eAAe;CAG3B,CAAA;AAHY,0CAAe;AAE5B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,iCAAc,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACpC,iCAAc;kDAAC;0BAFd,eAAe;IAD3B,IAAA,mBAAS,GAAE;GACC,eAAe,CAG3B;AAGM,IAAM,eAAe,GAArB,MAAM,eAAgB,SAAQ,IAAA,qBAAW,EAAC,eAAe,CAAC;CAGhE,CAAA;AAHY,0CAAe;AAE5B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;4CACR;0BAFC,eAAe;IAD3B,IAAA,mBAAS,GAAE;GACC,eAAe,CAG3B"}
@@ -1,25 +0,0 @@
1
- import { TranslationInput } from "./translation.input";
2
- import { UserType } from "../enum";
3
- import { DateRangeInput } from "./date-range.input";
4
- export declare class CreateTtttInput {
5
- key: string;
6
- label: TranslationInput;
7
- icon?: string;
8
- rootPath?: string;
9
- path?: TranslationInput;
10
- userType?: UserType;
11
- order?: number;
12
- visible?: boolean;
13
- permissions?: string[];
14
- parent?: string | null;
15
- isActive?: boolean;
16
- }
17
- export declare class TtttFilterInput {
18
- createdAt?: DateRangeInput;
19
- }
20
- declare const UpdateTtttInput_base: import("@nestjs/common").Type<Partial<CreateTtttInput>>;
21
- export declare class UpdateTtttInput extends UpdateTtttInput_base {
22
- _id: string;
23
- }
24
- export {};
25
- //# sourceMappingURL=tttt.dto.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tttt.dto.d.ts","sourceRoot":"","sources":["../../src/dto/tttt.dto.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AACnC,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEpD,qBACa,eAAe;IAE1B,GAAG,EAAE,MAAM,CAAC;IAGZ,KAAK,EAAE,gBAAgB,CAAC;IAGxB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,IAAI,CAAC,EAAE,gBAAgB,CAAC;IAGxB,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,cAAc,CAAC;CAC5B;;AAED,qBACa,eAAgB,SAAQ,oBAA4B;IAE/D,GAAG,EAAE,MAAM,CAAC;CACb"}
@@ -1,87 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.UpdateTtttInput = exports.TtttFilterInput = exports.CreateTtttInput = void 0;
13
- const graphql_1 = require("@nestjs/graphql");
14
- const translation_input_1 = require("./translation.input");
15
- const enum_1 = require("../enum");
16
- const date_range_input_1 = require("./date-range.input");
17
- let CreateTtttInput = class CreateTtttInput {
18
- };
19
- exports.CreateTtttInput = CreateTtttInput;
20
- __decorate([
21
- (0, graphql_1.Field)(),
22
- __metadata("design:type", String)
23
- ], CreateTtttInput.prototype, "key", void 0);
24
- __decorate([
25
- (0, graphql_1.Field)(() => translation_input_1.TranslationInput),
26
- __metadata("design:type", translation_input_1.TranslationInput)
27
- ], CreateTtttInput.prototype, "label", void 0);
28
- __decorate([
29
- (0, graphql_1.Field)({ nullable: true }),
30
- __metadata("design:type", String)
31
- ], CreateTtttInput.prototype, "icon", void 0);
32
- __decorate([
33
- (0, graphql_1.Field)({ nullable: true }),
34
- __metadata("design:type", String)
35
- ], CreateTtttInput.prototype, "rootPath", void 0);
36
- __decorate([
37
- (0, graphql_1.Field)(() => translation_input_1.TranslationInput, { nullable: true }),
38
- __metadata("design:type", translation_input_1.TranslationInput)
39
- ], CreateTtttInput.prototype, "path", void 0);
40
- __decorate([
41
- (0, graphql_1.Field)(() => enum_1.UserType, { nullable: true, defaultValue: enum_1.UserType.ADMIN }),
42
- __metadata("design:type", String)
43
- ], CreateTtttInput.prototype, "userType", void 0);
44
- __decorate([
45
- (0, graphql_1.Field)({ nullable: true, defaultValue: 0 }),
46
- __metadata("design:type", Number)
47
- ], CreateTtttInput.prototype, "order", void 0);
48
- __decorate([
49
- (0, graphql_1.Field)({ nullable: true, defaultValue: true }),
50
- __metadata("design:type", Boolean)
51
- ], CreateTtttInput.prototype, "visible", void 0);
52
- __decorate([
53
- (0, graphql_1.Field)(() => [String], { nullable: true, defaultValue: [] }),
54
- __metadata("design:type", Array)
55
- ], CreateTtttInput.prototype, "permissions", void 0);
56
- __decorate([
57
- (0, graphql_1.Field)(() => String, { nullable: true }),
58
- __metadata("design:type", Object)
59
- ], CreateTtttInput.prototype, "parent", void 0);
60
- __decorate([
61
- (0, graphql_1.Field)({ nullable: true, defaultValue: true }),
62
- __metadata("design:type", Boolean)
63
- ], CreateTtttInput.prototype, "isActive", void 0);
64
- exports.CreateTtttInput = CreateTtttInput = __decorate([
65
- (0, graphql_1.InputType)()
66
- ], CreateTtttInput);
67
- let TtttFilterInput = class TtttFilterInput {
68
- };
69
- exports.TtttFilterInput = TtttFilterInput;
70
- __decorate([
71
- (0, graphql_1.Field)(() => date_range_input_1.DateRangeInput, { nullable: true }),
72
- __metadata("design:type", date_range_input_1.DateRangeInput)
73
- ], TtttFilterInput.prototype, "createdAt", void 0);
74
- exports.TtttFilterInput = TtttFilterInput = __decorate([
75
- (0, graphql_1.InputType)()
76
- ], TtttFilterInput);
77
- let UpdateTtttInput = class UpdateTtttInput extends (0, graphql_1.PartialType)(CreateTtttInput) {
78
- };
79
- exports.UpdateTtttInput = UpdateTtttInput;
80
- __decorate([
81
- (0, graphql_1.Field)(() => String),
82
- __metadata("design:type", String)
83
- ], UpdateTtttInput.prototype, "_id", void 0);
84
- exports.UpdateTtttInput = UpdateTtttInput = __decorate([
85
- (0, graphql_1.InputType)()
86
- ], UpdateTtttInput);
87
- //# sourceMappingURL=tttt.dto.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tttt.dto.js","sourceRoot":"","sources":["../../src/dto/tttt.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAgE;AAChE,2DAAuD;AACvD,kCAAmC;AACnC,yDAAoD;AAG7C,IAAM,eAAe,GAArB,MAAM,eAAe;CAiC3B,CAAA;AAjCY,0CAAe;AAE1B;IADC,IAAA,eAAK,GAAE;;4CACI;AAGZ;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,oCAAgB,CAAC;8BACvB,oCAAgB;8CAAC;AAGxB;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,GAAG,EAAE,CAAC,oCAAgB,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BAC3C,oCAAgB;6CAAC;AAGxB;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;CAG3B,CAAA;AAHY,0CAAe;AAE1B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,iCAAc,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACpC,iCAAc;kDAAC;0BAFhB,eAAe;IAD3B,IAAA,mBAAS,GAAE;GACC,eAAe,CAG3B;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"}