@sildeswj/thechium-schema 10.3.0 → 10.3.1-weight-setting-for-setting-data.0

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.
Files changed (60) hide show
  1. package/dist/admin.schema.d.ts +2 -2
  2. package/dist/blockchain/audit.schema.d.ts +2 -2
  3. package/dist/blockchain/audit.schema.js +17 -7
  4. package/dist/blockchain/audit.schema.js.map +1 -1
  5. package/dist/buyer/collectionCompany.schema.d.ts +2 -2
  6. package/dist/buyer/collectionOrder.schema.d.ts +3 -2
  7. package/dist/buyer/collectionOrder.schema.d.ts.map +1 -1
  8. package/dist/buyer/collectionOrder.schema.js +21 -7
  9. package/dist/buyer/collectionOrder.schema.js.map +1 -1
  10. package/dist/buyer/company.schema.d.ts +2 -2
  11. package/dist/buyer/companyEmployee.schema.d.ts +2 -2
  12. package/dist/buyer/monthlyCollectionOrderSummary.schema.d.ts +2 -2
  13. package/dist/buyer/monthlyCollectionOrderSummary.schema.js +17 -7
  14. package/dist/buyer/monthlyCollectionOrderSummary.schema.js.map +1 -1
  15. package/dist/buyer/retailStore.schema.d.ts +2 -2
  16. package/dist/collection-summary/DailyCompanyCollectionSummary.schema.d.ts +2 -2
  17. package/dist/collection-summary/MonthlyStoreCollectionSummary.schema.d.ts +2 -2
  18. package/dist/collection-summary/WeeklyStoreCollectionSummary.scehma.d.ts +2 -2
  19. package/dist/collectionCompany.schema.d.ts +3 -2
  20. package/dist/collectionCompany.schema.d.ts.map +1 -1
  21. package/dist/collectionCompany.schema.js +4 -0
  22. package/dist/collectionCompany.schema.js.map +1 -1
  23. package/dist/collectionCompanyEmployee.schema.d.ts +2 -2
  24. package/dist/collectionOrder.schema.d.ts +2 -2
  25. package/dist/collectionOrder.schema.js +17 -7
  26. package/dist/collectionOrder.schema.js.map +1 -1
  27. package/dist/collectionOrderPayment.schema.d.ts +2 -2
  28. package/dist/deliveryMan.schema.d.ts +2 -2
  29. package/dist/oilCanImage.schema.d.ts +2 -2
  30. package/dist/order.schema.d.ts +2 -2
  31. package/dist/passwordReset.schema.d.ts +2 -2
  32. package/dist/payment.schema.d.ts +2 -2
  33. package/dist/phoneVerification.schema.d.ts +2 -2
  34. package/dist/pricing.schema.d.ts +2 -2
  35. package/dist/qrVerification.schema.d.ts +2 -2
  36. package/dist/relationships/buyerRequest.schema.d.ts +2 -2
  37. package/dist/retailBrand.schema.d.ts +2 -2
  38. package/dist/retailStore.schema.d.ts +2 -2
  39. package/dist/retailStoreEmployee.schema.d.ts +2 -2
  40. package/dist/sub/collectionOrder/subSchemaFactory.d.ts +8 -8
  41. package/dist/sub/collectionOrder/subSchemaFactory.d.ts.map +1 -1
  42. package/dist/subscriptionScheduling.schema.d.ts +2 -2
  43. package/dist/tossPaymentBillingKey.schema.d.ts +2 -2
  44. package/dist/warehouse/driverShipment.schema.d.ts +6 -6
  45. package/dist/warehouse/driverShipment.schema.js +17 -7
  46. package/dist/warehouse/driverShipment.schema.js.map +1 -1
  47. package/dist/warehouse/driverShipmentLog.schema.d.ts +6 -6
  48. package/dist/warehouse/driverShipmentLog.schema.js +17 -7
  49. package/dist/warehouse/driverShipmentLog.schema.js.map +1 -1
  50. package/dist/warehouse/scale.schema.d.ts +2 -2
  51. package/dist/warehouse/sub/warehouseShipmentInfo.d.ts +2 -2
  52. package/dist/warehouse/summary/dailySummary.schema.d.ts +2 -2
  53. package/dist/warehouse/summary/dailySummary.schema.js +17 -7
  54. package/dist/warehouse/summary/dailySummary.schema.js.map +1 -1
  55. package/dist/warehouse/summary/monthlySummary.schema.d.ts +2 -2
  56. package/dist/warehouse/summary/monthlySummary.schema.js +17 -7
  57. package/dist/warehouse/summary/monthlySummary.schema.js.map +1 -1
  58. package/dist/warehouse/warehouse.schema.d.ts +2 -2
  59. package/dist/zaloAuth.schema.d.ts +2 -2
  60. package/package.json +1 -1
@@ -4,11 +4,11 @@ export declare class QrVerification {
4
4
  qrKey: string;
5
5
  expiresAt: Date;
6
6
  }
7
- export declare const QrVerificationSchema: mongoose.Schema<QrVerification, mongoose.Model<QrVerification, any, any, any, mongoose.Document<unknown, any, QrVerification> & QrVerification & {
7
+ export declare const QrVerificationSchema: mongoose.Schema<QrVerification, mongoose.Model<QrVerification, any, any, any, mongoose.Document<unknown, any, QrVerification, any, {}> & QrVerification & {
8
8
  _id: mongoose.Types.ObjectId;
9
9
  } & {
10
10
  __v: number;
11
- }, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, QrVerification, mongoose.Document<unknown, {}, mongoose.FlatRecord<QrVerification>> & mongoose.FlatRecord<QrVerification> & {
11
+ }, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, QrVerification, mongoose.Document<unknown, {}, mongoose.FlatRecord<QrVerification>, {}, mongoose.ResolveSchemaOptions<mongoose.DefaultSchemaOptions>> & mongoose.FlatRecord<QrVerification> & {
12
12
  _id: mongoose.Types.ObjectId;
13
13
  } & {
14
14
  __v: number;
@@ -7,11 +7,11 @@ export declare class BuyerRequest {
7
7
  status: string;
8
8
  createdBy: string;
9
9
  }
10
- export declare const BuyerRequestSchema: mongoose.Schema<BuyerRequest, mongoose.Model<BuyerRequest, any, any, any, mongoose.Document<unknown, any, BuyerRequest> & BuyerRequest & {
10
+ export declare const BuyerRequestSchema: mongoose.Schema<BuyerRequest, mongoose.Model<BuyerRequest, any, any, any, mongoose.Document<unknown, any, BuyerRequest, any, {}> & BuyerRequest & {
11
11
  _id: mongoose.Types.ObjectId;
12
12
  } & {
13
13
  __v: number;
14
- }, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, BuyerRequest, mongoose.Document<unknown, {}, mongoose.FlatRecord<BuyerRequest>> & mongoose.FlatRecord<BuyerRequest> & {
14
+ }, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, BuyerRequest, mongoose.Document<unknown, {}, mongoose.FlatRecord<BuyerRequest>, {}, mongoose.ResolveSchemaOptions<mongoose.DefaultSchemaOptions>> & mongoose.FlatRecord<BuyerRequest> & {
15
15
  _id: mongoose.Types.ObjectId;
16
16
  } & {
17
17
  __v: number;
@@ -18,11 +18,11 @@ export declare class RetailBrand {
18
18
  password: string;
19
19
  status: string;
20
20
  }
21
- export declare const RetailBrandSchema: mongoose.Schema<RetailBrand, mongoose.Model<RetailBrand, any, any, any, mongoose.Document<unknown, any, RetailBrand> & RetailBrand & {
21
+ export declare const RetailBrandSchema: mongoose.Schema<RetailBrand, mongoose.Model<RetailBrand, any, any, any, mongoose.Document<unknown, any, RetailBrand, any, {}> & RetailBrand & {
22
22
  _id: mongoose.Types.ObjectId;
23
23
  } & {
24
24
  __v: number;
25
- }, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, RetailBrand, mongoose.Document<unknown, {}, mongoose.FlatRecord<RetailBrand>> & mongoose.FlatRecord<RetailBrand> & {
25
+ }, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, RetailBrand, mongoose.Document<unknown, {}, mongoose.FlatRecord<RetailBrand>, {}, mongoose.ResolveSchemaOptions<mongoose.DefaultSchemaOptions>> & mongoose.FlatRecord<RetailBrand> & {
26
26
  _id: mongoose.Types.ObjectId;
27
27
  } & {
28
28
  __v: number;
@@ -28,11 +28,11 @@ export declare class RetailStore {
28
28
  businessRegistrationNumber: string;
29
29
  status: string;
30
30
  }
31
- export declare const RetailStoreSchema: mongoose.Schema<RetailStore, mongoose.Model<RetailStore, any, any, any, mongoose.Document<unknown, any, RetailStore> & RetailStore & {
31
+ export declare const RetailStoreSchema: mongoose.Schema<RetailStore, mongoose.Model<RetailStore, any, any, any, mongoose.Document<unknown, any, RetailStore, any, {}> & RetailStore & {
32
32
  _id: mongoose.Types.ObjectId;
33
33
  } & {
34
34
  __v: number;
35
- }, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, RetailStore, mongoose.Document<unknown, {}, mongoose.FlatRecord<RetailStore>> & mongoose.FlatRecord<RetailStore> & {
35
+ }, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, RetailStore, mongoose.Document<unknown, {}, mongoose.FlatRecord<RetailStore>, {}, mongoose.ResolveSchemaOptions<mongoose.DefaultSchemaOptions>> & mongoose.FlatRecord<RetailStore> & {
36
36
  _id: mongoose.Types.ObjectId;
37
37
  } & {
38
38
  __v: number;
@@ -8,11 +8,11 @@ export declare class RetailStoreEmployee {
8
8
  retailStore: mongoose.Schema.Types.ObjectId;
9
9
  status: string;
10
10
  }
11
- export declare const RetailStoreEmployeeSchema: mongoose.Schema<RetailStoreEmployee, mongoose.Model<RetailStoreEmployee, any, any, any, mongoose.Document<unknown, any, RetailStoreEmployee> & RetailStoreEmployee & {
11
+ export declare const RetailStoreEmployeeSchema: mongoose.Schema<RetailStoreEmployee, mongoose.Model<RetailStoreEmployee, any, any, any, mongoose.Document<unknown, any, RetailStoreEmployee, any, {}> & RetailStoreEmployee & {
12
12
  _id: mongoose.Types.ObjectId;
13
13
  } & {
14
14
  __v: number;
15
- }, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, RetailStoreEmployee, mongoose.Document<unknown, {}, mongoose.FlatRecord<RetailStoreEmployee>> & mongoose.FlatRecord<RetailStoreEmployee> & {
15
+ }, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, RetailStoreEmployee, mongoose.Document<unknown, {}, mongoose.FlatRecord<RetailStoreEmployee>, {}, mongoose.ResolveSchemaOptions<mongoose.DefaultSchemaOptions>> & mongoose.FlatRecord<RetailStoreEmployee> & {
16
16
  _id: mongoose.Types.ObjectId;
17
17
  } & {
18
18
  __v: number;
@@ -4,7 +4,7 @@ export declare const RetailStoreSubSchema: MongooseSchema<any, import("mongoose"
4
4
  [x: string]: unknown;
5
5
  }, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<{
6
6
  [x: string]: unknown;
7
- }>> & import("mongoose").FlatRecord<{
7
+ }>, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").FlatRecord<{
8
8
  [x: string]: unknown;
9
9
  }> & Required<{
10
10
  _id: unknown;
@@ -15,7 +15,7 @@ export declare const RetailStoreEmployeeSubSchema: MongooseSchema<any, import("m
15
15
  [x: string]: unknown;
16
16
  }, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<{
17
17
  [x: string]: unknown;
18
- }>> & import("mongoose").FlatRecord<{
18
+ }>, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").FlatRecord<{
19
19
  [x: string]: unknown;
20
20
  }> & Required<{
21
21
  _id: unknown;
@@ -26,7 +26,7 @@ export declare const DeliveryManSubSchema: MongooseSchema<any, import("mongoose"
26
26
  [x: string]: unknown;
27
27
  }, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<{
28
28
  [x: string]: unknown;
29
- }>> & import("mongoose").FlatRecord<{
29
+ }>, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").FlatRecord<{
30
30
  [x: string]: unknown;
31
31
  }> & Required<{
32
32
  _id: unknown;
@@ -37,7 +37,7 @@ export declare const CollectionCompanySubSchema: MongooseSchema<any, import("mon
37
37
  [x: string]: unknown;
38
38
  }, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<{
39
39
  [x: string]: unknown;
40
- }>> & import("mongoose").FlatRecord<{
40
+ }>, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").FlatRecord<{
41
41
  [x: string]: unknown;
42
42
  }> & Required<{
43
43
  _id: unknown;
@@ -48,7 +48,7 @@ export declare const BuyerCompanySubSchema: MongooseSchema<any, import("mongoose
48
48
  [x: string]: unknown;
49
49
  }, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<{
50
50
  [x: string]: unknown;
51
- }>> & import("mongoose").FlatRecord<{
51
+ }>, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").FlatRecord<{
52
52
  [x: string]: unknown;
53
53
  }> & Required<{
54
54
  _id: unknown;
@@ -59,7 +59,7 @@ export declare const RetailBrandSubSchema: MongooseSchema<any, import("mongoose"
59
59
  [x: string]: unknown;
60
60
  }, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<{
61
61
  [x: string]: unknown;
62
- }>> & import("mongoose").FlatRecord<{
62
+ }>, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").FlatRecord<{
63
63
  [x: string]: unknown;
64
64
  }> & Required<{
65
65
  _id: unknown;
@@ -70,7 +70,7 @@ export declare const WarehouseSubSchema: MongooseSchema<any, import("mongoose").
70
70
  [x: string]: unknown;
71
71
  }, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<{
72
72
  [x: string]: unknown;
73
- }>> & import("mongoose").FlatRecord<{
73
+ }>, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").FlatRecord<{
74
74
  [x: string]: unknown;
75
75
  }> & Required<{
76
76
  _id: unknown;
@@ -81,7 +81,7 @@ export declare const WarehouseScaleSubSchema: MongooseSchema<any, import("mongoo
81
81
  [x: string]: unknown;
82
82
  }, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<{
83
83
  [x: string]: unknown;
84
- }>> & import("mongoose").FlatRecord<{
84
+ }>, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").FlatRecord<{
85
85
  [x: string]: unknown;
86
86
  }> & Required<{
87
87
  _id: unknown;
@@ -1 +1 @@
1
- {"version":3,"file":"subSchemaFactory.d.ts","sourceRoot":"","sources":["../../../src/sub/collectionOrder/subSchemaFactory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,cAAc,EAAE,MAAM,UAAU,CAAC;AAUpD,eAAO,MAAM,iBAAiB,WACpB,cAAc,mBACL,MAAM,EAAE,KACxB,cASF,CAAC;AAgDF,eAAO,MAAM,oBAAoB;;;;;;;;;;EAA+B,CAAC;AACjE,eAAO,MAAM,4BAA4B;;;;;;;;;;EAAuC,CAAC;AACjF,eAAO,MAAM,oBAAoB;;;;;;;;;;EAA+B,CAAC;AACjE,eAAO,MAAM,0BAA0B;;;;;;;;;;EAAqC,CAAC;AAC7E,eAAO,MAAM,qBAAqB;;;;;;;;;;EAAgC,CAAC;AACnE,eAAO,MAAM,oBAAoB;;;;;;;;;;EAA+B,CAAC;AACjE,eAAO,MAAM,kBAAkB;;;;;;;;;;EAA6B,CAAC;AAC7D,eAAO,MAAM,uBAAuB;;;;;;;;;;EAAkC,CAAC"}
1
+ {"version":3,"file":"subSchemaFactory.d.ts","sourceRoot":"","sources":["../../../src/sub/collectionOrder/subSchemaFactory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,cAAc,EAAE,MAAM,UAAU,CAAC;AAUpD,eAAO,MAAM,iBAAiB,GAC5B,QAAQ,cAAc,EACtB,iBAAiB,MAAM,EAAE,KACxB,cASF,CAAC;AAgDF,eAAO,MAAM,oBAAoB;;;;;;;;;;EAA+B,CAAC;AACjE,eAAO,MAAM,4BAA4B;;;;;;;;;;EAAuC,CAAC;AACjF,eAAO,MAAM,oBAAoB;;;;;;;;;;EAA+B,CAAC;AACjE,eAAO,MAAM,0BAA0B;;;;;;;;;;EAAqC,CAAC;AAC7E,eAAO,MAAM,qBAAqB;;;;;;;;;;EAAgC,CAAC;AACnE,eAAO,MAAM,oBAAoB;;;;;;;;;;EAA+B,CAAC;AACjE,eAAO,MAAM,kBAAkB;;;;;;;;;;EAA6B,CAAC;AAC7D,eAAO,MAAM,uBAAuB;;;;;;;;;;EAAkC,CAAC"}
@@ -8,11 +8,11 @@ export declare class SubscriptionScheduling {
8
8
  orderName: string;
9
9
  status: string;
10
10
  }
11
- export declare const SubscriptionSchedulingSchema: mongoose.Schema<SubscriptionScheduling, mongoose.Model<SubscriptionScheduling, any, any, any, mongoose.Document<unknown, any, SubscriptionScheduling> & SubscriptionScheduling & {
11
+ export declare const SubscriptionSchedulingSchema: mongoose.Schema<SubscriptionScheduling, mongoose.Model<SubscriptionScheduling, any, any, any, mongoose.Document<unknown, any, SubscriptionScheduling, any, {}> & SubscriptionScheduling & {
12
12
  _id: mongoose.Types.ObjectId;
13
13
  } & {
14
14
  __v: number;
15
- }, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, SubscriptionScheduling, mongoose.Document<unknown, {}, mongoose.FlatRecord<SubscriptionScheduling>> & mongoose.FlatRecord<SubscriptionScheduling> & {
15
+ }, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, SubscriptionScheduling, mongoose.Document<unknown, {}, mongoose.FlatRecord<SubscriptionScheduling>, {}, mongoose.ResolveSchemaOptions<mongoose.DefaultSchemaOptions>> & mongoose.FlatRecord<SubscriptionScheduling> & {
16
16
  _id: mongoose.Types.ObjectId;
17
17
  } & {
18
18
  __v: number;
@@ -5,11 +5,11 @@ export declare class TossPaymentBillingKey {
5
5
  billingKey: string;
6
6
  status: string;
7
7
  }
8
- export declare const TossPaymentBillingKeySchema: mongoose.Schema<TossPaymentBillingKey, mongoose.Model<TossPaymentBillingKey, any, any, any, mongoose.Document<unknown, any, TossPaymentBillingKey> & TossPaymentBillingKey & {
8
+ export declare const TossPaymentBillingKeySchema: mongoose.Schema<TossPaymentBillingKey, mongoose.Model<TossPaymentBillingKey, any, any, any, mongoose.Document<unknown, any, TossPaymentBillingKey, any, {}> & TossPaymentBillingKey & {
9
9
  _id: mongoose.Types.ObjectId;
10
10
  } & {
11
11
  __v: number;
12
- }, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, TossPaymentBillingKey, mongoose.Document<unknown, {}, mongoose.FlatRecord<TossPaymentBillingKey>> & mongoose.FlatRecord<TossPaymentBillingKey> & {
12
+ }, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, TossPaymentBillingKey, mongoose.Document<unknown, {}, mongoose.FlatRecord<TossPaymentBillingKey>, {}, mongoose.ResolveSchemaOptions<mongoose.DefaultSchemaOptions>> & mongoose.FlatRecord<TossPaymentBillingKey> & {
13
13
  _id: mongoose.Types.ObjectId;
14
14
  } & {
15
15
  __v: number;
@@ -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> & WeightBatch & {
10
+ export declare const WeightBatchSchema: mongoose.Schema<WeightBatch, mongoose.Model<WeightBatch, any, any, any, mongoose.Document<unknown, any, WeightBatch, any, {}> & WeightBatch & {
11
11
  _id: mongoose.Types.ObjectId;
12
12
  } & {
13
13
  __v: number;
14
- }, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, WeightBatch, mongoose.Document<unknown, {}, mongoose.FlatRecord<WeightBatch>> & mongoose.FlatRecord<WeightBatch> & {
14
+ }, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, WeightBatch, mongoose.Document<unknown, {}, mongoose.FlatRecord<WeightBatch>, {}, mongoose.ResolveSchemaOptions<mongoose.DefaultSchemaOptions>> & 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> & ShipmentOrderItem & Required<{
33
+ export declare const ShipmentOrderItemSchema: mongoose.Schema<ShipmentOrderItem, mongoose.Model<ShipmentOrderItem, any, any, any, mongoose.Document<unknown, any, ShipmentOrderItem, any, {}> & 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>> & mongoose.FlatRecord<ShipmentOrderItem> & Required<{
37
+ }, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, ShipmentOrderItem, mongoose.Document<unknown, {}, mongoose.FlatRecord<ShipmentOrderItem>, {}, mongoose.ResolveSchemaOptions<mongoose.DefaultSchemaOptions>> & 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> & WarehouseDriverShipment & Required<{
56
+ export declare const WarehouseDriverShipmentSchema: mongoose.Schema<WarehouseDriverShipment, mongoose.Model<WarehouseDriverShipment, any, any, any, mongoose.Document<unknown, any, WarehouseDriverShipment, any, {}> & WarehouseDriverShipment & Required<{
57
57
  _id: unknown;
58
58
  }> & {
59
59
  __v: number;
60
- }, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, WarehouseDriverShipment, mongoose.Document<unknown, {}, mongoose.FlatRecord<WarehouseDriverShipment>> & mongoose.FlatRecord<WarehouseDriverShipment> & Required<{
60
+ }, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, WarehouseDriverShipment, mongoose.Document<unknown, {}, mongoose.FlatRecord<WarehouseDriverShipment>, {}, mongoose.ResolveSchemaOptions<mongoose.DefaultSchemaOptions>> & mongoose.FlatRecord<WarehouseDriverShipment> & Required<{
61
61
  _id: unknown;
62
62
  }> & {
63
63
  __v: number;
@@ -21,13 +21,23 @@ 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) || 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
- };
24
+ var __importStar = (this && this.__importStar) || (function () {
25
+ var ownKeys = function(o) {
26
+ ownKeys = Object.getOwnPropertyNames || function (o) {
27
+ var ar = [];
28
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
29
+ return ar;
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
+ })();
31
41
  var __metadata = (this && this.__metadata) || function (k, v) {
32
42
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
33
43
  };
@@ -1 +1 @@
1
- {"version":3,"file":"driverShipment.schema.js","sourceRoot":"","sources":["../../src/warehouse/driverShipment.schema.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"driverShipment.schema.js","sourceRoot":"","sources":["../../src/warehouse/driverShipment.schema.ts"],"names":[],"mappings":"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"}
@@ -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> & WarehouseDriverShipmentLogPerformedBy & {
9
+ export declare const WarehouseDriverShipmentLogPerformedBySchema: mongoose.Schema<WarehouseDriverShipmentLogPerformedBy, mongoose.Model<WarehouseDriverShipmentLogPerformedBy, any, any, any, mongoose.Document<unknown, any, WarehouseDriverShipmentLogPerformedBy, any, {}> & WarehouseDriverShipmentLogPerformedBy & {
10
10
  _id: mongoose.Types.ObjectId;
11
11
  } & {
12
12
  __v: number;
13
- }, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, WarehouseDriverShipmentLogPerformedBy, mongoose.Document<unknown, {}, mongoose.FlatRecord<WarehouseDriverShipmentLogPerformedBy>> & mongoose.FlatRecord<WarehouseDriverShipmentLogPerformedBy> & {
13
+ }, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, WarehouseDriverShipmentLogPerformedBy, mongoose.Document<unknown, {}, mongoose.FlatRecord<WarehouseDriverShipmentLogPerformedBy>, {}, mongoose.ResolveSchemaOptions<mongoose.DefaultSchemaOptions>> & 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> & WarehouseDriverShipmentLogChanges & {
22
+ export declare const WarehouseDriverShipmentLogChangesSchema: mongoose.Schema<WarehouseDriverShipmentLogChanges, mongoose.Model<WarehouseDriverShipmentLogChanges, any, any, any, mongoose.Document<unknown, any, WarehouseDriverShipmentLogChanges, any, {}> & WarehouseDriverShipmentLogChanges & {
23
23
  _id: mongoose.Types.ObjectId;
24
24
  } & {
25
25
  __v: number;
26
- }, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, WarehouseDriverShipmentLogChanges, mongoose.Document<unknown, {}, mongoose.FlatRecord<WarehouseDriverShipmentLogChanges>> & mongoose.FlatRecord<WarehouseDriverShipmentLogChanges> & {
26
+ }, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, WarehouseDriverShipmentLogChanges, mongoose.Document<unknown, {}, mongoose.FlatRecord<WarehouseDriverShipmentLogChanges>, {}, mongoose.ResolveSchemaOptions<mongoose.DefaultSchemaOptions>> & 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> & WarehouseDriverShipmentLog & Required<{
38
+ export declare const WarehouseDriverShipmentLogSchema: mongoose.Schema<WarehouseDriverShipmentLog, mongoose.Model<WarehouseDriverShipmentLog, any, any, any, mongoose.Document<unknown, any, WarehouseDriverShipmentLog, any, {}> & WarehouseDriverShipmentLog & Required<{
39
39
  _id: unknown;
40
40
  }> & {
41
41
  __v: number;
42
- }, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, WarehouseDriverShipmentLog, mongoose.Document<unknown, {}, mongoose.FlatRecord<WarehouseDriverShipmentLog>> & mongoose.FlatRecord<WarehouseDriverShipmentLog> & Required<{
42
+ }, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, WarehouseDriverShipmentLog, mongoose.Document<unknown, {}, mongoose.FlatRecord<WarehouseDriverShipmentLog>, {}, mongoose.ResolveSchemaOptions<mongoose.DefaultSchemaOptions>> & mongoose.FlatRecord<WarehouseDriverShipmentLog> & Required<{
43
43
  _id: unknown;
44
44
  }> & {
45
45
  __v: number;
@@ -21,13 +21,23 @@ 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) || 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
- };
24
+ var __importStar = (this && this.__importStar) || (function () {
25
+ var ownKeys = function(o) {
26
+ ownKeys = Object.getOwnPropertyNames || function (o) {
27
+ var ar = [];
28
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
29
+ return ar;
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
+ })();
31
41
  var __metadata = (this && this.__metadata) || function (k, v) {
32
42
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
33
43
  };
@@ -1 +1 @@
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"}
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> & WarehouseScale & {
10
+ export declare const WarehouseScaleSchema: mongoose.Schema<WarehouseScale, mongoose.Model<WarehouseScale, any, any, any, mongoose.Document<unknown, any, WarehouseScale, any, {}> & WarehouseScale & {
11
11
  _id: mongoose.Types.ObjectId;
12
12
  } & {
13
13
  __v: number;
14
- }, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, WarehouseScale, mongoose.Document<unknown, {}, mongoose.FlatRecord<WarehouseScale>> & mongoose.FlatRecord<WarehouseScale> & {
14
+ }, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, WarehouseScale, mongoose.Document<unknown, {}, mongoose.FlatRecord<WarehouseScale>, {}, mongoose.ResolveSchemaOptions<mongoose.DefaultSchemaOptions>> & 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> & WarehouseShipmentInfo & {
7
+ export declare const WarehouseShipmentInfoSchema: mongoose.Schema<WarehouseShipmentInfo, mongoose.Model<WarehouseShipmentInfo, any, any, any, mongoose.Document<unknown, any, WarehouseShipmentInfo, any, {}> & WarehouseShipmentInfo & {
8
8
  _id: mongoose.Types.ObjectId;
9
9
  } & {
10
10
  __v: number;
11
- }, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, WarehouseShipmentInfo, mongoose.Document<unknown, {}, mongoose.FlatRecord<WarehouseShipmentInfo>> & mongoose.FlatRecord<WarehouseShipmentInfo> & {
11
+ }, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, WarehouseShipmentInfo, mongoose.Document<unknown, {}, mongoose.FlatRecord<WarehouseShipmentInfo>, {}, mongoose.ResolveSchemaOptions<mongoose.DefaultSchemaOptions>> & mongoose.FlatRecord<WarehouseShipmentInfo> & {
12
12
  _id: mongoose.Types.ObjectId;
13
13
  } & {
14
14
  __v: number;
@@ -9,11 +9,11 @@ export declare class WarehouseDailySummary extends Document {
9
9
  totalOrders: number;
10
10
  shipmentIds: mongoose.Schema.Types.ObjectId[];
11
11
  }
12
- export declare const WarehouseDailySummarySchema: mongoose.Schema<WarehouseDailySummary, mongoose.Model<WarehouseDailySummary, any, any, any, mongoose.Document<unknown, any, WarehouseDailySummary> & WarehouseDailySummary & Required<{
12
+ export declare const WarehouseDailySummarySchema: mongoose.Schema<WarehouseDailySummary, mongoose.Model<WarehouseDailySummary, any, any, any, mongoose.Document<unknown, any, WarehouseDailySummary, any, {}> & WarehouseDailySummary & Required<{
13
13
  _id: unknown;
14
14
  }> & {
15
15
  __v: number;
16
- }, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, WarehouseDailySummary, mongoose.Document<unknown, {}, mongoose.FlatRecord<WarehouseDailySummary>> & mongoose.FlatRecord<WarehouseDailySummary> & Required<{
16
+ }, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, WarehouseDailySummary, mongoose.Document<unknown, {}, mongoose.FlatRecord<WarehouseDailySummary>, {}, mongoose.ResolveSchemaOptions<mongoose.DefaultSchemaOptions>> & mongoose.FlatRecord<WarehouseDailySummary> & Required<{
17
17
  _id: unknown;
18
18
  }> & {
19
19
  __v: number;
@@ -21,13 +21,23 @@ 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) || 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
- };
24
+ var __importStar = (this && this.__importStar) || (function () {
25
+ var ownKeys = function(o) {
26
+ ownKeys = Object.getOwnPropertyNames || function (o) {
27
+ var ar = [];
28
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
29
+ return ar;
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
+ })();
31
41
  var __metadata = (this && this.__metadata) || function (k, v) {
32
42
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
33
43
  };
@@ -1 +1 @@
1
- {"version":3,"file":"dailySummary.schema.js","sourceRoot":"","sources":["../../../src/warehouse/summary/dailySummary.schema.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAA+D;AAC/D,qDAA8C;AAC9C,2CAAwC;AAGjC,IAAM,qBAAqB,GAA3B,MAAM,qBAAsB,SAAQ,mBAAQ;CAwBlD,CAAA;AAxBY,sDAAqB;AAEhC;IADC,IAAA,eAAI,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACnB,IAAI;mDAAC;AAGX;IADC,IAAA,eAAI,EAAC,EAAE,IAAI,EAAE,kBAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,QAAQ,EAAE,GAAG,EAAE,WAAW,EAAE,CAAC;8BACpD,kBAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,QAAQ;0DAAC;AAG5C;IADC,IAAA,eAAI,EAAC,EAAE,IAAI,EAAE,kBAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,QAAQ,EAAE,GAAG,EAAE,mBAAmB,EAAE,CAAC;8BACpD,kBAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,QAAQ;kEAAC;AAGpD;IADC,IAAA,eAAI,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;;6DACd;AAGvB;IADC,IAAA,eAAI,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;;0DACjB;AAGpB;IADC,IAAA,eAAI,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;;kEACT;AAG5B;IADC,IAAA,eAAI,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;;0DACjB;AAGpB;IADC,IAAA,eAAI,EAAC,EAAE,IAAI,EAAE,CAAC,kBAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC;;0DAChB;gCAvBnC,qBAAqB;IADjC,IAAA,iBAAM,EAAC,iBAAO,CAAC;GACH,qBAAqB,CAwBjC;AAEY,QAAA,2BAA2B,GAAG,wBAAa,CAAC,cAAc,CAAC,qBAAqB,CAAC,CAAC;AAE/F,mCAA2B,CAAC,KAAK,CAC/B;IACE,IAAI,EAAE,CAAC;IACP,WAAW,EAAE,CAAC;IACd,mBAAmB,EAAE,CAAC;CACvB,EACD,EAAE,MAAM,EAAE,IAAI,EAAE,CACjB,CAAC;AAEF,mCAA2B,CAAC,KAAK,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,CAAC,CAAC;AAC/C,mCAA2B,CAAC,KAAK,CAAC,EAAE,WAAW,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC"}
1
+ {"version":3,"file":"dailySummary.schema.js","sourceRoot":"","sources":["../../../src/warehouse/summary/dailySummary.schema.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAA+D;AAC/D,qDAA8C;AAC9C,2CAAwC;AAGjC,IAAM,qBAAqB,GAA3B,MAAM,qBAAsB,SAAQ,mBAAQ;CAwBlD,CAAA;AAxBY,sDAAqB;AAEhC;IADC,IAAA,eAAI,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACnB,IAAI;mDAAC;AAGX;IADC,IAAA,eAAI,EAAC,EAAE,IAAI,EAAE,kBAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,QAAQ,EAAE,GAAG,EAAE,WAAW,EAAE,CAAC;8BACpD,kBAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,QAAQ;0DAAC;AAG5C;IADC,IAAA,eAAI,EAAC,EAAE,IAAI,EAAE,kBAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,QAAQ,EAAE,GAAG,EAAE,mBAAmB,EAAE,CAAC;8BACpD,kBAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,QAAQ;kEAAC;AAGpD;IADC,IAAA,eAAI,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;;6DACd;AAGvB;IADC,IAAA,eAAI,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;;0DACjB;AAGpB;IADC,IAAA,eAAI,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;;kEACT;AAG5B;IADC,IAAA,eAAI,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;;0DACjB;AAGpB;IADC,IAAA,eAAI,EAAC,EAAE,IAAI,EAAE,CAAC,kBAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC;;0DAChB;gCAvBnC,qBAAqB;IADjC,IAAA,iBAAM,EAAC,iBAAO,CAAC;GACH,qBAAqB,CAwBjC;AAEY,QAAA,2BAA2B,GAAG,wBAAa,CAAC,cAAc,CAAC,qBAAqB,CAAC,CAAC;AAE/F,mCAA2B,CAAC,KAAK,CAC/B;IACE,IAAI,EAAE,CAAC;IACP,WAAW,EAAE,CAAC;IACd,mBAAmB,EAAE,CAAC;CACvB,EACD,EAAE,MAAM,EAAE,IAAI,EAAE,CACjB,CAAC;AAEF,mCAA2B,CAAC,KAAK,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,CAAC,CAAC;AAC/C,mCAA2B,CAAC,KAAK,CAAC,EAAE,WAAW,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC"}
@@ -10,11 +10,11 @@ export declare class WarehouseMonthlySummary extends Document {
10
10
  totalOrders: number;
11
11
  shipmentIds: mongoose.Schema.Types.ObjectId[];
12
12
  }
13
- export declare const WarehouseMonthlySummarySchema: mongoose.Schema<WarehouseMonthlySummary, mongoose.Model<WarehouseMonthlySummary, any, any, any, mongoose.Document<unknown, any, WarehouseMonthlySummary> & WarehouseMonthlySummary & Required<{
13
+ export declare const WarehouseMonthlySummarySchema: mongoose.Schema<WarehouseMonthlySummary, mongoose.Model<WarehouseMonthlySummary, any, any, any, mongoose.Document<unknown, any, WarehouseMonthlySummary, any, {}> & WarehouseMonthlySummary & Required<{
14
14
  _id: unknown;
15
15
  }> & {
16
16
  __v: number;
17
- }, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, WarehouseMonthlySummary, mongoose.Document<unknown, {}, mongoose.FlatRecord<WarehouseMonthlySummary>> & mongoose.FlatRecord<WarehouseMonthlySummary> & Required<{
17
+ }, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, WarehouseMonthlySummary, mongoose.Document<unknown, {}, mongoose.FlatRecord<WarehouseMonthlySummary>, {}, mongoose.ResolveSchemaOptions<mongoose.DefaultSchemaOptions>> & mongoose.FlatRecord<WarehouseMonthlySummary> & Required<{
18
18
  _id: unknown;
19
19
  }> & {
20
20
  __v: number;
@@ -21,13 +21,23 @@ 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) || 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
- };
24
+ var __importStar = (this && this.__importStar) || (function () {
25
+ var ownKeys = function(o) {
26
+ ownKeys = Object.getOwnPropertyNames || function (o) {
27
+ var ar = [];
28
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
29
+ return ar;
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
+ })();
31
41
  var __metadata = (this && this.__metadata) || function (k, v) {
32
42
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
33
43
  };
@@ -1 +1 @@
1
- {"version":3,"file":"monthlySummary.schema.js","sourceRoot":"","sources":["../../../src/warehouse/summary/monthlySummary.schema.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAA+D;AAC/D,qDAA8C;AAC9C,2CAAwC;AAGjC,IAAM,uBAAuB,GAA7B,MAAM,uBAAwB,SAAQ,mBAAQ;CA2BpD,CAAA;AA3BY,0DAAuB;AAElC;IADC,IAAA,eAAI,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;qDACZ;AAGb;IADC,IAAA,eAAI,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;sDACX;AAGd;IADC,IAAA,eAAI,EAAC,EAAE,IAAI,EAAE,kBAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,QAAQ,EAAE,GAAG,EAAE,WAAW,EAAE,CAAC;8BACpD,kBAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,QAAQ;4DAAC;AAG5C;IADC,IAAA,eAAI,EAAC,EAAE,IAAI,EAAE,kBAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,QAAQ,EAAE,GAAG,EAAE,mBAAmB,EAAE,CAAC;8BACpD,kBAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,QAAQ;oEAAC;AAGpD;IADC,IAAA,eAAI,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;;+DACd;AAGvB;IADC,IAAA,eAAI,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;;4DACjB;AAGpB;IADC,IAAA,eAAI,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;;oEACT;AAG5B;IADC,IAAA,eAAI,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;;4DACjB;AAGpB;IADC,IAAA,eAAI,EAAC,EAAE,IAAI,EAAE,CAAC,kBAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC;;4DAChB;kCA1BnC,uBAAuB;IADnC,IAAA,iBAAM,EAAC,iBAAO,CAAC;GACH,uBAAuB,CA2BnC;AAEY,QAAA,6BAA6B,GAAG,wBAAa,CAAC,cAAc,CAAC,uBAAuB,CAAC,CAAC;AAEnG,qCAA6B,CAAC,KAAK,CACjC;IACE,IAAI,EAAE,CAAC;IACP,KAAK,EAAE,CAAC;IACR,WAAW,EAAE,CAAC;IACd,mBAAmB,EAAE,CAAC;CACvB,EACD,EAAE,MAAM,EAAE,IAAI,EAAE,CACjB,CAAC"}
1
+ {"version":3,"file":"monthlySummary.schema.js","sourceRoot":"","sources":["../../../src/warehouse/summary/monthlySummary.schema.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAA+D;AAC/D,qDAA8C;AAC9C,2CAAwC;AAGjC,IAAM,uBAAuB,GAA7B,MAAM,uBAAwB,SAAQ,mBAAQ;CA2BpD,CAAA;AA3BY,0DAAuB;AAElC;IADC,IAAA,eAAI,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;qDACZ;AAGb;IADC,IAAA,eAAI,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;sDACX;AAGd;IADC,IAAA,eAAI,EAAC,EAAE,IAAI,EAAE,kBAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,QAAQ,EAAE,GAAG,EAAE,WAAW,EAAE,CAAC;8BACpD,kBAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,QAAQ;4DAAC;AAG5C;IADC,IAAA,eAAI,EAAC,EAAE,IAAI,EAAE,kBAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,QAAQ,EAAE,GAAG,EAAE,mBAAmB,EAAE,CAAC;8BACpD,kBAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,QAAQ;oEAAC;AAGpD;IADC,IAAA,eAAI,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;;+DACd;AAGvB;IADC,IAAA,eAAI,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;;4DACjB;AAGpB;IADC,IAAA,eAAI,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;;oEACT;AAG5B;IADC,IAAA,eAAI,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;;4DACjB;AAGpB;IADC,IAAA,eAAI,EAAC,EAAE,IAAI,EAAE,CAAC,kBAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC;;4DAChB;kCA1BnC,uBAAuB;IADnC,IAAA,iBAAM,EAAC,iBAAO,CAAC;GACH,uBAAuB,CA2BnC;AAEY,QAAA,6BAA6B,GAAG,wBAAa,CAAC,cAAc,CAAC,uBAAuB,CAAC,CAAC;AAEnG,qCAA6B,CAAC,KAAK,CACjC;IACE,IAAI,EAAE,CAAC;IACP,KAAK,EAAE,CAAC;IACR,WAAW,EAAE,CAAC;IACd,mBAAmB,EAAE,CAAC;CACvB,EACD,EAAE,MAAM,EAAE,IAAI,EAAE,CACjB,CAAC"}
@@ -16,11 +16,11 @@ export declare class Warehouse {
16
16
  description: string;
17
17
  status: string;
18
18
  }
19
- export declare const WarehouseSchema: mongoose.Schema<Warehouse, mongoose.Model<Warehouse, any, any, any, mongoose.Document<unknown, any, Warehouse> & Warehouse & {
19
+ export declare const WarehouseSchema: mongoose.Schema<Warehouse, mongoose.Model<Warehouse, any, any, any, mongoose.Document<unknown, any, Warehouse, any, {}> & Warehouse & {
20
20
  _id: mongoose.Types.ObjectId;
21
21
  } & {
22
22
  __v: number;
23
- }, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, Warehouse, mongoose.Document<unknown, {}, mongoose.FlatRecord<Warehouse>> & mongoose.FlatRecord<Warehouse> & {
23
+ }, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, Warehouse, mongoose.Document<unknown, {}, mongoose.FlatRecord<Warehouse>, {}, mongoose.ResolveSchemaOptions<mongoose.DefaultSchemaOptions>> & mongoose.FlatRecord<Warehouse> & {
24
24
  _id: mongoose.Types.ObjectId;
25
25
  } & {
26
26
  __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> & ZaloAuth & {
6
+ export declare const ZaloAuthSchema: import("mongoose").Schema<ZaloAuth, import("mongoose").Model<ZaloAuth, any, any, any, import("mongoose").Document<unknown, any, ZaloAuth, any, {}> & 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>> & import("mongoose").FlatRecord<ZaloAuth> & {
10
+ }, any>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, ZaloAuth, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<ZaloAuth>, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").FlatRecord<ZaloAuth> & {
11
11
  _id: import("mongoose").Types.ObjectId;
12
12
  } & {
13
13
  __v: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sildeswj/thechium-schema",
3
- "version": "10.3.0",
3
+ "version": "10.3.1-weight-setting-for-setting-data.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {