@mikemo-coposit/am-accounting-shared 0.0.6 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/constants/cma-transaction/cma-transaction-type.constant.d.ts +2 -0
- package/dist/cjs/constants/cma-transaction/cma-transaction-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/common/account-type.constant.d.ts +5 -0
- package/dist/cjs/constants/common/account-type.constant.d.ts.map +1 -0
- package/dist/cjs/constants/common/index.d.ts +1 -0
- package/dist/cjs/constants/common/index.d.ts.map +1 -1
- package/dist/cjs/constants/index.d.ts +1 -0
- package/dist/cjs/constants/index.d.ts.map +1 -1
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts +2 -0
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/report/common/index.d.ts +3 -0
- package/dist/cjs/constants/report/common/index.d.ts.map +1 -0
- package/dist/cjs/constants/report/common/report-data-range-type.constant.d.ts +6 -0
- package/dist/cjs/constants/report/common/report-data-range-type.constant.d.ts.map +1 -0
- package/dist/cjs/constants/report/common/report-group-type.constant.d.ts +5 -0
- package/dist/cjs/constants/report/common/report-group-type.constant.d.ts.map +1 -0
- package/dist/cjs/constants/report/index.d.ts +2 -0
- package/dist/cjs/constants/report/index.d.ts.map +1 -0
- package/dist/cjs/index.js +308 -104
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +476 -0
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -0
- package/dist/cjs/schemas/cma/cma.entity.schema.d.ts +182 -182
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +90 -90
- package/dist/cjs/schemas/cma/create-cma.schema.d.ts +4 -4
- package/dist/cjs/schemas/cma/index.d.ts +1 -0
- package/dist/cjs/schemas/cma/index.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +328 -328
- package/dist/cjs/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +112 -112
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +240 -240
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +22 -22
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +228 -228
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +73 -72
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +1 -0
- package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/date/index.d.ts +4 -0
- package/dist/cjs/schemas/common/date/index.d.ts.map +1 -0
- package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts +3 -0
- package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts +3 -0
- package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts +3 -0
- package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/index.d.ts +1 -0
- package/dist/cjs/schemas/common/index.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/json-filter.schema.d.ts +2 -2
- package/dist/cjs/schemas/developer/developer.enity.schema.d.ts +2 -2
- package/dist/cjs/schemas/index.d.ts +1 -0
- package/dist/cjs/schemas/index.d.ts.map +1 -1
- package/dist/cjs/schemas/menu/create-menu.schema.d.ts +2 -2
- package/dist/cjs/schemas/menu/menu-res.schema.d.ts +16 -16
- package/dist/cjs/schemas/menu/update-menu.schema.d.ts +4 -4
- package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts +4 -4
- package/dist/cjs/schemas/mta/mta.entity.schema.d.ts +8 -8
- package/dist/cjs/schemas/mta/mta.rest.schema.d.ts +66 -66
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +328 -328
- package/dist/cjs/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +78 -78
- package/dist/cjs/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +22 -22
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +204 -204
- package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +1 -0
- package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +6 -6
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +73 -72
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payment-provider/payment-provider.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts +1446 -1446
- package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts +8 -8
- package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +3539 -3539
- package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts +18 -18
- package/dist/cjs/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +16 -16
- package/dist/cjs/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout-transaction/index.d.ts +1 -0
- package/dist/cjs/schemas/payout-transaction/index.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +337 -0
- package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +732 -732
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/cjs/schemas/project/project.entity.schema.d.ts +12 -12
- package/dist/cjs/schemas/project/project.rest.schema.d.ts +117 -117
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +35 -35
- package/dist/cjs/schemas/property/customer.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/property/property-accounts-balance.rest.schema.d.ts +10 -10
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +55 -0
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +110 -110
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +303 -303
- package/dist/cjs/schemas/report/common-report.rest.schema.d.ts +25 -0
- package/dist/cjs/schemas/report/common-report.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts +34 -0
- package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/index.d.ts +5 -0
- package/dist/cjs/schemas/report/index.d.ts.map +1 -0
- package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts +34 -0
- package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts +53 -0
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/user/user.entity.schema.d.ts +2 -2
- package/dist/esm/constants/cma-transaction/cma-transaction-type.constant.d.ts +2 -0
- package/dist/esm/constants/cma-transaction/cma-transaction-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/common/account-type.constant.d.ts +5 -0
- package/dist/esm/constants/common/account-type.constant.d.ts.map +1 -0
- package/dist/esm/constants/common/index.d.ts +1 -0
- package/dist/esm/constants/common/index.d.ts.map +1 -1
- package/dist/esm/constants/index.d.ts +1 -0
- package/dist/esm/constants/index.d.ts.map +1 -1
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts +2 -0
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/report/common/index.d.ts +3 -0
- package/dist/esm/constants/report/common/index.d.ts.map +1 -0
- package/dist/esm/constants/report/common/report-data-range-type.constant.d.ts +6 -0
- package/dist/esm/constants/report/common/report-data-range-type.constant.d.ts.map +1 -0
- package/dist/esm/constants/report/common/report-group-type.constant.d.ts +5 -0
- package/dist/esm/constants/report/common/report-group-type.constant.d.ts.map +1 -0
- package/dist/esm/constants/report/index.d.ts +2 -0
- package/dist/esm/constants/report/index.d.ts.map +1 -0
- package/dist/esm/index.mjs +257 -92
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +476 -0
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -0
- package/dist/esm/schemas/cma/cma.entity.schema.d.ts +182 -182
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +90 -90
- package/dist/esm/schemas/cma/create-cma.schema.d.ts +4 -4
- package/dist/esm/schemas/cma/index.d.ts +1 -0
- package/dist/esm/schemas/cma/index.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +328 -328
- package/dist/esm/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +112 -112
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +240 -240
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +22 -22
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +228 -228
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +73 -72
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +1 -0
- package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/date/index.d.ts +4 -0
- package/dist/esm/schemas/common/date/index.d.ts.map +1 -0
- package/dist/esm/schemas/common/date/string-to-date.schema.d.ts +3 -0
- package/dist/esm/schemas/common/date/string-to-date.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts +3 -0
- package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts +3 -0
- package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/index.d.ts +1 -0
- package/dist/esm/schemas/common/index.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/json-filter.schema.d.ts +2 -2
- package/dist/esm/schemas/developer/developer.enity.schema.d.ts +2 -2
- package/dist/esm/schemas/index.d.ts +1 -0
- package/dist/esm/schemas/index.d.ts.map +1 -1
- package/dist/esm/schemas/menu/create-menu.schema.d.ts +2 -2
- package/dist/esm/schemas/menu/menu-res.schema.d.ts +16 -16
- package/dist/esm/schemas/menu/update-menu.schema.d.ts +4 -4
- package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts +4 -4
- package/dist/esm/schemas/mta/mta.entity.schema.d.ts +8 -8
- package/dist/esm/schemas/mta/mta.rest.schema.d.ts +66 -66
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +328 -328
- package/dist/esm/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +78 -78
- package/dist/esm/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +22 -22
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +204 -204
- package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +1 -0
- package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +6 -6
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +73 -72
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payment-provider/payment-provider.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +4 -4
- package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts +1446 -1446
- package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts +4 -4
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts +8 -8
- package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts +2 -2
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +3539 -3539
- package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts +18 -18
- package/dist/esm/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +16 -16
- package/dist/esm/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +4 -4
- package/dist/esm/schemas/payout-transaction/index.d.ts +1 -0
- package/dist/esm/schemas/payout-transaction/index.d.ts.map +1 -1
- package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +4 -4
- package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +337 -0
- package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +732 -732
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/esm/schemas/project/project.entity.schema.d.ts +12 -12
- package/dist/esm/schemas/project/project.rest.schema.d.ts +117 -117
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +35 -35
- package/dist/esm/schemas/property/customer.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/property/property-accounts-balance.rest.schema.d.ts +10 -10
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts +55 -0
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.entity.schema.d.ts +110 -110
- package/dist/esm/schemas/property/property.rest.schema.d.ts +303 -303
- package/dist/esm/schemas/report/common-report.rest.schema.d.ts +25 -0
- package/dist/esm/schemas/report/common-report.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts +34 -0
- package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/index.d.ts +5 -0
- package/dist/esm/schemas/report/index.d.ts.map +1 -0
- package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts +34 -0
- package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts +53 -0
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/user/user.entity.schema.d.ts +2 -2
- package/package.json +1 -1
|
@@ -23,8 +23,8 @@ export declare const projectMtaAllocationEntitySchema: z.ZodObject<{
|
|
|
23
23
|
}>>>>;
|
|
24
24
|
isArchived: z.ZodBoolean;
|
|
25
25
|
}, "strip", z.ZodTypeAny, {
|
|
26
|
-
id: string;
|
|
27
26
|
status: AccountingCommonStatus;
|
|
27
|
+
id: string;
|
|
28
28
|
isArchived: boolean;
|
|
29
29
|
createdBy: string | null;
|
|
30
30
|
createdAt: Date;
|
|
@@ -37,8 +37,8 @@ export declare const projectMtaAllocationEntitySchema: z.ZodObject<{
|
|
|
37
37
|
lastSyncedAt: Date | null;
|
|
38
38
|
syncStatus?: "pending" | "synced" | "failed" | null | undefined;
|
|
39
39
|
}, {
|
|
40
|
-
id: string;
|
|
41
40
|
status: AccountingCommonStatus;
|
|
41
|
+
id: string;
|
|
42
42
|
isArchived: boolean;
|
|
43
43
|
createdBy: string | null;
|
|
44
44
|
createdAt: Date;
|
|
@@ -63,8 +63,8 @@ export declare const projectMtaAllocationRestResSchema: z.ZodObject<{
|
|
|
63
63
|
createdAt: z.ZodDate;
|
|
64
64
|
updatedAt: z.ZodDate;
|
|
65
65
|
}, "strip", z.ZodTypeAny, {
|
|
66
|
-
id: string;
|
|
67
66
|
status: string;
|
|
67
|
+
id: string;
|
|
68
68
|
isArchived: boolean;
|
|
69
69
|
createdAt: Date;
|
|
70
70
|
updatedAt: Date;
|
|
@@ -72,8 +72,8 @@ export declare const projectMtaAllocationRestResSchema: z.ZodObject<{
|
|
|
72
72
|
providerCode: string;
|
|
73
73
|
settings: string;
|
|
74
74
|
}, {
|
|
75
|
-
id: string;
|
|
76
75
|
status: string;
|
|
76
|
+
id: string;
|
|
77
77
|
isArchived: boolean;
|
|
78
78
|
createdAt: Date;
|
|
79
79
|
updatedAt: Date;
|
|
@@ -101,40 +101,40 @@ export declare const projectMtaAllocationRestResSchema: z.ZodObject<{
|
|
|
101
101
|
createdBy: z.ZodNullable<z.ZodString>;
|
|
102
102
|
updatedBy: z.ZodNullable<z.ZodString>;
|
|
103
103
|
}, "strip", z.ZodTypeAny, {
|
|
104
|
-
id: string;
|
|
105
104
|
status: string;
|
|
105
|
+
id: string;
|
|
106
|
+
balanceCents: bigint;
|
|
107
|
+
stateCode: string;
|
|
108
|
+
bankCode: string;
|
|
106
109
|
isArchived: boolean;
|
|
107
110
|
createdBy: string | null;
|
|
108
111
|
createdAt: Date;
|
|
109
112
|
updatedAt: Date;
|
|
110
113
|
syncedAt: Date | null;
|
|
111
|
-
balanceCents: bigint;
|
|
112
114
|
name: string;
|
|
113
115
|
bsb: string;
|
|
114
116
|
accountNumber: string;
|
|
115
117
|
updatedBy: string | null;
|
|
116
118
|
country: string;
|
|
117
|
-
stateCode: string;
|
|
118
|
-
bankCode: string;
|
|
119
119
|
currentReceiveSeq: number;
|
|
120
120
|
currentPayoutSeq: number;
|
|
121
121
|
subsidiaryId: string;
|
|
122
122
|
}, {
|
|
123
|
-
id: string;
|
|
124
123
|
status: string;
|
|
124
|
+
id: string;
|
|
125
|
+
balanceCents: bigint;
|
|
126
|
+
stateCode: string;
|
|
127
|
+
bankCode: string;
|
|
125
128
|
isArchived: boolean;
|
|
126
129
|
createdBy: string | null;
|
|
127
130
|
createdAt: Date;
|
|
128
131
|
updatedAt: Date;
|
|
129
132
|
syncedAt: Date | null;
|
|
130
|
-
balanceCents: bigint;
|
|
131
133
|
name: string;
|
|
132
134
|
bsb: string;
|
|
133
135
|
accountNumber: string;
|
|
134
136
|
updatedBy: string | null;
|
|
135
137
|
country: string;
|
|
136
|
-
stateCode: string;
|
|
137
|
-
bankCode: string;
|
|
138
138
|
currentReceiveSeq: number;
|
|
139
139
|
currentPayoutSeq: number;
|
|
140
140
|
subsidiaryId: string;
|
|
@@ -183,8 +183,8 @@ export declare const projectMtaAllocationRestResSchema: z.ZodObject<{
|
|
|
183
183
|
domainName: string;
|
|
184
184
|
}>>>>;
|
|
185
185
|
}, "strip", z.ZodTypeAny, {
|
|
186
|
-
id: string;
|
|
187
186
|
status: string;
|
|
187
|
+
id: string;
|
|
188
188
|
isArchived: boolean;
|
|
189
189
|
createdAt: Date;
|
|
190
190
|
updatedAt: Date;
|
|
@@ -199,21 +199,21 @@ export declare const projectMtaAllocationRestResSchema: z.ZodObject<{
|
|
|
199
199
|
};
|
|
200
200
|
};
|
|
201
201
|
mta?: {
|
|
202
|
-
id: string;
|
|
203
202
|
status: string;
|
|
203
|
+
id: string;
|
|
204
|
+
balanceCents: bigint;
|
|
205
|
+
stateCode: string;
|
|
206
|
+
bankCode: string;
|
|
204
207
|
isArchived: boolean;
|
|
205
208
|
createdBy: string | null;
|
|
206
209
|
createdAt: Date;
|
|
207
210
|
updatedAt: Date;
|
|
208
211
|
syncedAt: Date | null;
|
|
209
|
-
balanceCents: bigint;
|
|
210
212
|
name: string;
|
|
211
213
|
bsb: string;
|
|
212
214
|
accountNumber: string;
|
|
213
215
|
updatedBy: string | null;
|
|
214
216
|
country: string;
|
|
215
|
-
stateCode: string;
|
|
216
|
-
bankCode: string;
|
|
217
217
|
currentReceiveSeq: number;
|
|
218
218
|
currentPayoutSeq: number;
|
|
219
219
|
subsidiaryId: string;
|
|
@@ -225,8 +225,8 @@ export declare const projectMtaAllocationRestResSchema: z.ZodObject<{
|
|
|
225
225
|
domainName: string;
|
|
226
226
|
} | null | undefined;
|
|
227
227
|
paymentProvider?: {
|
|
228
|
-
id: string;
|
|
229
228
|
status: string;
|
|
229
|
+
id: string;
|
|
230
230
|
isArchived: boolean;
|
|
231
231
|
createdAt: Date;
|
|
232
232
|
updatedAt: Date;
|
|
@@ -235,8 +235,8 @@ export declare const projectMtaAllocationRestResSchema: z.ZodObject<{
|
|
|
235
235
|
settings: string;
|
|
236
236
|
} | undefined;
|
|
237
237
|
}, {
|
|
238
|
-
id: string;
|
|
239
238
|
status: string;
|
|
239
|
+
id: string;
|
|
240
240
|
isArchived: boolean;
|
|
241
241
|
createdAt: Date;
|
|
242
242
|
updatedAt: Date;
|
|
@@ -245,29 +245,29 @@ export declare const projectMtaAllocationRestResSchema: z.ZodObject<{
|
|
|
245
245
|
paymentProviderId: string;
|
|
246
246
|
account: string;
|
|
247
247
|
mta?: {
|
|
248
|
-
id: string;
|
|
249
248
|
status: string;
|
|
249
|
+
id: string;
|
|
250
|
+
balanceCents: bigint;
|
|
251
|
+
stateCode: string;
|
|
252
|
+
bankCode: string;
|
|
250
253
|
isArchived: boolean;
|
|
251
254
|
createdBy: string | null;
|
|
252
255
|
createdAt: Date;
|
|
253
256
|
updatedAt: Date;
|
|
254
257
|
syncedAt: Date | null;
|
|
255
|
-
balanceCents: bigint;
|
|
256
258
|
name: string;
|
|
257
259
|
bsb: string;
|
|
258
260
|
accountNumber: string;
|
|
259
261
|
updatedBy: string | null;
|
|
260
262
|
country: string;
|
|
261
|
-
stateCode: string;
|
|
262
|
-
bankCode: string;
|
|
263
263
|
currentReceiveSeq: number;
|
|
264
264
|
currentPayoutSeq: number;
|
|
265
265
|
subsidiaryId: string;
|
|
266
266
|
} | undefined;
|
|
267
267
|
floatAccount?: string | null | undefined;
|
|
268
268
|
paymentProvider?: {
|
|
269
|
-
id: string;
|
|
270
269
|
status: string;
|
|
270
|
+
id: string;
|
|
271
271
|
isArchived: boolean;
|
|
272
272
|
createdAt: Date;
|
|
273
273
|
updatedAt: Date;
|
|
@@ -291,8 +291,8 @@ export declare const projectMtaAllocationRestResSchema: z.ZodObject<{
|
|
|
291
291
|
mtaId: z.ZodString;
|
|
292
292
|
closingDescription: z.ZodNullable<z.ZodString>;
|
|
293
293
|
}, "strip", z.ZodTypeAny, {
|
|
294
|
-
id: string;
|
|
295
294
|
status: string;
|
|
295
|
+
id: string;
|
|
296
296
|
isArchived: boolean;
|
|
297
297
|
createdAt: Date;
|
|
298
298
|
updatedAt: Date;
|
|
@@ -305,8 +305,8 @@ export declare const projectMtaAllocationRestResSchema: z.ZodObject<{
|
|
|
305
305
|
startDate: Date;
|
|
306
306
|
openingBalanceCents: bigint;
|
|
307
307
|
}, {
|
|
308
|
-
id: string;
|
|
309
308
|
status: string;
|
|
309
|
+
id: string;
|
|
310
310
|
isArchived: boolean;
|
|
311
311
|
createdAt: Date;
|
|
312
312
|
updatedAt: Date;
|
|
@@ -319,20 +319,20 @@ export declare const projectMtaAllocationRestResSchema: z.ZodObject<{
|
|
|
319
319
|
startDate: Date;
|
|
320
320
|
openingBalanceCents: bigint;
|
|
321
321
|
}>, "many">>>;
|
|
322
|
-
}, "id" | "
|
|
322
|
+
}, "id" | "stateCode" | "bankCode" | "name" | "bsb" | "accountNumber">, "strip", z.ZodTypeAny, {
|
|
323
323
|
id: string;
|
|
324
|
+
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
325
|
+
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
324
326
|
name: string;
|
|
325
327
|
bsb: string | null;
|
|
326
328
|
accountNumber: string | null;
|
|
327
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
328
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
329
329
|
}, {
|
|
330
330
|
id: string;
|
|
331
|
+
stateCode: string;
|
|
332
|
+
bankCode: string;
|
|
331
333
|
name: string;
|
|
332
334
|
bsb: string;
|
|
333
335
|
accountNumber: string;
|
|
334
|
-
stateCode: string;
|
|
335
|
-
bankCode: string;
|
|
336
336
|
}>>;
|
|
337
337
|
creator: z.ZodLazy<z.ZodObject<Pick<{
|
|
338
338
|
id: z.ZodString;
|
|
@@ -387,14 +387,14 @@ export declare const projectMtaAllocationRestResSchema: z.ZodObject<{
|
|
|
387
387
|
}, "strip", z.ZodTypeAny, {
|
|
388
388
|
mta: {
|
|
389
389
|
id: string;
|
|
390
|
+
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
391
|
+
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
390
392
|
name: string;
|
|
391
393
|
bsb: string | null;
|
|
392
394
|
accountNumber: string | null;
|
|
393
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
394
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
395
395
|
};
|
|
396
|
-
id: string;
|
|
397
396
|
status: import("../..").AccountingCommonStatus;
|
|
397
|
+
id: string;
|
|
398
398
|
isArchived: boolean;
|
|
399
399
|
createdBy: string | null;
|
|
400
400
|
createdAt: Date;
|
|
@@ -419,14 +419,14 @@ export declare const projectMtaAllocationRestResSchema: z.ZodObject<{
|
|
|
419
419
|
}, {
|
|
420
420
|
mta: {
|
|
421
421
|
id: string;
|
|
422
|
+
stateCode: string;
|
|
423
|
+
bankCode: string;
|
|
422
424
|
name: string;
|
|
423
425
|
bsb: string;
|
|
424
426
|
accountNumber: string;
|
|
425
|
-
stateCode: string;
|
|
426
|
-
bankCode: string;
|
|
427
427
|
};
|
|
428
|
-
id: string;
|
|
429
428
|
status: import("../..").AccountingCommonStatus;
|
|
429
|
+
id: string;
|
|
430
430
|
isArchived: boolean;
|
|
431
431
|
createdBy: string | null;
|
|
432
432
|
createdAt: Date;
|
|
@@ -10,8 +10,8 @@ export declare const customerEntitySchema: z.ZodObject<{
|
|
|
10
10
|
syncedAt: z.ZodDate;
|
|
11
11
|
updatedAt: z.ZodDate;
|
|
12
12
|
}, "strip", z.ZodTypeAny, {
|
|
13
|
-
id: string;
|
|
14
13
|
status: string;
|
|
14
|
+
id: string;
|
|
15
15
|
isArchived: boolean;
|
|
16
16
|
createdAt: Date;
|
|
17
17
|
updatedAt: Date;
|
|
@@ -20,8 +20,8 @@ export declare const customerEntitySchema: z.ZodObject<{
|
|
|
20
20
|
email: string;
|
|
21
21
|
syncedAt: Date;
|
|
22
22
|
}, {
|
|
23
|
-
id: string;
|
|
24
23
|
status: string;
|
|
24
|
+
id: string;
|
|
25
25
|
isArchived: boolean;
|
|
26
26
|
createdAt: Date;
|
|
27
27
|
updatedAt: Date;
|
|
@@ -4,13 +4,13 @@ export declare const balanceRestResSchema: z.ZodObject<{
|
|
|
4
4
|
creditAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNullable<z.ZodNumber>>;
|
|
5
5
|
balanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNullable<z.ZodNumber>>;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
|
+
balanceCents: number | null;
|
|
7
8
|
debitAmountCents: number | null;
|
|
8
9
|
creditAmountCents: number | null;
|
|
9
|
-
balanceCents: number | null;
|
|
10
10
|
}, {
|
|
11
|
+
balanceCents: number | bigint;
|
|
11
12
|
debitAmountCents: number | bigint;
|
|
12
13
|
creditAmountCents: number | bigint;
|
|
13
|
-
balanceCents: number | bigint;
|
|
14
14
|
}>;
|
|
15
15
|
export declare const propertyAccountsBalanceRestResSchema: z.ZodObject<{
|
|
16
16
|
mta: z.ZodLazy<z.ZodObject<{
|
|
@@ -18,48 +18,48 @@ export declare const propertyAccountsBalanceRestResSchema: z.ZodObject<{
|
|
|
18
18
|
creditAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNullable<z.ZodNumber>>;
|
|
19
19
|
balanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNullable<z.ZodNumber>>;
|
|
20
20
|
}, "strip", z.ZodTypeAny, {
|
|
21
|
+
balanceCents: number | null;
|
|
21
22
|
debitAmountCents: number | null;
|
|
22
23
|
creditAmountCents: number | null;
|
|
23
|
-
balanceCents: number | null;
|
|
24
24
|
}, {
|
|
25
|
+
balanceCents: number | bigint;
|
|
25
26
|
debitAmountCents: number | bigint;
|
|
26
27
|
creditAmountCents: number | bigint;
|
|
27
|
-
balanceCents: number | bigint;
|
|
28
28
|
}>>;
|
|
29
29
|
cma: z.ZodLazy<z.ZodObject<{
|
|
30
30
|
debitAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNullable<z.ZodNumber>>;
|
|
31
31
|
creditAmountCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNullable<z.ZodNumber>>;
|
|
32
32
|
balanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodBigInt, z.ZodNumber]>, number, number | bigint>, z.ZodNullable<z.ZodNumber>>;
|
|
33
33
|
}, "strip", z.ZodTypeAny, {
|
|
34
|
+
balanceCents: number | null;
|
|
34
35
|
debitAmountCents: number | null;
|
|
35
36
|
creditAmountCents: number | null;
|
|
36
|
-
balanceCents: number | null;
|
|
37
37
|
}, {
|
|
38
|
+
balanceCents: number | bigint;
|
|
38
39
|
debitAmountCents: number | bigint;
|
|
39
40
|
creditAmountCents: number | bigint;
|
|
40
|
-
balanceCents: number | bigint;
|
|
41
41
|
}>>;
|
|
42
42
|
}, "strip", z.ZodTypeAny, {
|
|
43
43
|
cma: {
|
|
44
|
+
balanceCents: number | null;
|
|
44
45
|
debitAmountCents: number | null;
|
|
45
46
|
creditAmountCents: number | null;
|
|
46
|
-
balanceCents: number | null;
|
|
47
47
|
};
|
|
48
48
|
mta: {
|
|
49
|
+
balanceCents: number | null;
|
|
49
50
|
debitAmountCents: number | null;
|
|
50
51
|
creditAmountCents: number | null;
|
|
51
|
-
balanceCents: number | null;
|
|
52
52
|
};
|
|
53
53
|
}, {
|
|
54
54
|
cma: {
|
|
55
|
+
balanceCents: number | bigint;
|
|
55
56
|
debitAmountCents: number | bigint;
|
|
56
57
|
creditAmountCents: number | bigint;
|
|
57
|
-
balanceCents: number | bigint;
|
|
58
58
|
};
|
|
59
59
|
mta: {
|
|
60
|
+
balanceCents: number | bigint;
|
|
60
61
|
debitAmountCents: number | bigint;
|
|
61
62
|
creditAmountCents: number | bigint;
|
|
62
|
-
balanceCents: number | bigint;
|
|
63
63
|
};
|
|
64
64
|
}>;
|
|
65
65
|
export type PropertyAccountsBalanceRestRes = z.infer<typeof propertyAccountsBalanceRestResSchema>;
|
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const propertySearchRestReqSchema: z.ZodObject<{
|
|
3
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
4
|
+
equals?: string | undefined;
|
|
5
|
+
in?: string[] | undefined;
|
|
6
|
+
notIn?: string[] | undefined;
|
|
7
|
+
lt?: string | undefined;
|
|
8
|
+
lte?: string | undefined;
|
|
9
|
+
gt?: string | undefined;
|
|
10
|
+
gte?: string | undefined;
|
|
11
|
+
contains?: string | undefined;
|
|
12
|
+
startsWith?: string | undefined;
|
|
13
|
+
endsWith?: string | undefined;
|
|
14
|
+
} & {
|
|
15
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
16
|
+
}, z.ZodTypeDef, {
|
|
17
|
+
equals?: string | undefined;
|
|
18
|
+
in?: string[] | undefined;
|
|
19
|
+
notIn?: string[] | undefined;
|
|
20
|
+
lt?: string | undefined;
|
|
21
|
+
lte?: string | undefined;
|
|
22
|
+
gt?: string | undefined;
|
|
23
|
+
gte?: string | undefined;
|
|
24
|
+
contains?: string | undefined;
|
|
25
|
+
startsWith?: string | undefined;
|
|
26
|
+
endsWith?: string | undefined;
|
|
27
|
+
} & {
|
|
28
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
29
|
+
}>>, z.ZodString]>>;
|
|
3
30
|
customerId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<{
|
|
4
31
|
equals?: string | undefined;
|
|
5
32
|
in?: string[] | undefined;
|
|
@@ -438,6 +465,20 @@ export declare const propertySearchRestReqSchema: z.ZodObject<{
|
|
|
438
465
|
} & {
|
|
439
466
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
440
467
|
}) | undefined;
|
|
468
|
+
id?: string | ({
|
|
469
|
+
equals?: string | undefined;
|
|
470
|
+
in?: string[] | undefined;
|
|
471
|
+
notIn?: string[] | undefined;
|
|
472
|
+
lt?: string | undefined;
|
|
473
|
+
lte?: string | undefined;
|
|
474
|
+
gt?: string | undefined;
|
|
475
|
+
gte?: string | undefined;
|
|
476
|
+
contains?: string | undefined;
|
|
477
|
+
startsWith?: string | undefined;
|
|
478
|
+
endsWith?: string | undefined;
|
|
479
|
+
} & {
|
|
480
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
481
|
+
}) | undefined;
|
|
441
482
|
balanceCents?: bigint | ({
|
|
442
483
|
equals?: bigint | undefined;
|
|
443
484
|
in?: bigint[] | undefined;
|
|
@@ -656,6 +697,20 @@ export declare const propertySearchRestReqSchema: z.ZodObject<{
|
|
|
656
697
|
} & {
|
|
657
698
|
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
658
699
|
}) | undefined;
|
|
700
|
+
id?: string | ({
|
|
701
|
+
equals?: string | undefined;
|
|
702
|
+
in?: string[] | undefined;
|
|
703
|
+
notIn?: string[] | undefined;
|
|
704
|
+
lt?: string | undefined;
|
|
705
|
+
lte?: string | undefined;
|
|
706
|
+
gt?: string | undefined;
|
|
707
|
+
gte?: string | undefined;
|
|
708
|
+
contains?: string | undefined;
|
|
709
|
+
startsWith?: string | undefined;
|
|
710
|
+
endsWith?: string | undefined;
|
|
711
|
+
} & {
|
|
712
|
+
not?: string | z.input<typeof import("..").StringFilterBaseSchema> | undefined;
|
|
713
|
+
}) | undefined;
|
|
659
714
|
balanceCents?: bigint | ({
|
|
660
715
|
equals?: number | bigint | undefined;
|
|
661
716
|
in?: (number | bigint)[] | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"property-search.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/property/property-search.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"property-search.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/property/property-search.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;uBAIZ,EAAI,KAAI;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;uBAcoE,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCADhC,EAAI,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBACc,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCADhC,EAAI,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBACc,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCADhC,EAAI,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAb9D,EAAI,KAAI;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;uBAcoE,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAdrF,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;uBAcoE,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAAT,EAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAdrF,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;yCAa6C,EAAI,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAb9D,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;;;;uBAAR,EAAI,KAAI;;;;;;;;;;;yCAa6C,EAAI,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCAAT,EAAI,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;EAOxF,CAAC;AAEH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
|