@beabee/beabee-common 0.21.1-alpha.2 → 0.45.0
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/README.md +5 -93
- package/dist/constants.d.ts +79 -0
- package/dist/constants.d.ts.map +1 -0
- package/dist/constants.js +104 -0
- package/dist/constants.js.map +1 -0
- package/dist/data/api-error-code.d.ts +23 -0
- package/dist/data/api-error-code.d.ts.map +1 -0
- package/dist/data/api-error-code.js +24 -0
- package/dist/data/api-error-code.js.map +1 -0
- package/dist/data/api-health-status.d.ts +6 -0
- package/dist/data/api-health-status.d.ts.map +1 -0
- package/dist/data/api-health-status.js +7 -0
- package/dist/data/api-health-status.js.map +1 -0
- package/dist/data/callout-access.d.ts +7 -0
- package/dist/data/callout-access.d.ts.map +1 -0
- package/dist/data/callout-access.js +8 -0
- package/dist/data/callout-access.js.map +1 -0
- package/dist/data/callout-captcha.d.ts +6 -0
- package/dist/data/callout-captcha.d.ts.map +1 -0
- package/dist/data/callout-captcha.js +7 -0
- package/dist/data/callout-captcha.js.map +1 -0
- package/dist/data/callout-channel.d.ts +4 -0
- package/dist/data/callout-channel.d.ts.map +1 -0
- package/dist/data/callout-channel.js +6 -0
- package/dist/data/callout-channel.js.map +1 -0
- package/dist/data/callout-component-base-type.d.ts +9 -0
- package/dist/data/callout-component-base-type.d.ts.map +1 -0
- package/dist/data/callout-component-base-type.js +10 -0
- package/dist/data/callout-component-base-type.js.map +1 -0
- package/dist/data/callout-component-input-selectable-types.d.ts +4 -0
- package/dist/data/callout-component-input-selectable-types.d.ts.map +1 -0
- package/dist/data/callout-component-input-selectable-types.js +7 -0
- package/dist/data/callout-component-input-selectable-types.js.map +1 -0
- package/dist/data/callout-component-input-text-types.d.ts +4 -0
- package/dist/data/callout-component-input-text-types.d.ts.map +1 -0
- package/dist/data/callout-component-input-text-types.js +7 -0
- package/dist/data/callout-component-input-text-types.js.map +1 -0
- package/dist/data/callout-component-input-types.d.ts +4 -0
- package/dist/data/callout-component-input-types.d.ts.map +1 -0
- package/dist/data/callout-component-input-types.js +21 -0
- package/dist/data/callout-component-input-types.js.map +1 -0
- package/dist/data/callout-component-nestable-types.d.ts +4 -0
- package/dist/data/callout-component-nestable-types.d.ts.map +1 -0
- package/dist/data/callout-component-nestable-types.js +8 -0
- package/dist/data/callout-component-nestable-types.js.map +1 -0
- package/dist/data/callout-component-type.d.ts +24 -0
- package/dist/data/callout-component-type.d.ts.map +1 -0
- package/dist/data/callout-component-type.js +25 -0
- package/dist/data/callout-component-type.js.map +1 -0
- package/dist/data/callout-component-types.d.ts +4 -0
- package/dist/data/callout-component-types.d.ts.map +1 -0
- package/dist/data/callout-component-types.js +10 -0
- package/dist/data/callout-component-types.js.map +1 -0
- package/dist/data/contact-mfa-type.d.ts +7 -0
- package/dist/data/contact-mfa-type.d.ts.map +1 -0
- package/dist/data/contact-mfa-type.js +9 -0
- package/dist/data/contact-mfa-type.js.map +1 -0
- package/dist/data/content-ids.d.ts +3 -0
- package/dist/data/content-ids.d.ts.map +1 -0
- package/dist/data/content-ids.js +14 -0
- package/dist/data/content-ids.js.map +1 -0
- package/dist/data/contribution-period.d.ts +5 -0
- package/dist/data/contribution-period.d.ts.map +1 -0
- package/dist/data/contribution-period.js +6 -0
- package/dist/data/contribution-period.js.map +1 -0
- package/dist/data/contribution-type.d.ts +7 -0
- package/dist/data/contribution-type.d.ts.map +1 -0
- package/dist/data/contribution-type.js +8 -0
- package/dist/data/contribution-type.js.map +1 -0
- package/dist/data/get-callout-response-with.d.ts +9 -0
- package/dist/data/get-callout-response-with.d.ts.map +1 -0
- package/dist/data/get-callout-response-with.js +10 -0
- package/dist/data/get-callout-response-with.js.map +1 -0
- package/dist/data/get-contact-with.d.ts +8 -0
- package/dist/data/get-contact-with.d.ts.map +1 -0
- package/dist/data/get-contact-with.js +9 -0
- package/dist/data/get-contact-with.js.map +1 -0
- package/dist/data/index.d.ts +29 -0
- package/dist/data/index.d.ts.map +1 -0
- package/dist/data/index.js +30 -0
- package/dist/data/index.js.map +1 -0
- package/dist/data/item-status.d.ts +7 -0
- package/dist/data/item-status.d.ts.map +1 -0
- package/dist/data/item-status.js +8 -0
- package/dist/data/item-status.js.map +1 -0
- package/dist/data/login-codes.d.ts +14 -0
- package/dist/data/login-codes.d.ts.map +1 -0
- package/dist/data/login-codes.js +15 -0
- package/dist/data/login-codes.js.map +1 -0
- package/dist/data/membership-status.d.ts +7 -0
- package/dist/data/membership-status.d.ts.map +1 -0
- package/dist/data/membership-status.js +8 -0
- package/dist/data/membership-status.js.map +1 -0
- package/dist/data/newsletter-status.d.ts +8 -0
- package/dist/data/newsletter-status.d.ts.map +1 -0
- package/dist/data/newsletter-status.js +9 -0
- package/dist/data/newsletter-status.js.map +1 -0
- package/dist/data/payment-method.d.ts +9 -0
- package/dist/data/payment-method.d.ts.map +1 -0
- package/dist/data/payment-method.js +10 -0
- package/dist/data/payment-method.js.map +1 -0
- package/dist/data/payment-status.d.ts +8 -0
- package/dist/data/payment-status.d.ts.map +1 -0
- package/dist/data/payment-status.js +9 -0
- package/dist/data/payment-status.js.map +1 -0
- package/dist/data/payment-type.d.ts +7 -0
- package/dist/data/payment-type.d.ts.map +1 -0
- package/dist/data/payment-type.js +8 -0
- package/dist/data/payment-type.js.map +1 -0
- package/dist/data/reset-security-flow-error-code.d.ts +9 -0
- package/dist/data/reset-security-flow-error-code.d.ts.map +1 -0
- package/dist/data/reset-security-flow-error-code.js +10 -0
- package/dist/data/reset-security-flow-error-code.js.map +1 -0
- package/dist/data/reset-security-flow-type.d.ts +8 -0
- package/dist/data/reset-security-flow-type.d.ts.map +1 -0
- package/dist/data/reset-security-flow-type.js +9 -0
- package/dist/data/reset-security-flow-type.js.map +1 -0
- package/dist/data/role-type-data.d.ts +6 -0
- package/dist/data/role-type-data.d.ts.map +1 -0
- package/dist/data/role-type-data.js +7 -0
- package/dist/data/role-type-data.js.map +1 -0
- package/dist/error/InvalidRule.d.ts +7 -0
- package/dist/error/InvalidRule.d.ts.map +1 -0
- package/dist/error/InvalidRule.js +11 -0
- package/dist/error/InvalidRule.js.map +1 -0
- package/dist/error/index.d.ts +2 -0
- package/dist/error/index.d.ts.map +1 -0
- package/dist/error/index.js +3 -0
- package/dist/error/index.js.map +1 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +7 -0
- package/dist/index.js.map +1 -0
- package/dist/search/api-keys.d.ts +9 -0
- package/dist/search/api-keys.d.ts.map +1 -0
- package/dist/search/api-keys.js +10 -0
- package/dist/search/api-keys.js.map +1 -0
- package/dist/search/callouts.d.ts +142 -0
- package/dist/search/callouts.d.ts.map +1 -0
- package/dist/search/callouts.js +155 -0
- package/dist/search/callouts.js.map +1 -0
- package/dist/search/contacts.d.ts +104 -0
- package/dist/search/contacts.d.ts.map +1 -0
- package/dist/search/contacts.js +116 -0
- package/dist/search/contacts.js.map +1 -0
- package/dist/search/emails.d.ts +30 -0
- package/dist/search/emails.d.ts.map +1 -0
- package/dist/search/emails.js +31 -0
- package/dist/search/emails.js.map +1 -0
- package/dist/search/index.d.ts +10 -0
- package/dist/search/index.d.ts.map +1 -0
- package/dist/search/index.js +11 -0
- package/dist/search/index.js.map +1 -0
- package/dist/search/notices.d.ts +30 -0
- package/dist/search/notices.d.ts.map +1 -0
- package/dist/search/notices.js +36 -0
- package/dist/search/notices.js.map +1 -0
- package/dist/search/operators.d.ts +76 -0
- package/dist/search/operators.d.ts.map +1 -0
- package/dist/search/operators.js +66 -0
- package/dist/search/operators.js.map +1 -0
- package/dist/search/payments.d.ts +25 -0
- package/dist/search/payments.d.ts.map +1 -0
- package/dist/search/payments.js +37 -0
- package/dist/search/payments.js.map +1 -0
- package/dist/search/segments.d.ts +12 -0
- package/dist/search/segments.d.ts.map +1 -0
- package/dist/search/segments.js +13 -0
- package/dist/search/segments.js.map +1 -0
- package/dist/search/tags.d.ts +13 -0
- package/dist/search/tags.d.ts.map +1 -0
- package/dist/search/tags.js +13 -0
- package/dist/search/tags.js.map +1 -0
- package/dist/types/address.d.ts +7 -0
- package/dist/types/address.d.ts.map +1 -0
- package/dist/types/address.js +2 -0
- package/dist/types/address.js.map +1 -0
- package/dist/types/allow-null.d.ts +8 -0
- package/dist/types/allow-null.d.ts.map +1 -0
- package/dist/types/allow-null.js +2 -0
- package/dist/types/allow-null.js.map +1 -0
- package/dist/types/api-error-data.d.ts +112 -0
- package/dist/types/api-error-data.d.ts.map +1 -0
- package/dist/types/api-error-data.js +2 -0
- package/dist/types/api-error-data.js.map +1 -0
- package/dist/types/api-key-filter-name.d.ts +3 -0
- package/dist/types/api-key-filter-name.d.ts.map +1 -0
- package/dist/types/api-key-filter-name.js +2 -0
- package/dist/types/api-key-filter-name.js.map +1 -0
- package/dist/types/array-filter-args.d.ts +6 -0
- package/dist/types/array-filter-args.d.ts.map +1 -0
- package/dist/types/array-filter-args.js +2 -0
- package/dist/types/array-filter-args.js.map +1 -0
- package/dist/types/auth-info-data.d.ts +25 -0
- package/dist/types/auth-info-data.d.ts.map +1 -0
- package/dist/types/auth-info-data.js +2 -0
- package/dist/types/auth-info-data.js.map +1 -0
- package/dist/types/base-filter-args.d.ts +6 -0
- package/dist/types/base-filter-args.d.ts.map +1 -0
- package/dist/types/base-filter-args.js +2 -0
- package/dist/types/base-filter-args.js.map +1 -0
- package/dist/types/base-validated-rule.d.ts +10 -0
- package/dist/types/base-validated-rule.d.ts.map +1 -0
- package/dist/types/base-validated-rule.js +2 -0
- package/dist/types/base-validated-rule.js.map +1 -0
- package/dist/types/callout-channel-filter-name.d.ts +3 -0
- package/dist/types/callout-channel-filter-name.d.ts.map +1 -0
- package/dist/types/callout-channel-filter-name.js +2 -0
- package/dist/types/callout-channel-filter-name.js.map +1 -0
- package/dist/types/callout-component-base-input-schema.d.ts +12 -0
- package/dist/types/callout-component-base-input-schema.d.ts.map +1 -0
- package/dist/types/callout-component-base-input-schema.js +2 -0
- package/dist/types/callout-component-base-input-schema.js.map +1 -0
- package/dist/types/callout-component-base-input-selectable-schema.d.ts +12 -0
- package/dist/types/callout-component-base-input-selectable-schema.d.ts.map +1 -0
- package/dist/types/callout-component-base-input-selectable-schema.js +2 -0
- package/dist/types/callout-component-base-input-selectable-schema.js.map +1 -0
- package/dist/types/callout-component-base-input-text-schema.d.ts +13 -0
- package/dist/types/callout-component-base-input-text-schema.d.ts.map +1 -0
- package/dist/types/callout-component-base-input-text-schema.js +2 -0
- package/dist/types/callout-component-base-input-text-schema.js.map +1 -0
- package/dist/types/callout-component-base-map.d.ts +17 -0
- package/dist/types/callout-component-base-map.d.ts.map +1 -0
- package/dist/types/callout-component-base-map.js +2 -0
- package/dist/types/callout-component-base-map.js.map +1 -0
- package/dist/types/callout-component-base-nestable-schema.d.ts +8 -0
- package/dist/types/callout-component-base-nestable-schema.d.ts.map +1 -0
- package/dist/types/callout-component-base-nestable-schema.js +2 -0
- package/dist/types/callout-component-base-nestable-schema.js.map +1 -0
- package/dist/types/callout-component-base-rules.d.ts +7 -0
- package/dist/types/callout-component-base-rules.d.ts.map +1 -0
- package/dist/types/callout-component-base-rules.js +2 -0
- package/dist/types/callout-component-base-rules.js.map +1 -0
- package/dist/types/callout-component-base-schema.d.ts +23 -0
- package/dist/types/callout-component-base-schema.d.ts.map +1 -0
- package/dist/types/callout-component-base-schema.js +2 -0
- package/dist/types/callout-component-base-schema.js.map +1 -0
- package/dist/types/callout-component-content-schema.d.ts +13 -0
- package/dist/types/callout-component-content-schema.d.ts.map +1 -0
- package/dist/types/callout-component-content-schema.js +2 -0
- package/dist/types/callout-component-content-schema.js.map +1 -0
- package/dist/types/callout-component-input-address-rules.d.ts +3 -0
- package/dist/types/callout-component-input-address-rules.d.ts.map +1 -0
- package/dist/types/callout-component-input-address-rules.js +2 -0
- package/dist/types/callout-component-input-address-rules.js.map +1 -0
- package/dist/types/callout-component-input-address-schema.d.ts +10 -0
- package/dist/types/callout-component-input-address-schema.d.ts.map +1 -0
- package/dist/types/callout-component-input-address-schema.js +2 -0
- package/dist/types/callout-component-input-address-schema.js.map +1 -0
- package/dist/types/callout-component-input-checkbox-rules.d.ts +3 -0
- package/dist/types/callout-component-input-checkbox-rules.d.ts.map +1 -0
- package/dist/types/callout-component-input-checkbox-rules.js +2 -0
- package/dist/types/callout-component-input-checkbox-rules.js.map +1 -0
- package/dist/types/callout-component-input-checkbox-schema.d.ts +12 -0
- package/dist/types/callout-component-input-checkbox-schema.d.ts.map +1 -0
- package/dist/types/callout-component-input-checkbox-schema.js +2 -0
- package/dist/types/callout-component-input-checkbox-schema.js.map +1 -0
- package/dist/types/callout-component-input-currency-rules.d.ts +3 -0
- package/dist/types/callout-component-input-currency-rules.d.ts.map +1 -0
- package/dist/types/callout-component-input-currency-rules.js +2 -0
- package/dist/types/callout-component-input-currency-rules.js.map +1 -0
- package/dist/types/callout-component-input-currency-schema.d.ts +18 -0
- package/dist/types/callout-component-input-currency-schema.d.ts.map +1 -0
- package/dist/types/callout-component-input-currency-schema.js +2 -0
- package/dist/types/callout-component-input-currency-schema.js.map +1 -0
- package/dist/types/callout-component-input-date-time-rules.d.ts +3 -0
- package/dist/types/callout-component-input-date-time-rules.d.ts.map +1 -0
- package/dist/types/callout-component-input-date-time-rules.js +2 -0
- package/dist/types/callout-component-input-date-time-rules.js.map +1 -0
- package/dist/types/callout-component-input-date-time-schema.d.ts +40 -0
- package/dist/types/callout-component-input-date-time-schema.d.ts.map +1 -0
- package/dist/types/callout-component-input-date-time-schema.js +2 -0
- package/dist/types/callout-component-input-date-time-schema.js.map +1 -0
- package/dist/types/callout-component-input-email-rules.d.ts +10 -0
- package/dist/types/callout-component-input-email-rules.d.ts.map +1 -0
- package/dist/types/callout-component-input-email-rules.js +2 -0
- package/dist/types/callout-component-input-email-rules.js.map +1 -0
- package/dist/types/callout-component-input-email-schema.d.ts +12 -0
- package/dist/types/callout-component-input-email-schema.d.ts.map +1 -0
- package/dist/types/callout-component-input-email-schema.js +2 -0
- package/dist/types/callout-component-input-email-schema.js.map +1 -0
- package/dist/types/callout-component-input-file-rules.d.ts +3 -0
- package/dist/types/callout-component-input-file-rules.d.ts.map +1 -0
- package/dist/types/callout-component-input-file-rules.js +2 -0
- package/dist/types/callout-component-input-file-rules.js.map +1 -0
- package/dist/types/callout-component-input-file-schema.d.ts +20 -0
- package/dist/types/callout-component-input-file-schema.d.ts.map +1 -0
- package/dist/types/callout-component-input-file-schema.js +2 -0
- package/dist/types/callout-component-input-file-schema.js.map +1 -0
- package/dist/types/callout-component-input-number-rules.d.ts +10 -0
- package/dist/types/callout-component-input-number-rules.d.ts.map +1 -0
- package/dist/types/callout-component-input-number-rules.js +2 -0
- package/dist/types/callout-component-input-number-rules.js.map +1 -0
- package/dist/types/callout-component-input-number-schema.d.ts +18 -0
- package/dist/types/callout-component-input-number-schema.d.ts.map +1 -0
- package/dist/types/callout-component-input-number-schema.js +2 -0
- package/dist/types/callout-component-input-number-schema.js.map +1 -0
- package/dist/types/callout-component-input-phone-number-rules.d.ts +3 -0
- package/dist/types/callout-component-input-phone-number-rules.d.ts.map +1 -0
- package/dist/types/callout-component-input-phone-number-rules.js +2 -0
- package/dist/types/callout-component-input-phone-number-rules.js.map +1 -0
- package/dist/types/callout-component-input-phone-number-schema.d.ts +10 -0
- package/dist/types/callout-component-input-phone-number-schema.d.ts.map +1 -0
- package/dist/types/callout-component-input-phone-number-schema.js +2 -0
- package/dist/types/callout-component-input-phone-number-schema.js.map +1 -0
- package/dist/types/callout-component-input-schema.d.ts +4 -0
- package/dist/types/callout-component-input-schema.d.ts.map +1 -0
- package/dist/types/callout-component-input-schema.js +2 -0
- package/dist/types/callout-component-input-schema.js.map +1 -0
- package/dist/types/callout-component-input-select-rules.d.ts +3 -0
- package/dist/types/callout-component-input-select-rules.d.ts.map +1 -0
- package/dist/types/callout-component-input-select-rules.js +2 -0
- package/dist/types/callout-component-input-select-rules.js.map +1 -0
- package/dist/types/callout-component-input-select-schema.d.ts +18 -0
- package/dist/types/callout-component-input-select-schema.d.ts.map +1 -0
- package/dist/types/callout-component-input-select-schema.js +2 -0
- package/dist/types/callout-component-input-select-schema.js.map +1 -0
- package/dist/types/callout-component-input-selectable-radio-rules.d.ts +3 -0
- package/dist/types/callout-component-input-selectable-radio-rules.d.ts.map +1 -0
- package/dist/types/callout-component-input-selectable-radio-rules.js +2 -0
- package/dist/types/callout-component-input-selectable-radio-rules.js.map +1 -0
- package/dist/types/callout-component-input-selectable-radio-schema.d.ts +7 -0
- package/dist/types/callout-component-input-selectable-radio-schema.d.ts.map +1 -0
- package/dist/types/callout-component-input-selectable-radio-schema.js +2 -0
- package/dist/types/callout-component-input-selectable-radio-schema.js.map +1 -0
- package/dist/types/callout-component-input-selectable-schema.d.ts +4 -0
- package/dist/types/callout-component-input-selectable-schema.d.ts.map +1 -0
- package/dist/types/callout-component-input-selectable-schema.js +2 -0
- package/dist/types/callout-component-input-selectable-schema.js.map +1 -0
- package/dist/types/callout-component-input-selectable-selectboxes-rules.d.ts +3 -0
- package/dist/types/callout-component-input-selectable-selectboxes-rules.d.ts.map +1 -0
- package/dist/types/callout-component-input-selectable-selectboxes-rules.js +2 -0
- package/dist/types/callout-component-input-selectable-selectboxes-rules.js.map +1 -0
- package/dist/types/callout-component-input-selectable-selectboxes-schema.d.ts +7 -0
- package/dist/types/callout-component-input-selectable-selectboxes-schema.d.ts.map +1 -0
- package/dist/types/callout-component-input-selectable-selectboxes-schema.js +2 -0
- package/dist/types/callout-component-input-selectable-selectboxes-schema.js.map +1 -0
- package/dist/types/callout-component-input-signature-rules.d.ts +3 -0
- package/dist/types/callout-component-input-signature-rules.d.ts.map +1 -0
- package/dist/types/callout-component-input-signature-rules.js +2 -0
- package/dist/types/callout-component-input-signature-rules.js.map +1 -0
- package/dist/types/callout-component-input-signature-schema.d.ts +8 -0
- package/dist/types/callout-component-input-signature-schema.d.ts.map +1 -0
- package/dist/types/callout-component-input-signature-schema.js +2 -0
- package/dist/types/callout-component-input-signature-schema.js.map +1 -0
- package/dist/types/callout-component-input-text-area-schema.d.ts +6 -0
- package/dist/types/callout-component-input-text-area-schema.d.ts.map +1 -0
- package/dist/types/callout-component-input-text-area-schema.js +2 -0
- package/dist/types/callout-component-input-text-area-schema.js.map +1 -0
- package/dist/types/callout-component-input-text-field-schema.d.ts +6 -0
- package/dist/types/callout-component-input-text-field-schema.d.ts.map +1 -0
- package/dist/types/callout-component-input-text-field-schema.js +2 -0
- package/dist/types/callout-component-input-text-field-schema.js.map +1 -0
- package/dist/types/callout-component-input-text-rules.d.ts +14 -0
- package/dist/types/callout-component-input-text-rules.d.ts.map +1 -0
- package/dist/types/callout-component-input-text-rules.js +2 -0
- package/dist/types/callout-component-input-text-rules.js.map +1 -0
- package/dist/types/callout-component-input-text-schema.d.ts +4 -0
- package/dist/types/callout-component-input-text-schema.d.ts.map +1 -0
- package/dist/types/callout-component-input-text-schema.js +2 -0
- package/dist/types/callout-component-input-text-schema.js.map +1 -0
- package/dist/types/callout-component-input-time-rules.d.ts +3 -0
- package/dist/types/callout-component-input-time-rules.d.ts.map +1 -0
- package/dist/types/callout-component-input-time-rules.js +2 -0
- package/dist/types/callout-component-input-time-rules.js.map +1 -0
- package/dist/types/callout-component-input-time-schema.d.ts +10 -0
- package/dist/types/callout-component-input-time-schema.d.ts.map +1 -0
- package/dist/types/callout-component-input-time-schema.js +2 -0
- package/dist/types/callout-component-input-time-schema.js.map +1 -0
- package/dist/types/callout-component-input-url-rules.d.ts +10 -0
- package/dist/types/callout-component-input-url-rules.d.ts.map +1 -0
- package/dist/types/callout-component-input-url-rules.js +2 -0
- package/dist/types/callout-component-input-url-rules.js.map +1 -0
- package/dist/types/callout-component-input-url-schema.d.ts +12 -0
- package/dist/types/callout-component-input-url-schema.d.ts.map +1 -0
- package/dist/types/callout-component-input-url-schema.js +2 -0
- package/dist/types/callout-component-input-url-schema.js.map +1 -0
- package/dist/types/callout-component-map.d.ts +32 -0
- package/dist/types/callout-component-map.d.ts.map +1 -0
- package/dist/types/callout-component-map.js +2 -0
- package/dist/types/callout-component-map.js.map +1 -0
- package/dist/types/callout-component-nestable-panel-schema.d.ts +6 -0
- package/dist/types/callout-component-nestable-panel-schema.d.ts.map +1 -0
- package/dist/types/callout-component-nestable-panel-schema.js +2 -0
- package/dist/types/callout-component-nestable-panel-schema.js.map +1 -0
- package/dist/types/callout-component-nestable-schema.d.ts +3 -0
- package/dist/types/callout-component-nestable-schema.d.ts.map +1 -0
- package/dist/types/callout-component-nestable-schema.js +2 -0
- package/dist/types/callout-component-nestable-schema.js.map +1 -0
- package/dist/types/callout-component-nestable-tabs-schema.d.ts +6 -0
- package/dist/types/callout-component-nestable-tabs-schema.d.ts.map +1 -0
- package/dist/types/callout-component-nestable-tabs-schema.js +2 -0
- package/dist/types/callout-component-nestable-tabs-schema.js.map +1 -0
- package/dist/types/callout-component-nestable-well-schema.d.ts +6 -0
- package/dist/types/callout-component-nestable-well-schema.d.ts.map +1 -0
- package/dist/types/callout-component-nestable-well-schema.js +2 -0
- package/dist/types/callout-component-nestable-well-schema.js.map +1 -0
- package/dist/types/callout-component-schema.d.ts +4 -0
- package/dist/types/callout-component-schema.d.ts.map +1 -0
- package/dist/types/callout-component-schema.js +2 -0
- package/dist/types/callout-component-schema.js.map +1 -0
- package/dist/types/callout-data.d.ts +18 -0
- package/dist/types/callout-data.d.ts.map +1 -0
- package/dist/types/callout-data.js +2 -0
- package/dist/types/callout-data.js.map +1 -0
- package/dist/types/callout-filter-name.d.ts +3 -0
- package/dist/types/callout-filter-name.d.ts.map +1 -0
- package/dist/types/callout-filter-name.js +2 -0
- package/dist/types/callout-filter-name.js.map +1 -0
- package/dist/types/callout-map-schema-icon-styling-answer-icon-definition.d.ts +5 -0
- package/dist/types/callout-map-schema-icon-styling-answer-icon-definition.d.ts.map +1 -0
- package/dist/types/callout-map-schema-icon-styling-answer-icon-definition.js +2 -0
- package/dist/types/callout-map-schema-icon-styling-answer-icon-definition.js.map +1 -0
- package/dist/types/callout-map-schema-icon-styling-answer-icon.d.ts +6 -0
- package/dist/types/callout-map-schema-icon-styling-answer-icon.d.ts.map +1 -0
- package/dist/types/callout-map-schema-icon-styling-answer-icon.js +2 -0
- package/dist/types/callout-map-schema-icon-styling-answer-icon.js.map +1 -0
- package/dist/types/callout-map-schema-icon-styling-answer.d.ts +3 -0
- package/dist/types/callout-map-schema-icon-styling-answer.d.ts.map +1 -0
- package/dist/types/callout-map-schema-icon-styling-answer.js +2 -0
- package/dist/types/callout-map-schema-icon-styling-answer.js.map +1 -0
- package/dist/types/callout-map-schema-icon-styling.d.ts +3 -0
- package/dist/types/callout-map-schema-icon-styling.d.ts.map +1 -0
- package/dist/types/callout-map-schema-icon-styling.js +2 -0
- package/dist/types/callout-map-schema-icon-styling.js.map +1 -0
- package/dist/types/callout-map-schema.d.ts +21 -0
- package/dist/types/callout-map-schema.d.ts.map +1 -0
- package/dist/types/callout-map-schema.js +2 -0
- package/dist/types/callout-map-schema.js.map +1 -0
- package/dist/types/callout-newsletter-schema.d.ts +8 -0
- package/dist/types/callout-newsletter-schema.d.ts.map +1 -0
- package/dist/types/callout-newsletter-schema.js +2 -0
- package/dist/types/callout-newsletter-schema.js.map +1 -0
- package/dist/types/callout-response-answer-address.d.ts +18 -0
- package/dist/types/callout-response-answer-address.d.ts.map +1 -0
- package/dist/types/callout-response-answer-address.js +2 -0
- package/dist/types/callout-response-answer-address.js.map +1 -0
- package/dist/types/callout-response-answer-file-upload.d.ts +9 -0
- package/dist/types/callout-response-answer-file-upload.d.ts.map +1 -0
- package/dist/types/callout-response-answer-file-upload.js +2 -0
- package/dist/types/callout-response-answer-file-upload.js.map +1 -0
- package/dist/types/callout-response-answer.d.ts +3 -0
- package/dist/types/callout-response-answer.d.ts.map +1 -0
- package/dist/types/callout-response-answer.js +2 -0
- package/dist/types/callout-response-answer.js.map +1 -0
- package/dist/types/callout-response-answers-slide.d.ts +6 -0
- package/dist/types/callout-response-answers-slide.d.ts.map +1 -0
- package/dist/types/callout-response-answers-slide.js +2 -0
- package/dist/types/callout-response-answers-slide.js.map +1 -0
- package/dist/types/callout-response-answers.d.ts +6 -0
- package/dist/types/callout-response-answers.d.ts.map +1 -0
- package/dist/types/callout-response-answers.js +2 -0
- package/dist/types/callout-response-answers.js.map +1 -0
- package/dist/types/callout-response-comment-data.d.ts +5 -0
- package/dist/types/callout-response-comment-data.d.ts.map +1 -0
- package/dist/types/callout-response-comment-data.js +2 -0
- package/dist/types/callout-response-comment-data.js.map +1 -0
- package/dist/types/callout-response-comment-filter-name.d.ts +3 -0
- package/dist/types/callout-response-comment-filter-name.d.ts.map +1 -0
- package/dist/types/callout-response-comment-filter-name.js +2 -0
- package/dist/types/callout-response-comment-filter-name.js.map +1 -0
- package/dist/types/callout-response-filter-name.d.ts +3 -0
- package/dist/types/callout-response-filter-name.d.ts.map +1 -0
- package/dist/types/callout-response-filter-name.js +2 -0
- package/dist/types/callout-response-filter-name.js.map +1 -0
- package/dist/types/callout-response-guest-data.d.ts +6 -0
- package/dist/types/callout-response-guest-data.d.ts.map +1 -0
- package/dist/types/callout-response-guest-data.js +2 -0
- package/dist/types/callout-response-guest-data.js.map +1 -0
- package/dist/types/callout-response-newsletter-data.d.ts +5 -0
- package/dist/types/callout-response-newsletter-data.d.ts.map +1 -0
- package/dist/types/callout-response-newsletter-data.js +2 -0
- package/dist/types/callout-response-newsletter-data.js.map +1 -0
- package/dist/types/callout-response-view-schema.d.ts +14 -0
- package/dist/types/callout-response-view-schema.d.ts.map +1 -0
- package/dist/types/callout-response-view-schema.js +2 -0
- package/dist/types/callout-response-view-schema.js.map +1 -0
- package/dist/types/callout-reviewer-filter-name.d.ts +3 -0
- package/dist/types/callout-reviewer-filter-name.d.ts.map +1 -0
- package/dist/types/callout-reviewer-filter-name.js +2 -0
- package/dist/types/callout-reviewer-filter-name.js.map +1 -0
- package/dist/types/callout-tag-filter-name.d.ts +3 -0
- package/dist/types/callout-tag-filter-name.d.ts.map +1 -0
- package/dist/types/callout-tag-filter-name.js +2 -0
- package/dist/types/callout-tag-filter-name.js.map +1 -0
- package/dist/types/callout-variant-data.d.ts +20 -0
- package/dist/types/callout-variant-data.d.ts.map +1 -0
- package/dist/types/callout-variant-data.js +2 -0
- package/dist/types/callout-variant-data.js.map +1 -0
- package/dist/types/callout-variant-navigation-data.d.ts +6 -0
- package/dist/types/callout-variant-navigation-data.d.ts.map +1 -0
- package/dist/types/callout-variant-navigation-data.js +2 -0
- package/dist/types/callout-variant-navigation-data.js.map +1 -0
- package/dist/types/complete-signup-data.d.ts +7 -0
- package/dist/types/complete-signup-data.d.ts.map +1 -0
- package/dist/types/complete-signup-data.js +2 -0
- package/dist/types/complete-signup-data.js.map +1 -0
- package/dist/types/contact-data.d.ts +7 -0
- package/dist/types/contact-data.d.ts.map +1 -0
- package/dist/types/contact-data.js +2 -0
- package/dist/types/contact-data.js.map +1 -0
- package/dist/types/contact-mfa-data.d.ts +9 -0
- package/dist/types/contact-mfa-data.d.ts.map +1 -0
- package/dist/types/contact-mfa-data.js +2 -0
- package/dist/types/contact-mfa-data.js.map +1 -0
- package/dist/types/contact-profile-data.d.ts +14 -0
- package/dist/types/contact-profile-data.d.ts.map +1 -0
- package/dist/types/contact-profile-data.js +2 -0
- package/dist/types/contact-profile-data.js.map +1 -0
- package/dist/types/contact-role-data.d.ts +6 -0
- package/dist/types/contact-role-data.d.ts.map +1 -0
- package/dist/types/contact-role-data.js +2 -0
- package/dist/types/contact-role-data.js.map +1 -0
- package/dist/types/contact-tag-filter-name.d.ts +3 -0
- package/dist/types/contact-tag-filter-name.d.ts.map +1 -0
- package/dist/types/contact-tag-filter-name.js +2 -0
- package/dist/types/contact-tag-filter-name.js.map +1 -0
- package/dist/types/content-contacts-data.d.ts +5 -0
- package/dist/types/content-contacts-data.d.ts.map +1 -0
- package/dist/types/content-contacts-data.js +2 -0
- package/dist/types/content-contacts-data.js.map +1 -0
- package/dist/types/content-data.d.ts +3 -0
- package/dist/types/content-data.d.ts.map +1 -0
- package/dist/types/content-data.js +2 -0
- package/dist/types/content-data.js.map +1 -0
- package/dist/types/content-email-data.d.ts +6 -0
- package/dist/types/content-email-data.d.ts.map +1 -0
- package/dist/types/content-email-data.js +2 -0
- package/dist/types/content-email-data.js.map +1 -0
- package/dist/types/content-general-data.d.ts +36 -0
- package/dist/types/content-general-data.d.ts.map +1 -0
- package/dist/types/content-general-data.js +2 -0
- package/dist/types/content-general-data.js.map +1 -0
- package/dist/types/content-id.d.ts +2 -0
- package/dist/types/content-id.d.ts.map +1 -0
- package/dist/types/content-id.js +2 -0
- package/dist/types/content-id.js.map +1 -0
- package/dist/types/content-join-data.d.ts +19 -0
- package/dist/types/content-join-data.d.ts.map +1 -0
- package/dist/types/content-join-data.js +2 -0
- package/dist/types/content-join-data.js.map +1 -0
- package/dist/types/content-join-period-data.d.ts +6 -0
- package/dist/types/content-join-period-data.d.ts.map +1 -0
- package/dist/types/content-join-period-data.js +2 -0
- package/dist/types/content-join-period-data.js.map +1 -0
- package/dist/types/content-join-setup-data.d.ts +17 -0
- package/dist/types/content-join-setup-data.d.ts.map +1 -0
- package/dist/types/content-join-setup-data.js +2 -0
- package/dist/types/content-join-setup-data.js.map +1 -0
- package/dist/types/content-payment-data.d.ts +10 -0
- package/dist/types/content-payment-data.d.ts.map +1 -0
- package/dist/types/content-payment-data.js +2 -0
- package/dist/types/content-payment-data.js.map +1 -0
- package/dist/types/content-profile-data.d.ts +4 -0
- package/dist/types/content-profile-data.d.ts.map +1 -0
- package/dist/types/content-profile-data.js +2 -0
- package/dist/types/content-profile-data.js.map +1 -0
- package/dist/types/content-share-data.d.ts +7 -0
- package/dist/types/content-share-data.d.ts.map +1 -0
- package/dist/types/content-share-data.js +2 -0
- package/dist/types/content-share-data.js.map +1 -0
- package/dist/types/content-telegram-data.d.ts +5 -0
- package/dist/types/content-telegram-data.d.ts.map +1 -0
- package/dist/types/content-telegram-data.js +2 -0
- package/dist/types/content-telegram-data.js.map +1 -0
- package/dist/types/contribution-info.d.ts +16 -0
- package/dist/types/contribution-info.d.ts.map +1 -0
- package/dist/types/contribution-info.js +2 -0
- package/dist/types/contribution-info.js.map +1 -0
- package/dist/types/create-api-key-data.d.ts +5 -0
- package/dist/types/create-api-key-data.d.ts.map +1 -0
- package/dist/types/create-api-key-data.js +2 -0
- package/dist/types/create-api-key-data.js.map +1 -0
- package/dist/types/create-callout-data.d.ts +6 -0
- package/dist/types/create-callout-data.d.ts.map +1 -0
- package/dist/types/create-callout-data.js +2 -0
- package/dist/types/create-callout-data.js.map +1 -0
- package/dist/types/create-callout-response-comment-data.d.ts +3 -0
- package/dist/types/create-callout-response-comment-data.d.ts.map +1 -0
- package/dist/types/create-callout-response-comment-data.js +2 -0
- package/dist/types/create-callout-response-comment-data.js.map +1 -0
- package/dist/types/create-callout-response-data.d.ts +11 -0
- package/dist/types/create-callout-response-data.d.ts.map +1 -0
- package/dist/types/create-callout-response-data.js +2 -0
- package/dist/types/create-callout-response-data.js.map +1 -0
- package/dist/types/create-callout-response-segment-data.d.ts +8 -0
- package/dist/types/create-callout-response-segment-data.d.ts.map +1 -0
- package/dist/types/create-callout-response-segment-data.js +2 -0
- package/dist/types/create-callout-response-segment-data.js.map +1 -0
- package/dist/types/create-callout-reviewer-data.d.ts +5 -0
- package/dist/types/create-callout-reviewer-data.d.ts.map +1 -0
- package/dist/types/create-callout-reviewer-data.js +2 -0
- package/dist/types/create-callout-reviewer-data.js.map +1 -0
- package/dist/types/create-callout-variant-data.d.ts +6 -0
- package/dist/types/create-callout-variant-data.d.ts.map +1 -0
- package/dist/types/create-callout-variant-data.js +2 -0
- package/dist/types/create-callout-variant-data.js.map +1 -0
- package/dist/types/create-contact-data.d.ts +9 -0
- package/dist/types/create-contact-data.d.ts.map +1 -0
- package/dist/types/create-contact-data.js +2 -0
- package/dist/types/create-contact-data.js.map +1 -0
- package/dist/types/create-contact-mfa-data.d.ts +7 -0
- package/dist/types/create-contact-mfa-data.d.ts.map +1 -0
- package/dist/types/create-contact-mfa-data.js +2 -0
- package/dist/types/create-contact-mfa-data.js.map +1 -0
- package/dist/types/create-email-data.d.ts +10 -0
- package/dist/types/create-email-data.d.ts.map +1 -0
- package/dist/types/create-email-data.js +2 -0
- package/dist/types/create-email-data.js.map +1 -0
- package/dist/types/create-notice-data.d.ts +3 -0
- package/dist/types/create-notice-data.d.ts.map +1 -0
- package/dist/types/create-notice-data.js +2 -0
- package/dist/types/create-notice-data.js.map +1 -0
- package/dist/types/create-payment-data.d.ts +8 -0
- package/dist/types/create-payment-data.d.ts.map +1 -0
- package/dist/types/create-payment-data.js +2 -0
- package/dist/types/create-payment-data.js.map +1 -0
- package/dist/types/create-reset-device-data.d.ts +8 -0
- package/dist/types/create-reset-device-data.d.ts.map +1 -0
- package/dist/types/create-reset-device-data.js +2 -0
- package/dist/types/create-reset-device-data.js.map +1 -0
- package/dist/types/create-reset-password-data.d.ts +5 -0
- package/dist/types/create-reset-password-data.d.ts.map +1 -0
- package/dist/types/create-reset-password-data.js +2 -0
- package/dist/types/create-reset-password-data.js.map +1 -0
- package/dist/types/create-segment-data.d.ts +7 -0
- package/dist/types/create-segment-data.d.ts.map +1 -0
- package/dist/types/create-segment-data.js +2 -0
- package/dist/types/create-segment-data.js.map +1 -0
- package/dist/types/date-unit.d.ts +3 -0
- package/dist/types/date-unit.d.ts.map +1 -0
- package/dist/types/date-unit.js +2 -0
- package/dist/types/date-unit.js.map +1 -0
- package/dist/types/delete-contact-mfa-data.d.ts +6 -0
- package/dist/types/delete-contact-mfa-data.d.ts.map +1 -0
- package/dist/types/delete-contact-mfa-data.js +2 -0
- package/dist/types/delete-contact-mfa-data.js.map +1 -0
- package/dist/types/duration.d.ts +2 -0
- package/dist/types/duration.d.ts.map +1 -0
- package/dist/types/duration.js +2 -0
- package/dist/types/duration.js.map +1 -0
- package/dist/types/email-filter-name.d.ts +3 -0
- package/dist/types/email-filter-name.d.ts.map +1 -0
- package/dist/types/email-filter-name.js +2 -0
- package/dist/types/email-filter-name.js.map +1 -0
- package/dist/types/email-preview-data.d.ts +9 -0
- package/dist/types/email-preview-data.d.ts.map +1 -0
- package/dist/types/email-preview-data.js +2 -0
- package/dist/types/email-preview-data.js.map +1 -0
- package/dist/types/email-template-type.d.ts +2 -0
- package/dist/types/email-template-type.d.ts.map +1 -0
- package/dist/types/email-template-type.js +2 -0
- package/dist/types/email-template-type.js.map +1 -0
- package/dist/types/enum-filter-args.d.ts +6 -0
- package/dist/types/enum-filter-args.d.ts.map +1 -0
- package/dist/types/enum-filter-args.js +2 -0
- package/dist/types/enum-filter-args.js.map +1 -0
- package/dist/types/feeable.d.ts +8 -0
- package/dist/types/feeable.d.ts.map +1 -0
- package/dist/types/feeable.js +2 -0
- package/dist/types/feeable.js.map +1 -0
- package/dist/types/filter-args.d.ts +3 -0
- package/dist/types/filter-args.d.ts.map +1 -0
- package/dist/types/filter-args.js +2 -0
- package/dist/types/filter-args.js.map +1 -0
- package/dist/types/filter-type.d.ts +2 -0
- package/dist/types/filter-type.d.ts.map +1 -0
- package/dist/types/filter-type.js +2 -0
- package/dist/types/filter-type.js.map +1 -0
- package/dist/types/filters.d.ts +3 -0
- package/dist/types/filters.d.ts.map +1 -0
- package/dist/types/filters.js +2 -0
- package/dist/types/filters.js.map +1 -0
- package/dist/types/footer-link.d.ts +5 -0
- package/dist/types/footer-link.d.ts.map +1 -0
- package/dist/types/footer-link.js +2 -0
- package/dist/types/footer-link.js.map +1 -0
- package/dist/types/force-update-contribution-data.d.ts +9 -0
- package/dist/types/force-update-contribution-data.d.ts.map +1 -0
- package/dist/types/force-update-contribution-data.js +2 -0
- package/dist/types/force-update-contribution-data.js.map +1 -0
- package/dist/types/formio-file.d.ts +14 -0
- package/dist/types/formio-file.d.ts.map +1 -0
- package/dist/types/formio-file.js +2 -0
- package/dist/types/formio-file.js.map +1 -0
- package/dist/types/get-api-key-data.d.ts +9 -0
- package/dist/types/get-api-key-data.d.ts.map +1 -0
- package/dist/types/get-api-key-data.js +2 -0
- package/dist/types/get-api-key-data.js.map +1 -0
- package/dist/types/get-api-keys-query.d.ts +3 -0
- package/dist/types/get-api-keys-query.d.ts.map +1 -0
- package/dist/types/get-api-keys-query.js +2 -0
- package/dist/types/get-api-keys-query.js.map +1 -0
- package/dist/types/get-callout-data-with.d.ts +13 -0
- package/dist/types/get-callout-data-with.d.ts.map +1 -0
- package/dist/types/get-callout-data-with.js +2 -0
- package/dist/types/get-callout-data-with.js.map +1 -0
- package/dist/types/get-callout-data.d.ts +10 -0
- package/dist/types/get-callout-data.d.ts.map +1 -0
- package/dist/types/get-callout-data.js +2 -0
- package/dist/types/get-callout-data.js.map +1 -0
- package/dist/types/get-callout-form-data.d.ts +11 -0
- package/dist/types/get-callout-form-data.d.ts.map +1 -0
- package/dist/types/get-callout-form-data.js +2 -0
- package/dist/types/get-callout-form-data.js.map +1 -0
- package/dist/types/get-callout-form-schema.d.ts +6 -0
- package/dist/types/get-callout-form-schema.d.ts.map +1 -0
- package/dist/types/get-callout-form-schema.js +2 -0
- package/dist/types/get-callout-form-schema.js.map +1 -0
- package/dist/types/get-callout-navigation-schema.d.ts +7 -0
- package/dist/types/get-callout-navigation-schema.d.ts.map +1 -0
- package/dist/types/get-callout-navigation-schema.js +2 -0
- package/dist/types/get-callout-navigation-schema.js.map +1 -0
- package/dist/types/get-callout-response-comment-data.d.ts +8 -0
- package/dist/types/get-callout-response-comment-data.d.ts.map +1 -0
- package/dist/types/get-callout-response-comment-data.js +2 -0
- package/dist/types/get-callout-response-comment-data.js.map +1 -0
- package/dist/types/get-callout-response-comments-query.d.ts +3 -0
- package/dist/types/get-callout-response-comments-query.d.ts.map +1 -0
- package/dist/types/get-callout-response-comments-query.js +2 -0
- package/dist/types/get-callout-response-comments-query.js.map +1 -0
- package/dist/types/get-callout-response-data-with.d.ts +19 -0
- package/dist/types/get-callout-response-data-with.d.ts.map +1 -0
- package/dist/types/get-callout-response-data-with.js +2 -0
- package/dist/types/get-callout-response-data-with.js.map +1 -0
- package/dist/types/get-callout-response-data.d.ts +10 -0
- package/dist/types/get-callout-response-data.d.ts.map +1 -0
- package/dist/types/get-callout-response-data.js +2 -0
- package/dist/types/get-callout-response-data.js.map +1 -0
- package/dist/types/get-callout-response-map-data.d.ts +9 -0
- package/dist/types/get-callout-response-map-data.d.ts.map +1 -0
- package/dist/types/get-callout-response-map-data.js +2 -0
- package/dist/types/get-callout-response-map-data.js.map +1 -0
- package/dist/types/get-callout-responses-query.d.ts +3 -0
- package/dist/types/get-callout-responses-query.d.ts.map +1 -0
- package/dist/types/get-callout-responses-query.js +2 -0
- package/dist/types/get-callout-responses-query.js.map +1 -0
- package/dist/types/get-callout-reviewer-data.d.ts +7 -0
- package/dist/types/get-callout-reviewer-data.d.ts.map +1 -0
- package/dist/types/get-callout-reviewer-data.js +2 -0
- package/dist/types/get-callout-reviewer-data.js.map +1 -0
- package/dist/types/get-callout-slide-schema.d.ts +5 -0
- package/dist/types/get-callout-slide-schema.d.ts.map +1 -0
- package/dist/types/get-callout-slide-schema.js +2 -0
- package/dist/types/get-callout-slide-schema.js.map +1 -0
- package/dist/types/get-callout-with.d.ts +2 -0
- package/dist/types/get-callout-with.d.ts.map +1 -0
- package/dist/types/get-callout-with.js +2 -0
- package/dist/types/get-callout-with.js.map +1 -0
- package/dist/types/get-callouts-query.d.ts +3 -0
- package/dist/types/get-callouts-query.d.ts.map +1 -0
- package/dist/types/get-callouts-query.js +2 -0
- package/dist/types/get-callouts-query.js.map +1 -0
- package/dist/types/get-contact-data-with.d.ts +17 -0
- package/dist/types/get-contact-data-with.d.ts.map +1 -0
- package/dist/types/get-contact-data-with.js +2 -0
- package/dist/types/get-contact-data-with.js.map +1 -0
- package/dist/types/get-contact-data.d.ts +11 -0
- package/dist/types/get-contact-data.d.ts.map +1 -0
- package/dist/types/get-contact-data.js +2 -0
- package/dist/types/get-contact-data.js.map +1 -0
- package/dist/types/get-contact-mfa-data.d.ts +3 -0
- package/dist/types/get-contact-mfa-data.d.ts.map +1 -0
- package/dist/types/get-contact-mfa-data.js +2 -0
- package/dist/types/get-contact-mfa-data.js.map +1 -0
- package/dist/types/get-contacts-query.d.ts +3 -0
- package/dist/types/get-contacts-query.d.ts.map +1 -0
- package/dist/types/get-contacts-query.js +2 -0
- package/dist/types/get-contacts-query.js.map +1 -0
- package/dist/types/get-email-data.d.ts +28 -0
- package/dist/types/get-email-data.d.ts.map +1 -0
- package/dist/types/get-email-data.js +2 -0
- package/dist/types/get-email-data.js.map +1 -0
- package/dist/types/get-email-template-info-data.d.ts +16 -0
- package/dist/types/get-email-template-info-data.d.ts.map +1 -0
- package/dist/types/get-email-template-info-data.js +2 -0
- package/dist/types/get-email-template-info-data.js.map +1 -0
- package/dist/types/get-newsletter-integration-data-with.d.ts +9 -0
- package/dist/types/get-newsletter-integration-data-with.d.ts.map +1 -0
- package/dist/types/get-newsletter-integration-data-with.js +2 -0
- package/dist/types/get-newsletter-integration-data-with.js.map +1 -0
- package/dist/types/get-newsletter-with.d.ts +2 -0
- package/dist/types/get-newsletter-with.d.ts.map +1 -0
- package/dist/types/get-newsletter-with.js +2 -0
- package/dist/types/get-newsletter-with.js.map +1 -0
- package/dist/types/get-notice-data.d.ts +9 -0
- package/dist/types/get-notice-data.d.ts.map +1 -0
- package/dist/types/get-notice-data.js +2 -0
- package/dist/types/get-notice-data.js.map +1 -0
- package/dist/types/get-notices-query.d.ts +3 -0
- package/dist/types/get-notices-query.d.ts.map +1 -0
- package/dist/types/get-notices-query.js +2 -0
- package/dist/types/get-notices-query.js.map +1 -0
- package/dist/types/get-payment-aggregation-data.d.ts +5 -0
- package/dist/types/get-payment-aggregation-data.d.ts.map +1 -0
- package/dist/types/get-payment-aggregation-data.js +2 -0
- package/dist/types/get-payment-aggregation-data.js.map +1 -0
- package/dist/types/get-payment-data-with.d.ts +5 -0
- package/dist/types/get-payment-data-with.d.ts.map +1 -0
- package/dist/types/get-payment-data-with.js +2 -0
- package/dist/types/get-payment-data-with.js.map +1 -0
- package/dist/types/get-payment-data.d.ts +9 -0
- package/dist/types/get-payment-data.d.ts.map +1 -0
- package/dist/types/get-payment-data.js +2 -0
- package/dist/types/get-payment-data.js.map +1 -0
- package/dist/types/get-payment-with.d.ts +2 -0
- package/dist/types/get-payment-with.d.ts.map +1 -0
- package/dist/types/get-payment-with.js +2 -0
- package/dist/types/get-payment-with.js.map +1 -0
- package/dist/types/get-payments-aggregation-query.d.ts +5 -0
- package/dist/types/get-payments-aggregation-query.d.ts.map +1 -0
- package/dist/types/get-payments-aggregation-query.js +2 -0
- package/dist/types/get-payments-aggregation-query.js.map +1 -0
- package/dist/types/get-payments-query.d.ts +3 -0
- package/dist/types/get-payments-query.d.ts.map +1 -0
- package/dist/types/get-payments-query.js +2 -0
- package/dist/types/get-payments-query.js.map +1 -0
- package/dist/types/get-segment-data-with.d.ts +5 -0
- package/dist/types/get-segment-data-with.d.ts.map +1 -0
- package/dist/types/get-segment-data-with.js +2 -0
- package/dist/types/get-segment-data-with.js.map +1 -0
- package/dist/types/get-segment-data.d.ts +8 -0
- package/dist/types/get-segment-data.d.ts.map +1 -0
- package/dist/types/get-segment-data.js +2 -0
- package/dist/types/get-segment-data.js.map +1 -0
- package/dist/types/get-segment-with.d.ts +2 -0
- package/dist/types/get-segment-with.d.ts.map +1 -0
- package/dist/types/get-segment-with.js +2 -0
- package/dist/types/get-segment-with.js.map +1 -0
- package/dist/types/get-segments-query.d.ts +3 -0
- package/dist/types/get-segments-query.d.ts.map +1 -0
- package/dist/types/get-segments-query.js +2 -0
- package/dist/types/get-segments-query.js.map +1 -0
- package/dist/types/get-stats-data.d.ts +6 -0
- package/dist/types/get-stats-data.d.ts.map +1 -0
- package/dist/types/get-stats-data.js +2 -0
- package/dist/types/get-stats-data.js.map +1 -0
- package/dist/types/get-stats-query.d.ts +5 -0
- package/dist/types/get-stats-query.d.ts.map +1 -0
- package/dist/types/get-stats-query.js +2 -0
- package/dist/types/get-stats-query.js.map +1 -0
- package/dist/types/health-check-data.d.ts +11 -0
- package/dist/types/health-check-data.d.ts.map +1 -0
- package/dist/types/health-check-data.js +2 -0
- package/dist/types/health-check-data.js.map +1 -0
- package/dist/types/index.d.ts +240 -6
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/index.js +2 -0
- package/dist/types/index.js.map +1 -0
- package/dist/types/list-emails-query.d.ts +3 -0
- package/dist/types/list-emails-query.d.ts.map +1 -0
- package/dist/types/list-emails-query.js +2 -0
- package/dist/types/list-emails-query.js.map +1 -0
- package/dist/types/login-data.d.ts +7 -0
- package/dist/types/login-data.d.ts.map +1 -0
- package/dist/types/login-data.js +2 -0
- package/dist/types/login-data.js.map +1 -0
- package/dist/types/newsletter-diff-data.d.ts +11 -0
- package/dist/types/newsletter-diff-data.d.ts.map +1 -0
- package/dist/types/newsletter-diff-data.js +2 -0
- package/dist/types/newsletter-diff-data.js.map +1 -0
- package/dist/types/newsletter-group-data.d.ts +6 -0
- package/dist/types/newsletter-group-data.d.ts.map +1 -0
- package/dist/types/newsletter-group-data.js +2 -0
- package/dist/types/newsletter-group-data.js.map +1 -0
- package/dist/types/newsletter-integration-data.d.ts +14 -0
- package/dist/types/newsletter-integration-data.d.ts.map +1 -0
- package/dist/types/newsletter-integration-data.js +2 -0
- package/dist/types/newsletter-integration-data.js.map +1 -0
- package/dist/types/noop.d.ts +6 -0
- package/dist/types/noop.d.ts.map +1 -0
- package/dist/types/noop.js +2 -0
- package/dist/types/noop.js.map +1 -0
- package/dist/types/notice-data.d.ts +9 -0
- package/dist/types/notice-data.d.ts.map +1 -0
- package/dist/types/notice-data.js +2 -0
- package/dist/types/notice-data.js.map +1 -0
- package/dist/types/notice-filter-name.d.ts +3 -0
- package/dist/types/notice-filter-name.d.ts.map +1 -0
- package/dist/types/notice-filter-name.js +2 -0
- package/dist/types/notice-filter-name.js.map +1 -0
- package/dist/types/ongoing-email-fields.d.ts +11 -0
- package/dist/types/ongoing-email-fields.d.ts.map +1 -0
- package/dist/types/ongoing-email-fields.js +2 -0
- package/dist/types/ongoing-email-fields.js.map +1 -0
- package/dist/types/operators-by-type.d.ts +3 -0
- package/dist/types/operators-by-type.d.ts.map +1 -0
- package/dist/types/operators-by-type.js +2 -0
- package/dist/types/operators-by-type.js.map +1 -0
- package/dist/types/other-filter-args.d.ts +5 -0
- package/dist/types/other-filter-args.d.ts.map +1 -0
- package/dist/types/other-filter-args.js +2 -0
- package/dist/types/other-filter-args.js.map +1 -0
- package/dist/types/paginated-query.d.ts +9 -0
- package/dist/types/paginated-query.d.ts.map +1 -0
- package/dist/types/paginated-query.js +2 -0
- package/dist/types/paginated-query.js.map +1 -0
- package/dist/types/paginated.d.ts +7 -0
- package/dist/types/paginated.d.ts.map +1 -0
- package/dist/types/paginated.js +2 -0
- package/dist/types/paginated.js.map +1 -0
- package/dist/types/parse-iso-options.d.ts +8 -0
- package/dist/types/parse-iso-options.d.ts.map +1 -0
- package/dist/types/parse-iso-options.js +2 -0
- package/dist/types/parse-iso-options.js.map +1 -0
- package/dist/types/payment-filter-name.d.ts +3 -0
- package/dist/types/payment-filter-name.d.ts.map +1 -0
- package/dist/types/payment-filter-name.js +2 -0
- package/dist/types/payment-filter-name.js.map +1 -0
- package/dist/types/payment-flow-params.d.ts +14 -0
- package/dist/types/payment-flow-params.d.ts.map +1 -0
- package/dist/types/payment-flow-params.js +2 -0
- package/dist/types/payment-flow-params.js.map +1 -0
- package/dist/types/payment-flow-result.d.ts +5 -0
- package/dist/types/payment-flow-result.d.ts.map +1 -0
- package/dist/types/payment-flow-result.js +2 -0
- package/dist/types/payment-flow-result.js.map +1 -0
- package/dist/types/payment-period.d.ts +3 -0
- package/dist/types/payment-period.d.ts.map +1 -0
- package/dist/types/payment-period.js +2 -0
- package/dist/types/payment-period.js.map +1 -0
- package/dist/types/payment-source-base.d.ts +5 -0
- package/dist/types/payment-source-base.d.ts.map +1 -0
- package/dist/types/payment-source-base.js +2 -0
- package/dist/types/payment-source-base.js.map +1 -0
- package/dist/types/payment-source-go-cardless-direct-debit.d.ts +9 -0
- package/dist/types/payment-source-go-cardless-direct-debit.d.ts.map +1 -0
- package/dist/types/payment-source-go-cardless-direct-debit.js +2 -0
- package/dist/types/payment-source-go-cardless-direct-debit.js.map +1 -0
- package/dist/types/payment-source-manual.d.ts +7 -0
- package/dist/types/payment-source-manual.d.ts.map +1 -0
- package/dist/types/payment-source-manual.js +2 -0
- package/dist/types/payment-source-manual.js.map +1 -0
- package/dist/types/payment-source-stripe-bacs.d.ts +8 -0
- package/dist/types/payment-source-stripe-bacs.d.ts.map +1 -0
- package/dist/types/payment-source-stripe-bacs.js +2 -0
- package/dist/types/payment-source-stripe-bacs.js.map +1 -0
- package/dist/types/payment-source-stripe-card.d.ts +16 -0
- package/dist/types/payment-source-stripe-card.d.ts.map +1 -0
- package/dist/types/payment-source-stripe-card.js +2 -0
- package/dist/types/payment-source-stripe-card.js.map +1 -0
- package/dist/types/payment-source-stripe-paypal.d.ts +8 -0
- package/dist/types/payment-source-stripe-paypal.d.ts.map +1 -0
- package/dist/types/payment-source-stripe-paypal.js +2 -0
- package/dist/types/payment-source-stripe-paypal.js.map +1 -0
- package/dist/types/payment-source-stripe-sepa.d.ts +10 -0
- package/dist/types/payment-source-stripe-sepa.d.ts.map +1 -0
- package/dist/types/payment-source-stripe-sepa.js +2 -0
- package/dist/types/payment-source-stripe-sepa.js.map +1 -0
- package/dist/types/payment-source.d.ts +3 -0
- package/dist/types/payment-source.d.ts.map +1 -0
- package/dist/types/payment-source.js +2 -0
- package/dist/types/payment-source.js.map +1 -0
- package/dist/types/role-type.d.ts +3 -0
- package/dist/types/role-type.d.ts.map +1 -0
- package/dist/types/role-type.js +2 -0
- package/dist/types/role-type.js.map +1 -0
- package/dist/types/rule-group.d.ts +6 -0
- package/dist/types/rule-group.d.ts.map +1 -0
- package/dist/types/rule-group.js +2 -0
- package/dist/types/rule-group.js.map +1 -0
- package/dist/types/rule-operator.d.ts +3 -0
- package/dist/types/rule-operator.d.ts.map +1 -0
- package/dist/types/rule-operator.js +2 -0
- package/dist/types/rule-operator.js.map +1 -0
- package/dist/types/rule-opperator-params.d.ts +4 -0
- package/dist/types/rule-opperator-params.d.ts.map +1 -0
- package/dist/types/rule-opperator-params.js +2 -0
- package/dist/types/rule-opperator-params.js.map +1 -0
- package/dist/types/rule-value.d.ts +2 -0
- package/dist/types/rule-value.d.ts.map +1 -0
- package/dist/types/rule-value.js +2 -0
- package/dist/types/rule-value.js.map +1 -0
- package/dist/types/rule.d.ts +7 -0
- package/dist/types/rule.d.ts.map +1 -0
- package/dist/types/rule.js +2 -0
- package/dist/types/rule.js.map +1 -0
- package/dist/types/s3-metadata.d.ts +15 -0
- package/dist/types/s3-metadata.d.ts.map +1 -0
- package/dist/types/s3-metadata.js +2 -0
- package/dist/types/s3-metadata.js.map +1 -0
- package/dist/types/segment-filter-name.d.ts +3 -0
- package/dist/types/segment-filter-name.d.ts.map +1 -0
- package/dist/types/segment-filter-name.js +2 -0
- package/dist/types/segment-filter-name.js.map +1 -0
- package/dist/types/segment-ongoing-email-trigger.d.ts +7 -0
- package/dist/types/segment-ongoing-email-trigger.d.ts.map +1 -0
- package/dist/types/segment-ongoing-email-trigger.js +2 -0
- package/dist/types/segment-ongoing-email-trigger.js.map +1 -0
- package/dist/types/serial.d.ts +4 -0
- package/dist/types/serial.d.ts.map +1 -0
- package/dist/types/serial.js +2 -0
- package/dist/types/serial.js.map +1 -0
- package/dist/types/set-callout-form-schema.d.ts +5 -0
- package/dist/types/set-callout-form-schema.d.ts.map +1 -0
- package/dist/types/set-callout-form-schema.js +2 -0
- package/dist/types/set-callout-form-schema.js.map +1 -0
- package/dist/types/set-callout-navigation-schema.d.ts +4 -0
- package/dist/types/set-callout-navigation-schema.d.ts.map +1 -0
- package/dist/types/set-callout-navigation-schema.js +2 -0
- package/dist/types/set-callout-navigation-schema.js.map +1 -0
- package/dist/types/set-callout-slide-schema.d.ts +8 -0
- package/dist/types/set-callout-slide-schema.d.ts.map +1 -0
- package/dist/types/set-callout-slide-schema.js +2 -0
- package/dist/types/set-callout-slide-schema.js.map +1 -0
- package/dist/types/set-contribution-data.d.ts +8 -0
- package/dist/types/set-contribution-data.d.ts.map +1 -0
- package/dist/types/set-contribution-data.js +2 -0
- package/dist/types/set-contribution-data.js.map +1 -0
- package/dist/types/signup-data.d.ts +7 -0
- package/dist/types/signup-data.d.ts.map +1 -0
- package/dist/types/signup-data.js +2 -0
- package/dist/types/signup-data.js.map +1 -0
- package/dist/types/start-contribution-data.d.ts +7 -0
- package/dist/types/start-contribution-data.d.ts.map +1 -0
- package/dist/types/start-contribution-data.js +2 -0
- package/dist/types/start-contribution-data.js.map +1 -0
- package/dist/types/stripe-fee-country.d.ts +2 -0
- package/dist/types/stripe-fee-country.d.ts.map +1 -0
- package/dist/types/stripe-fee-country.js +2 -0
- package/dist/types/stripe-fee-country.js.map +1 -0
- package/dist/types/tag-create-data.d.ts +3 -0
- package/dist/types/tag-create-data.d.ts.map +1 -0
- package/dist/types/tag-create-data.js +2 -0
- package/dist/types/tag-create-data.js.map +1 -0
- package/dist/types/tag-data.d.ts +6 -0
- package/dist/types/tag-data.d.ts.map +1 -0
- package/dist/types/tag-data.js +2 -0
- package/dist/types/tag-data.js.map +1 -0
- package/dist/types/tag-get-data.d.ts +3 -0
- package/dist/types/tag-get-data.d.ts.map +1 -0
- package/dist/types/tag-get-data.js +2 -0
- package/dist/types/tag-get-data.js.map +1 -0
- package/dist/types/tag-update-data.d.ts +3 -0
- package/dist/types/tag-update-data.d.ts.map +1 -0
- package/dist/types/tag-update-data.js +2 -0
- package/dist/types/tag-update-data.js.map +1 -0
- package/dist/types/text-case.d.ts +2 -0
- package/dist/types/text-case.d.ts.map +1 -0
- package/dist/types/text-case.js +2 -0
- package/dist/types/text-case.js.map +1 -0
- package/dist/types/unit-matches.d.ts +7 -0
- package/dist/types/unit-matches.d.ts.map +1 -0
- package/dist/types/unit-matches.js +2 -0
- package/dist/types/unit-matches.js.map +1 -0
- package/dist/types/update-callout-data.d.ts +5 -0
- package/dist/types/update-callout-data.d.ts.map +1 -0
- package/dist/types/update-callout-data.js +2 -0
- package/dist/types/update-callout-data.js.map +1 -0
- package/dist/types/update-callout-response-comment-data.d.ts +4 -0
- package/dist/types/update-callout-response-comment-data.d.ts.map +1 -0
- package/dist/types/update-callout-response-comment-data.js +2 -0
- package/dist/types/update-callout-response-comment-data.js.map +1 -0
- package/dist/types/update-callout-response-data.d.ts +3 -0
- package/dist/types/update-callout-response-data.d.ts.map +1 -0
- package/dist/types/update-callout-response-data.js +2 -0
- package/dist/types/update-callout-response-data.js.map +1 -0
- package/dist/types/update-callout-response-segment-data.d.ts +3 -0
- package/dist/types/update-callout-response-segment-data.d.ts.map +1 -0
- package/dist/types/update-callout-response-segment-data.js +2 -0
- package/dist/types/update-callout-response-segment-data.js.map +1 -0
- package/dist/types/update-callout-reviewer-data.d.ts +4 -0
- package/dist/types/update-callout-reviewer-data.d.ts.map +1 -0
- package/dist/types/update-callout-reviewer-data.js +2 -0
- package/dist/types/update-callout-reviewer-data.js.map +1 -0
- package/dist/types/update-contact-data.d.ts +8 -0
- package/dist/types/update-contact-data.d.ts.map +1 -0
- package/dist/types/update-contact-data.js +2 -0
- package/dist/types/update-contact-data.js.map +1 -0
- package/dist/types/update-contact-profile-data.d.ts +3 -0
- package/dist/types/update-contact-profile-data.d.ts.map +1 -0
- package/dist/types/update-contact-profile-data.js +2 -0
- package/dist/types/update-contact-profile-data.js.map +1 -0
- package/dist/types/update-contact-role-data.d.ts +15 -0
- package/dist/types/update-contact-role-data.d.ts.map +1 -0
- package/dist/types/update-contact-role-data.js +2 -0
- package/dist/types/update-contact-role-data.js.map +1 -0
- package/dist/types/update-email-data.d.ts +14 -0
- package/dist/types/update-email-data.d.ts.map +1 -0
- package/dist/types/update-email-data.js +2 -0
- package/dist/types/update-email-data.js.map +1 -0
- package/dist/types/update-notice-data.d.ts +3 -0
- package/dist/types/update-notice-data.d.ts.map +1 -0
- package/dist/types/update-notice-data.js +2 -0
- package/dist/types/update-notice-data.js.map +1 -0
- package/dist/types/update-reset-device-data.d.ts +7 -0
- package/dist/types/update-reset-device-data.d.ts.map +1 -0
- package/dist/types/update-reset-device-data.js +2 -0
- package/dist/types/update-reset-device-data.js.map +1 -0
- package/dist/types/update-reset-password-data.d.ts +6 -0
- package/dist/types/update-reset-password-data.d.ts.map +1 -0
- package/dist/types/update-reset-password-data.js +2 -0
- package/dist/types/update-reset-password-data.js.map +1 -0
- package/dist/types/update-segment-data.d.ts +3 -0
- package/dist/types/update-segment-data.d.ts.map +1 -0
- package/dist/types/update-segment-data.js +2 -0
- package/dist/types/update-segment-data.js.map +1 -0
- package/dist/types/upload-file-response.d.ts +19 -0
- package/dist/types/upload-file-response.d.ts.map +1 -0
- package/dist/types/upload-file-response.js +2 -0
- package/dist/types/upload-file-response.js.map +1 -0
- package/dist/types/validated-boolean-rule.d.ts +3 -0
- package/dist/types/validated-boolean-rule.d.ts.map +1 -0
- package/dist/types/validated-boolean-rule.js +2 -0
- package/dist/types/validated-boolean-rule.js.map +1 -0
- package/dist/types/validated-number-rule.d.ts +3 -0
- package/dist/types/validated-number-rule.d.ts.map +1 -0
- package/dist/types/validated-number-rule.js +2 -0
- package/dist/types/validated-number-rule.js.map +1 -0
- package/dist/types/validated-rule-group.d.ts +6 -0
- package/dist/types/validated-rule-group.d.ts.map +1 -0
- package/dist/types/validated-rule-group.js +2 -0
- package/dist/types/validated-rule-group.js.map +1 -0
- package/dist/types/validated-rule-value.d.ts +3 -0
- package/dist/types/validated-rule-value.d.ts.map +1 -0
- package/dist/types/validated-rule-value.js +2 -0
- package/dist/types/validated-rule-value.js.map +1 -0
- package/dist/types/validated-rule.d.ts +3 -0
- package/dist/types/validated-rule.d.ts.map +1 -0
- package/dist/types/validated-rule.js +2 -0
- package/dist/types/validated-rule.js.map +1 -0
- package/dist/types/validated-string-rule.d.ts +3 -0
- package/dist/types/validated-string-rule.d.ts.map +1 -0
- package/dist/types/validated-string-rule.js +2 -0
- package/dist/types/validated-string-rule.js.map +1 -0
- package/dist/types/validator-callout-component.d.ts +3 -0
- package/dist/types/validator-callout-component.d.ts.map +1 -0
- package/dist/types/validator-callout-component.js +2 -0
- package/dist/types/validator-callout-component.js.map +1 -0
- package/dist/types/validator.d.ts +2 -0
- package/dist/types/validator.d.ts.map +1 -0
- package/dist/types/validator.js +2 -0
- package/dist/types/validator.js.map +1 -0
- package/dist/utils/callouts.d.ts +56 -0
- package/dist/utils/callouts.d.ts.map +1 -0
- package/dist/utils/callouts.js +186 -0
- package/dist/utils/callouts.js.map +1 -0
- package/dist/utils/conversions.d.ts +15 -0
- package/dist/utils/conversions.d.ts.map +1 -0
- package/dist/utils/conversions.js +37 -0
- package/dist/utils/conversions.js.map +1 -0
- package/dist/utils/date.d.ts +9 -0
- package/dist/utils/date.d.ts.map +1 -0
- package/dist/utils/date.js +76 -0
- package/dist/utils/date.js.map +1 -0
- package/dist/utils/debounce.d.ts +23 -0
- package/dist/utils/debounce.d.ts.map +1 -0
- package/dist/utils/debounce.js +63 -0
- package/dist/utils/debounce.js.map +1 -0
- package/dist/utils/file.d.ts +46 -0
- package/dist/utils/file.d.ts.map +1 -0
- package/dist/utils/file.js +72 -0
- package/dist/utils/file.js.map +1 -0
- package/dist/utils/index.d.ts +11 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/index.js +12 -0
- package/dist/utils/index.js.map +1 -0
- package/dist/utils/payments.d.ts +3 -0
- package/dist/utils/payments.d.ts.map +1 -0
- package/dist/utils/payments.js +39 -0
- package/dist/utils/payments.js.map +1 -0
- package/dist/utils/rules.d.ts +33 -0
- package/dist/utils/rules.d.ts.map +1 -0
- package/dist/utils/rules.js +94 -0
- package/dist/utils/rules.js.map +1 -0
- package/dist/utils/slug.d.ts +17 -0
- package/dist/utils/slug.d.ts.map +1 -0
- package/dist/utils/slug.js +835 -0
- package/dist/utils/slug.js.map +1 -0
- package/dist/utils/url.d.ts +16 -0
- package/dist/utils/url.d.ts.map +1 -0
- package/dist/utils/url.js +43 -0
- package/dist/utils/url.js.map +1 -0
- package/dist/utils/validations.d.ts +91 -0
- package/dist/utils/validations.d.ts.map +1 -0
- package/dist/utils/validations.js +205 -0
- package/dist/utils/validations.js.map +1 -0
- package/dist/validators/callout-component-content.validator.d.ts +3 -0
- package/dist/validators/callout-component-content.validator.d.ts.map +1 -0
- package/dist/validators/callout-component-content.validator.js +5 -0
- package/dist/validators/callout-component-content.validator.js.map +1 -0
- package/dist/validators/callout-component-input-address.validator.d.ts +3 -0
- package/dist/validators/callout-component-input-address.validator.d.ts.map +1 -0
- package/dist/validators/callout-component-input-address.validator.js +4 -0
- package/dist/validators/callout-component-input-address.validator.js.map +1 -0
- package/dist/validators/callout-component-input-checkbox.validator.d.ts +3 -0
- package/dist/validators/callout-component-input-checkbox.validator.d.ts.map +1 -0
- package/dist/validators/callout-component-input-checkbox.validator.js +4 -0
- package/dist/validators/callout-component-input-checkbox.validator.js.map +1 -0
- package/dist/validators/callout-component-input-currency.validator.d.ts +3 -0
- package/dist/validators/callout-component-input-currency.validator.d.ts.map +1 -0
- package/dist/validators/callout-component-input-currency.validator.js +5 -0
- package/dist/validators/callout-component-input-currency.validator.js.map +1 -0
- package/dist/validators/callout-component-input-date-time.validator.d.ts +3 -0
- package/dist/validators/callout-component-input-date-time.validator.d.ts.map +1 -0
- package/dist/validators/callout-component-input-date-time.validator.js +8 -0
- package/dist/validators/callout-component-input-date-time.validator.js.map +1 -0
- package/dist/validators/callout-component-input-email.validator.d.ts +3 -0
- package/dist/validators/callout-component-input-email.validator.d.ts.map +1 -0
- package/dist/validators/callout-component-input-email.validator.js +5 -0
- package/dist/validators/callout-component-input-email.validator.js.map +1 -0
- package/dist/validators/callout-component-input-file.validator.d.ts +3 -0
- package/dist/validators/callout-component-input-file.validator.d.ts.map +1 -0
- package/dist/validators/callout-component-input-file.validator.js +10 -0
- package/dist/validators/callout-component-input-file.validator.js.map +1 -0
- package/dist/validators/callout-component-input-number.validator.d.ts +3 -0
- package/dist/validators/callout-component-input-number.validator.d.ts.map +1 -0
- package/dist/validators/callout-component-input-number.validator.js +9 -0
- package/dist/validators/callout-component-input-number.validator.js.map +1 -0
- package/dist/validators/callout-component-input-phone-number.validator.d.ts +3 -0
- package/dist/validators/callout-component-input-phone-number.validator.d.ts.map +1 -0
- package/dist/validators/callout-component-input-phone-number.validator.js +5 -0
- package/dist/validators/callout-component-input-phone-number.validator.js.map +1 -0
- package/dist/validators/callout-component-input-select.validator.d.ts +3 -0
- package/dist/validators/callout-component-input-select.validator.d.ts.map +1 -0
- package/dist/validators/callout-component-input-select.validator.js +5 -0
- package/dist/validators/callout-component-input-select.validator.js.map +1 -0
- package/dist/validators/callout-component-input-selectable.validator.d.ts +3 -0
- package/dist/validators/callout-component-input-selectable.validator.d.ts.map +1 -0
- package/dist/validators/callout-component-input-selectable.validator.js +5 -0
- package/dist/validators/callout-component-input-selectable.validator.js.map +1 -0
- package/dist/validators/callout-component-input-signature.validator.d.ts +3 -0
- package/dist/validators/callout-component-input-signature.validator.d.ts.map +1 -0
- package/dist/validators/callout-component-input-signature.validator.js +4 -0
- package/dist/validators/callout-component-input-signature.validator.js.map +1 -0
- package/dist/validators/callout-component-input-text.validator.d.ts +3 -0
- package/dist/validators/callout-component-input-text.validator.d.ts.map +1 -0
- package/dist/validators/callout-component-input-text.validator.js +33 -0
- package/dist/validators/callout-component-input-text.validator.js.map +1 -0
- package/dist/validators/callout-component-input-time.validator.d.ts +3 -0
- package/dist/validators/callout-component-input-time.validator.d.ts.map +1 -0
- package/dist/validators/callout-component-input-time.validator.js +4 -0
- package/dist/validators/callout-component-input-time.validator.js.map +1 -0
- package/dist/validators/callout-component-input-url.validator.d.ts +3 -0
- package/dist/validators/callout-component-input-url.validator.d.ts.map +1 -0
- package/dist/validators/callout-component-input-url.validator.js +5 -0
- package/dist/validators/callout-component-input-url.validator.js.map +1 -0
- package/dist/validators/callout-component.validator.d.ts +6 -0
- package/dist/validators/callout-component.validator.d.ts.map +1 -0
- package/dist/validators/callout-component.validator.js +81 -0
- package/dist/validators/callout-component.validator.js.map +1 -0
- package/dist/validators/index.d.ts +17 -0
- package/dist/validators/index.d.ts.map +1 -0
- package/dist/validators/index.js +18 -0
- package/dist/validators/index.js.map +1 -0
- package/package.json +34 -53
- package/src/constants.ts +109 -0
- package/src/data/api-error-code.ts +22 -0
- package/src/data/api-health-status.ts +5 -0
- package/src/data/callout-access.ts +6 -0
- package/src/data/callout-captcha.ts +5 -0
- package/src/data/callout-channel.ts +4 -0
- package/src/data/callout-component-base-type.ts +8 -0
- package/src/data/callout-component-input-selectable-types.ts +10 -0
- package/src/data/callout-component-input-text-types.ts +10 -0
- package/src/data/callout-component-input-types.ts +24 -0
- package/src/data/callout-component-nestable-types.ts +11 -0
- package/src/data/callout-component-type.ts +23 -0
- package/src/data/callout-component-types.ts +10 -0
- package/src/data/contact-mfa-type.ts +7 -0
- package/src/data/content-ids.ts +15 -0
- package/src/data/contribution-period.ts +4 -0
- package/src/data/contribution-type.ts +6 -0
- package/src/data/get-callout-response-with.ts +8 -0
- package/src/data/get-contact-with.ts +7 -0
- package/src/data/index.ts +29 -0
- package/src/data/item-status.ts +6 -0
- package/src/data/login-codes.ts +13 -0
- package/src/data/membership-status.ts +6 -0
- package/src/data/newsletter-status.ts +7 -0
- package/src/data/payment-method.ts +8 -0
- package/src/data/payment-status.ts +7 -0
- package/src/data/payment-type.ts +6 -0
- package/src/data/reset-security-flow-error-code.ts +8 -0
- package/src/data/reset-security-flow-type.ts +7 -0
- package/src/data/role-type-data.ts +5 -0
- package/src/error/InvalidRule.ts +11 -0
- package/src/error/index.ts +2 -0
- package/src/index.ts +8 -0
- package/src/search/api-keys.ts +12 -0
- package/src/search/callouts.ts +163 -0
- package/src/search/contacts.ts +129 -0
- package/src/search/emails.ts +32 -0
- package/src/search/index.ts +10 -0
- package/src/search/notices.ts +37 -0
- package/src/search/operators.ts +78 -0
- package/src/search/payments.ts +38 -0
- package/src/search/segments.ts +14 -0
- package/src/search/tags.ts +16 -0
- package/src/types/address.ts +6 -0
- package/src/types/allow-null.ts +7 -0
- package/src/types/api-error-data.ts +166 -0
- package/src/types/api-key-filter-name.ts +3 -0
- package/src/types/array-filter-args.ts +8 -0
- package/src/types/auth-info-data.ts +33 -0
- package/src/types/base-filter-args.ts +6 -0
- package/src/types/base-validated-rule.ts +10 -0
- package/src/types/callout-channel-filter-name.ts +3 -0
- package/src/types/callout-component-base-input-schema.ts +31 -0
- package/src/types/callout-component-base-input-selectable-schema.ts +13 -0
- package/src/types/callout-component-base-input-text-schema.ts +19 -0
- package/src/types/callout-component-base-map.ts +24 -0
- package/src/types/callout-component-base-nestable-schema.ts +14 -0
- package/src/types/callout-component-base-rules.ts +6 -0
- package/src/types/callout-component-base-schema.ts +26 -0
- package/src/types/callout-component-content-schema.ts +13 -0
- package/src/types/callout-component-input-address-rules.ts +3 -0
- package/src/types/callout-component-input-address-schema.ts +13 -0
- package/src/types/callout-component-input-checkbox-rules.ts +3 -0
- package/src/types/callout-component-input-checkbox-schema.ts +18 -0
- package/src/types/callout-component-input-currency-rules.ts +3 -0
- package/src/types/callout-component-input-currency-schema.ts +22 -0
- package/src/types/callout-component-input-date-time-rules.ts +3 -0
- package/src/types/callout-component-input-date-time-schema.ts +44 -0
- package/src/types/callout-component-input-email-rules.ts +10 -0
- package/src/types/callout-component-input-email-schema.ts +16 -0
- package/src/types/callout-component-input-file-rules.ts +3 -0
- package/src/types/callout-component-input-file-schema.ts +23 -0
- package/src/types/callout-component-input-number-rules.ts +10 -0
- package/src/types/callout-component-input-number-schema.ts +21 -0
- package/src/types/callout-component-input-phone-number-rules.ts +3 -0
- package/src/types/callout-component-input-phone-number-schema.ts +13 -0
- package/src/types/callout-component-input-schema.ts +33 -0
- package/src/types/callout-component-input-select-rules.ts +3 -0
- package/src/types/callout-component-input-select-schema.ts +18 -0
- package/src/types/callout-component-input-selectable-radio-rules.ts +4 -0
- package/src/types/callout-component-input-selectable-radio-schema.ts +10 -0
- package/src/types/callout-component-input-selectable-schema.ts +9 -0
- package/src/types/callout-component-input-selectable-selectboxes-rules.ts +3 -0
- package/src/types/callout-component-input-selectable-selectboxes-schema.ts +10 -0
- package/src/types/callout-component-input-signature-rules.ts +3 -0
- package/src/types/callout-component-input-signature-schema.ts +11 -0
- package/src/types/callout-component-input-text-area-schema.ts +6 -0
- package/src/types/callout-component-input-text-field-schema.ts +6 -0
- package/src/types/callout-component-input-text-rules.ts +14 -0
- package/src/types/callout-component-input-text-schema.ts +9 -0
- package/src/types/callout-component-input-time-rules.ts +3 -0
- package/src/types/callout-component-input-time-schema.ts +13 -0
- package/src/types/callout-component-input-url-rules.ts +10 -0
- package/src/types/callout-component-input-url-schema.ts +15 -0
- package/src/types/callout-component-map.ts +55 -0
- package/src/types/callout-component-nestable-panel-schema.ts +6 -0
- package/src/types/callout-component-nestable-schema.ts +10 -0
- package/src/types/callout-component-nestable-tabs-schema.ts +6 -0
- package/src/types/callout-component-nestable-well-schema.ts +6 -0
- package/src/types/callout-component-schema.ts +11 -0
- package/src/types/callout-data.ts +25 -0
- package/src/types/callout-filter-name.ts +3 -0
- package/src/types/callout-map-schema-icon-styling-answer-icon-definition.ts +4 -0
- package/src/types/callout-map-schema-icon-styling-answer-icon.ts +6 -0
- package/src/types/callout-map-schema-icon-styling-answer.ts +6 -0
- package/src/types/callout-map-schema-icon-styling.ts +6 -0
- package/src/types/callout-map-schema.ts +21 -0
- package/src/types/callout-newsletter-schema.ts +8 -0
- package/src/types/callout-response-answer-address.ts +19 -0
- package/src/types/callout-response-answer-file-upload.ts +8 -0
- package/src/types/callout-response-answer.ts +12 -0
- package/src/types/callout-response-answers-slide.ts +9 -0
- package/src/types/callout-response-answers.ts +9 -0
- package/src/types/callout-response-comment-data.ts +5 -0
- package/src/types/callout-response-comment-filter-name.ts +4 -0
- package/src/types/callout-response-filter-name.ts +3 -0
- package/src/types/callout-response-guest-data.ts +5 -0
- package/src/types/callout-response-newsletter-data.ts +4 -0
- package/src/types/callout-response-view-schema.ts +11 -0
- package/src/types/callout-reviewer-filter-name.ts +3 -0
- package/src/types/callout-tag-filter-name.ts +3 -0
- package/src/types/callout-variant-data.ts +20 -0
- package/src/types/callout-variant-navigation-data.ts +5 -0
- package/src/types/complete-signup-data.ts +6 -0
- package/src/types/contact-data.ts +7 -0
- package/src/types/contact-mfa-data.ts +9 -0
- package/src/types/contact-profile-data.ts +16 -0
- package/src/types/contact-role-data.ts +6 -0
- package/src/types/contact-tag-filter-name.ts +3 -0
- package/src/types/content-contacts-data.ts +4 -0
- package/src/types/content-data.ts +33 -0
- package/src/types/content-email-data.ts +5 -0
- package/src/types/content-general-data.ts +36 -0
- package/src/types/content-id.ts +10 -0
- package/src/types/content-join-data.ts +23 -0
- package/src/types/content-join-period-data.ts +6 -0
- package/src/types/content-join-setup-data.ts +17 -0
- package/src/types/content-payment-data.ts +10 -0
- package/src/types/content-profile-data.ts +3 -0
- package/src/types/content-share-data.ts +6 -0
- package/src/types/content-telegram-data.ts +4 -0
- package/src/types/contribution-info.ts +20 -0
- package/src/types/create-api-key-data.ts +4 -0
- package/src/types/create-callout-data.ts +10 -0
- package/src/types/create-callout-response-comment-data.ts +3 -0
- package/src/types/create-callout-response-data.ts +15 -0
- package/src/types/create-callout-response-segment-data.ts +8 -0
- package/src/types/create-callout-reviewer-data.ts +4 -0
- package/src/types/create-callout-variant-data.ts +6 -0
- package/src/types/create-contact-data.ts +13 -0
- package/src/types/create-contact-mfa-data.ts +7 -0
- package/src/types/create-email-data.ts +10 -0
- package/src/types/create-notice-data.ts +3 -0
- package/src/types/create-payment-data.ts +8 -0
- package/src/types/create-reset-device-data.ts +8 -0
- package/src/types/create-reset-password-data.ts +4 -0
- package/src/types/create-segment-data.ts +7 -0
- package/src/types/date-unit.ts +3 -0
- package/src/types/delete-contact-mfa-data.ts +6 -0
- package/src/types/duration.ts +1 -0
- package/src/types/email-filter-name.ts +3 -0
- package/src/types/email-preview-data.ts +8 -0
- package/src/types/email-template-type.ts +1 -0
- package/src/types/enum-filter-args.ts +8 -0
- package/src/types/feeable.ts +8 -0
- package/src/types/filter-args.ts +10 -0
- package/src/types/filter-type.ts +9 -0
- package/src/types/filters.ts +3 -0
- package/src/types/footer-link.ts +4 -0
- package/src/types/force-update-contribution-data.ts +9 -0
- package/src/types/formio-file.ts +13 -0
- package/src/types/get-api-key-data.ts +9 -0
- package/src/types/get-api-keys-query.ts +3 -0
- package/src/types/get-callout-data-with.ts +20 -0
- package/src/types/get-callout-data.ts +10 -0
- package/src/types/get-callout-form-data.ts +11 -0
- package/src/types/get-callout-form-schema.ts +6 -0
- package/src/types/get-callout-navigation-schema.ts +7 -0
- package/src/types/get-callout-response-comment-data.ts +8 -0
- package/src/types/get-callout-response-comments-query.ts +3 -0
- package/src/types/get-callout-response-data-with.ts +33 -0
- package/src/types/get-callout-response-data.ts +9 -0
- package/src/types/get-callout-response-map-data.ts +13 -0
- package/src/types/get-callout-responses-query.ts +3 -0
- package/src/types/get-callout-reviewer-data.ts +7 -0
- package/src/types/get-callout-slide-schema.ts +8 -0
- package/src/types/get-callout-with.ts +8 -0
- package/src/types/get-callouts-query.ts +3 -0
- package/src/types/get-contact-data-with.ts +22 -0
- package/src/types/get-contact-data.ts +11 -0
- package/src/types/get-contact-mfa-data.ts +3 -0
- package/src/types/get-contacts-query.ts +3 -0
- package/src/types/get-email-data.ts +28 -0
- package/src/types/get-email-template-info-data.ts +16 -0
- package/src/types/get-newsletter-integration-data-with.ts +16 -0
- package/src/types/get-newsletter-with.ts +1 -0
- package/src/types/get-notice-data.ts +9 -0
- package/src/types/get-notices-query.ts +3 -0
- package/src/types/get-payment-aggregation-data.ts +4 -0
- package/src/types/get-payment-data-with.ts +9 -0
- package/src/types/get-payment-data.ts +9 -0
- package/src/types/get-payment-with.ts +1 -0
- package/src/types/get-payments-aggregation-query.ts +7 -0
- package/src/types/get-payments-query.ts +3 -0
- package/src/types/get-segment-data-with.ts +4 -0
- package/src/types/get-segment-data.ts +8 -0
- package/src/types/get-segment-with.ts +1 -0
- package/src/types/get-segments-query.ts +3 -0
- package/src/types/get-stats-data.ts +5 -0
- package/src/types/get-stats-query.ts +4 -0
- package/src/types/health-check-data.ts +10 -0
- package/src/types/index.ts +240 -0
- package/src/types/list-emails-query.ts +3 -0
- package/src/types/login-data.ts +6 -0
- package/src/types/newsletter-diff-data.ts +12 -0
- package/src/types/newsletter-group-data.ts +5 -0
- package/src/types/newsletter-integration-data.ts +18 -0
- package/src/types/notice-data.ts +8 -0
- package/src/types/notice-filter-name.ts +3 -0
- package/src/types/ongoing-email-fields.ts +11 -0
- package/src/types/operators-by-type.ts +6 -0
- package/src/types/other-filter-args.ts +5 -0
- package/src/types/paginated-query.ts +9 -0
- package/src/types/paginated.ts +6 -0
- package/src/types/parse-iso-options.ts +7 -0
- package/src/types/payment-filter-name.ts +3 -0
- package/src/types/payment-flow-params.ts +23 -0
- package/src/types/payment-flow-result.ts +4 -0
- package/src/types/payment-period.ts +3 -0
- package/src/types/payment-source-base.ts +5 -0
- package/src/types/payment-source-go-cardless-direct-debit.ts +9 -0
- package/src/types/payment-source-manual.ts +7 -0
- package/src/types/payment-source-stripe-bacs.ts +8 -0
- package/src/types/payment-source-stripe-card.ts +20 -0
- package/src/types/payment-source-stripe-paypal.ts +8 -0
- package/src/types/payment-source-stripe-sepa.ts +10 -0
- package/src/types/payment-source.ts +16 -0
- package/src/types/role-type.ts +3 -0
- package/src/types/rule-group.ts +6 -0
- package/src/types/rule-operator.ts +3 -0
- package/src/types/rule-opperator-params.ts +3 -0
- package/src/types/rule.ts +7 -0
- package/src/types/s3-metadata.ts +15 -0
- package/src/types/segment-filter-name.ts +3 -0
- package/src/types/segment-ongoing-email-trigger.ts +6 -0
- package/src/types/serial.ts +10 -0
- package/src/types/set-callout-form-schema.ts +5 -0
- package/src/types/set-callout-navigation-schema.ts +3 -0
- package/src/types/set-callout-slide-schema.ts +11 -0
- package/src/types/set-contribution-data.ts +9 -0
- package/src/types/signup-data.ts +10 -0
- package/src/types/start-contribution-data.ts +7 -0
- package/src/types/stripe-fee-country.ts +1 -0
- package/src/types/tag-create-data.ts +3 -0
- package/src/types/tag-data.ts +5 -0
- package/src/types/tag-get-data.ts +3 -0
- package/src/types/tag-update-data.ts +5 -0
- package/src/types/text-case.ts +1 -0
- package/src/types/unit-matches.ts +5 -0
- package/src/types/update-callout-data.ts +7 -0
- package/src/types/update-callout-response-comment-data.ts +3 -0
- package/src/types/update-callout-response-data.ts +3 -0
- package/src/types/update-callout-response-segment-data.ts +4 -0
- package/src/types/update-callout-reviewer-data.ts +3 -0
- package/src/types/update-contact-data.ts +8 -0
- package/src/types/update-contact-profile-data.ts +3 -0
- package/src/types/update-contact-role-data.ts +14 -0
- package/src/types/update-email-data.ts +14 -0
- package/src/types/update-notice-data.ts +3 -0
- package/src/types/update-reset-device-data.ts +7 -0
- package/src/types/update-reset-password-data.ts +5 -0
- package/src/types/update-segment-data.ts +3 -0
- package/src/types/upload-file-response.ts +18 -0
- package/src/types/validated-boolean-rule.ts +6 -0
- package/src/types/validated-number-rule.ts +6 -0
- package/src/types/validated-rule-group.ts +6 -0
- package/src/types/validated-rule-value.ts +7 -0
- package/src/types/validated-rule.ts +10 -0
- package/src/types/validated-string-rule.ts +6 -0
- package/src/types/validator-callout-component.ts +9 -0
- package/src/utils/callouts.ts +291 -0
- package/src/utils/conversions.ts +40 -0
- package/src/utils/date.ts +106 -0
- package/src/utils/debounce.ts +77 -0
- package/src/utils/file.ts +79 -0
- package/src/utils/index.ts +11 -0
- package/src/utils/payments.ts +51 -0
- package/src/utils/rules.ts +145 -0
- package/src/utils/slug.ts +876 -0
- package/src/utils/url.ts +52 -0
- package/src/utils/validations.ts +273 -0
- package/src/validators/callout-component-content.validator.ts +12 -0
- package/src/validators/callout-component-input-address.validator.ts +16 -0
- package/src/validators/callout-component-input-checkbox.validator.ts +14 -0
- package/src/validators/callout-component-input-currency.validator.ts +15 -0
- package/src/validators/callout-component-input-date-time.validator.ts +19 -0
- package/src/validators/callout-component-input-email.validator.ts +15 -0
- package/src/validators/callout-component-input-file.validator.ts +22 -0
- package/src/validators/callout-component-input-number.validator.ts +22 -0
- package/src/validators/callout-component-input-phone-number.validator.ts +15 -0
- package/src/validators/callout-component-input-select.validator.ts +15 -0
- package/src/validators/callout-component-input-selectable.validator.ts +15 -0
- package/src/validators/callout-component-input-signature.validator.ts +16 -0
- package/src/validators/callout-component-input-text.validator.ts +56 -0
- package/src/validators/callout-component-input-time.validator.ts +14 -0
- package/src/validators/callout-component-input-url.validator.ts +15 -0
- package/src/validators/callout-component.validator.ts +139 -0
- package/src/validators/index.ts +17 -0
- package/dist/browser/beabee-common.js +0 -2433
- package/dist/browser/beabee-common.js.map +0 -7
- package/dist/browser/beabee-common.min.js +0 -1
- package/dist/browser/index.js +0 -2417
- package/dist/cjs/data/callout-access.cjs +0 -34
- package/dist/cjs/data/callout-captcha.cjs +0 -33
- package/dist/cjs/data/callout-channel.cjs +0 -31
- package/dist/cjs/data/callout-component-base-type.cjs +0 -35
- package/dist/cjs/data/callout-component-input-selectable-types.cjs +0 -32
- package/dist/cjs/data/callout-component-input-text-types.cjs +0 -32
- package/dist/cjs/data/callout-component-input-types.cjs +0 -46
- package/dist/cjs/data/callout-component-nestable-types.cjs +0 -33
- package/dist/cjs/data/callout-component-type.cjs +0 -50
- package/dist/cjs/data/callout-component-types.cjs +0 -35
- package/dist/cjs/data/content-ids.cjs +0 -38
- package/dist/cjs/data/contribution-period.cjs +0 -32
- package/dist/cjs/data/contribution-type.cjs +0 -34
- package/dist/cjs/data/index.cjs +0 -56
- package/dist/cjs/data/item-status.cjs +0 -34
- package/dist/cjs/data/membership-status.cjs +0 -34
- package/dist/cjs/data/newsletter-status.cjs +0 -35
- package/dist/cjs/data/payment-method.cjs +0 -37
- package/dist/cjs/data/payment-status.cjs +0 -35
- package/dist/cjs/error/InvalidRule.cjs +0 -35
- package/dist/cjs/error/index.cjs +0 -22
- package/dist/cjs/index.browser.cjs +0 -26
- package/dist/cjs/index.cjs +0 -29
- package/dist/cjs/search/api-keys.cjs +0 -35
- package/dist/cjs/search/callouts.cjs +0 -154
- package/dist/cjs/search/contacts.cjs +0 -112
- package/dist/cjs/search/index.cjs +0 -34
- package/dist/cjs/search/notices.cjs +0 -61
- package/dist/cjs/search/operators.cjs +0 -89
- package/dist/cjs/search/payments.cjs +0 -52
- package/dist/cjs/search/segments.cjs +0 -38
- package/dist/cjs/types/address.cjs +0 -16
- package/dist/cjs/types/allow-null.cjs +0 -16
- package/dist/cjs/types/api-key-filter-name.cjs +0 -16
- package/dist/cjs/types/array-filter-args.cjs +0 -16
- package/dist/cjs/types/base-filter-args.cjs +0 -16
- package/dist/cjs/types/base-validated-rule.cjs +0 -16
- package/dist/cjs/types/callout-channel-filter-name.cjs +0 -16
- package/dist/cjs/types/callout-component-base-input-schema.cjs +0 -16
- package/dist/cjs/types/callout-component-base-input-selectable-schema.cjs +0 -16
- package/dist/cjs/types/callout-component-base-input-text-schema.cjs +0 -16
- package/dist/cjs/types/callout-component-base-map.cjs +0 -16
- package/dist/cjs/types/callout-component-base-nestable-schema.cjs +0 -16
- package/dist/cjs/types/callout-component-base-rules.cjs +0 -16
- package/dist/cjs/types/callout-component-base-schema.cjs +0 -16
- package/dist/cjs/types/callout-component-content-schema.cjs +0 -16
- package/dist/cjs/types/callout-component-input-address-rules.cjs +0 -16
- package/dist/cjs/types/callout-component-input-address-schema.cjs +0 -16
- package/dist/cjs/types/callout-component-input-checkbox-rules.cjs +0 -16
- package/dist/cjs/types/callout-component-input-checkbox-schema.cjs +0 -16
- package/dist/cjs/types/callout-component-input-currency-rules.cjs +0 -16
- package/dist/cjs/types/callout-component-input-currency-schema.cjs +0 -16
- package/dist/cjs/types/callout-component-input-date-time-rules.cjs +0 -16
- package/dist/cjs/types/callout-component-input-date-time-schema.cjs +0 -16
- package/dist/cjs/types/callout-component-input-email-rules.cjs +0 -16
- package/dist/cjs/types/callout-component-input-email-schema.cjs +0 -16
- package/dist/cjs/types/callout-component-input-file-rules.cjs +0 -16
- package/dist/cjs/types/callout-component-input-file-schema.cjs +0 -16
- package/dist/cjs/types/callout-component-input-number-rules.cjs +0 -16
- package/dist/cjs/types/callout-component-input-number-schema.cjs +0 -16
- package/dist/cjs/types/callout-component-input-phone-number-rules.cjs +0 -16
- package/dist/cjs/types/callout-component-input-phone-number-schema.cjs +0 -16
- package/dist/cjs/types/callout-component-input-schema.cjs +0 -16
- package/dist/cjs/types/callout-component-input-select-rules.cjs +0 -16
- package/dist/cjs/types/callout-component-input-select-schema.cjs +0 -16
- package/dist/cjs/types/callout-component-input-selectable-radio-rules.cjs +0 -16
- package/dist/cjs/types/callout-component-input-selectable-radio-schema.cjs +0 -16
- package/dist/cjs/types/callout-component-input-selectable-schema.cjs +0 -16
- package/dist/cjs/types/callout-component-input-selectable-selectboxes-rules.cjs +0 -16
- package/dist/cjs/types/callout-component-input-selectable-selectboxes-schema.cjs +0 -16
- package/dist/cjs/types/callout-component-input-signature-rules.cjs +0 -16
- package/dist/cjs/types/callout-component-input-signature-schema.cjs +0 -16
- package/dist/cjs/types/callout-component-input-text-area-schema.cjs +0 -16
- package/dist/cjs/types/callout-component-input-text-field-schema.cjs +0 -16
- package/dist/cjs/types/callout-component-input-text-rules.cjs +0 -16
- package/dist/cjs/types/callout-component-input-text-schema.cjs +0 -16
- package/dist/cjs/types/callout-component-input-time-rules.cjs +0 -16
- package/dist/cjs/types/callout-component-input-time-schema.cjs +0 -16
- package/dist/cjs/types/callout-component-input-url-rules.cjs +0 -16
- package/dist/cjs/types/callout-component-input-url-schema.cjs +0 -16
- package/dist/cjs/types/callout-component-map.cjs +0 -16
- package/dist/cjs/types/callout-component-nestable-panel-schema.cjs +0 -16
- package/dist/cjs/types/callout-component-nestable-schema.cjs +0 -16
- package/dist/cjs/types/callout-component-nestable-tabs-schema.cjs +0 -16
- package/dist/cjs/types/callout-component-nestable-well-schema.cjs +0 -16
- package/dist/cjs/types/callout-component-schema.cjs +0 -16
- package/dist/cjs/types/callout-data.cjs +0 -16
- package/dist/cjs/types/callout-filter-name.cjs +0 -16
- package/dist/cjs/types/callout-map-schema.cjs +0 -16
- package/dist/cjs/types/callout-response-answer-address.cjs +0 -16
- package/dist/cjs/types/callout-response-answer-file-upload.cjs +0 -16
- package/dist/cjs/types/callout-response-answer.cjs +0 -16
- package/dist/cjs/types/callout-response-answers-slide.cjs +0 -16
- package/dist/cjs/types/callout-response-answers.cjs +0 -16
- package/dist/cjs/types/callout-response-comment-data.cjs +0 -16
- package/dist/cjs/types/callout-response-comment-filter-name.cjs +0 -16
- package/dist/cjs/types/callout-response-filter-name.cjs +0 -16
- package/dist/cjs/types/callout-response-view-schema.cjs +0 -16
- package/dist/cjs/types/callout-tag-filter-name.cjs +0 -16
- package/dist/cjs/types/callout-variant-data.cjs +0 -16
- package/dist/cjs/types/callout-variant-navigation-data.cjs +0 -16
- package/dist/cjs/types/client-api-error-data.cjs +0 -16
- package/dist/cjs/types/contact-data.cjs +0 -16
- package/dist/cjs/types/contact-profile-data.cjs +0 -16
- package/dist/cjs/types/contact-role-data.cjs +0 -16
- package/dist/cjs/types/content-contacts-data.cjs +0 -16
- package/dist/cjs/types/content-data.cjs +0 -16
- package/dist/cjs/types/content-email-data.cjs +0 -16
- package/dist/cjs/types/content-general-data.cjs +0 -16
- package/dist/cjs/types/content-id.cjs +0 -16
- package/dist/cjs/types/content-join-data.cjs +0 -16
- package/dist/cjs/types/content-join-period-data.cjs +0 -16
- package/dist/cjs/types/content-join-setup-data.cjs +0 -16
- package/dist/cjs/types/content-payment-data.cjs +0 -16
- package/dist/cjs/types/content-profile-data.cjs +0 -16
- package/dist/cjs/types/content-share-data.cjs +0 -16
- package/dist/cjs/types/content-telegram-data.cjs +0 -16
- package/dist/cjs/types/contribution-info.cjs +0 -16
- package/dist/cjs/types/create-api-key-data.cjs +0 -16
- package/dist/cjs/types/create-callout-data.cjs +0 -16
- package/dist/cjs/types/create-callout-response-comment-data.cjs +0 -16
- package/dist/cjs/types/create-callout-response-data.cjs +0 -16
- package/dist/cjs/types/create-callout-tag-data.cjs +0 -16
- package/dist/cjs/types/create-contact-data.cjs +0 -16
- package/dist/cjs/types/create-notice-data.cjs +0 -16
- package/dist/cjs/types/create-segment-data.cjs +0 -16
- package/dist/cjs/types/date-unit.cjs +0 -16
- package/dist/cjs/types/duration.cjs +0 -16
- package/dist/cjs/types/enum-filter-args.cjs +0 -16
- package/dist/cjs/types/feeable.cjs +0 -16
- package/dist/cjs/types/filter-args.cjs +0 -16
- package/dist/cjs/types/filter-type.cjs +0 -16
- package/dist/cjs/types/filters.cjs +0 -16
- package/dist/cjs/types/footer-link.cjs +0 -16
- package/dist/cjs/types/force-update-contribution-data.cjs +0 -16
- package/dist/cjs/types/get-api-key-data.cjs +0 -16
- package/dist/cjs/types/get-api-keys-query.cjs +0 -16
- package/dist/cjs/types/get-callout-data-with.cjs +0 -16
- package/dist/cjs/types/get-callout-data.cjs +0 -16
- package/dist/cjs/types/get-callout-form-data.cjs +0 -16
- package/dist/cjs/types/get-callout-form-schema.cjs +0 -16
- package/dist/cjs/types/get-callout-navigation-schema.cjs +0 -16
- package/dist/cjs/types/get-callout-response-comment-data.cjs +0 -16
- package/dist/cjs/types/get-callout-response-comments-query.cjs +0 -16
- package/dist/cjs/types/get-callout-response-data-with.cjs +0 -16
- package/dist/cjs/types/get-callout-response-data.cjs +0 -16
- package/dist/cjs/types/get-callout-response-map-data.cjs +0 -16
- package/dist/cjs/types/get-callout-response-with.cjs +0 -16
- package/dist/cjs/types/get-callout-responses-query.cjs +0 -16
- package/dist/cjs/types/get-callout-slide-schema.cjs +0 -16
- package/dist/cjs/types/get-callout-tag-data.cjs +0 -16
- package/dist/cjs/types/get-callout-with.cjs +0 -16
- package/dist/cjs/types/get-callouts-query.cjs +0 -16
- package/dist/cjs/types/get-contact-data-with.cjs +0 -16
- package/dist/cjs/types/get-contact-data.cjs +0 -16
- package/dist/cjs/types/get-contact-with.cjs +0 -16
- package/dist/cjs/types/get-contacts-query.cjs +0 -16
- package/dist/cjs/types/get-email-data.cjs +0 -16
- package/dist/cjs/types/get-notice-data.cjs +0 -16
- package/dist/cjs/types/get-notices-query.cjs +0 -16
- package/dist/cjs/types/get-payment-data-with.cjs +0 -16
- package/dist/cjs/types/get-payment-data.cjs +0 -16
- package/dist/cjs/types/get-payment-with.cjs +0 -16
- package/dist/cjs/types/get-payments-query.cjs +0 -16
- package/dist/cjs/types/get-segment-data-with.cjs +0 -16
- package/dist/cjs/types/get-segment-data.cjs +0 -16
- package/dist/cjs/types/get-segment-with.cjs +0 -16
- package/dist/cjs/types/get-stats-data.cjs +0 -16
- package/dist/cjs/types/get-stats-query.cjs +0 -16
- package/dist/cjs/types/get-upload-flow-data.cjs +0 -16
- package/dist/cjs/types/index.cjs +0 -402
- package/dist/cjs/types/noop.cjs +0 -16
- package/dist/cjs/types/notice-data.cjs +0 -16
- package/dist/cjs/types/notice-filter-name.cjs +0 -16
- package/dist/cjs/types/operators-by-type.cjs +0 -16
- package/dist/cjs/types/other-filter-args.cjs +0 -16
- package/dist/cjs/types/paginated-query.cjs +0 -16
- package/dist/cjs/types/paginated.cjs +0 -16
- package/dist/cjs/types/parse-iso-options.cjs +0 -16
- package/dist/cjs/types/payment-filter-name.cjs +0 -16
- package/dist/cjs/types/payment-flow-params.cjs +0 -16
- package/dist/cjs/types/payment-source-base.cjs +0 -16
- package/dist/cjs/types/payment-source-go-cardless-direct-debit.cjs +0 -16
- package/dist/cjs/types/payment-source-manual.cjs +0 -16
- package/dist/cjs/types/payment-source-stripe-bacs.cjs +0 -16
- package/dist/cjs/types/payment-source-stripe-card.cjs +0 -16
- package/dist/cjs/types/payment-source-stripe-paypal.cjs +0 -16
- package/dist/cjs/types/payment-source-stripe-sepa.cjs +0 -16
- package/dist/cjs/types/payment-source.cjs +0 -16
- package/dist/cjs/types/role-type.cjs +0 -16
- package/dist/cjs/types/rule-group.cjs +0 -16
- package/dist/cjs/types/rule-operator.cjs +0 -16
- package/dist/cjs/types/rule-opperator-params.cjs +0 -16
- package/dist/cjs/types/rule-value.cjs +0 -16
- package/dist/cjs/types/rule.cjs +0 -16
- package/dist/cjs/types/segment-filter-name.cjs +0 -16
- package/dist/cjs/types/serial.cjs +0 -16
- package/dist/cjs/types/set-callout-form-schema.cjs +0 -16
- package/dist/cjs/types/set-callout-navigation-schema.cjs +0 -16
- package/dist/cjs/types/set-callout-slide-schema.cjs +0 -16
- package/dist/cjs/types/set-contribution-data.cjs +0 -16
- package/dist/cjs/types/start-contribution-data.cjs +0 -16
- package/dist/cjs/types/stripe-fee-country.cjs +0 -16
- package/dist/cjs/types/text-case.cjs +0 -16
- package/dist/cjs/types/unit-matches.cjs +0 -16
- package/dist/cjs/types/update-callout-data.cjs +0 -16
- package/dist/cjs/types/update-callout-response-comment-data.cjs +0 -16
- package/dist/cjs/types/update-callout-response-data.cjs +0 -16
- package/dist/cjs/types/update-callout-tag-data.cjs +0 -16
- package/dist/cjs/types/update-contact-data.cjs +0 -16
- package/dist/cjs/types/update-contact-profile-data.cjs +0 -16
- package/dist/cjs/types/update-contact-role-data.cjs +0 -16
- package/dist/cjs/types/update-email-data.cjs +0 -16
- package/dist/cjs/types/update-reset-password-data.cjs +0 -16
- package/dist/cjs/types/update-segment-data.cjs +0 -16
- package/dist/cjs/types/validated-boolean-rule.cjs +0 -16
- package/dist/cjs/types/validated-number-rule.cjs +0 -16
- package/dist/cjs/types/validated-rule-group.cjs +0 -16
- package/dist/cjs/types/validated-rule-value.cjs +0 -16
- package/dist/cjs/types/validated-rule.cjs +0 -16
- package/dist/cjs/types/validated-string-rule.cjs +0 -16
- package/dist/cjs/types/validator-callout-component.cjs +0 -16
- package/dist/cjs/types/validator.cjs +0 -16
- package/dist/cjs/utils/callouts.cjs +0 -175
- package/dist/cjs/utils/conversions.cjs +0 -53
- package/dist/cjs/utils/date.cjs +0 -106
- package/dist/cjs/utils/index.cjs +0 -34
- package/dist/cjs/utils/payments.cjs +0 -67
- package/dist/cjs/utils/rules.cjs +0 -109
- package/dist/cjs/utils/slug.cjs +0 -834
- package/dist/cjs/utils/validations.cjs +0 -177
- package/dist/cjs/validators/callout-component-content.validator.cjs +0 -30
- package/dist/cjs/validators/callout-component-input-address.validator.cjs +0 -32
- package/dist/cjs/validators/callout-component-input-checkbox.validator.cjs +0 -30
- package/dist/cjs/validators/callout-component-input-currency.validator.cjs +0 -31
- package/dist/cjs/validators/callout-component-input-date-time.validator.cjs +0 -34
- package/dist/cjs/validators/callout-component-input-email.validator.cjs +0 -31
- package/dist/cjs/validators/callout-component-input-file.validator.cjs +0 -35
- package/dist/cjs/validators/callout-component-input-number.validator.cjs +0 -34
- package/dist/cjs/validators/callout-component-input-phone-number.validator.cjs +0 -31
- package/dist/cjs/validators/callout-component-input-select.validator.cjs +0 -31
- package/dist/cjs/validators/callout-component-input-selectable.validator.cjs +0 -31
- package/dist/cjs/validators/callout-component-input-signature.validator.cjs +0 -32
- package/dist/cjs/validators/callout-component-input-text.validator.cjs +0 -52
- package/dist/cjs/validators/callout-component-input-time.validator.cjs +0 -32
- package/dist/cjs/validators/callout-component-input-url.validator.cjs +0 -31
- package/dist/cjs/validators/callout-component.validator.cjs +0 -118
- package/dist/cjs/validators/index.cjs +0 -52
- package/dist/esm/data/callout-access.js +0 -10
- package/dist/esm/data/callout-captcha.js +0 -9
- package/dist/esm/data/callout-channel.js +0 -7
- package/dist/esm/data/callout-component-base-type.js +0 -11
- package/dist/esm/data/callout-component-input-selectable-types.js +0 -8
- package/dist/esm/data/callout-component-input-text-types.js +0 -8
- package/dist/esm/data/callout-component-input-types.js +0 -22
- package/dist/esm/data/callout-component-nestable-types.js +0 -9
- package/dist/esm/data/callout-component-type.js +0 -26
- package/dist/esm/data/callout-component-types.js +0 -11
- package/dist/esm/data/content-ids.js +0 -14
- package/dist/esm/data/contribution-period.js +0 -8
- package/dist/esm/data/contribution-type.js +0 -10
- package/dist/esm/data/index.js +0 -18
- package/dist/esm/data/item-status.js +0 -10
- package/dist/esm/data/membership-status.js +0 -10
- package/dist/esm/data/newsletter-status.js +0 -11
- package/dist/esm/data/payment-method.js +0 -13
- package/dist/esm/data/payment-status.js +0 -11
- package/dist/esm/error/InvalidRule.js +0 -11
- package/dist/esm/error/index.js +0 -1
- package/dist/esm/index.browser.js +0 -3
- package/dist/esm/index.js +0 -5
- package/dist/esm/search/api-keys.js +0 -11
- package/dist/esm/search/callouts.js +0 -126
- package/dist/esm/search/contacts.js +0 -90
- package/dist/esm/search/index.js +0 -7
- package/dist/esm/search/notices.js +0 -37
- package/dist/esm/search/operators.js +0 -62
- package/dist/esm/search/payments.js +0 -28
- package/dist/esm/search/segments.js +0 -14
- package/dist/esm/types/address.js +0 -0
- package/dist/esm/types/allow-null.js +0 -0
- package/dist/esm/types/api-key-filter-name.js +0 -0
- package/dist/esm/types/array-filter-args.js +0 -0
- package/dist/esm/types/base-filter-args.js +0 -0
- package/dist/esm/types/base-validated-rule.js +0 -0
- package/dist/esm/types/callout-channel-filter-name.js +0 -0
- package/dist/esm/types/callout-component-base-input-schema.js +0 -0
- package/dist/esm/types/callout-component-base-input-selectable-schema.js +0 -0
- package/dist/esm/types/callout-component-base-input-text-schema.js +0 -0
- package/dist/esm/types/callout-component-base-map.js +0 -0
- package/dist/esm/types/callout-component-base-nestable-schema.js +0 -0
- package/dist/esm/types/callout-component-base-rules.js +0 -0
- package/dist/esm/types/callout-component-base-schema.js +0 -0
- package/dist/esm/types/callout-component-content-schema.js +0 -0
- package/dist/esm/types/callout-component-input-address-rules.js +0 -0
- package/dist/esm/types/callout-component-input-address-schema.js +0 -0
- package/dist/esm/types/callout-component-input-checkbox-rules.js +0 -0
- package/dist/esm/types/callout-component-input-checkbox-schema.js +0 -0
- package/dist/esm/types/callout-component-input-currency-rules.js +0 -0
- package/dist/esm/types/callout-component-input-currency-schema.js +0 -0
- package/dist/esm/types/callout-component-input-date-time-rules.js +0 -0
- package/dist/esm/types/callout-component-input-date-time-schema.js +0 -0
- package/dist/esm/types/callout-component-input-email-rules.js +0 -0
- package/dist/esm/types/callout-component-input-email-schema.js +0 -0
- package/dist/esm/types/callout-component-input-file-rules.js +0 -0
- package/dist/esm/types/callout-component-input-file-schema.js +0 -0
- package/dist/esm/types/callout-component-input-number-rules.js +0 -0
- package/dist/esm/types/callout-component-input-number-schema.js +0 -0
- package/dist/esm/types/callout-component-input-phone-number-rules.js +0 -0
- package/dist/esm/types/callout-component-input-phone-number-schema.js +0 -0
- package/dist/esm/types/callout-component-input-schema.js +0 -0
- package/dist/esm/types/callout-component-input-select-rules.js +0 -0
- package/dist/esm/types/callout-component-input-select-schema.js +0 -0
- package/dist/esm/types/callout-component-input-selectable-radio-rules.js +0 -0
- package/dist/esm/types/callout-component-input-selectable-radio-schema.js +0 -0
- package/dist/esm/types/callout-component-input-selectable-schema.js +0 -0
- package/dist/esm/types/callout-component-input-selectable-selectboxes-rules.js +0 -0
- package/dist/esm/types/callout-component-input-selectable-selectboxes-schema.js +0 -0
- package/dist/esm/types/callout-component-input-signature-rules.js +0 -0
- package/dist/esm/types/callout-component-input-signature-schema.js +0 -0
- package/dist/esm/types/callout-component-input-text-area-schema.js +0 -0
- package/dist/esm/types/callout-component-input-text-field-schema.js +0 -0
- package/dist/esm/types/callout-component-input-text-rules.js +0 -0
- package/dist/esm/types/callout-component-input-text-schema.js +0 -0
- package/dist/esm/types/callout-component-input-time-rules.js +0 -0
- package/dist/esm/types/callout-component-input-time-schema.js +0 -0
- package/dist/esm/types/callout-component-input-url-rules.js +0 -0
- package/dist/esm/types/callout-component-input-url-schema.js +0 -0
- package/dist/esm/types/callout-component-map.js +0 -0
- package/dist/esm/types/callout-component-nestable-panel-schema.js +0 -0
- package/dist/esm/types/callout-component-nestable-schema.js +0 -0
- package/dist/esm/types/callout-component-nestable-tabs-schema.js +0 -0
- package/dist/esm/types/callout-component-nestable-well-schema.js +0 -0
- package/dist/esm/types/callout-component-schema.js +0 -0
- package/dist/esm/types/callout-data.js +0 -0
- package/dist/esm/types/callout-filter-name.js +0 -0
- package/dist/esm/types/callout-map-schema.js +0 -0
- package/dist/esm/types/callout-response-answer-address.js +0 -0
- package/dist/esm/types/callout-response-answer-file-upload.js +0 -0
- package/dist/esm/types/callout-response-answer.js +0 -0
- package/dist/esm/types/callout-response-answers-slide.js +0 -0
- package/dist/esm/types/callout-response-answers.js +0 -0
- package/dist/esm/types/callout-response-comment-data.js +0 -0
- package/dist/esm/types/callout-response-comment-filter-name.js +0 -0
- package/dist/esm/types/callout-response-filter-name.js +0 -0
- package/dist/esm/types/callout-response-view-schema.js +0 -0
- package/dist/esm/types/callout-tag-filter-name.js +0 -0
- package/dist/esm/types/callout-variant-data.js +0 -0
- package/dist/esm/types/callout-variant-navigation-data.js +0 -0
- package/dist/esm/types/client-api-error-data.js +0 -0
- package/dist/esm/types/contact-data.js +0 -0
- package/dist/esm/types/contact-profile-data.js +0 -0
- package/dist/esm/types/contact-role-data.js +0 -0
- package/dist/esm/types/content-contacts-data.js +0 -0
- package/dist/esm/types/content-data.js +0 -0
- package/dist/esm/types/content-email-data.js +0 -0
- package/dist/esm/types/content-general-data.js +0 -0
- package/dist/esm/types/content-id.js +0 -0
- package/dist/esm/types/content-join-data.js +0 -0
- package/dist/esm/types/content-join-period-data.js +0 -0
- package/dist/esm/types/content-join-setup-data.js +0 -0
- package/dist/esm/types/content-payment-data.js +0 -0
- package/dist/esm/types/content-profile-data.js +0 -0
- package/dist/esm/types/content-share-data.js +0 -0
- package/dist/esm/types/content-telegram-data.js +0 -0
- package/dist/esm/types/contribution-info.js +0 -0
- package/dist/esm/types/create-api-key-data.js +0 -0
- package/dist/esm/types/create-callout-data.js +0 -0
- package/dist/esm/types/create-callout-response-comment-data.js +0 -0
- package/dist/esm/types/create-callout-response-data.js +0 -0
- package/dist/esm/types/create-callout-tag-data.js +0 -0
- package/dist/esm/types/create-contact-data.js +0 -0
- package/dist/esm/types/create-notice-data.js +0 -0
- package/dist/esm/types/create-segment-data.js +0 -0
- package/dist/esm/types/date-unit.js +0 -0
- package/dist/esm/types/duration.js +0 -0
- package/dist/esm/types/enum-filter-args.js +0 -0
- package/dist/esm/types/feeable.js +0 -0
- package/dist/esm/types/filter-args.js +0 -0
- package/dist/esm/types/filter-type.js +0 -0
- package/dist/esm/types/filters.js +0 -0
- package/dist/esm/types/footer-link.js +0 -0
- package/dist/esm/types/force-update-contribution-data.js +0 -0
- package/dist/esm/types/get-api-key-data.js +0 -0
- package/dist/esm/types/get-api-keys-query.js +0 -0
- package/dist/esm/types/get-callout-data-with.js +0 -0
- package/dist/esm/types/get-callout-data.js +0 -0
- package/dist/esm/types/get-callout-form-data.js +0 -0
- package/dist/esm/types/get-callout-form-schema.js +0 -0
- package/dist/esm/types/get-callout-navigation-schema.js +0 -0
- package/dist/esm/types/get-callout-response-comment-data.js +0 -0
- package/dist/esm/types/get-callout-response-comments-query.js +0 -0
- package/dist/esm/types/get-callout-response-data-with.js +0 -0
- package/dist/esm/types/get-callout-response-data.js +0 -0
- package/dist/esm/types/get-callout-response-map-data.js +0 -0
- package/dist/esm/types/get-callout-response-with.js +0 -0
- package/dist/esm/types/get-callout-responses-query.js +0 -0
- package/dist/esm/types/get-callout-slide-schema.js +0 -0
- package/dist/esm/types/get-callout-tag-data.js +0 -0
- package/dist/esm/types/get-callout-with.js +0 -0
- package/dist/esm/types/get-callouts-query.js +0 -0
- package/dist/esm/types/get-contact-data-with.js +0 -0
- package/dist/esm/types/get-contact-data.js +0 -0
- package/dist/esm/types/get-contact-with.js +0 -0
- package/dist/esm/types/get-contacts-query.js +0 -0
- package/dist/esm/types/get-email-data.js +0 -0
- package/dist/esm/types/get-notice-data.js +0 -0
- package/dist/esm/types/get-notices-query.js +0 -0
- package/dist/esm/types/get-payment-data-with.js +0 -0
- package/dist/esm/types/get-payment-data.js +0 -0
- package/dist/esm/types/get-payment-with.js +0 -0
- package/dist/esm/types/get-payments-query.js +0 -0
- package/dist/esm/types/get-segment-data-with.js +0 -0
- package/dist/esm/types/get-segment-data.js +0 -0
- package/dist/esm/types/get-segment-with.js +0 -0
- package/dist/esm/types/get-stats-data.js +0 -0
- package/dist/esm/types/get-stats-query.js +0 -0
- package/dist/esm/types/get-upload-flow-data.js +0 -0
- package/dist/esm/types/index.js +0 -191
- package/dist/esm/types/noop.js +0 -0
- package/dist/esm/types/notice-data.js +0 -0
- package/dist/esm/types/notice-filter-name.js +0 -0
- package/dist/esm/types/operators-by-type.js +0 -0
- package/dist/esm/types/other-filter-args.js +0 -0
- package/dist/esm/types/paginated-query.js +0 -0
- package/dist/esm/types/paginated.js +0 -0
- package/dist/esm/types/parse-iso-options.js +0 -0
- package/dist/esm/types/payment-filter-name.js +0 -0
- package/dist/esm/types/payment-flow-params.js +0 -0
- package/dist/esm/types/payment-source-base.js +0 -0
- package/dist/esm/types/payment-source-go-cardless-direct-debit.js +0 -0
- package/dist/esm/types/payment-source-manual.js +0 -0
- package/dist/esm/types/payment-source-stripe-bacs.js +0 -0
- package/dist/esm/types/payment-source-stripe-card.js +0 -0
- package/dist/esm/types/payment-source-stripe-paypal.js +0 -0
- package/dist/esm/types/payment-source-stripe-sepa.js +0 -0
- package/dist/esm/types/payment-source.js +0 -0
- package/dist/esm/types/role-type.js +0 -0
- package/dist/esm/types/rule-group.js +0 -0
- package/dist/esm/types/rule-operator.js +0 -0
- package/dist/esm/types/rule-opperator-params.js +0 -0
- package/dist/esm/types/rule-value.js +0 -0
- package/dist/esm/types/rule.js +0 -0
- package/dist/esm/types/segment-filter-name.js +0 -0
- package/dist/esm/types/serial.js +0 -0
- package/dist/esm/types/set-callout-form-schema.js +0 -0
- package/dist/esm/types/set-callout-navigation-schema.js +0 -0
- package/dist/esm/types/set-callout-slide-schema.js +0 -0
- package/dist/esm/types/set-contribution-data.js +0 -0
- package/dist/esm/types/start-contribution-data.js +0 -0
- package/dist/esm/types/stripe-fee-country.js +0 -0
- package/dist/esm/types/text-case.js +0 -0
- package/dist/esm/types/unit-matches.js +0 -0
- package/dist/esm/types/update-callout-data.js +0 -0
- package/dist/esm/types/update-callout-response-comment-data.js +0 -0
- package/dist/esm/types/update-callout-response-data.js +0 -0
- package/dist/esm/types/update-callout-tag-data.js +0 -0
- package/dist/esm/types/update-contact-data.js +0 -0
- package/dist/esm/types/update-contact-profile-data.js +0 -0
- package/dist/esm/types/update-contact-role-data.js +0 -0
- package/dist/esm/types/update-email-data.js +0 -0
- package/dist/esm/types/update-reset-password-data.js +0 -0
- package/dist/esm/types/update-segment-data.js +0 -0
- package/dist/esm/types/validated-boolean-rule.js +0 -0
- package/dist/esm/types/validated-number-rule.js +0 -0
- package/dist/esm/types/validated-rule-group.js +0 -0
- package/dist/esm/types/validated-rule-value.js +0 -0
- package/dist/esm/types/validated-rule.js +0 -0
- package/dist/esm/types/validated-string-rule.js +0 -0
- package/dist/esm/types/validator-callout-component.js +0 -0
- package/dist/esm/types/validator.js +0 -0
- package/dist/esm/utils/callouts.js +0 -149
- package/dist/esm/utils/conversions.js +0 -28
- package/dist/esm/utils/date.js +0 -86
- package/dist/esm/utils/index.js +0 -7
- package/dist/esm/utils/payments.js +0 -43
- package/dist/esm/utils/rules.js +0 -80
- package/dist/esm/utils/slug.js +0 -810
- package/dist/esm/utils/validations.js +0 -138
- package/dist/esm/validators/callout-component-content.validator.js +0 -6
- package/dist/esm/validators/callout-component-input-address.validator.js +0 -8
- package/dist/esm/validators/callout-component-input-checkbox.validator.js +0 -6
- package/dist/esm/validators/callout-component-input-currency.validator.js +0 -7
- package/dist/esm/validators/callout-component-input-date-time.validator.js +0 -10
- package/dist/esm/validators/callout-component-input-email.validator.js +0 -7
- package/dist/esm/validators/callout-component-input-file.validator.js +0 -11
- package/dist/esm/validators/callout-component-input-number.validator.js +0 -10
- package/dist/esm/validators/callout-component-input-phone-number.validator.js +0 -7
- package/dist/esm/validators/callout-component-input-select.validator.js +0 -7
- package/dist/esm/validators/callout-component-input-selectable.validator.js +0 -7
- package/dist/esm/validators/callout-component-input-signature.validator.js +0 -8
- package/dist/esm/validators/callout-component-input-text.validator.js +0 -28
- package/dist/esm/validators/callout-component-input-time.validator.js +0 -8
- package/dist/esm/validators/callout-component-input-url.validator.js +0 -7
- package/dist/esm/validators/callout-component.validator.js +0 -94
- package/dist/esm/validators/index.js +0 -16
- package/dist/types/data/callout-access.d.ts +0 -6
- package/dist/types/data/callout-captcha.d.ts +0 -5
- package/dist/types/data/callout-channel.d.ts +0 -3
- package/dist/types/data/callout-component-base-type.d.ts +0 -8
- package/dist/types/data/callout-component-input-selectable-types.d.ts +0 -3
- package/dist/types/data/callout-component-input-text-types.d.ts +0 -3
- package/dist/types/data/callout-component-input-types.d.ts +0 -3
- package/dist/types/data/callout-component-nestable-types.d.ts +0 -3
- package/dist/types/data/callout-component-type.d.ts +0 -23
- package/dist/types/data/callout-component-types.d.ts +0 -3
- package/dist/types/data/content-ids.d.ts +0 -2
- package/dist/types/data/contribution-period.d.ts +0 -4
- package/dist/types/data/contribution-type.d.ts +0 -6
- package/dist/types/data/index.d.ts +0 -18
- package/dist/types/data/item-status.d.ts +0 -6
- package/dist/types/data/membership-status.d.ts +0 -6
- package/dist/types/data/newsletter-status.d.ts +0 -7
- package/dist/types/data/payment-method.d.ts +0 -9
- package/dist/types/data/payment-status.d.ts +0 -7
- package/dist/types/error/InvalidRule.d.ts +0 -6
- package/dist/types/error/index.d.ts +0 -1
- package/dist/types/index.browser.d.ts +0 -1
- package/dist/types/index.d.cts +0 -1
- package/dist/types/search/api-keys.d.ts +0 -8
- package/dist/types/search/callouts.d.ts +0 -114
- package/dist/types/search/contacts.d.ts +0 -72
- package/dist/types/search/index.d.ts +0 -7
- package/dist/types/search/notices.d.ts +0 -29
- package/dist/types/search/operators.d.ts +0 -128
- package/dist/types/search/payments.d.ts +0 -19
- package/dist/types/search/segments.d.ts +0 -11
- package/dist/types/types/address.d.ts +0 -6
- package/dist/types/types/allow-null.d.ts +0 -7
- package/dist/types/types/api-key-filter-name.d.ts +0 -2
- package/dist/types/types/array-filter-args.d.ts +0 -5
- package/dist/types/types/base-filter-args.d.ts +0 -5
- package/dist/types/types/base-validated-rule.d.ts +0 -9
- package/dist/types/types/callout-channel-filter-name.d.ts +0 -2
- package/dist/types/types/callout-component-base-input-schema.d.ts +0 -11
- package/dist/types/types/callout-component-base-input-selectable-schema.d.ts +0 -11
- package/dist/types/types/callout-component-base-input-text-schema.d.ts +0 -12
- package/dist/types/types/callout-component-base-map.d.ts +0 -16
- package/dist/types/types/callout-component-base-nestable-schema.d.ts +0 -7
- package/dist/types/types/callout-component-base-rules.d.ts +0 -6
- package/dist/types/types/callout-component-base-schema.d.ts +0 -22
- package/dist/types/types/callout-component-content-schema.d.ts +0 -12
- package/dist/types/types/callout-component-input-address-rules.d.ts +0 -2
- package/dist/types/types/callout-component-input-address-schema.d.ts +0 -9
- package/dist/types/types/callout-component-input-checkbox-rules.d.ts +0 -2
- package/dist/types/types/callout-component-input-checkbox-schema.d.ts +0 -11
- package/dist/types/types/callout-component-input-currency-rules.d.ts +0 -2
- package/dist/types/types/callout-component-input-currency-schema.d.ts +0 -17
- package/dist/types/types/callout-component-input-date-time-rules.d.ts +0 -2
- package/dist/types/types/callout-component-input-date-time-schema.d.ts +0 -39
- package/dist/types/types/callout-component-input-email-rules.d.ts +0 -9
- package/dist/types/types/callout-component-input-email-schema.d.ts +0 -11
- package/dist/types/types/callout-component-input-file-rules.d.ts +0 -2
- package/dist/types/types/callout-component-input-file-schema.d.ts +0 -19
- package/dist/types/types/callout-component-input-number-rules.d.ts +0 -9
- package/dist/types/types/callout-component-input-number-schema.d.ts +0 -17
- package/dist/types/types/callout-component-input-phone-number-rules.d.ts +0 -2
- package/dist/types/types/callout-component-input-phone-number-schema.d.ts +0 -9
- package/dist/types/types/callout-component-input-schema.d.ts +0 -3
- package/dist/types/types/callout-component-input-select-rules.d.ts +0 -2
- package/dist/types/types/callout-component-input-select-schema.d.ts +0 -17
- package/dist/types/types/callout-component-input-selectable-radio-rules.d.ts +0 -2
- package/dist/types/types/callout-component-input-selectable-radio-schema.d.ts +0 -6
- package/dist/types/types/callout-component-input-selectable-schema.d.ts +0 -3
- package/dist/types/types/callout-component-input-selectable-selectboxes-rules.d.ts +0 -2
- package/dist/types/types/callout-component-input-selectable-selectboxes-schema.d.ts +0 -6
- package/dist/types/types/callout-component-input-signature-rules.d.ts +0 -2
- package/dist/types/types/callout-component-input-signature-schema.d.ts +0 -7
- package/dist/types/types/callout-component-input-text-area-schema.d.ts +0 -5
- package/dist/types/types/callout-component-input-text-field-schema.d.ts +0 -5
- package/dist/types/types/callout-component-input-text-rules.d.ts +0 -13
- package/dist/types/types/callout-component-input-text-schema.d.ts +0 -3
- package/dist/types/types/callout-component-input-time-rules.d.ts +0 -2
- package/dist/types/types/callout-component-input-time-schema.d.ts +0 -9
- package/dist/types/types/callout-component-input-url-rules.d.ts +0 -9
- package/dist/types/types/callout-component-input-url-schema.d.ts +0 -11
- package/dist/types/types/callout-component-map.d.ts +0 -31
- package/dist/types/types/callout-component-nestable-panel-schema.d.ts +0 -5
- package/dist/types/types/callout-component-nestable-schema.d.ts +0 -2
- package/dist/types/types/callout-component-nestable-tabs-schema.d.ts +0 -5
- package/dist/types/types/callout-component-nestable-well-schema.d.ts +0 -5
- package/dist/types/types/callout-component-schema.d.ts +0 -3
- package/dist/types/types/callout-data.d.ts +0 -15
- package/dist/types/types/callout-filter-name.d.ts +0 -2
- package/dist/types/types/callout-map-schema.d.ts +0 -11
- package/dist/types/types/callout-response-answer-address.d.ts +0 -9
- package/dist/types/types/callout-response-answer-file-upload.d.ts +0 -3
- package/dist/types/types/callout-response-answer.d.ts +0 -2
- package/dist/types/types/callout-response-answers-slide.d.ts +0 -5
- package/dist/types/types/callout-response-answers.d.ts +0 -5
- package/dist/types/types/callout-response-comment-data.d.ts +0 -4
- package/dist/types/types/callout-response-comment-filter-name.d.ts +0 -2
- package/dist/types/types/callout-response-filter-name.d.ts +0 -2
- package/dist/types/types/callout-response-view-schema.d.ts +0 -13
- package/dist/types/types/callout-tag-filter-name.d.ts +0 -2
- package/dist/types/types/callout-variant-data.d.ts +0 -13
- package/dist/types/types/callout-variant-navigation-data.d.ts +0 -5
- package/dist/types/types/client-api-error-data.d.ts +0 -7
- package/dist/types/types/contact-data.d.ts +0 -6
- package/dist/types/types/contact-profile-data.d.ts +0 -14
- package/dist/types/types/contact-role-data.d.ts +0 -4
- package/dist/types/types/content-contacts-data.d.ts +0 -4
- package/dist/types/types/content-data.d.ts +0 -2
- package/dist/types/types/content-email-data.d.ts +0 -5
- package/dist/types/types/content-general-data.d.ts +0 -18
- package/dist/types/types/content-id.d.ts +0 -1
- package/dist/types/types/content-join-data.d.ts +0 -17
- package/dist/types/types/content-join-period-data.d.ts +0 -5
- package/dist/types/types/content-join-setup-data.d.ts +0 -14
- package/dist/types/types/content-payment-data.d.ts +0 -7
- package/dist/types/types/content-profile-data.d.ts +0 -3
- package/dist/types/types/content-share-data.d.ts +0 -6
- package/dist/types/types/content-telegram-data.d.ts +0 -4
- package/dist/types/types/contribution-info.d.ts +0 -15
- package/dist/types/types/create-api-key-data.d.ts +0 -4
- package/dist/types/types/create-callout-data.d.ts +0 -5
- package/dist/types/types/create-callout-response-comment-data.d.ts +0 -2
- package/dist/types/types/create-callout-response-data.d.ts +0 -9
- package/dist/types/types/create-callout-tag-data.d.ts +0 -4
- package/dist/types/types/create-contact-data.d.ts +0 -8
- package/dist/types/types/create-notice-data.d.ts +0 -2
- package/dist/types/types/create-segment-data.d.ts +0 -6
- package/dist/types/types/date-unit.d.ts +0 -2
- package/dist/types/types/duration.d.ts +0 -1
- package/dist/types/types/enum-filter-args.d.ts +0 -5
- package/dist/types/types/feeable.d.ts +0 -6
- package/dist/types/types/filter-args.d.ts +0 -2
- package/dist/types/types/filter-type.d.ts +0 -1
- package/dist/types/types/filters.d.ts +0 -2
- package/dist/types/types/footer-link.d.ts +0 -4
- package/dist/types/types/force-update-contribution-data.d.ts +0 -8
- package/dist/types/types/get-api-key-data.d.ts +0 -8
- package/dist/types/types/get-api-keys-query.d.ts +0 -2
- package/dist/types/types/get-callout-data-with.d.ts +0 -8
- package/dist/types/types/get-callout-data.d.ts +0 -9
- package/dist/types/types/get-callout-form-data.d.ts +0 -10
- package/dist/types/types/get-callout-form-schema.d.ts +0 -5
- package/dist/types/types/get-callout-navigation-schema.d.ts +0 -6
- package/dist/types/types/get-callout-response-comment-data.d.ts +0 -7
- package/dist/types/types/get-callout-response-comments-query.d.ts +0 -2
- package/dist/types/types/get-callout-response-data-with.d.ts +0 -17
- package/dist/types/types/get-callout-response-data.d.ts +0 -9
- package/dist/types/types/get-callout-response-map-data.d.ts +0 -8
- package/dist/types/types/get-callout-response-with.d.ts +0 -1
- package/dist/types/types/get-callout-responses-query.d.ts +0 -2
- package/dist/types/types/get-callout-slide-schema.d.ts +0 -4
- package/dist/types/types/get-callout-tag-data.d.ts +0 -4
- package/dist/types/types/get-callout-with.d.ts +0 -1
- package/dist/types/types/get-callouts-query.d.ts +0 -2
- package/dist/types/types/get-contact-data-with.d.ts +0 -8
- package/dist/types/types/get-contact-data.d.ts +0 -10
- package/dist/types/types/get-contact-with.d.ts +0 -1
- package/dist/types/types/get-contacts-query.d.ts +0 -2
- package/dist/types/types/get-email-data.d.ts +0 -4
- package/dist/types/types/get-notice-data.d.ts +0 -8
- package/dist/types/types/get-notices-query.d.ts +0 -2
- package/dist/types/types/get-payment-data-with.d.ts +0 -4
- package/dist/types/types/get-payment-data.d.ts +0 -6
- package/dist/types/types/get-payment-with.d.ts +0 -1
- package/dist/types/types/get-payments-query.d.ts +0 -2
- package/dist/types/types/get-segment-data-with.d.ts +0 -4
- package/dist/types/types/get-segment-data.d.ts +0 -7
- package/dist/types/types/get-segment-with.d.ts +0 -1
- package/dist/types/types/get-stats-data.d.ts +0 -5
- package/dist/types/types/get-stats-query.d.ts +0 -4
- package/dist/types/types/get-upload-flow-data.d.ts +0 -3
- package/dist/types/types/index.d.ts +0 -191
- package/dist/types/types/notice-data.d.ts +0 -8
- package/dist/types/types/notice-filter-name.d.ts +0 -2
- package/dist/types/types/operators-by-type.d.ts +0 -2
- package/dist/types/types/other-filter-args.d.ts +0 -4
- package/dist/types/types/paginated-query.d.ts +0 -8
- package/dist/types/types/paginated.d.ts +0 -6
- package/dist/types/types/parse-iso-options.d.ts +0 -7
- package/dist/types/types/payment-filter-name.d.ts +0 -2
- package/dist/types/types/payment-flow-params.d.ts +0 -4
- package/dist/types/types/payment-source-base.d.ts +0 -4
- package/dist/types/types/payment-source-go-cardless-direct-debit.d.ts +0 -8
- package/dist/types/types/payment-source-manual.d.ts +0 -6
- package/dist/types/types/payment-source-stripe-bacs.d.ts +0 -7
- package/dist/types/types/payment-source-stripe-card.d.ts +0 -15
- package/dist/types/types/payment-source-stripe-paypal.d.ts +0 -7
- package/dist/types/types/payment-source-stripe-sepa.d.ts +0 -9
- package/dist/types/types/payment-source.d.ts +0 -2
- package/dist/types/types/role-type.d.ts +0 -2
- package/dist/types/types/rule-group.d.ts +0 -5
- package/dist/types/types/rule-operator.d.ts +0 -2
- package/dist/types/types/rule-opperator-params.d.ts +0 -3
- package/dist/types/types/rule.d.ts +0 -6
- package/dist/types/types/segment-filter-name.d.ts +0 -2
- package/dist/types/types/serial.d.ts +0 -3
- package/dist/types/types/set-callout-form-schema.d.ts +0 -4
- package/dist/types/types/set-callout-navigation-schema.d.ts +0 -3
- package/dist/types/types/set-callout-slide-schema.d.ts +0 -7
- package/dist/types/types/set-contribution-data.d.ts +0 -7
- package/dist/types/types/start-contribution-data.d.ts +0 -5
- package/dist/types/types/stripe-fee-country.d.ts +0 -1
- package/dist/types/types/text-case.d.ts +0 -1
- package/dist/types/types/unit-matches.d.ts +0 -6
- package/dist/types/types/update-callout-data.d.ts +0 -2
- package/dist/types/types/update-callout-response-comment-data.d.ts +0 -3
- package/dist/types/types/update-callout-response-data.d.ts +0 -2
- package/dist/types/types/update-callout-tag-data.d.ts +0 -2
- package/dist/types/types/update-contact-data.d.ts +0 -5
- package/dist/types/types/update-contact-profile-data.d.ts +0 -2
- package/dist/types/types/update-contact-role-data.d.ts +0 -4
- package/dist/types/types/update-email-data.d.ts +0 -2
- package/dist/types/types/update-reset-password-data.d.ts +0 -5
- package/dist/types/types/update-segment-data.d.ts +0 -2
- package/dist/types/types/validated-boolean-rule.d.ts +0 -2
- package/dist/types/types/validated-number-rule.d.ts +0 -2
- package/dist/types/types/validated-rule-group.d.ts +0 -5
- package/dist/types/types/validated-rule-value.d.ts +0 -2
- package/dist/types/types/validated-rule.d.ts +0 -2
- package/dist/types/types/validated-string-rule.d.ts +0 -2
- package/dist/types/types/validator-callout-component.d.ts +0 -2
- package/dist/types/utils/callouts.d.ts +0 -30
- package/dist/types/utils/conversions.d.ts +0 -14
- package/dist/types/utils/date.d.ts +0 -8
- package/dist/types/utils/index.d.ts +0 -7
- package/dist/types/utils/payments.d.ts +0 -2
- package/dist/types/utils/rules.d.ts +0 -4
- package/dist/types/utils/slug.d.ts +0 -16
- package/dist/types/utils/validations.d.ts +0 -90
- package/dist/types/validators/callout-component-content.validator.d.ts +0 -2
- package/dist/types/validators/callout-component-input-address.validator.d.ts +0 -2
- package/dist/types/validators/callout-component-input-checkbox.validator.d.ts +0 -2
- package/dist/types/validators/callout-component-input-currency.validator.d.ts +0 -2
- package/dist/types/validators/callout-component-input-date-time.validator.d.ts +0 -2
- package/dist/types/validators/callout-component-input-email.validator.d.ts +0 -2
- package/dist/types/validators/callout-component-input-file.validator.d.ts +0 -2
- package/dist/types/validators/callout-component-input-number.validator.d.ts +0 -2
- package/dist/types/validators/callout-component-input-phone-number.validator.d.ts +0 -2
- package/dist/types/validators/callout-component-input-select.validator.d.ts +0 -2
- package/dist/types/validators/callout-component-input-selectable.validator.d.ts +0 -2
- package/dist/types/validators/callout-component-input-signature.validator.d.ts +0 -2
- package/dist/types/validators/callout-component-input-text.validator.d.ts +0 -2
- package/dist/types/validators/callout-component-input-time.validator.d.ts +0 -2
- package/dist/types/validators/callout-component-input-url.validator.d.ts +0 -2
- package/dist/types/validators/callout-component.validator.d.ts +0 -5
- package/dist/types/validators/index.d.ts +0 -16
- /package/{dist/types/types/noop.d.ts → src/types/noop.ts} +0 -0
- /package/{dist/types/types/rule-value.d.ts → src/types/rule-value.ts} +0 -0
- /package/{dist/types/types/validator.d.ts → src/types/validator.ts} +0 -0
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var callout_access_exports = {};
|
|
20
|
-
__export(callout_access_exports, {
|
|
21
|
-
CalloutAccess: () => CalloutAccess
|
|
22
|
-
});
|
|
23
|
-
module.exports = __toCommonJS(callout_access_exports);
|
|
24
|
-
var CalloutAccess = /* @__PURE__ */ ((CalloutAccess2) => {
|
|
25
|
-
CalloutAccess2["Member"] = "member";
|
|
26
|
-
CalloutAccess2["Guest"] = "guest";
|
|
27
|
-
CalloutAccess2["Anonymous"] = "anonymous";
|
|
28
|
-
CalloutAccess2["OnlyAnonymous"] = "only-anonymous";
|
|
29
|
-
return CalloutAccess2;
|
|
30
|
-
})(CalloutAccess || {});
|
|
31
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
32
|
-
0 && (module.exports = {
|
|
33
|
-
CalloutAccess
|
|
34
|
-
});
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var callout_captcha_exports = {};
|
|
20
|
-
__export(callout_captcha_exports, {
|
|
21
|
-
CalloutCaptcha: () => CalloutCaptcha
|
|
22
|
-
});
|
|
23
|
-
module.exports = __toCommonJS(callout_captcha_exports);
|
|
24
|
-
var CalloutCaptcha = /* @__PURE__ */ ((CalloutCaptcha2) => {
|
|
25
|
-
CalloutCaptcha2["None"] = "none";
|
|
26
|
-
CalloutCaptcha2["Guest"] = "guest";
|
|
27
|
-
CalloutCaptcha2["All"] = "all";
|
|
28
|
-
return CalloutCaptcha2;
|
|
29
|
-
})(CalloutCaptcha || {});
|
|
30
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
31
|
-
0 && (module.exports = {
|
|
32
|
-
CalloutCaptcha
|
|
33
|
-
});
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var callout_channel_exports = {};
|
|
20
|
-
__export(callout_channel_exports, {
|
|
21
|
-
CalloutChannel: () => CalloutChannel
|
|
22
|
-
});
|
|
23
|
-
module.exports = __toCommonJS(callout_channel_exports);
|
|
24
|
-
var CalloutChannel = /* @__PURE__ */ ((CalloutChannel2) => {
|
|
25
|
-
CalloutChannel2["TELEGRAM"] = "telegram";
|
|
26
|
-
return CalloutChannel2;
|
|
27
|
-
})(CalloutChannel || {});
|
|
28
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
29
|
-
0 && (module.exports = {
|
|
30
|
-
CalloutChannel
|
|
31
|
-
});
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var callout_component_base_type_exports = {};
|
|
20
|
-
__export(callout_component_base_type_exports, {
|
|
21
|
-
CalloutComponentBaseType: () => CalloutComponentBaseType
|
|
22
|
-
});
|
|
23
|
-
module.exports = __toCommonJS(callout_component_base_type_exports);
|
|
24
|
-
var CalloutComponentBaseType = /* @__PURE__ */ ((CalloutComponentBaseType2) => {
|
|
25
|
-
CalloutComponentBaseType2[CalloutComponentBaseType2["CONTENT"] = 0] = "CONTENT";
|
|
26
|
-
CalloutComponentBaseType2[CalloutComponentBaseType2["INPUT"] = 1] = "INPUT";
|
|
27
|
-
CalloutComponentBaseType2[CalloutComponentBaseType2["INPUT_TEXT"] = 2] = "INPUT_TEXT";
|
|
28
|
-
CalloutComponentBaseType2[CalloutComponentBaseType2["INPUT_SELECTABLE"] = 3] = "INPUT_SELECTABLE";
|
|
29
|
-
CalloutComponentBaseType2[CalloutComponentBaseType2["NESTABLE"] = 4] = "NESTABLE";
|
|
30
|
-
return CalloutComponentBaseType2;
|
|
31
|
-
})(CalloutComponentBaseType || {});
|
|
32
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
33
|
-
0 && (module.exports = {
|
|
34
|
-
CalloutComponentBaseType
|
|
35
|
-
});
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var callout_component_input_selectable_types_exports = {};
|
|
20
|
-
__export(callout_component_input_selectable_types_exports, {
|
|
21
|
-
calloutComponentInputSelectableTypes: () => calloutComponentInputSelectableTypes
|
|
22
|
-
});
|
|
23
|
-
module.exports = __toCommonJS(callout_component_input_selectable_types_exports);
|
|
24
|
-
var import_callout_component_type = require("./callout-component-type.cjs");
|
|
25
|
-
const calloutComponentInputSelectableTypes = [
|
|
26
|
-
import_callout_component_type.CalloutComponentType.INPUT_SELECTABLE_RADIO,
|
|
27
|
-
import_callout_component_type.CalloutComponentType.INPUT_SELECTABLE_SELECTBOXES
|
|
28
|
-
];
|
|
29
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
30
|
-
0 && (module.exports = {
|
|
31
|
-
calloutComponentInputSelectableTypes
|
|
32
|
-
});
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var callout_component_input_text_types_exports = {};
|
|
20
|
-
__export(callout_component_input_text_types_exports, {
|
|
21
|
-
calloutComponentInputTextTypes: () => calloutComponentInputTextTypes
|
|
22
|
-
});
|
|
23
|
-
module.exports = __toCommonJS(callout_component_input_text_types_exports);
|
|
24
|
-
var import_callout_component_type = require("./callout-component-type.cjs");
|
|
25
|
-
const calloutComponentInputTextTypes = [
|
|
26
|
-
import_callout_component_type.CalloutComponentType.INPUT_TEXT_AREA,
|
|
27
|
-
import_callout_component_type.CalloutComponentType.INPUT_TEXT_FIELD
|
|
28
|
-
];
|
|
29
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
30
|
-
0 && (module.exports = {
|
|
31
|
-
calloutComponentInputTextTypes
|
|
32
|
-
});
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var callout_component_input_types_exports = {};
|
|
20
|
-
__export(callout_component_input_types_exports, {
|
|
21
|
-
calloutComponentInputTypes: () => calloutComponentInputTypes
|
|
22
|
-
});
|
|
23
|
-
module.exports = __toCommonJS(callout_component_input_types_exports);
|
|
24
|
-
var import_callout_component_type = require("./callout-component-type.cjs");
|
|
25
|
-
var import_callout_component_input_selectable_types = require("./callout-component-input-selectable-types.cjs");
|
|
26
|
-
var import_callout_component_input_text_types = require("./callout-component-input-text-types.cjs");
|
|
27
|
-
const calloutComponentInputTypes = [
|
|
28
|
-
...import_callout_component_input_selectable_types.calloutComponentInputSelectableTypes,
|
|
29
|
-
...import_callout_component_input_text_types.calloutComponentInputTextTypes,
|
|
30
|
-
import_callout_component_type.CalloutComponentType.INPUT_ADDRESS,
|
|
31
|
-
import_callout_component_type.CalloutComponentType.INPUT_CHECKBOX,
|
|
32
|
-
import_callout_component_type.CalloutComponentType.INPUT_CURRENCY,
|
|
33
|
-
import_callout_component_type.CalloutComponentType.INPUT_DATE_TIME,
|
|
34
|
-
import_callout_component_type.CalloutComponentType.INPUT_EMAIL,
|
|
35
|
-
import_callout_component_type.CalloutComponentType.INPUT_FILE,
|
|
36
|
-
import_callout_component_type.CalloutComponentType.INPUT_NUMBER,
|
|
37
|
-
import_callout_component_type.CalloutComponentType.INPUT_PHONE_NUMBER,
|
|
38
|
-
import_callout_component_type.CalloutComponentType.INPUT_SELECT,
|
|
39
|
-
import_callout_component_type.CalloutComponentType.INPUT_SIGNATURE,
|
|
40
|
-
import_callout_component_type.CalloutComponentType.INPUT_TIME,
|
|
41
|
-
import_callout_component_type.CalloutComponentType.INPUT_URL
|
|
42
|
-
];
|
|
43
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
44
|
-
0 && (module.exports = {
|
|
45
|
-
calloutComponentInputTypes
|
|
46
|
-
});
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var callout_component_nestable_types_exports = {};
|
|
20
|
-
__export(callout_component_nestable_types_exports, {
|
|
21
|
-
calloutComponentNestableTypes: () => calloutComponentNestableTypes
|
|
22
|
-
});
|
|
23
|
-
module.exports = __toCommonJS(callout_component_nestable_types_exports);
|
|
24
|
-
var import_callout_component_type = require("./callout-component-type.cjs");
|
|
25
|
-
const calloutComponentNestableTypes = [
|
|
26
|
-
import_callout_component_type.CalloutComponentType.NESTABLE_PANEL,
|
|
27
|
-
import_callout_component_type.CalloutComponentType.NESTABLE_WELL,
|
|
28
|
-
import_callout_component_type.CalloutComponentType.NESTABLE_TABS
|
|
29
|
-
];
|
|
30
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
31
|
-
0 && (module.exports = {
|
|
32
|
-
calloutComponentNestableTypes
|
|
33
|
-
});
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var callout_component_type_exports = {};
|
|
20
|
-
__export(callout_component_type_exports, {
|
|
21
|
-
CalloutComponentType: () => CalloutComponentType
|
|
22
|
-
});
|
|
23
|
-
module.exports = __toCommonJS(callout_component_type_exports);
|
|
24
|
-
var CalloutComponentType = /* @__PURE__ */ ((CalloutComponentType2) => {
|
|
25
|
-
CalloutComponentType2["CONTENT"] = "content";
|
|
26
|
-
CalloutComponentType2["INPUT_ADDRESS"] = "address";
|
|
27
|
-
CalloutComponentType2["INPUT_CHECKBOX"] = "checkbox";
|
|
28
|
-
CalloutComponentType2["INPUT_CURRENCY"] = "currency";
|
|
29
|
-
CalloutComponentType2["INPUT_DATE_TIME"] = "datetime";
|
|
30
|
-
CalloutComponentType2["INPUT_EMAIL"] = "email";
|
|
31
|
-
CalloutComponentType2["INPUT_FILE"] = "file";
|
|
32
|
-
CalloutComponentType2["INPUT_NUMBER"] = "number";
|
|
33
|
-
CalloutComponentType2["INPUT_PHONE_NUMBER"] = "phoneNumber";
|
|
34
|
-
CalloutComponentType2["INPUT_SELECT"] = "select";
|
|
35
|
-
CalloutComponentType2["INPUT_SELECTABLE_RADIO"] = "radio";
|
|
36
|
-
CalloutComponentType2["INPUT_SELECTABLE_SELECTBOXES"] = "selectboxes";
|
|
37
|
-
CalloutComponentType2["INPUT_SIGNATURE"] = "signature";
|
|
38
|
-
CalloutComponentType2["INPUT_TEXT_AREA"] = "textarea";
|
|
39
|
-
CalloutComponentType2["INPUT_TEXT_FIELD"] = "textfield";
|
|
40
|
-
CalloutComponentType2["INPUT_TIME"] = "time";
|
|
41
|
-
CalloutComponentType2["INPUT_URL"] = "url";
|
|
42
|
-
CalloutComponentType2["NESTABLE_PANEL"] = "panel";
|
|
43
|
-
CalloutComponentType2["NESTABLE_TABS"] = "tabs";
|
|
44
|
-
CalloutComponentType2["NESTABLE_WELL"] = "well";
|
|
45
|
-
return CalloutComponentType2;
|
|
46
|
-
})(CalloutComponentType || {});
|
|
47
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
48
|
-
0 && (module.exports = {
|
|
49
|
-
CalloutComponentType
|
|
50
|
-
});
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var callout_component_types_exports = {};
|
|
20
|
-
__export(callout_component_types_exports, {
|
|
21
|
-
calloutComponentTypes: () => calloutComponentTypes
|
|
22
|
-
});
|
|
23
|
-
module.exports = __toCommonJS(callout_component_types_exports);
|
|
24
|
-
var import_callout_component_nestable_types = require("./callout-component-nestable-types.cjs");
|
|
25
|
-
var import_callout_component_input_types = require("./callout-component-input-types.cjs");
|
|
26
|
-
var import_callout_component_type = require("./callout-component-type.cjs");
|
|
27
|
-
const calloutComponentTypes = [
|
|
28
|
-
...import_callout_component_nestable_types.calloutComponentNestableTypes,
|
|
29
|
-
...import_callout_component_input_types.calloutComponentInputTypes,
|
|
30
|
-
import_callout_component_type.CalloutComponentType.CONTENT
|
|
31
|
-
];
|
|
32
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
33
|
-
0 && (module.exports = {
|
|
34
|
-
calloutComponentTypes
|
|
35
|
-
});
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var content_ids_exports = {};
|
|
20
|
-
__export(content_ids_exports, {
|
|
21
|
-
contentIds: () => contentIds
|
|
22
|
-
});
|
|
23
|
-
module.exports = __toCommonJS(content_ids_exports);
|
|
24
|
-
const contentIds = [
|
|
25
|
-
"contacts",
|
|
26
|
-
"email",
|
|
27
|
-
"general",
|
|
28
|
-
"join",
|
|
29
|
-
"join/setup",
|
|
30
|
-
"profile",
|
|
31
|
-
"share",
|
|
32
|
-
"payment",
|
|
33
|
-
"telegram"
|
|
34
|
-
];
|
|
35
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
36
|
-
0 && (module.exports = {
|
|
37
|
-
contentIds
|
|
38
|
-
});
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var contribution_period_exports = {};
|
|
20
|
-
__export(contribution_period_exports, {
|
|
21
|
-
ContributionPeriod: () => ContributionPeriod
|
|
22
|
-
});
|
|
23
|
-
module.exports = __toCommonJS(contribution_period_exports);
|
|
24
|
-
var ContributionPeriod = /* @__PURE__ */ ((ContributionPeriod2) => {
|
|
25
|
-
ContributionPeriod2["Monthly"] = "monthly";
|
|
26
|
-
ContributionPeriod2["Annually"] = "annually";
|
|
27
|
-
return ContributionPeriod2;
|
|
28
|
-
})(ContributionPeriod || {});
|
|
29
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
30
|
-
0 && (module.exports = {
|
|
31
|
-
ContributionPeriod
|
|
32
|
-
});
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var contribution_type_exports = {};
|
|
20
|
-
__export(contribution_type_exports, {
|
|
21
|
-
ContributionType: () => ContributionType
|
|
22
|
-
});
|
|
23
|
-
module.exports = __toCommonJS(contribution_type_exports);
|
|
24
|
-
var ContributionType = /* @__PURE__ */ ((ContributionType2) => {
|
|
25
|
-
ContributionType2["Automatic"] = "Automatic";
|
|
26
|
-
ContributionType2["Manual"] = "Manual";
|
|
27
|
-
ContributionType2["Gift"] = "Gift";
|
|
28
|
-
ContributionType2["None"] = "None";
|
|
29
|
-
return ContributionType2;
|
|
30
|
-
})(ContributionType || {});
|
|
31
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
32
|
-
0 && (module.exports = {
|
|
33
|
-
ContributionType
|
|
34
|
-
});
|
package/dist/cjs/data/index.cjs
DELETED
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __copyProps = (to, from, except, desc) => {
|
|
7
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
-
for (let key of __getOwnPropNames(from))
|
|
9
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
-
}
|
|
12
|
-
return to;
|
|
13
|
-
};
|
|
14
|
-
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
-
var data_exports = {};
|
|
17
|
-
module.exports = __toCommonJS(data_exports);
|
|
18
|
-
__reExport(data_exports, require("./callout-access.cjs"), module.exports);
|
|
19
|
-
__reExport(data_exports, require("./callout-captcha.cjs"), module.exports);
|
|
20
|
-
__reExport(data_exports, require("./callout-channel.cjs"), module.exports);
|
|
21
|
-
__reExport(data_exports, require("./callout-component-base-type.cjs"), module.exports);
|
|
22
|
-
__reExport(data_exports, require("./callout-component-input-selectable-types.cjs"), module.exports);
|
|
23
|
-
__reExport(data_exports, require("./callout-component-input-text-types.cjs"), module.exports);
|
|
24
|
-
__reExport(data_exports, require("./callout-component-input-types.cjs"), module.exports);
|
|
25
|
-
__reExport(data_exports, require("./callout-component-nestable-types.cjs"), module.exports);
|
|
26
|
-
__reExport(data_exports, require("./callout-component-type.cjs"), module.exports);
|
|
27
|
-
__reExport(data_exports, require("./callout-component-types.cjs"), module.exports);
|
|
28
|
-
__reExport(data_exports, require("./content-ids.cjs"), module.exports);
|
|
29
|
-
__reExport(data_exports, require("./contribution-period.cjs"), module.exports);
|
|
30
|
-
__reExport(data_exports, require("./contribution-type.cjs"), module.exports);
|
|
31
|
-
__reExport(data_exports, require("./item-status.cjs"), module.exports);
|
|
32
|
-
__reExport(data_exports, require("./membership-status.cjs"), module.exports);
|
|
33
|
-
__reExport(data_exports, require("./newsletter-status.cjs"), module.exports);
|
|
34
|
-
__reExport(data_exports, require("./payment-method.cjs"), module.exports);
|
|
35
|
-
__reExport(data_exports, require("./payment-status.cjs"), module.exports);
|
|
36
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
37
|
-
0 && (module.exports = {
|
|
38
|
-
...require("./callout-access.cjs"),
|
|
39
|
-
...require("./callout-captcha.cjs"),
|
|
40
|
-
...require("./callout-channel.cjs"),
|
|
41
|
-
...require("./callout-component-base-type.cjs"),
|
|
42
|
-
...require("./callout-component-input-selectable-types.cjs"),
|
|
43
|
-
...require("./callout-component-input-text-types.cjs"),
|
|
44
|
-
...require("./callout-component-input-types.cjs"),
|
|
45
|
-
...require("./callout-component-nestable-types.cjs"),
|
|
46
|
-
...require("./callout-component-type.cjs"),
|
|
47
|
-
...require("./callout-component-types.cjs"),
|
|
48
|
-
...require("./content-ids.cjs"),
|
|
49
|
-
...require("./contribution-period.cjs"),
|
|
50
|
-
...require("./contribution-type.cjs"),
|
|
51
|
-
...require("./item-status.cjs"),
|
|
52
|
-
...require("./membership-status.cjs"),
|
|
53
|
-
...require("./newsletter-status.cjs"),
|
|
54
|
-
...require("./payment-method.cjs"),
|
|
55
|
-
...require("./payment-status.cjs")
|
|
56
|
-
});
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var item_status_exports = {};
|
|
20
|
-
__export(item_status_exports, {
|
|
21
|
-
ItemStatus: () => ItemStatus
|
|
22
|
-
});
|
|
23
|
-
module.exports = __toCommonJS(item_status_exports);
|
|
24
|
-
var ItemStatus = /* @__PURE__ */ ((ItemStatus2) => {
|
|
25
|
-
ItemStatus2["Draft"] = "draft";
|
|
26
|
-
ItemStatus2["Scheduled"] = "scheduled";
|
|
27
|
-
ItemStatus2["Open"] = "open";
|
|
28
|
-
ItemStatus2["Ended"] = "ended";
|
|
29
|
-
return ItemStatus2;
|
|
30
|
-
})(ItemStatus || {});
|
|
31
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
32
|
-
0 && (module.exports = {
|
|
33
|
-
ItemStatus
|
|
34
|
-
});
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var membership_status_exports = {};
|
|
20
|
-
__export(membership_status_exports, {
|
|
21
|
-
MembershipStatus: () => MembershipStatus
|
|
22
|
-
});
|
|
23
|
-
module.exports = __toCommonJS(membership_status_exports);
|
|
24
|
-
var MembershipStatus = /* @__PURE__ */ ((MembershipStatus2) => {
|
|
25
|
-
MembershipStatus2["Active"] = "active";
|
|
26
|
-
MembershipStatus2["Expiring"] = "expiring";
|
|
27
|
-
MembershipStatus2["Expired"] = "expired";
|
|
28
|
-
MembershipStatus2["None"] = "none";
|
|
29
|
-
return MembershipStatus2;
|
|
30
|
-
})(MembershipStatus || {});
|
|
31
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
32
|
-
0 && (module.exports = {
|
|
33
|
-
MembershipStatus
|
|
34
|
-
});
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var newsletter_status_exports = {};
|
|
20
|
-
__export(newsletter_status_exports, {
|
|
21
|
-
NewsletterStatus: () => NewsletterStatus
|
|
22
|
-
});
|
|
23
|
-
module.exports = __toCommonJS(newsletter_status_exports);
|
|
24
|
-
var NewsletterStatus = /* @__PURE__ */ ((NewsletterStatus2) => {
|
|
25
|
-
NewsletterStatus2["Subscribed"] = "subscribed";
|
|
26
|
-
NewsletterStatus2["Unsubscribed"] = "unsubscribed";
|
|
27
|
-
NewsletterStatus2["Cleaned"] = "cleaned";
|
|
28
|
-
NewsletterStatus2["Pending"] = "pending";
|
|
29
|
-
NewsletterStatus2["None"] = "none";
|
|
30
|
-
return NewsletterStatus2;
|
|
31
|
-
})(NewsletterStatus || {});
|
|
32
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
33
|
-
0 && (module.exports = {
|
|
34
|
-
NewsletterStatus
|
|
35
|
-
});
|