@sildeswj/thechium-schema 10.1.12 → 10.1.13-collectionSummary.1
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/admin.schema.d.ts +2 -2
- package/dist/blockchain/audit.schema.d.ts +2 -2
- package/dist/blockchain/audit.schema.js +7 -17
- package/dist/blockchain/audit.schema.js.map +1 -1
- package/dist/buyer/collectionCompany.schema.d.ts +2 -2
- package/dist/buyer/collectionOrder.schema.d.ts +2 -2
- package/dist/buyer/collectionOrder.schema.js +7 -17
- package/dist/buyer/collectionOrder.schema.js.map +1 -1
- package/dist/buyer/company.schema.d.ts +2 -2
- package/dist/buyer/companyEmployee.schema.d.ts +2 -2
- package/dist/buyer/monthlyCollectionOrderSummary.schema.d.ts +2 -2
- package/dist/buyer/monthlyCollectionOrderSummary.schema.js +7 -17
- package/dist/buyer/monthlyCollectionOrderSummary.schema.js.map +1 -1
- package/dist/buyer/retailStore.schema.d.ts +2 -2
- package/dist/collection-summary/DailyCompanyCollectionSummary.schema.d.ts +22 -0
- package/dist/collection-summary/DailyCompanyCollectionSummary.schema.d.ts.map +1 -0
- package/dist/collection-summary/DailyCompanyCollectionSummary.schema.js +82 -0
- package/dist/collection-summary/DailyCompanyCollectionSummary.schema.js.map +1 -0
- package/dist/collection-summary/MonthlyStoreCollectionSummary.schema.d.ts +23 -0
- package/dist/collection-summary/MonthlyStoreCollectionSummary.schema.d.ts.map +1 -0
- package/dist/collection-summary/MonthlyStoreCollectionSummary.schema.js +81 -0
- package/dist/collection-summary/MonthlyStoreCollectionSummary.schema.js.map +1 -0
- package/dist/collection-summary/WeeklyStoreCollectionSummary.scehma.d.ts +23 -0
- package/dist/collection-summary/WeeklyStoreCollectionSummary.scehma.d.ts.map +1 -0
- package/dist/collection-summary/WeeklyStoreCollectionSummary.scehma.js +91 -0
- package/dist/collection-summary/WeeklyStoreCollectionSummary.scehma.js.map +1 -0
- package/dist/collectionCompany.schema.d.ts +2 -2
- package/dist/collectionCompanyEmployee.schema.d.ts +2 -2
- package/dist/collectionOrder.schema.d.ts +2 -2
- package/dist/collectionOrder.schema.js +7 -17
- package/dist/collectionOrder.schema.js.map +1 -1
- package/dist/collectionOrderPayment.schema.d.ts +2 -2
- package/dist/deliveryMan.schema.d.ts +2 -2
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/dist/oilCanImage.schema.d.ts +2 -2
- package/dist/order.schema.d.ts +2 -2
- package/dist/passwordReset.schema.d.ts +2 -2
- package/dist/payment.schema.d.ts +2 -2
- package/dist/phoneVerification.schema.d.ts +2 -2
- package/dist/pricing.schema.d.ts +2 -2
- package/dist/qrVerification.schema.d.ts +2 -2
- package/dist/relationships/buyerRequest.schema.d.ts +2 -2
- package/dist/retailBrand.schema.d.ts +2 -2
- package/dist/retailStore.schema.d.ts +2 -2
- package/dist/retailStoreEmployee.schema.d.ts +2 -2
- package/dist/sub/collectionOrder/subSchemaFactory.d.ts +8 -8
- package/dist/sub/collectionOrder/subSchemaFactory.d.ts.map +1 -1
- package/dist/subscriptionScheduling.schema.d.ts +2 -2
- package/dist/tossPaymentBillingKey.schema.d.ts +2 -2
- package/dist/warehouse/dailySummary.schema.d.ts +26 -0
- package/dist/warehouse/dailySummary.schema.d.ts.map +1 -0
- package/dist/warehouse/dailySummary.schema.js +93 -0
- package/dist/warehouse/dailySummary.schema.js.map +1 -0
- package/dist/warehouse/driverShipment.schema.d.ts +6 -6
- package/dist/warehouse/driverShipment.schema.js +7 -17
- package/dist/warehouse/driverShipment.schema.js.map +1 -1
- package/dist/warehouse/driverShipmentLog.schema.d.ts +6 -6
- package/dist/warehouse/driverShipmentLog.schema.js +7 -17
- package/dist/warehouse/driverShipmentLog.schema.js.map +1 -1
- package/dist/warehouse/scale.schema.d.ts +2 -2
- package/dist/warehouse/sub/warehouseShipmentInfo.d.ts +2 -2
- package/dist/warehouse/warehouse.schema.d.ts +2 -2
- package/dist/zaloAuth.schema.d.ts +2 -2
- package/package.json +1 -1
|
@@ -7,11 +7,11 @@ export declare class WeightBatch {
|
|
|
7
7
|
weight: number;
|
|
8
8
|
timestamp: Date;
|
|
9
9
|
}
|
|
10
|
-
export declare const WeightBatchSchema: mongoose.Schema<WeightBatch, mongoose.Model<WeightBatch, any, any, any, mongoose.Document<unknown, any, WeightBatch
|
|
10
|
+
export declare const WeightBatchSchema: mongoose.Schema<WeightBatch, mongoose.Model<WeightBatch, any, any, any, mongoose.Document<unknown, any, WeightBatch> & WeightBatch & {
|
|
11
11
|
_id: mongoose.Types.ObjectId;
|
|
12
12
|
} & {
|
|
13
13
|
__v: number;
|
|
14
|
-
}, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, WeightBatch, mongoose.Document<unknown, {}, mongoose.FlatRecord<WeightBatch
|
|
14
|
+
}, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, WeightBatch, mongoose.Document<unknown, {}, mongoose.FlatRecord<WeightBatch>> & mongoose.FlatRecord<WeightBatch> & {
|
|
15
15
|
_id: mongoose.Types.ObjectId;
|
|
16
16
|
} & {
|
|
17
17
|
__v: number;
|
|
@@ -30,11 +30,11 @@ export declare class ShipmentOrderItem {
|
|
|
30
30
|
pickupDate: Date;
|
|
31
31
|
status: string;
|
|
32
32
|
}
|
|
33
|
-
export declare const ShipmentOrderItemSchema: mongoose.Schema<ShipmentOrderItem, mongoose.Model<ShipmentOrderItem, any, any, any, mongoose.Document<unknown, any, ShipmentOrderItem
|
|
33
|
+
export declare const ShipmentOrderItemSchema: mongoose.Schema<ShipmentOrderItem, mongoose.Model<ShipmentOrderItem, any, any, any, mongoose.Document<unknown, any, ShipmentOrderItem> & ShipmentOrderItem & Required<{
|
|
34
34
|
_id: mongoose.Schema.Types.ObjectId;
|
|
35
35
|
}> & {
|
|
36
36
|
__v: number;
|
|
37
|
-
}, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, ShipmentOrderItem, mongoose.Document<unknown, {}, mongoose.FlatRecord<ShipmentOrderItem
|
|
37
|
+
}, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, ShipmentOrderItem, mongoose.Document<unknown, {}, mongoose.FlatRecord<ShipmentOrderItem>> & mongoose.FlatRecord<ShipmentOrderItem> & Required<{
|
|
38
38
|
_id: mongoose.Schema.Types.ObjectId;
|
|
39
39
|
}> & {
|
|
40
40
|
__v: number;
|
|
@@ -53,11 +53,11 @@ export declare class WarehouseDriverShipment extends Document {
|
|
|
53
53
|
warehouse: any;
|
|
54
54
|
status: ShipmentStatus;
|
|
55
55
|
}
|
|
56
|
-
export declare const WarehouseDriverShipmentSchema: mongoose.Schema<WarehouseDriverShipment, mongoose.Model<WarehouseDriverShipment, any, any, any, mongoose.Document<unknown, any, WarehouseDriverShipment
|
|
56
|
+
export declare const WarehouseDriverShipmentSchema: mongoose.Schema<WarehouseDriverShipment, mongoose.Model<WarehouseDriverShipment, any, any, any, mongoose.Document<unknown, any, WarehouseDriverShipment> & WarehouseDriverShipment & Required<{
|
|
57
57
|
_id: unknown;
|
|
58
58
|
}> & {
|
|
59
59
|
__v: number;
|
|
60
|
-
}, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, WarehouseDriverShipment, mongoose.Document<unknown, {}, mongoose.FlatRecord<WarehouseDriverShipment
|
|
60
|
+
}, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, WarehouseDriverShipment, mongoose.Document<unknown, {}, mongoose.FlatRecord<WarehouseDriverShipment>> & mongoose.FlatRecord<WarehouseDriverShipment> & Required<{
|
|
61
61
|
_id: unknown;
|
|
62
62
|
}> & {
|
|
63
63
|
__v: number;
|
|
@@ -21,23 +21,13 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
21
21
|
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;
|
|
22
22
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
23
23
|
};
|
|
24
|
-
var __importStar = (this && this.__importStar) ||
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
return ownKeys(o);
|
|
32
|
-
};
|
|
33
|
-
return function (mod) {
|
|
34
|
-
if (mod && mod.__esModule) return mod;
|
|
35
|
-
var result = {};
|
|
36
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
37
|
-
__setModuleDefault(result, mod);
|
|
38
|
-
return result;
|
|
39
|
-
};
|
|
40
|
-
})();
|
|
24
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
25
|
+
if (mod && mod.__esModule) return mod;
|
|
26
|
+
var result = {};
|
|
27
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
28
|
+
__setModuleDefault(result, mod);
|
|
29
|
+
return result;
|
|
30
|
+
};
|
|
41
31
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
42
32
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
43
33
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"driverShipment.schema.js","sourceRoot":"","sources":["../../src/warehouse/driverShipment.schema.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"driverShipment.schema.js","sourceRoot":"","sources":["../../src/warehouse/driverShipment.schema.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAA+D;AAC/D,wCAAqC;AACrC,qDAA8C;AAC9C,gEAAwD;AACxD,8EAQiD;AACjD,+DAAuD;AAE9C,+FAFA,oCAAc,OAEA;AAGhB,IAAM,WAAW,GAAjB,MAAM,WAAW;CASvB,CAAA;AATY,kCAAW;AAEtB;IADC,IAAA,eAAI,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;gDACL;AAGpB;IADC,IAAA,eAAI,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;2CACV;AAGf;IADC,IAAA,eAAI,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACd,IAAI;8CAAC;sBARL,WAAW;IADvB,IAAA,iBAAM,EAAC,EAAE,GAAG,EAAE,KAAK,EAAE,CAAC;GACV,WAAW,CASvB;AAEY,QAAA,iBAAiB,GAAG,wBAAa,CAAC,cAAc,CAAC,WAAW,CAAC,CAAC;AAGpE,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;CA4C7B,CAAA;AA5CY,8CAAiB;AAM5B;IALC,IAAA,eAAI,EAAC;QACJ,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,kBAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,QAAQ;QACpC,GAAG,EAAE,iBAAiB;KACvB,CAAC;8BACG,kBAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,QAAQ;8CAAC;AAGpC;IADC,IAAA,eAAI,GAAE;;6DACoB;AAG3B;IADC,IAAA,eAAI,GAAE;;iEACwB;AAO/B;IALC,IAAA,eAAI,EAAC;QACJ,QAAQ,EAAE,KAAK;QACf,IAAI,EAAE,oCAAc;QACpB,OAAO,EAAE,oCAAc,CAAC,GAAG;KAC5B,CAAC;;yDAC6B;AAG/B;IADC,IAAA,eAAI,GAAE;;qDACY;AAGnB;IADC,IAAA,eAAI,GAAE;;2DACkB;AAGzB;IADC,IAAA,eAAI,EAAC,EAAE,IAAI,EAAE,uCAAoB,EAAE,CAAC;;uDACnB;AAGlB;IADC,IAAA,eAAI,EAAC,EAAE,IAAI,EAAE,+CAA4B,EAAE,CAAC;;8DACpB;AAGzB;IADC,IAAA,eAAI,EAAC,EAAE,IAAI,EAAE,uCAAoB,EAAE,CAAC;;sDACpB;AAGjB;IADC,IAAA,eAAI,EAAC,EAAE,IAAI,EAAE,6CAA0B,EAAE,CAAC;;4DACpB;AAGvB;IADC,IAAA,eAAI,GAAE;8BACK,IAAI;qDAAC;AAGjB;IADC,IAAA,eAAI,GAAE;;iDACQ;4BA3CJ,iBAAiB;IAD7B,IAAA,iBAAM,EAAC,EAAE,GAAG,EAAE,KAAK,EAAE,CAAC;GACV,iBAAiB,CA4C7B;AAEY,QAAA,uBAAuB,GAAG,wBAAa,CAAC,cAAc,CAAC,iBAAiB,CAAC,CAAC;AAGhF,IAAM,uBAAuB,GAA7B,MAAM,uBAAwB,SAAQ,mBAAQ;CAwCpD,CAAA;AAxCY,0DAAuB;AAElC;IADC,IAAA,eAAI,EAAC,EAAE,IAAI,EAAE,uCAAoB,EAAE,CAAC;;4DACpB;AAGjB;IADC,IAAA,eAAI,EAAC,EAAE,IAAI,EAAE,CAAC,+BAAuB,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC;;uDAC3C;AAG5B;IADC,IAAA,eAAI,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;oEACG;AAG5B;IADC,IAAA,eAAI,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;;kEACX;AAG1B;IADC,IAAA,eAAI,EAAC,EAAE,IAAI,EAAE,CAAC,yBAAiB,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC;;8DACpB;AAG7B;IADC,IAAA,eAAI,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;;iEACZ;AAGzB;IADC,IAAA,eAAI,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;;2EACF;AAGnC;IADC,IAAA,eAAI,GAAE;;uEACyB;AAGhC;IADC,IAAA,eAAI,EAAC,EAAE,IAAI,EAAE,6CAA0B,EAAE,CAAC;;kEACpB;AAGvB;IADC,IAAA,eAAI,EAAC,EAAE,IAAI,EAAE,0CAAuB,EAAE,CAAC;;uDAC5B;AAGZ;IADC,IAAA,eAAI,EAAC,EAAE,IAAI,EAAE,qCAAkB,EAAE,CAAC;;0DACpB;AAOf;IALC,IAAA,eAAI,EAAC;QACJ,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,oCAAc,CAAC;QACnC,OAAO,EAAE,oCAAc,CAAC,UAAU;KACnC,CAAC;;uDACqB;kCAvCZ,uBAAuB;IADnC,IAAA,iBAAM,EAAC,iBAAO,CAAC;GACH,uBAAuB,CAwCnC;AAEY,QAAA,6BAA6B,GAAG,wBAAa,CAAC,cAAc,CAAC,uBAAuB,CAAC,CAAC;AAEnG,UAAU;AACV,qCAA6B,CAAC,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,CAAC,CAAC;AACnD,qCAA6B,CAAC,KAAK,CAAC,EAAE,iBAAiB,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,CAAC,CAAC;AACzE,qCAA6B,CAAC,KAAK,CAAC,EAAE,eAAe,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,CAAC,CAAC;AACvE,qCAA6B,CAAC,KAAK,CAAC,EAAE,uBAAuB,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,CAAC,CAAC;AAC/E,qCAA6B,CAAC,KAAK,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,CAAC,CAAC"}
|
|
@@ -6,11 +6,11 @@ export declare class WarehouseDriverShipmentLogPerformedBy {
|
|
|
6
6
|
name?: string;
|
|
7
7
|
role?: string;
|
|
8
8
|
}
|
|
9
|
-
export declare const WarehouseDriverShipmentLogPerformedBySchema: mongoose.Schema<WarehouseDriverShipmentLogPerformedBy, mongoose.Model<WarehouseDriverShipmentLogPerformedBy, any, any, any, mongoose.Document<unknown, any, WarehouseDriverShipmentLogPerformedBy
|
|
9
|
+
export declare const WarehouseDriverShipmentLogPerformedBySchema: mongoose.Schema<WarehouseDriverShipmentLogPerformedBy, mongoose.Model<WarehouseDriverShipmentLogPerformedBy, any, any, any, mongoose.Document<unknown, any, WarehouseDriverShipmentLogPerformedBy> & WarehouseDriverShipmentLogPerformedBy & {
|
|
10
10
|
_id: mongoose.Types.ObjectId;
|
|
11
11
|
} & {
|
|
12
12
|
__v: number;
|
|
13
|
-
}, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, WarehouseDriverShipmentLogPerformedBy, mongoose.Document<unknown, {}, mongoose.FlatRecord<WarehouseDriverShipmentLogPerformedBy
|
|
13
|
+
}, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, WarehouseDriverShipmentLogPerformedBy, mongoose.Document<unknown, {}, mongoose.FlatRecord<WarehouseDriverShipmentLogPerformedBy>> & mongoose.FlatRecord<WarehouseDriverShipmentLogPerformedBy> & {
|
|
14
14
|
_id: mongoose.Types.ObjectId;
|
|
15
15
|
} & {
|
|
16
16
|
__v: number;
|
|
@@ -19,11 +19,11 @@ export declare class WarehouseDriverShipmentLogChanges {
|
|
|
19
19
|
before?: Record<string, unknown> | null;
|
|
20
20
|
after?: Record<string, unknown> | null;
|
|
21
21
|
}
|
|
22
|
-
export declare const WarehouseDriverShipmentLogChangesSchema: mongoose.Schema<WarehouseDriverShipmentLogChanges, mongoose.Model<WarehouseDriverShipmentLogChanges, any, any, any, mongoose.Document<unknown, any, WarehouseDriverShipmentLogChanges
|
|
22
|
+
export declare const WarehouseDriverShipmentLogChangesSchema: mongoose.Schema<WarehouseDriverShipmentLogChanges, mongoose.Model<WarehouseDriverShipmentLogChanges, any, any, any, mongoose.Document<unknown, any, WarehouseDriverShipmentLogChanges> & WarehouseDriverShipmentLogChanges & {
|
|
23
23
|
_id: mongoose.Types.ObjectId;
|
|
24
24
|
} & {
|
|
25
25
|
__v: number;
|
|
26
|
-
}, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, WarehouseDriverShipmentLogChanges, mongoose.Document<unknown, {}, mongoose.FlatRecord<WarehouseDriverShipmentLogChanges
|
|
26
|
+
}, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, WarehouseDriverShipmentLogChanges, mongoose.Document<unknown, {}, mongoose.FlatRecord<WarehouseDriverShipmentLogChanges>> & mongoose.FlatRecord<WarehouseDriverShipmentLogChanges> & {
|
|
27
27
|
_id: mongoose.Types.ObjectId;
|
|
28
28
|
} & {
|
|
29
29
|
__v: number;
|
|
@@ -35,11 +35,11 @@ export declare class WarehouseDriverShipmentLog extends Document {
|
|
|
35
35
|
changes?: WarehouseDriverShipmentLogChanges;
|
|
36
36
|
createdAt: Date;
|
|
37
37
|
}
|
|
38
|
-
export declare const WarehouseDriverShipmentLogSchema: mongoose.Schema<WarehouseDriverShipmentLog, mongoose.Model<WarehouseDriverShipmentLog, any, any, any, mongoose.Document<unknown, any, WarehouseDriverShipmentLog
|
|
38
|
+
export declare const WarehouseDriverShipmentLogSchema: mongoose.Schema<WarehouseDriverShipmentLog, mongoose.Model<WarehouseDriverShipmentLog, any, any, any, mongoose.Document<unknown, any, WarehouseDriverShipmentLog> & WarehouseDriverShipmentLog & Required<{
|
|
39
39
|
_id: unknown;
|
|
40
40
|
}> & {
|
|
41
41
|
__v: number;
|
|
42
|
-
}, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, WarehouseDriverShipmentLog, mongoose.Document<unknown, {}, mongoose.FlatRecord<WarehouseDriverShipmentLog
|
|
42
|
+
}, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, WarehouseDriverShipmentLog, mongoose.Document<unknown, {}, mongoose.FlatRecord<WarehouseDriverShipmentLog>> & mongoose.FlatRecord<WarehouseDriverShipmentLog> & Required<{
|
|
43
43
|
_id: unknown;
|
|
44
44
|
}> & {
|
|
45
45
|
__v: number;
|
|
@@ -21,23 +21,13 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
21
21
|
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;
|
|
22
22
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
23
23
|
};
|
|
24
|
-
var __importStar = (this && this.__importStar) ||
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
return ownKeys(o);
|
|
32
|
-
};
|
|
33
|
-
return function (mod) {
|
|
34
|
-
if (mod && mod.__esModule) return mod;
|
|
35
|
-
var result = {};
|
|
36
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
37
|
-
__setModuleDefault(result, mod);
|
|
38
|
-
return result;
|
|
39
|
-
};
|
|
40
|
-
})();
|
|
24
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
25
|
+
if (mod && mod.__esModule) return mod;
|
|
26
|
+
var result = {};
|
|
27
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
28
|
+
__setModuleDefault(result, mod);
|
|
29
|
+
return result;
|
|
30
|
+
};
|
|
41
31
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
42
32
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
43
33
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"driverShipmentLog.schema.js","sourceRoot":"","sources":["../../src/warehouse/driverShipmentLog.schema.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"driverShipmentLog.schema.js","sourceRoot":"","sources":["../../src/warehouse/driverShipmentLog.schema.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAA+D;AAC/D,qDAA8C;AAC9C,wCAAqC;AAK9B,IAAM,qCAAqC,GAA3C,MAAM,qCAAqC;CAYjD,CAAA;AAZY,sFAAqC;AAEhD;IADC,IAAA,eAAI,GAAE;;qEACS;AAGhB;IADC,IAAA,eAAI,GAAE;;oEACQ;AAGf;IADC,IAAA,eAAI,GAAE;;mEACO;AAGd;IADC,IAAA,eAAI,GAAE;;mEACO;gDAXH,qCAAqC;IADjD,IAAA,iBAAM,EAAC,EAAE,GAAG,EAAE,KAAK,EAAE,CAAC;GACV,qCAAqC,CAYjD;AAEY,QAAA,2CAA2C,GAAG,wBAAa,CAAC,cAAc,CACrF,qCAAqC,CACtC,CAAC;AAGK,IAAM,iCAAiC,GAAvC,MAAM,iCAAiC;CAM7C,CAAA;AANY,8EAAiC;AAE5C;IADC,IAAA,eAAI,EAAC,EAAE,IAAI,EAAE,kBAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,KAAK,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;;iEACnB;AAGxC;IADC,IAAA,eAAI,EAAC,EAAE,IAAI,EAAE,kBAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,KAAK,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;;gEACpB;4CAL5B,iCAAiC;IAD7C,IAAA,iBAAM,EAAC,EAAE,GAAG,EAAE,KAAK,EAAE,CAAC;GACV,iCAAiC,CAM7C;AAEY,QAAA,uCAAuC,GAAG,wBAAa,CAAC,cAAc,CACjF,iCAAiC,CAClC,CAAC;AAGK,IAAM,0BAA0B,GAAhC,MAAM,0BAA2B,SAAQ,mBAAQ;CAuBvD,CAAA;AAvBY,gEAA0B;AAOrC;IANC,IAAA,eAAI,EAAC;QACJ,IAAI,EAAE,kBAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,QAAQ;QACpC,GAAG,EAAE,yBAAyB;QAC9B,QAAQ,EAAE,IAAI;QACd,KAAK,EAAE,IAAI;KACZ,CAAC;8BACU,kBAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,QAAQ;8DAAC;AAM3C;IAJC,IAAA,eAAI,EAAC;QACJ,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,CAAC,QAAQ,EAAE,QAAQ,EAAE,QAAQ,CAAC;KACrC,CAAC;;0DACuC;AAGzC;IADC,IAAA,eAAI,EAAC,EAAE,IAAI,EAAE,mDAA2C,EAAE,CAAC;8BAC9C,qCAAqC;+DAAC;AAGpD;IADC,IAAA,eAAI,EAAC,EAAE,IAAI,EAAE,+CAAuC,EAAE,CAAC;8BAC9C,iCAAiC;2DAAC;AAG5C;IADC,IAAA,eAAI,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,EAAE,CAAC,IAAI,IAAI,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC;8BAClD,IAAI;6DAAC;qCAtBL,0BAA0B;IADtC,IAAA,iBAAM,EAAC,iBAAO,CAAC;GACH,0BAA0B,CAuBtC;AAEY,QAAA,gCAAgC,GAAG,wBAAa,CAAC,cAAc,CAC1E,0BAA0B,CAC3B,CAAC;AAEF,wCAAgC,CAAC,KAAK,CAAC,EAAE,UAAU,EAAE,CAAC,EAAE,SAAS,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC"}
|
|
@@ -7,11 +7,11 @@ export declare class WarehouseScale {
|
|
|
7
7
|
description: string;
|
|
8
8
|
status: string;
|
|
9
9
|
}
|
|
10
|
-
export declare const WarehouseScaleSchema: mongoose.Schema<WarehouseScale, mongoose.Model<WarehouseScale, any, any, any, mongoose.Document<unknown, any, WarehouseScale
|
|
10
|
+
export declare const WarehouseScaleSchema: mongoose.Schema<WarehouseScale, mongoose.Model<WarehouseScale, any, any, any, mongoose.Document<unknown, any, WarehouseScale> & WarehouseScale & {
|
|
11
11
|
_id: mongoose.Types.ObjectId;
|
|
12
12
|
} & {
|
|
13
13
|
__v: number;
|
|
14
|
-
}, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, WarehouseScale, mongoose.Document<unknown, {}, mongoose.FlatRecord<WarehouseScale
|
|
14
|
+
}, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, WarehouseScale, mongoose.Document<unknown, {}, mongoose.FlatRecord<WarehouseScale>> & mongoose.FlatRecord<WarehouseScale> & {
|
|
15
15
|
_id: mongoose.Types.ObjectId;
|
|
16
16
|
} & {
|
|
17
17
|
__v: number;
|
|
@@ -4,11 +4,11 @@ export declare class WarehouseShipmentInfo {
|
|
|
4
4
|
shipmentId: mongoose.Schema.Types.ObjectId;
|
|
5
5
|
shipmentStatus: ShipmentStatus;
|
|
6
6
|
}
|
|
7
|
-
export declare const WarehouseShipmentInfoSchema: mongoose.Schema<WarehouseShipmentInfo, mongoose.Model<WarehouseShipmentInfo, any, any, any, mongoose.Document<unknown, any, WarehouseShipmentInfo
|
|
7
|
+
export declare const WarehouseShipmentInfoSchema: mongoose.Schema<WarehouseShipmentInfo, mongoose.Model<WarehouseShipmentInfo, any, any, any, mongoose.Document<unknown, any, WarehouseShipmentInfo> & WarehouseShipmentInfo & {
|
|
8
8
|
_id: mongoose.Types.ObjectId;
|
|
9
9
|
} & {
|
|
10
10
|
__v: number;
|
|
11
|
-
}, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, WarehouseShipmentInfo, mongoose.Document<unknown, {}, mongoose.FlatRecord<WarehouseShipmentInfo
|
|
11
|
+
}, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, WarehouseShipmentInfo, mongoose.Document<unknown, {}, mongoose.FlatRecord<WarehouseShipmentInfo>> & mongoose.FlatRecord<WarehouseShipmentInfo> & {
|
|
12
12
|
_id: mongoose.Types.ObjectId;
|
|
13
13
|
} & {
|
|
14
14
|
__v: number;
|
|
@@ -9,11 +9,11 @@ export declare class Warehouse {
|
|
|
9
9
|
description: string;
|
|
10
10
|
status: string;
|
|
11
11
|
}
|
|
12
|
-
export declare const WarehouseSchema: mongoose.Schema<Warehouse, mongoose.Model<Warehouse, any, any, any, mongoose.Document<unknown, any, Warehouse
|
|
12
|
+
export declare const WarehouseSchema: mongoose.Schema<Warehouse, mongoose.Model<Warehouse, any, any, any, mongoose.Document<unknown, any, Warehouse> & Warehouse & {
|
|
13
13
|
_id: mongoose.Types.ObjectId;
|
|
14
14
|
} & {
|
|
15
15
|
__v: number;
|
|
16
|
-
}, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, Warehouse, mongoose.Document<unknown, {}, mongoose.FlatRecord<Warehouse
|
|
16
|
+
}, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, Warehouse, mongoose.Document<unknown, {}, mongoose.FlatRecord<Warehouse>> & mongoose.FlatRecord<Warehouse> & {
|
|
17
17
|
_id: mongoose.Types.ObjectId;
|
|
18
18
|
} & {
|
|
19
19
|
__v: number;
|
|
@@ -3,11 +3,11 @@ export declare class ZaloAuth {
|
|
|
3
3
|
refreshToken: string;
|
|
4
4
|
expiresAt: Date;
|
|
5
5
|
}
|
|
6
|
-
export declare const ZaloAuthSchema: import("mongoose").Schema<ZaloAuth, import("mongoose").Model<ZaloAuth, any, any, any, import("mongoose").Document<unknown, any, ZaloAuth
|
|
6
|
+
export declare const ZaloAuthSchema: import("mongoose").Schema<ZaloAuth, import("mongoose").Model<ZaloAuth, any, any, any, import("mongoose").Document<unknown, any, ZaloAuth> & ZaloAuth & {
|
|
7
7
|
_id: import("mongoose").Types.ObjectId;
|
|
8
8
|
} & {
|
|
9
9
|
__v: number;
|
|
10
|
-
}, any>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, ZaloAuth, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<ZaloAuth
|
|
10
|
+
}, any>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, ZaloAuth, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<ZaloAuth>> & import("mongoose").FlatRecord<ZaloAuth> & {
|
|
11
11
|
_id: import("mongoose").Types.ObjectId;
|
|
12
12
|
} & {
|
|
13
13
|
__v: number;
|