@maesn/typescript-sdk 0.3.1 → 0.4.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 +38 -116
- package/esm/funcs/webhooks-get-webhooks.js +1 -1
- package/esm/funcs/webhooks-get-webhooks.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/models/errors/index.d.ts +0 -1
- package/esm/models/errors/index.d.ts.map +1 -1
- package/esm/models/errors/index.js +0 -1
- package/esm/models/errors/index.js.map +1 -1
- package/esm/models/index.d.ts +0 -7
- package/esm/models/index.d.ts.map +1 -1
- package/esm/models/index.js +0 -7
- package/esm/models/index.js.map +1 -1
- package/esm/models/operations/index.d.ts +0 -29
- package/esm/models/operations/index.d.ts.map +1 -1
- package/esm/models/operations/index.js +0 -29
- package/esm/models/operations/index.js.map +1 -1
- package/esm/sdk/accounting.d.ts +0 -7
- package/esm/sdk/accounting.d.ts.map +1 -1
- package/esm/sdk/accounting.js +0 -24
- package/esm/sdk/accounting.js.map +1 -1
- package/esm/sdk/auth.d.ts +0 -9
- package/esm/sdk/auth.d.ts.map +1 -1
- package/esm/sdk/auth.js +0 -36
- package/esm/sdk/auth.js.map +1 -1
- package/esm/sdk/sdk.d.ts +0 -6
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +0 -10
- package/esm/sdk/sdk.js.map +1 -1
- package/esm/sdk/tenants.d.ts +0 -11
- package/esm/sdk/tenants.d.ts.map +1 -1
- package/esm/sdk/tenants.js +0 -44
- package/esm/sdk/tenants.js.map +1 -1
- package/esm/sdk/webhooks.d.ts +1 -7
- package/esm/sdk/webhooks.d.ts.map +1 -1
- package/esm/sdk/webhooks.js +3 -23
- package/esm/sdk/webhooks.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/webhooks-get-webhooks.ts +1 -1
- package/src/lib/config.ts +3 -3
- package/src/models/errors/index.ts +0 -1
- package/src/models/index.ts +0 -7
- package/src/models/operations/index.ts +0 -29
- package/src/sdk/accounting.ts +0 -71
- package/src/sdk/auth.ts +0 -104
- package/src/sdk/sdk.ts +0 -12
- package/src/sdk/tenants.ts +0 -116
- package/src/sdk/webhooks.ts +8 -69
- package/esm/funcs/accounting-create-bookings.d.ts +0 -11
- package/esm/funcs/accounting-create-bookings.d.ts.map +0 -1
- package/esm/funcs/accounting-create-bookings.js +0 -76
- package/esm/funcs/accounting-create-bookings.js.map +0 -1
- package/esm/funcs/accounting-create-contacts-v1.d.ts +0 -11
- package/esm/funcs/accounting-create-contacts-v1.d.ts.map +0 -1
- package/esm/funcs/accounting-create-contacts-v1.js +0 -76
- package/esm/funcs/accounting-create-contacts-v1.js.map +0 -1
- package/esm/funcs/accounting-create-event-subscriptions.d.ts +0 -12
- package/esm/funcs/accounting-create-event-subscriptions.d.ts.map +0 -1
- package/esm/funcs/accounting-create-event-subscriptions.js +0 -77
- package/esm/funcs/accounting-create-event-subscriptions.js.map +0 -1
- package/esm/funcs/accounting-delete-event-subscriptions.d.ts +0 -12
- package/esm/funcs/accounting-delete-event-subscriptions.d.ts.map +0 -1
- package/esm/funcs/accounting-delete-event-subscriptions.js +0 -79
- package/esm/funcs/accounting-delete-event-subscriptions.js.map +0 -1
- package/esm/funcs/accounting-get-profile.d.ts +0 -11
- package/esm/funcs/accounting-get-profile.d.ts.map +0 -1
- package/esm/funcs/accounting-get-profile.js +0 -71
- package/esm/funcs/accounting-get-profile.js.map +0 -1
- package/esm/funcs/accounting-patch-line-item.d.ts +0 -11
- package/esm/funcs/accounting-patch-line-item.d.ts.map +0 -1
- package/esm/funcs/accounting-patch-line-item.js +0 -87
- package/esm/funcs/accounting-patch-line-item.js.map +0 -1
- package/esm/funcs/auth-api-key-confirmation.d.ts +0 -11
- package/esm/funcs/auth-api-key-confirmation.d.ts.map +0 -1
- package/esm/funcs/auth-api-key-confirmation.js +0 -61
- package/esm/funcs/auth-api-key-confirmation.js.map +0 -1
- package/esm/funcs/auth-callback.d.ts +0 -11
- package/esm/funcs/auth-callback.d.ts.map +0 -1
- package/esm/funcs/auth-callback.js +0 -94
- package/esm/funcs/auth-callback.js.map +0 -1
- package/esm/funcs/auth-cancel.d.ts +0 -11
- package/esm/funcs/auth-cancel.d.ts.map +0 -1
- package/esm/funcs/auth-cancel.js +0 -61
- package/esm/funcs/auth-cancel.js.map +0 -1
- package/esm/funcs/auth-get-companies-flow.d.ts +0 -11
- package/esm/funcs/auth-get-companies-flow.d.ts.map +0 -1
- package/esm/funcs/auth-get-companies-flow.js +0 -85
- package/esm/funcs/auth-get-companies-flow.js.map +0 -1
- package/esm/funcs/auth-get-environment-page.d.ts +0 -11
- package/esm/funcs/auth-get-environment-page.d.ts.map +0 -1
- package/esm/funcs/auth-get-environment-page.js +0 -86
- package/esm/funcs/auth-get-environment-page.js.map +0 -1
- package/esm/funcs/auth-get-submit-page.d.ts +0 -11
- package/esm/funcs/auth-get-submit-page.d.ts.map +0 -1
- package/esm/funcs/auth-get-submit-page.js +0 -85
- package/esm/funcs/auth-get-submit-page.js.map +0 -1
- package/esm/funcs/auth-long-token.d.ts +0 -11
- package/esm/funcs/auth-long-token.d.ts.map +0 -1
- package/esm/funcs/auth-long-token.js +0 -88
- package/esm/funcs/auth-long-token.js.map +0 -1
- package/esm/funcs/auth-set-end-user-selections.d.ts +0 -11
- package/esm/funcs/auth-set-end-user-selections.d.ts.map +0 -1
- package/esm/funcs/auth-set-end-user-selections.js +0 -77
- package/esm/funcs/auth-set-end-user-selections.js.map +0 -1
- package/esm/funcs/auth-test.d.ts +0 -11
- package/esm/funcs/auth-test.d.ts.map +0 -1
- package/esm/funcs/auth-test.js +0 -85
- package/esm/funcs/auth-test.js.map +0 -1
- package/esm/funcs/events-get-code.d.ts +0 -11
- package/esm/funcs/events-get-code.d.ts.map +0 -1
- package/esm/funcs/events-get-code.js +0 -77
- package/esm/funcs/events-get-code.js.map +0 -1
- package/esm/funcs/events-handle-callback.d.ts +0 -11
- package/esm/funcs/events-handle-callback.d.ts.map +0 -1
- package/esm/funcs/events-handle-callback.js +0 -77
- package/esm/funcs/events-handle-callback.js.map +0 -1
- package/esm/funcs/events-handle-configuration-callback.d.ts +0 -11
- package/esm/funcs/events-handle-configuration-callback.d.ts.map +0 -1
- package/esm/funcs/events-handle-configuration-callback.js +0 -77
- package/esm/funcs/events-handle-configuration-callback.js.map +0 -1
- package/esm/funcs/health-check.d.ts +0 -17
- package/esm/funcs/health-check.d.ts.map +0 -1
- package/esm/funcs/health-check.js +0 -77
- package/esm/funcs/health-check.js.map +0 -1
- package/esm/funcs/health-details.d.ts +0 -18
- package/esm/funcs/health-details.d.ts.map +0 -1
- package/esm/funcs/health-details.js +0 -81
- package/esm/funcs/health-details.js.map +0 -1
- package/esm/funcs/tenants-count-end-users-by-system.d.ts +0 -11
- package/esm/funcs/tenants-count-end-users-by-system.d.ts.map +0 -1
- package/esm/funcs/tenants-count-end-users-by-system.js +0 -71
- package/esm/funcs/tenants-count-end-users-by-system.js.map +0 -1
- package/esm/funcs/tenants-delete-registered-system.d.ts +0 -11
- package/esm/funcs/tenants-delete-registered-system.d.ts.map +0 -1
- package/esm/funcs/tenants-delete-registered-system.js +0 -78
- package/esm/funcs/tenants-delete-registered-system.js.map +0 -1
- package/esm/funcs/tenants-get-all-active-end-users.d.ts +0 -11
- package/esm/funcs/tenants-get-all-active-end-users.d.ts.map +0 -1
- package/esm/funcs/tenants-get-all-active-end-users.js +0 -71
- package/esm/funcs/tenants-get-all-active-end-users.js.map +0 -1
- package/esm/funcs/tenants-get-callback-url.d.ts +0 -11
- package/esm/funcs/tenants-get-callback-url.d.ts.map +0 -1
- package/esm/funcs/tenants-get-callback-url.js +0 -71
- package/esm/funcs/tenants-get-callback-url.js.map +0 -1
- package/esm/funcs/tenants-get-registered-systems-masked.d.ts +0 -11
- package/esm/funcs/tenants-get-registered-systems-masked.d.ts.map +0 -1
- package/esm/funcs/tenants-get-registered-systems-masked.js +0 -71
- package/esm/funcs/tenants-get-registered-systems-masked.js.map +0 -1
- package/esm/funcs/tenants-get-registered-systems.d.ts +0 -11
- package/esm/funcs/tenants-get-registered-systems.d.ts.map +0 -1
- package/esm/funcs/tenants-get-registered-systems.js +0 -71
- package/esm/funcs/tenants-get-registered-systems.js.map +0 -1
- package/esm/funcs/tenants-get-submission-page-style-by-key.d.ts +0 -11
- package/esm/funcs/tenants-get-submission-page-style-by-key.d.ts.map +0 -1
- package/esm/funcs/tenants-get-submission-page-style-by-key.js +0 -71
- package/esm/funcs/tenants-get-submission-page-style-by-key.js.map +0 -1
- package/esm/funcs/tenants-get-submission-page-style.d.ts +0 -11
- package/esm/funcs/tenants-get-submission-page-style.d.ts.map +0 -1
- package/esm/funcs/tenants-get-submission-page-style.js +0 -85
- package/esm/funcs/tenants-get-submission-page-style.js.map +0 -1
- package/esm/funcs/tenants-get-target-system-requirements.d.ts +0 -11
- package/esm/funcs/tenants-get-target-system-requirements.d.ts.map +0 -1
- package/esm/funcs/tenants-get-target-system-requirements.js +0 -71
- package/esm/funcs/tenants-get-target-system-requirements.js.map +0 -1
- package/esm/funcs/tenants-get-target-system-values.d.ts +0 -11
- package/esm/funcs/tenants-get-target-system-values.d.ts.map +0 -1
- package/esm/funcs/tenants-get-target-system-values.js +0 -71
- package/esm/funcs/tenants-get-target-system-values.js.map +0 -1
- package/esm/funcs/tenants-update-submission-page-style.d.ts +0 -12
- package/esm/funcs/tenants-update-submission-page-style.d.ts.map +0 -1
- package/esm/funcs/tenants-update-submission-page-style.js +0 -73
- package/esm/funcs/tenants-update-submission-page-style.js.map +0 -1
- package/esm/funcs/webhooks-create-web-hook-tenant.d.ts +0 -12
- package/esm/funcs/webhooks-create-web-hook-tenant.d.ts.map +0 -1
- package/esm/funcs/webhooks-create-web-hook-tenant.js +0 -73
- package/esm/funcs/webhooks-create-web-hook-tenant.js.map +0 -1
- package/esm/funcs/webhooks-create-webhook-config.d.ts +0 -12
- package/esm/funcs/webhooks-create-webhook-config.d.ts.map +0 -1
- package/esm/funcs/webhooks-create-webhook-config.js +0 -73
- package/esm/funcs/webhooks-create-webhook-config.js.map +0 -1
- package/esm/funcs/webhooks-create-webhook-end-user.d.ts +0 -11
- package/esm/funcs/webhooks-create-webhook-end-user.d.ts.map +0 -1
- package/esm/funcs/webhooks-create-webhook-end-user.js +0 -77
- package/esm/funcs/webhooks-create-webhook-end-user.js.map +0 -1
- package/esm/funcs/webhooks-delete-webhook-end-user.d.ts +0 -11
- package/esm/funcs/webhooks-delete-webhook-end-user.d.ts.map +0 -1
- package/esm/funcs/webhooks-delete-webhook-end-user.js +0 -82
- package/esm/funcs/webhooks-delete-webhook-end-user.js.map +0 -1
- package/esm/funcs/webhooks-delete-webhook-tenant.d.ts +0 -11
- package/esm/funcs/webhooks-delete-webhook-tenant.d.ts.map +0 -1
- package/esm/funcs/webhooks-delete-webhook-tenant.js +0 -78
- package/esm/funcs/webhooks-delete-webhook-tenant.js.map +0 -1
- package/esm/models/booking-entry-request-dto.d.ts +0 -216
- package/esm/models/booking-entry-request-dto.d.ts.map +0 -1
- package/esm/models/booking-entry-request-dto.js +0 -199
- package/esm/models/booking-entry-request-dto.js.map +0 -1
- package/esm/models/booking-entry-response-dto.d.ts +0 -202
- package/esm/models/booking-entry-response-dto.d.ts.map +0 -1
- package/esm/models/booking-entry-response-dto.js +0 -203
- package/esm/models/booking-entry-response-dto.js.map +0 -1
- package/esm/models/bookings-response-dto.d.ts +0 -28
- package/esm/models/bookings-response-dto.d.ts.map +0 -1
- package/esm/models/bookings-response-dto.js +0 -31
- package/esm/models/bookings-response-dto.js.map +0 -1
- package/esm/models/create-bookings-request-dto.d.ts +0 -30
- package/esm/models/create-bookings-request-dto.d.ts.map +0 -1
- package/esm/models/create-bookings-request-dto.js +0 -25
- package/esm/models/create-bookings-request-dto.js.map +0 -1
- package/esm/models/create-event-subscription-request-dto.d.ts +0 -14
- package/esm/models/create-event-subscription-request-dto.d.ts.map +0 -1
- package/esm/models/create-event-subscription-request-dto.js +0 -13
- package/esm/models/create-event-subscription-request-dto.js.map +0 -1
- package/esm/models/errors/details.d.ts +0 -43
- package/esm/models/errors/details.d.ts.map +0 -1
- package/esm/models/errors/details.js +0 -51
- package/esm/models/errors/details.js.map +0 -1
- package/esm/models/operations/api-key-confirmation.d.ts +0 -13
- package/esm/models/operations/api-key-confirmation.d.ts.map +0 -1
- package/esm/models/operations/api-key-confirmation.js +0 -14
- package/esm/models/operations/api-key-confirmation.js.map +0 -1
- package/esm/models/operations/callback.d.ts +0 -43
- package/esm/models/operations/callback.d.ts.map +0 -1
- package/esm/models/operations/callback.js +0 -30
- package/esm/models/operations/callback.js.map +0 -1
- package/esm/models/operations/cancel.d.ts +0 -13
- package/esm/models/operations/cancel.d.ts.map +0 -1
- package/esm/models/operations/cancel.js +0 -14
- package/esm/models/operations/cancel.js.map +0 -1
- package/esm/models/operations/check.d.ts +0 -11
- package/esm/models/operations/check.d.ts.map +0 -1
- package/esm/models/operations/check.js +0 -11
- package/esm/models/operations/check.js.map +0 -1
- package/esm/models/operations/create-bookings.d.ts +0 -56
- package/esm/models/operations/create-bookings.d.ts.map +0 -1
- package/esm/models/operations/create-bookings.js +0 -54
- package/esm/models/operations/create-bookings.js.map +0 -1
- package/esm/models/operations/create-contacts-v1.d.ts +0 -56
- package/esm/models/operations/create-contacts-v1.d.ts.map +0 -1
- package/esm/models/operations/create-contacts-v1.js +0 -54
- package/esm/models/operations/create-contacts-v1.js.map +0 -1
- package/esm/models/operations/create-event-subscriptions.d.ts +0 -18
- package/esm/models/operations/create-event-subscriptions.d.ts.map +0 -1
- package/esm/models/operations/create-event-subscriptions.js +0 -14
- package/esm/models/operations/create-event-subscriptions.js.map +0 -1
- package/esm/models/operations/create-web-hook-tenant.d.ts +0 -41
- package/esm/models/operations/create-web-hook-tenant.d.ts.map +0 -1
- package/esm/models/operations/create-web-hook-tenant.js +0 -46
- package/esm/models/operations/create-web-hook-tenant.js.map +0 -1
- package/esm/models/operations/create-webhook-config.d.ts +0 -41
- package/esm/models/operations/create-webhook-config.d.ts.map +0 -1
- package/esm/models/operations/create-webhook-config.js +0 -46
- package/esm/models/operations/create-webhook-config.js.map +0 -1
- package/esm/models/operations/create-webhook-end-user.d.ts +0 -61
- package/esm/models/operations/create-webhook-end-user.d.ts.map +0 -1
- package/esm/models/operations/create-webhook-end-user.js +0 -55
- package/esm/models/operations/create-webhook-end-user.js.map +0 -1
- package/esm/models/operations/delete-event-subscriptions.d.ts +0 -17
- package/esm/models/operations/delete-event-subscriptions.d.ts.map +0 -1
- package/esm/models/operations/delete-event-subscriptions.js +0 -13
- package/esm/models/operations/delete-event-subscriptions.js.map +0 -1
- package/esm/models/operations/delete-registered-system.d.ts +0 -12
- package/esm/models/operations/delete-registered-system.d.ts.map +0 -1
- package/esm/models/operations/delete-registered-system.js +0 -12
- package/esm/models/operations/delete-registered-system.js.map +0 -1
- package/esm/models/operations/delete-webhook-end-user.d.ts +0 -31
- package/esm/models/operations/delete-webhook-end-user.d.ts.map +0 -1
- package/esm/models/operations/delete-webhook-end-user.js +0 -20
- package/esm/models/operations/delete-webhook-end-user.js.map +0 -1
- package/esm/models/operations/delete-webhook-tenant.d.ts +0 -12
- package/esm/models/operations/delete-webhook-tenant.d.ts.map +0 -1
- package/esm/models/operations/delete-webhook-tenant.js +0 -12
- package/esm/models/operations/delete-webhook-tenant.js.map +0 -1
- package/esm/models/operations/details.d.ts +0 -32
- package/esm/models/operations/details.d.ts.map +0 -1
- package/esm/models/operations/details.js +0 -34
- package/esm/models/operations/details.js.map +0 -1
- package/esm/models/operations/get-all-active-end-users.d.ts +0 -11
- package/esm/models/operations/get-all-active-end-users.d.ts.map +0 -1
- package/esm/models/operations/get-all-active-end-users.js +0 -11
- package/esm/models/operations/get-all-active-end-users.js.map +0 -1
- package/esm/models/operations/get-code.d.ts +0 -21
- package/esm/models/operations/get-code.d.ts.map +0 -1
- package/esm/models/operations/get-code.js +0 -18
- package/esm/models/operations/get-code.js.map +0 -1
- package/esm/models/operations/get-companies-flow.d.ts +0 -54
- package/esm/models/operations/get-companies-flow.d.ts.map +0 -1
- package/esm/models/operations/get-companies-flow.js +0 -53
- package/esm/models/operations/get-companies-flow.js.map +0 -1
- package/esm/models/operations/get-environment-page.d.ts +0 -29
- package/esm/models/operations/get-environment-page.d.ts.map +0 -1
- package/esm/models/operations/get-environment-page.js +0 -19
- package/esm/models/operations/get-environment-page.js.map +0 -1
- package/esm/models/operations/get-submission-page-style-by-key.d.ts +0 -11
- package/esm/models/operations/get-submission-page-style-by-key.d.ts.map +0 -1
- package/esm/models/operations/get-submission-page-style-by-key.js +0 -11
- package/esm/models/operations/get-submission-page-style-by-key.js.map +0 -1
- package/esm/models/operations/get-submission-page-style.d.ts +0 -24
- package/esm/models/operations/get-submission-page-style.d.ts.map +0 -1
- package/esm/models/operations/get-submission-page-style.js +0 -18
- package/esm/models/operations/get-submission-page-style.js.map +0 -1
- package/esm/models/operations/get-submit-page.d.ts +0 -26
- package/esm/models/operations/get-submit-page.d.ts.map +0 -1
- package/esm/models/operations/get-submit-page.js +0 -21
- package/esm/models/operations/get-submit-page.js.map +0 -1
- package/esm/models/operations/handle-callback.d.ts +0 -21
- package/esm/models/operations/handle-callback.d.ts.map +0 -1
- package/esm/models/operations/handle-callback.js +0 -18
- package/esm/models/operations/handle-callback.js.map +0 -1
- package/esm/models/operations/handle-configuration-callback.d.ts +0 -21
- package/esm/models/operations/handle-configuration-callback.d.ts.map +0 -1
- package/esm/models/operations/handle-configuration-callback.js +0 -18
- package/esm/models/operations/handle-configuration-callback.js.map +0 -1
- package/esm/models/operations/long-token.d.ts +0 -25
- package/esm/models/operations/long-token.d.ts.map +0 -1
- package/esm/models/operations/long-token.js +0 -14
- package/esm/models/operations/long-token.js.map +0 -1
- package/esm/models/operations/patch-line-item.d.ts +0 -65
- package/esm/models/operations/patch-line-item.d.ts.map +0 -1
- package/esm/models/operations/patch-line-item.js +0 -57
- package/esm/models/operations/patch-line-item.js.map +0 -1
- package/esm/models/operations/set-end-user-selections.d.ts +0 -36
- package/esm/models/operations/set-end-user-selections.d.ts.map +0 -1
- package/esm/models/operations/set-end-user-selections.js +0 -23
- package/esm/models/operations/set-end-user-selections.js.map +0 -1
- package/esm/models/operations/test.d.ts +0 -26
- package/esm/models/operations/test.d.ts.map +0 -1
- package/esm/models/operations/test.js +0 -21
- package/esm/models/operations/test.js.map +0 -1
- package/esm/models/operations/update-submission-page-style.d.ts +0 -11
- package/esm/models/operations/update-submission-page-style.d.ts.map +0 -1
- package/esm/models/operations/update-submission-page-style.js +0 -11
- package/esm/models/operations/update-submission-page-style.js.map +0 -1
- package/esm/models/patch-line-item-request-dto.d.ts +0 -46
- package/esm/models/patch-line-item-request-dto.d.ts.map +0 -1
- package/esm/models/patch-line-item-request-dto.js +0 -32
- package/esm/models/patch-line-item-request-dto.js.map +0 -1
- package/esm/models/submission-page-style-dto.d.ts +0 -28
- package/esm/models/submission-page-style-dto.d.ts.map +0 -1
- package/esm/models/submission-page-style-dto.js +0 -20
- package/esm/models/submission-page-style-dto.js.map +0 -1
- package/esm/sdk/events.d.ts +0 -8
- package/esm/sdk/events.d.ts.map +0 -1
- package/esm/sdk/events.js +0 -20
- package/esm/sdk/events.js.map +0 -1
- package/esm/sdk/health.d.ts +0 -19
- package/esm/sdk/health.d.ts.map +0 -1
- package/esm/sdk/health.js +0 -28
- package/esm/sdk/health.js.map +0 -1
- package/src/funcs/accounting-create-bookings.ts +0 -159
- package/src/funcs/accounting-create-contacts-v1.ts +0 -160
- package/src/funcs/accounting-create-event-subscriptions.ts +0 -161
- package/src/funcs/accounting-delete-event-subscriptions.ts +0 -169
- package/src/funcs/accounting-get-profile.ts +0 -145
- package/src/funcs/accounting-patch-line-item.ts +0 -172
- package/src/funcs/auth-api-key-confirmation.ts +0 -135
- package/src/funcs/auth-callback.ts +0 -177
- package/src/funcs/auth-cancel.ts +0 -135
- package/src/funcs/auth-get-companies-flow.ts +0 -172
- package/src/funcs/auth-get-environment-page.ts +0 -170
- package/src/funcs/auth-get-submit-page.ts +0 -168
- package/src/funcs/auth-long-token.ts +0 -171
- package/src/funcs/auth-set-end-user-selections.ts +0 -161
- package/src/funcs/auth-test.ts +0 -168
- package/src/funcs/events-get-code.ts +0 -159
- package/src/funcs/events-handle-callback.ts +0 -159
- package/src/funcs/events-handle-configuration-callback.ts +0 -163
- package/src/funcs/health-check.ts +0 -151
- package/src/funcs/health-details.ts +0 -160
- package/src/funcs/tenants-count-end-users-by-system.ts +0 -145
- package/src/funcs/tenants-delete-registered-system.ts +0 -163
- package/src/funcs/tenants-get-all-active-end-users.ts +0 -145
- package/src/funcs/tenants-get-callback-url.ts +0 -145
- package/src/funcs/tenants-get-registered-systems-masked.ts +0 -145
- package/src/funcs/tenants-get-registered-systems.ts +0 -145
- package/src/funcs/tenants-get-submission-page-style-by-key.ts +0 -145
- package/src/funcs/tenants-get-submission-page-style.ts +0 -169
- package/src/funcs/tenants-get-target-system-requirements.ts +0 -145
- package/src/funcs/tenants-get-target-system-values.ts +0 -145
- package/src/funcs/tenants-update-submission-page-style.ts +0 -155
- package/src/funcs/webhooks-create-web-hook-tenant.ts +0 -156
- package/src/funcs/webhooks-create-webhook-config.ts +0 -156
- package/src/funcs/webhooks-create-webhook-end-user.ts +0 -161
- package/src/funcs/webhooks-delete-webhook-end-user.ts +0 -166
- package/src/funcs/webhooks-delete-webhook-tenant.ts +0 -161
- package/src/models/booking-entry-request-dto.ts +0 -268
- package/src/models/booking-entry-response-dto.ts +0 -260
- package/src/models/bookings-response-dto.ts +0 -68
- package/src/models/create-bookings-request-dto.ts +0 -64
- package/src/models/create-event-subscription-request-dto.ts +0 -35
- package/src/models/errors/details.ts +0 -82
- package/src/models/operations/api-key-confirmation.ts +0 -34
- package/src/models/operations/callback.ts +0 -89
- package/src/models/operations/cancel.ts +0 -34
- package/src/models/operations/check.ts +0 -29
- package/src/models/operations/create-bookings.ts +0 -162
- package/src/models/operations/create-contacts-v1.ts +0 -164
- package/src/models/operations/create-event-subscriptions.ts +0 -39
- package/src/models/operations/create-web-hook-tenant.ts +0 -135
- package/src/models/operations/create-webhook-config.ts +0 -135
- package/src/models/operations/create-webhook-end-user.ts +0 -176
- package/src/models/operations/delete-event-subscriptions.ts +0 -38
- package/src/models/operations/delete-registered-system.ts +0 -32
- package/src/models/operations/delete-webhook-end-user.ts +0 -68
- package/src/models/operations/delete-webhook-tenant.ts +0 -30
- package/src/models/operations/details.ts +0 -100
- package/src/models/operations/get-all-active-end-users.ts +0 -29
- package/src/models/operations/get-code.ts +0 -50
- package/src/models/operations/get-companies-flow.ts +0 -161
- package/src/models/operations/get-environment-page.ts +0 -63
- package/src/models/operations/get-submission-page-style-by-key.ts +0 -30
- package/src/models/operations/get-submission-page-style.ts +0 -59
- package/src/models/operations/get-submit-page.ts +0 -62
- package/src/models/operations/handle-callback.ts +0 -54
- package/src/models/operations/handle-configuration-callback.ts +0 -57
- package/src/models/operations/long-token.ts +0 -45
- package/src/models/operations/patch-line-item.ts +0 -174
- package/src/models/operations/set-end-user-selections.ts +0 -76
- package/src/models/operations/test.ts +0 -56
- package/src/models/operations/update-submission-page-style.ts +0 -29
- package/src/models/patch-line-item-request-dto.ts +0 -82
- package/src/models/submission-page-style-dto.ts +0 -54
- package/src/sdk/events.ts +0 -45
- package/src/sdk/health.ts +0 -41
package/esm/sdk/sdk.d.ts
CHANGED
|
@@ -2,8 +2,6 @@ import { ClientSDK } from "../lib/sdks.js";
|
|
|
2
2
|
import { AccountingV2 } from "./accounting-v2.js";
|
|
3
3
|
import { Accounting } from "./accounting.js";
|
|
4
4
|
import { Auth } from "./auth.js";
|
|
5
|
-
import { Events } from "./events.js";
|
|
6
|
-
import { Health } from "./health.js";
|
|
7
5
|
import { Tenants } from "./tenants.js";
|
|
8
6
|
import { User } from "./user.js";
|
|
9
7
|
import { Webhooks } from "./webhooks.js";
|
|
@@ -16,12 +14,8 @@ export declare class Maesn extends ClientSDK {
|
|
|
16
14
|
get user(): User;
|
|
17
15
|
private _auth?;
|
|
18
16
|
get auth(): Auth;
|
|
19
|
-
private _events?;
|
|
20
|
-
get events(): Events;
|
|
21
17
|
private _webhooks?;
|
|
22
18
|
get webhooks(): Webhooks;
|
|
23
|
-
private _health?;
|
|
24
|
-
get health(): Health;
|
|
25
19
|
private _tenants?;
|
|
26
20
|
get tenants(): Tenants;
|
|
27
21
|
}
|
package/esm/sdk/sdk.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sdk.d.ts","sourceRoot":"","sources":["../../src/sdk/sdk.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACjC,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"sdk.d.ts","sourceRoot":"","sources":["../../src/sdk/sdk.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACjC,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACjC,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,qBAAa,KAAM,SAAQ,SAAS;IAClC,OAAO,CAAC,WAAW,CAAC,CAAa;IACjC,IAAI,UAAU,IAAI,UAAU,CAE3B;IAED,OAAO,CAAC,aAAa,CAAC,CAAe;IACrC,IAAI,YAAY,IAAI,YAAY,CAE/B;IAED,OAAO,CAAC,KAAK,CAAC,CAAO;IACrB,IAAI,IAAI,IAAI,IAAI,CAEf;IAED,OAAO,CAAC,KAAK,CAAC,CAAO;IACrB,IAAI,IAAI,IAAI,IAAI,CAEf;IAED,OAAO,CAAC,SAAS,CAAC,CAAW;IAC7B,IAAI,QAAQ,IAAI,QAAQ,CAEvB;IAED,OAAO,CAAC,QAAQ,CAAC,CAAU;IAC3B,IAAI,OAAO,IAAI,OAAO,CAErB;CACF"}
|
package/esm/sdk/sdk.js
CHANGED
|
@@ -5,8 +5,6 @@ import { ClientSDK } from "../lib/sdks.js";
|
|
|
5
5
|
import { AccountingV2 } from "./accounting-v2.js";
|
|
6
6
|
import { Accounting } from "./accounting.js";
|
|
7
7
|
import { Auth } from "./auth.js";
|
|
8
|
-
import { Events } from "./events.js";
|
|
9
|
-
import { Health } from "./health.js";
|
|
10
8
|
import { Tenants } from "./tenants.js";
|
|
11
9
|
import { User } from "./user.js";
|
|
12
10
|
import { Webhooks } from "./webhooks.js";
|
|
@@ -27,18 +25,10 @@ export class Maesn extends ClientSDK {
|
|
|
27
25
|
get auth() {
|
|
28
26
|
return (this._auth ?? (this._auth = new Auth(this._options)));
|
|
29
27
|
}
|
|
30
|
-
_events;
|
|
31
|
-
get events() {
|
|
32
|
-
return (this._events ?? (this._events = new Events(this._options)));
|
|
33
|
-
}
|
|
34
28
|
_webhooks;
|
|
35
29
|
get webhooks() {
|
|
36
30
|
return (this._webhooks ?? (this._webhooks = new Webhooks(this._options)));
|
|
37
31
|
}
|
|
38
|
-
_health;
|
|
39
|
-
get health() {
|
|
40
|
-
return (this._health ?? (this._health = new Health(this._options)));
|
|
41
|
-
}
|
|
42
32
|
_tenants;
|
|
43
33
|
get tenants() {
|
|
44
34
|
return (this._tenants ?? (this._tenants = new Tenants(this._options)));
|
package/esm/sdk/sdk.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sdk.js","sourceRoot":"","sources":["../../src/sdk/sdk.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACjC,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"sdk.js","sourceRoot":"","sources":["../../src/sdk/sdk.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACjC,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACjC,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,MAAM,OAAO,KAAM,SAAQ,SAAS;IAC1B,WAAW,CAAc;IACjC,IAAI,UAAU,GAAe;QAC3B,OAAO,CAAC,IAAI,CAAC,WAAW,KAAhB,IAAI,CAAC,WAAW,GAAK,IAAI,UAAU,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAC,CAAC;IAAA,CAC7D;IAEO,aAAa,CAAgB;IACrC,IAAI,YAAY,GAAiB;QAC/B,OAAO,CAAC,IAAI,CAAC,aAAa,KAAlB,IAAI,CAAC,aAAa,GAAK,IAAI,YAAY,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAC,CAAC;IAAA,CACjE;IAEO,KAAK,CAAQ;IACrB,IAAI,IAAI,GAAS;QACf,OAAO,CAAC,IAAI,CAAC,KAAK,KAAV,IAAI,CAAC,KAAK,GAAK,IAAI,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAC,CAAC;IAAA,CACjD;IAEO,KAAK,CAAQ;IACrB,IAAI,IAAI,GAAS;QACf,OAAO,CAAC,IAAI,CAAC,KAAK,KAAV,IAAI,CAAC,KAAK,GAAK,IAAI,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAC,CAAC;IAAA,CACjD;IAEO,SAAS,CAAY;IAC7B,IAAI,QAAQ,GAAa;QACvB,OAAO,CAAC,IAAI,CAAC,SAAS,KAAd,IAAI,CAAC,SAAS,GAAK,IAAI,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAC,CAAC;IAAA,CACzD;IAEO,QAAQ,CAAW;IAC3B,IAAI,OAAO,GAAY;QACrB,OAAO,CAAC,IAAI,CAAC,QAAQ,KAAb,IAAI,CAAC,QAAQ,GAAK,IAAI,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAC,CAAC;IAAA,CACvD;CACF"}
|
package/esm/sdk/tenants.d.ts
CHANGED
|
@@ -5,17 +5,6 @@ export declare class Tenants extends ClientSDK {
|
|
|
5
5
|
systemRegistration(request: models.SystemRegistrationDto, options?: RequestOptions): Promise<string>;
|
|
6
6
|
addCallbackUrl(request: models.CallbackUrlRegistrationDto, options?: RequestOptions): Promise<string>;
|
|
7
7
|
getEndUserList(options?: RequestOptions): Promise<models.BaseResponseDto>;
|
|
8
|
-
countEndUsersBySystem(options?: RequestOptions): Promise<models.BaseResponseDto>;
|
|
9
8
|
deleteEndUser(options?: RequestOptions): Promise<operations.DeleteEndUserResponse>;
|
|
10
|
-
getCallbackUrl(options?: RequestOptions): Promise<models.BaseResponseDto>;
|
|
11
|
-
getRegisteredSystems(options?: RequestOptions): Promise<models.BaseResponseDto>;
|
|
12
|
-
getTargetSystemValues(options?: RequestOptions): Promise<models.BaseResponseDto>;
|
|
13
|
-
getTargetSystemRequirements(options?: RequestOptions): Promise<models.BaseResponseDto>;
|
|
14
|
-
getRegisteredSystemsMasked(options?: RequestOptions): Promise<models.BaseResponseDto>;
|
|
15
|
-
deleteRegisteredSystem(request: operations.DeleteRegisteredSystemRequest, options?: RequestOptions): Promise<string>;
|
|
16
|
-
getAllActiveEndUsers(options?: RequestOptions): Promise<operations.GetAllActiveEndUsersResponse>;
|
|
17
|
-
getSubmissionPageStyle(request: operations.GetSubmissionPageStyleRequest, options?: RequestOptions): Promise<operations.GetSubmissionPageStyleResponse>;
|
|
18
|
-
updateSubmissionPageStyle(request: models.SubmissionPageStyleDto, options?: RequestOptions): Promise<operations.UpdateSubmissionPageStyleResponse>;
|
|
19
|
-
getSubmissionPageStyleByKey(options?: RequestOptions): Promise<operations.GetSubmissionPageStyleByKeyResponse>;
|
|
20
9
|
}
|
|
21
10
|
//# sourceMappingURL=tenants.d.ts.map
|
package/esm/sdk/tenants.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tenants.d.ts","sourceRoot":"","sources":["../../src/sdk/tenants.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"tenants.d.ts","sourceRoot":"","sources":["../../src/sdk/tenants.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC;AAC7C,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,qBAAa,OAAQ,SAAQ,SAAS;IAC9B,kBAAkB,CACtB,OAAO,EAAE,MAAM,CAAC,qBAAqB,EACrC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,MAAM,CAAC,CAMjB;IAEK,cAAc,CAClB,OAAO,EAAE,MAAM,CAAC,0BAA0B,EAC1C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,MAAM,CAAC,CAMjB;IAEK,cAAc,CAClB,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,MAAM,CAAC,eAAe,CAAC,CAKjC;IAEK,aAAa,CACjB,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,qBAAqB,CAAC,CAK3C;CACF"}
|
package/esm/sdk/tenants.js
CHANGED
|
@@ -2,20 +2,9 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
import { tenantsAddCallbackUrl } from "../funcs/tenants-add-callback-url.js";
|
|
5
|
-
import { tenantsCountEndUsersBySystem } from "../funcs/tenants-count-end-users-by-system.js";
|
|
6
5
|
import { tenantsDeleteEndUser } from "../funcs/tenants-delete-end-user.js";
|
|
7
|
-
import { tenantsDeleteRegisteredSystem } from "../funcs/tenants-delete-registered-system.js";
|
|
8
|
-
import { tenantsGetAllActiveEndUsers } from "../funcs/tenants-get-all-active-end-users.js";
|
|
9
|
-
import { tenantsGetCallbackUrl } from "../funcs/tenants-get-callback-url.js";
|
|
10
6
|
import { tenantsGetEndUserList } from "../funcs/tenants-get-end-user-list.js";
|
|
11
|
-
import { tenantsGetRegisteredSystemsMasked } from "../funcs/tenants-get-registered-systems-masked.js";
|
|
12
|
-
import { tenantsGetRegisteredSystems } from "../funcs/tenants-get-registered-systems.js";
|
|
13
|
-
import { tenantsGetSubmissionPageStyleByKey } from "../funcs/tenants-get-submission-page-style-by-key.js";
|
|
14
|
-
import { tenantsGetSubmissionPageStyle } from "../funcs/tenants-get-submission-page-style.js";
|
|
15
|
-
import { tenantsGetTargetSystemRequirements } from "../funcs/tenants-get-target-system-requirements.js";
|
|
16
|
-
import { tenantsGetTargetSystemValues } from "../funcs/tenants-get-target-system-values.js";
|
|
17
7
|
import { tenantsSystemRegistration } from "../funcs/tenants-system-registration.js";
|
|
18
|
-
import { tenantsUpdateSubmissionPageStyle } from "../funcs/tenants-update-submission-page-style.js";
|
|
19
8
|
import { ClientSDK } from "../lib/sdks.js";
|
|
20
9
|
import { unwrapAsync } from "../types/fp.js";
|
|
21
10
|
export class Tenants extends ClientSDK {
|
|
@@ -28,41 +17,8 @@ export class Tenants extends ClientSDK {
|
|
|
28
17
|
async getEndUserList(options) {
|
|
29
18
|
return unwrapAsync(tenantsGetEndUserList(this, options));
|
|
30
19
|
}
|
|
31
|
-
async countEndUsersBySystem(options) {
|
|
32
|
-
return unwrapAsync(tenantsCountEndUsersBySystem(this, options));
|
|
33
|
-
}
|
|
34
20
|
async deleteEndUser(options) {
|
|
35
21
|
return unwrapAsync(tenantsDeleteEndUser(this, options));
|
|
36
22
|
}
|
|
37
|
-
async getCallbackUrl(options) {
|
|
38
|
-
return unwrapAsync(tenantsGetCallbackUrl(this, options));
|
|
39
|
-
}
|
|
40
|
-
async getRegisteredSystems(options) {
|
|
41
|
-
return unwrapAsync(tenantsGetRegisteredSystems(this, options));
|
|
42
|
-
}
|
|
43
|
-
async getTargetSystemValues(options) {
|
|
44
|
-
return unwrapAsync(tenantsGetTargetSystemValues(this, options));
|
|
45
|
-
}
|
|
46
|
-
async getTargetSystemRequirements(options) {
|
|
47
|
-
return unwrapAsync(tenantsGetTargetSystemRequirements(this, options));
|
|
48
|
-
}
|
|
49
|
-
async getRegisteredSystemsMasked(options) {
|
|
50
|
-
return unwrapAsync(tenantsGetRegisteredSystemsMasked(this, options));
|
|
51
|
-
}
|
|
52
|
-
async deleteRegisteredSystem(request, options) {
|
|
53
|
-
return unwrapAsync(tenantsDeleteRegisteredSystem(this, request, options));
|
|
54
|
-
}
|
|
55
|
-
async getAllActiveEndUsers(options) {
|
|
56
|
-
return unwrapAsync(tenantsGetAllActiveEndUsers(this, options));
|
|
57
|
-
}
|
|
58
|
-
async getSubmissionPageStyle(request, options) {
|
|
59
|
-
return unwrapAsync(tenantsGetSubmissionPageStyle(this, request, options));
|
|
60
|
-
}
|
|
61
|
-
async updateSubmissionPageStyle(request, options) {
|
|
62
|
-
return unwrapAsync(tenantsUpdateSubmissionPageStyle(this, request, options));
|
|
63
|
-
}
|
|
64
|
-
async getSubmissionPageStyleByKey(options) {
|
|
65
|
-
return unwrapAsync(tenantsGetSubmissionPageStyleByKey(this, options));
|
|
66
|
-
}
|
|
67
23
|
}
|
|
68
24
|
//# sourceMappingURL=tenants.js.map
|
package/esm/sdk/tenants.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tenants.js","sourceRoot":"","sources":["../../src/sdk/tenants.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"tenants.js","sourceRoot":"","sources":["../../src/sdk/tenants.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAC3E,OAAO,EAAE,qBAAqB,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,yBAAyB,EAAE,MAAM,yCAAyC,CAAC;AACpF,OAAO,EAAE,SAAS,EAAkB,MAAM,gBAAgB,CAAC;AAG3D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,MAAM,OAAO,OAAQ,SAAQ,SAAS;IACpC,KAAK,CAAC,kBAAkB,CACtB,OAAqC,EACrC,OAAwB,EACP;QACjB,OAAO,WAAW,CAAC,yBAAyB,CAC1C,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED,KAAK,CAAC,cAAc,CAClB,OAA0C,EAC1C,OAAwB,EACP;QACjB,OAAO,WAAW,CAAC,qBAAqB,CACtC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED,KAAK,CAAC,cAAc,CAClB,OAAwB,EACS;QACjC,OAAO,WAAW,CAAC,qBAAqB,CACtC,IAAI,EACJ,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED,KAAK,CAAC,aAAa,CACjB,OAAwB,EACmB;QAC3C,OAAO,WAAW,CAAC,oBAAoB,CACrC,IAAI,EACJ,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;CACF"}
|
package/esm/sdk/webhooks.d.ts
CHANGED
|
@@ -1,14 +1,8 @@
|
|
|
1
1
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
2
|
-
import * as models from "../models/index.js";
|
|
3
2
|
import * as operations from "../models/operations/index.js";
|
|
4
3
|
export declare class Webhooks extends ClientSDK {
|
|
5
|
-
createWebhookEndUser(request: operations.CreateWebhookEndUserRequest, options?: RequestOptions): Promise<operations.CreateWebhookEndUserResponse>;
|
|
6
|
-
createWebHookTenant(request: models.CreateAccountingWebhookRequestDto, options?: RequestOptions): Promise<operations.CreateWebHookTenantResponse>;
|
|
7
|
-
deleteWebhookEndUser(request: operations.DeleteWebhookEndUserRequest, options?: RequestOptions): Promise<operations.DeleteWebhookEndUserResponse>;
|
|
8
|
-
deleteWebhookTenant(request: operations.DeleteWebhookTenantRequest, options?: RequestOptions): Promise<string>;
|
|
9
|
-
createWebhookConfig(request: models.CreateAccountingWebhookRequestDto, options?: RequestOptions): Promise<operations.CreateWebhookConfigResponse>;
|
|
10
4
|
createWebhook(request: operations.CreateWebhookRequest, options?: RequestOptions): Promise<operations.CreateWebhookResponse>;
|
|
11
|
-
deleteWebhook(request: operations.DeleteWebhookRequest, options?: RequestOptions): Promise<operations.DeleteWebhookResponse>;
|
|
12
5
|
getWebhooks(request?: operations.GetWebhooksRequest | undefined, options?: RequestOptions): Promise<operations.GetWebhooksResponse>;
|
|
6
|
+
deleteWebhook(request: operations.DeleteWebhookRequest, options?: RequestOptions): Promise<operations.DeleteWebhookResponse>;
|
|
13
7
|
}
|
|
14
8
|
//# sourceMappingURL=webhooks.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webhooks.d.ts","sourceRoot":"","sources":["../../src/sdk/webhooks.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"webhooks.d.ts","sourceRoot":"","sources":["../../src/sdk/webhooks.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,qBAAa,QAAS,SAAQ,SAAS;IAC/B,aAAa,CACjB,OAAO,EAAE,UAAU,CAAC,oBAAoB,EACxC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,qBAAqB,CAAC,CAM3C;IAEK,WAAW,CACf,OAAO,CAAC,EAAE,UAAU,CAAC,kBAAkB,GAAG,SAAS,EACnD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,mBAAmB,CAAC,CAMzC;IAEK,aAAa,CACjB,OAAO,EAAE,UAAU,CAAC,oBAAoB,EACxC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,qBAAqB,CAAC,CAM3C;CACF"}
|
package/esm/sdk/webhooks.js
CHANGED
|
@@ -1,40 +1,20 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
|
-
import { webhooksCreateWebHookTenant } from "../funcs/webhooks-create-web-hook-tenant.js";
|
|
5
|
-
import { webhooksCreateWebhookConfig } from "../funcs/webhooks-create-webhook-config.js";
|
|
6
|
-
import { webhooksCreateWebhookEndUser } from "../funcs/webhooks-create-webhook-end-user.js";
|
|
7
4
|
import { webhooksCreateWebhook } from "../funcs/webhooks-create-webhook.js";
|
|
8
|
-
import { webhooksDeleteWebhookEndUser } from "../funcs/webhooks-delete-webhook-end-user.js";
|
|
9
|
-
import { webhooksDeleteWebhookTenant } from "../funcs/webhooks-delete-webhook-tenant.js";
|
|
10
5
|
import { webhooksDeleteWebhook } from "../funcs/webhooks-delete-webhook.js";
|
|
11
6
|
import { webhooksGetWebhooks } from "../funcs/webhooks-get-webhooks.js";
|
|
12
7
|
import { ClientSDK } from "../lib/sdks.js";
|
|
13
8
|
import { unwrapAsync } from "../types/fp.js";
|
|
14
9
|
export class Webhooks extends ClientSDK {
|
|
15
|
-
async createWebhookEndUser(request, options) {
|
|
16
|
-
return unwrapAsync(webhooksCreateWebhookEndUser(this, request, options));
|
|
17
|
-
}
|
|
18
|
-
async createWebHookTenant(request, options) {
|
|
19
|
-
return unwrapAsync(webhooksCreateWebHookTenant(this, request, options));
|
|
20
|
-
}
|
|
21
|
-
async deleteWebhookEndUser(request, options) {
|
|
22
|
-
return unwrapAsync(webhooksDeleteWebhookEndUser(this, request, options));
|
|
23
|
-
}
|
|
24
|
-
async deleteWebhookTenant(request, options) {
|
|
25
|
-
return unwrapAsync(webhooksDeleteWebhookTenant(this, request, options));
|
|
26
|
-
}
|
|
27
|
-
async createWebhookConfig(request, options) {
|
|
28
|
-
return unwrapAsync(webhooksCreateWebhookConfig(this, request, options));
|
|
29
|
-
}
|
|
30
10
|
async createWebhook(request, options) {
|
|
31
11
|
return unwrapAsync(webhooksCreateWebhook(this, request, options));
|
|
32
12
|
}
|
|
33
|
-
async deleteWebhook(request, options) {
|
|
34
|
-
return unwrapAsync(webhooksDeleteWebhook(this, request, options));
|
|
35
|
-
}
|
|
36
13
|
async getWebhooks(request, options) {
|
|
37
14
|
return unwrapAsync(webhooksGetWebhooks(this, request, options));
|
|
38
15
|
}
|
|
16
|
+
async deleteWebhook(request, options) {
|
|
17
|
+
return unwrapAsync(webhooksDeleteWebhook(this, request, options));
|
|
18
|
+
}
|
|
39
19
|
}
|
|
40
20
|
//# sourceMappingURL=webhooks.js.map
|
package/esm/sdk/webhooks.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webhooks.js","sourceRoot":"","sources":["../../src/sdk/webhooks.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"webhooks.js","sourceRoot":"","sources":["../../src/sdk/webhooks.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,qBAAqB,EAAE,MAAM,qCAAqC,CAAC;AAC5E,OAAO,EAAE,qBAAqB,EAAE,MAAM,qCAAqC,CAAC;AAC5E,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,SAAS,EAAkB,MAAM,gBAAgB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,MAAM,OAAO,QAAS,SAAQ,SAAS;IACrC,KAAK,CAAC,aAAa,CACjB,OAAwC,EACxC,OAAwB,EACmB;QAC3C,OAAO,WAAW,CAAC,qBAAqB,CACtC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED,KAAK,CAAC,WAAW,CACf,OAAmD,EACnD,OAAwB,EACiB;QACzC,OAAO,WAAW,CAAC,mBAAmB,CACpC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED,KAAK,CAAC,aAAa,CACjB,OAAwC,EACxC,OAAwB,EACmB;QAC3C,OAAO,WAAW,CAAC,qBAAqB,CACtC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;CACF"}
|
package/jsr.json
CHANGED
package/package.json
CHANGED
package/src/lib/config.ts
CHANGED
|
@@ -47,7 +47,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
47
47
|
export const SDK_METADATA = {
|
|
48
48
|
language: "typescript",
|
|
49
49
|
openapiDocVersion: "1.0",
|
|
50
|
-
sdkVersion: "0.
|
|
51
|
-
genVersion: "2.879.
|
|
52
|
-
userAgent: "speakeasy-sdk/typescript 0.
|
|
50
|
+
sdkVersion: "0.4.0",
|
|
51
|
+
genVersion: "2.879.6",
|
|
52
|
+
userAgent: "speakeasy-sdk/typescript 0.4.0 2.879.6 1.0 @maesn/typescript-sdk",
|
|
53
53
|
} as const;
|
package/src/models/index.ts
CHANGED
|
@@ -16,8 +16,6 @@ export * from "./bill-dimension-request-dto.js";
|
|
|
16
16
|
export * from "./bill-dimension-response-dto.js";
|
|
17
17
|
export * from "./bill-line-item-response-dto.js";
|
|
18
18
|
export * from "./bill-response-dto.js";
|
|
19
|
-
export * from "./booking-entry-request-dto.js";
|
|
20
|
-
export * from "./booking-entry-response-dto.js";
|
|
21
19
|
export * from "./booking-proposal-address-request-dto-v2.js";
|
|
22
20
|
export * from "./booking-proposal-address-response-dto-v2.js";
|
|
23
21
|
export * from "./booking-proposal-address.js";
|
|
@@ -25,7 +23,6 @@ export * from "./booking-proposal-line-item-request-dto-v2.js";
|
|
|
25
23
|
export * from "./booking-proposal-line-item-response-dto-v2.js";
|
|
26
24
|
export * from "./booking-proposal-response-dto-v2.js";
|
|
27
25
|
export * from "./booking-proposal-response-dto.js";
|
|
28
|
-
export * from "./bookings-response-dto.js";
|
|
29
26
|
export * from "./callback-url-registration-dto.js";
|
|
30
27
|
export * from "./company-response-dto.js";
|
|
31
28
|
export * from "./contact-address-v2.js";
|
|
@@ -45,7 +42,6 @@ export * from "./create-bill-line-item-request-dto.js";
|
|
|
45
42
|
export * from "./create-bill-request-dto.js";
|
|
46
43
|
export * from "./create-booking-proposal-request-dto-v2.js";
|
|
47
44
|
export * from "./create-booking-proposal-request-dto.js";
|
|
48
|
-
export * from "./create-bookings-request-dto.js";
|
|
49
45
|
export * from "./create-contact-address-v2.js";
|
|
50
46
|
export * from "./create-contact-address.js";
|
|
51
47
|
export * from "./create-contact-by-batch-meta-data-dto.js";
|
|
@@ -55,7 +51,6 @@ export * from "./create-contact-request-dto-v2.js";
|
|
|
55
51
|
export * from "./create-contact-request-dto.js";
|
|
56
52
|
export * from "./create-email-address.js";
|
|
57
53
|
export * from "./create-end-user-request-dto.js";
|
|
58
|
-
export * from "./create-event-subscription-request-dto.js";
|
|
59
54
|
export * from "./create-expense-dto.js";
|
|
60
55
|
export * from "./create-invoice-request-dto.js";
|
|
61
56
|
export * from "./create-item-request-dto.js";
|
|
@@ -122,7 +117,6 @@ export * from "./patch-contact-person.js";
|
|
|
122
117
|
export * from "./patch-contact-request-dto.js";
|
|
123
118
|
export * from "./patch-invoice-request-dto.js";
|
|
124
119
|
export * from "./patch-item-request-dto.js";
|
|
125
|
-
export * from "./patch-line-item-request-dto.js";
|
|
126
120
|
export * from "./patch-line-item-request.js";
|
|
127
121
|
export * from "./payment-line.js";
|
|
128
122
|
export * from "./payment-response-dto.js";
|
|
@@ -135,7 +129,6 @@ export * from "./purchase-order-response-dto.js";
|
|
|
135
129
|
export * from "./sales-order-line-item-response-dto.js";
|
|
136
130
|
export * from "./sales-order-response-dto.js";
|
|
137
131
|
export * from "./security.js";
|
|
138
|
-
export * from "./submission-page-style-dto.js";
|
|
139
132
|
export * from "./subscription.js";
|
|
140
133
|
export * from "./system-registration-dto.js";
|
|
141
134
|
export * from "./tax-rate-input.js";
|
|
@@ -2,24 +2,17 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
export * from "./api-key-confirmation.js";
|
|
6
|
-
export * from "./callback.js";
|
|
7
|
-
export * from "./cancel.js";
|
|
8
|
-
export * from "./check.js";
|
|
9
5
|
export * from "./create-account.js";
|
|
10
6
|
export * from "./create-bank-account.js";
|
|
11
7
|
export * from "./create-bill-line-item.js";
|
|
12
8
|
export * from "./create-bill.js";
|
|
13
9
|
export * from "./create-booking-proposal-v2.js";
|
|
14
10
|
export * from "./create-booking-proposal.js";
|
|
15
|
-
export * from "./create-bookings.js";
|
|
16
11
|
export * from "./create-contact-v2.js";
|
|
17
12
|
export * from "./create-contact.js";
|
|
18
|
-
export * from "./create-contacts-v1.js";
|
|
19
13
|
export * from "./create-contacts.js";
|
|
20
14
|
export * from "./create-customer.js";
|
|
21
15
|
export * from "./create-end-user-account.js";
|
|
22
|
-
export * from "./create-event-subscriptions.js";
|
|
23
16
|
export * from "./create-expense.js";
|
|
24
17
|
export * from "./create-invoice.js";
|
|
25
18
|
export * from "./create-item.js";
|
|
@@ -36,23 +29,14 @@ export * from "./create-sales-order.js";
|
|
|
36
29
|
export * from "./create-supplier.js";
|
|
37
30
|
export * from "./create-transaction.js";
|
|
38
31
|
export * from "./create-vendor-credit.js";
|
|
39
|
-
export * from "./create-web-hook-tenant.js";
|
|
40
|
-
export * from "./create-webhook-config.js";
|
|
41
|
-
export * from "./create-webhook-end-user.js";
|
|
42
32
|
export * from "./create-webhook.js";
|
|
43
33
|
export * from "./delete-bill.js";
|
|
44
34
|
export * from "./delete-end-user.js";
|
|
45
|
-
export * from "./delete-event-subscriptions.js";
|
|
46
35
|
export * from "./delete-payment.js";
|
|
47
|
-
export * from "./delete-registered-system.js";
|
|
48
36
|
export * from "./delete-vendor-credit.js";
|
|
49
|
-
export * from "./delete-webhook-end-user.js";
|
|
50
|
-
export * from "./delete-webhook-tenant.js";
|
|
51
37
|
export * from "./delete-webhook.js";
|
|
52
|
-
export * from "./details.js";
|
|
53
38
|
export * from "./get-account.js";
|
|
54
39
|
export * from "./get-accounts.js";
|
|
55
|
-
export * from "./get-all-active-end-users.js";
|
|
56
40
|
export * from "./get-async-task-info.js";
|
|
57
41
|
export * from "./get-bank-account.js";
|
|
58
42
|
export * from "./get-bank-accounts.js";
|
|
@@ -63,8 +47,6 @@ export * from "./get-bills.js";
|
|
|
63
47
|
export * from "./get-booking-proposal-document.js";
|
|
64
48
|
export * from "./get-booking-proposal.js";
|
|
65
49
|
export * from "./get-booking-proposals.js";
|
|
66
|
-
export * from "./get-code.js";
|
|
67
|
-
export * from "./get-companies-flow.js";
|
|
68
50
|
export * from "./get-companies.js";
|
|
69
51
|
export * from "./get-contact-v2.js";
|
|
70
52
|
export * from "./get-contact.js";
|
|
@@ -79,7 +61,6 @@ export * from "./get-dimensions-v2.js";
|
|
|
79
61
|
export * from "./get-dimensions.js";
|
|
80
62
|
export * from "./get-document-extensions.js";
|
|
81
63
|
export * from "./get-document-types.js";
|
|
82
|
-
export * from "./get-environment-page.js";
|
|
83
64
|
export * from "./get-environments.js";
|
|
84
65
|
export * from "./get-expense.js";
|
|
85
66
|
export * from "./get-expenses.js";
|
|
@@ -120,9 +101,6 @@ export * from "./get-purchase-orders.js";
|
|
|
120
101
|
export * from "./get-sales-order-lines.js";
|
|
121
102
|
export * from "./get-sales-order.js";
|
|
122
103
|
export * from "./get-sales-orders.js";
|
|
123
|
-
export * from "./get-submission-page-style-by-key.js";
|
|
124
|
-
export * from "./get-submission-page-style.js";
|
|
125
|
-
export * from "./get-submit-page.js";
|
|
126
104
|
export * from "./get-supplier.js";
|
|
127
105
|
export * from "./get-suppliers.js";
|
|
128
106
|
export * from "./get-tax-rate.js";
|
|
@@ -132,25 +110,18 @@ export * from "./get-units.js";
|
|
|
132
110
|
export * from "./get-user-info.js";
|
|
133
111
|
export * from "./get-vendor-credits.js";
|
|
134
112
|
export * from "./get-webhooks.js";
|
|
135
|
-
export * from "./handle-callback.js";
|
|
136
|
-
export * from "./handle-configuration-callback.js";
|
|
137
|
-
export * from "./long-token.js";
|
|
138
113
|
export * from "./patch-contact-v2.js";
|
|
139
114
|
export * from "./patch-contact.js";
|
|
140
115
|
export * from "./patch-customers.js";
|
|
141
116
|
export * from "./patch-invoice.js";
|
|
142
117
|
export * from "./patch-item.js";
|
|
143
|
-
export * from "./patch-line-item.js";
|
|
144
118
|
export * from "./patch-supplier.js";
|
|
145
119
|
export * from "./post-file.js";
|
|
146
120
|
export * from "./put-contact-v2.js";
|
|
147
121
|
export * from "./put-contact.js";
|
|
148
|
-
export * from "./set-end-user-selections.js";
|
|
149
122
|
export * from "./system-login-url.js";
|
|
150
|
-
export * from "./test.js";
|
|
151
123
|
export * from "./update-bill-line-item.js";
|
|
152
124
|
export * from "./update-bill.js";
|
|
153
125
|
export * from "./update-customer.js";
|
|
154
|
-
export * from "./update-submission-page-style.js";
|
|
155
126
|
export * from "./update-supplier.js";
|
|
156
127
|
export * from "./update-vendor-credit.js";
|
package/src/sdk/accounting.ts
CHANGED
|
@@ -7,12 +7,9 @@ import { accountingCreateBankAccount } from "../funcs/accounting-create-bank-acc
|
|
|
7
7
|
import { accountingCreateBillLineItem } from "../funcs/accounting-create-bill-line-item.js";
|
|
8
8
|
import { accountingCreateBill } from "../funcs/accounting-create-bill.js";
|
|
9
9
|
import { accountingCreateBookingProposal } from "../funcs/accounting-create-booking-proposal.js";
|
|
10
|
-
import { accountingCreateBookings } from "../funcs/accounting-create-bookings.js";
|
|
11
10
|
import { accountingCreateContact } from "../funcs/accounting-create-contact.js";
|
|
12
|
-
import { accountingCreateContactsV1 } from "../funcs/accounting-create-contacts-v1.js";
|
|
13
11
|
import { accountingCreateContacts } from "../funcs/accounting-create-contacts.js";
|
|
14
12
|
import { accountingCreateCustomer } from "../funcs/accounting-create-customer.js";
|
|
15
|
-
import { accountingCreateEventSubscriptions } from "../funcs/accounting-create-event-subscriptions.js";
|
|
16
13
|
import { accountingCreateExpense } from "../funcs/accounting-create-expense.js";
|
|
17
14
|
import { accountingCreateInvoice } from "../funcs/accounting-create-invoice.js";
|
|
18
15
|
import { accountingCreateItem } from "../funcs/accounting-create-item.js";
|
|
@@ -30,7 +27,6 @@ import { accountingCreateSupplier } from "../funcs/accounting-create-supplier.js
|
|
|
30
27
|
import { accountingCreateTransaction } from "../funcs/accounting-create-transaction.js";
|
|
31
28
|
import { accountingCreateVendorCredit } from "../funcs/accounting-create-vendor-credit.js";
|
|
32
29
|
import { accountingDeleteBill } from "../funcs/accounting-delete-bill.js";
|
|
33
|
-
import { accountingDeleteEventSubscriptions } from "../funcs/accounting-delete-event-subscriptions.js";
|
|
34
30
|
import { accountingDeletePayment } from "../funcs/accounting-delete-payment.js";
|
|
35
31
|
import { accountingDeleteVendorCredit } from "../funcs/accounting-delete-vendor-credit.js";
|
|
36
32
|
import { accountingGetAccount } from "../funcs/accounting-get-account.js";
|
|
@@ -84,7 +80,6 @@ import { accountingGetPaymentTerm } from "../funcs/accounting-get-payment-term.j
|
|
|
84
80
|
import { accountingGetPaymentTerms } from "../funcs/accounting-get-payment-terms.js";
|
|
85
81
|
import { accountingGetPayment } from "../funcs/accounting-get-payment.js";
|
|
86
82
|
import { accountingGetPayments } from "../funcs/accounting-get-payments.js";
|
|
87
|
-
import { accountingGetProfile } from "../funcs/accounting-get-profile.js";
|
|
88
83
|
import { accountingGetProject } from "../funcs/accounting-get-project.js";
|
|
89
84
|
import { accountingGetProjects } from "../funcs/accounting-get-projects.js";
|
|
90
85
|
import { accountingGetPurchaseOrderLineItem } from "../funcs/accounting-get-purchase-order-line-item.js";
|
|
@@ -105,7 +100,6 @@ import { accountingPatchContact } from "../funcs/accounting-patch-contact.js";
|
|
|
105
100
|
import { accountingPatchCustomers } from "../funcs/accounting-patch-customers.js";
|
|
106
101
|
import { accountingPatchInvoice } from "../funcs/accounting-patch-invoice.js";
|
|
107
102
|
import { accountingPatchItem } from "../funcs/accounting-patch-item.js";
|
|
108
|
-
import { accountingPatchLineItem } from "../funcs/accounting-patch-line-item.js";
|
|
109
103
|
import { accountingPatchSupplier } from "../funcs/accounting-patch-supplier.js";
|
|
110
104
|
import { accountingPostFile } from "../funcs/accounting-post-file.js";
|
|
111
105
|
import { accountingPutContact } from "../funcs/accounting-put-contact.js";
|
|
@@ -115,7 +109,6 @@ import { accountingUpdateCustomer } from "../funcs/accounting-update-customer.js
|
|
|
115
109
|
import { accountingUpdateSupplier } from "../funcs/accounting-update-supplier.js";
|
|
116
110
|
import { accountingUpdateVendorCredit } from "../funcs/accounting-update-vendor-credit.js";
|
|
117
111
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
118
|
-
import * as models from "../models/index.js";
|
|
119
112
|
import * as operations from "../models/operations/index.js";
|
|
120
113
|
import { unwrapAsync } from "../types/fp.js";
|
|
121
114
|
|
|
@@ -384,17 +377,6 @@ export class Accounting extends ClientSDK {
|
|
|
384
377
|
));
|
|
385
378
|
}
|
|
386
379
|
|
|
387
|
-
async createContactsV1(
|
|
388
|
-
request: operations.CreateContactsV1Request,
|
|
389
|
-
options?: RequestOptions,
|
|
390
|
-
): Promise<operations.CreateContactsV1Response> {
|
|
391
|
-
return unwrapAsync(accountingCreateContactsV1(
|
|
392
|
-
this,
|
|
393
|
-
request,
|
|
394
|
-
options,
|
|
395
|
-
));
|
|
396
|
-
}
|
|
397
|
-
|
|
398
380
|
async getInvoices(
|
|
399
381
|
request?: operations.GetInvoicesRequest | undefined,
|
|
400
382
|
options?: RequestOptions,
|
|
@@ -571,17 +553,6 @@ export class Accounting extends ClientSDK {
|
|
|
571
553
|
));
|
|
572
554
|
}
|
|
573
555
|
|
|
574
|
-
async patchLineItem(
|
|
575
|
-
request: operations.PatchLineItemRequest,
|
|
576
|
-
options?: RequestOptions,
|
|
577
|
-
): Promise<operations.PatchLineItemResponse> {
|
|
578
|
-
return unwrapAsync(accountingPatchLineItem(
|
|
579
|
-
this,
|
|
580
|
-
request,
|
|
581
|
-
options,
|
|
582
|
-
));
|
|
583
|
-
}
|
|
584
|
-
|
|
585
556
|
async getJournals(
|
|
586
557
|
request?: operations.GetJournalsRequest | undefined,
|
|
587
558
|
options?: RequestOptions,
|
|
@@ -945,37 +916,6 @@ export class Accounting extends ClientSDK {
|
|
|
945
916
|
));
|
|
946
917
|
}
|
|
947
918
|
|
|
948
|
-
async createEventSubscriptions(
|
|
949
|
-
request: operations.CreateEventSubscriptionsRequest,
|
|
950
|
-
options?: RequestOptions,
|
|
951
|
-
): Promise<models.BaseResponseDto> {
|
|
952
|
-
return unwrapAsync(accountingCreateEventSubscriptions(
|
|
953
|
-
this,
|
|
954
|
-
request,
|
|
955
|
-
options,
|
|
956
|
-
));
|
|
957
|
-
}
|
|
958
|
-
|
|
959
|
-
async deleteEventSubscriptions(
|
|
960
|
-
request: operations.DeleteEventSubscriptionsRequest,
|
|
961
|
-
options?: RequestOptions,
|
|
962
|
-
): Promise<models.BaseResponseDto> {
|
|
963
|
-
return unwrapAsync(accountingDeleteEventSubscriptions(
|
|
964
|
-
this,
|
|
965
|
-
request,
|
|
966
|
-
options,
|
|
967
|
-
));
|
|
968
|
-
}
|
|
969
|
-
|
|
970
|
-
async getProfile(
|
|
971
|
-
options?: RequestOptions,
|
|
972
|
-
): Promise<models.BaseResponseDto> {
|
|
973
|
-
return unwrapAsync(accountingGetProfile(
|
|
974
|
-
this,
|
|
975
|
-
options,
|
|
976
|
-
));
|
|
977
|
-
}
|
|
978
|
-
|
|
979
919
|
async createPassThroughRequest(
|
|
980
920
|
request: operations.CreatePassThroughRequestRequest,
|
|
981
921
|
options?: RequestOptions,
|
|
@@ -1097,17 +1037,6 @@ export class Accounting extends ClientSDK {
|
|
|
1097
1037
|
));
|
|
1098
1038
|
}
|
|
1099
1039
|
|
|
1100
|
-
async createBookings(
|
|
1101
|
-
request: operations.CreateBookingsRequest,
|
|
1102
|
-
options?: RequestOptions,
|
|
1103
|
-
): Promise<operations.CreateBookingsResponse> {
|
|
1104
|
-
return unwrapAsync(accountingCreateBookings(
|
|
1105
|
-
this,
|
|
1106
|
-
request,
|
|
1107
|
-
options,
|
|
1108
|
-
));
|
|
1109
|
-
}
|
|
1110
|
-
|
|
1111
1040
|
async getVendorCredits(
|
|
1112
1041
|
request?: operations.GetVendorCreditsRequest | undefined,
|
|
1113
1042
|
options?: RequestOptions,
|