@yuno-payments/dashboard-api-mfe 0.36.67 → 0.37.2-nova-beta.2
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/build/cjs/index.js +36 -201
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/types/api/api.d.ts +40 -13
- package/build/cjs/types/mutations/accounts/accounts.mutation.d.ts +7 -7
- package/build/cjs/types/mutations/audit/audit-api.mutation.d.ts +5 -0
- package/build/cjs/types/mutations/audit/audit.mutation.d.ts +1 -1
- package/build/cjs/types/mutations/audit/index.d.ts +1 -0
- package/build/cjs/types/mutations/checkouts/checkouts.mutation.d.ts +1 -1
- package/build/cjs/types/mutations/index.d.ts +2 -0
- package/build/cjs/types/mutations/organization-settings/organization-settings.mutations.d.ts +2 -2
- package/build/cjs/types/mutations/payments/payments.mutation.d.ts +2 -2
- package/build/cjs/types/mutations/saml-config/saml-config.query.d.ts +3 -3
- package/build/cjs/types/mutations/settings/settings.mutation.d.ts +4 -4
- package/build/cjs/types/mutations/template-reporting/index.d.ts +1 -0
- package/build/cjs/types/mutations/template-reporting/template-reporting.mutation.d.ts +20 -0
- package/build/cjs/types/mutations/users/users.mutation.d.ts +6 -6
- package/build/cjs/types/queries/accounts/accounts.query.d.ts +6 -0
- package/build/cjs/types/queries/audit/audit.query.d.ts +6 -0
- package/build/cjs/types/queries/firebase/firebase.query.d.ts +1 -1
- package/build/cjs/types/queries/index.d.ts +2 -0
- package/build/cjs/types/queries/smart-recovery/index.d.ts +1 -0
- package/build/cjs/types/queries/smart-recovery/smart-recovery-overview.query.d.ts +9 -0
- package/build/cjs/types/queries/template-reporting/index.d.ts +1 -0
- package/build/cjs/types/queries/template-reporting/template-reporting.query.d.ts +7 -0
- package/build/cjs/types/queries/users/users.query.d.ts +2 -3
- package/build/cjs/types/types/audit/audit.d.ts +81 -0
- package/build/cjs/types/types/checkout/styling/styling.d.ts +6 -0
- package/build/cjs/types/types/index.d.ts +2 -0
- package/build/cjs/types/types/smart-recovery/index.d.ts +1 -0
- package/build/cjs/types/types/smart-recovery/smart-recovery-overview.types.d.ts +93 -0
- package/build/cjs/types/types/template-reporting/common.types.d.ts +60 -0
- package/build/cjs/types/types/template-reporting/index.d.ts +47 -0
- package/build/cjs/types/types/template-reporting/schedule.types.d.ts +58 -0
- package/build/cjs/types/types/template-reporting/template.types.d.ts +86 -0
- package/build/cjs/types/types/user/user.d.ts +16 -5
- package/build/esm/index.js +36 -201
- package/build/esm/index.js.map +1 -1
- package/build/esm/types/api/api.d.ts +40 -13
- package/build/esm/types/mutations/accounts/accounts.mutation.d.ts +7 -7
- package/build/esm/types/mutations/audit/audit-api.mutation.d.ts +5 -0
- package/build/esm/types/mutations/audit/audit.mutation.d.ts +1 -1
- package/build/esm/types/mutations/audit/index.d.ts +1 -0
- package/build/esm/types/mutations/checkouts/checkouts.mutation.d.ts +1 -1
- package/build/esm/types/mutations/index.d.ts +2 -0
- package/build/esm/types/mutations/organization-settings/organization-settings.mutations.d.ts +2 -2
- package/build/esm/types/mutations/payments/payments.mutation.d.ts +2 -2
- package/build/esm/types/mutations/saml-config/saml-config.query.d.ts +3 -3
- package/build/esm/types/mutations/settings/settings.mutation.d.ts +4 -4
- package/build/esm/types/mutations/template-reporting/index.d.ts +1 -0
- package/build/esm/types/mutations/template-reporting/template-reporting.mutation.d.ts +20 -0
- package/build/esm/types/mutations/users/users.mutation.d.ts +6 -6
- package/build/esm/types/queries/accounts/accounts.query.d.ts +6 -0
- package/build/esm/types/queries/audit/audit.query.d.ts +6 -0
- package/build/esm/types/queries/firebase/firebase.query.d.ts +1 -1
- package/build/esm/types/queries/index.d.ts +2 -0
- package/build/esm/types/queries/smart-recovery/index.d.ts +1 -0
- package/build/esm/types/queries/smart-recovery/smart-recovery-overview.query.d.ts +9 -0
- package/build/esm/types/queries/template-reporting/index.d.ts +1 -0
- package/build/esm/types/queries/template-reporting/template-reporting.query.d.ts +7 -0
- package/build/esm/types/queries/users/users.query.d.ts +2 -3
- package/build/esm/types/types/audit/audit.d.ts +81 -0
- package/build/esm/types/types/checkout/styling/styling.d.ts +6 -0
- package/build/esm/types/types/index.d.ts +2 -0
- package/build/esm/types/types/smart-recovery/index.d.ts +1 -0
- package/build/esm/types/types/smart-recovery/smart-recovery-overview.types.d.ts +93 -0
- package/build/esm/types/types/template-reporting/common.types.d.ts +60 -0
- package/build/esm/types/types/template-reporting/index.d.ts +47 -0
- package/build/esm/types/types/template-reporting/schedule.types.d.ts +58 -0
- package/build/esm/types/types/template-reporting/template.types.d.ts +86 -0
- package/build/esm/types/types/user/user.d.ts +16 -5
- package/build/index.d.ts +555 -48
- package/package.json +1 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.