@powerhousedao/contributor-billing 0.1.30 → 0.1.32
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/document-models/account-transactions/actions.d.ts +20 -0
- package/dist/document-models/account-transactions/actions.d.ts.map +1 -0
- package/dist/document-models/account-transactions/actions.js +9 -0
- package/dist/document-models/account-transactions/gen/account/actions.d.ts +8 -0
- package/dist/document-models/account-transactions/gen/account/actions.d.ts.map +1 -0
- package/dist/document-models/account-transactions/gen/account/creators.d.ts +4 -0
- package/dist/document-models/account-transactions/gen/account/creators.d.ts.map +1 -0
- package/dist/document-models/account-transactions/gen/account/creators.js +3 -0
- package/dist/document-models/account-transactions/gen/account/error.d.ts.map +1 -0
- package/dist/document-models/account-transactions/gen/account/operations.d.ts +7 -0
- package/dist/document-models/account-transactions/gen/account/operations.d.ts.map +1 -0
- package/dist/document-models/account-transactions/gen/actions.d.ts +8 -0
- package/dist/document-models/account-transactions/gen/actions.d.ts.map +1 -0
- package/dist/document-models/account-transactions/gen/actions.js +3 -0
- package/dist/document-models/account-transactions/gen/budgets/actions.d.ts +16 -0
- package/dist/document-models/account-transactions/gen/budgets/actions.d.ts.map +1 -0
- package/dist/document-models/account-transactions/gen/budgets/actions.js +1 -0
- package/dist/document-models/account-transactions/gen/budgets/creators.d.ts +6 -0
- package/dist/document-models/account-transactions/gen/budgets/creators.d.ts.map +1 -0
- package/dist/document-models/account-transactions/gen/budgets/creators.js +5 -0
- package/dist/document-models/account-transactions/gen/budgets/error.d.ts +2 -0
- package/dist/document-models/account-transactions/gen/budgets/error.d.ts.map +1 -0
- package/dist/document-models/account-transactions/gen/budgets/error.js +1 -0
- package/dist/document-models/account-transactions/gen/budgets/operations.d.ts +9 -0
- package/dist/document-models/account-transactions/gen/budgets/operations.d.ts.map +1 -0
- package/dist/document-models/account-transactions/gen/budgets/operations.js +3 -0
- package/dist/document-models/account-transactions/gen/creators.d.ts +7 -0
- package/dist/document-models/account-transactions/gen/creators.d.ts.map +1 -0
- package/dist/document-models/account-transactions/gen/creators.js +6 -0
- package/dist/document-models/account-transactions/gen/document-model.d.ts.map +1 -0
- package/dist/document-models/account-transactions/gen/document-model.js +139 -0
- package/dist/document-models/account-transactions/gen/document-schema.d.ts +180 -0
- package/dist/document-models/account-transactions/gen/document-schema.d.ts.map +1 -0
- package/dist/document-models/account-transactions/gen/document-schema.js +33 -0
- package/dist/document-models/account-transactions/gen/document-type.d.ts +2 -0
- package/dist/document-models/account-transactions/gen/document-type.d.ts.map +1 -0
- package/dist/document-models/account-transactions/gen/document-type.js +1 -0
- package/dist/document-models/account-transactions/gen/index.d.ts +14 -0
- package/dist/document-models/account-transactions/gen/index.d.ts.map +1 -0
- package/dist/document-models/account-transactions/gen/index.js +13 -0
- package/dist/document-models/account-transactions/gen/ph-factories.d.ts +23 -0
- package/dist/document-models/account-transactions/gen/ph-factories.d.ts.map +1 -0
- package/dist/document-models/account-transactions/gen/ph-factories.js +59 -0
- package/dist/document-models/account-transactions/gen/reducer.d.ts +3 -0
- package/dist/document-models/account-transactions/gen/reducer.d.ts.map +1 -0
- package/dist/document-models/account-transactions/gen/reducer.js +47 -0
- package/dist/document-models/account-transactions/gen/schema/index.d.ts.map +1 -0
- package/dist/document-models/account-transactions/gen/schema/types.d.ts +230 -0
- package/dist/document-models/account-transactions/gen/schema/types.d.ts.map +1 -0
- package/dist/document-models/account-transactions/gen/schema/zod.d.ts +25 -0
- package/dist/document-models/account-transactions/gen/schema/zod.d.ts.map +1 -0
- package/dist/document-models/account-transactions/gen/schema/zod.js +144 -0
- package/dist/document-models/account-transactions/gen/transactions/actions.d.ts +20 -0
- package/dist/document-models/account-transactions/gen/transactions/actions.d.ts.map +1 -0
- package/dist/document-models/account-transactions/gen/transactions/actions.js +1 -0
- package/dist/document-models/account-transactions/gen/transactions/creators.d.ts +7 -0
- package/dist/document-models/account-transactions/gen/transactions/creators.d.ts.map +1 -0
- package/dist/document-models/account-transactions/gen/transactions/creators.js +6 -0
- package/dist/document-models/account-transactions/gen/transactions/error.d.ts +2 -0
- package/dist/document-models/account-transactions/gen/transactions/error.d.ts.map +1 -0
- package/dist/document-models/account-transactions/gen/transactions/error.js +1 -0
- package/dist/document-models/account-transactions/gen/transactions/operations.d.ts +10 -0
- package/dist/document-models/account-transactions/gen/transactions/operations.d.ts.map +1 -0
- package/dist/document-models/account-transactions/gen/transactions/operations.js +3 -0
- package/dist/document-models/account-transactions/gen/types.d.ts +12 -0
- package/dist/document-models/account-transactions/gen/types.d.ts.map +1 -0
- package/dist/document-models/account-transactions/gen/utils.d.ts +15 -0
- package/dist/document-models/account-transactions/gen/utils.d.ts.map +1 -0
- package/dist/document-models/account-transactions/gen/utils.js +63 -0
- package/dist/document-models/account-transactions/hooks.d.ts +11 -0
- package/dist/document-models/account-transactions/hooks.d.ts.map +1 -0
- package/dist/document-models/account-transactions/hooks.js +26 -0
- package/dist/document-models/account-transactions/index.d.ts.map +1 -0
- package/dist/document-models/account-transactions/module.d.ts +5 -0
- package/dist/document-models/account-transactions/module.d.ts.map +1 -0
- package/dist/document-models/account-transactions/module.js +10 -0
- package/dist/document-models/account-transactions/src/index.d.ts.map +1 -0
- package/dist/document-models/account-transactions/src/reducers/account.d.ts +3 -0
- package/dist/document-models/account-transactions/src/reducers/account.d.ts.map +1 -0
- package/dist/document-models/account-transactions/src/reducers/account.js +13 -0
- package/dist/document-models/account-transactions/src/reducers/budgets.d.ts +3 -0
- package/dist/document-models/account-transactions/src/reducers/budgets.d.ts.map +1 -0
- package/dist/document-models/account-transactions/src/reducers/budgets.js +20 -0
- package/dist/document-models/account-transactions/src/reducers/transactions.d.ts +3 -0
- package/dist/document-models/account-transactions/src/reducers/transactions.d.ts.map +1 -0
- package/dist/document-models/account-transactions/src/reducers/transactions.js +69 -0
- package/dist/document-models/{integrations/src/tests/integrations.test.d.ts → account-transactions/src/tests/account.test.d.ts} +1 -1
- package/dist/document-models/account-transactions/src/tests/account.test.d.ts.map +1 -0
- package/dist/document-models/account-transactions/src/tests/account.test.js +19 -0
- package/dist/document-models/account-transactions/src/tests/budgets.test.d.ts +6 -0
- package/dist/document-models/account-transactions/src/tests/budgets.test.d.ts.map +1 -0
- package/dist/document-models/account-transactions/src/tests/budgets.test.js +39 -0
- package/dist/document-models/account-transactions/src/tests/document-model.test.d.ts.map +1 -0
- package/dist/document-models/account-transactions/src/tests/document-model.test.js +104 -0
- package/dist/document-models/account-transactions/src/tests/transactions.test.d.ts +6 -0
- package/dist/document-models/account-transactions/src/tests/transactions.test.d.ts.map +1 -0
- package/dist/document-models/account-transactions/src/tests/transactions.test.js +49 -0
- package/dist/document-models/account-transactions/src/utils.d.ts.map +1 -0
- package/dist/document-models/account-transactions/utils.d.ts +14 -0
- package/dist/document-models/account-transactions/utils.d.ts.map +1 -0
- package/dist/document-models/account-transactions/utils.js +7 -0
- package/dist/document-models/{integrations → accounts}/actions.d.ts +5 -4
- package/dist/document-models/accounts/actions.d.ts.map +1 -0
- package/dist/document-models/accounts/actions.js +4 -0
- package/dist/document-models/accounts/gen/accounts/actions.d.ts +20 -0
- package/dist/document-models/accounts/gen/accounts/actions.d.ts.map +1 -0
- package/dist/document-models/accounts/gen/accounts/actions.js +1 -0
- package/dist/document-models/accounts/gen/accounts/creators.d.ts +7 -0
- package/dist/document-models/accounts/gen/accounts/creators.d.ts.map +1 -0
- package/dist/document-models/accounts/gen/accounts/creators.js +6 -0
- package/dist/document-models/accounts/gen/accounts/error.d.ts +2 -0
- package/dist/document-models/accounts/gen/accounts/error.d.ts.map +1 -0
- package/dist/document-models/accounts/gen/accounts/error.js +1 -0
- package/dist/document-models/accounts/gen/accounts/operations.d.ts +10 -0
- package/dist/document-models/accounts/gen/accounts/operations.d.ts.map +1 -0
- package/dist/document-models/accounts/gen/accounts/operations.js +3 -0
- package/dist/document-models/accounts/gen/actions.d.ts +4 -0
- package/dist/document-models/accounts/gen/actions.d.ts.map +1 -0
- package/dist/document-models/accounts/gen/actions.js +1 -0
- package/dist/document-models/accounts/gen/creators.d.ts +3 -0
- package/dist/document-models/accounts/gen/creators.d.ts.map +1 -0
- package/dist/document-models/accounts/gen/creators.js +2 -0
- package/dist/document-models/accounts/gen/document-model.d.ts +3 -0
- package/dist/document-models/accounts/gen/document-model.d.ts.map +1 -0
- package/dist/document-models/accounts/gen/document-model.js +81 -0
- package/dist/document-models/accounts/gen/document-schema.d.ts +142 -0
- package/dist/document-models/accounts/gen/document-schema.d.ts.map +1 -0
- package/dist/document-models/accounts/gen/document-schema.js +33 -0
- package/dist/document-models/accounts/gen/document-type.d.ts +2 -0
- package/dist/document-models/accounts/gen/document-type.d.ts.map +1 -0
- package/dist/document-models/accounts/gen/document-type.js +1 -0
- package/dist/document-models/{integrations → accounts}/gen/index.d.ts +2 -2
- package/dist/document-models/accounts/gen/index.d.ts.map +1 -0
- package/dist/document-models/{integrations → accounts}/gen/index.js +2 -2
- package/dist/document-models/accounts/gen/ph-factories.d.ts +23 -0
- package/dist/document-models/accounts/gen/ph-factories.d.ts.map +1 -0
- package/dist/document-models/{integrations → accounts}/gen/ph-factories.js +3 -5
- package/dist/document-models/accounts/gen/reducer.d.ts +3 -0
- package/dist/document-models/accounts/gen/reducer.d.ts.map +1 -0
- package/dist/document-models/accounts/gen/reducer.js +29 -0
- package/dist/document-models/accounts/gen/schema/index.d.ts +3 -0
- package/dist/document-models/accounts/gen/schema/index.d.ts.map +1 -0
- package/dist/document-models/accounts/gen/schema/index.js +2 -0
- package/dist/document-models/{integrations → accounts}/gen/schema/types.d.ts +41 -53
- package/dist/document-models/accounts/gen/schema/types.d.ts.map +1 -0
- package/dist/document-models/accounts/gen/schema/types.js +1 -0
- package/dist/document-models/accounts/gen/schema/zod.d.ts +20 -0
- package/dist/document-models/accounts/gen/schema/zod.d.ts.map +1 -0
- package/dist/document-models/accounts/gen/schema/zod.js +80 -0
- package/dist/document-models/accounts/gen/types.d.ts +12 -0
- package/dist/document-models/accounts/gen/types.d.ts.map +1 -0
- package/dist/document-models/accounts/gen/types.js +1 -0
- package/dist/document-models/accounts/gen/utils.d.ts +15 -0
- package/dist/document-models/accounts/gen/utils.d.ts.map +1 -0
- package/dist/document-models/{integrations → accounts}/gen/utils.js +8 -10
- package/dist/document-models/accounts/hooks.d.ts +11 -0
- package/dist/document-models/accounts/hooks.d.ts.map +1 -0
- package/dist/document-models/accounts/hooks.js +26 -0
- package/dist/document-models/accounts/index.d.ts +10 -0
- package/dist/document-models/accounts/index.d.ts.map +1 -0
- package/dist/document-models/accounts/index.js +9 -0
- package/dist/document-models/accounts/module.d.ts +5 -0
- package/dist/document-models/accounts/module.d.ts.map +1 -0
- package/dist/document-models/{integrations → accounts}/module.js +2 -2
- package/dist/document-models/accounts/src/index.d.ts +2 -0
- package/dist/document-models/accounts/src/index.d.ts.map +1 -0
- package/dist/document-models/accounts/src/index.js +1 -0
- package/dist/document-models/accounts/src/reducers/accounts.d.ts +3 -0
- package/dist/document-models/accounts/src/reducers/accounts.d.ts.map +1 -0
- package/dist/document-models/accounts/src/reducers/accounts.js +52 -0
- package/dist/document-models/accounts/src/tests/accounts.test.d.ts +6 -0
- package/dist/document-models/accounts/src/tests/accounts.test.d.ts.map +1 -0
- package/dist/document-models/accounts/src/tests/accounts.test.js +19 -0
- package/dist/document-models/accounts/src/tests/document-model.test.d.ts +10 -0
- package/dist/document-models/accounts/src/tests/document-model.test.d.ts.map +1 -0
- package/dist/document-models/{integrations → accounts}/src/tests/document-model.test.js +26 -26
- package/dist/document-models/accounts/src/utils.d.ts +2 -0
- package/dist/document-models/accounts/src/utils.d.ts.map +1 -0
- package/dist/document-models/accounts/src/utils.js +1 -0
- package/dist/document-models/accounts/utils.d.ts +14 -0
- package/dist/document-models/accounts/utils.d.ts.map +1 -0
- package/dist/document-models/{integrations → accounts}/utils.js +1 -1
- package/dist/document-models/billing-statement/gen/document-schema.d.ts +32 -32
- package/dist/document-models/billing-statement/gen/document-schema.d.ts.map +1 -1
- package/dist/document-models/billing-statement/src/reducers/line-items.d.ts.map +1 -1
- package/dist/document-models/billing-statement/src/reducers/line-items.js +0 -1
- package/dist/document-models/document-models.d.ts.map +1 -1
- package/dist/document-models/document-models.js +11 -3
- package/dist/document-models/expense-report/actions.d.ts +2 -0
- package/dist/document-models/expense-report/actions.d.ts.map +1 -1
- package/dist/document-models/expense-report/gen/document-model.d.ts.map +1 -1
- package/dist/document-models/expense-report/gen/document-model.js +25 -3
- package/dist/document-models/expense-report/gen/document-schema.d.ts +38 -0
- package/dist/document-models/expense-report/gen/document-schema.d.ts.map +1 -1
- package/dist/document-models/expense-report/gen/ph-factories.d.ts.map +1 -1
- package/dist/document-models/expense-report/gen/ph-factories.js +17 -15
- package/dist/document-models/expense-report/gen/reducer.d.ts.map +1 -1
- package/dist/document-models/expense-report/gen/reducer.js +9 -1
- package/dist/document-models/expense-report/gen/schema/types.d.ts +14 -0
- package/dist/document-models/expense-report/gen/schema/types.d.ts.map +1 -1
- package/dist/document-models/expense-report/gen/schema/zod.d.ts +5 -1
- package/dist/document-models/expense-report/gen/schema/zod.d.ts.map +1 -1
- package/dist/document-models/expense-report/gen/schema/zod.js +22 -0
- package/dist/document-models/expense-report/gen/utils.d.ts.map +1 -1
- package/dist/document-models/expense-report/gen/utils.js +17 -15
- package/dist/document-models/expense-report/gen/wallet/actions.d.ts +10 -2
- package/dist/document-models/expense-report/gen/wallet/actions.d.ts.map +1 -1
- package/dist/document-models/expense-report/gen/wallet/creators.d.ts +4 -2
- package/dist/document-models/expense-report/gen/wallet/creators.d.ts.map +1 -1
- package/dist/document-models/expense-report/gen/wallet/creators.js +3 -1
- package/dist/document-models/expense-report/gen/wallet/operations.d.ts +3 -1
- package/dist/document-models/expense-report/gen/wallet/operations.d.ts.map +1 -1
- package/dist/document-models/expense-report/src/reducers/wallet.d.ts.map +1 -1
- package/dist/document-models/expense-report/src/reducers/wallet.js +29 -7
- package/dist/document-models/index.d.ts +10 -2
- package/dist/document-models/index.d.ts.map +1 -1
- package/dist/document-models/index.js +10 -2
- package/dist/document-models/invoice/gen/document-schema.d.ts +96 -96
- package/dist/document-models/invoice/gen/document-schema.d.ts.map +1 -1
- package/dist/document-models/service-offering/actions.d.ts +42 -0
- package/dist/document-models/service-offering/actions.d.ts.map +1 -0
- package/dist/document-models/service-offering/actions.js +10 -0
- package/dist/document-models/service-offering/gen/actions.d.ts +10 -0
- package/dist/document-models/service-offering/gen/actions.d.ts.map +1 -0
- package/dist/document-models/service-offering/gen/actions.js +4 -0
- package/dist/document-models/service-offering/gen/creators.d.ts +9 -0
- package/dist/document-models/service-offering/gen/creators.d.ts.map +1 -0
- package/dist/document-models/service-offering/gen/creators.js +8 -0
- package/dist/document-models/service-offering/gen/document-model.d.ts +3 -0
- package/dist/document-models/service-offering/gen/document-model.d.ts.map +1 -0
- package/dist/document-models/service-offering/gen/document-model.js +620 -0
- package/dist/document-models/service-offering/gen/document-schema.d.ts +427 -0
- package/dist/document-models/service-offering/gen/document-schema.d.ts.map +1 -0
- package/dist/document-models/service-offering/gen/document-schema.js +33 -0
- package/dist/document-models/service-offering/gen/document-type.d.ts +2 -0
- package/dist/document-models/service-offering/gen/document-type.d.ts.map +1 -0
- package/dist/document-models/service-offering/gen/document-type.js +1 -0
- package/dist/document-models/service-offering/gen/index.d.ts +15 -0
- package/dist/document-models/service-offering/gen/index.d.ts.map +1 -0
- package/dist/document-models/service-offering/gen/index.js +14 -0
- package/dist/document-models/service-offering/gen/offering-management/actions.d.ts +52 -0
- package/dist/document-models/service-offering/gen/offering-management/actions.d.ts.map +1 -0
- package/dist/document-models/service-offering/gen/offering-management/actions.js +1 -0
- package/dist/document-models/service-offering/gen/offering-management/creators.d.ts +15 -0
- package/dist/document-models/service-offering/gen/offering-management/creators.d.ts.map +1 -0
- package/dist/document-models/service-offering/gen/offering-management/creators.js +14 -0
- package/dist/document-models/service-offering/gen/offering-management/error.d.ts +35 -0
- package/dist/document-models/service-offering/gen/offering-management/error.d.ts.map +1 -0
- package/dist/document-models/service-offering/gen/offering-management/error.js +38 -0
- package/dist/document-models/service-offering/gen/offering-management/operations.d.ts +18 -0
- package/dist/document-models/service-offering/gen/offering-management/operations.d.ts.map +1 -0
- package/dist/document-models/service-offering/gen/offering-management/operations.js +3 -0
- package/dist/document-models/service-offering/gen/option-group-management/actions.d.ts +16 -0
- package/dist/document-models/service-offering/gen/option-group-management/actions.d.ts.map +1 -0
- package/dist/document-models/service-offering/gen/option-group-management/actions.js +1 -0
- package/dist/document-models/service-offering/gen/option-group-management/creators.d.ts +6 -0
- package/dist/document-models/service-offering/gen/option-group-management/creators.d.ts.map +1 -0
- package/dist/document-models/service-offering/gen/option-group-management/creators.js +5 -0
- package/dist/document-models/service-offering/gen/option-group-management/error.d.ts +28 -0
- package/dist/document-models/service-offering/gen/option-group-management/error.d.ts.map +1 -0
- package/dist/document-models/service-offering/gen/option-group-management/error.js +29 -0
- package/dist/document-models/service-offering/gen/option-group-management/operations.d.ts +9 -0
- package/dist/document-models/service-offering/gen/option-group-management/operations.d.ts.map +1 -0
- package/dist/document-models/service-offering/gen/option-group-management/operations.js +3 -0
- package/dist/document-models/service-offering/gen/ph-factories.d.ts +23 -0
- package/dist/document-models/service-offering/gen/ph-factories.d.ts.map +1 -0
- package/dist/document-models/service-offering/gen/ph-factories.js +62 -0
- package/dist/document-models/service-offering/gen/reducer.d.ts +3 -0
- package/dist/document-models/service-offering/gen/reducer.d.ts.map +1 -0
- package/dist/document-models/service-offering/gen/reducer.js +136 -0
- package/dist/document-models/service-offering/gen/schema/index.d.ts +3 -0
- package/dist/document-models/service-offering/gen/schema/index.d.ts.map +1 -0
- package/dist/document-models/service-offering/gen/schema/index.js +2 -0
- package/dist/document-models/service-offering/gen/schema/types.d.ts +424 -0
- package/dist/document-models/service-offering/gen/schema/types.d.ts.map +1 -0
- package/dist/document-models/service-offering/gen/schema/types.js +1 -0
- package/dist/document-models/service-offering/gen/schema/zod.d.ts +54 -0
- package/dist/document-models/service-offering/gen/schema/zod.d.ts.map +1 -0
- package/dist/document-models/service-offering/gen/schema/zod.js +408 -0
- package/dist/document-models/service-offering/gen/service-management/actions.d.ts +24 -0
- package/dist/document-models/service-offering/gen/service-management/actions.d.ts.map +1 -0
- package/dist/document-models/service-offering/gen/service-management/actions.js +1 -0
- package/dist/document-models/service-offering/gen/service-management/creators.d.ts +8 -0
- package/dist/document-models/service-offering/gen/service-management/creators.d.ts.map +1 -0
- package/dist/document-models/service-offering/gen/service-management/creators.js +7 -0
- package/dist/document-models/service-offering/gen/service-management/error.d.ts +52 -0
- package/dist/document-models/service-offering/gen/service-management/error.d.ts.map +1 -0
- package/dist/document-models/service-offering/gen/service-management/error.js +61 -0
- package/dist/document-models/service-offering/gen/service-management/operations.d.ts +11 -0
- package/dist/document-models/service-offering/gen/service-management/operations.d.ts.map +1 -0
- package/dist/document-models/service-offering/gen/service-management/operations.js +3 -0
- package/dist/document-models/service-offering/gen/tier-management/actions.d.ts +44 -0
- package/dist/document-models/service-offering/gen/tier-management/actions.d.ts.map +1 -0
- package/dist/document-models/service-offering/gen/tier-management/actions.js +1 -0
- package/dist/document-models/service-offering/gen/tier-management/creators.d.ts +13 -0
- package/dist/document-models/service-offering/gen/tier-management/creators.d.ts.map +1 -0
- package/dist/document-models/service-offering/gen/tier-management/creators.js +12 -0
- package/dist/document-models/service-offering/gen/tier-management/error.d.ts +107 -0
- package/dist/document-models/service-offering/gen/tier-management/error.d.ts.map +1 -0
- package/dist/document-models/service-offering/gen/tier-management/error.js +134 -0
- package/dist/document-models/service-offering/gen/tier-management/operations.d.ts +16 -0
- package/dist/document-models/service-offering/gen/tier-management/operations.d.ts.map +1 -0
- package/dist/document-models/service-offering/gen/tier-management/operations.js +3 -0
- package/dist/document-models/service-offering/gen/types.d.ts +12 -0
- package/dist/document-models/service-offering/gen/types.d.ts.map +1 -0
- package/dist/document-models/service-offering/gen/types.js +1 -0
- package/dist/document-models/service-offering/gen/utils.d.ts +15 -0
- package/dist/document-models/service-offering/gen/utils.d.ts.map +1 -0
- package/dist/document-models/service-offering/gen/utils.js +66 -0
- package/dist/document-models/service-offering/hooks.d.ts +11 -0
- package/dist/document-models/service-offering/hooks.d.ts.map +1 -0
- package/dist/document-models/service-offering/hooks.js +26 -0
- package/dist/document-models/service-offering/index.d.ts +10 -0
- package/dist/document-models/service-offering/index.d.ts.map +1 -0
- package/dist/document-models/service-offering/index.js +9 -0
- package/dist/document-models/service-offering/module.d.ts +5 -0
- package/dist/document-models/service-offering/module.d.ts.map +1 -0
- package/dist/document-models/service-offering/module.js +10 -0
- package/dist/document-models/service-offering/src/index.d.ts +2 -0
- package/dist/document-models/service-offering/src/index.d.ts.map +1 -0
- package/dist/document-models/service-offering/src/index.js +1 -0
- package/dist/document-models/service-offering/src/reducers/offering-management.d.ts +3 -0
- package/dist/document-models/service-offering/src/reducers/offering-management.d.ts.map +1 -0
- package/dist/document-models/service-offering/src/reducers/offering-management.js +100 -0
- package/dist/document-models/service-offering/src/reducers/option-group-management.d.ts +3 -0
- package/dist/document-models/service-offering/src/reducers/option-group-management.d.ts.map +1 -0
- package/dist/document-models/service-offering/src/reducers/option-group-management.js +47 -0
- package/dist/document-models/service-offering/src/reducers/service-management.d.ts +3 -0
- package/dist/document-models/service-offering/src/reducers/service-management.d.ts.map +1 -0
- package/dist/document-models/service-offering/src/reducers/service-management.js +74 -0
- package/dist/document-models/service-offering/src/reducers/tier-management.d.ts +3 -0
- package/dist/document-models/service-offering/src/reducers/tier-management.d.ts.map +1 -0
- package/dist/document-models/service-offering/src/reducers/tier-management.js +159 -0
- package/dist/document-models/service-offering/src/tests/document-model.test.d.ts +10 -0
- package/dist/document-models/service-offering/src/tests/document-model.test.d.ts.map +1 -0
- package/dist/document-models/service-offering/src/tests/document-model.test.js +104 -0
- package/dist/document-models/service-offering/src/tests/offering-management.test.d.ts +6 -0
- package/dist/document-models/service-offering/src/tests/offering-management.test.d.ts.map +1 -0
- package/dist/document-models/service-offering/src/tests/offering-management.test.js +129 -0
- package/dist/document-models/service-offering/src/tests/option-group-management.test.d.ts +6 -0
- package/dist/document-models/service-offering/src/tests/option-group-management.test.d.ts.map +1 -0
- package/dist/document-models/service-offering/src/tests/option-group-management.test.js +39 -0
- package/dist/document-models/service-offering/src/tests/service-management.test.d.ts +6 -0
- package/dist/document-models/service-offering/src/tests/service-management.test.d.ts.map +1 -0
- package/dist/document-models/service-offering/src/tests/service-management.test.js +59 -0
- package/dist/document-models/service-offering/src/tests/tier-management.test.d.ts +2 -0
- package/dist/document-models/service-offering/src/tests/tier-management.test.d.ts.map +1 -0
- package/dist/document-models/service-offering/src/tests/tier-management.test.js +1 -0
- package/dist/document-models/service-offering/src/utils.d.ts +2 -0
- package/dist/document-models/service-offering/src/utils.d.ts.map +1 -0
- package/dist/document-models/service-offering/src/utils.js +1 -0
- package/dist/document-models/service-offering/utils.d.ts +14 -0
- package/dist/document-models/service-offering/utils.d.ts.map +1 -0
- package/dist/document-models/service-offering/utils.js +7 -0
- package/dist/document-models/service-subscriptions/actions.d.ts +25 -0
- package/dist/document-models/service-subscriptions/actions.d.ts.map +1 -0
- package/dist/document-models/service-subscriptions/actions.js +9 -0
- package/dist/document-models/service-subscriptions/gen/actions.d.ts +8 -0
- package/dist/document-models/service-subscriptions/gen/actions.d.ts.map +1 -0
- package/dist/document-models/service-subscriptions/gen/actions.js +3 -0
- package/dist/document-models/service-subscriptions/gen/categories/actions.d.ts +16 -0
- package/dist/document-models/service-subscriptions/gen/categories/actions.d.ts.map +1 -0
- package/dist/document-models/service-subscriptions/gen/categories/actions.js +1 -0
- package/dist/document-models/service-subscriptions/gen/categories/creators.d.ts +6 -0
- package/dist/document-models/service-subscriptions/gen/categories/creators.d.ts.map +1 -0
- package/dist/document-models/service-subscriptions/gen/categories/creators.js +5 -0
- package/dist/document-models/service-subscriptions/gen/categories/error.d.ts +2 -0
- package/dist/document-models/service-subscriptions/gen/categories/error.d.ts.map +1 -0
- package/dist/document-models/service-subscriptions/gen/categories/error.js +1 -0
- package/dist/document-models/service-subscriptions/gen/categories/operations.d.ts +9 -0
- package/dist/document-models/service-subscriptions/gen/categories/operations.d.ts.map +1 -0
- package/dist/document-models/service-subscriptions/gen/categories/operations.js +3 -0
- package/dist/document-models/service-subscriptions/gen/creators.d.ts +7 -0
- package/dist/document-models/service-subscriptions/gen/creators.d.ts.map +1 -0
- package/dist/document-models/service-subscriptions/gen/creators.js +6 -0
- package/dist/document-models/service-subscriptions/gen/document-model.d.ts +3 -0
- package/dist/document-models/service-subscriptions/gen/document-model.d.ts.map +1 -0
- package/dist/document-models/service-subscriptions/gen/document-model.js +194 -0
- package/dist/document-models/service-subscriptions/gen/document-schema.d.ts +180 -0
- package/dist/document-models/service-subscriptions/gen/document-schema.d.ts.map +1 -0
- package/dist/document-models/service-subscriptions/gen/document-schema.js +33 -0
- package/dist/document-models/service-subscriptions/gen/document-type.d.ts +2 -0
- package/dist/document-models/service-subscriptions/gen/document-type.d.ts.map +1 -0
- package/dist/document-models/service-subscriptions/gen/document-type.js +1 -0
- package/dist/document-models/service-subscriptions/gen/index.d.ts +14 -0
- package/dist/document-models/service-subscriptions/gen/index.d.ts.map +1 -0
- package/dist/document-models/service-subscriptions/gen/index.js +13 -0
- package/dist/document-models/service-subscriptions/gen/ph-factories.d.ts +23 -0
- package/dist/document-models/service-subscriptions/gen/ph-factories.d.ts.map +1 -0
- package/dist/document-models/service-subscriptions/gen/ph-factories.js +45 -0
- package/dist/document-models/service-subscriptions/gen/reducer.d.ts +3 -0
- package/dist/document-models/service-subscriptions/gen/reducer.d.ts.map +1 -0
- package/dist/document-models/service-subscriptions/gen/reducer.js +67 -0
- package/dist/document-models/service-subscriptions/gen/schema/index.d.ts +3 -0
- package/dist/document-models/service-subscriptions/gen/schema/index.d.ts.map +1 -0
- package/dist/document-models/service-subscriptions/gen/schema/index.js +2 -0
- package/dist/document-models/service-subscriptions/gen/schema/types.d.ts +274 -0
- package/dist/document-models/service-subscriptions/gen/schema/types.d.ts.map +1 -0
- package/dist/document-models/service-subscriptions/gen/schema/types.js +1 -0
- package/dist/document-models/service-subscriptions/gen/schema/zod.d.ts +31 -0
- package/dist/document-models/service-subscriptions/gen/schema/zod.d.ts.map +1 -0
- package/dist/document-models/service-subscriptions/gen/schema/zod.js +199 -0
- package/dist/document-models/service-subscriptions/gen/subscriptions/actions.d.ts +32 -0
- package/dist/document-models/service-subscriptions/gen/subscriptions/actions.d.ts.map +1 -0
- package/dist/document-models/service-subscriptions/gen/subscriptions/actions.js +1 -0
- package/dist/document-models/service-subscriptions/gen/subscriptions/creators.d.ts +10 -0
- package/dist/document-models/service-subscriptions/gen/subscriptions/creators.d.ts.map +1 -0
- package/dist/document-models/service-subscriptions/gen/subscriptions/creators.js +9 -0
- package/dist/document-models/service-subscriptions/gen/subscriptions/error.d.ts +2 -0
- package/dist/document-models/service-subscriptions/gen/subscriptions/error.d.ts.map +1 -0
- package/dist/document-models/service-subscriptions/gen/subscriptions/error.js +1 -0
- package/dist/document-models/service-subscriptions/gen/subscriptions/operations.d.ts +13 -0
- package/dist/document-models/service-subscriptions/gen/subscriptions/operations.d.ts.map +1 -0
- package/dist/document-models/service-subscriptions/gen/subscriptions/operations.js +3 -0
- package/dist/document-models/service-subscriptions/gen/types.d.ts +12 -0
- package/dist/document-models/service-subscriptions/gen/types.d.ts.map +1 -0
- package/dist/document-models/service-subscriptions/gen/types.js +1 -0
- package/dist/document-models/service-subscriptions/gen/utils.d.ts +15 -0
- package/dist/document-models/service-subscriptions/gen/utils.d.ts.map +1 -0
- package/dist/document-models/service-subscriptions/gen/utils.js +53 -0
- package/dist/document-models/service-subscriptions/gen/vendors/actions.d.ts +16 -0
- package/dist/document-models/service-subscriptions/gen/vendors/actions.d.ts.map +1 -0
- package/dist/document-models/service-subscriptions/gen/vendors/actions.js +1 -0
- package/dist/document-models/service-subscriptions/gen/vendors/creators.d.ts +6 -0
- package/dist/document-models/service-subscriptions/gen/vendors/creators.d.ts.map +1 -0
- package/dist/document-models/service-subscriptions/gen/vendors/creators.js +5 -0
- package/dist/document-models/service-subscriptions/gen/vendors/error.d.ts +2 -0
- package/dist/document-models/service-subscriptions/gen/vendors/error.d.ts.map +1 -0
- package/dist/document-models/service-subscriptions/gen/vendors/error.js +1 -0
- package/dist/document-models/service-subscriptions/gen/vendors/operations.d.ts +9 -0
- package/dist/document-models/service-subscriptions/gen/vendors/operations.d.ts.map +1 -0
- package/dist/document-models/service-subscriptions/gen/vendors/operations.js +3 -0
- package/dist/document-models/service-subscriptions/hooks.d.ts +11 -0
- package/dist/document-models/service-subscriptions/hooks.d.ts.map +1 -0
- package/dist/document-models/service-subscriptions/hooks.js +26 -0
- package/dist/document-models/service-subscriptions/index.d.ts +10 -0
- package/dist/document-models/service-subscriptions/index.d.ts.map +1 -0
- package/dist/document-models/service-subscriptions/index.js +9 -0
- package/dist/document-models/service-subscriptions/module.d.ts +5 -0
- package/dist/document-models/service-subscriptions/module.d.ts.map +1 -0
- package/dist/document-models/service-subscriptions/module.js +10 -0
- package/dist/document-models/service-subscriptions/src/index.d.ts +2 -0
- package/dist/document-models/service-subscriptions/src/index.d.ts.map +1 -0
- package/dist/document-models/service-subscriptions/src/index.js +1 -0
- package/dist/document-models/service-subscriptions/src/reducers/categories.d.ts +3 -0
- package/dist/document-models/service-subscriptions/src/reducers/categories.d.ts.map +1 -0
- package/dist/document-models/service-subscriptions/src/reducers/categories.js +24 -0
- package/dist/document-models/service-subscriptions/src/reducers/subscriptions.d.ts +3 -0
- package/dist/document-models/service-subscriptions/src/reducers/subscriptions.d.ts.map +1 -0
- package/dist/document-models/service-subscriptions/src/reducers/subscriptions.js +114 -0
- package/dist/document-models/service-subscriptions/src/reducers/vendors.d.ts +3 -0
- package/dist/document-models/service-subscriptions/src/reducers/vendors.d.ts.map +1 -0
- package/dist/document-models/service-subscriptions/src/reducers/vendors.js +30 -0
- package/dist/document-models/service-subscriptions/src/tests/categories.test.d.ts +6 -0
- package/dist/document-models/service-subscriptions/src/tests/categories.test.d.ts.map +1 -0
- package/dist/document-models/{integrations/src/tests/integrations.test.js → service-subscriptions/src/tests/categories.test.js} +17 -17
- package/dist/document-models/service-subscriptions/src/tests/document-model.test.d.ts +10 -0
- package/dist/document-models/service-subscriptions/src/tests/document-model.test.d.ts.map +1 -0
- package/dist/document-models/service-subscriptions/src/tests/document-model.test.js +104 -0
- package/dist/document-models/service-subscriptions/src/tests/subscriptions.test.d.ts +6 -0
- package/dist/document-models/service-subscriptions/src/tests/subscriptions.test.d.ts.map +1 -0
- package/dist/document-models/service-subscriptions/src/tests/subscriptions.test.js +79 -0
- package/dist/document-models/service-subscriptions/src/tests/vendors.test.d.ts +6 -0
- package/dist/document-models/service-subscriptions/src/tests/vendors.test.d.ts.map +1 -0
- package/dist/document-models/service-subscriptions/src/tests/vendors.test.js +39 -0
- package/dist/document-models/service-subscriptions/src/utils.d.ts +2 -0
- package/dist/document-models/service-subscriptions/src/utils.d.ts.map +1 -0
- package/dist/document-models/service-subscriptions/src/utils.js +1 -0
- package/dist/document-models/service-subscriptions/utils.d.ts +14 -0
- package/dist/document-models/service-subscriptions/utils.d.ts.map +1 -0
- package/dist/document-models/service-subscriptions/utils.js +7 -0
- package/dist/document-models/snapshot-report/actions.d.ts +29 -0
- package/dist/document-models/snapshot-report/actions.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/actions.js +10 -0
- package/dist/document-models/snapshot-report/gen/accounts/actions.d.ts +16 -0
- package/dist/document-models/snapshot-report/gen/accounts/actions.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/gen/accounts/actions.js +1 -0
- package/dist/document-models/snapshot-report/gen/accounts/creators.d.ts +6 -0
- package/dist/document-models/snapshot-report/gen/accounts/creators.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/gen/accounts/creators.js +5 -0
- package/dist/document-models/snapshot-report/gen/accounts/error.d.ts +28 -0
- package/dist/document-models/snapshot-report/gen/accounts/error.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/gen/accounts/error.js +29 -0
- package/dist/document-models/snapshot-report/gen/accounts/operations.d.ts +9 -0
- package/dist/document-models/snapshot-report/gen/accounts/operations.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/gen/accounts/operations.js +3 -0
- package/dist/document-models/snapshot-report/gen/actions.d.ts +10 -0
- package/dist/document-models/snapshot-report/gen/actions.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/gen/actions.js +4 -0
- package/dist/document-models/snapshot-report/gen/balances/actions.d.ts +20 -0
- package/dist/document-models/snapshot-report/gen/balances/actions.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/gen/balances/actions.js +1 -0
- package/dist/document-models/snapshot-report/gen/balances/creators.d.ts +7 -0
- package/dist/document-models/snapshot-report/gen/balances/creators.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/gen/balances/creators.js +6 -0
- package/dist/document-models/snapshot-report/gen/balances/error.d.ts +35 -0
- package/dist/document-models/snapshot-report/gen/balances/error.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/gen/balances/error.js +38 -0
- package/dist/document-models/snapshot-report/gen/balances/operations.d.ts +10 -0
- package/dist/document-models/snapshot-report/gen/balances/operations.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/gen/balances/operations.js +3 -0
- package/dist/document-models/snapshot-report/gen/configuration/actions.d.ts +28 -0
- package/dist/document-models/snapshot-report/gen/configuration/actions.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/gen/configuration/actions.js +1 -0
- package/dist/document-models/snapshot-report/gen/configuration/creators.d.ts +9 -0
- package/dist/document-models/snapshot-report/gen/configuration/creators.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/gen/configuration/creators.js +8 -0
- package/dist/document-models/snapshot-report/gen/configuration/error.d.ts +2 -0
- package/dist/document-models/snapshot-report/gen/configuration/error.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/gen/configuration/error.js +1 -0
- package/dist/document-models/snapshot-report/gen/configuration/operations.d.ts +12 -0
- package/dist/document-models/snapshot-report/gen/configuration/operations.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/gen/configuration/operations.js +3 -0
- package/dist/document-models/snapshot-report/gen/creators.d.ts +9 -0
- package/dist/document-models/snapshot-report/gen/creators.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/gen/creators.js +8 -0
- package/dist/document-models/snapshot-report/gen/document-model.d.ts +3 -0
- package/dist/document-models/snapshot-report/gen/document-model.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/gen/document-model.js +332 -0
- package/dist/document-models/snapshot-report/gen/document-schema.d.ts +275 -0
- package/dist/document-models/snapshot-report/gen/document-schema.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/gen/document-schema.js +33 -0
- package/dist/document-models/snapshot-report/gen/document-type.d.ts +2 -0
- package/dist/document-models/snapshot-report/gen/document-type.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/gen/document-type.js +1 -0
- package/dist/document-models/snapshot-report/gen/index.d.ts +15 -0
- package/dist/document-models/snapshot-report/gen/index.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/gen/index.js +14 -0
- package/dist/document-models/snapshot-report/gen/ph-factories.d.ts +23 -0
- package/dist/document-models/snapshot-report/gen/ph-factories.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/gen/ph-factories.js +54 -0
- package/dist/document-models/snapshot-report/gen/reducer.d.ts +3 -0
- package/dist/document-models/snapshot-report/gen/reducer.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/gen/reducer.js +84 -0
- package/dist/document-models/snapshot-report/gen/schema/index.d.ts +3 -0
- package/dist/document-models/snapshot-report/gen/schema/index.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/gen/schema/index.js +2 -0
- package/dist/document-models/snapshot-report/gen/schema/types.d.ts +264 -0
- package/dist/document-models/snapshot-report/gen/schema/types.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/gen/schema/types.js +1 -0
- package/dist/document-models/snapshot-report/gen/schema/zod.d.ts +37 -0
- package/dist/document-models/snapshot-report/gen/schema/zod.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/gen/schema/zod.js +208 -0
- package/dist/document-models/snapshot-report/gen/transactions/actions.d.ts +20 -0
- package/dist/document-models/snapshot-report/gen/transactions/actions.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/gen/transactions/actions.js +1 -0
- package/dist/document-models/snapshot-report/gen/transactions/creators.d.ts +7 -0
- package/dist/document-models/snapshot-report/gen/transactions/creators.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/gen/transactions/creators.js +6 -0
- package/dist/document-models/snapshot-report/gen/transactions/error.d.ts +33 -0
- package/dist/document-models/snapshot-report/gen/transactions/error.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/gen/transactions/error.js +36 -0
- package/dist/document-models/snapshot-report/gen/transactions/operations.d.ts +10 -0
- package/dist/document-models/snapshot-report/gen/transactions/operations.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/gen/transactions/operations.js +3 -0
- package/dist/document-models/snapshot-report/gen/types.d.ts +12 -0
- package/dist/document-models/snapshot-report/gen/types.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/gen/types.js +1 -0
- package/dist/document-models/snapshot-report/gen/utils.d.ts +15 -0
- package/dist/document-models/snapshot-report/gen/utils.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/gen/utils.js +58 -0
- package/dist/document-models/snapshot-report/hooks.d.ts +11 -0
- package/dist/document-models/snapshot-report/hooks.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/hooks.js +26 -0
- package/dist/document-models/snapshot-report/index.d.ts +10 -0
- package/dist/document-models/snapshot-report/index.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/index.js +9 -0
- package/dist/document-models/snapshot-report/module.d.ts +5 -0
- package/dist/document-models/snapshot-report/module.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/module.js +10 -0
- package/dist/document-models/snapshot-report/src/index.d.ts +2 -0
- package/dist/document-models/snapshot-report/src/index.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/src/index.js +1 -0
- package/dist/document-models/snapshot-report/src/reducers/accounts.d.ts +3 -0
- package/dist/document-models/snapshot-report/src/reducers/accounts.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/src/reducers/accounts.js +34 -0
- package/dist/document-models/snapshot-report/src/reducers/balances.d.ts +3 -0
- package/dist/document-models/snapshot-report/src/reducers/balances.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/src/reducers/balances.js +60 -0
- package/dist/document-models/snapshot-report/src/reducers/configuration.d.ts +3 -0
- package/dist/document-models/snapshot-report/src/reducers/configuration.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/src/reducers/configuration.js +35 -0
- package/dist/document-models/snapshot-report/src/reducers/transactions.d.ts +3 -0
- package/dist/document-models/snapshot-report/src/reducers/transactions.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/src/reducers/transactions.js +99 -0
- package/dist/document-models/snapshot-report/src/tests/accounts.test.d.ts +6 -0
- package/dist/document-models/snapshot-report/src/tests/accounts.test.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/src/tests/accounts.test.js +39 -0
- package/dist/document-models/snapshot-report/src/tests/balances.test.d.ts +6 -0
- package/dist/document-models/snapshot-report/src/tests/balances.test.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/src/tests/balances.test.js +49 -0
- package/dist/document-models/snapshot-report/src/tests/configuration.test.d.ts +6 -0
- package/dist/document-models/snapshot-report/src/tests/configuration.test.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/src/tests/configuration.test.js +39 -0
- package/dist/document-models/snapshot-report/src/tests/document-model.test.d.ts +10 -0
- package/dist/document-models/snapshot-report/src/tests/document-model.test.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/src/tests/document-model.test.js +104 -0
- package/dist/document-models/snapshot-report/src/tests/transactions.test.d.ts +6 -0
- package/dist/document-models/snapshot-report/src/tests/transactions.test.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/src/tests/transactions.test.js +39 -0
- package/dist/document-models/snapshot-report/src/utils.d.ts +2 -0
- package/dist/document-models/snapshot-report/src/utils.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/src/utils.js +1 -0
- package/dist/document-models/snapshot-report/utils.d.ts +14 -0
- package/dist/document-models/snapshot-report/utils.d.ts.map +1 -0
- package/dist/document-models/snapshot-report/utils.js +7 -0
- package/dist/editors/account-transactions-editor/alchemyIntegration.d.ts +55 -0
- package/dist/editors/account-transactions-editor/alchemyIntegration.d.ts.map +1 -0
- package/dist/editors/account-transactions-editor/alchemyIntegration.js +136 -0
- package/dist/editors/account-transactions-editor/components/AccountSection.d.ts +9 -0
- package/dist/editors/account-transactions-editor/components/AccountSection.d.ts.map +1 -0
- package/dist/editors/account-transactions-editor/components/AccountSection.js +18 -0
- package/dist/editors/account-transactions-editor/components/DocumentHeader.d.ts +8 -0
- package/dist/editors/account-transactions-editor/components/DocumentHeader.d.ts.map +1 -0
- package/dist/editors/account-transactions-editor/components/DocumentHeader.js +13 -0
- package/dist/editors/account-transactions-editor/components/TransactionForm.d.ts +10 -0
- package/dist/editors/account-transactions-editor/components/TransactionForm.d.ts.map +1 -0
- package/dist/editors/account-transactions-editor/components/TransactionForm.js +70 -0
- package/dist/editors/account-transactions-editor/components/TransactionsTable.d.ts +9 -0
- package/dist/editors/account-transactions-editor/components/TransactionsTable.d.ts.map +1 -0
- package/dist/editors/account-transactions-editor/components/TransactionsTable.js +56 -0
- package/dist/editors/account-transactions-editor/editor.d.ts +3 -0
- package/dist/editors/account-transactions-editor/editor.d.ts.map +1 -0
- package/dist/editors/account-transactions-editor/editor.js +212 -0
- package/dist/editors/account-transactions-editor/index.d.ts +3 -0
- package/dist/editors/account-transactions-editor/index.d.ts.map +1 -0
- package/dist/editors/account-transactions-editor/index.js +9 -0
- package/dist/editors/account-transactions-editor/module.d.ts +3 -0
- package/dist/editors/account-transactions-editor/module.d.ts.map +1 -0
- package/dist/editors/account-transactions-editor/module.js +9 -0
- package/dist/editors/accounts-editor/components/AccountCard.d.ts +12 -0
- package/dist/editors/accounts-editor/components/AccountCard.d.ts.map +1 -0
- package/dist/editors/accounts-editor/components/AccountCard.js +23 -0
- package/dist/editors/accounts-editor/components/AccountForm.d.ts +19 -0
- package/dist/editors/accounts-editor/components/AccountForm.d.ts.map +1 -0
- package/dist/editors/accounts-editor/components/AccountForm.js +66 -0
- package/dist/editors/accounts-editor/components/AccountsFilter.d.ts +8 -0
- package/dist/editors/accounts-editor/components/AccountsFilter.d.ts.map +1 -0
- package/dist/editors/accounts-editor/components/AccountsFilter.js +34 -0
- package/dist/editors/accounts-editor/components/AccountsList.d.ts +12 -0
- package/dist/editors/accounts-editor/components/AccountsList.d.ts.map +1 -0
- package/dist/editors/accounts-editor/components/AccountsList.js +8 -0
- package/dist/editors/accounts-editor/components/DocumentHeader.d.ts +15 -0
- package/dist/editors/accounts-editor/components/DocumentHeader.d.ts.map +1 -0
- package/dist/editors/accounts-editor/components/DocumentHeader.js +23 -0
- package/dist/editors/accounts-editor/components/KYCStatusBadge.d.ts +7 -0
- package/dist/editors/accounts-editor/components/KYCStatusBadge.d.ts.map +1 -0
- package/dist/editors/accounts-editor/components/KYCStatusBadge.js +17 -0
- package/dist/editors/accounts-editor/editor.d.ts +3 -0
- package/dist/editors/accounts-editor/editor.d.ts.map +1 -0
- package/dist/editors/accounts-editor/editor.js +159 -0
- package/dist/editors/accounts-editor/index.d.ts +3 -0
- package/dist/editors/accounts-editor/index.d.ts.map +1 -0
- package/dist/editors/accounts-editor/index.js +9 -0
- package/dist/editors/accounts-editor/module.d.ts +3 -0
- package/dist/editors/accounts-editor/module.d.ts.map +1 -0
- package/dist/editors/accounts-editor/module.js +9 -0
- package/dist/editors/accounts-editor/services/accountTransactionsService.d.ts +29 -0
- package/dist/editors/accounts-editor/services/accountTransactionsService.d.ts.map +1 -0
- package/dist/editors/accounts-editor/services/accountTransactionsService.js +252 -0
- package/dist/editors/builder-team-admin/components/CreateDocument.d.ts.map +1 -0
- package/dist/editors/builder-team-admin/components/DriveContents.d.ts +6 -0
- package/dist/editors/builder-team-admin/components/DriveContents.d.ts.map +1 -0
- package/dist/editors/builder-team-admin/components/DriveContents.js +36 -0
- package/dist/editors/builder-team-admin/components/DriveExplorer.d.ts.map +1 -0
- package/dist/editors/builder-team-admin/components/DriveExplorer.js +49 -0
- package/dist/editors/builder-team-admin/components/EmptyState.d.ts.map +1 -0
- package/dist/editors/builder-team-admin/components/ExpenseReportsStats.d.ts +11 -0
- package/dist/editors/builder-team-admin/components/ExpenseReportsStats.d.ts.map +1 -0
- package/dist/editors/builder-team-admin/components/ExpenseReportsStats.js +137 -0
- package/dist/editors/builder-team-admin/components/Files.d.ts.map +1 -0
- package/dist/editors/builder-team-admin/components/FolderTree.d.ts +14 -0
- package/dist/editors/builder-team-admin/components/FolderTree.d.ts.map +1 -0
- package/dist/editors/builder-team-admin/components/FolderTree.js +307 -0
- package/dist/editors/builder-team-admin/components/Folders.d.ts.map +1 -0
- package/dist/editors/builder-team-admin/components/NavigationBreadcrumbs.d.ts.map +1 -0
- package/dist/editors/builder-team-admin/components/expense-reports.d.ts +2 -0
- package/dist/editors/builder-team-admin/components/expense-reports.d.ts.map +1 -0
- package/dist/editors/builder-team-admin/components/expense-reports.js +118 -0
- package/dist/editors/builder-team-admin/components/overview/ProfileHeader.d.ts +10 -0
- package/dist/editors/builder-team-admin/components/overview/ProfileHeader.d.ts.map +1 -0
- package/dist/editors/builder-team-admin/components/overview/ProfileHeader.js +24 -0
- package/dist/editors/builder-team-admin/components/overview/SubscriptionsStats.d.ts +15 -0
- package/dist/editors/builder-team-admin/components/overview/SubscriptionsStats.d.ts.map +1 -0
- package/dist/editors/builder-team-admin/components/overview/SubscriptionsStats.js +61 -0
- package/dist/editors/builder-team-admin/components/overview/TeamMembersOverview.d.ts +10 -0
- package/dist/editors/builder-team-admin/components/overview/TeamMembersOverview.d.ts.map +1 -0
- package/dist/editors/builder-team-admin/components/overview/TeamMembersOverview.js +121 -0
- package/dist/editors/builder-team-admin/components/snapshot-reports.d.ts +2 -0
- package/dist/editors/builder-team-admin/components/snapshot-reports.d.ts.map +1 -0
- package/dist/editors/builder-team-admin/components/snapshot-reports.js +116 -0
- package/dist/editors/builder-team-admin/components/team-members.d.ts +2 -0
- package/dist/editors/builder-team-admin/components/team-members.d.ts.map +1 -0
- package/dist/editors/builder-team-admin/components/team-members.js +309 -0
- package/dist/editors/{clean-new-editor → builder-team-admin}/config.d.ts +1 -1
- package/dist/editors/builder-team-admin/config.d.ts.map +1 -0
- package/dist/editors/builder-team-admin/config.js +8 -0
- package/dist/editors/{clean-new-editor → builder-team-admin}/editor.d.ts +1 -1
- package/dist/editors/builder-team-admin/editor.d.ts.map +1 -0
- package/dist/editors/{clean-new-editor → builder-team-admin}/editor.js +1 -1
- package/dist/editors/builder-team-admin/hooks/useExpenseReportAutoPlacement.d.ts +25 -0
- package/dist/editors/builder-team-admin/hooks/useExpenseReportAutoPlacement.d.ts.map +1 -0
- package/dist/editors/builder-team-admin/hooks/useExpenseReportAutoPlacement.js +180 -0
- package/dist/editors/builder-team-admin/hooks/useRemoteBuilderProfiles.d.ts +20 -0
- package/dist/editors/builder-team-admin/hooks/useRemoteBuilderProfiles.d.ts.map +1 -0
- package/dist/editors/builder-team-admin/hooks/useRemoteBuilderProfiles.js +57 -0
- package/dist/editors/builder-team-admin/hooks/useSnapshotReportAutoPlacement.d.ts +25 -0
- package/dist/editors/builder-team-admin/hooks/useSnapshotReportAutoPlacement.d.ts.map +1 -0
- package/dist/editors/builder-team-admin/hooks/useSnapshotReportAutoPlacement.js +180 -0
- package/dist/editors/builder-team-admin/module.d.ts +3 -0
- package/dist/editors/builder-team-admin/module.d.ts.map +1 -0
- package/dist/editors/{clean-new-editor → builder-team-admin}/module.js +3 -3
- package/dist/editors/builder-team-admin/utils/graphql-client.d.ts +41 -0
- package/dist/editors/builder-team-admin/utils/graphql-client.d.ts.map +1 -0
- package/dist/editors/builder-team-admin/utils/graphql-client.js +189 -0
- package/dist/editors/contributor-billing/components/DriveContents.d.ts.map +1 -1
- package/dist/editors/contributor-billing/components/DriveContents.js +5 -1
- package/dist/editors/contributor-billing/components/DriveExplorer.d.ts.map +1 -1
- package/dist/editors/contributor-billing/components/DriveExplorer.js +7 -7
- package/dist/editors/contributor-billing/components/FolderTree.d.ts +12 -3
- package/dist/editors/contributor-billing/components/FolderTree.d.ts.map +1 -1
- package/dist/editors/contributor-billing/components/FolderTree.js +146 -56
- package/dist/editors/contributor-billing/components/InvoiceTable/ConfirmationModal.d.ts.map +1 -0
- package/dist/editors/contributor-billing/components/InvoiceTable/HeaderControls.d.ts.map +1 -0
- package/dist/editors/contributor-billing/components/InvoiceTable/HeaderStats.d.ts.map +1 -0
- package/dist/{old-contributor-billing → editors/contributor-billing}/components/InvoiceTable/HeaderStats.js +10 -9
- package/dist/editors/contributor-billing/components/InvoiceTable/InvoiceTable.d.ts.map +1 -0
- package/dist/editors/contributor-billing/components/{InvoiceTable.js → InvoiceTable/InvoiceTable.js} +5 -5
- package/dist/editors/contributor-billing/components/InvoiceTable/InvoiceTableContainer.d.ts.map +1 -0
- package/dist/editors/contributor-billing/components/InvoiceTable/InvoiceTableRow.d.ts.map +1 -0
- package/dist/editors/contributor-billing/components/InvoiceTable/InvoiceTableSection.d.ts.map +1 -0
- package/dist/editors/contributor-billing/config.d.ts.map +1 -1
- package/dist/editors/contributor-billing/config.js +0 -1
- package/dist/editors/editors.d.ts.map +1 -1
- package/dist/editors/editors.js +13 -3
- package/dist/editors/expense-report/components/AddBillingStatementModal.d.ts.map +1 -1
- package/dist/editors/expense-report/components/AddReportToRemoteDrive.d.ts +13 -0
- package/dist/editors/expense-report/components/AddReportToRemoteDrive.d.ts.map +1 -0
- package/dist/editors/expense-report/components/AddReportToRemoteDrive.js +76 -0
- package/dist/editors/expense-report/components/AggregatedExpensesTable.d.ts.map +1 -1
- package/dist/editors/expense-report/components/AggregatedExpensesTable.js +9 -7
- package/dist/editors/expense-report/components/ExpenseReportPDF.d.ts.map +1 -1
- package/dist/editors/expense-report/components/ExpenseReportTransactionsTable.d.ts +15 -0
- package/dist/editors/expense-report/components/ExpenseReportTransactionsTable.d.ts.map +1 -0
- package/dist/editors/expense-report/components/ExpenseReportTransactionsTable.js +64 -0
- package/dist/editors/expense-report/components/SetOwner.d.ts +8 -0
- package/dist/editors/expense-report/components/SetOwner.d.ts.map +1 -0
- package/dist/editors/expense-report/components/SetOwner.js +98 -0
- package/dist/editors/expense-report/components/WalletsTable.d.ts +3 -1
- package/dist/editors/expense-report/components/WalletsTable.d.ts.map +1 -1
- package/dist/editors/expense-report/components/WalletsTable.js +564 -89
- package/dist/editors/expense-report/editor.d.ts.map +1 -1
- package/dist/editors/expense-report/editor.js +120 -21
- package/dist/editors/expense-report/hooks/useSyncWallet.d.ts +2 -2
- package/dist/editors/expense-report/hooks/useSyncWallet.d.ts.map +1 -1
- package/dist/editors/expense-report/hooks/useSyncWallet.js +92 -17
- package/dist/editors/expense-report/hooks/useWalletSync.d.ts.map +1 -1
- package/dist/editors/expense-report/hooks/useWalletSync.js +2 -1
- package/dist/editors/expense-report/services/walletAccountService.d.ts +40 -0
- package/dist/editors/expense-report/services/walletAccountService.d.ts.map +1 -0
- package/dist/editors/expense-report/services/walletAccountService.js +403 -0
- package/dist/editors/hooks/useAccountTransactionsDocument.d.ts +4 -0
- package/dist/editors/hooks/useAccountTransactionsDocument.d.ts.map +1 -0
- package/dist/editors/hooks/useAccountTransactionsDocument.js +8 -0
- package/dist/editors/hooks/useAccountsDocument.d.ts +4 -0
- package/dist/editors/hooks/useAccountsDocument.d.ts.map +1 -0
- package/dist/editors/hooks/useAccountsDocument.js +8 -0
- package/dist/editors/hooks/useSnapshotReportDocument.d.ts +4 -0
- package/dist/editors/hooks/useSnapshotReportDocument.d.ts.map +1 -0
- package/dist/editors/hooks/useSnapshotReportDocument.js +8 -0
- package/dist/editors/index.d.ts +7 -2
- package/dist/editors/index.d.ts.map +1 -1
- package/dist/editors/index.js +7 -2
- package/dist/editors/invoice/editor.d.ts.map +1 -1
- package/dist/editors/invoice/editor.js +20 -34
- package/dist/editors/invoice/invoiceToGnosis.js +1 -1
- package/dist/editors/invoice/lineItemTags/lineItemTags.d.ts.map +1 -1
- package/dist/editors/invoice/lineItemTags/lineItemTags.js +4 -25
- package/dist/editors/invoice/lineItems.d.ts +1 -1
- package/dist/editors/invoice/lineItems.d.ts.map +1 -1
- package/dist/editors/invoice/lineItems.js +31 -75
- package/dist/editors/invoice/module.d.ts +1 -1
- package/dist/editors/invoice/module.d.ts.map +1 -1
- package/dist/editors/invoice/module.js +1 -1
- package/dist/editors/service-offering-editor/components/EditName.d.ts +3 -0
- package/dist/editors/service-offering-editor/components/EditName.d.ts.map +1 -0
- package/dist/editors/service-offering-editor/components/EditName.js +31 -0
- package/dist/editors/service-offering-editor/components/OfferingInfo.d.ts +9 -0
- package/dist/editors/service-offering-editor/components/OfferingInfo.d.ts.map +1 -0
- package/dist/editors/service-offering-editor/components/OfferingInfo.js +62 -0
- package/dist/editors/service-offering-editor/components/ScopeAndFacets.d.ts +9 -0
- package/dist/editors/service-offering-editor/components/ScopeAndFacets.d.ts.map +1 -0
- package/dist/editors/service-offering-editor/components/ScopeAndFacets.js +1077 -0
- package/dist/editors/service-offering-editor/components/ServiceCatalog.d.ts +16 -0
- package/dist/editors/service-offering-editor/components/ServiceCatalog.d.ts.map +1 -0
- package/dist/editors/service-offering-editor/components/ServiceCatalog.js +1379 -0
- package/dist/editors/service-offering-editor/components/ServicesList.d.ts +9 -0
- package/dist/editors/service-offering-editor/components/ServicesList.d.ts.map +1 -0
- package/dist/editors/service-offering-editor/components/ServicesList.js +63 -0
- package/dist/editors/service-offering-editor/components/TabNavigation.d.ts +9 -0
- package/dist/editors/service-offering-editor/components/TabNavigation.d.ts.map +1 -0
- package/dist/editors/service-offering-editor/components/TabNavigation.js +243 -0
- package/dist/editors/service-offering-editor/components/TheMatrix.d.ts +10 -0
- package/dist/editors/service-offering-editor/components/TheMatrix.d.ts.map +1 -0
- package/dist/editors/service-offering-editor/components/TheMatrix.js +1686 -0
- package/dist/editors/service-offering-editor/components/TierDefinition.d.ts +9 -0
- package/dist/editors/service-offering-editor/components/TierDefinition.d.ts.map +1 -0
- package/dist/editors/service-offering-editor/components/TierDefinition.js +653 -0
- package/dist/editors/service-offering-editor/components/TiersList.d.ts +9 -0
- package/dist/editors/service-offering-editor/components/TiersList.d.ts.map +1 -0
- package/dist/editors/service-offering-editor/components/TiersList.js +137 -0
- package/dist/editors/service-offering-editor/editor.d.ts +2 -0
- package/dist/editors/service-offering-editor/editor.d.ts.map +1 -0
- package/dist/editors/service-offering-editor/editor.js +336 -0
- package/dist/editors/service-offering-editor/module.d.ts +4 -0
- package/dist/editors/service-offering-editor/module.d.ts.map +1 -0
- package/dist/editors/service-offering-editor/module.js +10 -0
- package/dist/editors/service-subscriptions-editor/components/AddCategoryModal.d.ts +7 -0
- package/dist/editors/service-subscriptions-editor/components/AddCategoryModal.d.ts.map +1 -0
- package/dist/editors/service-subscriptions-editor/components/AddCategoryModal.js +39 -0
- package/dist/editors/service-subscriptions-editor/components/AddSubscriptionModal.d.ts +10 -0
- package/dist/editors/service-subscriptions-editor/components/AddSubscriptionModal.d.ts.map +1 -0
- package/dist/editors/service-subscriptions-editor/components/AddSubscriptionModal.js +64 -0
- package/dist/editors/service-subscriptions-editor/components/AddVendorModal.d.ts +7 -0
- package/dist/editors/service-subscriptions-editor/components/AddVendorModal.d.ts.map +1 -0
- package/dist/editors/service-subscriptions-editor/components/AddVendorModal.js +43 -0
- package/dist/editors/service-subscriptions-editor/components/CategoriesList.d.ts +8 -0
- package/dist/editors/service-subscriptions-editor/components/CategoriesList.d.ts.map +1 -0
- package/dist/editors/service-subscriptions-editor/components/CategoriesList.js +23 -0
- package/dist/editors/service-subscriptions-editor/components/EditName.d.ts +3 -0
- package/dist/editors/service-subscriptions-editor/components/EditName.d.ts.map +1 -0
- package/dist/editors/service-subscriptions-editor/components/EditName.js +31 -0
- package/dist/editors/service-subscriptions-editor/components/StatsOverview.d.ts +8 -0
- package/dist/editors/service-subscriptions-editor/components/StatsOverview.d.ts.map +1 -0
- package/dist/editors/service-subscriptions-editor/components/StatsOverview.js +32 -0
- package/dist/editors/service-subscriptions-editor/components/SubscriptionsList.d.ts +10 -0
- package/dist/editors/service-subscriptions-editor/components/SubscriptionsList.d.ts.map +1 -0
- package/dist/editors/service-subscriptions-editor/components/SubscriptionsList.js +88 -0
- package/dist/editors/service-subscriptions-editor/components/VendorsList.d.ts +8 -0
- package/dist/editors/service-subscriptions-editor/components/VendorsList.d.ts.map +1 -0
- package/dist/editors/service-subscriptions-editor/components/VendorsList.js +23 -0
- package/dist/editors/service-subscriptions-editor/editor.d.ts +2 -0
- package/dist/editors/service-subscriptions-editor/editor.d.ts.map +1 -0
- package/dist/editors/service-subscriptions-editor/editor.js +60 -0
- package/dist/editors/{integrations → service-subscriptions-editor}/module.d.ts +1 -1
- package/dist/editors/service-subscriptions-editor/module.d.ts.map +1 -0
- package/dist/editors/service-subscriptions-editor/module.js +10 -0
- package/dist/editors/snapshot-report-editor/components/AddReportToRemoteDrive.d.ts +13 -0
- package/dist/editors/snapshot-report-editor/components/AddReportToRemoteDrive.d.ts.map +1 -0
- package/dist/editors/snapshot-report-editor/components/AddReportToRemoteDrive.js +76 -0
- package/dist/editors/snapshot-report-editor/components/SetOwner.d.ts +8 -0
- package/dist/editors/snapshot-report-editor/components/SetOwner.d.ts.map +1 -0
- package/dist/editors/snapshot-report-editor/components/SetOwner.js +98 -0
- package/dist/editors/snapshot-report-editor/editor.d.ts +2 -0
- package/dist/editors/snapshot-report-editor/editor.d.ts.map +1 -0
- package/dist/editors/snapshot-report-editor/editor.js +560 -0
- package/dist/editors/snapshot-report-editor/hooks/useSyncSnapshotAccount.d.ts +15 -0
- package/dist/editors/snapshot-report-editor/hooks/useSyncSnapshotAccount.d.ts.map +1 -0
- package/dist/editors/snapshot-report-editor/hooks/useSyncSnapshotAccount.js +327 -0
- package/dist/editors/snapshot-report-editor/module.d.ts +3 -0
- package/dist/editors/snapshot-report-editor/module.d.ts.map +1 -0
- package/dist/editors/snapshot-report-editor/module.js +9 -0
- package/dist/editors/snapshot-report-editor/utils/balanceCalculations.d.ts +26 -0
- package/dist/editors/snapshot-report-editor/utils/balanceCalculations.d.ts.map +1 -0
- package/dist/editors/snapshot-report-editor/utils/balanceCalculations.js +103 -0
- package/dist/editors/snapshot-report-editor/utils/deriveTransactions.d.ts +47 -0
- package/dist/editors/snapshot-report-editor/utils/deriveTransactions.d.ts.map +1 -0
- package/dist/editors/snapshot-report-editor/utils/deriveTransactions.js +89 -0
- package/dist/editors/snapshot-report-editor/utils/flowTypeCalculations.d.ts +29 -0
- package/dist/editors/snapshot-report-editor/utils/flowTypeCalculations.d.ts.map +1 -0
- package/dist/editors/snapshot-report-editor/utils/flowTypeCalculations.js +63 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/powerhouse.manifest.json +78 -6
- package/dist/scripts/alchemy/alchemyClient.d.ts +63 -0
- package/dist/scripts/alchemy/alchemyClient.d.ts.map +1 -0
- package/dist/scripts/alchemy/alchemyClient.js +232 -0
- package/dist/scripts/alchemy/alchemyEnvironment.d.ts +29 -0
- package/dist/scripts/alchemy/alchemyEnvironment.d.ts.map +1 -0
- package/dist/scripts/alchemy/alchemyEnvironment.js +49 -0
- package/dist/scripts/alchemy/alchemyHelpers.d.ts +24 -0
- package/dist/scripts/alchemy/alchemyHelpers.d.ts.map +1 -0
- package/dist/scripts/alchemy/alchemyHelpers.js +116 -0
- package/dist/scripts/alchemy/alchemyTypes.d.ts +93 -0
- package/dist/scripts/alchemy/alchemyTypes.d.ts.map +1 -0
- package/dist/scripts/alchemy/alchemyTypes.js +25 -0
- package/dist/scripts/invoice/pdfToClaudeAI.d.ts.map +1 -1
- package/dist/scripts/invoice/pdfToClaudeAI.js +186 -4
- package/dist/style.css +4288 -158
- package/dist/subgraphs/{integrations → acc-txs-addon}/index.d.ts +1 -1
- package/dist/subgraphs/acc-txs-addon/index.d.ts.map +1 -0
- package/dist/subgraphs/{integrations → acc-txs-addon}/index.js +2 -2
- package/dist/subgraphs/acc-txs-addon/resolvers.d.ts +3 -0
- package/dist/subgraphs/acc-txs-addon/resolvers.d.ts.map +1 -0
- package/dist/subgraphs/acc-txs-addon/resolvers.js +144 -0
- package/dist/subgraphs/acc-txs-addon/schema.d.ts.map +1 -0
- package/dist/subgraphs/acc-txs-addon/schema.js +47 -0
- package/dist/subgraphs/account-transactions/index.d.ts +11 -0
- package/dist/subgraphs/account-transactions/index.d.ts.map +1 -0
- package/dist/subgraphs/account-transactions/index.js +11 -0
- package/dist/subgraphs/account-transactions/resolvers.d.ts.map +1 -0
- package/dist/subgraphs/account-transactions/resolvers.js +168 -0
- package/dist/subgraphs/account-transactions/schema.d.ts +3 -0
- package/dist/subgraphs/account-transactions/schema.d.ts.map +1 -0
- package/dist/subgraphs/account-transactions/schema.js +129 -0
- package/dist/subgraphs/accounts/index.d.ts +11 -0
- package/dist/subgraphs/accounts/index.d.ts.map +1 -0
- package/dist/subgraphs/accounts/index.js +11 -0
- package/dist/subgraphs/accounts/resolvers.d.ts +3 -0
- package/dist/subgraphs/accounts/resolvers.d.ts.map +1 -0
- package/dist/subgraphs/{integrations → accounts}/resolvers.js +27 -15
- package/dist/subgraphs/accounts/schema.d.ts +3 -0
- package/dist/subgraphs/accounts/schema.d.ts.map +1 -0
- package/dist/subgraphs/accounts/schema.js +75 -0
- package/dist/subgraphs/expense-report/resolvers.d.ts.map +1 -1
- package/dist/subgraphs/expense-report/resolvers.js +24 -0
- package/dist/subgraphs/expense-report/schema.d.ts.map +1 -1
- package/dist/subgraphs/expense-report/schema.js +24 -0
- package/dist/subgraphs/index.d.ts +6 -1
- package/dist/subgraphs/index.d.ts.map +1 -1
- package/dist/subgraphs/index.js +6 -1
- package/dist/subgraphs/invoice-addon/customResolvers.js +1 -1
- package/dist/subgraphs/service-offering/index.d.ts +11 -0
- package/dist/subgraphs/service-offering/index.d.ts.map +1 -0
- package/dist/subgraphs/service-offering/index.js +11 -0
- package/dist/subgraphs/service-offering/resolvers.d.ts +3 -0
- package/dist/subgraphs/service-offering/resolvers.d.ts.map +1 -0
- package/dist/subgraphs/service-offering/resolvers.js +432 -0
- package/dist/subgraphs/service-offering/schema.d.ts +3 -0
- package/dist/subgraphs/service-offering/schema.d.ts.map +1 -0
- package/dist/subgraphs/service-offering/schema.js +386 -0
- package/dist/subgraphs/service-subscriptions/index.d.ts +11 -0
- package/dist/subgraphs/service-subscriptions/index.d.ts.map +1 -0
- package/dist/subgraphs/service-subscriptions/index.js +11 -0
- package/dist/subgraphs/service-subscriptions/resolvers.d.ts +3 -0
- package/dist/subgraphs/service-subscriptions/resolvers.d.ts.map +1 -0
- package/dist/subgraphs/service-subscriptions/resolvers.js +228 -0
- package/dist/subgraphs/service-subscriptions/schema.d.ts +3 -0
- package/dist/subgraphs/service-subscriptions/schema.d.ts.map +1 -0
- package/dist/subgraphs/service-subscriptions/schema.js +193 -0
- package/dist/subgraphs/snapshot-report/index.d.ts +11 -0
- package/dist/subgraphs/snapshot-report/index.d.ts.map +1 -0
- package/dist/subgraphs/snapshot-report/index.js +11 -0
- package/dist/subgraphs/snapshot-report/resolvers.d.ts +3 -0
- package/dist/subgraphs/snapshot-report/resolvers.d.ts.map +1 -0
- package/dist/subgraphs/snapshot-report/resolvers.js +276 -0
- package/dist/subgraphs/snapshot-report/schema.d.ts +3 -0
- package/dist/subgraphs/snapshot-report/schema.d.ts.map +1 -0
- package/dist/subgraphs/snapshot-report/schema.js +206 -0
- package/package.json +15 -14
- package/dist/document-models/integrations/actions.d.ts.map +0 -1
- package/dist/document-models/integrations/actions.js +0 -4
- package/dist/document-models/integrations/gen/actions.d.ts +0 -4
- package/dist/document-models/integrations/gen/actions.d.ts.map +0 -1
- package/dist/document-models/integrations/gen/actions.js +0 -1
- package/dist/document-models/integrations/gen/creators.d.ts +0 -3
- package/dist/document-models/integrations/gen/creators.d.ts.map +0 -1
- package/dist/document-models/integrations/gen/creators.js +0 -2
- package/dist/document-models/integrations/gen/document-model.d.ts.map +0 -1
- package/dist/document-models/integrations/gen/document-model.js +0 -70
- package/dist/document-models/integrations/gen/document-schema.d.ts +0 -180
- package/dist/document-models/integrations/gen/document-schema.d.ts.map +0 -1
- package/dist/document-models/integrations/gen/document-schema.js +0 -33
- package/dist/document-models/integrations/gen/document-type.d.ts +0 -2
- package/dist/document-models/integrations/gen/document-type.d.ts.map +0 -1
- package/dist/document-models/integrations/gen/document-type.js +0 -1
- package/dist/document-models/integrations/gen/index.d.ts.map +0 -1
- package/dist/document-models/integrations/gen/integrations/actions.d.ts +0 -16
- package/dist/document-models/integrations/gen/integrations/actions.d.ts.map +0 -1
- package/dist/document-models/integrations/gen/integrations/creators.d.ts +0 -6
- package/dist/document-models/integrations/gen/integrations/creators.d.ts.map +0 -1
- package/dist/document-models/integrations/gen/integrations/creators.js +0 -5
- package/dist/document-models/integrations/gen/integrations/error.d.ts.map +0 -1
- package/dist/document-models/integrations/gen/integrations/operations.d.ts +0 -9
- package/dist/document-models/integrations/gen/integrations/operations.d.ts.map +0 -1
- package/dist/document-models/integrations/gen/ph-factories.d.ts +0 -23
- package/dist/document-models/integrations/gen/ph-factories.d.ts.map +0 -1
- package/dist/document-models/integrations/gen/reducer.d.ts +0 -3
- package/dist/document-models/integrations/gen/reducer.d.ts.map +0 -1
- package/dist/document-models/integrations/gen/reducer.js +0 -25
- package/dist/document-models/integrations/gen/schema/index.d.ts.map +0 -1
- package/dist/document-models/integrations/gen/schema/types.d.ts.map +0 -1
- package/dist/document-models/integrations/gen/schema/zod.d.ts +0 -19
- package/dist/document-models/integrations/gen/schema/zod.d.ts.map +0 -1
- package/dist/document-models/integrations/gen/schema/zod.js +0 -97
- package/dist/document-models/integrations/gen/types.d.ts +0 -12
- package/dist/document-models/integrations/gen/types.d.ts.map +0 -1
- package/dist/document-models/integrations/gen/utils.d.ts +0 -15
- package/dist/document-models/integrations/gen/utils.d.ts.map +0 -1
- package/dist/document-models/integrations/hooks.d.ts +0 -11
- package/dist/document-models/integrations/hooks.d.ts.map +0 -1
- package/dist/document-models/integrations/hooks.js +0 -26
- package/dist/document-models/integrations/index.d.ts.map +0 -1
- package/dist/document-models/integrations/module.d.ts +0 -5
- package/dist/document-models/integrations/module.d.ts.map +0 -1
- package/dist/document-models/integrations/src/index.d.ts.map +0 -1
- package/dist/document-models/integrations/src/reducers/integrations.d.ts +0 -3
- package/dist/document-models/integrations/src/reducers/integrations.d.ts.map +0 -1
- package/dist/document-models/integrations/src/reducers/integrations.js +0 -14
- package/dist/document-models/integrations/src/tests/document-model.test.d.ts.map +0 -1
- package/dist/document-models/integrations/src/tests/integrations.test.d.ts.map +0 -1
- package/dist/document-models/integrations/src/utils.d.ts.map +0 -1
- package/dist/document-models/integrations/utils.d.ts +0 -14
- package/dist/document-models/integrations/utils.d.ts.map +0 -1
- package/dist/editors/clean-new-editor/components/CreateDocument.d.ts.map +0 -1
- package/dist/editors/clean-new-editor/components/DriveContents.d.ts +0 -3
- package/dist/editors/clean-new-editor/components/DriveContents.d.ts.map +0 -1
- package/dist/editors/clean-new-editor/components/DriveContents.js +0 -10
- package/dist/editors/clean-new-editor/components/DriveExplorer.d.ts.map +0 -1
- package/dist/editors/clean-new-editor/components/DriveExplorer.js +0 -16
- package/dist/editors/clean-new-editor/components/EmptyState.d.ts.map +0 -1
- package/dist/editors/clean-new-editor/components/Files.d.ts.map +0 -1
- package/dist/editors/clean-new-editor/components/FolderTree.d.ts +0 -6
- package/dist/editors/clean-new-editor/components/FolderTree.d.ts.map +0 -1
- package/dist/editors/clean-new-editor/components/FolderTree.js +0 -65
- package/dist/editors/clean-new-editor/components/Folders.d.ts.map +0 -1
- package/dist/editors/clean-new-editor/components/NavigationBreadcrumbs.d.ts.map +0 -1
- package/dist/editors/clean-new-editor/config.d.ts.map +0 -1
- package/dist/editors/clean-new-editor/config.js +0 -5
- package/dist/editors/clean-new-editor/editor.d.ts.map +0 -1
- package/dist/editors/clean-new-editor/module.d.ts +0 -3
- package/dist/editors/clean-new-editor/module.d.ts.map +0 -1
- package/dist/editors/contributor-billing/components/ConfirmationModal.d.ts.map +0 -1
- package/dist/editors/contributor-billing/components/HeaderControls.d.ts.map +0 -1
- package/dist/editors/contributor-billing/components/HeaderStats.d.ts.map +0 -1
- package/dist/editors/contributor-billing/components/HeaderStats.js +0 -73
- package/dist/editors/contributor-billing/components/InvoiceTable.d.ts.map +0 -1
- package/dist/editors/contributor-billing/components/InvoiceTableContainer.d.ts.map +0 -1
- package/dist/editors/contributor-billing/components/InvoiceTableRow.d.ts.map +0 -1
- package/dist/editors/contributor-billing/components/InvoiceTableSection.d.ts.map +0 -1
- package/dist/editors/integrations/components/EditName.d.ts +0 -3
- package/dist/editors/integrations/components/EditName.d.ts.map +0 -1
- package/dist/editors/integrations/components/EditName.js +0 -31
- package/dist/editors/integrations/editor.d.ts +0 -3
- package/dist/editors/integrations/editor.d.ts.map +0 -1
- package/dist/editors/integrations/editor.js +0 -6
- package/dist/editors/integrations/module.d.ts.map +0 -1
- package/dist/editors/integrations/module.js +0 -10
- package/dist/old-contributor-billing/components/DriveExplorer.d.ts +0 -7
- package/dist/old-contributor-billing/components/DriveExplorer.d.ts.map +0 -1
- package/dist/old-contributor-billing/components/DriveExplorer.js +0 -184
- package/dist/old-contributor-billing/components/InvoiceTable/HeaderControls.d.ts +0 -25
- package/dist/old-contributor-billing/components/InvoiceTable/HeaderControls.d.ts.map +0 -1
- package/dist/old-contributor-billing/components/InvoiceTable/HeaderControls.js +0 -154
- package/dist/old-contributor-billing/components/InvoiceTable/HeaderStats.d.ts +0 -2
- package/dist/old-contributor-billing/components/InvoiceTable/HeaderStats.d.ts.map +0 -1
- package/dist/old-contributor-billing/components/InvoiceTable/InvoiceTable.d.ts +0 -30
- package/dist/old-contributor-billing/components/InvoiceTable/InvoiceTable.d.ts.map +0 -1
- package/dist/old-contributor-billing/components/InvoiceTable/InvoiceTable.js +0 -254
- package/dist/old-contributor-billing/components/InvoiceTable/InvoiceTableRow.d.ts +0 -16
- package/dist/old-contributor-billing/components/InvoiceTable/InvoiceTableRow.d.ts.map +0 -1
- package/dist/old-contributor-billing/components/InvoiceTable/InvoiceTableRow.js +0 -47
- package/dist/old-contributor-billing/components/InvoiceTable/InvoiceTableSection.d.ts +0 -10
- package/dist/old-contributor-billing/components/InvoiceTable/InvoiceTableSection.d.ts.map +0 -1
- package/dist/old-contributor-billing/components/InvoiceTable/InvoiceTableSection.js +0 -10
- package/dist/old-contributor-billing/components/InvoiceTable/RowActionMenu.d.ts +0 -8
- package/dist/old-contributor-billing/components/InvoiceTable/RowActionMenu.d.ts.map +0 -1
- package/dist/old-contributor-billing/components/InvoiceTable/RowActionMenu.js +0 -2
- package/dist/old-contributor-billing/config.d.ts +0 -3
- package/dist/old-contributor-billing/config.d.ts.map +0 -1
- package/dist/old-contributor-billing/config.js +0 -4
- package/dist/old-contributor-billing/editor.d.ts +0 -3
- package/dist/old-contributor-billing/editor.d.ts.map +0 -1
- package/dist/old-contributor-billing/editor.js +0 -8
- package/dist/old-contributor-billing/module.d.ts +0 -3
- package/dist/old-contributor-billing/module.d.ts.map +0 -1
- package/dist/old-contributor-billing/module.js +0 -9
- package/dist/old-contributor-billing/util.d.ts +0 -10
- package/dist/old-contributor-billing/util.d.ts.map +0 -1
- package/dist/old-contributor-billing/util.js +0 -112
- package/dist/subgraphs/integrations/index.d.ts.map +0 -1
- package/dist/subgraphs/integrations/resolvers.d.ts.map +0 -1
- package/dist/subgraphs/integrations/schema.d.ts.map +0 -1
- package/dist/subgraphs/integrations/schema.js +0 -69
- /package/dist/document-models/{integrations/gen/integrations → account-transactions/gen/account}/actions.js +0 -0
- /package/dist/document-models/{integrations/gen/integrations → account-transactions/gen/account}/error.d.ts +0 -0
- /package/dist/document-models/{integrations/gen/integrations → account-transactions/gen/account}/error.js +0 -0
- /package/dist/document-models/{integrations/gen/integrations → account-transactions/gen/account}/operations.js +0 -0
- /package/dist/document-models/{integrations → account-transactions}/gen/document-model.d.ts +0 -0
- /package/dist/document-models/{integrations → account-transactions}/gen/schema/index.d.ts +0 -0
- /package/dist/document-models/{integrations → account-transactions}/gen/schema/index.js +0 -0
- /package/dist/document-models/{integrations → account-transactions}/gen/schema/types.js +0 -0
- /package/dist/document-models/{integrations → account-transactions}/gen/types.js +0 -0
- /package/dist/document-models/{integrations → account-transactions}/index.d.ts +0 -0
- /package/dist/document-models/{integrations → account-transactions}/index.js +0 -0
- /package/dist/document-models/{integrations → account-transactions}/src/index.d.ts +0 -0
- /package/dist/document-models/{integrations → account-transactions}/src/index.js +0 -0
- /package/dist/document-models/{integrations → account-transactions}/src/tests/document-model.test.d.ts +0 -0
- /package/dist/document-models/{integrations → account-transactions}/src/utils.d.ts +0 -0
- /package/dist/document-models/{integrations → account-transactions}/src/utils.js +0 -0
- /package/dist/editors/{clean-new-editor → builder-team-admin}/components/CreateDocument.d.ts +0 -0
- /package/dist/editors/{clean-new-editor → builder-team-admin}/components/CreateDocument.js +0 -0
- /package/dist/editors/{clean-new-editor → builder-team-admin}/components/DriveExplorer.d.ts +0 -0
- /package/dist/editors/{clean-new-editor → builder-team-admin}/components/EmptyState.d.ts +0 -0
- /package/dist/editors/{clean-new-editor → builder-team-admin}/components/EmptyState.js +0 -0
- /package/dist/editors/{clean-new-editor → builder-team-admin}/components/Files.d.ts +0 -0
- /package/dist/editors/{clean-new-editor → builder-team-admin}/components/Files.js +0 -0
- /package/dist/editors/{clean-new-editor → builder-team-admin}/components/Folders.d.ts +0 -0
- /package/dist/editors/{clean-new-editor → builder-team-admin}/components/Folders.js +0 -0
- /package/dist/editors/{clean-new-editor → builder-team-admin}/components/NavigationBreadcrumbs.d.ts +0 -0
- /package/dist/editors/{clean-new-editor → builder-team-admin}/components/NavigationBreadcrumbs.js +0 -0
- /package/dist/editors/contributor-billing/components/{ConfirmationModal.d.ts → InvoiceTable/ConfirmationModal.d.ts} +0 -0
- /package/dist/editors/contributor-billing/components/{ConfirmationModal.js → InvoiceTable/ConfirmationModal.js} +0 -0
- /package/dist/editors/contributor-billing/components/{HeaderControls.d.ts → InvoiceTable/HeaderControls.d.ts} +0 -0
- /package/dist/editors/contributor-billing/components/{HeaderControls.js → InvoiceTable/HeaderControls.js} +0 -0
- /package/dist/editors/contributor-billing/components/{HeaderStats.d.ts → InvoiceTable/HeaderStats.d.ts} +0 -0
- /package/dist/editors/contributor-billing/components/{InvoiceTable.d.ts → InvoiceTable/InvoiceTable.d.ts} +0 -0
- /package/dist/editors/contributor-billing/components/{InvoiceTableContainer.d.ts → InvoiceTable/InvoiceTableContainer.d.ts} +0 -0
- /package/dist/editors/contributor-billing/components/{InvoiceTableContainer.js → InvoiceTable/InvoiceTableContainer.js} +0 -0
- /package/dist/editors/contributor-billing/components/{InvoiceTableRow.d.ts → InvoiceTable/InvoiceTableRow.d.ts} +0 -0
- /package/dist/editors/contributor-billing/components/{InvoiceTableRow.js → InvoiceTable/InvoiceTableRow.js} +0 -0
- /package/dist/editors/contributor-billing/components/{InvoiceTableSection.d.ts → InvoiceTable/InvoiceTableSection.d.ts} +0 -0
- /package/dist/editors/contributor-billing/components/{InvoiceTableSection.js → InvoiceTable/InvoiceTableSection.js} +0 -0
- /package/dist/subgraphs/{integrations → acc-txs-addon}/schema.d.ts +0 -0
- /package/dist/subgraphs/{integrations → account-transactions}/resolvers.d.ts +0 -0
|
@@ -43,84 +43,84 @@ export declare const InvoicePHStateSchema: z.ZodObject<{} & {
|
|
|
43
43
|
totalPriceTaxExcl: z.ZodType<number, any, number>;
|
|
44
44
|
totalPriceTaxIncl: z.ZodType<number, any, number>;
|
|
45
45
|
}>, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
46
|
-
payAfter: import("./types.js").Maybe<import("./types.js").Scalars["DateTime"]["output"]>;
|
|
47
46
|
status: import("./types.js").Status | `${import("./types.js").Status}`;
|
|
48
47
|
currency: import("./types.js").Scalars["String"]["output"];
|
|
48
|
+
dateDue: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
49
|
+
dateIssued: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
50
|
+
lineItems: Array<import("./types.js").InvoiceLineItem>;
|
|
51
|
+
notes: import("./types.js").Maybe<import("./types.js").Scalars["String"]["output"]>;
|
|
52
|
+
payments: Array<import("./types.js").Payment>;
|
|
53
|
+
payAfter: import("./types.js").Maybe<import("./types.js").Scalars["DateTime"]["output"]>;
|
|
49
54
|
totalPriceTaxExcl: import("./types.js").Scalars["Float"]["output"];
|
|
50
55
|
totalPriceTaxIncl: import("./types.js").Scalars["Float"]["output"];
|
|
51
56
|
closureReason: import("./types.js").Maybe<import("./types.js").ClosureReason | `${import("./types.js").ClosureReason}`>;
|
|
52
57
|
dateDelivered: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
53
|
-
dateDue: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
54
|
-
dateIssued: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
55
58
|
invoiceNo: import("./types.js").Scalars["String"]["output"];
|
|
56
|
-
notes: import("./types.js").Maybe<import("./types.js").Scalars["String"]["output"]>;
|
|
57
59
|
exported: import("./types.js").ExportedData;
|
|
58
60
|
invoiceTags: Array<import("./types.js").InvoiceTag>;
|
|
59
61
|
issuer: import("./types.js").LegalEntity;
|
|
60
|
-
lineItems: Array<import("./types.js").InvoiceLineItem>;
|
|
61
62
|
payer: import("./types.js").LegalEntity;
|
|
62
|
-
payments: Array<import("./types.js").Payment>;
|
|
63
63
|
rejections: Array<import("./types.js").Rejection>;
|
|
64
64
|
}, {
|
|
65
|
-
payAfter: import("./types.js").Maybe<import("./types.js").Scalars["DateTime"]["output"]>;
|
|
66
65
|
status: import("./types.js").Status | `${import("./types.js").Status}`;
|
|
67
66
|
currency: import("./types.js").Scalars["String"]["output"];
|
|
67
|
+
dateDue: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
68
|
+
dateIssued: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
69
|
+
lineItems: Array<import("./types.js").InvoiceLineItem>;
|
|
70
|
+
notes: import("./types.js").Maybe<import("./types.js").Scalars["String"]["output"]>;
|
|
71
|
+
payments: Array<import("./types.js").Payment>;
|
|
72
|
+
payAfter: import("./types.js").Maybe<import("./types.js").Scalars["DateTime"]["output"]>;
|
|
68
73
|
totalPriceTaxExcl: import("./types.js").Scalars["Float"]["output"];
|
|
69
74
|
totalPriceTaxIncl: import("./types.js").Scalars["Float"]["output"];
|
|
70
75
|
closureReason: import("./types.js").Maybe<import("./types.js").ClosureReason | `${import("./types.js").ClosureReason}`>;
|
|
71
76
|
dateDelivered: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
72
|
-
dateDue: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
73
|
-
dateIssued: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
74
77
|
invoiceNo: import("./types.js").Scalars["String"]["output"];
|
|
75
|
-
notes: import("./types.js").Maybe<import("./types.js").Scalars["String"]["output"]>;
|
|
76
78
|
exported: import("./types.js").ExportedData;
|
|
77
79
|
invoiceTags: Array<import("./types.js").InvoiceTag>;
|
|
78
80
|
issuer: import("./types.js").LegalEntity;
|
|
79
|
-
lineItems: Array<import("./types.js").InvoiceLineItem>;
|
|
80
81
|
payer: import("./types.js").LegalEntity;
|
|
81
|
-
payments: Array<import("./types.js").Payment>;
|
|
82
82
|
rejections: Array<import("./types.js").Rejection>;
|
|
83
83
|
}>;
|
|
84
84
|
}, "strip", z.ZodTypeAny, {
|
|
85
85
|
global: {
|
|
86
|
-
payAfter: import("./types.js").Maybe<import("./types.js").Scalars["DateTime"]["output"]>;
|
|
87
86
|
status: import("./types.js").Status | `${import("./types.js").Status}`;
|
|
88
87
|
currency: import("./types.js").Scalars["String"]["output"];
|
|
88
|
+
dateDue: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
89
|
+
dateIssued: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
90
|
+
lineItems: Array<import("./types.js").InvoiceLineItem>;
|
|
91
|
+
notes: import("./types.js").Maybe<import("./types.js").Scalars["String"]["output"]>;
|
|
92
|
+
payments: Array<import("./types.js").Payment>;
|
|
93
|
+
payAfter: import("./types.js").Maybe<import("./types.js").Scalars["DateTime"]["output"]>;
|
|
89
94
|
totalPriceTaxExcl: import("./types.js").Scalars["Float"]["output"];
|
|
90
95
|
totalPriceTaxIncl: import("./types.js").Scalars["Float"]["output"];
|
|
91
96
|
closureReason: import("./types.js").Maybe<import("./types.js").ClosureReason | `${import("./types.js").ClosureReason}`>;
|
|
92
97
|
dateDelivered: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
93
|
-
dateDue: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
94
|
-
dateIssued: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
95
98
|
invoiceNo: import("./types.js").Scalars["String"]["output"];
|
|
96
|
-
notes: import("./types.js").Maybe<import("./types.js").Scalars["String"]["output"]>;
|
|
97
99
|
exported: import("./types.js").ExportedData;
|
|
98
100
|
invoiceTags: Array<import("./types.js").InvoiceTag>;
|
|
99
101
|
issuer: import("./types.js").LegalEntity;
|
|
100
|
-
lineItems: Array<import("./types.js").InvoiceLineItem>;
|
|
101
102
|
payer: import("./types.js").LegalEntity;
|
|
102
|
-
payments: Array<import("./types.js").Payment>;
|
|
103
103
|
rejections: Array<import("./types.js").Rejection>;
|
|
104
104
|
};
|
|
105
105
|
}, {
|
|
106
106
|
global: {
|
|
107
|
-
payAfter: import("./types.js").Maybe<import("./types.js").Scalars["DateTime"]["output"]>;
|
|
108
107
|
status: import("./types.js").Status | `${import("./types.js").Status}`;
|
|
109
108
|
currency: import("./types.js").Scalars["String"]["output"];
|
|
109
|
+
dateDue: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
110
|
+
dateIssued: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
111
|
+
lineItems: Array<import("./types.js").InvoiceLineItem>;
|
|
112
|
+
notes: import("./types.js").Maybe<import("./types.js").Scalars["String"]["output"]>;
|
|
113
|
+
payments: Array<import("./types.js").Payment>;
|
|
114
|
+
payAfter: import("./types.js").Maybe<import("./types.js").Scalars["DateTime"]["output"]>;
|
|
110
115
|
totalPriceTaxExcl: import("./types.js").Scalars["Float"]["output"];
|
|
111
116
|
totalPriceTaxIncl: import("./types.js").Scalars["Float"]["output"];
|
|
112
117
|
closureReason: import("./types.js").Maybe<import("./types.js").ClosureReason | `${import("./types.js").ClosureReason}`>;
|
|
113
118
|
dateDelivered: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
114
|
-
dateDue: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
115
|
-
dateIssued: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
116
119
|
invoiceNo: import("./types.js").Scalars["String"]["output"];
|
|
117
|
-
notes: import("./types.js").Maybe<import("./types.js").Scalars["String"]["output"]>;
|
|
118
120
|
exported: import("./types.js").ExportedData;
|
|
119
121
|
invoiceTags: Array<import("./types.js").InvoiceTag>;
|
|
120
122
|
issuer: import("./types.js").LegalEntity;
|
|
121
|
-
lineItems: Array<import("./types.js").InvoiceLineItem>;
|
|
122
123
|
payer: import("./types.js").LegalEntity;
|
|
123
|
-
payments: Array<import("./types.js").Payment>;
|
|
124
124
|
rejections: Array<import("./types.js").Rejection>;
|
|
125
125
|
};
|
|
126
126
|
}>;
|
|
@@ -166,84 +166,84 @@ export declare const InvoiceDocumentSchema: z.ZodObject<{
|
|
|
166
166
|
totalPriceTaxExcl: z.ZodType<number, any, number>;
|
|
167
167
|
totalPriceTaxIncl: z.ZodType<number, any, number>;
|
|
168
168
|
}>, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
169
|
-
payAfter: import("./types.js").Maybe<import("./types.js").Scalars["DateTime"]["output"]>;
|
|
170
169
|
status: import("./types.js").Status | `${import("./types.js").Status}`;
|
|
171
170
|
currency: import("./types.js").Scalars["String"]["output"];
|
|
171
|
+
dateDue: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
172
|
+
dateIssued: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
173
|
+
lineItems: Array<import("./types.js").InvoiceLineItem>;
|
|
174
|
+
notes: import("./types.js").Maybe<import("./types.js").Scalars["String"]["output"]>;
|
|
175
|
+
payments: Array<import("./types.js").Payment>;
|
|
176
|
+
payAfter: import("./types.js").Maybe<import("./types.js").Scalars["DateTime"]["output"]>;
|
|
172
177
|
totalPriceTaxExcl: import("./types.js").Scalars["Float"]["output"];
|
|
173
178
|
totalPriceTaxIncl: import("./types.js").Scalars["Float"]["output"];
|
|
174
179
|
closureReason: import("./types.js").Maybe<import("./types.js").ClosureReason | `${import("./types.js").ClosureReason}`>;
|
|
175
180
|
dateDelivered: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
176
|
-
dateDue: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
177
|
-
dateIssued: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
178
181
|
invoiceNo: import("./types.js").Scalars["String"]["output"];
|
|
179
|
-
notes: import("./types.js").Maybe<import("./types.js").Scalars["String"]["output"]>;
|
|
180
182
|
exported: import("./types.js").ExportedData;
|
|
181
183
|
invoiceTags: Array<import("./types.js").InvoiceTag>;
|
|
182
184
|
issuer: import("./types.js").LegalEntity;
|
|
183
|
-
lineItems: Array<import("./types.js").InvoiceLineItem>;
|
|
184
185
|
payer: import("./types.js").LegalEntity;
|
|
185
|
-
payments: Array<import("./types.js").Payment>;
|
|
186
186
|
rejections: Array<import("./types.js").Rejection>;
|
|
187
187
|
}, {
|
|
188
|
-
payAfter: import("./types.js").Maybe<import("./types.js").Scalars["DateTime"]["output"]>;
|
|
189
188
|
status: import("./types.js").Status | `${import("./types.js").Status}`;
|
|
190
189
|
currency: import("./types.js").Scalars["String"]["output"];
|
|
190
|
+
dateDue: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
191
|
+
dateIssued: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
192
|
+
lineItems: Array<import("./types.js").InvoiceLineItem>;
|
|
193
|
+
notes: import("./types.js").Maybe<import("./types.js").Scalars["String"]["output"]>;
|
|
194
|
+
payments: Array<import("./types.js").Payment>;
|
|
195
|
+
payAfter: import("./types.js").Maybe<import("./types.js").Scalars["DateTime"]["output"]>;
|
|
191
196
|
totalPriceTaxExcl: import("./types.js").Scalars["Float"]["output"];
|
|
192
197
|
totalPriceTaxIncl: import("./types.js").Scalars["Float"]["output"];
|
|
193
198
|
closureReason: import("./types.js").Maybe<import("./types.js").ClosureReason | `${import("./types.js").ClosureReason}`>;
|
|
194
199
|
dateDelivered: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
195
|
-
dateDue: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
196
|
-
dateIssued: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
197
200
|
invoiceNo: import("./types.js").Scalars["String"]["output"];
|
|
198
|
-
notes: import("./types.js").Maybe<import("./types.js").Scalars["String"]["output"]>;
|
|
199
201
|
exported: import("./types.js").ExportedData;
|
|
200
202
|
invoiceTags: Array<import("./types.js").InvoiceTag>;
|
|
201
203
|
issuer: import("./types.js").LegalEntity;
|
|
202
|
-
lineItems: Array<import("./types.js").InvoiceLineItem>;
|
|
203
204
|
payer: import("./types.js").LegalEntity;
|
|
204
|
-
payments: Array<import("./types.js").Payment>;
|
|
205
205
|
rejections: Array<import("./types.js").Rejection>;
|
|
206
206
|
}>;
|
|
207
207
|
}, "strip", z.ZodTypeAny, {
|
|
208
208
|
global: {
|
|
209
|
-
payAfter: import("./types.js").Maybe<import("./types.js").Scalars["DateTime"]["output"]>;
|
|
210
209
|
status: import("./types.js").Status | `${import("./types.js").Status}`;
|
|
211
210
|
currency: import("./types.js").Scalars["String"]["output"];
|
|
211
|
+
dateDue: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
212
|
+
dateIssued: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
213
|
+
lineItems: Array<import("./types.js").InvoiceLineItem>;
|
|
214
|
+
notes: import("./types.js").Maybe<import("./types.js").Scalars["String"]["output"]>;
|
|
215
|
+
payments: Array<import("./types.js").Payment>;
|
|
216
|
+
payAfter: import("./types.js").Maybe<import("./types.js").Scalars["DateTime"]["output"]>;
|
|
212
217
|
totalPriceTaxExcl: import("./types.js").Scalars["Float"]["output"];
|
|
213
218
|
totalPriceTaxIncl: import("./types.js").Scalars["Float"]["output"];
|
|
214
219
|
closureReason: import("./types.js").Maybe<import("./types.js").ClosureReason | `${import("./types.js").ClosureReason}`>;
|
|
215
220
|
dateDelivered: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
216
|
-
dateDue: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
217
|
-
dateIssued: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
218
221
|
invoiceNo: import("./types.js").Scalars["String"]["output"];
|
|
219
|
-
notes: import("./types.js").Maybe<import("./types.js").Scalars["String"]["output"]>;
|
|
220
222
|
exported: import("./types.js").ExportedData;
|
|
221
223
|
invoiceTags: Array<import("./types.js").InvoiceTag>;
|
|
222
224
|
issuer: import("./types.js").LegalEntity;
|
|
223
|
-
lineItems: Array<import("./types.js").InvoiceLineItem>;
|
|
224
225
|
payer: import("./types.js").LegalEntity;
|
|
225
|
-
payments: Array<import("./types.js").Payment>;
|
|
226
226
|
rejections: Array<import("./types.js").Rejection>;
|
|
227
227
|
};
|
|
228
228
|
}, {
|
|
229
229
|
global: {
|
|
230
|
-
payAfter: import("./types.js").Maybe<import("./types.js").Scalars["DateTime"]["output"]>;
|
|
231
230
|
status: import("./types.js").Status | `${import("./types.js").Status}`;
|
|
232
231
|
currency: import("./types.js").Scalars["String"]["output"];
|
|
232
|
+
dateDue: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
233
|
+
dateIssued: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
234
|
+
lineItems: Array<import("./types.js").InvoiceLineItem>;
|
|
235
|
+
notes: import("./types.js").Maybe<import("./types.js").Scalars["String"]["output"]>;
|
|
236
|
+
payments: Array<import("./types.js").Payment>;
|
|
237
|
+
payAfter: import("./types.js").Maybe<import("./types.js").Scalars["DateTime"]["output"]>;
|
|
233
238
|
totalPriceTaxExcl: import("./types.js").Scalars["Float"]["output"];
|
|
234
239
|
totalPriceTaxIncl: import("./types.js").Scalars["Float"]["output"];
|
|
235
240
|
closureReason: import("./types.js").Maybe<import("./types.js").ClosureReason | `${import("./types.js").ClosureReason}`>;
|
|
236
241
|
dateDelivered: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
237
|
-
dateDue: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
238
|
-
dateIssued: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
239
242
|
invoiceNo: import("./types.js").Scalars["String"]["output"];
|
|
240
|
-
notes: import("./types.js").Maybe<import("./types.js").Scalars["String"]["output"]>;
|
|
241
243
|
exported: import("./types.js").ExportedData;
|
|
242
244
|
invoiceTags: Array<import("./types.js").InvoiceTag>;
|
|
243
245
|
issuer: import("./types.js").LegalEntity;
|
|
244
|
-
lineItems: Array<import("./types.js").InvoiceLineItem>;
|
|
245
246
|
payer: import("./types.js").LegalEntity;
|
|
246
|
-
payments: Array<import("./types.js").Payment>;
|
|
247
247
|
rejections: Array<import("./types.js").Rejection>;
|
|
248
248
|
};
|
|
249
249
|
}>;
|
|
@@ -268,84 +268,84 @@ export declare const InvoiceDocumentSchema: z.ZodObject<{
|
|
|
268
268
|
totalPriceTaxExcl: z.ZodType<number, any, number>;
|
|
269
269
|
totalPriceTaxIncl: z.ZodType<number, any, number>;
|
|
270
270
|
}>, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
271
|
-
payAfter: import("./types.js").Maybe<import("./types.js").Scalars["DateTime"]["output"]>;
|
|
272
271
|
status: import("./types.js").Status | `${import("./types.js").Status}`;
|
|
273
272
|
currency: import("./types.js").Scalars["String"]["output"];
|
|
273
|
+
dateDue: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
274
|
+
dateIssued: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
275
|
+
lineItems: Array<import("./types.js").InvoiceLineItem>;
|
|
276
|
+
notes: import("./types.js").Maybe<import("./types.js").Scalars["String"]["output"]>;
|
|
277
|
+
payments: Array<import("./types.js").Payment>;
|
|
278
|
+
payAfter: import("./types.js").Maybe<import("./types.js").Scalars["DateTime"]["output"]>;
|
|
274
279
|
totalPriceTaxExcl: import("./types.js").Scalars["Float"]["output"];
|
|
275
280
|
totalPriceTaxIncl: import("./types.js").Scalars["Float"]["output"];
|
|
276
281
|
closureReason: import("./types.js").Maybe<import("./types.js").ClosureReason | `${import("./types.js").ClosureReason}`>;
|
|
277
282
|
dateDelivered: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
278
|
-
dateDue: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
279
|
-
dateIssued: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
280
283
|
invoiceNo: import("./types.js").Scalars["String"]["output"];
|
|
281
|
-
notes: import("./types.js").Maybe<import("./types.js").Scalars["String"]["output"]>;
|
|
282
284
|
exported: import("./types.js").ExportedData;
|
|
283
285
|
invoiceTags: Array<import("./types.js").InvoiceTag>;
|
|
284
286
|
issuer: import("./types.js").LegalEntity;
|
|
285
|
-
lineItems: Array<import("./types.js").InvoiceLineItem>;
|
|
286
287
|
payer: import("./types.js").LegalEntity;
|
|
287
|
-
payments: Array<import("./types.js").Payment>;
|
|
288
288
|
rejections: Array<import("./types.js").Rejection>;
|
|
289
289
|
}, {
|
|
290
|
-
payAfter: import("./types.js").Maybe<import("./types.js").Scalars["DateTime"]["output"]>;
|
|
291
290
|
status: import("./types.js").Status | `${import("./types.js").Status}`;
|
|
292
291
|
currency: import("./types.js").Scalars["String"]["output"];
|
|
292
|
+
dateDue: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
293
|
+
dateIssued: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
294
|
+
lineItems: Array<import("./types.js").InvoiceLineItem>;
|
|
295
|
+
notes: import("./types.js").Maybe<import("./types.js").Scalars["String"]["output"]>;
|
|
296
|
+
payments: Array<import("./types.js").Payment>;
|
|
297
|
+
payAfter: import("./types.js").Maybe<import("./types.js").Scalars["DateTime"]["output"]>;
|
|
293
298
|
totalPriceTaxExcl: import("./types.js").Scalars["Float"]["output"];
|
|
294
299
|
totalPriceTaxIncl: import("./types.js").Scalars["Float"]["output"];
|
|
295
300
|
closureReason: import("./types.js").Maybe<import("./types.js").ClosureReason | `${import("./types.js").ClosureReason}`>;
|
|
296
301
|
dateDelivered: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
297
|
-
dateDue: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
298
|
-
dateIssued: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
299
302
|
invoiceNo: import("./types.js").Scalars["String"]["output"];
|
|
300
|
-
notes: import("./types.js").Maybe<import("./types.js").Scalars["String"]["output"]>;
|
|
301
303
|
exported: import("./types.js").ExportedData;
|
|
302
304
|
invoiceTags: Array<import("./types.js").InvoiceTag>;
|
|
303
305
|
issuer: import("./types.js").LegalEntity;
|
|
304
|
-
lineItems: Array<import("./types.js").InvoiceLineItem>;
|
|
305
306
|
payer: import("./types.js").LegalEntity;
|
|
306
|
-
payments: Array<import("./types.js").Payment>;
|
|
307
307
|
rejections: Array<import("./types.js").Rejection>;
|
|
308
308
|
}>;
|
|
309
309
|
}, "strip", z.ZodTypeAny, {
|
|
310
310
|
global: {
|
|
311
|
-
payAfter: import("./types.js").Maybe<import("./types.js").Scalars["DateTime"]["output"]>;
|
|
312
311
|
status: import("./types.js").Status | `${import("./types.js").Status}`;
|
|
313
312
|
currency: import("./types.js").Scalars["String"]["output"];
|
|
313
|
+
dateDue: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
314
|
+
dateIssued: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
315
|
+
lineItems: Array<import("./types.js").InvoiceLineItem>;
|
|
316
|
+
notes: import("./types.js").Maybe<import("./types.js").Scalars["String"]["output"]>;
|
|
317
|
+
payments: Array<import("./types.js").Payment>;
|
|
318
|
+
payAfter: import("./types.js").Maybe<import("./types.js").Scalars["DateTime"]["output"]>;
|
|
314
319
|
totalPriceTaxExcl: import("./types.js").Scalars["Float"]["output"];
|
|
315
320
|
totalPriceTaxIncl: import("./types.js").Scalars["Float"]["output"];
|
|
316
321
|
closureReason: import("./types.js").Maybe<import("./types.js").ClosureReason | `${import("./types.js").ClosureReason}`>;
|
|
317
322
|
dateDelivered: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
318
|
-
dateDue: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
319
|
-
dateIssued: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
320
323
|
invoiceNo: import("./types.js").Scalars["String"]["output"];
|
|
321
|
-
notes: import("./types.js").Maybe<import("./types.js").Scalars["String"]["output"]>;
|
|
322
324
|
exported: import("./types.js").ExportedData;
|
|
323
325
|
invoiceTags: Array<import("./types.js").InvoiceTag>;
|
|
324
326
|
issuer: import("./types.js").LegalEntity;
|
|
325
|
-
lineItems: Array<import("./types.js").InvoiceLineItem>;
|
|
326
327
|
payer: import("./types.js").LegalEntity;
|
|
327
|
-
payments: Array<import("./types.js").Payment>;
|
|
328
328
|
rejections: Array<import("./types.js").Rejection>;
|
|
329
329
|
};
|
|
330
330
|
}, {
|
|
331
331
|
global: {
|
|
332
|
-
payAfter: import("./types.js").Maybe<import("./types.js").Scalars["DateTime"]["output"]>;
|
|
333
332
|
status: import("./types.js").Status | `${import("./types.js").Status}`;
|
|
334
333
|
currency: import("./types.js").Scalars["String"]["output"];
|
|
334
|
+
dateDue: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
335
|
+
dateIssued: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
336
|
+
lineItems: Array<import("./types.js").InvoiceLineItem>;
|
|
337
|
+
notes: import("./types.js").Maybe<import("./types.js").Scalars["String"]["output"]>;
|
|
338
|
+
payments: Array<import("./types.js").Payment>;
|
|
339
|
+
payAfter: import("./types.js").Maybe<import("./types.js").Scalars["DateTime"]["output"]>;
|
|
335
340
|
totalPriceTaxExcl: import("./types.js").Scalars["Float"]["output"];
|
|
336
341
|
totalPriceTaxIncl: import("./types.js").Scalars["Float"]["output"];
|
|
337
342
|
closureReason: import("./types.js").Maybe<import("./types.js").ClosureReason | `${import("./types.js").ClosureReason}`>;
|
|
338
343
|
dateDelivered: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
339
|
-
dateDue: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
340
|
-
dateIssued: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
341
344
|
invoiceNo: import("./types.js").Scalars["String"]["output"];
|
|
342
|
-
notes: import("./types.js").Maybe<import("./types.js").Scalars["String"]["output"]>;
|
|
343
345
|
exported: import("./types.js").ExportedData;
|
|
344
346
|
invoiceTags: Array<import("./types.js").InvoiceTag>;
|
|
345
347
|
issuer: import("./types.js").LegalEntity;
|
|
346
|
-
lineItems: Array<import("./types.js").InvoiceLineItem>;
|
|
347
348
|
payer: import("./types.js").LegalEntity;
|
|
348
|
-
payments: Array<import("./types.js").Payment>;
|
|
349
349
|
rejections: Array<import("./types.js").Rejection>;
|
|
350
350
|
};
|
|
351
351
|
}>;
|
|
@@ -359,45 +359,45 @@ export declare const InvoiceDocumentSchema: z.ZodObject<{
|
|
|
359
359
|
};
|
|
360
360
|
state: {
|
|
361
361
|
global: {
|
|
362
|
-
payAfter: import("./types.js").Maybe<import("./types.js").Scalars["DateTime"]["output"]>;
|
|
363
362
|
status: import("./types.js").Status | `${import("./types.js").Status}`;
|
|
364
363
|
currency: import("./types.js").Scalars["String"]["output"];
|
|
364
|
+
dateDue: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
365
|
+
dateIssued: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
366
|
+
lineItems: Array<import("./types.js").InvoiceLineItem>;
|
|
367
|
+
notes: import("./types.js").Maybe<import("./types.js").Scalars["String"]["output"]>;
|
|
368
|
+
payments: Array<import("./types.js").Payment>;
|
|
369
|
+
payAfter: import("./types.js").Maybe<import("./types.js").Scalars["DateTime"]["output"]>;
|
|
365
370
|
totalPriceTaxExcl: import("./types.js").Scalars["Float"]["output"];
|
|
366
371
|
totalPriceTaxIncl: import("./types.js").Scalars["Float"]["output"];
|
|
367
372
|
closureReason: import("./types.js").Maybe<import("./types.js").ClosureReason | `${import("./types.js").ClosureReason}`>;
|
|
368
373
|
dateDelivered: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
369
|
-
dateDue: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
370
|
-
dateIssued: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
371
374
|
invoiceNo: import("./types.js").Scalars["String"]["output"];
|
|
372
|
-
notes: import("./types.js").Maybe<import("./types.js").Scalars["String"]["output"]>;
|
|
373
375
|
exported: import("./types.js").ExportedData;
|
|
374
376
|
invoiceTags: Array<import("./types.js").InvoiceTag>;
|
|
375
377
|
issuer: import("./types.js").LegalEntity;
|
|
376
|
-
lineItems: Array<import("./types.js").InvoiceLineItem>;
|
|
377
378
|
payer: import("./types.js").LegalEntity;
|
|
378
|
-
payments: Array<import("./types.js").Payment>;
|
|
379
379
|
rejections: Array<import("./types.js").Rejection>;
|
|
380
380
|
};
|
|
381
381
|
};
|
|
382
382
|
initialState: {
|
|
383
383
|
global: {
|
|
384
|
-
payAfter: import("./types.js").Maybe<import("./types.js").Scalars["DateTime"]["output"]>;
|
|
385
384
|
status: import("./types.js").Status | `${import("./types.js").Status}`;
|
|
386
385
|
currency: import("./types.js").Scalars["String"]["output"];
|
|
386
|
+
dateDue: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
387
|
+
dateIssued: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
388
|
+
lineItems: Array<import("./types.js").InvoiceLineItem>;
|
|
389
|
+
notes: import("./types.js").Maybe<import("./types.js").Scalars["String"]["output"]>;
|
|
390
|
+
payments: Array<import("./types.js").Payment>;
|
|
391
|
+
payAfter: import("./types.js").Maybe<import("./types.js").Scalars["DateTime"]["output"]>;
|
|
387
392
|
totalPriceTaxExcl: import("./types.js").Scalars["Float"]["output"];
|
|
388
393
|
totalPriceTaxIncl: import("./types.js").Scalars["Float"]["output"];
|
|
389
394
|
closureReason: import("./types.js").Maybe<import("./types.js").ClosureReason | `${import("./types.js").ClosureReason}`>;
|
|
390
395
|
dateDelivered: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
391
|
-
dateDue: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
392
|
-
dateIssued: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
393
396
|
invoiceNo: import("./types.js").Scalars["String"]["output"];
|
|
394
|
-
notes: import("./types.js").Maybe<import("./types.js").Scalars["String"]["output"]>;
|
|
395
397
|
exported: import("./types.js").ExportedData;
|
|
396
398
|
invoiceTags: Array<import("./types.js").InvoiceTag>;
|
|
397
399
|
issuer: import("./types.js").LegalEntity;
|
|
398
|
-
lineItems: Array<import("./types.js").InvoiceLineItem>;
|
|
399
400
|
payer: import("./types.js").LegalEntity;
|
|
400
|
-
payments: Array<import("./types.js").Payment>;
|
|
401
401
|
rejections: Array<import("./types.js").Rejection>;
|
|
402
402
|
};
|
|
403
403
|
};
|
|
@@ -411,45 +411,45 @@ export declare const InvoiceDocumentSchema: z.ZodObject<{
|
|
|
411
411
|
};
|
|
412
412
|
state: {
|
|
413
413
|
global: {
|
|
414
|
-
payAfter: import("./types.js").Maybe<import("./types.js").Scalars["DateTime"]["output"]>;
|
|
415
414
|
status: import("./types.js").Status | `${import("./types.js").Status}`;
|
|
416
415
|
currency: import("./types.js").Scalars["String"]["output"];
|
|
416
|
+
dateDue: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
417
|
+
dateIssued: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
418
|
+
lineItems: Array<import("./types.js").InvoiceLineItem>;
|
|
419
|
+
notes: import("./types.js").Maybe<import("./types.js").Scalars["String"]["output"]>;
|
|
420
|
+
payments: Array<import("./types.js").Payment>;
|
|
421
|
+
payAfter: import("./types.js").Maybe<import("./types.js").Scalars["DateTime"]["output"]>;
|
|
417
422
|
totalPriceTaxExcl: import("./types.js").Scalars["Float"]["output"];
|
|
418
423
|
totalPriceTaxIncl: import("./types.js").Scalars["Float"]["output"];
|
|
419
424
|
closureReason: import("./types.js").Maybe<import("./types.js").ClosureReason | `${import("./types.js").ClosureReason}`>;
|
|
420
425
|
dateDelivered: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
421
|
-
dateDue: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
422
|
-
dateIssued: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
423
426
|
invoiceNo: import("./types.js").Scalars["String"]["output"];
|
|
424
|
-
notes: import("./types.js").Maybe<import("./types.js").Scalars["String"]["output"]>;
|
|
425
427
|
exported: import("./types.js").ExportedData;
|
|
426
428
|
invoiceTags: Array<import("./types.js").InvoiceTag>;
|
|
427
429
|
issuer: import("./types.js").LegalEntity;
|
|
428
|
-
lineItems: Array<import("./types.js").InvoiceLineItem>;
|
|
429
430
|
payer: import("./types.js").LegalEntity;
|
|
430
|
-
payments: Array<import("./types.js").Payment>;
|
|
431
431
|
rejections: Array<import("./types.js").Rejection>;
|
|
432
432
|
};
|
|
433
433
|
};
|
|
434
434
|
initialState: {
|
|
435
435
|
global: {
|
|
436
|
-
payAfter: import("./types.js").Maybe<import("./types.js").Scalars["DateTime"]["output"]>;
|
|
437
436
|
status: import("./types.js").Status | `${import("./types.js").Status}`;
|
|
438
437
|
currency: import("./types.js").Scalars["String"]["output"];
|
|
438
|
+
dateDue: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
439
|
+
dateIssued: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
440
|
+
lineItems: Array<import("./types.js").InvoiceLineItem>;
|
|
441
|
+
notes: import("./types.js").Maybe<import("./types.js").Scalars["String"]["output"]>;
|
|
442
|
+
payments: Array<import("./types.js").Payment>;
|
|
443
|
+
payAfter: import("./types.js").Maybe<import("./types.js").Scalars["DateTime"]["output"]>;
|
|
439
444
|
totalPriceTaxExcl: import("./types.js").Scalars["Float"]["output"];
|
|
440
445
|
totalPriceTaxIncl: import("./types.js").Scalars["Float"]["output"];
|
|
441
446
|
closureReason: import("./types.js").Maybe<import("./types.js").ClosureReason | `${import("./types.js").ClosureReason}`>;
|
|
442
447
|
dateDelivered: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
443
|
-
dateDue: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
444
|
-
dateIssued: import("./types.js").Maybe<import("./types.js").Scalars["Date"]["output"]>;
|
|
445
448
|
invoiceNo: import("./types.js").Scalars["String"]["output"];
|
|
446
|
-
notes: import("./types.js").Maybe<import("./types.js").Scalars["String"]["output"]>;
|
|
447
449
|
exported: import("./types.js").ExportedData;
|
|
448
450
|
invoiceTags: Array<import("./types.js").InvoiceTag>;
|
|
449
451
|
issuer: import("./types.js").LegalEntity;
|
|
450
|
-
lineItems: Array<import("./types.js").InvoiceLineItem>;
|
|
451
452
|
payer: import("./types.js").LegalEntity;
|
|
452
|
-
payments: Array<import("./types.js").Payment>;
|
|
453
453
|
rejections: Array<import("./types.js").Rejection>;
|
|
454
454
|
};
|
|
455
455
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"document-schema.d.ts","sourceRoot":"","sources":["../../../../document-models/invoice/gen/document-schema.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAElE,oEAAoE;AACpE,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;EAEtC,CAAC;AAEH,mEAAmE;AACnE,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"document-schema.d.ts","sourceRoot":"","sources":["../../../../document-models/invoice/gen/document-schema.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAElE,oEAAoE;AACpE,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;EAEtC,CAAC;AAEH,mEAAmE;AACnE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;kBAmCkiU,sCAAkB;4CAAgF,oCAAe;+CAAiC,oCAAe;;0CAA8L,sCAAiB;;6CAA+B,wCAAmB;2BAAmJ,qCAAiB;2BAAgC,qCAAiB;;kDAAlkB,oCAAe;mBAAgJ,sCAAkB;;;;;;;;kBAAtO,sCAAkB;4CAAgF,oCAAe;+CAAiC,oCAAe;;0CAA8L,sCAAiB;;6CAA+B,wCAAmB;2BAAmJ,qCAAiB;2BAAgC,qCAAiB;;kDAAlkB,oCAAe;mBAAgJ,sCAAkB;;;;;;;;;;kBAAtO,sCAAkB;4CAAgF,oCAAe;+CAAiC,oCAAe;;0CAA8L,sCAAiB;;6CAA+B,wCAAmB;2BAAmJ,qCAAiB;2BAAgC,qCAAiB;;kDAAlkB,oCAAe;mBAAgJ,sCAAkB;;;;;;;;;;kBAAtO,sCAAkB;4CAAgF,oCAAe;+CAAiC,oCAAe;;0CAA8L,sCAAiB;;6CAA+B,wCAAmB;2BAAmJ,qCAAiB;2BAAgC,qCAAiB;;kDAAlkB,oCAAe;mBAAgJ,sCAAkB;;;;;;;EAjCvyU,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBA+BiiU,sCAAkB;gDAAgF,oCAAe;mDAAiC,oCAAe;;8CAA8L,sCAAiB;;iDAA+B,wCAAmB;+BAAmJ,qCAAiB;+BAAgC,qCAAiB;;sDAAlkB,oCAAe;uBAAgJ,sCAAkB;;;;;;;;sBAAtO,sCAAkB;gDAAgF,oCAAe;mDAAiC,oCAAe;;8CAA8L,sCAAiB;;iDAA+B,wCAAmB;+BAAmJ,qCAAiB;+BAAgC,qCAAiB;;sDAAlkB,oCAAe;uBAAgJ,sCAAkB;;;;;;;;;;sBAAtO,sCAAkB;gDAAgF,oCAAe;mDAAiC,oCAAe;;8CAA8L,sCAAiB;;iDAA+B,wCAAmB;+BAAmJ,qCAAiB;+BAAgC,qCAAiB;;sDAAlkB,oCAAe;uBAAgJ,sCAAkB;;;;;;;;;;sBAAtO,sCAAkB;gDAAgF,oCAAe;mDAAiC,oCAAe;;8CAA8L,sCAAiB;;iDAA+B,wCAAmB;+BAAmJ,qCAAiB;+BAAgC,qCAAiB;;sDAAlkB,oCAAe;uBAAgJ,sCAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAAtO,sCAAkB;gDAAgF,oCAAe;mDAAiC,oCAAe;;8CAA8L,sCAAiB;;iDAA+B,wCAAmB;+BAAmJ,qCAAiB;+BAAgC,qCAAiB;;sDAAlkB,oCAAe;uBAAgJ,sCAAkB;;;;;;;;sBAAtO,sCAAkB;gDAAgF,oCAAe;mDAAiC,oCAAe;;8CAA8L,sCAAiB;;iDAA+B,wCAAmB;+BAAmJ,qCAAiB;+BAAgC,qCAAiB;;sDAAlkB,oCAAe;uBAAgJ,sCAAkB;;;;;;;;;;sBAAtO,sCAAkB;gDAAgF,oCAAe;mDAAiC,oCAAe;;8CAA8L,sCAAiB;;iDAA+B,wCAAmB;+BAAmJ,qCAAiB;+BAAgC,qCAAiB;;sDAAlkB,oCAAe;uBAAgJ,sCAAkB;;;;;;;;;;sBAAtO,sCAAkB;gDAAgF,oCAAe;mDAAiC,oCAAe;;8CAA8L,sCAAiB;;iDAA+B,wCAAmB;+BAAmJ,qCAAiB;+BAAgC,qCAAiB;;sDAAlkB,oCAAe;uBAAgJ,sCAAkB;;;;;;;;;;;;;;;;;;;sBAAtO,sCAAkB;gDAAgF,oCAAe;mDAAiC,oCAAe;;8CAA8L,sCAAiB;;iDAA+B,wCAAmB;+BAAmJ,qCAAiB;+BAAgC,qCAAiB;;sDAAlkB,oCAAe;uBAAgJ,sCAAkB;;;;;;;;;;;sBAAtO,sCAAkB;gDAAgF,oCAAe;mDAAiC,oCAAe;;8CAA8L,sCAAiB;;iDAA+B,wCAAmB;+BAAmJ,qCAAiB;+BAAgC,qCAAiB;;sDAAlkB,oCAAe;uBAAgJ,sCAAkB;;;;;;;;;;;;;;;;;;;sBAAtO,sCAAkB;gDAAgF,oCAAe;mDAAiC,oCAAe;;8CAA8L,sCAAiB;;iDAA+B,wCAAmB;+BAAmJ,qCAAiB;+BAAgC,qCAAiB;;sDAAlkB,oCAAe;uBAAgJ,sCAAkB;;;;;;;;;;;sBAAtO,sCAAkB;gDAAgF,oCAAe;mDAAiC,oCAAe;;8CAA8L,sCAAiB;;iDAA+B,wCAAmB;+BAAmJ,qCAAiB;+BAAgC,qCAAiB;;sDAAlkB,oCAAe;uBAAgJ,sCAAkB;;;;;;;;EA3BvyU,CAAC;AAEH,2FAA2F;AAC3F,wBAAgB,cAAc,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,cAAc,CAEtE;AAED,uGAAuG;AACvG,wBAAgB,oBAAoB,CAClC,KAAK,EAAE,OAAO,GACb,OAAO,CAAC,KAAK,IAAI,cAAc,CAEjC;AAED,0EAA0E;AAC1E,wBAAgB,iBAAiB,CAC/B,QAAQ,EAAE,OAAO,GAChB,QAAQ,IAAI,eAAe,CAE7B;AAED,6EAA6E;AAC7E,wBAAgB,uBAAuB,CACrC,QAAQ,EAAE,OAAO,GAChB,OAAO,CAAC,QAAQ,IAAI,eAAe,CAErC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/** Actions for the ServiceOffering document model */
|
|
2
|
+
export declare const actions: {
|
|
3
|
+
addOptionGroup: (input: import("./index.js").AddOptionGroupInput) => import("./index.js").AddOptionGroupAction;
|
|
4
|
+
updateOptionGroup: (input: import("./index.js").UpdateOptionGroupInput) => import("./index.js").UpdateOptionGroupAction;
|
|
5
|
+
deleteOptionGroup: (input: import("./index.js").DeleteOptionGroupInput) => import("./index.js").DeleteOptionGroupAction;
|
|
6
|
+
updateOfferingInfo: (input: import("./index.js").UpdateOfferingInfoInput) => import("./index.js").UpdateOfferingInfoAction;
|
|
7
|
+
updateOfferingStatus: (input: import("./index.js").UpdateOfferingStatusInput) => import("./index.js").UpdateOfferingStatusAction;
|
|
8
|
+
setOperator: (input: import("./index.js").SetOperatorInput) => import("./index.js").SetOperatorAction;
|
|
9
|
+
setOfferingId: (input: import("./index.js").SetOfferingIdInput) => import("./index.js").SetOfferingIdAction;
|
|
10
|
+
addTargetAudience: (input: import("./index.js").AddTargetAudienceInput) => import("./index.js").AddTargetAudienceAction;
|
|
11
|
+
removeTargetAudience: (input: import("./index.js").RemoveTargetAudienceInput) => import("./index.js").RemoveTargetAudienceAction;
|
|
12
|
+
setFacetTarget: (input: import("./index.js").SetFacetTargetInput) => import("./index.js").SetFacetTargetAction;
|
|
13
|
+
removeFacetTarget: (input: import("./index.js").RemoveFacetTargetInput) => import("./index.js").RemoveFacetTargetAction;
|
|
14
|
+
addFacetOption: (input: import("./index.js").AddFacetOptionInput) => import("./index.js").AddFacetOptionAction;
|
|
15
|
+
removeFacetOption: (input: import("./index.js").RemoveFacetOptionInput) => import("./index.js").RemoveFacetOptionAction;
|
|
16
|
+
setSetupServices: (input: import("./index.js").SetSetupServicesInput) => import("./index.js").SetSetupServicesAction;
|
|
17
|
+
setRecurringServices: (input: import("./index.js").SetRecurringServicesInput) => import("./index.js").SetRecurringServicesAction;
|
|
18
|
+
addTier: (input: import("./index.js").AddTierInput) => import("./index.js").AddTierAction;
|
|
19
|
+
updateTier: (input: import("./index.js").UpdateTierInput) => import("./index.js").UpdateTierAction;
|
|
20
|
+
updateTierPricing: (input: import("./index.js").UpdateTierPricingInput) => import("./index.js").UpdateTierPricingAction;
|
|
21
|
+
deleteTier: (input: import("./index.js").DeleteTierInput) => import("./index.js").DeleteTierAction;
|
|
22
|
+
addServiceLevel: (input: import("./index.js").AddServiceLevelInput) => import("./index.js").AddServiceLevelAction;
|
|
23
|
+
updateServiceLevel: (input: import("./index.js").UpdateServiceLevelInput) => import("./index.js").UpdateServiceLevelAction;
|
|
24
|
+
removeServiceLevel: (input: import("./index.js").RemoveServiceLevelInput) => import("./index.js").RemoveServiceLevelAction;
|
|
25
|
+
addUsageLimit: (input: import("./index.js").AddUsageLimitInput) => import("./index.js").AddUsageLimitAction;
|
|
26
|
+
updateUsageLimit: (input: import("./index.js").UpdateUsageLimitInput) => import("./index.js").UpdateUsageLimitAction;
|
|
27
|
+
removeUsageLimit: (input: import("./index.js").RemoveUsageLimitInput) => import("./index.js").RemoveUsageLimitAction;
|
|
28
|
+
addService: (input: import("./index.js").AddServiceInput) => import("./index.js").AddServiceAction;
|
|
29
|
+
updateService: (input: import("./index.js").UpdateServiceInput) => import("./index.js").UpdateServiceAction;
|
|
30
|
+
deleteService: (input: import("./index.js").DeleteServiceInput) => import("./index.js").DeleteServiceAction;
|
|
31
|
+
addFacetBinding: (input: import("./index.js").AddFacetBindingInput) => import("./index.js").AddFacetBindingAction;
|
|
32
|
+
removeFacetBinding: (input: import("./index.js").RemoveFacetBindingInput) => import("./index.js").RemoveFacetBindingAction;
|
|
33
|
+
setName: (name: string) => import("document-model").SetNameAction;
|
|
34
|
+
undo: (skip?: number, scope?: string) => import("document-model").UndoAction;
|
|
35
|
+
redo: (count?: number, scope?: string) => import("document-model").RedoAction;
|
|
36
|
+
prune: (start?: number, end?: number, scope?: string) => import("document-model").SchemaPruneAction;
|
|
37
|
+
loadState: <TState extends import("document-model").PHBaseState = import("document-model").PHBaseState>(state: TState & {
|
|
38
|
+
name: string;
|
|
39
|
+
}, operations: number) => import("document-model").LoadStateAction;
|
|
40
|
+
noop: (scope?: string) => import("document-model").NOOPAction;
|
|
41
|
+
};
|
|
42
|
+
//# sourceMappingURL=actions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../../document-models/service-offering/actions.ts"],"names":[],"mappings":"AAQA,qDAAqD;AACrD,eAAO,MAAM,OAAO;qBAOL,+CAA0B;wBAAyL,kDAA6B;wBAAkM,kDAA6B;yBAAsS,mDAA8B;2BAAwM,qDAAgC;kBAAqM,4CAAuB;oBAA2K,8CAAyB;wBAAsL,kDAA6B;2BAAqM,qDAAgC;qBAAwM,+CAA0B;wBAAyL,kDAA6B;qBAA+L,+CAA0B;wBAAyL,kDAA6B;uBAAiM,iDAA4B;2BAAkM,qDAAgC;cAA9nF,wCAAmB;iBAA4J,2CAAsB;wBAA4K,kDAA6B;iBAA2L,2CAAsB;sBAA0K,gDAA2B;yBAA6L,mDAA8B;yBAAsM,mDAA8B;oBAAiM,8CAAyB;uBAAqL,iDAA4B;uBAA8L,iDAA4B;iBAApuE,2CAAsB;oBAAwK,8CAAyB;oBAAiL,8CAAyB;sBAAmL,gDAA2B;yBAA6L,mDAA8B;;eAA+vL,CAAC,eAAe,CAAC;gBAAkE,CAAC,eAAe,CAAC;iBAAmE,CAAC,aAAa,CAAC,eAAe,CAAC;;;;gBAAqS,CAAC;CADlsO,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { baseActions } from "document-model";
|
|
2
|
+
import { serviceManagementActions, tierManagementActions, offeringManagementActions, optionGroupManagementActions, } from "./gen/creators.js";
|
|
3
|
+
/** Actions for the ServiceOffering document model */
|
|
4
|
+
export const actions = {
|
|
5
|
+
...baseActions,
|
|
6
|
+
...serviceManagementActions,
|
|
7
|
+
...tierManagementActions,
|
|
8
|
+
...offeringManagementActions,
|
|
9
|
+
...optionGroupManagementActions,
|
|
10
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { ServiceOfferingServiceManagementAction } from "./service-management/actions.js";
|
|
2
|
+
import type { ServiceOfferingTierManagementAction } from "./tier-management/actions.js";
|
|
3
|
+
import type { ServiceOfferingOfferingManagementAction } from "./offering-management/actions.js";
|
|
4
|
+
import type { ServiceOfferingOptionGroupManagementAction } from "./option-group-management/actions.js";
|
|
5
|
+
export * from "./service-management/actions.js";
|
|
6
|
+
export * from "./tier-management/actions.js";
|
|
7
|
+
export * from "./offering-management/actions.js";
|
|
8
|
+
export * from "./option-group-management/actions.js";
|
|
9
|
+
export type ServiceOfferingAction = ServiceOfferingServiceManagementAction | ServiceOfferingTierManagementAction | ServiceOfferingOfferingManagementAction | ServiceOfferingOptionGroupManagementAction;
|
|
10
|
+
//# sourceMappingURL=actions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../../../document-models/service-offering/gen/actions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sCAAsC,EAAE,MAAM,iCAAiC,CAAC;AAC9F,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,8BAA8B,CAAC;AACxF,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,kCAAkC,CAAC;AAChG,OAAO,KAAK,EAAE,0CAA0C,EAAE,MAAM,sCAAsC,CAAC;AAEvG,cAAc,iCAAiC,CAAC;AAChD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,kCAAkC,CAAC;AACjD,cAAc,sCAAsC,CAAC;AAErD,MAAM,MAAM,qBAAqB,GAC7B,sCAAsC,GACtC,mCAAmC,GACnC,uCAAuC,GACvC,0CAA0C,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from "./service-management/creators.js";
|
|
2
|
+
export * as serviceManagementActions from "./service-management/creators.js";
|
|
3
|
+
export * from "./tier-management/creators.js";
|
|
4
|
+
export * as tierManagementActions from "./tier-management/creators.js";
|
|
5
|
+
export * from "./offering-management/creators.js";
|
|
6
|
+
export * as offeringManagementActions from "./offering-management/creators.js";
|
|
7
|
+
export * from "./option-group-management/creators.js";
|
|
8
|
+
export * as optionGroupManagementActions from "./option-group-management/creators.js";
|
|
9
|
+
//# sourceMappingURL=creators.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"creators.d.ts","sourceRoot":"","sources":["../../../../document-models/service-offering/gen/creators.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAC;AACjD,OAAO,KAAK,wBAAwB,MAAM,kCAAkC,CAAC;AAC7E,cAAc,+BAA+B,CAAC;AAC9C,OAAO,KAAK,qBAAqB,MAAM,+BAA+B,CAAC;AACvE,cAAc,mCAAmC,CAAC;AAClD,OAAO,KAAK,yBAAyB,MAAM,mCAAmC,CAAC;AAC/E,cAAc,uCAAuC,CAAC;AACtD,OAAO,KAAK,4BAA4B,MAAM,uCAAuC,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from "./service-management/creators.js";
|
|
2
|
+
export * as serviceManagementActions from "./service-management/creators.js";
|
|
3
|
+
export * from "./tier-management/creators.js";
|
|
4
|
+
export * as tierManagementActions from "./tier-management/creators.js";
|
|
5
|
+
export * from "./offering-management/creators.js";
|
|
6
|
+
export * as offeringManagementActions from "./offering-management/creators.js";
|
|
7
|
+
export * from "./option-group-management/creators.js";
|
|
8
|
+
export * as optionGroupManagementActions from "./option-group-management/creators.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"document-model.d.ts","sourceRoot":"","sources":["../../../../document-models/service-offering/gen/document-model.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,gBAAgB,CAAC;AAE/D,eAAO,MAAM,aAAa,EAAE,wBAqrB3B,CAAC"}
|