synunu-libs 1.0.40 → 1.0.42
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/enum/account-status.enum.d.ts +3 -3
- package/dist/enum/account-status.enum.js +3 -3
- package/dist/enum/collection-type.enum.d.ts +2 -2
- package/dist/enum/collection-type.enum.js +2 -2
- package/dist/enum/relation-type.enum.d.ts +7 -7
- package/dist/enum/relation-type.enum.d.ts.map +1 -1
- package/dist/enum/relation-type.enum.js +7 -7
- package/dist/enum/relation-type.enum.js.map +1 -1
- package/dist/enum/sort-order.enum.d.ts +7 -7
- package/dist/enum/sort-order.enum.d.ts.map +1 -1
- package/dist/enum/sort-order.enum.js +7 -8
- package/dist/enum/sort-order.enum.js.map +1 -1
- package/dist/enum/use.enum.d.ts +3 -3
- package/dist/enum/use.enum.js +3 -3
- package/package.json +1 -1
- package/dist/dto/inventory-items.dto.d.ts +0 -25
- package/dist/dto/inventory-items.dto.d.ts.map +0 -1
- package/dist/dto/inventory-items.dto.js +0 -87
- package/dist/dto/inventory-items.dto.js.map +0 -1
- package/dist/dto/inventory-levels.dto.d.ts +0 -25
- package/dist/dto/inventory-levels.dto.d.ts.map +0 -1
- package/dist/dto/inventory-levels.dto.js +0 -87
- package/dist/dto/inventory-levels.dto.js.map +0 -1
- package/dist/dto/productimage.dto.d.ts +0 -25
- package/dist/dto/productimage.dto.d.ts.map +0 -1
- package/dist/dto/productimage.dto.js +0 -87
- package/dist/dto/productimage.dto.js.map +0 -1
- package/dist/dto/soit.dto.d.ts +0 -25
- package/dist/dto/soit.dto.d.ts.map +0 -1
- package/dist/dto/soit.dto.js +0 -87
- package/dist/dto/soit.dto.js.map +0 -1
- package/dist/dto/tttt.dto.d.ts +0 -25
- package/dist/dto/tttt.dto.d.ts.map +0 -1
- package/dist/dto/tttt.dto.js +0 -87
- package/dist/dto/tttt.dto.js.map +0 -1
|
@@ -4,9 +4,9 @@ exports.EAccountStatus = void 0;
|
|
|
4
4
|
const graphql_1 = require("@nestjs/graphql");
|
|
5
5
|
var EAccountStatus;
|
|
6
6
|
(function (EAccountStatus) {
|
|
7
|
-
EAccountStatus["
|
|
8
|
-
EAccountStatus["
|
|
9
|
-
EAccountStatus["
|
|
7
|
+
EAccountStatus["ACTIVE"] = "ACTIVE";
|
|
8
|
+
EAccountStatus["INACTIVE"] = "INACTIVE";
|
|
9
|
+
EAccountStatus["BANNED"] = "BANNED";
|
|
10
10
|
})(EAccountStatus || (exports.EAccountStatus = EAccountStatus = {}));
|
|
11
11
|
(0, graphql_1.registerEnumType)(EAccountStatus, {
|
|
12
12
|
name: "EAccountStatus",
|
|
@@ -4,8 +4,8 @@ exports.ECollectionType = void 0;
|
|
|
4
4
|
const graphql_1 = require("@nestjs/graphql");
|
|
5
5
|
var ECollectionType;
|
|
6
6
|
(function (ECollectionType) {
|
|
7
|
-
ECollectionType["
|
|
8
|
-
ECollectionType["
|
|
7
|
+
ECollectionType["CUSTOM"] = "CUSTOM";
|
|
8
|
+
ECollectionType["SMART"] = "SMART";
|
|
9
9
|
})(ECollectionType || (exports.ECollectionType = ECollectionType = {}));
|
|
10
10
|
(0, graphql_1.registerEnumType)(ECollectionType, {
|
|
11
11
|
name: "ECollectionType",
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare enum ERelationType {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
2
|
+
EQUALS = "EQUALS",
|
|
3
|
+
STARTS_WITH = "STARTS_WITH",
|
|
4
|
+
ENDS_WITH = "ENDS_WITH",
|
|
5
|
+
CONTAINS = "CONTAINS",
|
|
6
|
+
NOT_CONTAINS = "NOT_CONTAINS",
|
|
7
|
+
GREATER_THAN = "GREATER_THAN",
|
|
8
|
+
LESS_THAN = "LESS_THAN"
|
|
9
9
|
}
|
|
10
10
|
//# sourceMappingURL=relation-type.enum.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"relation-type.enum.d.ts","sourceRoot":"","sources":["../../src/enum/relation-type.enum.ts"],"names":[],"mappings":"AAEA,oBAAY,aAAa;IACvB,MAAM,WAAW;IACjB,
|
|
1
|
+
{"version":3,"file":"relation-type.enum.d.ts","sourceRoot":"","sources":["../../src/enum/relation-type.enum.ts"],"names":[],"mappings":"AAEA,oBAAY,aAAa;IACvB,MAAM,WAAW;IACjB,WAAW,gBAAgB;IAC3B,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,YAAY,iBAAiB;IAC7B,YAAY,iBAAiB;IAC7B,SAAS,cAAc;CACxB"}
|
|
@@ -4,13 +4,13 @@ exports.ERelationType = void 0;
|
|
|
4
4
|
const graphql_1 = require("@nestjs/graphql");
|
|
5
5
|
var ERelationType;
|
|
6
6
|
(function (ERelationType) {
|
|
7
|
-
ERelationType["
|
|
8
|
-
ERelationType["
|
|
9
|
-
ERelationType["
|
|
10
|
-
ERelationType["
|
|
11
|
-
ERelationType["
|
|
12
|
-
ERelationType["
|
|
13
|
-
ERelationType["
|
|
7
|
+
ERelationType["EQUALS"] = "EQUALS";
|
|
8
|
+
ERelationType["STARTS_WITH"] = "STARTS_WITH";
|
|
9
|
+
ERelationType["ENDS_WITH"] = "ENDS_WITH";
|
|
10
|
+
ERelationType["CONTAINS"] = "CONTAINS";
|
|
11
|
+
ERelationType["NOT_CONTAINS"] = "NOT_CONTAINS";
|
|
12
|
+
ERelationType["GREATER_THAN"] = "GREATER_THAN";
|
|
13
|
+
ERelationType["LESS_THAN"] = "LESS_THAN";
|
|
14
14
|
})(ERelationType || (exports.ERelationType = ERelationType = {}));
|
|
15
15
|
(0, graphql_1.registerEnumType)(ERelationType, {
|
|
16
16
|
name: "ERelationType",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"relation-type.enum.js","sourceRoot":"","sources":["../../src/enum/relation-type.enum.ts"],"names":[],"mappings":";;;AAAA,6CAAmD;AAEnD,IAAY,aAQX;AARD,WAAY,aAAa;IACvB,kCAAiB,CAAA;IACjB,
|
|
1
|
+
{"version":3,"file":"relation-type.enum.js","sourceRoot":"","sources":["../../src/enum/relation-type.enum.ts"],"names":[],"mappings":";;;AAAA,6CAAmD;AAEnD,IAAY,aAQX;AARD,WAAY,aAAa;IACvB,kCAAiB,CAAA;IACjB,4CAA2B,CAAA;IAC3B,wCAAuB,CAAA;IACvB,sCAAqB,CAAA;IACrB,8CAA6B,CAAA;IAC7B,8CAA6B,CAAA;IAC7B,wCAAuB,CAAA;AACzB,CAAC,EARW,aAAa,6BAAb,aAAa,QAQxB;AAED,IAAA,0BAAgB,EAAC,aAAa,EAAE;IAC9B,IAAI,EAAE,eAAe;IACrB,WAAW,EACT,yGAAyG;CAC5G,CAAC,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare enum ESortOrder {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
2
|
+
ALPHA_ASC = "ALPHA_ASC",
|
|
3
|
+
MANUAL = "MANUAL",
|
|
4
|
+
ALPHA_DESC = "ALPHA_DESC",
|
|
5
|
+
PRICE_DESC = "PRICE_DESC",
|
|
6
|
+
PRICE_ASC = "PRICE_ASC",
|
|
7
|
+
CREATED_DESC = "CREATED_DESC",
|
|
8
|
+
CREATED_ASC = "CREATED_ASC"
|
|
9
9
|
}
|
|
10
10
|
//# sourceMappingURL=sort-order.enum.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sort-order.enum.d.ts","sourceRoot":"","sources":["../../src/enum/sort-order.enum.ts"],"names":[],"mappings":"
|
|
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,16 +2,15 @@
|
|
|
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
|
-
ESortOrder["
|
|
9
|
-
ESortOrder["
|
|
10
|
-
ESortOrder["
|
|
11
|
-
ESortOrder["
|
|
12
|
-
ESortOrder["
|
|
13
|
-
ESortOrder["
|
|
14
|
-
ESortOrder["
|
|
7
|
+
ESortOrder["ALPHA_ASC"] = "ALPHA_ASC";
|
|
8
|
+
ESortOrder["MANUAL"] = "MANUAL";
|
|
9
|
+
ESortOrder["ALPHA_DESC"] = "ALPHA_DESC";
|
|
10
|
+
ESortOrder["PRICE_DESC"] = "PRICE_DESC";
|
|
11
|
+
ESortOrder["PRICE_ASC"] = "PRICE_ASC";
|
|
12
|
+
ESortOrder["CREATED_DESC"] = "CREATED_DESC";
|
|
13
|
+
ESortOrder["CREATED_ASC"] = "CREATED_ASC";
|
|
15
14
|
})(ESortOrder || (exports.ESortOrder = ESortOrder = {}));
|
|
16
15
|
// Nếu dùng GraphQL
|
|
17
16
|
(0, graphql_1.registerEnumType)(ESortOrder, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sort-order.enum.js","sourceRoot":"","sources":["../../src/enum/sort-order.enum.ts"],"names":[],"mappings":";;;AAAA,6CAAmD;AAEnD,
|
|
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"}
|
package/dist/enum/use.enum.d.ts
CHANGED
package/dist/enum/use.enum.js
CHANGED
|
@@ -4,9 +4,9 @@ exports.UserType = void 0;
|
|
|
4
4
|
const graphql_1 = require("@nestjs/graphql");
|
|
5
5
|
var UserType;
|
|
6
6
|
(function (UserType) {
|
|
7
|
-
UserType["
|
|
8
|
-
UserType["
|
|
9
|
-
UserType["
|
|
7
|
+
UserType["ADMIN"] = "ADMIN";
|
|
8
|
+
UserType["SHOP"] = "SHOP";
|
|
9
|
+
UserType["BUYER"] = "BUYER";
|
|
10
10
|
})(UserType || (exports.UserType = UserType = {}));
|
|
11
11
|
(0, graphql_1.registerEnumType)(UserType, { name: "UserType" });
|
|
12
12
|
//# sourceMappingURL=use.enum.js.map
|
package/package.json
CHANGED
|
@@ -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"}
|
package/dist/dto/soit.dto.d.ts
DELETED
|
@@ -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"}
|
package/dist/dto/soit.dto.js
DELETED
|
@@ -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
|
package/dist/dto/soit.dto.js.map
DELETED
|
@@ -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"}
|
package/dist/dto/tttt.dto.d.ts
DELETED
|
@@ -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"}
|
package/dist/dto/tttt.dto.js
DELETED
|
@@ -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
|
package/dist/dto/tttt.dto.js.map
DELETED
|
@@ -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"}
|