storemw-core-api 1.0.162 → 1.0.164

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 (110) hide show
  1. package/dist/controllers/index.d.ts +1 -0
  2. package/dist/controllers/index.js +4 -2
  3. package/dist/controllers/index.js.map +1 -1
  4. package/dist/controllers/scheduler/schedulerSqlController.d.ts +5 -0
  5. package/dist/controllers/scheduler/schedulerSqlController.js +77 -0
  6. package/dist/controllers/scheduler/schedulerSqlController.js.map +1 -0
  7. package/dist/features/index.d.ts +3 -0
  8. package/dist/features/index.js +5 -1
  9. package/dist/features/index.js.map +1 -1
  10. package/dist/features/scheduler_sql/schedulerSqlRegister.d.ts +6 -0
  11. package/dist/features/scheduler_sql/schedulerSqlRegister.js +11 -0
  12. package/dist/features/scheduler_sql/schedulerSqlRegister.js.map +1 -0
  13. package/dist/features/scheduler_sql/schedulerSqlRegistry.d.ts +3 -0
  14. package/dist/features/scheduler_sql/schedulerSqlRegistry.js +50 -0
  15. package/dist/features/scheduler_sql/schedulerSqlRegistry.js.map +1 -0
  16. package/dist/features/scheduler_sql/schedulerSqlType.d.ts +31 -0
  17. package/dist/features/scheduler_sql/schedulerSqlType.js +3 -0
  18. package/dist/features/scheduler_sql/schedulerSqlType.js.map +1 -0
  19. package/dist/lib/model_factory/ModelFactory.d.ts +7 -6
  20. package/dist/lib/model_factory/ModelFactory.js +595 -197
  21. package/dist/lib/model_factory/ModelFactory.js.map +1 -1
  22. package/dist/middlewares/route/index.d.ts +1 -1
  23. package/dist/middlewares/route/index.js +2 -1
  24. package/dist/middlewares/route/index.js.map +1 -1
  25. package/dist/middlewares/route/validateScheduler.d.ts +1 -0
  26. package/dist/middlewares/route/validateScheduler.js +6 -1
  27. package/dist/middlewares/route/validateScheduler.js.map +1 -1
  28. package/dist/models/access_control/AccessControlRoleModel.d.ts +4 -5
  29. package/dist/models/access_control/AccessControlRolePolicyModel.d.ts +4 -5
  30. package/dist/models/access_control/AccessControlUserRoleModel.d.ts +4 -5
  31. package/dist/models/account/AccountModel.d.ts +4 -5
  32. package/dist/models/auth/AccessKeyModel.d.ts +4 -5
  33. package/dist/models/branch/UserBranchModel.d.ts +4 -5
  34. package/dist/models/branch_user/BranchUserModel.d.ts +4 -5
  35. package/dist/models/business/BusinessModel.d.ts +4 -5
  36. package/dist/models/document/DocumentAmountModel.d.ts +4 -5
  37. package/dist/models/document/DocumentDocumentModel.d.ts +4 -5
  38. package/dist/models/document/DocumentItemModel.d.ts +4 -5
  39. package/dist/models/document/DocumentLocationModel.d.ts +4 -5
  40. package/dist/models/document/DocumentModel.d.ts +4 -5
  41. package/dist/models/document/DocumentPaymentModel.d.ts +4 -5
  42. package/dist/models/document/DocumentProfileModel.d.ts +4 -5
  43. package/dist/models/document/DocumentTotalModel.d.ts +4 -5
  44. package/dist/models/file/FileModel.d.ts +4 -5
  45. package/dist/models/group/GroupModel.d.ts +4 -5
  46. package/dist/models/group/GroupOwnerModel.d.ts +4 -5
  47. package/dist/models/injection_field/DocumentInjectionFieldModel.d.ts +4 -5
  48. package/dist/models/injection_field/InjectionFieldModel.d.ts +4 -5
  49. package/dist/models/injection_field/ItemInjectionFieldModel.d.ts +4 -5
  50. package/dist/models/injection_field/LogisticInjectionFieldModel.d.ts +4 -5
  51. package/dist/models/injection_field/RepositoryInjectionFieldModel.d.ts +4 -5
  52. package/dist/models/injection_field/UserInjectionFieldModel.d.ts +4 -5
  53. package/dist/models/item/BrandModel.d.ts +4 -5
  54. package/dist/models/item/CategoryModel.d.ts +4 -5
  55. package/dist/models/item/ItemModel.d.ts +4 -5
  56. package/dist/models/item/ProductModel.d.ts +4 -5
  57. package/dist/models/item/UomModel.d.ts +4 -5
  58. package/dist/models/location/LocationModel.d.ts +4 -5
  59. package/dist/models/location/LocationRackModel.d.ts +4 -5
  60. package/dist/models/location/LocationSlotModel.d.ts +4 -5
  61. package/dist/models/others/NumberDateSequenceModel.d.ts +4 -5
  62. package/dist/models/others/OneTimeCodeModel.d.ts +4 -5
  63. package/dist/models/region/AreaModel.d.ts +4 -5
  64. package/dist/models/region/CountryModel.d.ts +4 -5
  65. package/dist/models/region/StateModel.d.ts +4 -5
  66. package/dist/models/repository/RepositoryCartonModel.d.ts +4 -5
  67. package/dist/models/repository/RepositoryContainerModel.d.ts +4 -5
  68. package/dist/models/repository/RepositoryModel.d.ts +4 -5
  69. package/dist/models/repository/RepositoryPackageItemModel.d.ts +4 -5
  70. package/dist/models/repository/RepositoryPackageModel.d.ts +4 -5
  71. package/dist/models/repository/RepositoryPalletModel.d.ts +4 -5
  72. package/dist/models/scheduler/SchedulerLogModel.d.ts +4 -5
  73. package/dist/models/scheduler/SchedulerRequestModel.d.ts +4 -5
  74. package/dist/models/subscription/account/AccountSubscribeModel.d.ts +4 -5
  75. package/dist/models/subscription/plan/SubscribePlanModel.d.ts +4 -5
  76. package/dist/models/user/AdministratorModel.d.ts +4 -5
  77. package/dist/models/user/AgentModel.d.ts +4 -5
  78. package/dist/models/user/CustomerModel.d.ts +4 -5
  79. package/dist/models/user/DriverModel.d.ts +4 -5
  80. package/dist/models/user/MemberModel.d.ts +4 -5
  81. package/dist/models/user/OperatorModel.d.ts +4 -5
  82. package/dist/models/user/RetailerModel.d.ts +4 -5
  83. package/dist/models/user/UserModel.d.ts +4 -5
  84. package/dist/models/user/UserPropModel.d.ts +4 -5
  85. package/dist/models/user/WorkerModel.d.ts +4 -5
  86. package/dist/routes/scheduler/schedulerSqlRoutes.d.ts +2 -0
  87. package/dist/routes/scheduler/schedulerSqlRoutes.js +11 -0
  88. package/dist/routes/scheduler/schedulerSqlRoutes.js.map +1 -0
  89. package/dist/routes/scheduler/schedulersRoutes.js +3 -0
  90. package/dist/routes/scheduler/schedulersRoutes.js.map +1 -1
  91. package/dist/schema/payload/document/schemaDocumentCashSales.d.ts +64 -64
  92. package/dist/schema/payload/document/schemaDocumentDeliveryOrder.d.ts +64 -64
  93. package/dist/schema/payload/document/schemaDocumentProformaSales.d.ts +64 -64
  94. package/dist/schema/payload/document/schemaDocumentReplacementDeliveryOrder.d.ts +64 -64
  95. package/dist/schema/payload/document/schemaDocumentSalesOrder.d.ts +64 -64
  96. package/dist/schema/payload/index.d.ts +2 -0
  97. package/dist/schema/payload/index.js +3 -1
  98. package/dist/schema/payload/index.js.map +1 -1
  99. package/dist/schema/payload/scheduler/schemaSchedulerSql.d.ts +69 -0
  100. package/dist/schema/payload/scheduler/schemaSchedulerSql.js +19 -0
  101. package/dist/schema/payload/scheduler/schemaSchedulerSql.js.map +1 -0
  102. package/dist/services/index.d.ts +2 -0
  103. package/dist/services/index.js +3 -1
  104. package/dist/services/index.js.map +1 -1
  105. package/dist/services/scheduler/SchedulerSqlService.d.ts +24 -0
  106. package/dist/services/scheduler/SchedulerSqlService.js +170 -0
  107. package/dist/services/scheduler/SchedulerSqlService.js.map +1 -0
  108. package/dist/utils/serviceUtils.d.ts +2 -0
  109. package/dist/utils/serviceUtils.js.map +1 -1
  110. package/package.json +1 -1
@@ -191,14 +191,6 @@ export declare const schemaDocumentReplacementDeliveryOrderCreatePayload: z.ZodO
191
191
  profileName?: string | undefined;
192
192
  personName?: string | undefined;
193
193
  };
194
- totals?: {
195
- description: string;
196
- totalType: "discount" | "rounding_down" | "tax" | "rouding_up";
197
- totalAmount: number;
198
- totalPercentage: number;
199
- documentTotalId?: number | undefined;
200
- referId?: string | undefined;
201
- }[] | undefined;
202
194
  items?: {
203
195
  quantity: number;
204
196
  itemId: number;
@@ -209,6 +201,14 @@ export declare const schemaDocumentReplacementDeliveryOrderCreatePayload: z.ZodO
209
201
  uomId?: number | undefined;
210
202
  uomPrice?: number | undefined;
211
203
  }[] | undefined;
204
+ totals?: {
205
+ description: string;
206
+ totalType: "discount" | "rounding_down" | "tax" | "rouding_up";
207
+ totalAmount: number;
208
+ totalPercentage: number;
209
+ documentTotalId?: number | undefined;
210
+ referId?: string | undefined;
211
+ }[] | undefined;
212
212
  remark?: string | undefined;
213
213
  documentNumber?: string | undefined;
214
214
  documentReferenceId1?: string | undefined;
@@ -249,14 +249,6 @@ export declare const schemaDocumentReplacementDeliveryOrderCreatePayload: z.ZodO
249
249
  profileName?: string | undefined;
250
250
  personName?: string | undefined;
251
251
  };
252
- totals?: {
253
- description: string;
254
- totalType: "discount" | "rounding_down" | "tax" | "rouding_up";
255
- documentTotalId?: number | undefined;
256
- referId?: string | undefined;
257
- totalAmount?: unknown;
258
- totalPercentage?: unknown;
259
- }[] | undefined;
260
252
  items?: {
261
253
  quantity: number;
262
254
  itemId: number;
@@ -267,6 +259,14 @@ export declare const schemaDocumentReplacementDeliveryOrderCreatePayload: z.ZodO
267
259
  uomId?: number | undefined;
268
260
  uomPrice?: number | undefined;
269
261
  }[] | undefined;
262
+ totals?: {
263
+ description: string;
264
+ totalType: "discount" | "rounding_down" | "tax" | "rouding_up";
265
+ documentTotalId?: number | undefined;
266
+ referId?: string | undefined;
267
+ totalAmount?: unknown;
268
+ totalPercentage?: unknown;
269
+ }[] | undefined;
270
270
  remark?: string | undefined;
271
271
  documentNumber?: string | undefined;
272
272
  documentReferenceId1?: string | undefined;
@@ -313,14 +313,6 @@ export declare const schemaDocumentReplacementDeliveryOrderCreatePayload: z.ZodO
313
313
  profileName?: string | undefined;
314
314
  personName?: string | undefined;
315
315
  };
316
- totals?: {
317
- description: string;
318
- totalType: "discount" | "rounding_down" | "tax" | "rouding_up";
319
- totalAmount: number;
320
- totalPercentage: number;
321
- documentTotalId?: number | undefined;
322
- referId?: string | undefined;
323
- }[] | undefined;
324
316
  items?: {
325
317
  quantity: number;
326
318
  itemId: number;
@@ -331,6 +323,14 @@ export declare const schemaDocumentReplacementDeliveryOrderCreatePayload: z.ZodO
331
323
  uomId?: number | undefined;
332
324
  uomPrice?: number | undefined;
333
325
  }[] | undefined;
326
+ totals?: {
327
+ description: string;
328
+ totalType: "discount" | "rounding_down" | "tax" | "rouding_up";
329
+ totalAmount: number;
330
+ totalPercentage: number;
331
+ documentTotalId?: number | undefined;
332
+ referId?: string | undefined;
333
+ }[] | undefined;
334
334
  remark?: string | undefined;
335
335
  documentNumber?: string | undefined;
336
336
  documentReferenceId1?: string | undefined;
@@ -377,14 +377,6 @@ export declare const schemaDocumentReplacementDeliveryOrderCreatePayload: z.ZodO
377
377
  profileName?: string | undefined;
378
378
  personName?: string | undefined;
379
379
  };
380
- totals?: {
381
- description: string;
382
- totalType: "discount" | "rounding_down" | "tax" | "rouding_up";
383
- documentTotalId?: number | undefined;
384
- referId?: string | undefined;
385
- totalAmount?: unknown;
386
- totalPercentage?: unknown;
387
- }[] | undefined;
388
380
  items?: {
389
381
  quantity: number;
390
382
  itemId: number;
@@ -395,6 +387,14 @@ export declare const schemaDocumentReplacementDeliveryOrderCreatePayload: z.ZodO
395
387
  uomId?: number | undefined;
396
388
  uomPrice?: number | undefined;
397
389
  }[] | undefined;
390
+ totals?: {
391
+ description: string;
392
+ totalType: "discount" | "rounding_down" | "tax" | "rouding_up";
393
+ documentTotalId?: number | undefined;
394
+ referId?: string | undefined;
395
+ totalAmount?: unknown;
396
+ totalPercentage?: unknown;
397
+ }[] | undefined;
398
398
  remark?: string | undefined;
399
399
  documentNumber?: string | undefined;
400
400
  documentReferenceId1?: string | undefined;
@@ -597,14 +597,6 @@ export declare const schemaDocumentReplacementDeliveryOrderUpdatePayload: z.ZodO
597
597
  profileName?: string | undefined;
598
598
  personName?: string | undefined;
599
599
  };
600
- totals?: {
601
- description: string;
602
- totalType: "discount" | "rounding_down" | "tax" | "rouding_up";
603
- totalAmount: number;
604
- totalPercentage: number;
605
- documentTotalId?: number | undefined;
606
- referId?: string | undefined;
607
- }[] | undefined;
608
600
  items?: {
609
601
  quantity: number;
610
602
  itemId: number;
@@ -615,6 +607,14 @@ export declare const schemaDocumentReplacementDeliveryOrderUpdatePayload: z.ZodO
615
607
  uomId?: number | undefined;
616
608
  uomPrice?: number | undefined;
617
609
  }[] | undefined;
610
+ totals?: {
611
+ description: string;
612
+ totalType: "discount" | "rounding_down" | "tax" | "rouding_up";
613
+ totalAmount: number;
614
+ totalPercentage: number;
615
+ documentTotalId?: number | undefined;
616
+ referId?: string | undefined;
617
+ }[] | undefined;
618
618
  remark?: string | undefined;
619
619
  documentReferenceId1?: string | undefined;
620
620
  documentReferenceLabel1?: string | undefined;
@@ -654,14 +654,6 @@ export declare const schemaDocumentReplacementDeliveryOrderUpdatePayload: z.ZodO
654
654
  profileName?: string | undefined;
655
655
  personName?: string | undefined;
656
656
  };
657
- totals?: {
658
- description: string;
659
- totalType: "discount" | "rounding_down" | "tax" | "rouding_up";
660
- documentTotalId?: number | undefined;
661
- referId?: string | undefined;
662
- totalAmount?: unknown;
663
- totalPercentage?: unknown;
664
- }[] | undefined;
665
657
  items?: {
666
658
  quantity: number;
667
659
  itemId: number;
@@ -672,6 +664,14 @@ export declare const schemaDocumentReplacementDeliveryOrderUpdatePayload: z.ZodO
672
664
  uomId?: number | undefined;
673
665
  uomPrice?: number | undefined;
674
666
  }[] | undefined;
667
+ totals?: {
668
+ description: string;
669
+ totalType: "discount" | "rounding_down" | "tax" | "rouding_up";
670
+ documentTotalId?: number | undefined;
671
+ referId?: string | undefined;
672
+ totalAmount?: unknown;
673
+ totalPercentage?: unknown;
674
+ }[] | undefined;
675
675
  remark?: string | undefined;
676
676
  documentReferenceId1?: string | undefined;
677
677
  documentReferenceLabel1?: string | undefined;
@@ -717,14 +717,6 @@ export declare const schemaDocumentReplacementDeliveryOrderUpdatePayload: z.ZodO
717
717
  profileName?: string | undefined;
718
718
  personName?: string | undefined;
719
719
  };
720
- totals?: {
721
- description: string;
722
- totalType: "discount" | "rounding_down" | "tax" | "rouding_up";
723
- totalAmount: number;
724
- totalPercentage: number;
725
- documentTotalId?: number | undefined;
726
- referId?: string | undefined;
727
- }[] | undefined;
728
720
  items?: {
729
721
  quantity: number;
730
722
  itemId: number;
@@ -735,6 +727,14 @@ export declare const schemaDocumentReplacementDeliveryOrderUpdatePayload: z.ZodO
735
727
  uomId?: number | undefined;
736
728
  uomPrice?: number | undefined;
737
729
  }[] | undefined;
730
+ totals?: {
731
+ description: string;
732
+ totalType: "discount" | "rounding_down" | "tax" | "rouding_up";
733
+ totalAmount: number;
734
+ totalPercentage: number;
735
+ documentTotalId?: number | undefined;
736
+ referId?: string | undefined;
737
+ }[] | undefined;
738
738
  remark?: string | undefined;
739
739
  documentReferenceId1?: string | undefined;
740
740
  documentReferenceLabel1?: string | undefined;
@@ -780,14 +780,6 @@ export declare const schemaDocumentReplacementDeliveryOrderUpdatePayload: z.ZodO
780
780
  profileName?: string | undefined;
781
781
  personName?: string | undefined;
782
782
  };
783
- totals?: {
784
- description: string;
785
- totalType: "discount" | "rounding_down" | "tax" | "rouding_up";
786
- documentTotalId?: number | undefined;
787
- referId?: string | undefined;
788
- totalAmount?: unknown;
789
- totalPercentage?: unknown;
790
- }[] | undefined;
791
783
  items?: {
792
784
  quantity: number;
793
785
  itemId: number;
@@ -798,6 +790,14 @@ export declare const schemaDocumentReplacementDeliveryOrderUpdatePayload: z.ZodO
798
790
  uomId?: number | undefined;
799
791
  uomPrice?: number | undefined;
800
792
  }[] | undefined;
793
+ totals?: {
794
+ description: string;
795
+ totalType: "discount" | "rounding_down" | "tax" | "rouding_up";
796
+ documentTotalId?: number | undefined;
797
+ referId?: string | undefined;
798
+ totalAmount?: unknown;
799
+ totalPercentage?: unknown;
800
+ }[] | undefined;
801
801
  remark?: string | undefined;
802
802
  documentReferenceId1?: string | undefined;
803
803
  documentReferenceLabel1?: string | undefined;
@@ -191,14 +191,6 @@ export declare const schemaDocumentSalesOrderCreatePayload: z.ZodObject<{
191
191
  profileName?: string | undefined;
192
192
  personName?: string | undefined;
193
193
  };
194
- totals?: {
195
- description: string;
196
- totalType: "discount" | "rounding_down" | "tax" | "rouding_up";
197
- totalAmount: number;
198
- totalPercentage: number;
199
- documentTotalId?: number | undefined;
200
- referId?: string | undefined;
201
- }[] | undefined;
202
194
  items?: {
203
195
  quantity: number;
204
196
  itemId: number;
@@ -209,6 +201,14 @@ export declare const schemaDocumentSalesOrderCreatePayload: z.ZodObject<{
209
201
  uomId?: number | undefined;
210
202
  uomPrice?: number | undefined;
211
203
  }[] | undefined;
204
+ totals?: {
205
+ description: string;
206
+ totalType: "discount" | "rounding_down" | "tax" | "rouding_up";
207
+ totalAmount: number;
208
+ totalPercentage: number;
209
+ documentTotalId?: number | undefined;
210
+ referId?: string | undefined;
211
+ }[] | undefined;
212
212
  remark?: string | undefined;
213
213
  documentNumber?: string | undefined;
214
214
  documentReferenceId1?: string | undefined;
@@ -249,14 +249,6 @@ export declare const schemaDocumentSalesOrderCreatePayload: z.ZodObject<{
249
249
  profileName?: string | undefined;
250
250
  personName?: string | undefined;
251
251
  };
252
- totals?: {
253
- description: string;
254
- totalType: "discount" | "rounding_down" | "tax" | "rouding_up";
255
- documentTotalId?: number | undefined;
256
- referId?: string | undefined;
257
- totalAmount?: unknown;
258
- totalPercentage?: unknown;
259
- }[] | undefined;
260
252
  items?: {
261
253
  quantity: number;
262
254
  itemId: number;
@@ -267,6 +259,14 @@ export declare const schemaDocumentSalesOrderCreatePayload: z.ZodObject<{
267
259
  uomId?: number | undefined;
268
260
  uomPrice?: number | undefined;
269
261
  }[] | undefined;
262
+ totals?: {
263
+ description: string;
264
+ totalType: "discount" | "rounding_down" | "tax" | "rouding_up";
265
+ documentTotalId?: number | undefined;
266
+ referId?: string | undefined;
267
+ totalAmount?: unknown;
268
+ totalPercentage?: unknown;
269
+ }[] | undefined;
270
270
  remark?: string | undefined;
271
271
  documentNumber?: string | undefined;
272
272
  documentReferenceId1?: string | undefined;
@@ -313,14 +313,6 @@ export declare const schemaDocumentSalesOrderCreatePayload: z.ZodObject<{
313
313
  profileName?: string | undefined;
314
314
  personName?: string | undefined;
315
315
  };
316
- totals?: {
317
- description: string;
318
- totalType: "discount" | "rounding_down" | "tax" | "rouding_up";
319
- totalAmount: number;
320
- totalPercentage: number;
321
- documentTotalId?: number | undefined;
322
- referId?: string | undefined;
323
- }[] | undefined;
324
316
  items?: {
325
317
  quantity: number;
326
318
  itemId: number;
@@ -331,6 +323,14 @@ export declare const schemaDocumentSalesOrderCreatePayload: z.ZodObject<{
331
323
  uomId?: number | undefined;
332
324
  uomPrice?: number | undefined;
333
325
  }[] | undefined;
326
+ totals?: {
327
+ description: string;
328
+ totalType: "discount" | "rounding_down" | "tax" | "rouding_up";
329
+ totalAmount: number;
330
+ totalPercentage: number;
331
+ documentTotalId?: number | undefined;
332
+ referId?: string | undefined;
333
+ }[] | undefined;
334
334
  remark?: string | undefined;
335
335
  documentNumber?: string | undefined;
336
336
  documentReferenceId1?: string | undefined;
@@ -377,14 +377,6 @@ export declare const schemaDocumentSalesOrderCreatePayload: z.ZodObject<{
377
377
  profileName?: string | undefined;
378
378
  personName?: string | undefined;
379
379
  };
380
- totals?: {
381
- description: string;
382
- totalType: "discount" | "rounding_down" | "tax" | "rouding_up";
383
- documentTotalId?: number | undefined;
384
- referId?: string | undefined;
385
- totalAmount?: unknown;
386
- totalPercentage?: unknown;
387
- }[] | undefined;
388
380
  items?: {
389
381
  quantity: number;
390
382
  itemId: number;
@@ -395,6 +387,14 @@ export declare const schemaDocumentSalesOrderCreatePayload: z.ZodObject<{
395
387
  uomId?: number | undefined;
396
388
  uomPrice?: number | undefined;
397
389
  }[] | undefined;
390
+ totals?: {
391
+ description: string;
392
+ totalType: "discount" | "rounding_down" | "tax" | "rouding_up";
393
+ documentTotalId?: number | undefined;
394
+ referId?: string | undefined;
395
+ totalAmount?: unknown;
396
+ totalPercentage?: unknown;
397
+ }[] | undefined;
398
398
  remark?: string | undefined;
399
399
  documentNumber?: string | undefined;
400
400
  documentReferenceId1?: string | undefined;
@@ -597,14 +597,6 @@ export declare const schemaDocumentSalesOrderUpdatePayload: z.ZodObject<{
597
597
  profileName?: string | undefined;
598
598
  personName?: string | undefined;
599
599
  };
600
- totals?: {
601
- description: string;
602
- totalType: "discount" | "rounding_down" | "tax" | "rouding_up";
603
- totalAmount: number;
604
- totalPercentage: number;
605
- documentTotalId?: number | undefined;
606
- referId?: string | undefined;
607
- }[] | undefined;
608
600
  items?: {
609
601
  quantity: number;
610
602
  itemId: number;
@@ -615,6 +607,14 @@ export declare const schemaDocumentSalesOrderUpdatePayload: z.ZodObject<{
615
607
  uomId?: number | undefined;
616
608
  uomPrice?: number | undefined;
617
609
  }[] | undefined;
610
+ totals?: {
611
+ description: string;
612
+ totalType: "discount" | "rounding_down" | "tax" | "rouding_up";
613
+ totalAmount: number;
614
+ totalPercentage: number;
615
+ documentTotalId?: number | undefined;
616
+ referId?: string | undefined;
617
+ }[] | undefined;
618
618
  remark?: string | undefined;
619
619
  documentReferenceId1?: string | undefined;
620
620
  documentReferenceLabel1?: string | undefined;
@@ -654,14 +654,6 @@ export declare const schemaDocumentSalesOrderUpdatePayload: z.ZodObject<{
654
654
  profileName?: string | undefined;
655
655
  personName?: string | undefined;
656
656
  };
657
- totals?: {
658
- description: string;
659
- totalType: "discount" | "rounding_down" | "tax" | "rouding_up";
660
- documentTotalId?: number | undefined;
661
- referId?: string | undefined;
662
- totalAmount?: unknown;
663
- totalPercentage?: unknown;
664
- }[] | undefined;
665
657
  items?: {
666
658
  quantity: number;
667
659
  itemId: number;
@@ -672,6 +664,14 @@ export declare const schemaDocumentSalesOrderUpdatePayload: z.ZodObject<{
672
664
  uomId?: number | undefined;
673
665
  uomPrice?: number | undefined;
674
666
  }[] | undefined;
667
+ totals?: {
668
+ description: string;
669
+ totalType: "discount" | "rounding_down" | "tax" | "rouding_up";
670
+ documentTotalId?: number | undefined;
671
+ referId?: string | undefined;
672
+ totalAmount?: unknown;
673
+ totalPercentage?: unknown;
674
+ }[] | undefined;
675
675
  remark?: string | undefined;
676
676
  documentReferenceId1?: string | undefined;
677
677
  documentReferenceLabel1?: string | undefined;
@@ -717,14 +717,6 @@ export declare const schemaDocumentSalesOrderUpdatePayload: z.ZodObject<{
717
717
  profileName?: string | undefined;
718
718
  personName?: string | undefined;
719
719
  };
720
- totals?: {
721
- description: string;
722
- totalType: "discount" | "rounding_down" | "tax" | "rouding_up";
723
- totalAmount: number;
724
- totalPercentage: number;
725
- documentTotalId?: number | undefined;
726
- referId?: string | undefined;
727
- }[] | undefined;
728
720
  items?: {
729
721
  quantity: number;
730
722
  itemId: number;
@@ -735,6 +727,14 @@ export declare const schemaDocumentSalesOrderUpdatePayload: z.ZodObject<{
735
727
  uomId?: number | undefined;
736
728
  uomPrice?: number | undefined;
737
729
  }[] | undefined;
730
+ totals?: {
731
+ description: string;
732
+ totalType: "discount" | "rounding_down" | "tax" | "rouding_up";
733
+ totalAmount: number;
734
+ totalPercentage: number;
735
+ documentTotalId?: number | undefined;
736
+ referId?: string | undefined;
737
+ }[] | undefined;
738
738
  remark?: string | undefined;
739
739
  documentReferenceId1?: string | undefined;
740
740
  documentReferenceLabel1?: string | undefined;
@@ -780,14 +780,6 @@ export declare const schemaDocumentSalesOrderUpdatePayload: z.ZodObject<{
780
780
  profileName?: string | undefined;
781
781
  personName?: string | undefined;
782
782
  };
783
- totals?: {
784
- description: string;
785
- totalType: "discount" | "rounding_down" | "tax" | "rouding_up";
786
- documentTotalId?: number | undefined;
787
- referId?: string | undefined;
788
- totalAmount?: unknown;
789
- totalPercentage?: unknown;
790
- }[] | undefined;
791
783
  items?: {
792
784
  quantity: number;
793
785
  itemId: number;
@@ -798,6 +790,14 @@ export declare const schemaDocumentSalesOrderUpdatePayload: z.ZodObject<{
798
790
  uomId?: number | undefined;
799
791
  uomPrice?: number | undefined;
800
792
  }[] | undefined;
793
+ totals?: {
794
+ description: string;
795
+ totalType: "discount" | "rounding_down" | "tax" | "rouding_up";
796
+ documentTotalId?: number | undefined;
797
+ referId?: string | undefined;
798
+ totalAmount?: unknown;
799
+ totalPercentage?: unknown;
800
+ }[] | undefined;
801
801
  remark?: string | undefined;
802
802
  documentReferenceId1?: string | undefined;
803
803
  documentReferenceLabel1?: string | undefined;
@@ -86,5 +86,7 @@ export { schemaSchedulerLogCreatePayload, schemaSchedulerLogDeletePayload } from
86
86
  export type { SchemaSchedulerLogCreatePayload, SchedulerLogFlowTypeEnum, SchemaSchedulerLogDeletePayload } from "./scheduler/schemaSchedulerLog";
87
87
  export { schemaSchedulerRequestCreatePayload, schemaSchedulerRequestExecutePayload, schemaSchedulerRequestDeletePayload } from "./scheduler/schemaSchedulerRequest";
88
88
  export type { SchemaSchedulerRequestCreatePayload, SchemaSchedulerRequestExecutePayload, SchemaSchedulerRequestDeletePayload } from "./scheduler/schemaSchedulerRequest";
89
+ export { schemaSchedulerSqlExecutePayload } from "./scheduler/schemaSchedulerSql";
90
+ export type { SchemaSchedulerSqlExecutePayload } from "./scheduler/schemaSchedulerSql";
89
91
  export { schemaAccessKeyUtilValidatePayload, schemaAccessKeyUtilAccountOwnerPayload } from "./utils/schemaAccessKeyUtil";
90
92
  export type { SchemaAccessKeyUtilValidatePayload, SchemaAccessKeyUtilAccountOwnerPayload } from "./utils/schemaAccessKeyUtil";
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.schemaDocumentDeletePayload = exports.schemaFileDeletePayload = exports.schemaFileUploadPayload = exports.schemaAccessControlUserScope = exports.schemaAccessControlUserAssignRolesPayload = exports.schemaAccessControlRoleScope = exports.schemaAccessControlRoleUpdatePayload = exports.schemaAccessControlRoleDeletePayload = exports.schemaAccessControlRoleCreatePayload = exports.schemaAccessControlRole = exports.schemaUserAgentUpdatePayload = exports.schemaUserAgentCreatePayload = exports.schemaUserMemberUpdatePayload = exports.schemaUserMemberCreatePayload = exports.schemaUserDriverUpdatePayload = exports.schemaUserDriverCreatePayload = exports.schemaUserWorkerUpdatePayload = exports.schemaUserWorkerCreatePayload = exports.schemaUserAdministratorUpdatePayload = exports.schemaUserAdministratorCreatePayload = exports.schemaUserRetailerUpdatePayload = exports.schemaUserRetailerCreatePayload = exports.schemaUserCustomerUpdatePayload = exports.schemaUserCustomerCreatePayload = exports.schemaUserOperatorUpdatePayload = exports.schemaUserOperatorCreatePayload = exports.schemaUserMeUpdatePayload = exports.schemaUserMeChangePasswordPayload = exports.schemaUserCredential = exports.schemaUserDeletePayload = exports.schemaAccountSubscribeCancelPayload = exports.schemaAccountSubscribeCreatePayload = exports.schemaSubscribePlanDeletePayload = exports.schemaSubscribePlanUpdatePayload = exports.schemaSubscribePlanCreatePayload = exports.schemaBusinessDeletePayload = exports.schemaBusinessUpdatePayload = exports.schemaBusiness = exports.schemaBusinessCreatePayload = exports.schemaAccountDeletePayload = exports.schemaAccountUpdatePayload = exports.schemaAccountCreatePayload = exports.schemaResetPasswordPerformPayload = exports.schemaResetPasswordValidateCodePayload = exports.schemaResetPasswordRequestPayload = exports.schemaAccessKeyRevokePayload = exports.schemaAccessKeyCreatePayload = exports.schemaAuthTokenOperatorPayload = exports.schemaAuthTokenOptionalAccountPayload = exports.schemaAuthTokenPayload = void 0;
4
4
  exports.schemaRegionAreaDeletePayload = exports.schemaRegionAreaCreatePayload = exports.schemaRegionStateUpdatePayload = exports.schemaRegionStateDeletePayload = exports.schemaRegionStateCreatePayload = exports.schemaRegionCountryDeletePayload = exports.schemaRegionCountryUpdatePayload = exports.schemaRegionCountryCreatePayload = exports.schemaInjectionFieldDeletePayload = exports.schemaInjectionFieldCreatePayload = exports.schemaInjectionFieldReplacePayload = exports.schemaSlot = exports.schemaLocationSlotDeletePayload = exports.schemaLocationSlotUpdatePayload = exports.schemaLocationSlotCreatePayload = exports.schemaLocationRackDeletePayload = exports.schemaLocationRackUpdatePayload = exports.schemaLocationRackCreatePayload = exports.schemaLocationLocationDeletePayload = exports.schemaLocationLocationUpdatePayload = exports.schemaLocationLocationCreatePayload = exports.schemaItemUomUpdatePayload = exports.schemaItemUomCreatePayload = exports.schemaItemBrandUpdatePayload = exports.schemaItemBrandCreatePayload = exports.schemaItemCategoryUpdatePayload = exports.schemaItemCategoryCreatePayload = exports.schemaItemItem = exports.schemaItemItemUpdatePayload = exports.schemaItemItemCreatePayload = exports.schemaItemProductUpdatePayload = exports.schemaItemProductCreatePayload = exports.schemaItemDeletePayload = exports.schemaRepositoryContainerUpdatePayload = exports.schemaRepositoryContainerCreatePayload = exports.schemaRepositoryScope = exports.schemaRepositoryDeletePayload = exports.schemaDocumentTripOrderUpdatePayload = exports.schemaDocumentTripOrderCreatePayload = exports.schemaDocumentCashSalesUpdatePayload = exports.schemaDocumentCashSalesCreatePayload = exports.schemaDocumentReplacementDeliveryOrderUpdatePayload = exports.schemaDocumentReplacementDeliveryOrderCreatePayload = exports.schemaDocumentDeliveryOrderUpdatePayload = exports.schemaDocumentDeliveryOrderCreatePayload = exports.schemaDocumentProformaSalesUpdatePayload = exports.schemaDocumentProformaSalesCreatePayload = exports.schemaDocumentSalesOrderUpdatePayload = exports.schemaDocumentSalesOrderCreatePayload = exports.eNumDocumentTypes = void 0;
5
- exports.schemaAccessKeyUtilAccountOwnerPayload = exports.schemaAccessKeyUtilValidatePayload = exports.schemaSchedulerRequestDeletePayload = exports.schemaSchedulerRequestExecutePayload = exports.schemaSchedulerRequestCreatePayload = exports.schemaSchedulerLogDeletePayload = exports.schemaSchedulerLogCreatePayload = exports.schemaRegionAreaUpdatePayload = void 0;
5
+ exports.schemaAccessKeyUtilAccountOwnerPayload = exports.schemaAccessKeyUtilValidatePayload = exports.schemaSchedulerSqlExecutePayload = exports.schemaSchedulerRequestDeletePayload = exports.schemaSchedulerRequestExecutePayload = exports.schemaSchedulerRequestCreatePayload = exports.schemaSchedulerLogDeletePayload = exports.schemaSchedulerLogCreatePayload = exports.schemaRegionAreaUpdatePayload = void 0;
6
6
  var schemaAuthToken_1 = require("./auth/schemaAuthToken");
7
7
  Object.defineProperty(exports, "schemaAuthTokenPayload", { enumerable: true, get: function () { return schemaAuthToken_1.schemaAuthTokenPayload; } });
8
8
  Object.defineProperty(exports, "schemaAuthTokenOptionalAccountPayload", { enumerable: true, get: function () { return schemaAuthToken_1.schemaAuthTokenOptionalAccountPayload; } });
@@ -153,6 +153,8 @@ var schemaSchedulerRequest_1 = require("./scheduler/schemaSchedulerRequest");
153
153
  Object.defineProperty(exports, "schemaSchedulerRequestCreatePayload", { enumerable: true, get: function () { return schemaSchedulerRequest_1.schemaSchedulerRequestCreatePayload; } });
154
154
  Object.defineProperty(exports, "schemaSchedulerRequestExecutePayload", { enumerable: true, get: function () { return schemaSchedulerRequest_1.schemaSchedulerRequestExecutePayload; } });
155
155
  Object.defineProperty(exports, "schemaSchedulerRequestDeletePayload", { enumerable: true, get: function () { return schemaSchedulerRequest_1.schemaSchedulerRequestDeletePayload; } });
156
+ var schemaSchedulerSql_1 = require("./scheduler/schemaSchedulerSql");
157
+ Object.defineProperty(exports, "schemaSchedulerSqlExecutePayload", { enumerable: true, get: function () { return schemaSchedulerSql_1.schemaSchedulerSqlExecutePayload; } });
156
158
  // export { schemaChangePasswordUtilPayload } from "./utils/unuse/schemaChangePasswordUtil";
157
159
  // export type { SchemaChangePasswordUtilPayload } from "./utils/unuse/schemaChangePasswordUtil";
158
160
  var schemaAccessKeyUtil_1 = require("./utils/schemaAccessKeyUtil");
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/schema/payload/index.ts"],"names":[],"mappings":"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","sourcesContent":["export { schemaAuthTokenPayload, schemaAuthTokenOptionalAccountPayload, schemaAuthTokenOperatorPayload } from \"./auth/schemaAuthToken\";\nexport type { SchemaAuthTokenPayload, SchemaAuthTokenOptionalAccountPayload, SchemaAuthTokenOperatorPayload } from \"./auth/schemaAuthToken\";\n\nexport { schemaAccessKeyCreatePayload, schemaAccessKeyRevokePayload } from \"./access_key/schemaAccessKey\";\nexport type { SchemaAccessKeyCreatePayload, SchemaAccessKeyRevokePayload } from \"./access_key/schemaAccessKey\";\n\nexport { schemaResetPasswordRequestPayload, schemaResetPasswordValidateCodePayload, schemaResetPasswordPerformPayload } from \"./reset_password/schemaResetPassword\";\nexport type { SchemaResetPasswordRequestPayload, SchemaResetPasswordValidateCodePayload, SchemaResetPasswordPerformPayload } from \"./reset_password/schemaResetPassword\";\n\nexport { schemaAccountCreatePayload, schemaAccountUpdatePayload, schemaAccountDeletePayload } from \"./account/schemaAccount\";\nexport type { SchemaAccountCreatePayload, SchemaAccountUpdatePayload, SchemaAccountDeletePayload } from \"./account/schemaAccount\";\n\nexport { schemaBusinessCreatePayload, schemaBusiness, schemaBusinessUpdatePayload, schemaBusinessDeletePayload } from \"./business/schemaBusiness\";\nexport type { SchemaBusinessCreatePayload, SchemaBusinessUpdatePayload, SchemaBusinessDeletePayload } from \"./business/schemaBusiness\";\n\nexport { schemaSubscribePlanCreatePayload, schemaSubscribePlanUpdatePayload, schemaSubscribePlanDeletePayload } from \"./subscription/schemaSubscribePlan\";\nexport type { SchemaSubscribePlanCreatePayload, SchemaSubscribePlanUpdatePayload, SchemaSubscribePlanDeletePayload } from \"./subscription/schemaSubscribePlan\";\nexport { schemaAccountSubscribeCreatePayload, schemaAccountSubscribeCancelPayload } from \"./subscription/schemaAccountSubscribe\";\nexport type { SchemaAccountSubscribeCreatePayload, SchemaAccountSubscribeCancelPayload } from \"./subscription/schemaAccountSubscribe\";\n\nexport { schemaUserDeletePayload, schemaUserCredential } from \"./user/schemaUser\";\nexport type { SchemaUserDeletePayload } from \"./user/schemaUser\";\nexport { schemaUserMeChangePasswordPayload, schemaUserMeUpdatePayload } from \"./user/schemaUserMe\";\nexport type { SchemaUserMeChangePasswordPayload, SchemaUserMeUpdatePayload } from \"./user/schemaUserMe\";\nexport { schemaUserOperatorCreatePayload, schemaUserOperatorUpdatePayload } from \"./user/schemaUserOperator\";\nexport type { SchemaUserOperatorCreatePayload, SchemaUserOperatorUpdatePayload } from \"./user/schemaUserOperator\";\nexport { schemaUserCustomerCreatePayload, schemaUserCustomerUpdatePayload } from \"./user/schemaUserCustomer\";\nexport type { SchemaUserCustomerCreatePayload, SchemaUserCustomerUpdatePayload } from \"./user/schemaUserCustomer\";\nexport { schemaUserRetailerCreatePayload, schemaUserRetailerUpdatePayload } from \"./user/schemaUserRetailer\";\nexport type { SchemaUserRetailerCreatePayload, SchemaUserRetailerUpdatePayload } from \"./user/schemaUserRetailer\";\nexport { schemaUserAdministratorCreatePayload, schemaUserAdministratorUpdatePayload } from \"./user/schemaUserAdministrator\";\nexport type { SchemaUserAdministratorCreatePayload, SchemaUserAdministratorUpdatePayload } from \"./user/schemaUserAdministrator\";\nexport { schemaUserWorkerCreatePayload, schemaUserWorkerUpdatePayload } from \"./user/schemaUserWorker\";\nexport type { SchemaUserWorkerCreatePayload, SchemaUserWorkerUpdatePayload } from \"./user/schemaUserWorker\";\nexport { schemaUserDriverCreatePayload, schemaUserDriverUpdatePayload } from \"./user/schemaUserDriver\";\nexport type { SchemaUserDriverCreatePayload, SchemaUserDriverUpdatePayload } from \"./user/schemaUserDriver\";\nexport { schemaUserMemberCreatePayload, schemaUserMemberUpdatePayload } from \"./user/schemaUserMember\";\nexport type { SchemaUserMemberCreatePayload, SchemaUserMemberUpdatePayload } from \"./user/schemaUserMember\";\nexport { schemaUserAgentCreatePayload, schemaUserAgentUpdatePayload } from \"./user/schemaUserAgent\";\nexport type { SchemaUserAgentCreatePayload, SchemaUserAgentUpdatePayload } from \"./user/schemaUserAgent\";\n\nexport { schemaAccessControlRole, schemaAccessControlRoleCreatePayload, schemaAccessControlRoleDeletePayload, schemaAccessControlRoleUpdatePayload, schemaAccessControlRoleScope } from \"./access_control/schemaAccessControlRole\";\nexport type { SchemaAccessControlRoleCreatePayload, SchemaAccessControlRoleDeletePayload, SchemaAccessControlRoleUpdatePayload } from \"./access_control/schemaAccessControlRole\";\n\nexport { schemaAccessControlUserAssignRolesPayload, schemaAccessControlUserScope } from \"./access_control/schemaAccessControlUser\";\nexport type { SchemaAccessControlUserAssignRolesPayload } from \"./access_control/schemaAccessControlUser\";\n\nexport { schemaFileUploadPayload, schemaFileDeletePayload } from \"./file/schemaFile\";\nexport type { SchemaFileUploadPayload, SchemaFileDeletePayload } from \"./file/schemaFile\";\n\nexport { schemaDocumentDeletePayload, eNumDocumentTypes } from \"./document/schemaDocument\";\nexport type { SchemaDocumentDeletePayload } from \"./document/schemaDocument\";\nexport { schemaDocumentSalesOrderCreatePayload, schemaDocumentSalesOrderUpdatePayload } from \"./document/schemaDocumentSalesOrder\";\nexport type { SchemaDocumentSalesOrderCreatePayload, SchemaDocumentSalesOrderUpdatePayload } from \"./document/schemaDocumentSalesOrder\";\nexport { schemaDocumentProformaSalesCreatePayload, schemaDocumentProformaSalesUpdatePayload } from \"./document/schemaDocumentProformaSales\";\nexport type { SchemaDocumentProformaSalesCreatePayload, SchemaDocumentProformaSalesUpdatePayload } from \"./document/schemaDocumentProformaSales\";\nexport { schemaDocumentDeliveryOrderCreatePayload, schemaDocumentDeliveryOrderUpdatePayload } from \"./document/schemaDocumentDeliveryOrder\";\nexport type { SchemaDocumentDeliveryOrderCreatePayload, SchemaDocumentDeliveryOrderUpdatePayload } from \"./document/schemaDocumentDeliveryOrder\";\nexport { schemaDocumentReplacementDeliveryOrderCreatePayload, schemaDocumentReplacementDeliveryOrderUpdatePayload } from \"./document/schemaDocumentReplacementDeliveryOrder\";\nexport type { SchemaDocumentReplacementDeliveryOrderCreatePayload, SchemaDocumentReplacementDeliveryOrderUpdatePayload } from \"./document/schemaDocumentReplacementDeliveryOrder\";\nexport { schemaDocumentCashSalesCreatePayload, schemaDocumentCashSalesUpdatePayload } from \"./document/schemaDocumentCashSales\";\nexport type { SchemaDocumentCashSalesCreatePayload, SchemaDocumentCashSalesUpdatePayload } from \"./document/schemaDocumentCashSales\";\nexport { schemaDocumentTripOrderCreatePayload, schemaDocumentTripOrderUpdatePayload } from \"./document/schemaDocumentTripOrder\";\nexport type { SchemaDocumentTripOrderCreatePayload, SchemaDocumentTripOrderUpdatePayload } from \"./document/schemaDocumentTripOrder\";\n\nexport { schemaRepositoryDeletePayload, schemaRepositoryScope } from \"./repository/schemaRepository\";\nexport type { SchemaRepositoryDeletePayload } from \"./repository/schemaRepository\";\nexport { schemaRepositoryContainerCreatePayload, schemaRepositoryContainerUpdatePayload } from \"./repository/schemaRepositoryContainer\";\nexport type { SchemaRepositoryContainerCreatePayload, SchemaRepositoryContainerUpdatePayload } from \"./repository/schemaRepositoryContainer\";\n\nexport { schemaItemDeletePayload } from \"./item/schemaItem\";\nexport type { SchemaItemDeletePayload } from \"./item/schemaItem\";\nexport { schemaItemProductCreatePayload, schemaItemProductUpdatePayload } from \"./item/schemaItemProduct\";\nexport type { SchemaItemProductCreatePayload, SchemaItemProductUpdatePayload } from \"./item/schemaItemProduct\";\nexport { schemaItemItemCreatePayload, schemaItemItemUpdatePayload, schemaItemItem } from \"./item/schemaItemItem\";\nexport type { SchemaItemItemCreatePayload, SchemaItemItemUpdatePayload } from \"./item/schemaItemItem\";\nexport { schemaItemCategoryCreatePayload, schemaItemCategoryUpdatePayload } from \"./item/schemaItemCategory\";\nexport type { SchemaItemCategoryCreatePayload, SchemaItemCategoryUpdatePayload } from \"./item/schemaItemCategory\";\nexport { schemaItemBrandCreatePayload, schemaItemBrandUpdatePayload } from \"./item/schemaItemBrand\";\nexport type { SchemaItemBrandCreatePayload, SchemaItemBrandUpdatePayload } from \"./item/schemaItemBrand\";\nexport { schemaItemUomCreatePayload, schemaItemUomUpdatePayload } from \"./item/schemaItemUom\";\nexport type { SchemaItemUomCreatePayload, SchemaItemUomUpdatePayload } from \"./item/schemaItemUom\";\n\nexport { schemaLocationLocationCreatePayload, schemaLocationLocationUpdatePayload, schemaLocationLocationDeletePayload, } from \"./location/schemaLocationLocation\";\nexport type { SchemaLocationLocationCreatePayload, SchemaLocationLocationUpdatePayload, SchemaLocationLocationDeletePayload } from \"./location/schemaLocationLocation\";\nexport { schemaLocationRackCreatePayload, schemaLocationRackUpdatePayload, schemaLocationRackDeletePayload, } from \"./location/schemaLocationRack\";\nexport type { SchemaLocationRackCreatePayload, SchemaLocationRackUpdatePayload, SchemaLocationRackDeletePayload } from \"./location/schemaLocationRack\";\nexport { schemaLocationSlotCreatePayload, schemaLocationSlotUpdatePayload, schemaLocationSlotDeletePayload, schemaSlot } from \"./location/schemaLocationSlot\";\nexport type { SchemaLocationSlotCreatePayload, SchemaLocationSlotUpdatePayload, SchemaLocationSlotDeletePayload } from \"./location/schemaLocationSlot\";\n\nexport { schemaInjectionFieldReplacePayload, schemaInjectionFieldCreatePayload, schemaInjectionFieldDeletePayload } from \"./injection_field/schemaInjectionField\";\nexport type { SchemaInjectionFieldReplacePayload, SchemaInjectionFieldCreatePayload, SchemaInjectionFieldDeletePayload } from \"./injection_field/schemaInjectionField\";\n\nexport { schemaRegionCountryCreatePayload, schemaRegionCountryUpdatePayload, schemaRegionCountryDeletePayload } from \"./region/schemaRegionCountry\";\nexport type { SchemaRegionCountryCreatePayload, SchemaRegionCountryDeletePayload } from \"./region/schemaRegionCountry\";\nexport { schemaRegionStateCreatePayload, schemaRegionStateDeletePayload, schemaRegionStateUpdatePayload } from \"./region/schemaRegionState\";\nexport type { SchemaRegionStateCreatePayload, SchemaRegionStateDeletePayload } from \"./region/schemaRegionState\";\nexport { schemaRegionAreaCreatePayload, schemaRegionAreaDeletePayload, schemaRegionAreaUpdatePayload, } from \"./region/schemaRegionArea\";\nexport type { SchemaRegionAreaCreatePayload, SchemaRegionAreaDeletePayload, SchemaRegionAreaUpdatePayload } from \"./region/schemaRegionArea\";\n\nexport { schemaSchedulerLogCreatePayload, schemaSchedulerLogDeletePayload } from \"./scheduler/schemaSchedulerLog\";\nexport type { SchemaSchedulerLogCreatePayload, SchedulerLogFlowTypeEnum, SchemaSchedulerLogDeletePayload } from \"./scheduler/schemaSchedulerLog\";\nexport { schemaSchedulerRequestCreatePayload, schemaSchedulerRequestExecutePayload, schemaSchedulerRequestDeletePayload } from \"./scheduler/schemaSchedulerRequest\";\nexport type { SchemaSchedulerRequestCreatePayload, SchemaSchedulerRequestExecutePayload, SchemaSchedulerRequestDeletePayload } from \"./scheduler/schemaSchedulerRequest\";\n\n// export { schemaChangePasswordUtilPayload } from \"./utils/unuse/schemaChangePasswordUtil\";\n// export type { SchemaChangePasswordUtilPayload } from \"./utils/unuse/schemaChangePasswordUtil\";\nexport { schemaAccessKeyUtilValidatePayload, schemaAccessKeyUtilAccountOwnerPayload } from \"./utils/schemaAccessKeyUtil\";\nexport type { SchemaAccessKeyUtilValidatePayload, SchemaAccessKeyUtilAccountOwnerPayload } from \"./utils/schemaAccessKeyUtil\";"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/schema/payload/index.ts"],"names":[],"mappings":"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","sourcesContent":["export { schemaAuthTokenPayload, schemaAuthTokenOptionalAccountPayload, schemaAuthTokenOperatorPayload } from \"./auth/schemaAuthToken\";\nexport type { SchemaAuthTokenPayload, SchemaAuthTokenOptionalAccountPayload, SchemaAuthTokenOperatorPayload } from \"./auth/schemaAuthToken\";\n\nexport { schemaAccessKeyCreatePayload, schemaAccessKeyRevokePayload } from \"./access_key/schemaAccessKey\";\nexport type { SchemaAccessKeyCreatePayload, SchemaAccessKeyRevokePayload } from \"./access_key/schemaAccessKey\";\n\nexport { schemaResetPasswordRequestPayload, schemaResetPasswordValidateCodePayload, schemaResetPasswordPerformPayload } from \"./reset_password/schemaResetPassword\";\nexport type { SchemaResetPasswordRequestPayload, SchemaResetPasswordValidateCodePayload, SchemaResetPasswordPerformPayload } from \"./reset_password/schemaResetPassword\";\n\nexport { schemaAccountCreatePayload, schemaAccountUpdatePayload, schemaAccountDeletePayload } from \"./account/schemaAccount\";\nexport type { SchemaAccountCreatePayload, SchemaAccountUpdatePayload, SchemaAccountDeletePayload } from \"./account/schemaAccount\";\n\nexport { schemaBusinessCreatePayload, schemaBusiness, schemaBusinessUpdatePayload, schemaBusinessDeletePayload } from \"./business/schemaBusiness\";\nexport type { SchemaBusinessCreatePayload, SchemaBusinessUpdatePayload, SchemaBusinessDeletePayload } from \"./business/schemaBusiness\";\n\nexport { schemaSubscribePlanCreatePayload, schemaSubscribePlanUpdatePayload, schemaSubscribePlanDeletePayload } from \"./subscription/schemaSubscribePlan\";\nexport type { SchemaSubscribePlanCreatePayload, SchemaSubscribePlanUpdatePayload, SchemaSubscribePlanDeletePayload } from \"./subscription/schemaSubscribePlan\";\nexport { schemaAccountSubscribeCreatePayload, schemaAccountSubscribeCancelPayload } from \"./subscription/schemaAccountSubscribe\";\nexport type { SchemaAccountSubscribeCreatePayload, SchemaAccountSubscribeCancelPayload } from \"./subscription/schemaAccountSubscribe\";\n\nexport { schemaUserDeletePayload, schemaUserCredential } from \"./user/schemaUser\";\nexport type { SchemaUserDeletePayload } from \"./user/schemaUser\";\nexport { schemaUserMeChangePasswordPayload, schemaUserMeUpdatePayload } from \"./user/schemaUserMe\";\nexport type { SchemaUserMeChangePasswordPayload, SchemaUserMeUpdatePayload } from \"./user/schemaUserMe\";\nexport { schemaUserOperatorCreatePayload, schemaUserOperatorUpdatePayload } from \"./user/schemaUserOperator\";\nexport type { SchemaUserOperatorCreatePayload, SchemaUserOperatorUpdatePayload } from \"./user/schemaUserOperator\";\nexport { schemaUserCustomerCreatePayload, schemaUserCustomerUpdatePayload } from \"./user/schemaUserCustomer\";\nexport type { SchemaUserCustomerCreatePayload, SchemaUserCustomerUpdatePayload } from \"./user/schemaUserCustomer\";\nexport { schemaUserRetailerCreatePayload, schemaUserRetailerUpdatePayload } from \"./user/schemaUserRetailer\";\nexport type { SchemaUserRetailerCreatePayload, SchemaUserRetailerUpdatePayload } from \"./user/schemaUserRetailer\";\nexport { schemaUserAdministratorCreatePayload, schemaUserAdministratorUpdatePayload } from \"./user/schemaUserAdministrator\";\nexport type { SchemaUserAdministratorCreatePayload, SchemaUserAdministratorUpdatePayload } from \"./user/schemaUserAdministrator\";\nexport { schemaUserWorkerCreatePayload, schemaUserWorkerUpdatePayload } from \"./user/schemaUserWorker\";\nexport type { SchemaUserWorkerCreatePayload, SchemaUserWorkerUpdatePayload } from \"./user/schemaUserWorker\";\nexport { schemaUserDriverCreatePayload, schemaUserDriverUpdatePayload } from \"./user/schemaUserDriver\";\nexport type { SchemaUserDriverCreatePayload, SchemaUserDriverUpdatePayload } from \"./user/schemaUserDriver\";\nexport { schemaUserMemberCreatePayload, schemaUserMemberUpdatePayload } from \"./user/schemaUserMember\";\nexport type { SchemaUserMemberCreatePayload, SchemaUserMemberUpdatePayload } from \"./user/schemaUserMember\";\nexport { schemaUserAgentCreatePayload, schemaUserAgentUpdatePayload } from \"./user/schemaUserAgent\";\nexport type { SchemaUserAgentCreatePayload, SchemaUserAgentUpdatePayload } from \"./user/schemaUserAgent\";\n\nexport { schemaAccessControlRole, schemaAccessControlRoleCreatePayload, schemaAccessControlRoleDeletePayload, schemaAccessControlRoleUpdatePayload, schemaAccessControlRoleScope } from \"./access_control/schemaAccessControlRole\";\nexport type { SchemaAccessControlRoleCreatePayload, SchemaAccessControlRoleDeletePayload, SchemaAccessControlRoleUpdatePayload } from \"./access_control/schemaAccessControlRole\";\n\nexport { schemaAccessControlUserAssignRolesPayload, schemaAccessControlUserScope } from \"./access_control/schemaAccessControlUser\";\nexport type { SchemaAccessControlUserAssignRolesPayload } from \"./access_control/schemaAccessControlUser\";\n\nexport { schemaFileUploadPayload, schemaFileDeletePayload } from \"./file/schemaFile\";\nexport type { SchemaFileUploadPayload, SchemaFileDeletePayload } from \"./file/schemaFile\";\n\nexport { schemaDocumentDeletePayload, eNumDocumentTypes } from \"./document/schemaDocument\";\nexport type { SchemaDocumentDeletePayload } from \"./document/schemaDocument\";\nexport { schemaDocumentSalesOrderCreatePayload, schemaDocumentSalesOrderUpdatePayload } from \"./document/schemaDocumentSalesOrder\";\nexport type { SchemaDocumentSalesOrderCreatePayload, SchemaDocumentSalesOrderUpdatePayload } from \"./document/schemaDocumentSalesOrder\";\nexport { schemaDocumentProformaSalesCreatePayload, schemaDocumentProformaSalesUpdatePayload } from \"./document/schemaDocumentProformaSales\";\nexport type { SchemaDocumentProformaSalesCreatePayload, SchemaDocumentProformaSalesUpdatePayload } from \"./document/schemaDocumentProformaSales\";\nexport { schemaDocumentDeliveryOrderCreatePayload, schemaDocumentDeliveryOrderUpdatePayload } from \"./document/schemaDocumentDeliveryOrder\";\nexport type { SchemaDocumentDeliveryOrderCreatePayload, SchemaDocumentDeliveryOrderUpdatePayload } from \"./document/schemaDocumentDeliveryOrder\";\nexport { schemaDocumentReplacementDeliveryOrderCreatePayload, schemaDocumentReplacementDeliveryOrderUpdatePayload } from \"./document/schemaDocumentReplacementDeliveryOrder\";\nexport type { SchemaDocumentReplacementDeliveryOrderCreatePayload, SchemaDocumentReplacementDeliveryOrderUpdatePayload } from \"./document/schemaDocumentReplacementDeliveryOrder\";\nexport { schemaDocumentCashSalesCreatePayload, schemaDocumentCashSalesUpdatePayload } from \"./document/schemaDocumentCashSales\";\nexport type { SchemaDocumentCashSalesCreatePayload, SchemaDocumentCashSalesUpdatePayload } from \"./document/schemaDocumentCashSales\";\nexport { schemaDocumentTripOrderCreatePayload, schemaDocumentTripOrderUpdatePayload } from \"./document/schemaDocumentTripOrder\";\nexport type { SchemaDocumentTripOrderCreatePayload, SchemaDocumentTripOrderUpdatePayload } from \"./document/schemaDocumentTripOrder\";\n\nexport { schemaRepositoryDeletePayload, schemaRepositoryScope } from \"./repository/schemaRepository\";\nexport type { SchemaRepositoryDeletePayload } from \"./repository/schemaRepository\";\nexport { schemaRepositoryContainerCreatePayload, schemaRepositoryContainerUpdatePayload } from \"./repository/schemaRepositoryContainer\";\nexport type { SchemaRepositoryContainerCreatePayload, SchemaRepositoryContainerUpdatePayload } from \"./repository/schemaRepositoryContainer\";\n\nexport { schemaItemDeletePayload } from \"./item/schemaItem\";\nexport type { SchemaItemDeletePayload } from \"./item/schemaItem\";\nexport { schemaItemProductCreatePayload, schemaItemProductUpdatePayload } from \"./item/schemaItemProduct\";\nexport type { SchemaItemProductCreatePayload, SchemaItemProductUpdatePayload } from \"./item/schemaItemProduct\";\nexport { schemaItemItemCreatePayload, schemaItemItemUpdatePayload, schemaItemItem } from \"./item/schemaItemItem\";\nexport type { SchemaItemItemCreatePayload, SchemaItemItemUpdatePayload } from \"./item/schemaItemItem\";\nexport { schemaItemCategoryCreatePayload, schemaItemCategoryUpdatePayload } from \"./item/schemaItemCategory\";\nexport type { SchemaItemCategoryCreatePayload, SchemaItemCategoryUpdatePayload } from \"./item/schemaItemCategory\";\nexport { schemaItemBrandCreatePayload, schemaItemBrandUpdatePayload } from \"./item/schemaItemBrand\";\nexport type { SchemaItemBrandCreatePayload, SchemaItemBrandUpdatePayload } from \"./item/schemaItemBrand\";\nexport { schemaItemUomCreatePayload, schemaItemUomUpdatePayload } from \"./item/schemaItemUom\";\nexport type { SchemaItemUomCreatePayload, SchemaItemUomUpdatePayload } from \"./item/schemaItemUom\";\n\nexport { schemaLocationLocationCreatePayload, schemaLocationLocationUpdatePayload, schemaLocationLocationDeletePayload, } from \"./location/schemaLocationLocation\";\nexport type { SchemaLocationLocationCreatePayload, SchemaLocationLocationUpdatePayload, SchemaLocationLocationDeletePayload } from \"./location/schemaLocationLocation\";\nexport { schemaLocationRackCreatePayload, schemaLocationRackUpdatePayload, schemaLocationRackDeletePayload, } from \"./location/schemaLocationRack\";\nexport type { SchemaLocationRackCreatePayload, SchemaLocationRackUpdatePayload, SchemaLocationRackDeletePayload } from \"./location/schemaLocationRack\";\nexport { schemaLocationSlotCreatePayload, schemaLocationSlotUpdatePayload, schemaLocationSlotDeletePayload, schemaSlot } from \"./location/schemaLocationSlot\";\nexport type { SchemaLocationSlotCreatePayload, SchemaLocationSlotUpdatePayload, SchemaLocationSlotDeletePayload } from \"./location/schemaLocationSlot\";\n\nexport { schemaInjectionFieldReplacePayload, schemaInjectionFieldCreatePayload, schemaInjectionFieldDeletePayload } from \"./injection_field/schemaInjectionField\";\nexport type { SchemaInjectionFieldReplacePayload, SchemaInjectionFieldCreatePayload, SchemaInjectionFieldDeletePayload } from \"./injection_field/schemaInjectionField\";\n\nexport { schemaRegionCountryCreatePayload, schemaRegionCountryUpdatePayload, schemaRegionCountryDeletePayload } from \"./region/schemaRegionCountry\";\nexport type { SchemaRegionCountryCreatePayload, SchemaRegionCountryDeletePayload } from \"./region/schemaRegionCountry\";\nexport { schemaRegionStateCreatePayload, schemaRegionStateDeletePayload, schemaRegionStateUpdatePayload } from \"./region/schemaRegionState\";\nexport type { SchemaRegionStateCreatePayload, SchemaRegionStateDeletePayload } from \"./region/schemaRegionState\";\nexport { schemaRegionAreaCreatePayload, schemaRegionAreaDeletePayload, schemaRegionAreaUpdatePayload, } from \"./region/schemaRegionArea\";\nexport type { SchemaRegionAreaCreatePayload, SchemaRegionAreaDeletePayload, SchemaRegionAreaUpdatePayload } from \"./region/schemaRegionArea\";\n\nexport { schemaSchedulerLogCreatePayload, schemaSchedulerLogDeletePayload } from \"./scheduler/schemaSchedulerLog\";\nexport type { SchemaSchedulerLogCreatePayload, SchedulerLogFlowTypeEnum, SchemaSchedulerLogDeletePayload } from \"./scheduler/schemaSchedulerLog\";\nexport { schemaSchedulerRequestCreatePayload, schemaSchedulerRequestExecutePayload, schemaSchedulerRequestDeletePayload } from \"./scheduler/schemaSchedulerRequest\";\nexport type { SchemaSchedulerRequestCreatePayload, SchemaSchedulerRequestExecutePayload, SchemaSchedulerRequestDeletePayload } from \"./scheduler/schemaSchedulerRequest\";\nexport { schemaSchedulerSqlExecutePayload } from \"./scheduler/schemaSchedulerSql\";\nexport type { SchemaSchedulerSqlExecutePayload } from \"./scheduler/schemaSchedulerSql\";\n\n// export { schemaChangePasswordUtilPayload } from \"./utils/unuse/schemaChangePasswordUtil\";\n// export type { SchemaChangePasswordUtilPayload } from \"./utils/unuse/schemaChangePasswordUtil\";\nexport { schemaAccessKeyUtilValidatePayload, schemaAccessKeyUtilAccountOwnerPayload } from \"./utils/schemaAccessKeyUtil\";\nexport type { SchemaAccessKeyUtilValidatePayload, SchemaAccessKeyUtilAccountOwnerPayload } from \"./utils/schemaAccessKeyUtil\";"]}
@@ -0,0 +1,69 @@
1
+ import { z } from "zod";
2
+ export declare const schemaSchedulerSql: z.ZodObject<{
3
+ schedulerSqlKey: z.ZodString;
4
+ }, "strip", z.ZodTypeAny, {
5
+ schedulerSqlKey: string;
6
+ }, {
7
+ schedulerSqlKey: string;
8
+ }>;
9
+ export declare const schemaSchedulerSqlScope: z.ZodObject<{
10
+ target: z.ZodLiteral<"scheduler_sql">;
11
+ action: z.ZodString;
12
+ }, "strip", z.ZodTypeAny, {
13
+ target: "scheduler_sql";
14
+ action: string;
15
+ }, {
16
+ target: "scheduler_sql";
17
+ action: string;
18
+ }>;
19
+ /** Execute */
20
+ export declare const schemaSchedulerSqlExecutePayload: z.ZodObject<{
21
+ scope: z.ZodObject<{
22
+ target: z.ZodLiteral<"scheduler_sql">;
23
+ action: z.ZodString;
24
+ }, "strip", z.ZodTypeAny, {
25
+ target: "scheduler_sql";
26
+ action: string;
27
+ }, {
28
+ target: "scheduler_sql";
29
+ action: string;
30
+ }>;
31
+ payload: z.ZodObject<{
32
+ schedulerSql: z.ZodObject<{
33
+ schedulerSqlKey: z.ZodString;
34
+ }, "strip", z.ZodTypeAny, {
35
+ schedulerSqlKey: string;
36
+ }, {
37
+ schedulerSqlKey: string;
38
+ }>;
39
+ }, "strip", z.ZodTypeAny, {
40
+ schedulerSql: {
41
+ schedulerSqlKey: string;
42
+ };
43
+ }, {
44
+ schedulerSql: {
45
+ schedulerSqlKey: string;
46
+ };
47
+ }>;
48
+ }, "strip", z.ZodTypeAny, {
49
+ scope: {
50
+ target: "scheduler_sql";
51
+ action: string;
52
+ };
53
+ payload: {
54
+ schedulerSql: {
55
+ schedulerSqlKey: string;
56
+ };
57
+ };
58
+ }, {
59
+ scope: {
60
+ target: "scheduler_sql";
61
+ action: string;
62
+ };
63
+ payload: {
64
+ schedulerSql: {
65
+ schedulerSqlKey: string;
66
+ };
67
+ };
68
+ }>;
69
+ export type SchemaSchedulerSqlExecutePayload = z.infer<typeof schemaSchedulerSqlExecutePayload>;