@mikemo-coposit/am-accounting-shared 1.0.10 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (21) hide show
  1. package/dist/cjs/constants/common/package-version.constant.d.ts +1 -1
  2. package/dist/cjs/index.cjs +14 -14
  3. package/dist/cjs/schemas/report/{project-ledger.rest.schema.d.ts → buyer-ledger.rest.schema.d.ts} +5 -5
  4. package/dist/cjs/schemas/report/buyer-ledger.rest.schema.d.ts.map +1 -0
  5. package/dist/cjs/schemas/report/index.d.ts +2 -2
  6. package/dist/cjs/schemas/report/index.d.ts.map +1 -1
  7. package/dist/{esm/schemas/report/project-ledger.rest.schema.d.ts → cjs/schemas/report/vendor-ledger.rest.schema.d.ts} +5 -5
  8. package/dist/cjs/schemas/report/vendor-ledger.rest.schema.d.ts.map +1 -0
  9. package/dist/esm/constants/common/package-version.constant.d.ts +1 -1
  10. package/dist/esm/index.js +7 -7
  11. package/dist/{cjs/schemas/report/customer-ledger.rest.schema.d.ts → esm/schemas/report/buyer-ledger.rest.schema.d.ts} +5 -5
  12. package/dist/esm/schemas/report/buyer-ledger.rest.schema.d.ts.map +1 -0
  13. package/dist/esm/schemas/report/index.d.ts +2 -2
  14. package/dist/esm/schemas/report/index.d.ts.map +1 -1
  15. package/dist/esm/schemas/report/{customer-ledger.rest.schema.d.ts → vendor-ledger.rest.schema.d.ts} +5 -5
  16. package/dist/esm/schemas/report/vendor-ledger.rest.schema.d.ts.map +1 -0
  17. package/package.json +1 -1
  18. package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts.map +0 -1
  19. package/dist/cjs/schemas/report/project-ledger.rest.schema.d.ts.map +0 -1
  20. package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts.map +0 -1
  21. package/dist/esm/schemas/report/project-ledger.rest.schema.d.ts.map +0 -1
@@ -1,2 +1,2 @@
1
- export declare const PACKAGE_VERSION = "1.1.0";
1
+ export declare const PACKAGE_VERSION = "1.1.1";
2
2
  //# sourceMappingURL=package-version.constant.d.ts.map
@@ -2576,6 +2576,7 @@ var __webpack_exports__ = {};
2576
2576
  cmaEntitySchema: ()=>cmaEntitySchema,
2577
2577
  confirmPayoutBankFileProcessedRestReqSchema: ()=>confirmPayoutBankFileProcessedRestReqSchema,
2578
2578
  mtaToCmaPayoutSourceDetailEntitySchema: ()=>mtaToCmaPayoutSourceDetailEntitySchema,
2579
+ vendorLedgerRestReqSchema: ()=>vendorLedgerRestReqSchema,
2579
2580
  PayoutTargetAccountType: ()=>payout_constant_PayoutTargetAccountType,
2580
2581
  bigIntNullableObjectFilterSchema: ()=>bigIntNullableObjectFilterSchema,
2581
2582
  accountBsbFormattedSchema: ()=>accountBsbFormattedSchema,
@@ -2649,7 +2650,6 @@ var __webpack_exports__ = {};
2649
2650
  DEFAULT_PAYOUT_SOURCE_DESCRIPTION: ()=>DEFAULT_PAYOUT_SOURCE_DESCRIPTION,
2650
2651
  payoutStatusSummaryRestResSchema: ()=>payoutStatusSummaryRestResSchema,
2651
2652
  ProjectMtaAllocationStatus: ()=>ProjectMtaAllocationStatus,
2652
- customerLedgerRestReqSchema: ()=>customerLedgerRestReqSchema,
2653
2653
  receiptListReportRestReqSchema: ()=>receiptListReportRestReqSchema,
2654
2654
  safeParseDateFromStr: ()=>safeParseDateFromStr,
2655
2655
  maskString: ()=>maskString,
@@ -2751,7 +2751,6 @@ var __webpack_exports__ = {};
2751
2751
  CmaStatus: ()=>CmaStatus,
2752
2752
  updateRefundPayoutTargetDetailRestReqSchema: ()=>updateRefundPayoutTargetDetailRestReqSchema,
2753
2753
  MtaTransactionInputTypeToDisplayText: ()=>MtaTransactionInputTypeToDisplayText,
2754
- projectLedgerRestReqSchema: ()=>projectLedgerRestReqSchema,
2755
2754
  userEntitySchema: ()=>userEntitySchema,
2756
2755
  queryModeSchema: ()=>queryModeSchema,
2757
2756
  bigIntObjectFilterSchema: ()=>bigIntObjectFilterSchema,
@@ -2778,8 +2777,9 @@ var __webpack_exports__ = {};
2778
2777
  mtaReconciliationEntitySchema: ()=>mtaReconciliationEntitySchema,
2779
2778
  propertyNestedEntitySchema: ()=>propertyNestedEntitySchema,
2780
2779
  unknownPayoutSourceDetailEntitySchema: ()=>unknownPayoutSourceDetailEntitySchema,
2781
- statusFilterSchema: ()=>statusFilterSchema,
2780
+ buyerLedgerRestReqSchema: ()=>buyerLedgerRestReqSchema,
2782
2781
  mtaPaymentMethodFloatAccountConfigSchema: ()=>mtaPaymentMethodFloatAccountConfigSchema,
2782
+ statusFilterSchema: ()=>statusFilterSchema,
2783
2783
  CmaTransactionType: ()=>CmaTransactionType,
2784
2784
  isUnknownTransaction: ()=>isUnknownTransaction,
2785
2785
  dollarsToCentsSchema: ()=>dollarsToCentsSchema,
@@ -2797,7 +2797,7 @@ var __webpack_exports__ = {};
2797
2797
  MtaTransactionPaymentMethod: ()=>mta_payment_method_constant_MtaTransactionPaymentMethod,
2798
2798
  JsonNullableFilterSchema: ()=>JsonNullableFilterSchema,
2799
2799
  stringToEndOfDaySchema: ()=>stringToEndOfDaySchema,
2800
- PACKAGE_VERSION: ()=>"1.1.0",
2800
+ PACKAGE_VERSION: ()=>"1.1.1",
2801
2801
  createSettlementPayoutRestReqSchema: ()=>createSettlementPayoutRestReqSchema,
2802
2802
  DEFAULT_PAYOUT_TARGET_BANK_REF: ()=>DEFAULT_PAYOUT_TARGET_BANK_REF,
2803
2803
  CmaTransactionStatus: ()=>CmaTransactionStatus,
@@ -5697,7 +5697,7 @@ var __webpack_exports__ = {};
5697
5697
  });
5698
5698
  });
5699
5699
  const bankReconciliationSummaryRestReqSchema = commonReportWithCmaSelectionRestReqSchema;
5700
- const customerLedgerRestReqSchema = commonReportRestReqSchema.and(external_zod_namespaceObject.z.object({
5700
+ const buyerLedgerRestReqSchema = commonReportRestReqSchema.and(external_zod_namespaceObject.z.object({
5701
5701
  propertyIds: external_zod_namespaceObject.z.array(external_zod_namespaceObject.z.uuid()).min(1),
5702
5702
  reportGroupType: external_zod_namespaceObject.z["enum"](report_group_type_constant_ReportGroupType)
5703
5703
  }));
@@ -5705,10 +5705,6 @@ var __webpack_exports__ = {};
5705
5705
  accountId: external_zod_namespaceObject.z.uuid(),
5706
5706
  accountType: external_zod_namespaceObject.z["enum"](account_type_constant_AccountType)
5707
5707
  }));
5708
- const projectLedgerRestReqSchema = commonReportRestReqSchema.and(external_zod_namespaceObject.z.object({
5709
- propertyIds: external_zod_namespaceObject.z.array(external_zod_namespaceObject.z.uuid()).min(1),
5710
- reportGroupType: external_zod_namespaceObject.z["enum"](report_group_type_constant_ReportGroupType)
5711
- }));
5712
5708
  const receiptListReportRestReqSchema = commonReportRestReqSchema.and(external_zod_namespaceObject.z.object({
5713
5709
  accountId: external_zod_namespaceObject.z.uuid(),
5714
5710
  accountType: external_zod_namespaceObject.z["enum"](account_type_constant_AccountType)
@@ -5719,6 +5715,10 @@ var __webpack_exports__ = {};
5719
5715
  mtaId: external_zod_namespaceObject.z.uuid()
5720
5716
  }));
5721
5717
  const unreconciledItemsListReportRestReqSchema = commonReportWithCmaSelectionRestReqSchema;
5718
+ const vendorLedgerRestReqSchema = commonReportRestReqSchema.and(external_zod_namespaceObject.z.object({
5719
+ propertyIds: external_zod_namespaceObject.z.array(external_zod_namespaceObject.z.uuid()).min(1),
5720
+ reportGroupType: external_zod_namespaceObject.z["enum"](report_group_type_constant_ReportGroupType)
5721
+ }));
5722
5722
  function bind(fn, thisArg) {
5723
5723
  return function() {
5724
5724
  return fn.apply(thisArg, arguments);
@@ -8880,6 +8880,7 @@ exports.bigIntObjectFilterSchema = __webpack_exports__.bigIntObjectFilterSchema;
8880
8880
  exports.bigIntSimpleFilterSchema = __webpack_exports__.bigIntSimpleFilterSchema;
8881
8881
  exports.boolFilterBaseSchema = __webpack_exports__.boolFilterBaseSchema;
8882
8882
  exports.boolFilterSchema = __webpack_exports__.boolFilterSchema;
8883
+ exports.buyerLedgerRestReqSchema = __webpack_exports__.buyerLedgerRestReqSchema;
8883
8884
  exports.cancelCmaTransactionRestReqSchema = __webpack_exports__.cancelCmaTransactionRestReqSchema;
8884
8885
  exports.cancelMtaTransactionRestReqSchema = __webpack_exports__.cancelMtaTransactionRestReqSchema;
8885
8886
  exports.cancelPayoutPaymentRestReqSchema = __webpack_exports__.cancelPayoutPaymentRestReqSchema;
@@ -8931,7 +8932,6 @@ exports.createSettlementPayoutSourceAccountSchema = __webpack_exports__.createSe
8931
8932
  exports.createSettlementPayoutTargetAccountSchema = __webpack_exports__.createSettlementPayoutTargetAccountSchema;
8932
8933
  exports.createUnknownPayoutRestReqSchema = __webpack_exports__.createUnknownPayoutRestReqSchema;
8933
8934
  exports.customerEntitySchema = __webpack_exports__.customerEntitySchema;
8934
- exports.customerLedgerRestReqSchema = __webpack_exports__.customerLedgerRestReqSchema;
8935
8935
  exports.customerSyncFromAmmozeGrpcReqSchema = __webpack_exports__.customerSyncFromAmmozeGrpcReqSchema;
8936
8936
  exports.dateTimeFilterBaseSchema = __webpack_exports__.dateTimeFilterBaseSchema;
8937
8937
  exports.dateTimeFilterSchema = __webpack_exports__.dateTimeFilterSchema;
@@ -9024,7 +9024,6 @@ exports.payoutTransactionRestResSchema = __webpack_exports__.payoutTransactionRe
9024
9024
  exports.payoutTransactionSearchRestReqSchema = __webpack_exports__.payoutTransactionSearchRestReqSchema;
9025
9025
  exports.payoutUpdateRestReqSchema = __webpack_exports__.payoutUpdateRestReqSchema;
9026
9026
  exports.projectEntitySchema = __webpack_exports__.projectEntitySchema;
9027
- exports.projectLedgerRestReqSchema = __webpack_exports__.projectLedgerRestReqSchema;
9028
9027
  exports.projectMtaAllocationEntitySchema = __webpack_exports__.projectMtaAllocationEntitySchema;
9029
9028
  exports.projectMtaAllocationRestResSchema = __webpack_exports__.projectMtaAllocationRestResSchema;
9030
9029
  exports.projectNestedEntitySchema = __webpack_exports__.projectNestedEntitySchema;
@@ -9091,6 +9090,7 @@ exports.updateUnknownPayoutTargetDetailRestReqSchema = __webpack_exports__.updat
9091
9090
  exports.userEntitySchema = __webpack_exports__.userEntitySchema;
9092
9091
  exports.userRestResSchema = __webpack_exports__.userRestResSchema;
9093
9092
  exports.validateGetPropertyNameFormat = __webpack_exports__.validateGetPropertyNameFormat;
9093
+ exports.vendorLedgerRestReqSchema = __webpack_exports__.vendorLedgerRestReqSchema;
9094
9094
  for(var __webpack_i__ in __webpack_exports__)if (-1 === [
9095
9095
  "ASSIGN_UNKNOWN_TO_CUSTOMER",
9096
9096
  "AccountPeriodStatus",
@@ -9181,6 +9181,7 @@ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
9181
9181
  "bigIntSimpleFilterSchema",
9182
9182
  "boolFilterBaseSchema",
9183
9183
  "boolFilterSchema",
9184
+ "buyerLedgerRestReqSchema",
9184
9185
  "cancelCmaTransactionRestReqSchema",
9185
9186
  "cancelMtaTransactionRestReqSchema",
9186
9187
  "cancelPayoutPaymentRestReqSchema",
@@ -9232,7 +9233,6 @@ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
9232
9233
  "createSettlementPayoutTargetAccountSchema",
9233
9234
  "createUnknownPayoutRestReqSchema",
9234
9235
  "customerEntitySchema",
9235
- "customerLedgerRestReqSchema",
9236
9236
  "customerSyncFromAmmozeGrpcReqSchema",
9237
9237
  "dateTimeFilterBaseSchema",
9238
9238
  "dateTimeFilterSchema",
@@ -9325,7 +9325,6 @@ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
9325
9325
  "payoutTransactionSearchRestReqSchema",
9326
9326
  "payoutUpdateRestReqSchema",
9327
9327
  "projectEntitySchema",
9328
- "projectLedgerRestReqSchema",
9329
9328
  "projectMtaAllocationEntitySchema",
9330
9329
  "projectMtaAllocationRestResSchema",
9331
9330
  "projectNestedEntitySchema",
@@ -9391,7 +9390,8 @@ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
9391
9390
  "updateUnknownPayoutTargetDetailRestReqSchema",
9392
9391
  "userEntitySchema",
9393
9392
  "userRestResSchema",
9394
- "validateGetPropertyNameFormat"
9393
+ "validateGetPropertyNameFormat",
9394
+ "vendorLedgerRestReqSchema"
9395
9395
  ].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
9396
9396
  Object.defineProperty(exports, '__esModule', {
9397
9397
  value: true
@@ -1,6 +1,6 @@
1
- import { z } from 'zod';
2
- import { ReportGroupType } from '../../constants/report/common/report-group-type.constant';
3
- export declare const projectLedgerRestReqSchema: z.ZodIntersection<z.ZodObject<{
1
+ import { z } from "zod";
2
+ import { ReportGroupType } from "../../constants/report/common/report-group-type.constant";
3
+ export declare const buyerLedgerRestReqSchema: z.ZodIntersection<z.ZodObject<{
4
4
  reportDataRangeType: z.ZodEnum<typeof import("../..").ReportDataRangeType>;
5
5
  endDate: z.ZodPipe<z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCustom<import("dayjs").Dayjs, import("dayjs").Dayjs>, z.ZodString, z.ZodDate, z.ZodISODateTime]>, z.ZodTransform<number | Date, string | import("dayjs").Dayjs | Date>>, z.ZodDate>>>, z.ZodDate>;
6
6
  startDate: z.ZodPipe<z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCustom<import("dayjs").Dayjs, import("dayjs").Dayjs>, z.ZodString, z.ZodDate, z.ZodISODateTime]>, z.ZodTransform<number | Date, string | import("dayjs").Dayjs | Date>>, z.ZodDate>>>, z.ZodDate>;
@@ -8,5 +8,5 @@ export declare const projectLedgerRestReqSchema: z.ZodIntersection<z.ZodObject<{
8
8
  propertyIds: z.ZodArray<z.ZodUUID>;
9
9
  reportGroupType: z.ZodEnum<typeof ReportGroupType>;
10
10
  }, z.core.$strip>>;
11
- export type ProjectLedgerRestReq = z.input<typeof projectLedgerRestReqSchema>;
12
- //# sourceMappingURL=project-ledger.rest.schema.d.ts.map
11
+ export type BuyerLedgerRestReq = z.input<typeof buyerLedgerRestReqSchema>;
12
+ //# sourceMappingURL=buyer-ledger.rest.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"buyer-ledger.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/report/buyer-ledger.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,eAAe,EAAE,MAAM,0DAA0D,CAAC;AAG3F,eAAO,MAAM,wBAAwB;;;;;;;kBAKpC,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC"}
@@ -1,12 +1,12 @@
1
1
  export * from './bank-reconciliation-summary.schema';
2
+ export * from './buyer-ledger.rest.schema';
2
3
  export * from './common-report-with-cma-selection.rest.schema';
3
4
  export * from './common-report.rest.schema';
4
- export * from './customer-ledger.rest.schema';
5
5
  export * from './payment-list.rest.schema';
6
- export * from './project-ledger.rest.schema';
7
6
  export * from './receipt-list.rest.schema';
8
7
  export * from './reconciled-items-list.rest.schema';
9
8
  export * from './trust-trial.rest.schema';
10
9
  export * from './unknown-receipt-ledger.schema';
11
10
  export * from './unreconciled-items-list.rest.schema';
11
+ export * from './vendor-ledger.rest.schema';
12
12
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/report/index.ts"],"names":[],"mappings":"AAEA,cAAc,sCAAsC,CAAC;AACrD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,6BAA6B,CAAC;AAC5C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,qCAAqC,CAAC;AACpD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,uCAAuC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/report/index.ts"],"names":[],"mappings":"AAEA,cAAc,sCAAsC,CAAC;AACrD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gDAAgD,CAAC;AAC/D,cAAc,6BAA6B,CAAC;AAC5C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,qCAAqC,CAAC;AACpD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,uCAAuC,CAAC;AACtD,cAAc,6BAA6B,CAAC"}
@@ -1,6 +1,6 @@
1
- import { z } from 'zod';
2
- import { ReportGroupType } from '../../constants/report/common/report-group-type.constant';
3
- export declare const projectLedgerRestReqSchema: z.ZodIntersection<z.ZodObject<{
1
+ import { z } from "zod";
2
+ import { ReportGroupType } from "../../constants/report/common/report-group-type.constant";
3
+ export declare const vendorLedgerRestReqSchema: z.ZodIntersection<z.ZodObject<{
4
4
  reportDataRangeType: z.ZodEnum<typeof import("../..").ReportDataRangeType>;
5
5
  endDate: z.ZodPipe<z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCustom<import("dayjs").Dayjs, import("dayjs").Dayjs>, z.ZodString, z.ZodDate, z.ZodISODateTime]>, z.ZodTransform<number | Date, string | import("dayjs").Dayjs | Date>>, z.ZodDate>>>, z.ZodDate>;
6
6
  startDate: z.ZodPipe<z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCustom<import("dayjs").Dayjs, import("dayjs").Dayjs>, z.ZodString, z.ZodDate, z.ZodISODateTime]>, z.ZodTransform<number | Date, string | import("dayjs").Dayjs | Date>>, z.ZodDate>>>, z.ZodDate>;
@@ -8,5 +8,5 @@ export declare const projectLedgerRestReqSchema: z.ZodIntersection<z.ZodObject<{
8
8
  propertyIds: z.ZodArray<z.ZodUUID>;
9
9
  reportGroupType: z.ZodEnum<typeof ReportGroupType>;
10
10
  }, z.core.$strip>>;
11
- export type ProjectLedgerRestReq = z.input<typeof projectLedgerRestReqSchema>;
12
- //# sourceMappingURL=project-ledger.rest.schema.d.ts.map
11
+ export type VendorLedgerRestReq = z.input<typeof vendorLedgerRestReqSchema>;
12
+ //# sourceMappingURL=vendor-ledger.rest.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vendor-ledger.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/report/vendor-ledger.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,eAAe,EAAE,MAAM,0DAA0D,CAAC;AAG3F,eAAO,MAAM,yBAAyB;;;;;;;kBAKrC,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const PACKAGE_VERSION = "1.1.0";
1
+ export declare const PACKAGE_VERSION = "1.1.1";
2
2
  //# sourceMappingURL=package-version.constant.d.ts.map
package/dist/esm/index.js CHANGED
@@ -2864,7 +2864,7 @@ const commonReportWithCmaSelectionRestReqSchema = commonReportRestReqSchema.and(
2864
2864
  });
2865
2865
  });
2866
2866
  const bankReconciliationSummaryRestReqSchema = commonReportWithCmaSelectionRestReqSchema;
2867
- const customerLedgerRestReqSchema = commonReportRestReqSchema.and(z.object({
2867
+ const buyerLedgerRestReqSchema = commonReportRestReqSchema.and(z.object({
2868
2868
  propertyIds: z.array(z.uuid()).min(1),
2869
2869
  reportGroupType: z["enum"](report_group_type_constant_ReportGroupType)
2870
2870
  }));
@@ -2872,10 +2872,6 @@ const paymentListReportRestReqSchema = commonReportRestReqSchema.and(z.object({
2872
2872
  accountId: z.uuid(),
2873
2873
  accountType: z["enum"](account_type_constant_AccountType)
2874
2874
  }));
2875
- const projectLedgerRestReqSchema = commonReportRestReqSchema.and(z.object({
2876
- propertyIds: z.array(z.uuid()).min(1),
2877
- reportGroupType: z["enum"](report_group_type_constant_ReportGroupType)
2878
- }));
2879
2875
  const receiptListReportRestReqSchema = commonReportRestReqSchema.and(z.object({
2880
2876
  accountId: z.uuid(),
2881
2877
  accountType: z["enum"](account_type_constant_AccountType)
@@ -2886,6 +2882,10 @@ const unknownReceiptLedgerRestReqSchema = commonReportRestReqSchema.and(z.object
2886
2882
  mtaId: z.uuid()
2887
2883
  }));
2888
2884
  const unreconciledItemsListReportRestReqSchema = commonReportWithCmaSelectionRestReqSchema;
2885
+ const vendorLedgerRestReqSchema = commonReportRestReqSchema.and(z.object({
2886
+ propertyIds: z.array(z.uuid()).min(1),
2887
+ reportGroupType: z["enum"](report_group_type_constant_ReportGroupType)
2888
+ }));
2889
2889
  function bind(fn, thisArg) {
2890
2890
  return function() {
2891
2891
  return fn.apply(thisArg, arguments);
@@ -5170,5 +5170,5 @@ const getPropertyName = (property, options)=>{
5170
5170
  };
5171
5171
  var __webpack_exports__DEFAULT_PAGE = 1;
5172
5172
  var __webpack_exports__DEFAULT_PAGE_SIZE = 500;
5173
- var __webpack_exports__PACKAGE_VERSION = "1.1.0";
5174
- export { ASSIGN_UNKNOWN_TO_CUSTOMER, account_period_constant_AccountPeriodStatus as AccountPeriodStatus, account_type_constant_AccountType as AccountType, common_status_constant_AccountingCommonStatus as AccountingCommonStatus, AccountingCommonSyncStatus, AmmoZeptoBankAccounts, AmmoZeptoClient, CmaPayoutTransactionType, CmaReceiptTransactionType, cma_creation_request_constant_CmaRequestApprovalStatus as CmaRequestApprovalStatus, CmaStatus, cma_input_type_constant_CmaTransactionCreateType as CmaTransactionCreateType, CmaTransactionCreateTypeToDisplayText, cma_input_type_constant_CmaTransactionInputType as CmaTransactionInputType, CmaTransactionInputTypeToDisplayText, cma_payment_method_constant_CmaTransactionPaymentMethod as CmaTransactionPaymentMethod, CmaTransactionStatus, CmaTransactionStatusToDisplayTextMapper, CmaTransactionType, CmaTransactionTypeToDisplayTextMapper, DATE_FORMATS, DEFAULT_DATE_FORMAT, DEFAULT_DATE_FORMAT_WITH_TIME, DEFAULT_DATE_TIME_ZONE, DEFAULT_PAYOUT_SOURCE_BANK_REF, DEFAULT_PAYOUT_SOURCE_DESCRIPTION, DEFAULT_PAYOUT_TARGET_BANK_REF, DEFAULT_PAYOUT_TARGET_DESCRIPTION, InputJsonValueSchema, JsonNullableFilterSchema, MenuStatus, MenuType, MtaCustomerTransactionType, MtaPayoutTransactionType, MtaReceiptTransactionType, mta_MtaStatus as MtaStatus, MtaTransactionExtendedStatus, MtaTransactionExtendedStatusToDisplayTextMapper, mta_input_type_constant_MtaTransactionInputType as MtaTransactionInputType, MtaTransactionInputTypeToDisplayText, mta_payment_method_constant_MtaTransactionPaymentMethod as MtaTransactionPaymentMethod, MtaTransactionStatus, MtaTransactionStatusToDisplayTextMapper, MtaTransactionType, MtaTransactionTypeToDisplayTextMapper, MtaUnknownTransactionType, payment_method_constant_PaymentMethod as PaymentMethod, PayoutBankFileStatus, payout_constant_PayoutSourceAccountType as PayoutSourceAccountType, PayoutStatus, payout_constant_PayoutTargetAccountType as PayoutTargetAccountType, PayoutType, ProjectApplyStatusRestRes, ProjectMtaAllocationStatus, PropertyInitialDepositStatus, PropertyInitialDepositStatusToDisplayTextMapper, property_status_constant_PropertyRestResStatus as PropertyRestResStatus, PropertyStage, PropertyStatusToDisplayTextMapper, QueryMode, reconcile_transaction_action_constant_ReconcileTransactionAction as ReconcileTransactionAction, reconciliation_constant_ReconciliationStatus as ReconciliationStatus, report_data_range_type_constant_ReportDataRangeType as ReportDataRangeType, report_group_type_constant_ReportGroupType as ReportGroupType, sort_order_constant_SortOrder as SortOrder, StringFilterBaseSchema, TRANSACTION_CANCEL, accountBsbFormattedSchema, accountBsbMaskedSchema, accountBsbValidationSchema, accountNumberMaskedSchema, accountNumberValidationSchema, allocateMtaToProjectRestReqSchema, approveCmaRequestRestReqSchema, approveMtaAllocationRestReqSchema, assignUnknownReceiptToPropertyRestReqSchema, balanceRestResSchema, bankCodeSchema, bankReconciliationSummaryRestReqSchema, bigIntFilterSchema, bigIntNullableFilterSchema, bigIntNullableObjectFilterSchema, bigIntObjectFilterSchema, bigIntSimpleFilterSchema, boolFilterBaseSchema, boolFilterSchema, cancelCmaTransactionRestReqSchema, cancelMtaTransactionRestReqSchema, cancelPayoutPaymentRestReqSchema, cancelPayoutRestReqSchema, centsToDollarsSchema, cmaAccountPeriodCloseRestReqSchema, cmaAccountPeriodClosingSummaryRestReqSchema, cmaAccountPeriodClosingSummaryRestResSchema, cmaAccountPeriodEntitySchema, cmaAccountPeriodRestResBaseSchema, cmaAccountPeriodRestResSchema, cmaClosedAccountPeriodRestResSchema, cmaCreationRequestEntitySchema, cmaEntitySchema, cmaReconciledTransactionEntitySchema, cmaReconciledTransactionRestResSchema, cmaReconciliationEntitySchema, cmaReconciliationRestResSchema, cmaRestResBaseSchema, cmaRestResSchema, cmaSearchRestReqBaseSchema, cmaSearchRestReqSchema, cmaSettlementPayoutRestResSchema, cmaTransactionEntitySchema, cmaTransactionRestResBaseSchema, cmaTransactionRestResSchema, cmaTransactionSearchRestReqSchema, commonPayoutSourceDetailEntitySchema, commonPayoutTargetDetailEntitySchema, commonReportRestReqSchema, commonReportWithCmaSelectionRestReqSchema, commonUpdatePayoutRestReqSchema, commonUpdatePayoutTargetDetailRestReqSchema, confirmPayoutBankFileProcessedRestReqSchema, createCmaReconciliationRestReqSchema, createCmaRequestRestReqSchema, createCmaRestReqSchema, createCmaTransactionRestReqSchema, createMenuRestReqSchema, createMtaReconciliationRestReqSchema, createMtaRestReqSchema, createMtaToCmaPayoutRestReqSchema, createMtaTransactionRestReqSchema, createRefundPayoutRestReqSchema, createRefundPayoutSourceAccountSchema, createRefundPayoutTargetAccountSchema, createSettlementPayoutRestReqSchema, createSettlementPayoutSourceAccountSchema, createSettlementPayoutTargetAccountSchema, createUnknownPayoutRestReqSchema, customerEntitySchema, customerLedgerRestReqSchema, customerSyncFromAmmozeGrpcReqSchema, dateTimeFilterBaseSchema, dateTimeFilterSchema, developerEntitySchema, displayBankAccount, dollarsToCentsSchema, extendDayjs, formatBankBsb, formatCurrency, fromCentsToDollars, fromDollarsToCents, generateMtaPaymentMethodAccountConfigForZepto, generateMtaPaymentMethodFloatAccountConfigForZepto, getPropertyName, getTransactionAmountStr, getTransactionNumber, getTransactionStatus, intFilterSchema, intNullableFilterSchema, intNullableObjectFilterSchema, intObjectFilterSchema, intSimpleFilterSchema, isInterestTransaction, isPaymentTransaction, isReceiptTransaction, isTransactionAssignable, isTransactionCancelable, isUnknownReceiptAssignedToProperty, isUnknownReceiptPaidOut, isUnknownTransaction, markCmaTransactionAsClearedRestReqSchema, markPropertyCmaNotRequiredReqSchema, maskBankAccount, maskBankAccountNumber, maskBankBsb, maskString, menuRestResSchema, menuSchema, mtaAccountPeriodCloseRestReqSchema, mtaAccountPeriodClosingSummaryRestReqSchema, mtaAccountPeriodClosingSummaryRestResSchema, mtaAccountPeriodEntitySchema, mtaAccountPeriodRestResSchema, mtaClosedAccountPeriodRestResSchema, mtaEntitySchema, mtaListItemRestResSchema, mtaPaymentMethodAccountConfigSchema, mtaPaymentMethodEntitySchema, mtaPaymentMethodFloatAccountConfigSchema, mtaPaymentMethodRestResSchema, mtaReconciledTransactionEntitySchema, mtaReconciledTransactionRestResSchema, mtaReconciliationEntitySchema, mtaReconciliationRestResSchema, mtaRestResBaseSchema, mtaRestResSchema, mtaSettlementPayoutRestResSchema, mtaToCmaPayoutPaymentEntitySchema, mtaToCmaPayoutPaymentRestSchema, mtaToCmaPayoutProvisionDataEntitySchema, mtaToCmaPayoutProvisionDataRestSchema, mtaToCmaPayoutRestResSchema, mtaToCmaPayoutSourceDetailEntitySchema, mtaToCmaPayoutSourceDetailRestSchema, mtaToCmaPayoutTargetDetailEntitySchema, mtaToCmaPayoutTargetDetailRestSchema, mtaTransactionEntitySchema, mtaTransactionNestedSchema, mtaTransactionRestResBaseSchema, mtaTransactionRestResSchema, mtaTransactionSearchRestReqSchema, mtaTransactionStatusSummaryRestResSchema, paginatedResSchema, paginationReqSchema, parseToDate, parseToDayjs, paymentListReportRestReqSchema, paymentProviderEntitySchema, payoutBankFileDownloadHistoryEntitySchema, payoutBankFileEntitySchema, payoutBankFileRestResSchema, payoutEntitySchema, payoutProvisionDataEntitySchema, payoutRestResBaseSchema, payoutRestResSchema, payoutSearchRestReqSchema, payoutStatusSummaryRestResSchema, payoutTransactionEntitySchema, payoutTransactionRestResSchema, payoutTransactionSearchRestReqSchema, payoutUpdateRestReqSchema, projectEntitySchema, projectLedgerRestReqSchema, projectMtaAllocationEntitySchema, projectMtaAllocationRestResSchema, projectNestedEntitySchema, projectRestResSchema, projectSearchRestReqSchema, propertyAccountsBalanceRestResSchema, propertyEntitySchema, propertyNestedEntitySchema, propertyRestResBaseSchema, propertyRestResSchema, propertySearchRestReqBaseSchema, propertySearchRestReqSchema, propertySyncFromAmmozeGrpcReqSchema, queryModeSchema, receiptListReportRestReqSchema, reconcileCmaTransactionRestReqSchema, reconcileMtaTransactionRestReqSchema, reconciledItemsListReportRestReqSchema, refundPayoutPaymentEntitySchema, refundPayoutProvisionDataEntitySchema, refundPayoutRestResSchema, refundPayoutSourceDetailEntitySchema, refundPayoutTargetDetailEntitySchema, rejectCmaRequestRestReqSchema, safeParseDateFromStr, settlementPayoutPaymentEntitySchema, settlementPayoutProvisionDataEntitySchema, settlementPayoutRestResSchema, settlementPayoutSourceDetailEntitySchema, settlementPayoutTargetDetailEntitySchema, simpleStringFilterSchema, sortReqSchema, stateCodeSchema, statusFilterSchema, statusNullableFilterSchema, stringFilterSchema, stringNullableFilterSchema, stringToBoolSchema, stringToDateSchema, stringToEndOfDaySchema, stringToStartOfDaySchema, trustTrialBalanceReportRestReqSchema, unknownPayoutPaymentEntitySchema, unknownPayoutProvisionDataEntitySchema, unknownPayoutRestResSchema, unknownPayoutSourceDetailEntitySchema, unknownPayoutTargetDetailEntitySchema, unknownReceiptLedgerRestReqSchema, unreconciledItemsListReportRestReqSchema, updateCmaOpenReconciliationCurrentBankStatementBalanceRestReqSchema, updateCmaRequestRestReqSchema, updateCmaSettlementPayoutRestReqSchema, updateMenuRestReqSchema, updateMtaRestReqSchema, updateMtaSettlementPayoutRestReqSchema, updateMtaToCmaPayoutRestReqSchema, updateMtaTransactionRestReqSchema, updateOpenReconciliationCurrentBankStatementBalanceRestReqSchema, updateRefundPayoutRestReqSchema, updateRefundPayoutTargetDetailRestReqSchema, updateSettlementPayoutRestReqSchema, updateUnknownPayoutRestReqSchema, updateUnknownPayoutTargetDetailRestReqSchema, userEntitySchema, userRestResSchema, validateGetPropertyNameFormat, __webpack_exports__DEFAULT_PAGE as DEFAULT_PAGE, __webpack_exports__DEFAULT_PAGE_SIZE as DEFAULT_PAGE_SIZE, __webpack_exports__PACKAGE_VERSION as PACKAGE_VERSION };
5173
+ var __webpack_exports__PACKAGE_VERSION = "1.1.1";
5174
+ export { ASSIGN_UNKNOWN_TO_CUSTOMER, account_period_constant_AccountPeriodStatus as AccountPeriodStatus, account_type_constant_AccountType as AccountType, common_status_constant_AccountingCommonStatus as AccountingCommonStatus, AccountingCommonSyncStatus, AmmoZeptoBankAccounts, AmmoZeptoClient, CmaPayoutTransactionType, CmaReceiptTransactionType, cma_creation_request_constant_CmaRequestApprovalStatus as CmaRequestApprovalStatus, CmaStatus, cma_input_type_constant_CmaTransactionCreateType as CmaTransactionCreateType, CmaTransactionCreateTypeToDisplayText, cma_input_type_constant_CmaTransactionInputType as CmaTransactionInputType, CmaTransactionInputTypeToDisplayText, cma_payment_method_constant_CmaTransactionPaymentMethod as CmaTransactionPaymentMethod, CmaTransactionStatus, CmaTransactionStatusToDisplayTextMapper, CmaTransactionType, CmaTransactionTypeToDisplayTextMapper, DATE_FORMATS, DEFAULT_DATE_FORMAT, DEFAULT_DATE_FORMAT_WITH_TIME, DEFAULT_DATE_TIME_ZONE, DEFAULT_PAYOUT_SOURCE_BANK_REF, DEFAULT_PAYOUT_SOURCE_DESCRIPTION, DEFAULT_PAYOUT_TARGET_BANK_REF, DEFAULT_PAYOUT_TARGET_DESCRIPTION, InputJsonValueSchema, JsonNullableFilterSchema, MenuStatus, MenuType, MtaCustomerTransactionType, MtaPayoutTransactionType, MtaReceiptTransactionType, mta_MtaStatus as MtaStatus, MtaTransactionExtendedStatus, MtaTransactionExtendedStatusToDisplayTextMapper, mta_input_type_constant_MtaTransactionInputType as MtaTransactionInputType, MtaTransactionInputTypeToDisplayText, mta_payment_method_constant_MtaTransactionPaymentMethod as MtaTransactionPaymentMethod, MtaTransactionStatus, MtaTransactionStatusToDisplayTextMapper, MtaTransactionType, MtaTransactionTypeToDisplayTextMapper, MtaUnknownTransactionType, payment_method_constant_PaymentMethod as PaymentMethod, PayoutBankFileStatus, payout_constant_PayoutSourceAccountType as PayoutSourceAccountType, PayoutStatus, payout_constant_PayoutTargetAccountType as PayoutTargetAccountType, PayoutType, ProjectApplyStatusRestRes, ProjectMtaAllocationStatus, PropertyInitialDepositStatus, PropertyInitialDepositStatusToDisplayTextMapper, property_status_constant_PropertyRestResStatus as PropertyRestResStatus, PropertyStage, PropertyStatusToDisplayTextMapper, QueryMode, reconcile_transaction_action_constant_ReconcileTransactionAction as ReconcileTransactionAction, reconciliation_constant_ReconciliationStatus as ReconciliationStatus, report_data_range_type_constant_ReportDataRangeType as ReportDataRangeType, report_group_type_constant_ReportGroupType as ReportGroupType, sort_order_constant_SortOrder as SortOrder, StringFilterBaseSchema, TRANSACTION_CANCEL, accountBsbFormattedSchema, accountBsbMaskedSchema, accountBsbValidationSchema, accountNumberMaskedSchema, accountNumberValidationSchema, allocateMtaToProjectRestReqSchema, approveCmaRequestRestReqSchema, approveMtaAllocationRestReqSchema, assignUnknownReceiptToPropertyRestReqSchema, balanceRestResSchema, bankCodeSchema, bankReconciliationSummaryRestReqSchema, bigIntFilterSchema, bigIntNullableFilterSchema, bigIntNullableObjectFilterSchema, bigIntObjectFilterSchema, bigIntSimpleFilterSchema, boolFilterBaseSchema, boolFilterSchema, buyerLedgerRestReqSchema, cancelCmaTransactionRestReqSchema, cancelMtaTransactionRestReqSchema, cancelPayoutPaymentRestReqSchema, cancelPayoutRestReqSchema, centsToDollarsSchema, cmaAccountPeriodCloseRestReqSchema, cmaAccountPeriodClosingSummaryRestReqSchema, cmaAccountPeriodClosingSummaryRestResSchema, cmaAccountPeriodEntitySchema, cmaAccountPeriodRestResBaseSchema, cmaAccountPeriodRestResSchema, cmaClosedAccountPeriodRestResSchema, cmaCreationRequestEntitySchema, cmaEntitySchema, cmaReconciledTransactionEntitySchema, cmaReconciledTransactionRestResSchema, cmaReconciliationEntitySchema, cmaReconciliationRestResSchema, cmaRestResBaseSchema, cmaRestResSchema, cmaSearchRestReqBaseSchema, cmaSearchRestReqSchema, cmaSettlementPayoutRestResSchema, cmaTransactionEntitySchema, cmaTransactionRestResBaseSchema, cmaTransactionRestResSchema, cmaTransactionSearchRestReqSchema, commonPayoutSourceDetailEntitySchema, commonPayoutTargetDetailEntitySchema, commonReportRestReqSchema, commonReportWithCmaSelectionRestReqSchema, commonUpdatePayoutRestReqSchema, commonUpdatePayoutTargetDetailRestReqSchema, confirmPayoutBankFileProcessedRestReqSchema, createCmaReconciliationRestReqSchema, createCmaRequestRestReqSchema, createCmaRestReqSchema, createCmaTransactionRestReqSchema, createMenuRestReqSchema, createMtaReconciliationRestReqSchema, createMtaRestReqSchema, createMtaToCmaPayoutRestReqSchema, createMtaTransactionRestReqSchema, createRefundPayoutRestReqSchema, createRefundPayoutSourceAccountSchema, createRefundPayoutTargetAccountSchema, createSettlementPayoutRestReqSchema, createSettlementPayoutSourceAccountSchema, createSettlementPayoutTargetAccountSchema, createUnknownPayoutRestReqSchema, customerEntitySchema, customerSyncFromAmmozeGrpcReqSchema, dateTimeFilterBaseSchema, dateTimeFilterSchema, developerEntitySchema, displayBankAccount, dollarsToCentsSchema, extendDayjs, formatBankBsb, formatCurrency, fromCentsToDollars, fromDollarsToCents, generateMtaPaymentMethodAccountConfigForZepto, generateMtaPaymentMethodFloatAccountConfigForZepto, getPropertyName, getTransactionAmountStr, getTransactionNumber, getTransactionStatus, intFilterSchema, intNullableFilterSchema, intNullableObjectFilterSchema, intObjectFilterSchema, intSimpleFilterSchema, isInterestTransaction, isPaymentTransaction, isReceiptTransaction, isTransactionAssignable, isTransactionCancelable, isUnknownReceiptAssignedToProperty, isUnknownReceiptPaidOut, isUnknownTransaction, markCmaTransactionAsClearedRestReqSchema, markPropertyCmaNotRequiredReqSchema, maskBankAccount, maskBankAccountNumber, maskBankBsb, maskString, menuRestResSchema, menuSchema, mtaAccountPeriodCloseRestReqSchema, mtaAccountPeriodClosingSummaryRestReqSchema, mtaAccountPeriodClosingSummaryRestResSchema, mtaAccountPeriodEntitySchema, mtaAccountPeriodRestResSchema, mtaClosedAccountPeriodRestResSchema, mtaEntitySchema, mtaListItemRestResSchema, mtaPaymentMethodAccountConfigSchema, mtaPaymentMethodEntitySchema, mtaPaymentMethodFloatAccountConfigSchema, mtaPaymentMethodRestResSchema, mtaReconciledTransactionEntitySchema, mtaReconciledTransactionRestResSchema, mtaReconciliationEntitySchema, mtaReconciliationRestResSchema, mtaRestResBaseSchema, mtaRestResSchema, mtaSettlementPayoutRestResSchema, mtaToCmaPayoutPaymentEntitySchema, mtaToCmaPayoutPaymentRestSchema, mtaToCmaPayoutProvisionDataEntitySchema, mtaToCmaPayoutProvisionDataRestSchema, mtaToCmaPayoutRestResSchema, mtaToCmaPayoutSourceDetailEntitySchema, mtaToCmaPayoutSourceDetailRestSchema, mtaToCmaPayoutTargetDetailEntitySchema, mtaToCmaPayoutTargetDetailRestSchema, mtaTransactionEntitySchema, mtaTransactionNestedSchema, mtaTransactionRestResBaseSchema, mtaTransactionRestResSchema, mtaTransactionSearchRestReqSchema, mtaTransactionStatusSummaryRestResSchema, paginatedResSchema, paginationReqSchema, parseToDate, parseToDayjs, paymentListReportRestReqSchema, paymentProviderEntitySchema, payoutBankFileDownloadHistoryEntitySchema, payoutBankFileEntitySchema, payoutBankFileRestResSchema, payoutEntitySchema, payoutProvisionDataEntitySchema, payoutRestResBaseSchema, payoutRestResSchema, payoutSearchRestReqSchema, payoutStatusSummaryRestResSchema, payoutTransactionEntitySchema, payoutTransactionRestResSchema, payoutTransactionSearchRestReqSchema, payoutUpdateRestReqSchema, projectEntitySchema, projectMtaAllocationEntitySchema, projectMtaAllocationRestResSchema, projectNestedEntitySchema, projectRestResSchema, projectSearchRestReqSchema, propertyAccountsBalanceRestResSchema, propertyEntitySchema, propertyNestedEntitySchema, propertyRestResBaseSchema, propertyRestResSchema, propertySearchRestReqBaseSchema, propertySearchRestReqSchema, propertySyncFromAmmozeGrpcReqSchema, queryModeSchema, receiptListReportRestReqSchema, reconcileCmaTransactionRestReqSchema, reconcileMtaTransactionRestReqSchema, reconciledItemsListReportRestReqSchema, refundPayoutPaymentEntitySchema, refundPayoutProvisionDataEntitySchema, refundPayoutRestResSchema, refundPayoutSourceDetailEntitySchema, refundPayoutTargetDetailEntitySchema, rejectCmaRequestRestReqSchema, safeParseDateFromStr, settlementPayoutPaymentEntitySchema, settlementPayoutProvisionDataEntitySchema, settlementPayoutRestResSchema, settlementPayoutSourceDetailEntitySchema, settlementPayoutTargetDetailEntitySchema, simpleStringFilterSchema, sortReqSchema, stateCodeSchema, statusFilterSchema, statusNullableFilterSchema, stringFilterSchema, stringNullableFilterSchema, stringToBoolSchema, stringToDateSchema, stringToEndOfDaySchema, stringToStartOfDaySchema, trustTrialBalanceReportRestReqSchema, unknownPayoutPaymentEntitySchema, unknownPayoutProvisionDataEntitySchema, unknownPayoutRestResSchema, unknownPayoutSourceDetailEntitySchema, unknownPayoutTargetDetailEntitySchema, unknownReceiptLedgerRestReqSchema, unreconciledItemsListReportRestReqSchema, updateCmaOpenReconciliationCurrentBankStatementBalanceRestReqSchema, updateCmaRequestRestReqSchema, updateCmaSettlementPayoutRestReqSchema, updateMenuRestReqSchema, updateMtaRestReqSchema, updateMtaSettlementPayoutRestReqSchema, updateMtaToCmaPayoutRestReqSchema, updateMtaTransactionRestReqSchema, updateOpenReconciliationCurrentBankStatementBalanceRestReqSchema, updateRefundPayoutRestReqSchema, updateRefundPayoutTargetDetailRestReqSchema, updateSettlementPayoutRestReqSchema, updateUnknownPayoutRestReqSchema, updateUnknownPayoutTargetDetailRestReqSchema, userEntitySchema, userRestResSchema, validateGetPropertyNameFormat, vendorLedgerRestReqSchema, __webpack_exports__DEFAULT_PAGE as DEFAULT_PAGE, __webpack_exports__DEFAULT_PAGE_SIZE as DEFAULT_PAGE_SIZE, __webpack_exports__PACKAGE_VERSION as PACKAGE_VERSION };
@@ -1,6 +1,6 @@
1
- import { z } from 'zod';
2
- import { ReportGroupType } from '../../constants/report/common/report-group-type.constant';
3
- export declare const customerLedgerRestReqSchema: z.ZodIntersection<z.ZodObject<{
1
+ import { z } from "zod";
2
+ import { ReportGroupType } from "../../constants/report/common/report-group-type.constant";
3
+ export declare const buyerLedgerRestReqSchema: z.ZodIntersection<z.ZodObject<{
4
4
  reportDataRangeType: z.ZodEnum<typeof import("../..").ReportDataRangeType>;
5
5
  endDate: z.ZodPipe<z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCustom<import("dayjs").Dayjs, import("dayjs").Dayjs>, z.ZodString, z.ZodDate, z.ZodISODateTime]>, z.ZodTransform<number | Date, string | import("dayjs").Dayjs | Date>>, z.ZodDate>>>, z.ZodDate>;
6
6
  startDate: z.ZodPipe<z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCustom<import("dayjs").Dayjs, import("dayjs").Dayjs>, z.ZodString, z.ZodDate, z.ZodISODateTime]>, z.ZodTransform<number | Date, string | import("dayjs").Dayjs | Date>>, z.ZodDate>>>, z.ZodDate>;
@@ -8,5 +8,5 @@ export declare const customerLedgerRestReqSchema: z.ZodIntersection<z.ZodObject<
8
8
  propertyIds: z.ZodArray<z.ZodUUID>;
9
9
  reportGroupType: z.ZodEnum<typeof ReportGroupType>;
10
10
  }, z.core.$strip>>;
11
- export type CustomerLedgerRestReq = z.input<typeof customerLedgerRestReqSchema>;
12
- //# sourceMappingURL=customer-ledger.rest.schema.d.ts.map
11
+ export type BuyerLedgerRestReq = z.input<typeof buyerLedgerRestReqSchema>;
12
+ //# sourceMappingURL=buyer-ledger.rest.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"buyer-ledger.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/report/buyer-ledger.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,eAAe,EAAE,MAAM,0DAA0D,CAAC;AAG3F,eAAO,MAAM,wBAAwB;;;;;;;kBAKpC,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC"}
@@ -1,12 +1,12 @@
1
1
  export * from './bank-reconciliation-summary.schema';
2
+ export * from './buyer-ledger.rest.schema';
2
3
  export * from './common-report-with-cma-selection.rest.schema';
3
4
  export * from './common-report.rest.schema';
4
- export * from './customer-ledger.rest.schema';
5
5
  export * from './payment-list.rest.schema';
6
- export * from './project-ledger.rest.schema';
7
6
  export * from './receipt-list.rest.schema';
8
7
  export * from './reconciled-items-list.rest.schema';
9
8
  export * from './trust-trial.rest.schema';
10
9
  export * from './unknown-receipt-ledger.schema';
11
10
  export * from './unreconciled-items-list.rest.schema';
11
+ export * from './vendor-ledger.rest.schema';
12
12
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/report/index.ts"],"names":[],"mappings":"AAEA,cAAc,sCAAsC,CAAC;AACrD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,6BAA6B,CAAC;AAC5C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,qCAAqC,CAAC;AACpD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,uCAAuC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/report/index.ts"],"names":[],"mappings":"AAEA,cAAc,sCAAsC,CAAC;AACrD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gDAAgD,CAAC;AAC/D,cAAc,6BAA6B,CAAC;AAC5C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,qCAAqC,CAAC;AACpD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,uCAAuC,CAAC;AACtD,cAAc,6BAA6B,CAAC"}
@@ -1,6 +1,6 @@
1
- import { z } from 'zod';
2
- import { ReportGroupType } from '../../constants/report/common/report-group-type.constant';
3
- export declare const customerLedgerRestReqSchema: z.ZodIntersection<z.ZodObject<{
1
+ import { z } from "zod";
2
+ import { ReportGroupType } from "../../constants/report/common/report-group-type.constant";
3
+ export declare const vendorLedgerRestReqSchema: z.ZodIntersection<z.ZodObject<{
4
4
  reportDataRangeType: z.ZodEnum<typeof import("../..").ReportDataRangeType>;
5
5
  endDate: z.ZodPipe<z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCustom<import("dayjs").Dayjs, import("dayjs").Dayjs>, z.ZodString, z.ZodDate, z.ZodISODateTime]>, z.ZodTransform<number | Date, string | import("dayjs").Dayjs | Date>>, z.ZodDate>>>, z.ZodDate>;
6
6
  startDate: z.ZodPipe<z.ZodOptional<z.ZodNullable<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCustom<import("dayjs").Dayjs, import("dayjs").Dayjs>, z.ZodString, z.ZodDate, z.ZodISODateTime]>, z.ZodTransform<number | Date, string | import("dayjs").Dayjs | Date>>, z.ZodDate>>>, z.ZodDate>;
@@ -8,5 +8,5 @@ export declare const customerLedgerRestReqSchema: z.ZodIntersection<z.ZodObject<
8
8
  propertyIds: z.ZodArray<z.ZodUUID>;
9
9
  reportGroupType: z.ZodEnum<typeof ReportGroupType>;
10
10
  }, z.core.$strip>>;
11
- export type CustomerLedgerRestReq = z.input<typeof customerLedgerRestReqSchema>;
12
- //# sourceMappingURL=customer-ledger.rest.schema.d.ts.map
11
+ export type VendorLedgerRestReq = z.input<typeof vendorLedgerRestReqSchema>;
12
+ //# sourceMappingURL=vendor-ledger.rest.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vendor-ledger.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/report/vendor-ledger.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,eAAe,EAAE,MAAM,0DAA0D,CAAC;AAG3F,eAAO,MAAM,yBAAyB;;;;;;;kBAKrC,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikemo-coposit/am-accounting-shared",
3
- "version": "1.0.10",
3
+ "version": "1.1.1",
4
4
  "private": false,
5
5
  "description": "Shared packages for AM Accounting",
6
6
  "license": "ISC",
@@ -1 +0,0 @@
1
- {"version":3,"file":"customer-ledger.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/report/customer-ledger.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,eAAe,EAAE,MAAM,0DAA0D,CAAC;AAG3F,eAAO,MAAM,2BAA2B;;;;;;;kBAGrC,CAAC;AAEJ,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"project-ledger.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/report/project-ledger.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,eAAe,EAAE,MAAM,0DAA0D,CAAC;AAG3F,eAAO,MAAM,0BAA0B;;;;;;;kBAGpC,CAAC;AAEJ,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"customer-ledger.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/report/customer-ledger.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,eAAe,EAAE,MAAM,0DAA0D,CAAC;AAG3F,eAAO,MAAM,2BAA2B;;;;;;;kBAGrC,CAAC;AAEJ,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"project-ledger.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/report/project-ledger.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,eAAe,EAAE,MAAM,0DAA0D,CAAC;AAG3F,eAAO,MAAM,0BAA0B;;;;;;;kBAGpC,CAAC;AAEJ,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC"}