@naturalpay/sdk 1.0.2 → 1.2.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/dist/cjs/BaseClient.js +2 -2
- package/dist/cjs/Client.d.ts +6 -0
- package/dist/cjs/Client.js +26 -16
- package/dist/cjs/api/errors/RequestTimeoutError.d.ts +5 -0
- package/dist/cjs/api/errors/RequestTimeoutError.js +54 -0
- package/dist/cjs/api/errors/index.d.ts +1 -0
- package/dist/cjs/api/errors/index.js +1 -0
- package/dist/cjs/api/resources/customers/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/customers/client/Client.js +1 -1
- package/dist/cjs/api/resources/customers/client/requests/CreateInvitationsCustomersRequest.d.ts +2 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestDisableNotificationsItem.d.ts +4 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestDisableNotificationsItem.js +7 -0
- package/dist/cjs/api/resources/customers/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/customers/types/index.js +1 -0
- package/dist/cjs/api/resources/events/types/GetEventsResponseDataAttributesEventType.d.ts +5 -0
- package/dist/cjs/api/resources/events/types/GetEventsResponseDataAttributesEventType.js +5 -0
- package/dist/cjs/api/resources/events/types/ListEventsRequestEventType.d.ts +5 -0
- package/dist/cjs/api/resources/events/types/ListEventsRequestEventType.js +5 -0
- package/dist/cjs/api/resources/events/types/ListEventsResponseDataItemAttributesEventType.d.ts +5 -0
- package/dist/cjs/api/resources/events/types/ListEventsResponseDataItemAttributesEventType.js +5 -0
- package/dist/cjs/api/resources/index.d.ts +6 -0
- package/dist/cjs/api/resources/index.js +7 -1
- package/dist/cjs/api/resources/invitationLinks/client/Client.d.ts +133 -0
- package/dist/cjs/api/resources/invitationLinks/client/Client.js +480 -0
- package/dist/cjs/api/resources/invitationLinks/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/invitationLinks/client/index.js +17 -0
- package/dist/cjs/api/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.d.ts +22 -0
- package/dist/cjs/api/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.js +3 -0
- package/dist/cjs/api/resources/invitationLinks/client/requests/GetInvitationLinksRequest.d.ts +9 -0
- package/dist/cjs/api/resources/invitationLinks/client/requests/GetInvitationLinksRequest.js +3 -0
- package/dist/cjs/api/resources/invitationLinks/client/requests/ListInvitationLinksRequest.d.ts +10 -0
- package/dist/cjs/api/resources/invitationLinks/client/requests/ListInvitationLinksRequest.js +3 -0
- package/dist/cjs/api/resources/invitationLinks/client/requests/RevokeInvitationLinksRequest.d.ts +9 -0
- package/dist/cjs/api/resources/invitationLinks/client/requests/RevokeInvitationLinksRequest.js +3 -0
- package/dist/cjs/api/resources/invitationLinks/client/requests/index.d.ts +4 -0
- package/dist/cjs/api/resources/invitationLinks/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/invitationLinks/exports.d.ts +2 -0
- package/dist/cjs/api/resources/invitationLinks/exports.js +21 -0
- package/dist/cjs/api/resources/invitationLinks/index.d.ts +2 -0
- package/dist/cjs/api/resources/invitationLinks/index.js +18 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItem.d.ts +9 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItem.js +3 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemLimits.d.ts +7 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemLimits.js +3 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.ts +10 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.js +13 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponse.d.ts +4 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponse.js +3 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseData.d.ts +11 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseData.js +3 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.d.ts +20 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.js +3 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItem.d.ts +9 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItem.js +3 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +10 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +13 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesStatus.d.ts +6 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesStatus.js +9 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataRelationships.d.ts +8 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataRelationships.js +3 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataRelationshipsDelegateeParty.d.ts +8 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataRelationshipsDelegateeParty.js +3 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataRelationshipsDelegateePartyData.d.ts +8 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataRelationshipsDelegateePartyData.js +3 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataRelationshipsDelegateePartyDataType.d.ts +4 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataRelationshipsDelegateePartyDataType.js +7 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataType.d.ts +5 -0
- package/dist/cjs/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataType.js +8 -0
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponse.d.ts +4 -0
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponse.js +3 -0
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseData.d.ts +11 -0
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseData.js +3 -0
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.d.ts +18 -0
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.js +3 -0
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItem.d.ts +9 -0
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItem.js +3 -0
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +10 -0
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +13 -0
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesStatus.d.ts +6 -0
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesStatus.js +9 -0
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataRelationships.d.ts +8 -0
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataRelationships.js +3 -0
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataRelationshipsDelegateeParty.d.ts +8 -0
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataRelationshipsDelegateeParty.js +3 -0
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataRelationshipsDelegateePartyData.d.ts +8 -0
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataRelationshipsDelegateePartyData.js +3 -0
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataRelationshipsDelegateePartyDataType.d.ts +4 -0
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataRelationshipsDelegateePartyDataType.js +7 -0
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataType.d.ts +5 -0
- package/dist/cjs/api/resources/invitationLinks/types/GetInvitationLinksResponseDataType.js +8 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksRequestStatusFilter.d.ts +6 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksRequestStatusFilter.js +9 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponse.d.ts +5 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponse.js +3 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItem.d.ts +11 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItem.js +3 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.d.ts +18 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.js +3 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItem.d.ts +9 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItem.js +3 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.ts +10 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.js +13 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesStatus.d.ts +6 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesStatus.js +9 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemRelationships.d.ts +8 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemRelationships.js +3 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemRelationshipsDelegateeParty.d.ts +8 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemRelationshipsDelegateeParty.js +3 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemRelationshipsDelegateePartyData.d.ts +8 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemRelationshipsDelegateePartyData.js +3 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemRelationshipsDelegateePartyDataType.d.ts +4 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemRelationshipsDelegateePartyDataType.js +7 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemType.d.ts +5 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemType.js +8 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseMeta.d.ts +4 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseMeta.js +3 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseMetaPagination.d.ts +6 -0
- package/dist/cjs/api/resources/invitationLinks/types/ListInvitationLinksResponseMetaPagination.js +3 -0
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponse.d.ts +4 -0
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponse.js +3 -0
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseData.d.ts +11 -0
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseData.js +3 -0
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.d.ts +18 -0
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.js +3 -0
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItem.d.ts +9 -0
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItem.js +3 -0
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +10 -0
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +13 -0
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesStatus.d.ts +6 -0
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesStatus.js +9 -0
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataRelationships.d.ts +8 -0
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataRelationships.js +3 -0
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataRelationshipsDelegateeParty.d.ts +8 -0
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataRelationshipsDelegateeParty.js +3 -0
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataRelationshipsDelegateePartyData.d.ts +8 -0
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataRelationshipsDelegateePartyData.js +3 -0
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataRelationshipsDelegateePartyDataType.d.ts +4 -0
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataRelationshipsDelegateePartyDataType.js +7 -0
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataType.d.ts +5 -0
- package/dist/cjs/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataType.js +8 -0
- package/dist/cjs/api/resources/invitationLinks/types/index.d.ts +50 -0
- package/dist/cjs/api/resources/invitationLinks/types/index.js +66 -0
- package/dist/cjs/api/resources/paymentRequests/client/requests/NewPayReqParams.d.ts +2 -0
- package/dist/cjs/api/resources/paymentRequests/types/CreatePaymentRequestsRequestDisableNotificationsItem.d.ts +4 -0
- package/dist/cjs/api/resources/paymentRequests/types/CreatePaymentRequestsRequestDisableNotificationsItem.js +7 -0
- package/dist/cjs/api/resources/paymentRequests/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/paymentRequests/types/index.js +1 -0
- package/dist/cjs/api/resources/payments/client/requests/NewPaymentParams.d.ts +2 -0
- package/dist/cjs/api/resources/payments/types/CreatePaymentsRequestDisableNotificationsItem.d.ts +4 -0
- package/dist/cjs/api/resources/payments/types/CreatePaymentsRequestDisableNotificationsItem.js +7 -0
- package/dist/cjs/api/resources/payments/types/NewPaymentAttrs.d.ts +2 -0
- package/dist/cjs/api/resources/payments/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/payments/types/index.js +1 -0
- package/dist/cjs/api/resources/simulations/client/Client.d.ts +287 -0
- package/dist/cjs/api/resources/simulations/client/Client.js +1020 -0
- package/dist/cjs/api/resources/simulations/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/simulations/client/index.js +17 -0
- package/dist/cjs/api/resources/simulations/client/requests/AcceptCustomerInvitationSimulationsRequest.d.ts +15 -0
- package/dist/cjs/api/resources/simulations/client/requests/AcceptCustomerInvitationSimulationsRequest.js +3 -0
- package/dist/cjs/api/resources/simulations/client/requests/CompletePaymentClaimSimulationsRequest.d.ts +9 -0
- package/dist/cjs/api/resources/simulations/client/requests/CompletePaymentClaimSimulationsRequest.js +3 -0
- package/dist/cjs/api/resources/simulations/client/requests/DeclineCustomerInvitationSimulationsRequest.d.ts +15 -0
- package/dist/cjs/api/resources/simulations/client/requests/DeclineCustomerInvitationSimulationsRequest.js +3 -0
- package/dist/cjs/api/resources/simulations/client/requests/DeclinePaymentRequestSimulationsRequest.d.ts +12 -0
- package/dist/cjs/api/resources/simulations/client/requests/DeclinePaymentRequestSimulationsRequest.js +3 -0
- package/dist/cjs/api/resources/simulations/client/requests/FulfillPaymentRequestSimulationsRequest.d.ts +12 -0
- package/dist/cjs/api/resources/simulations/client/requests/FulfillPaymentRequestSimulationsRequest.js +3 -0
- package/dist/cjs/api/resources/simulations/client/requests/FundCustomerSimulationsRequest.d.ts +21 -0
- package/dist/cjs/api/resources/simulations/client/requests/FundCustomerSimulationsRequest.js +3 -0
- package/dist/cjs/api/resources/simulations/client/requests/InviteCustomerSimulationsRequest.d.ts +17 -0
- package/dist/cjs/api/resources/simulations/client/requests/InviteCustomerSimulationsRequest.js +3 -0
- package/dist/cjs/api/resources/simulations/client/requests/LinkExternalAccountSimulationsRequest.d.ts +10 -0
- package/dist/cjs/api/resources/simulations/client/requests/LinkExternalAccountSimulationsRequest.js +3 -0
- package/dist/cjs/api/resources/simulations/client/requests/RevokeAgentConnectionSimulationsRequest.d.ts +14 -0
- package/dist/cjs/api/resources/simulations/client/requests/RevokeAgentConnectionSimulationsRequest.js +3 -0
- package/dist/cjs/api/resources/simulations/client/requests/index.d.ts +9 -0
- package/dist/cjs/api/resources/simulations/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/simulations/exports.d.ts +2 -0
- package/dist/cjs/api/resources/simulations/exports.js +21 -0
- package/dist/cjs/api/resources/simulations/index.d.ts +2 -0
- package/dist/cjs/api/resources/simulations/index.js +18 -0
- package/dist/cjs/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponse.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponse.js +3 -0
- package/dist/cjs/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseData.d.ts +10 -0
- package/dist/cjs/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseData.js +3 -0
- package/dist/cjs/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributes.d.ts +38 -0
- package/dist/cjs/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributes.js +3 -0
- package/dist/cjs/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributesCancelReason.d.ts +6 -0
- package/dist/cjs/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributesCancelReason.js +9 -0
- package/dist/cjs/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributesEffectiveStatus.d.ts +9 -0
- package/dist/cjs/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributesEffectiveStatus.js +12 -0
- package/dist/cjs/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributesLimits.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributesLimits.js +3 -0
- package/dist/cjs/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributesStatus.d.ts +9 -0
- package/dist/cjs/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributesStatus.js +12 -0
- package/dist/cjs/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationships.d.ts +10 -0
- package/dist/cjs/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationships.js +3 -0
- package/dist/cjs/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsAgent.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsAgent.js +3 -0
- package/dist/cjs/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsAgentData.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsAgentData.js +3 -0
- package/dist/cjs/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsAgentDataType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsAgentDataType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsCustomerParty.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsCustomerParty.js +3 -0
- package/dist/cjs/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsCustomerPartyData.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsCustomerPartyData.js +3 -0
- package/dist/cjs/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsCustomerPartyDataType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsCustomerPartyDataType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponse.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponse.js +3 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseData.d.ts +7 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseData.js +3 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.d.ts +15 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.js +3 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributesStatus.d.ts +13 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributesStatus.js +16 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationships.d.ts +15 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationships.js +3 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsPaymentRequest.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsPaymentRequest.js +3 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsPaymentRequestData.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsPaymentRequestData.js +3 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsPaymentRequestDataType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsPaymentRequestDataType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipient.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipient.js +3 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientAgent.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientAgent.js +3 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientAgentData.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientAgentData.js +3 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientAgentDataType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientAgentDataType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientData.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientData.js +3 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientDataType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientDataType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSender.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSender.js +3 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderAgent.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderAgent.js +3 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderAgentData.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderAgentData.js +3 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderAgentDataType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderAgentDataType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderData.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderData.js +3 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderDataType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderDataType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsTransaction.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsTransaction.js +3 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsTransactionData.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsTransactionData.js +3 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsTransactionDataType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsTransactionDataType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponse.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponse.js +3 -0
- package/dist/cjs/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseData.d.ts +10 -0
- package/dist/cjs/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseData.js +3 -0
- package/dist/cjs/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributes.d.ts +38 -0
- package/dist/cjs/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributes.js +3 -0
- package/dist/cjs/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesCancelReason.d.ts +6 -0
- package/dist/cjs/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesCancelReason.js +9 -0
- package/dist/cjs/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesEffectiveStatus.d.ts +9 -0
- package/dist/cjs/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesEffectiveStatus.js +12 -0
- package/dist/cjs/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesLimits.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesLimits.js +3 -0
- package/dist/cjs/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesStatus.d.ts +9 -0
- package/dist/cjs/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesStatus.js +12 -0
- package/dist/cjs/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationships.d.ts +10 -0
- package/dist/cjs/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationships.js +3 -0
- package/dist/cjs/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsAgent.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsAgent.js +3 -0
- package/dist/cjs/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsAgentData.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsAgentData.js +3 -0
- package/dist/cjs/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsAgentDataType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsAgentDataType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsCustomerParty.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsCustomerParty.js +3 -0
- package/dist/cjs/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsCustomerPartyData.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsCustomerPartyData.js +3 -0
- package/dist/cjs/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsCustomerPartyDataType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsCustomerPartyDataType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponse.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponse.js +3 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseData.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseData.js +3 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.d.ts +53 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.js +3 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributesInitiatorAgent.d.ts +6 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributesInitiatorAgent.js +3 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributesInitiatorParty.d.ts +6 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributesInitiatorParty.js +3 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributesPayerIdentifierType.d.ts +9 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributesPayerIdentifierType.js +12 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributesStatus.d.ts +12 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributesStatus.js +15 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationships.d.ts +13 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationships.js +3 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerAgent.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerAgent.js +3 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerAgentData.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerAgentData.js +3 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerAgentDataType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerAgentDataType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerParty.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerParty.js +3 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerPartyData.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerPartyData.js +3 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerPartyDataType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerPartyDataType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayment.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayment.js +3 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPaymentData.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPaymentData.js +3 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPaymentDataType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPaymentDataType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsRequesterParty.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsRequesterParty.js +3 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsRequesterPartyData.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsRequesterPartyData.js +3 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsRequesterPartyDataType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsRequesterPartyDataType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsWallet.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsWallet.js +3 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsWalletData.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsWalletData.js +3 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsWalletDataType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsWalletDataType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponse.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponse.js +3 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseData.d.ts +7 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseData.js +3 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.d.ts +15 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.js +3 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributesStatus.d.ts +13 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributesStatus.js +16 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationships.d.ts +15 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationships.js +3 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsPaymentRequest.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsPaymentRequest.js +3 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsPaymentRequestData.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsPaymentRequestData.js +3 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsPaymentRequestDataType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsPaymentRequestDataType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipient.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipient.js +3 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientAgent.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientAgent.js +3 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientAgentData.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientAgentData.js +3 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientAgentDataType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientAgentDataType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientData.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientData.js +3 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientDataType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientDataType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSender.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSender.js +3 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderAgent.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderAgent.js +3 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderAgentData.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderAgentData.js +3 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderAgentDataType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderAgentDataType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderData.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderData.js +3 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderDataType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderDataType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsTransaction.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsTransaction.js +3 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsTransactionData.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsTransactionData.js +3 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsTransactionDataType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsTransactionDataType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsRequestCurrency.d.ts +5 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsRequestCurrency.js +8 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponse.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponse.js +3 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseData.d.ts +7 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseData.js +3 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.d.ts +29 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.js +3 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataAttributesFailure.d.ts +6 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataAttributesFailure.js +3 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataAttributesReturn.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataAttributesReturn.js +3 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataAttributesStatus.d.ts +12 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataAttributesStatus.js +15 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataAttributesType.d.ts +7 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataAttributesType.js +10 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationships.d.ts +13 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationships.js +3 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsDestWallet.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsDestWallet.js +3 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsDestWalletData.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsDestWalletData.js +3 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsDestWalletDataType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsDestWalletDataType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsExternalAccount.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsExternalAccount.js +3 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsExternalAccountData.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsExternalAccountData.js +3 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsExternalAccountDataType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsExternalAccountDataType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsParty.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsParty.js +3 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsPartyData.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsPartyData.js +3 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsPartyDataType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsPartyDataType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsTransaction.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsTransaction.js +3 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsTransactionData.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsTransactionData.js +3 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsTransactionDataType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsTransactionDataType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsWallet.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsWallet.js +3 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsWalletData.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsWalletData.js +3 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsWalletDataType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsWalletDataType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/FundCustomerSimulationsResponseDataType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsRequestType.d.ts +6 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsRequestType.js +9 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponse.d.ts +6 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponse.js +3 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItem.d.ts +10 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItem.js +3 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributes.d.ts +38 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributes.js +3 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesCancelReason.d.ts +6 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesCancelReason.js +9 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesEffectiveStatus.d.ts +9 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesEffectiveStatus.js +12 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesLimits.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesLimits.js +3 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesStatus.d.ts +9 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesStatus.js +12 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationships.d.ts +10 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationships.js +3 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsAgent.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsAgent.js +3 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsAgentData.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsAgentData.js +3 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsAgentDataType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsAgentDataType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsCustomerParty.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsCustomerParty.js +3 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsCustomerPartyData.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsCustomerPartyData.js +3 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsCustomerPartyDataType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsCustomerPartyDataType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponseMeta.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponseMeta.js +3 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponseMetaCustomer.d.ts +9 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponseMetaCustomer.js +3 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponseMetaCustomerPartyType.d.ts +6 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsResponseMetaCustomerPartyType.js +9 -0
- package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponse.d.ts +6 -0
- package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponse.js +3 -0
- package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItem.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItem.js +3 -0
- package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.d.ts +17 -0
- package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.js +3 -0
- package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAccountType.d.ts +6 -0
- package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAccountType.js +9 -0
- package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesConnectionStatus.d.ts +7 -0
- package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesConnectionStatus.js +10 -0
- package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesStatus.d.ts +10 -0
- package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesStatus.js +13 -0
- package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemRelationships.d.ts +5 -0
- package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemRelationships.js +3 -0
- package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemRelationshipsParty.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemRelationshipsParty.js +3 -0
- package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemRelationshipsPartyData.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemRelationshipsPartyData.js +3 -0
- package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemRelationshipsPartyDataType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemRelationshipsPartyDataType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseMeta.d.ts +6 -0
- package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseMeta.js +3 -0
- package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseMetaPagination.d.ts +6 -0
- package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseMetaPagination.js +3 -0
- package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseMetaRejectedAccountsItem.d.ts +11 -0
- package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseMetaRejectedAccountsItem.js +3 -0
- package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseMetaRejectedAccountsItemReason.d.ts +10 -0
- package/dist/cjs/api/resources/simulations/types/LinkExternalAccountSimulationsResponseMetaRejectedAccountsItemReason.js +13 -0
- package/dist/cjs/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponse.d.ts +2 -0
- package/dist/cjs/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponse.js +3 -0
- package/dist/cjs/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMeta.d.ts +6 -0
- package/dist/cjs/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMeta.js +3 -0
- package/dist/cjs/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaData.d.ts +10 -0
- package/dist/cjs/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaData.js +3 -0
- package/dist/cjs/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributes.d.ts +15 -0
- package/dist/cjs/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributes.js +3 -0
- package/dist/cjs/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributesAgentsItem.d.ts +15 -0
- package/dist/cjs/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributesAgentsItem.js +3 -0
- package/dist/cjs/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributesAgentsItemLimits.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributesAgentsItemLimits.js +3 -0
- package/dist/cjs/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributesDelegation.d.ts +16 -0
- package/dist/cjs/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributesDelegation.js +3 -0
- package/dist/cjs/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributesDelegationStatus.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributesDelegationStatus.js +11 -0
- package/dist/cjs/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaMeta.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaMeta.js +3 -0
- package/dist/cjs/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZero.d.ts +5 -0
- package/dist/cjs/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZero.js +3 -0
- package/dist/cjs/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroData.d.ts +10 -0
- package/dist/cjs/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroData.js +3 -0
- package/dist/cjs/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributes.d.ts +15 -0
- package/dist/cjs/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributes.js +3 -0
- package/dist/cjs/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributesAgentsItem.d.ts +15 -0
- package/dist/cjs/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributesAgentsItem.js +3 -0
- package/dist/cjs/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributesAgentsItemLimits.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributesAgentsItemLimits.js +3 -0
- package/dist/cjs/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributesDelegation.d.ts +16 -0
- package/dist/cjs/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributesDelegation.js +3 -0
- package/dist/cjs/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributesDelegationStatus.d.ts +8 -0
- package/dist/cjs/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributesDelegationStatus.js +11 -0
- package/dist/cjs/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataType.d.ts +4 -0
- package/dist/cjs/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataType.js +7 -0
- package/dist/cjs/api/resources/simulations/types/index.d.ts +179 -0
- package/dist/cjs/api/resources/simulations/types/index.js +195 -0
- package/dist/cjs/api/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.d.ts +5 -0
- package/dist/cjs/api/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.js +5 -0
- package/dist/cjs/api/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.d.ts +5 -0
- package/dist/cjs/api/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.js +5 -0
- package/dist/cjs/api/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.d.ts +5 -0
- package/dist/cjs/api/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.js +5 -0
- package/dist/cjs/api/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.d.ts +5 -0
- package/dist/cjs/api/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.js +5 -0
- package/dist/cjs/api/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.d.ts +5 -0
- package/dist/cjs/api/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.js +5 -0
- package/dist/cjs/api/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.d.ts +5 -0
- package/dist/cjs/api/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.js +5 -0
- package/dist/cjs/api/resources/webhooks/types/WebhookEnabledEventsItem.d.ts +5 -0
- package/dist/cjs/api/resources/webhooks/types/WebhookEnabledEventsItem.js +5 -0
- package/dist/cjs/api/types/RequestTimeoutErrorBody.d.ts +2 -0
- package/dist/cjs/api/types/RequestTimeoutErrorBody.js +3 -0
- package/dist/cjs/api/types/RequestTimeoutErrorBodyOne.d.ts +7 -0
- package/dist/cjs/api/types/RequestTimeoutErrorBodyOne.js +3 -0
- package/dist/cjs/api/types/RequestTimeoutErrorBodyZero.d.ts +8 -0
- package/dist/cjs/api/types/RequestTimeoutErrorBodyZero.js +3 -0
- package/dist/cjs/api/types/RequestTimeoutErrorBodyZeroCode.d.ts +4 -0
- package/dist/cjs/api/types/RequestTimeoutErrorBodyZeroCode.js +7 -0
- package/dist/cjs/api/types/RequestTimeoutErrorBodyZeroData.d.ts +4 -0
- package/dist/cjs/api/types/RequestTimeoutErrorBodyZeroData.js +3 -0
- package/dist/cjs/api/types/RequestTimeoutErrorBodyZeroDataReason.d.ts +4 -0
- package/dist/cjs/api/types/RequestTimeoutErrorBodyZeroDataReason.js +7 -0
- package/dist/cjs/api/types/index.d.ts +6 -0
- package/dist/cjs/api/types/index.js +6 -0
- package/dist/cjs/serialization/resources/customers/client/requests/CreateInvitationsCustomersRequest.d.ts +2 -0
- package/dist/cjs/serialization/resources/customers/client/requests/CreateInvitationsCustomersRequest.js +2 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestDisableNotificationsItem.d.ts +7 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestDisableNotificationsItem.js +39 -0
- package/dist/cjs/serialization/resources/customers/types/index.d.ts +1 -0
- package/dist/cjs/serialization/resources/customers/types/index.js +1 -0
- package/dist/cjs/serialization/resources/events/types/GetEventsResponseDataAttributesEventType.d.ts +1 -1
- package/dist/cjs/serialization/resources/events/types/GetEventsResponseDataAttributesEventType.js +5 -0
- package/dist/cjs/serialization/resources/events/types/ListEventsRequestEventType.d.ts +1 -1
- package/dist/cjs/serialization/resources/events/types/ListEventsRequestEventType.js +5 -0
- package/dist/cjs/serialization/resources/events/types/ListEventsResponseDataItemAttributesEventType.d.ts +1 -1
- package/dist/cjs/serialization/resources/events/types/ListEventsResponseDataItemAttributesEventType.js +5 -0
- package/dist/cjs/serialization/resources/index.d.ts +6 -0
- package/dist/cjs/serialization/resources/index.js +7 -1
- package/dist/cjs/serialization/resources/invitationLinks/client/index.d.ts +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/client/index.js +17 -0
- package/dist/cjs/serialization/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.d.ts +12 -0
- package/dist/cjs/serialization/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.js +44 -0
- package/dist/cjs/serialization/resources/invitationLinks/client/requests/index.d.ts +1 -0
- package/dist/cjs/serialization/resources/invitationLinks/client/requests/index.js +5 -0
- package/dist/cjs/serialization/resources/invitationLinks/index.d.ts +2 -0
- package/dist/cjs/serialization/resources/invitationLinks/index.js +18 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItem.d.ts +13 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItem.js +45 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemLimits.d.ts +9 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemLimits.js +41 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.ts +7 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.js +47 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponse.d.ts +10 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponse.js +42 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseData.d.ts +15 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseData.js +47 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.d.ts +17 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.js +49 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItem.d.ts +12 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItem.js +44 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +7 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +47 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesStatus.d.ts +7 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesStatus.js +39 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataRelationships.d.ts +10 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataRelationships.js +42 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataRelationshipsDelegateeParty.d.ts +10 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataRelationshipsDelegateeParty.js +42 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataRelationshipsDelegateePartyData.d.ts +11 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataRelationshipsDelegateePartyData.js +43 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataRelationshipsDelegateePartyDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataRelationshipsDelegateePartyDataType.js +39 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataType.js +39 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponse.d.ts +10 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponse.js +42 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseData.d.ts +15 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseData.js +47 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.d.ts +16 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.js +48 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItem.d.ts +12 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItem.js +44 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +7 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +47 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesStatus.d.ts +7 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesStatus.js +39 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataRelationships.d.ts +10 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataRelationships.js +42 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataRelationshipsDelegateeParty.d.ts +10 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataRelationshipsDelegateeParty.js +42 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataRelationshipsDelegateePartyData.d.ts +11 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataRelationshipsDelegateePartyData.js +43 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataRelationshipsDelegateePartyDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataRelationshipsDelegateePartyDataType.js +39 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataType.js +39 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksRequestStatusFilter.d.ts +7 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksRequestStatusFilter.js +39 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponse.d.ts +12 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponse.js +44 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItem.d.ts +15 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItem.js +47 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.d.ts +16 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.js +48 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItem.d.ts +12 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItem.js +44 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.ts +7 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.js +47 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesStatus.d.ts +7 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesStatus.js +39 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemRelationships.d.ts +10 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemRelationships.js +42 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemRelationshipsDelegateeParty.d.ts +10 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemRelationshipsDelegateeParty.js +42 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemRelationshipsDelegateePartyData.d.ts +11 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemRelationshipsDelegateePartyData.js +43 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemRelationshipsDelegateePartyDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemRelationshipsDelegateePartyDataType.js +39 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemType.d.ts +7 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemType.js +39 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseMeta.d.ts +10 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseMeta.js +42 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseMetaPagination.d.ts +10 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/ListInvitationLinksResponseMetaPagination.js +42 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponse.d.ts +10 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponse.js +42 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseData.d.ts +15 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseData.js +47 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.d.ts +16 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.js +48 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItem.d.ts +12 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItem.js +44 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.ts +7 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.js +47 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesStatus.d.ts +7 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesStatus.js +39 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataRelationships.d.ts +10 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataRelationships.js +42 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataRelationshipsDelegateeParty.d.ts +10 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataRelationshipsDelegateeParty.js +42 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataRelationshipsDelegateePartyData.d.ts +11 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataRelationshipsDelegateePartyData.js +43 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataRelationshipsDelegateePartyDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataRelationshipsDelegateePartyDataType.js +39 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataType.js +39 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/index.d.ts +50 -0
- package/dist/cjs/serialization/resources/invitationLinks/types/index.js +66 -0
- package/dist/cjs/serialization/resources/paymentRequests/client/requests/NewPayReqParams.d.ts +2 -0
- package/dist/cjs/serialization/resources/paymentRequests/client/requests/NewPayReqParams.js +2 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/CreatePaymentRequestsRequestDisableNotificationsItem.d.ts +7 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/CreatePaymentRequestsRequestDisableNotificationsItem.js +39 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/index.d.ts +1 -0
- package/dist/cjs/serialization/resources/paymentRequests/types/index.js +1 -0
- package/dist/cjs/serialization/resources/payments/client/requests/NewPaymentParams.d.ts +2 -0
- package/dist/cjs/serialization/resources/payments/client/requests/NewPaymentParams.js +2 -0
- package/dist/cjs/serialization/resources/payments/types/CreatePaymentsRequestDisableNotificationsItem.d.ts +7 -0
- package/dist/cjs/serialization/resources/payments/types/CreatePaymentsRequestDisableNotificationsItem.js +39 -0
- package/dist/cjs/serialization/resources/payments/types/NewPaymentAttrs.d.ts +1 -0
- package/dist/cjs/serialization/resources/payments/types/NewPaymentAttrs.js +1 -0
- package/dist/cjs/serialization/resources/payments/types/index.d.ts +1 -0
- package/dist/cjs/serialization/resources/payments/types/index.js +1 -0
- package/dist/cjs/serialization/resources/simulations/client/index.d.ts +1 -0
- package/dist/cjs/serialization/resources/simulations/client/index.js +17 -0
- package/dist/cjs/serialization/resources/simulations/client/requests/AcceptCustomerInvitationSimulationsRequest.d.ts +9 -0
- package/dist/cjs/serialization/resources/simulations/client/requests/AcceptCustomerInvitationSimulationsRequest.js +41 -0
- package/dist/cjs/serialization/resources/simulations/client/requests/DeclineCustomerInvitationSimulationsRequest.d.ts +9 -0
- package/dist/cjs/serialization/resources/simulations/client/requests/DeclineCustomerInvitationSimulationsRequest.js +41 -0
- package/dist/cjs/serialization/resources/simulations/client/requests/FundCustomerSimulationsRequest.d.ts +12 -0
- package/dist/cjs/serialization/resources/simulations/client/requests/FundCustomerSimulationsRequest.js +44 -0
- package/dist/cjs/serialization/resources/simulations/client/requests/InviteCustomerSimulationsRequest.d.ts +11 -0
- package/dist/cjs/serialization/resources/simulations/client/requests/InviteCustomerSimulationsRequest.js +43 -0
- package/dist/cjs/serialization/resources/simulations/client/requests/index.d.ts +4 -0
- package/dist/cjs/serialization/resources/simulations/client/requests/index.js +11 -0
- package/dist/cjs/serialization/resources/simulations/index.d.ts +2 -0
- package/dist/cjs/serialization/resources/simulations/index.js +18 -0
- package/dist/cjs/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponse.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponse.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseData.d.ts +15 -0
- package/dist/cjs/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseData.js +47 -0
- package/dist/cjs/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributes.d.ts +28 -0
- package/dist/cjs/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributes.js +60 -0
- package/dist/cjs/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributesCancelReason.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributesCancelReason.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributesEffectiveStatus.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributesEffectiveStatus.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributesLimits.d.ts +9 -0
- package/dist/cjs/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributesLimits.js +41 -0
- package/dist/cjs/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributesStatus.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributesStatus.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationships.d.ts +12 -0
- package/dist/cjs/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationships.js +44 -0
- package/dist/cjs/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsAgent.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsAgent.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsAgentData.d.ts +11 -0
- package/dist/cjs/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsAgentData.js +43 -0
- package/dist/cjs/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsAgentDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsAgentDataType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsCustomerParty.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsCustomerParty.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsCustomerPartyData.d.ts +11 -0
- package/dist/cjs/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsCustomerPartyData.js +43 -0
- package/dist/cjs/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsCustomerPartyDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsCustomerPartyDataType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponse.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponse.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseData.d.ts +15 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseData.js +47 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.d.ts +15 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.js +47 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributesStatus.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributesStatus.js +49 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationships.d.ts +20 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationships.js +52 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsPaymentRequest.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsPaymentRequest.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsPaymentRequestData.d.ts +11 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsPaymentRequestData.js +43 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsPaymentRequestDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsPaymentRequestDataType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipient.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipient.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientAgent.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientAgent.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientAgentData.d.ts +11 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientAgentData.js +43 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientAgentDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientAgentDataType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientData.d.ts +11 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientData.js +43 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientDataType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSender.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSender.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderAgent.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderAgent.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderAgentData.d.ts +11 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderAgentData.js +43 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderAgentDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderAgentDataType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderData.d.ts +11 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderData.js +43 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderDataType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsTransaction.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsTransaction.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsTransactionData.d.ts +11 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsTransactionData.js +43 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsTransactionDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsTransactionDataType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponse.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponse.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseData.d.ts +15 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseData.js +47 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributes.d.ts +28 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributes.js +60 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesCancelReason.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesCancelReason.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesEffectiveStatus.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesEffectiveStatus.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesLimits.d.ts +9 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesLimits.js +41 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesStatus.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesStatus.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationships.d.ts +12 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationships.js +44 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsAgent.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsAgent.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsAgentData.d.ts +11 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsAgentData.js +43 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsAgentDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsAgentDataType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsCustomerParty.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsCustomerParty.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsCustomerPartyData.d.ts +11 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsCustomerPartyData.js +43 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsCustomerPartyDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsCustomerPartyDataType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponse.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponse.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseData.d.ts +15 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseData.js +47 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.d.ts +37 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.js +69 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributesInitiatorAgent.d.ts +11 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributesInitiatorAgent.js +43 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributesInitiatorParty.d.ts +11 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributesInitiatorParty.js +43 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributesPayerIdentifierType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributesPayerIdentifierType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributesStatus.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributesStatus.js +48 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationships.d.ts +18 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationships.js +50 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerAgent.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerAgent.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerAgentData.d.ts +11 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerAgentData.js +43 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerAgentDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerAgentDataType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerParty.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerParty.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerPartyData.d.ts +11 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerPartyData.js +43 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerPartyDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerPartyDataType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayment.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayment.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPaymentData.d.ts +11 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPaymentData.js +43 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPaymentDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPaymentDataType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsRequesterParty.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsRequesterParty.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsRequesterPartyData.d.ts +11 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsRequesterPartyData.js +43 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsRequesterPartyDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsRequesterPartyDataType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsWallet.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsWallet.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsWalletData.d.ts +11 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsWalletData.js +43 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsWalletDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsWalletDataType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponse.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponse.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseData.d.ts +15 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseData.js +47 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.d.ts +15 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.js +47 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributesStatus.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributesStatus.js +49 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationships.d.ts +20 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationships.js +52 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsPaymentRequest.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsPaymentRequest.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsPaymentRequestData.d.ts +11 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsPaymentRequestData.js +43 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsPaymentRequestDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsPaymentRequestDataType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipient.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipient.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientAgent.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientAgent.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientAgentData.d.ts +11 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientAgentData.js +43 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientAgentDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientAgentDataType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientData.d.ts +11 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientData.js +43 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientDataType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSender.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSender.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderAgent.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderAgent.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderAgentData.d.ts +11 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderAgentData.js +43 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderAgentDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderAgentDataType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderData.d.ts +11 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderData.js +43 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderDataType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsTransaction.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsTransaction.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsTransactionData.d.ts +11 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsTransactionData.js +43 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsTransactionDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsTransactionDataType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsRequestCurrency.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsRequestCurrency.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponse.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponse.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseData.d.ts +15 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseData.js +47 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.d.ts +25 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.js +57 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributesFailure.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributesFailure.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributesReturn.d.ts +11 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributesReturn.js +43 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributesStatus.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributesStatus.js +48 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributesType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributesType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationships.d.ts +18 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationships.js +50 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsDestWallet.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsDestWallet.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsDestWalletData.d.ts +11 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsDestWalletData.js +43 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsDestWalletDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsDestWalletDataType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsExternalAccount.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsExternalAccount.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsExternalAccountData.d.ts +11 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsExternalAccountData.js +43 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsExternalAccountDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsExternalAccountDataType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsParty.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsParty.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsPartyData.d.ts +11 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsPartyData.js +43 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsPartyDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsPartyDataType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsTransaction.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsTransaction.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsTransactionData.d.ts +11 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsTransactionData.js +43 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsTransactionDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsTransactionDataType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsWallet.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsWallet.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsWalletData.d.ts +11 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsWalletData.js +43 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsWalletDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsWalletDataType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsRequestType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsRequestType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponse.d.ts +12 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponse.js +44 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItem.d.ts +15 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItem.js +47 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributes.d.ts +28 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributes.js +60 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesCancelReason.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesCancelReason.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesEffectiveStatus.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesEffectiveStatus.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesLimits.d.ts +9 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesLimits.js +41 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesStatus.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesStatus.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationships.d.ts +12 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationships.js +44 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsAgent.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsAgent.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsAgentData.d.ts +11 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsAgentData.js +43 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsAgentDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsAgentDataType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsCustomerParty.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsCustomerParty.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsCustomerPartyData.d.ts +11 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsCustomerPartyData.js +43 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsCustomerPartyDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsCustomerPartyDataType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponseMeta.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponseMeta.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponseMetaCustomer.d.ts +12 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponseMetaCustomer.js +44 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponseMetaCustomerPartyType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsResponseMetaCustomerPartyType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponse.d.ts +12 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponse.js +44 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItem.d.ts +15 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItem.js +47 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.d.ts +18 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.js +50 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAccountType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAccountType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesConnectionStatus.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesConnectionStatus.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesStatus.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesStatus.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemRelationships.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemRelationships.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemRelationshipsParty.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemRelationshipsParty.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemRelationshipsPartyData.d.ts +11 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemRelationshipsPartyData.js +43 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemRelationshipsPartyDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemRelationshipsPartyDataType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseMeta.d.ts +12 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseMeta.js +44 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseMetaPagination.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseMetaPagination.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseMetaRejectedAccountsItem.d.ts +13 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseMetaRejectedAccountsItem.js +45 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseMetaRejectedAccountsItemReason.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseMetaRejectedAccountsItemReason.js +46 -0
- package/dist/cjs/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponse.d.ts +9 -0
- package/dist/cjs/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponse.js +44 -0
- package/dist/cjs/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMeta.d.ts +12 -0
- package/dist/cjs/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMeta.js +44 -0
- package/dist/cjs/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaData.d.ts +13 -0
- package/dist/cjs/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaData.js +45 -0
- package/dist/cjs/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributes.d.ts +16 -0
- package/dist/cjs/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributes.js +48 -0
- package/dist/cjs/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributesAgentsItem.d.ts +15 -0
- package/dist/cjs/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributesAgentsItem.js +47 -0
- package/dist/cjs/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributesAgentsItemLimits.d.ts +11 -0
- package/dist/cjs/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributesAgentsItemLimits.js +43 -0
- package/dist/cjs/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributesDelegation.d.ts +14 -0
- package/dist/cjs/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributesDelegation.js +46 -0
- package/dist/cjs/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributesDelegationStatus.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributesDelegationStatus.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaMeta.d.ts +9 -0
- package/dist/cjs/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaMeta.js +41 -0
- package/dist/cjs/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZero.d.ts +10 -0
- package/dist/cjs/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZero.js +42 -0
- package/dist/cjs/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroData.d.ts +13 -0
- package/dist/cjs/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroData.js +45 -0
- package/dist/cjs/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributes.d.ts +16 -0
- package/dist/cjs/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributes.js +48 -0
- package/dist/cjs/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributesAgentsItem.d.ts +15 -0
- package/dist/cjs/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributesAgentsItem.js +47 -0
- package/dist/cjs/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributesAgentsItemLimits.d.ts +11 -0
- package/dist/cjs/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributesAgentsItemLimits.js +43 -0
- package/dist/cjs/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributesDelegation.d.ts +14 -0
- package/dist/cjs/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributesDelegation.js +46 -0
- package/dist/cjs/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributesDelegationStatus.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributesDelegationStatus.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataType.d.ts +7 -0
- package/dist/cjs/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataType.js +39 -0
- package/dist/cjs/serialization/resources/simulations/types/index.d.ts +179 -0
- package/dist/cjs/serialization/resources/simulations/types/index.js +195 -0
- package/dist/cjs/serialization/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.js +5 -0
- package/dist/cjs/serialization/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.js +5 -0
- package/dist/cjs/serialization/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.js +5 -0
- package/dist/cjs/serialization/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.js +5 -0
- package/dist/cjs/serialization/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.js +5 -0
- package/dist/cjs/serialization/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.js +5 -0
- package/dist/cjs/serialization/resources/webhooks/types/WebhookEnabledEventsItem.d.ts +1 -1
- package/dist/cjs/serialization/resources/webhooks/types/WebhookEnabledEventsItem.js +5 -0
- package/dist/cjs/serialization/types/RequestTimeoutErrorBody.d.ts +9 -0
- package/dist/cjs/serialization/types/RequestTimeoutErrorBody.js +41 -0
- package/dist/cjs/serialization/types/RequestTimeoutErrorBodyOne.d.ts +13 -0
- package/dist/cjs/serialization/types/RequestTimeoutErrorBodyOne.js +45 -0
- package/dist/cjs/serialization/types/RequestTimeoutErrorBodyZero.d.ts +15 -0
- package/dist/cjs/serialization/types/RequestTimeoutErrorBodyZero.js +47 -0
- package/dist/cjs/serialization/types/RequestTimeoutErrorBodyZeroCode.d.ts +7 -0
- package/dist/cjs/serialization/types/RequestTimeoutErrorBodyZeroCode.js +39 -0
- package/dist/cjs/serialization/types/RequestTimeoutErrorBodyZeroData.d.ts +10 -0
- package/dist/cjs/serialization/types/RequestTimeoutErrorBodyZeroData.js +42 -0
- package/dist/cjs/serialization/types/RequestTimeoutErrorBodyZeroDataReason.d.ts +7 -0
- package/dist/cjs/serialization/types/RequestTimeoutErrorBodyZeroDataReason.js +39 -0
- package/dist/cjs/serialization/types/index.d.ts +6 -0
- package/dist/cjs/serialization/types/index.js +6 -0
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/BaseClient.mjs +2 -2
- package/dist/esm/Client.d.mts +6 -0
- package/dist/esm/Client.mjs +10 -0
- package/dist/esm/api/errors/RequestTimeoutError.d.mts +5 -0
- package/dist/esm/api/errors/RequestTimeoutError.mjs +17 -0
- package/dist/esm/api/errors/index.d.mts +1 -0
- package/dist/esm/api/errors/index.mjs +1 -0
- package/dist/esm/api/resources/customers/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/customers/client/Client.mjs +1 -1
- package/dist/esm/api/resources/customers/client/requests/CreateInvitationsCustomersRequest.d.mts +2 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestDisableNotificationsItem.d.mts +4 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestDisableNotificationsItem.mjs +4 -0
- package/dist/esm/api/resources/customers/types/index.d.mts +1 -0
- package/dist/esm/api/resources/customers/types/index.mjs +1 -0
- package/dist/esm/api/resources/events/types/GetEventsResponseDataAttributesEventType.d.mts +5 -0
- package/dist/esm/api/resources/events/types/GetEventsResponseDataAttributesEventType.mjs +5 -0
- package/dist/esm/api/resources/events/types/ListEventsRequestEventType.d.mts +5 -0
- package/dist/esm/api/resources/events/types/ListEventsRequestEventType.mjs +5 -0
- package/dist/esm/api/resources/events/types/ListEventsResponseDataItemAttributesEventType.d.mts +5 -0
- package/dist/esm/api/resources/events/types/ListEventsResponseDataItemAttributesEventType.mjs +5 -0
- package/dist/esm/api/resources/index.d.mts +6 -0
- package/dist/esm/api/resources/index.mjs +6 -0
- package/dist/esm/api/resources/invitationLinks/client/Client.d.mts +133 -0
- package/dist/esm/api/resources/invitationLinks/client/Client.mjs +443 -0
- package/dist/esm/api/resources/invitationLinks/client/index.d.mts +1 -0
- package/dist/esm/api/resources/invitationLinks/client/index.mjs +1 -0
- package/dist/esm/api/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.d.mts +22 -0
- package/dist/esm/api/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.mjs +2 -0
- package/dist/esm/api/resources/invitationLinks/client/requests/GetInvitationLinksRequest.d.mts +9 -0
- package/dist/esm/api/resources/invitationLinks/client/requests/GetInvitationLinksRequest.mjs +2 -0
- package/dist/esm/api/resources/invitationLinks/client/requests/ListInvitationLinksRequest.d.mts +10 -0
- package/dist/esm/api/resources/invitationLinks/client/requests/ListInvitationLinksRequest.mjs +2 -0
- package/dist/esm/api/resources/invitationLinks/client/requests/RevokeInvitationLinksRequest.d.mts +9 -0
- package/dist/esm/api/resources/invitationLinks/client/requests/RevokeInvitationLinksRequest.mjs +2 -0
- package/dist/esm/api/resources/invitationLinks/client/requests/index.d.mts +4 -0
- package/dist/esm/api/resources/invitationLinks/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/invitationLinks/exports.d.mts +2 -0
- package/dist/esm/api/resources/invitationLinks/exports.mjs +3 -0
- package/dist/esm/api/resources/invitationLinks/index.d.mts +2 -0
- package/dist/esm/api/resources/invitationLinks/index.mjs +2 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItem.d.mts +9 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItem.mjs +2 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemLimits.d.mts +7 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemLimits.mjs +2 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.mts +10 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.mjs +10 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponse.d.mts +4 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponse.mjs +2 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseData.d.mts +11 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseData.mjs +2 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.d.mts +20 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.mjs +2 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItem.d.mts +9 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItem.mjs +2 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +10 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +10 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesStatus.d.mts +6 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesStatus.mjs +6 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataRelationships.d.mts +8 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataRelationships.mjs +2 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataRelationshipsDelegateeParty.d.mts +8 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataRelationshipsDelegateeParty.mjs +2 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataRelationshipsDelegateePartyData.d.mts +8 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataRelationshipsDelegateePartyData.mjs +2 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataRelationshipsDelegateePartyDataType.d.mts +4 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataRelationshipsDelegateePartyDataType.mjs +4 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataType.d.mts +5 -0
- package/dist/esm/api/resources/invitationLinks/types/CreateInvitationLinksResponseDataType.mjs +5 -0
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponse.d.mts +4 -0
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponse.mjs +2 -0
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseData.d.mts +11 -0
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseData.mjs +2 -0
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.d.mts +18 -0
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.mjs +2 -0
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItem.d.mts +9 -0
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItem.mjs +2 -0
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +10 -0
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +10 -0
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesStatus.d.mts +6 -0
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesStatus.mjs +6 -0
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataRelationships.d.mts +8 -0
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataRelationships.mjs +2 -0
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataRelationshipsDelegateeParty.d.mts +8 -0
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataRelationshipsDelegateeParty.mjs +2 -0
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataRelationshipsDelegateePartyData.d.mts +8 -0
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataRelationshipsDelegateePartyData.mjs +2 -0
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataRelationshipsDelegateePartyDataType.d.mts +4 -0
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataRelationshipsDelegateePartyDataType.mjs +4 -0
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataType.d.mts +5 -0
- package/dist/esm/api/resources/invitationLinks/types/GetInvitationLinksResponseDataType.mjs +5 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksRequestStatusFilter.d.mts +6 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksRequestStatusFilter.mjs +6 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponse.d.mts +5 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponse.mjs +2 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItem.d.mts +11 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItem.mjs +2 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.d.mts +18 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.mjs +2 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItem.d.mts +9 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItem.mjs +2 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.mts +10 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.mjs +10 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesStatus.d.mts +6 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesStatus.mjs +6 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemRelationships.d.mts +8 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemRelationships.mjs +2 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemRelationshipsDelegateeParty.d.mts +8 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemRelationshipsDelegateeParty.mjs +2 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemRelationshipsDelegateePartyData.d.mts +8 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemRelationshipsDelegateePartyData.mjs +2 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemRelationshipsDelegateePartyDataType.d.mts +4 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemRelationshipsDelegateePartyDataType.mjs +4 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemType.d.mts +5 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseDataItemType.mjs +5 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseMeta.d.mts +4 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseMeta.mjs +2 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseMetaPagination.d.mts +6 -0
- package/dist/esm/api/resources/invitationLinks/types/ListInvitationLinksResponseMetaPagination.mjs +2 -0
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponse.d.mts +4 -0
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponse.mjs +2 -0
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseData.d.mts +11 -0
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseData.mjs +2 -0
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.d.mts +18 -0
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.mjs +2 -0
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItem.d.mts +9 -0
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItem.mjs +2 -0
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +10 -0
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +10 -0
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesStatus.d.mts +6 -0
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesStatus.mjs +6 -0
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataRelationships.d.mts +8 -0
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataRelationships.mjs +2 -0
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataRelationshipsDelegateeParty.d.mts +8 -0
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataRelationshipsDelegateeParty.mjs +2 -0
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataRelationshipsDelegateePartyData.d.mts +8 -0
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataRelationshipsDelegateePartyData.mjs +2 -0
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataRelationshipsDelegateePartyDataType.d.mts +4 -0
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataRelationshipsDelegateePartyDataType.mjs +4 -0
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataType.d.mts +5 -0
- package/dist/esm/api/resources/invitationLinks/types/RevokeInvitationLinksResponseDataType.mjs +5 -0
- package/dist/esm/api/resources/invitationLinks/types/index.d.mts +50 -0
- package/dist/esm/api/resources/invitationLinks/types/index.mjs +50 -0
- package/dist/esm/api/resources/paymentRequests/client/requests/NewPayReqParams.d.mts +2 -0
- package/dist/esm/api/resources/paymentRequests/types/CreatePaymentRequestsRequestDisableNotificationsItem.d.mts +4 -0
- package/dist/esm/api/resources/paymentRequests/types/CreatePaymentRequestsRequestDisableNotificationsItem.mjs +4 -0
- package/dist/esm/api/resources/paymentRequests/types/index.d.mts +1 -0
- package/dist/esm/api/resources/paymentRequests/types/index.mjs +1 -0
- package/dist/esm/api/resources/payments/client/requests/NewPaymentParams.d.mts +2 -0
- package/dist/esm/api/resources/payments/types/CreatePaymentsRequestDisableNotificationsItem.d.mts +4 -0
- package/dist/esm/api/resources/payments/types/CreatePaymentsRequestDisableNotificationsItem.mjs +4 -0
- package/dist/esm/api/resources/payments/types/NewPaymentAttrs.d.mts +2 -0
- package/dist/esm/api/resources/payments/types/index.d.mts +1 -0
- package/dist/esm/api/resources/payments/types/index.mjs +1 -0
- package/dist/esm/api/resources/simulations/client/Client.d.mts +287 -0
- package/dist/esm/api/resources/simulations/client/Client.mjs +983 -0
- package/dist/esm/api/resources/simulations/client/index.d.mts +1 -0
- package/dist/esm/api/resources/simulations/client/index.mjs +1 -0
- package/dist/esm/api/resources/simulations/client/requests/AcceptCustomerInvitationSimulationsRequest.d.mts +15 -0
- package/dist/esm/api/resources/simulations/client/requests/AcceptCustomerInvitationSimulationsRequest.mjs +2 -0
- package/dist/esm/api/resources/simulations/client/requests/CompletePaymentClaimSimulationsRequest.d.mts +9 -0
- package/dist/esm/api/resources/simulations/client/requests/CompletePaymentClaimSimulationsRequest.mjs +2 -0
- package/dist/esm/api/resources/simulations/client/requests/DeclineCustomerInvitationSimulationsRequest.d.mts +15 -0
- package/dist/esm/api/resources/simulations/client/requests/DeclineCustomerInvitationSimulationsRequest.mjs +2 -0
- package/dist/esm/api/resources/simulations/client/requests/DeclinePaymentRequestSimulationsRequest.d.mts +12 -0
- package/dist/esm/api/resources/simulations/client/requests/DeclinePaymentRequestSimulationsRequest.mjs +2 -0
- package/dist/esm/api/resources/simulations/client/requests/FulfillPaymentRequestSimulationsRequest.d.mts +12 -0
- package/dist/esm/api/resources/simulations/client/requests/FulfillPaymentRequestSimulationsRequest.mjs +2 -0
- package/dist/esm/api/resources/simulations/client/requests/FundCustomerSimulationsRequest.d.mts +21 -0
- package/dist/esm/api/resources/simulations/client/requests/FundCustomerSimulationsRequest.mjs +2 -0
- package/dist/esm/api/resources/simulations/client/requests/InviteCustomerSimulationsRequest.d.mts +17 -0
- package/dist/esm/api/resources/simulations/client/requests/InviteCustomerSimulationsRequest.mjs +2 -0
- package/dist/esm/api/resources/simulations/client/requests/LinkExternalAccountSimulationsRequest.d.mts +10 -0
- package/dist/esm/api/resources/simulations/client/requests/LinkExternalAccountSimulationsRequest.mjs +2 -0
- package/dist/esm/api/resources/simulations/client/requests/RevokeAgentConnectionSimulationsRequest.d.mts +14 -0
- package/dist/esm/api/resources/simulations/client/requests/RevokeAgentConnectionSimulationsRequest.mjs +2 -0
- package/dist/esm/api/resources/simulations/client/requests/index.d.mts +9 -0
- package/dist/esm/api/resources/simulations/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/simulations/exports.d.mts +2 -0
- package/dist/esm/api/resources/simulations/exports.mjs +3 -0
- package/dist/esm/api/resources/simulations/index.d.mts +2 -0
- package/dist/esm/api/resources/simulations/index.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponse.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponse.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseData.d.mts +10 -0
- package/dist/esm/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseData.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributes.d.mts +38 -0
- package/dist/esm/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributes.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributesCancelReason.d.mts +6 -0
- package/dist/esm/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributesCancelReason.mjs +6 -0
- package/dist/esm/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributesEffectiveStatus.d.mts +9 -0
- package/dist/esm/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributesEffectiveStatus.mjs +9 -0
- package/dist/esm/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributesLimits.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributesLimits.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributesStatus.d.mts +9 -0
- package/dist/esm/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributesStatus.mjs +9 -0
- package/dist/esm/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationships.d.mts +10 -0
- package/dist/esm/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationships.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsAgent.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsAgent.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsAgentData.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsAgentData.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsAgentDataType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsAgentDataType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsCustomerParty.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsCustomerParty.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsCustomerPartyData.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsCustomerPartyData.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsCustomerPartyDataType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsCustomerPartyDataType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponse.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponse.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseData.d.mts +7 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseData.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.d.mts +15 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributesStatus.d.mts +13 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributesStatus.mjs +13 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationships.d.mts +15 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationships.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsPaymentRequest.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsPaymentRequest.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsPaymentRequestData.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsPaymentRequestData.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsPaymentRequestDataType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsPaymentRequestDataType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipient.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipient.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientAgent.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientAgent.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientAgentData.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientAgentData.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientAgentDataType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientAgentDataType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientData.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientData.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientDataType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientDataType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSender.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSender.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderAgent.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderAgent.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderAgentData.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderAgentData.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderAgentDataType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderAgentDataType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderData.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderData.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderDataType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderDataType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsTransaction.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsTransaction.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsTransactionData.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsTransactionData.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsTransactionDataType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsTransactionDataType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponse.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponse.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseData.d.mts +10 -0
- package/dist/esm/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseData.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributes.d.mts +38 -0
- package/dist/esm/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributes.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesCancelReason.d.mts +6 -0
- package/dist/esm/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesCancelReason.mjs +6 -0
- package/dist/esm/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesEffectiveStatus.d.mts +9 -0
- package/dist/esm/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesEffectiveStatus.mjs +9 -0
- package/dist/esm/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesLimits.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesLimits.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesStatus.d.mts +9 -0
- package/dist/esm/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesStatus.mjs +9 -0
- package/dist/esm/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationships.d.mts +10 -0
- package/dist/esm/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationships.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsAgent.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsAgent.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsAgentData.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsAgentData.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsAgentDataType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsAgentDataType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsCustomerParty.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsCustomerParty.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsCustomerPartyData.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsCustomerPartyData.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsCustomerPartyDataType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsCustomerPartyDataType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponse.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponse.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseData.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseData.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.d.mts +53 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributesInitiatorAgent.d.mts +6 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributesInitiatorAgent.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributesInitiatorParty.d.mts +6 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributesInitiatorParty.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributesPayerIdentifierType.d.mts +9 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributesPayerIdentifierType.mjs +9 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributesStatus.d.mts +12 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributesStatus.mjs +12 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationships.d.mts +13 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationships.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerAgent.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerAgent.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerAgentData.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerAgentData.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerAgentDataType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerAgentDataType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerParty.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerParty.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerPartyData.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerPartyData.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerPartyDataType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerPartyDataType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayment.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayment.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPaymentData.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPaymentData.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPaymentDataType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPaymentDataType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsRequesterParty.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsRequesterParty.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsRequesterPartyData.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsRequesterPartyData.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsRequesterPartyDataType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsRequesterPartyDataType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsWallet.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsWallet.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsWalletData.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsWalletData.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsWalletDataType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsWalletDataType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponse.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponse.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseData.d.mts +7 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseData.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.d.mts +15 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributesStatus.d.mts +13 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributesStatus.mjs +13 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationships.d.mts +15 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationships.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsPaymentRequest.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsPaymentRequest.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsPaymentRequestData.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsPaymentRequestData.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsPaymentRequestDataType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsPaymentRequestDataType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipient.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipient.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientAgent.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientAgent.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientAgentData.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientAgentData.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientAgentDataType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientAgentDataType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientData.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientData.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientDataType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientDataType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSender.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSender.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderAgent.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderAgent.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderAgentData.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderAgentData.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderAgentDataType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderAgentDataType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderData.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderData.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderDataType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderDataType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsTransaction.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsTransaction.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsTransactionData.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsTransactionData.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsTransactionDataType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsTransactionDataType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsRequestCurrency.d.mts +5 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsRequestCurrency.mjs +5 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponse.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponse.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseData.d.mts +7 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseData.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.d.mts +29 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataAttributesFailure.d.mts +6 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataAttributesFailure.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataAttributesReturn.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataAttributesReturn.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataAttributesStatus.d.mts +12 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataAttributesStatus.mjs +12 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataAttributesType.d.mts +7 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataAttributesType.mjs +7 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationships.d.mts +13 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationships.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsDestWallet.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsDestWallet.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsDestWalletData.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsDestWalletData.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsDestWalletDataType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsDestWalletDataType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsExternalAccount.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsExternalAccount.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsExternalAccountData.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsExternalAccountData.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsExternalAccountDataType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsExternalAccountDataType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsParty.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsParty.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsPartyData.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsPartyData.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsPartyDataType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsPartyDataType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsTransaction.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsTransaction.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsTransactionData.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsTransactionData.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsTransactionDataType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsTransactionDataType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsWallet.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsWallet.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsWalletData.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsWalletData.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsWalletDataType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsWalletDataType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/FundCustomerSimulationsResponseDataType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsRequestType.d.mts +6 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsRequestType.mjs +6 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponse.d.mts +6 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponse.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItem.d.mts +10 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItem.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributes.d.mts +38 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributes.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesCancelReason.d.mts +6 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesCancelReason.mjs +6 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesEffectiveStatus.d.mts +9 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesEffectiveStatus.mjs +9 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesLimits.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesLimits.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesStatus.d.mts +9 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesStatus.mjs +9 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationships.d.mts +10 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationships.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsAgent.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsAgent.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsAgentData.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsAgentData.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsAgentDataType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsAgentDataType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsCustomerParty.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsCustomerParty.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsCustomerPartyData.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsCustomerPartyData.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsCustomerPartyDataType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsCustomerPartyDataType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponseDataItemType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponseMeta.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponseMeta.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponseMetaCustomer.d.mts +9 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponseMetaCustomer.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponseMetaCustomerPartyType.d.mts +6 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsResponseMetaCustomerPartyType.mjs +6 -0
- package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponse.d.mts +6 -0
- package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponse.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItem.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItem.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.d.mts +17 -0
- package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAccountType.d.mts +6 -0
- package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAccountType.mjs +6 -0
- package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesConnectionStatus.d.mts +7 -0
- package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesConnectionStatus.mjs +7 -0
- package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesStatus.d.mts +10 -0
- package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesStatus.mjs +10 -0
- package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemRelationships.d.mts +5 -0
- package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemRelationships.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemRelationshipsParty.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemRelationshipsParty.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemRelationshipsPartyData.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemRelationshipsPartyData.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemRelationshipsPartyDataType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemRelationshipsPartyDataType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseMeta.d.mts +6 -0
- package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseMeta.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseMetaPagination.d.mts +6 -0
- package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseMetaPagination.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseMetaRejectedAccountsItem.d.mts +11 -0
- package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseMetaRejectedAccountsItem.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseMetaRejectedAccountsItemReason.d.mts +10 -0
- package/dist/esm/api/resources/simulations/types/LinkExternalAccountSimulationsResponseMetaRejectedAccountsItemReason.mjs +10 -0
- package/dist/esm/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponse.d.mts +2 -0
- package/dist/esm/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponse.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMeta.d.mts +6 -0
- package/dist/esm/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMeta.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaData.d.mts +10 -0
- package/dist/esm/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaData.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributes.d.mts +15 -0
- package/dist/esm/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributes.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributesAgentsItem.d.mts +15 -0
- package/dist/esm/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributesAgentsItem.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributesAgentsItemLimits.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributesAgentsItemLimits.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributesDelegation.d.mts +16 -0
- package/dist/esm/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributesDelegation.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributesDelegationStatus.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributesDelegationStatus.mjs +8 -0
- package/dist/esm/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaMeta.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaMeta.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZero.d.mts +5 -0
- package/dist/esm/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZero.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroData.d.mts +10 -0
- package/dist/esm/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroData.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributes.d.mts +15 -0
- package/dist/esm/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributes.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributesAgentsItem.d.mts +15 -0
- package/dist/esm/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributesAgentsItem.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributesAgentsItemLimits.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributesAgentsItemLimits.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributesDelegation.d.mts +16 -0
- package/dist/esm/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributesDelegation.mjs +2 -0
- package/dist/esm/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributesDelegationStatus.d.mts +8 -0
- package/dist/esm/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributesDelegationStatus.mjs +8 -0
- package/dist/esm/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataType.d.mts +4 -0
- package/dist/esm/api/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataType.mjs +4 -0
- package/dist/esm/api/resources/simulations/types/index.d.mts +179 -0
- package/dist/esm/api/resources/simulations/types/index.mjs +179 -0
- package/dist/esm/api/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.d.mts +5 -0
- package/dist/esm/api/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.mjs +5 -0
- package/dist/esm/api/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.d.mts +5 -0
- package/dist/esm/api/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.mjs +5 -0
- package/dist/esm/api/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.d.mts +5 -0
- package/dist/esm/api/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.mjs +5 -0
- package/dist/esm/api/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.d.mts +5 -0
- package/dist/esm/api/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.mjs +5 -0
- package/dist/esm/api/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.d.mts +5 -0
- package/dist/esm/api/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.mjs +5 -0
- package/dist/esm/api/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.d.mts +5 -0
- package/dist/esm/api/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.mjs +5 -0
- package/dist/esm/api/resources/webhooks/types/WebhookEnabledEventsItem.d.mts +5 -0
- package/dist/esm/api/resources/webhooks/types/WebhookEnabledEventsItem.mjs +5 -0
- package/dist/esm/api/types/RequestTimeoutErrorBody.d.mts +2 -0
- package/dist/esm/api/types/RequestTimeoutErrorBody.mjs +2 -0
- package/dist/esm/api/types/RequestTimeoutErrorBodyOne.d.mts +7 -0
- package/dist/esm/api/types/RequestTimeoutErrorBodyOne.mjs +2 -0
- package/dist/esm/api/types/RequestTimeoutErrorBodyZero.d.mts +8 -0
- package/dist/esm/api/types/RequestTimeoutErrorBodyZero.mjs +2 -0
- package/dist/esm/api/types/RequestTimeoutErrorBodyZeroCode.d.mts +4 -0
- package/dist/esm/api/types/RequestTimeoutErrorBodyZeroCode.mjs +4 -0
- package/dist/esm/api/types/RequestTimeoutErrorBodyZeroData.d.mts +4 -0
- package/dist/esm/api/types/RequestTimeoutErrorBodyZeroData.mjs +2 -0
- package/dist/esm/api/types/RequestTimeoutErrorBodyZeroDataReason.d.mts +4 -0
- package/dist/esm/api/types/RequestTimeoutErrorBodyZeroDataReason.mjs +4 -0
- package/dist/esm/api/types/index.d.mts +6 -0
- package/dist/esm/api/types/index.mjs +6 -0
- package/dist/esm/serialization/resources/customers/client/requests/CreateInvitationsCustomersRequest.d.mts +2 -0
- package/dist/esm/serialization/resources/customers/client/requests/CreateInvitationsCustomersRequest.mjs +2 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestDisableNotificationsItem.d.mts +7 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestDisableNotificationsItem.mjs +3 -0
- package/dist/esm/serialization/resources/customers/types/index.d.mts +1 -0
- package/dist/esm/serialization/resources/customers/types/index.mjs +1 -0
- package/dist/esm/serialization/resources/events/types/GetEventsResponseDataAttributesEventType.d.mts +1 -1
- package/dist/esm/serialization/resources/events/types/GetEventsResponseDataAttributesEventType.mjs +5 -0
- package/dist/esm/serialization/resources/events/types/ListEventsRequestEventType.d.mts +1 -1
- package/dist/esm/serialization/resources/events/types/ListEventsRequestEventType.mjs +5 -0
- package/dist/esm/serialization/resources/events/types/ListEventsResponseDataItemAttributesEventType.d.mts +1 -1
- package/dist/esm/serialization/resources/events/types/ListEventsResponseDataItemAttributesEventType.mjs +5 -0
- package/dist/esm/serialization/resources/index.d.mts +6 -0
- package/dist/esm/serialization/resources/index.mjs +6 -0
- package/dist/esm/serialization/resources/invitationLinks/client/index.d.mts +1 -0
- package/dist/esm/serialization/resources/invitationLinks/client/index.mjs +1 -0
- package/dist/esm/serialization/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.d.mts +12 -0
- package/dist/esm/serialization/resources/invitationLinks/client/requests/CreateInvitationLinksRequest.mjs +8 -0
- package/dist/esm/serialization/resources/invitationLinks/client/requests/index.d.mts +1 -0
- package/dist/esm/serialization/resources/invitationLinks/client/requests/index.mjs +1 -0
- package/dist/esm/serialization/resources/invitationLinks/index.d.mts +2 -0
- package/dist/esm/serialization/resources/invitationLinks/index.mjs +2 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItem.d.mts +13 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItem.mjs +9 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemLimits.d.mts +9 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemLimits.mjs +5 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.d.mts +7 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksRequestProposedAgentsItemPermissionsItem.mjs +11 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponse.d.mts +10 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponse.mjs +6 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseData.d.mts +15 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseData.mjs +11 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.d.mts +17 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributes.mjs +13 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItem.d.mts +12 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItem.mjs +8 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +7 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +11 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesStatus.d.mts +7 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataAttributesStatus.mjs +3 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataRelationships.d.mts +10 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataRelationships.mjs +6 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataRelationshipsDelegateeParty.d.mts +10 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataRelationshipsDelegateeParty.mjs +6 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataRelationshipsDelegateePartyData.d.mts +11 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataRelationshipsDelegateePartyData.mjs +7 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataRelationshipsDelegateePartyDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataRelationshipsDelegateePartyDataType.mjs +3 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/invitationLinks/types/CreateInvitationLinksResponseDataType.mjs +3 -0
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponse.d.mts +10 -0
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponse.mjs +6 -0
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseData.d.mts +15 -0
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseData.mjs +11 -0
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.d.mts +16 -0
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributes.mjs +12 -0
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItem.d.mts +12 -0
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItem.mjs +8 -0
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +7 -0
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +11 -0
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesStatus.d.mts +7 -0
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataAttributesStatus.mjs +3 -0
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataRelationships.d.mts +10 -0
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataRelationships.mjs +6 -0
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataRelationshipsDelegateeParty.d.mts +10 -0
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataRelationshipsDelegateeParty.mjs +6 -0
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataRelationshipsDelegateePartyData.d.mts +11 -0
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataRelationshipsDelegateePartyData.mjs +7 -0
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataRelationshipsDelegateePartyDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataRelationshipsDelegateePartyDataType.mjs +3 -0
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/invitationLinks/types/GetInvitationLinksResponseDataType.mjs +3 -0
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksRequestStatusFilter.d.mts +7 -0
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksRequestStatusFilter.mjs +3 -0
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponse.d.mts +12 -0
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponse.mjs +8 -0
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItem.d.mts +15 -0
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItem.mjs +11 -0
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.d.mts +16 -0
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributes.mjs +12 -0
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItem.d.mts +12 -0
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItem.mjs +8 -0
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.d.mts +7 -0
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesProposedAgentsItemPermissionsItem.mjs +11 -0
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesStatus.d.mts +7 -0
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemAttributesStatus.mjs +3 -0
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemRelationships.d.mts +10 -0
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemRelationships.mjs +6 -0
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemRelationshipsDelegateeParty.d.mts +10 -0
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemRelationshipsDelegateeParty.mjs +6 -0
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemRelationshipsDelegateePartyData.d.mts +11 -0
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemRelationshipsDelegateePartyData.mjs +7 -0
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemRelationshipsDelegateePartyDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemRelationshipsDelegateePartyDataType.mjs +3 -0
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemType.d.mts +7 -0
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseDataItemType.mjs +3 -0
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseMeta.d.mts +10 -0
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseMeta.mjs +6 -0
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseMetaPagination.d.mts +10 -0
- package/dist/esm/serialization/resources/invitationLinks/types/ListInvitationLinksResponseMetaPagination.mjs +6 -0
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponse.d.mts +10 -0
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponse.mjs +6 -0
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseData.d.mts +15 -0
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseData.mjs +11 -0
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.d.mts +16 -0
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributes.mjs +12 -0
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItem.d.mts +12 -0
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItem.mjs +8 -0
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.d.mts +7 -0
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesProposedAgentsItemPermissionsItem.mjs +11 -0
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesStatus.d.mts +7 -0
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataAttributesStatus.mjs +3 -0
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataRelationships.d.mts +10 -0
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataRelationships.mjs +6 -0
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataRelationshipsDelegateeParty.d.mts +10 -0
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataRelationshipsDelegateeParty.mjs +6 -0
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataRelationshipsDelegateePartyData.d.mts +11 -0
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataRelationshipsDelegateePartyData.mjs +7 -0
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataRelationshipsDelegateePartyDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataRelationshipsDelegateePartyDataType.mjs +3 -0
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/invitationLinks/types/RevokeInvitationLinksResponseDataType.mjs +3 -0
- package/dist/esm/serialization/resources/invitationLinks/types/index.d.mts +50 -0
- package/dist/esm/serialization/resources/invitationLinks/types/index.mjs +50 -0
- package/dist/esm/serialization/resources/paymentRequests/client/requests/NewPayReqParams.d.mts +2 -0
- package/dist/esm/serialization/resources/paymentRequests/client/requests/NewPayReqParams.mjs +2 -0
- package/dist/esm/serialization/resources/paymentRequests/types/CreatePaymentRequestsRequestDisableNotificationsItem.d.mts +7 -0
- package/dist/esm/serialization/resources/paymentRequests/types/CreatePaymentRequestsRequestDisableNotificationsItem.mjs +3 -0
- package/dist/esm/serialization/resources/paymentRequests/types/index.d.mts +1 -0
- package/dist/esm/serialization/resources/paymentRequests/types/index.mjs +1 -0
- package/dist/esm/serialization/resources/payments/client/requests/NewPaymentParams.d.mts +2 -0
- package/dist/esm/serialization/resources/payments/client/requests/NewPaymentParams.mjs +2 -0
- package/dist/esm/serialization/resources/payments/types/CreatePaymentsRequestDisableNotificationsItem.d.mts +7 -0
- package/dist/esm/serialization/resources/payments/types/CreatePaymentsRequestDisableNotificationsItem.mjs +3 -0
- package/dist/esm/serialization/resources/payments/types/NewPaymentAttrs.d.mts +1 -0
- package/dist/esm/serialization/resources/payments/types/NewPaymentAttrs.mjs +1 -0
- package/dist/esm/serialization/resources/payments/types/index.d.mts +1 -0
- package/dist/esm/serialization/resources/payments/types/index.mjs +1 -0
- package/dist/esm/serialization/resources/simulations/client/index.d.mts +1 -0
- package/dist/esm/serialization/resources/simulations/client/index.mjs +1 -0
- package/dist/esm/serialization/resources/simulations/client/requests/AcceptCustomerInvitationSimulationsRequest.d.mts +9 -0
- package/dist/esm/serialization/resources/simulations/client/requests/AcceptCustomerInvitationSimulationsRequest.mjs +5 -0
- package/dist/esm/serialization/resources/simulations/client/requests/DeclineCustomerInvitationSimulationsRequest.d.mts +9 -0
- package/dist/esm/serialization/resources/simulations/client/requests/DeclineCustomerInvitationSimulationsRequest.mjs +5 -0
- package/dist/esm/serialization/resources/simulations/client/requests/FundCustomerSimulationsRequest.d.mts +12 -0
- package/dist/esm/serialization/resources/simulations/client/requests/FundCustomerSimulationsRequest.mjs +8 -0
- package/dist/esm/serialization/resources/simulations/client/requests/InviteCustomerSimulationsRequest.d.mts +11 -0
- package/dist/esm/serialization/resources/simulations/client/requests/InviteCustomerSimulationsRequest.mjs +7 -0
- package/dist/esm/serialization/resources/simulations/client/requests/index.d.mts +4 -0
- package/dist/esm/serialization/resources/simulations/client/requests/index.mjs +4 -0
- package/dist/esm/serialization/resources/simulations/index.d.mts +2 -0
- package/dist/esm/serialization/resources/simulations/index.mjs +2 -0
- package/dist/esm/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponse.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponse.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseData.d.mts +15 -0
- package/dist/esm/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseData.mjs +11 -0
- package/dist/esm/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributes.d.mts +28 -0
- package/dist/esm/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributes.mjs +24 -0
- package/dist/esm/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributesCancelReason.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributesCancelReason.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributesEffectiveStatus.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributesEffectiveStatus.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributesLimits.d.mts +9 -0
- package/dist/esm/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributesLimits.mjs +5 -0
- package/dist/esm/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributesStatus.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataAttributesStatus.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationships.d.mts +12 -0
- package/dist/esm/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationships.mjs +8 -0
- package/dist/esm/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsAgent.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsAgent.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsAgentData.d.mts +11 -0
- package/dist/esm/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsAgentData.mjs +7 -0
- package/dist/esm/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsAgentDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsAgentDataType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsCustomerParty.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsCustomerParty.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsCustomerPartyData.d.mts +11 -0
- package/dist/esm/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsCustomerPartyData.mjs +7 -0
- package/dist/esm/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsCustomerPartyDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataRelationshipsCustomerPartyDataType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/AcceptCustomerInvitationSimulationsResponseDataType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponse.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponse.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseData.d.mts +15 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseData.mjs +11 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.d.mts +15 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributes.mjs +11 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributesStatus.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataAttributesStatus.mjs +13 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationships.d.mts +20 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationships.mjs +16 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsPaymentRequest.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsPaymentRequest.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsPaymentRequestData.d.mts +11 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsPaymentRequestData.mjs +7 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsPaymentRequestDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsPaymentRequestDataType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipient.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipient.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientAgent.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientAgent.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientAgentData.d.mts +11 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientAgentData.mjs +7 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientAgentDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientAgentDataType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientData.d.mts +11 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientData.mjs +7 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsRecipientDataType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSender.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSender.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderAgent.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderAgent.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderAgentData.d.mts +11 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderAgentData.mjs +7 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderAgentDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderAgentDataType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderData.d.mts +11 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderData.mjs +7 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsSenderDataType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsTransaction.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsTransaction.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsTransactionData.d.mts +11 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsTransactionData.mjs +7 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsTransactionDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataRelationshipsTransactionDataType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/CompletePaymentClaimSimulationsResponseDataType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponse.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponse.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseData.d.mts +15 -0
- package/dist/esm/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseData.mjs +11 -0
- package/dist/esm/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributes.d.mts +28 -0
- package/dist/esm/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributes.mjs +24 -0
- package/dist/esm/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesCancelReason.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesCancelReason.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesEffectiveStatus.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesEffectiveStatus.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesLimits.d.mts +9 -0
- package/dist/esm/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesLimits.mjs +5 -0
- package/dist/esm/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesStatus.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataAttributesStatus.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationships.d.mts +12 -0
- package/dist/esm/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationships.mjs +8 -0
- package/dist/esm/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsAgent.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsAgent.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsAgentData.d.mts +11 -0
- package/dist/esm/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsAgentData.mjs +7 -0
- package/dist/esm/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsAgentDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsAgentDataType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsCustomerParty.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsCustomerParty.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsCustomerPartyData.d.mts +11 -0
- package/dist/esm/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsCustomerPartyData.mjs +7 -0
- package/dist/esm/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsCustomerPartyDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataRelationshipsCustomerPartyDataType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/DeclineCustomerInvitationSimulationsResponseDataType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponse.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponse.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseData.d.mts +15 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseData.mjs +11 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.d.mts +37 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributes.mjs +33 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributesInitiatorAgent.d.mts +11 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributesInitiatorAgent.mjs +7 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributesInitiatorParty.d.mts +11 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributesInitiatorParty.mjs +7 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributesPayerIdentifierType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributesPayerIdentifierType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributesStatus.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataAttributesStatus.mjs +12 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationships.d.mts +18 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationships.mjs +14 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerAgent.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerAgent.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerAgentData.d.mts +11 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerAgentData.mjs +7 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerAgentDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerAgentDataType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerParty.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerParty.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerPartyData.d.mts +11 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerPartyData.mjs +7 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerPartyDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayerPartyDataType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayment.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPayment.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPaymentData.d.mts +11 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPaymentData.mjs +7 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPaymentDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsPaymentDataType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsRequesterParty.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsRequesterParty.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsRequesterPartyData.d.mts +11 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsRequesterPartyData.mjs +7 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsRequesterPartyDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsRequesterPartyDataType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsWallet.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsWallet.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsWalletData.d.mts +11 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsWalletData.mjs +7 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsWalletDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataRelationshipsWalletDataType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/DeclinePaymentRequestSimulationsResponseDataType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponse.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponse.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseData.d.mts +15 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseData.mjs +11 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.d.mts +15 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributes.mjs +11 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributesStatus.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataAttributesStatus.mjs +13 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationships.d.mts +20 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationships.mjs +16 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsPaymentRequest.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsPaymentRequest.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsPaymentRequestData.d.mts +11 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsPaymentRequestData.mjs +7 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsPaymentRequestDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsPaymentRequestDataType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipient.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipient.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientAgent.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientAgent.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientAgentData.d.mts +11 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientAgentData.mjs +7 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientAgentDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientAgentDataType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientData.d.mts +11 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientData.mjs +7 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsRecipientDataType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSender.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSender.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderAgent.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderAgent.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderAgentData.d.mts +11 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderAgentData.mjs +7 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderAgentDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderAgentDataType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderData.d.mts +11 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderData.mjs +7 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsSenderDataType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsTransaction.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsTransaction.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsTransactionData.d.mts +11 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsTransactionData.mjs +7 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsTransactionDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataRelationshipsTransactionDataType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/FulfillPaymentRequestSimulationsResponseDataType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsRequestCurrency.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsRequestCurrency.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponse.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponse.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseData.d.mts +15 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseData.mjs +11 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.d.mts +25 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributes.mjs +21 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributesFailure.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributesFailure.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributesReturn.d.mts +11 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributesReturn.mjs +7 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributesStatus.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributesStatus.mjs +12 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributesType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataAttributesType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationships.d.mts +18 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationships.mjs +14 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsDestWallet.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsDestWallet.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsDestWalletData.d.mts +11 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsDestWalletData.mjs +7 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsDestWalletDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsDestWalletDataType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsExternalAccount.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsExternalAccount.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsExternalAccountData.d.mts +11 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsExternalAccountData.mjs +7 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsExternalAccountDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsExternalAccountDataType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsParty.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsParty.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsPartyData.d.mts +11 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsPartyData.mjs +7 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsPartyDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsPartyDataType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsTransaction.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsTransaction.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsTransactionData.d.mts +11 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsTransactionData.mjs +7 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsTransactionDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsTransactionDataType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsWallet.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsWallet.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsWalletData.d.mts +11 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsWalletData.mjs +7 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsWalletDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataRelationshipsWalletDataType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/FundCustomerSimulationsResponseDataType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsRequestType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsRequestType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponse.d.mts +12 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponse.mjs +8 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItem.d.mts +15 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItem.mjs +11 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributes.d.mts +28 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributes.mjs +24 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesCancelReason.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesCancelReason.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesEffectiveStatus.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesEffectiveStatus.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesLimits.d.mts +9 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesLimits.mjs +5 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesStatus.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemAttributesStatus.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationships.d.mts +12 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationships.mjs +8 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsAgent.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsAgent.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsAgentData.d.mts +11 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsAgentData.mjs +7 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsAgentDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsAgentDataType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsCustomerParty.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsCustomerParty.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsCustomerPartyData.d.mts +11 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsCustomerPartyData.mjs +7 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsCustomerPartyDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemRelationshipsCustomerPartyDataType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponseDataItemType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponseMeta.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponseMeta.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponseMetaCustomer.d.mts +12 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponseMetaCustomer.mjs +8 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponseMetaCustomerPartyType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsResponseMetaCustomerPartyType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponse.d.mts +12 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponse.mjs +8 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItem.d.mts +15 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItem.mjs +11 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.d.mts +18 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributes.mjs +14 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAccountType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesAccountType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesConnectionStatus.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesConnectionStatus.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesStatus.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemAttributesStatus.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemRelationships.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemRelationships.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemRelationshipsParty.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemRelationshipsParty.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemRelationshipsPartyData.d.mts +11 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemRelationshipsPartyData.mjs +7 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemRelationshipsPartyDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemRelationshipsPartyDataType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseDataItemType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseMeta.d.mts +12 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseMeta.mjs +8 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseMetaPagination.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseMetaPagination.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseMetaRejectedAccountsItem.d.mts +13 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseMetaRejectedAccountsItem.mjs +9 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseMetaRejectedAccountsItemReason.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/LinkExternalAccountSimulationsResponseMetaRejectedAccountsItemReason.mjs +10 -0
- package/dist/esm/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponse.d.mts +9 -0
- package/dist/esm/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponse.mjs +8 -0
- package/dist/esm/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMeta.d.mts +12 -0
- package/dist/esm/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMeta.mjs +8 -0
- package/dist/esm/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaData.d.mts +13 -0
- package/dist/esm/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaData.mjs +9 -0
- package/dist/esm/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributes.d.mts +16 -0
- package/dist/esm/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributes.mjs +12 -0
- package/dist/esm/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributesAgentsItem.d.mts +15 -0
- package/dist/esm/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributesAgentsItem.mjs +11 -0
- package/dist/esm/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributesAgentsItemLimits.d.mts +11 -0
- package/dist/esm/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributesAgentsItemLimits.mjs +7 -0
- package/dist/esm/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributesDelegation.d.mts +14 -0
- package/dist/esm/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributesDelegation.mjs +10 -0
- package/dist/esm/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributesDelegationStatus.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataAttributesDelegationStatus.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaDataType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaMeta.d.mts +9 -0
- package/dist/esm/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseMetaMeta.mjs +5 -0
- package/dist/esm/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZero.d.mts +10 -0
- package/dist/esm/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZero.mjs +6 -0
- package/dist/esm/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroData.d.mts +13 -0
- package/dist/esm/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroData.mjs +9 -0
- package/dist/esm/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributes.d.mts +16 -0
- package/dist/esm/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributes.mjs +12 -0
- package/dist/esm/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributesAgentsItem.d.mts +15 -0
- package/dist/esm/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributesAgentsItem.mjs +11 -0
- package/dist/esm/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributesAgentsItemLimits.d.mts +11 -0
- package/dist/esm/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributesAgentsItemLimits.mjs +7 -0
- package/dist/esm/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributesDelegation.d.mts +14 -0
- package/dist/esm/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributesDelegation.mjs +10 -0
- package/dist/esm/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributesDelegationStatus.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataAttributesDelegationStatus.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataType.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/RevokeAgentConnectionSimulationsResponseZeroDataType.mjs +3 -0
- package/dist/esm/serialization/resources/simulations/types/index.d.mts +179 -0
- package/dist/esm/serialization/resources/simulations/types/index.mjs +179 -0
- package/dist/esm/serialization/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/webhooks/types/CreateWebhooksRequestEnabledEventsItem.mjs +5 -0
- package/dist/esm/serialization/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/webhooks/types/CreateWebhooksResponseDataAttributesEnabledEventsItem.mjs +5 -0
- package/dist/esm/serialization/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/webhooks/types/GetWebhooksResponseDataAttributesEnabledEventsItem.mjs +5 -0
- package/dist/esm/serialization/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/webhooks/types/RemoveWebhooksResponseDataAttributesEnabledEventsItem.mjs +5 -0
- package/dist/esm/serialization/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/webhooks/types/UpdateWebhooksRequestEnabledEventsItem.mjs +5 -0
- package/dist/esm/serialization/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/webhooks/types/UpdateWebhooksResponseDataAttributesEnabledEventsItem.mjs +5 -0
- package/dist/esm/serialization/resources/webhooks/types/WebhookEnabledEventsItem.d.mts +1 -1
- package/dist/esm/serialization/resources/webhooks/types/WebhookEnabledEventsItem.mjs +5 -0
- package/dist/esm/serialization/types/RequestTimeoutErrorBody.d.mts +9 -0
- package/dist/esm/serialization/types/RequestTimeoutErrorBody.mjs +5 -0
- package/dist/esm/serialization/types/RequestTimeoutErrorBodyOne.d.mts +13 -0
- package/dist/esm/serialization/types/RequestTimeoutErrorBodyOne.mjs +9 -0
- package/dist/esm/serialization/types/RequestTimeoutErrorBodyZero.d.mts +15 -0
- package/dist/esm/serialization/types/RequestTimeoutErrorBodyZero.mjs +11 -0
- package/dist/esm/serialization/types/RequestTimeoutErrorBodyZeroCode.d.mts +7 -0
- package/dist/esm/serialization/types/RequestTimeoutErrorBodyZeroCode.mjs +3 -0
- package/dist/esm/serialization/types/RequestTimeoutErrorBodyZeroData.d.mts +10 -0
- package/dist/esm/serialization/types/RequestTimeoutErrorBodyZeroData.mjs +6 -0
- package/dist/esm/serialization/types/RequestTimeoutErrorBodyZeroDataReason.d.mts +7 -0
- package/dist/esm/serialization/types/RequestTimeoutErrorBodyZeroDataReason.mjs +3 -0
- package/dist/esm/serialization/types/index.d.mts +6 -0
- package/dist/esm/serialization/types/index.mjs +6 -0
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +23 -1
- package/reference.md +866 -1
|
@@ -0,0 +1,983 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
12
|
+
var t = {};
|
|
13
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
14
|
+
t[p] = s[p];
|
|
15
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
16
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
17
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
18
|
+
t[p[i]] = s[p[i]];
|
|
19
|
+
}
|
|
20
|
+
return t;
|
|
21
|
+
};
|
|
22
|
+
import { normalizeClientOptionsWithAuth } from "../../../../BaseClient.mjs";
|
|
23
|
+
import { mergeHeaders, mergeOnlyDefinedHeaders } from "../../../../core/headers.mjs";
|
|
24
|
+
import * as core from "../../../../core/index.mjs";
|
|
25
|
+
import { mergeAdditionalBodyParameters } from "../../../../core/requestBody.mjs";
|
|
26
|
+
import * as environments from "../../../../environments.mjs";
|
|
27
|
+
import { handleNonStatusCodeError } from "../../../../errors/handleNonStatusCodeError.mjs";
|
|
28
|
+
import * as errors from "../../../../errors/index.mjs";
|
|
29
|
+
import * as serializers from "../../../../serialization/index.mjs";
|
|
30
|
+
import * as Natural from "../../../index.mjs";
|
|
31
|
+
/**
|
|
32
|
+
* Sandbox-only simulation controls
|
|
33
|
+
*/
|
|
34
|
+
export class SimulationsClient {
|
|
35
|
+
constructor(options = {}) {
|
|
36
|
+
this._options = normalizeClientOptionsWithAuth(options);
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Create a synthetic customer and one pending invitation for each selected agent
|
|
40
|
+
*
|
|
41
|
+
* @param {Natural.InviteCustomerSimulationsRequest} request
|
|
42
|
+
* @param {SimulationsClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link Natural.BadRequestError}
|
|
45
|
+
* @throws {@link Natural.UnauthorizedError}
|
|
46
|
+
* @throws {@link Natural.ForbiddenError}
|
|
47
|
+
* @throws {@link Natural.NotFoundError}
|
|
48
|
+
* @throws {@link Natural.ConflictError}
|
|
49
|
+
* @throws {@link Natural.UnprocessableEntityError}
|
|
50
|
+
* @throws {@link Natural.PreconditionError}
|
|
51
|
+
* @throws {@link Natural.TooManyRequestsError}
|
|
52
|
+
* @throws {@link Natural.InternalServerError}
|
|
53
|
+
* @throws {@link Natural.NotImplementedError}
|
|
54
|
+
* @throws {@link Natural.BadGatewayError}
|
|
55
|
+
* @throws {@link Natural.ServiceUnavailableError}
|
|
56
|
+
* @throws {@link errors.NaturalError}
|
|
57
|
+
* @throws {@link errors.NaturalTimeoutError}
|
|
58
|
+
*
|
|
59
|
+
* @example
|
|
60
|
+
* await client.simulations.inviteCustomer({
|
|
61
|
+
* idempotencyKey: "Idempotency-Key",
|
|
62
|
+
* agentIds: ["agt_550e8400e29b41d4a716446655440000"],
|
|
63
|
+
* type: "ORG"
|
|
64
|
+
* })
|
|
65
|
+
*/
|
|
66
|
+
inviteCustomer(request, requestOptions) {
|
|
67
|
+
return core.HttpResponsePromise.fromPromise(this.__inviteCustomer(request, requestOptions));
|
|
68
|
+
}
|
|
69
|
+
__inviteCustomer(request, requestOptions) {
|
|
70
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
71
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
|
|
72
|
+
const { idempotencyKey } = request, _body = __rest(request, ["idempotencyKey"]);
|
|
73
|
+
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
74
|
+
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({
|
|
75
|
+
"Idempotency-Key": idempotencyKey,
|
|
76
|
+
"X-Agent-ID": (_b = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.agentId) !== null && _b !== void 0 ? _b : (_c = this._options) === null || _c === void 0 ? void 0 : _c.agentId,
|
|
77
|
+
"X-Instance-ID": (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.instanceId) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.instanceId,
|
|
78
|
+
}), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
79
|
+
const _response = yield ((_f = this._options.fetcher) !== null && _f !== void 0 ? _f : core.fetcher)({
|
|
80
|
+
url: core.url.join((_h = (_g = (yield core.Supplier.get(this._options.baseUrl))) !== null && _g !== void 0 ? _g : (yield core.Supplier.get(this._options.environment))) !== null && _h !== void 0 ? _h : environments.NaturalEnvironment.Production, "simulations/invite-customer"),
|
|
81
|
+
method: "POST",
|
|
82
|
+
headers: _headers,
|
|
83
|
+
contentType: "application/json",
|
|
84
|
+
queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
|
|
85
|
+
requestType: "json",
|
|
86
|
+
body: mergeAdditionalBodyParameters(serializers.InviteCustomerSimulationsRequest.jsonOrThrow(_body, {
|
|
87
|
+
unrecognizedObjectKeys: "strip",
|
|
88
|
+
omitUndefined: true,
|
|
89
|
+
}), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.additionalBodyParameters),
|
|
90
|
+
timeoutMs: ((_l = (_j = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _j !== void 0 ? _j : (_k = this._options) === null || _k === void 0 ? void 0 : _k.timeoutInSeconds) !== null && _l !== void 0 ? _l : 60) * 1000,
|
|
91
|
+
maxRetries: (_m = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _m !== void 0 ? _m : (_o = this._options) === null || _o === void 0 ? void 0 : _o.maxRetries,
|
|
92
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
93
|
+
fetchFn: (_p = this._options) === null || _p === void 0 ? void 0 : _p.fetch,
|
|
94
|
+
logging: this._options.logging,
|
|
95
|
+
});
|
|
96
|
+
if (_response.ok) {
|
|
97
|
+
return {
|
|
98
|
+
data: serializers.InviteCustomerSimulationsResponse.parseOrThrow(_response.body, {
|
|
99
|
+
unrecognizedObjectKeys: "passthrough",
|
|
100
|
+
allowUnrecognizedUnionMembers: true,
|
|
101
|
+
allowUnrecognizedEnumValues: true,
|
|
102
|
+
skipValidation: true,
|
|
103
|
+
breadcrumbsPrefix: ["response"],
|
|
104
|
+
}),
|
|
105
|
+
rawResponse: _response.rawResponse,
|
|
106
|
+
};
|
|
107
|
+
}
|
|
108
|
+
if (_response.error.reason === "status-code") {
|
|
109
|
+
switch (_response.error.statusCode) {
|
|
110
|
+
case 400:
|
|
111
|
+
throw new Natural.BadRequestError(_response.error.body, _response.rawResponse);
|
|
112
|
+
case 401:
|
|
113
|
+
throw new Natural.UnauthorizedError(_response.error.body, _response.rawResponse);
|
|
114
|
+
case 403:
|
|
115
|
+
throw new Natural.ForbiddenError(_response.error.body, _response.rawResponse);
|
|
116
|
+
case 404:
|
|
117
|
+
throw new Natural.NotFoundError(_response.error.body, _response.rawResponse);
|
|
118
|
+
case 409:
|
|
119
|
+
throw new Natural.ConflictError(_response.error.body, _response.rawResponse);
|
|
120
|
+
case 422:
|
|
121
|
+
throw new Natural.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
122
|
+
case 428:
|
|
123
|
+
throw new Natural.PreconditionError(_response.error.body, _response.rawResponse);
|
|
124
|
+
case 429:
|
|
125
|
+
throw new Natural.TooManyRequestsError(_response.error.body, _response.rawResponse);
|
|
126
|
+
case 500:
|
|
127
|
+
throw new Natural.InternalServerError(_response.error.body, _response.rawResponse);
|
|
128
|
+
case 501:
|
|
129
|
+
throw new Natural.NotImplementedError(_response.error.body, _response.rawResponse);
|
|
130
|
+
case 502:
|
|
131
|
+
throw new Natural.BadGatewayError(_response.error.body, _response.rawResponse);
|
|
132
|
+
case 503:
|
|
133
|
+
throw new Natural.ServiceUnavailableError(_response.error.body, _response.rawResponse);
|
|
134
|
+
default:
|
|
135
|
+
throw new errors.NaturalError({
|
|
136
|
+
statusCode: _response.error.statusCode,
|
|
137
|
+
body: _response.error.body,
|
|
138
|
+
rawResponse: _response.rawResponse,
|
|
139
|
+
});
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
return handleNonStatusCodeError(_response.error, _response.rawResponse, "POST", "/simulations/invite-customer");
|
|
143
|
+
});
|
|
144
|
+
}
|
|
145
|
+
/**
|
|
146
|
+
* Add test funds to a connected customer's wallet and return the completed deposit Transfer
|
|
147
|
+
*
|
|
148
|
+
* @param {Natural.FundCustomerSimulationsRequest} request
|
|
149
|
+
* @param {SimulationsClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
150
|
+
*
|
|
151
|
+
* @throws {@link Natural.BadRequestError}
|
|
152
|
+
* @throws {@link Natural.UnauthorizedError}
|
|
153
|
+
* @throws {@link Natural.ForbiddenError}
|
|
154
|
+
* @throws {@link Natural.NotFoundError}
|
|
155
|
+
* @throws {@link Natural.RequestTimeoutError}
|
|
156
|
+
* @throws {@link Natural.ConflictError}
|
|
157
|
+
* @throws {@link Natural.UnprocessableEntityError}
|
|
158
|
+
* @throws {@link Natural.PreconditionError}
|
|
159
|
+
* @throws {@link Natural.TooManyRequestsError}
|
|
160
|
+
* @throws {@link Natural.InternalServerError}
|
|
161
|
+
* @throws {@link Natural.NotImplementedError}
|
|
162
|
+
* @throws {@link Natural.BadGatewayError}
|
|
163
|
+
* @throws {@link Natural.ServiceUnavailableError}
|
|
164
|
+
* @throws {@link errors.NaturalError}
|
|
165
|
+
* @throws {@link errors.NaturalTimeoutError}
|
|
166
|
+
*
|
|
167
|
+
* @example
|
|
168
|
+
* await client.simulations.fundCustomer({
|
|
169
|
+
* idempotencyKey: "Idempotency-Key",
|
|
170
|
+
* customerId: "customerId",
|
|
171
|
+
* amount: 250000,
|
|
172
|
+
* currency: "USD"
|
|
173
|
+
* })
|
|
174
|
+
*/
|
|
175
|
+
fundCustomer(request, requestOptions) {
|
|
176
|
+
return core.HttpResponsePromise.fromPromise(this.__fundCustomer(request, requestOptions));
|
|
177
|
+
}
|
|
178
|
+
__fundCustomer(request, requestOptions) {
|
|
179
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
180
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
|
|
181
|
+
const { customerId, idempotencyKey } = request, _body = __rest(request, ["customerId", "idempotencyKey"]);
|
|
182
|
+
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
183
|
+
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({
|
|
184
|
+
"Idempotency-Key": idempotencyKey,
|
|
185
|
+
"X-Agent-ID": (_b = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.agentId) !== null && _b !== void 0 ? _b : (_c = this._options) === null || _c === void 0 ? void 0 : _c.agentId,
|
|
186
|
+
"X-Instance-ID": (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.instanceId) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.instanceId,
|
|
187
|
+
}), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
188
|
+
const _response = yield ((_f = this._options.fetcher) !== null && _f !== void 0 ? _f : core.fetcher)({
|
|
189
|
+
url: core.url.join((_h = (_g = (yield core.Supplier.get(this._options.baseUrl))) !== null && _g !== void 0 ? _g : (yield core.Supplier.get(this._options.environment))) !== null && _h !== void 0 ? _h : environments.NaturalEnvironment.Production, `simulations/customers/${core.url.encodePathParam(customerId)}/transfers/deposit`),
|
|
190
|
+
method: "POST",
|
|
191
|
+
headers: _headers,
|
|
192
|
+
contentType: "application/json",
|
|
193
|
+
queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
|
|
194
|
+
requestType: "json",
|
|
195
|
+
body: mergeAdditionalBodyParameters(serializers.FundCustomerSimulationsRequest.jsonOrThrow(_body, {
|
|
196
|
+
unrecognizedObjectKeys: "strip",
|
|
197
|
+
omitUndefined: true,
|
|
198
|
+
}), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.additionalBodyParameters),
|
|
199
|
+
timeoutMs: ((_l = (_j = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _j !== void 0 ? _j : (_k = this._options) === null || _k === void 0 ? void 0 : _k.timeoutInSeconds) !== null && _l !== void 0 ? _l : 60) * 1000,
|
|
200
|
+
maxRetries: (_m = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _m !== void 0 ? _m : (_o = this._options) === null || _o === void 0 ? void 0 : _o.maxRetries,
|
|
201
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
202
|
+
fetchFn: (_p = this._options) === null || _p === void 0 ? void 0 : _p.fetch,
|
|
203
|
+
logging: this._options.logging,
|
|
204
|
+
});
|
|
205
|
+
if (_response.ok) {
|
|
206
|
+
return {
|
|
207
|
+
data: serializers.FundCustomerSimulationsResponse.parseOrThrow(_response.body, {
|
|
208
|
+
unrecognizedObjectKeys: "passthrough",
|
|
209
|
+
allowUnrecognizedUnionMembers: true,
|
|
210
|
+
allowUnrecognizedEnumValues: true,
|
|
211
|
+
skipValidation: true,
|
|
212
|
+
breadcrumbsPrefix: ["response"],
|
|
213
|
+
}),
|
|
214
|
+
rawResponse: _response.rawResponse,
|
|
215
|
+
};
|
|
216
|
+
}
|
|
217
|
+
if (_response.error.reason === "status-code") {
|
|
218
|
+
switch (_response.error.statusCode) {
|
|
219
|
+
case 400:
|
|
220
|
+
throw new Natural.BadRequestError(_response.error.body, _response.rawResponse);
|
|
221
|
+
case 401:
|
|
222
|
+
throw new Natural.UnauthorizedError(_response.error.body, _response.rawResponse);
|
|
223
|
+
case 403:
|
|
224
|
+
throw new Natural.ForbiddenError(_response.error.body, _response.rawResponse);
|
|
225
|
+
case 404:
|
|
226
|
+
throw new Natural.NotFoundError(_response.error.body, _response.rawResponse);
|
|
227
|
+
case 408:
|
|
228
|
+
throw new Natural.RequestTimeoutError(_response.error.body, _response.rawResponse);
|
|
229
|
+
case 409:
|
|
230
|
+
throw new Natural.ConflictError(_response.error.body, _response.rawResponse);
|
|
231
|
+
case 422:
|
|
232
|
+
throw new Natural.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
233
|
+
case 428:
|
|
234
|
+
throw new Natural.PreconditionError(_response.error.body, _response.rawResponse);
|
|
235
|
+
case 429:
|
|
236
|
+
throw new Natural.TooManyRequestsError(_response.error.body, _response.rawResponse);
|
|
237
|
+
case 500:
|
|
238
|
+
throw new Natural.InternalServerError(_response.error.body, _response.rawResponse);
|
|
239
|
+
case 501:
|
|
240
|
+
throw new Natural.NotImplementedError(_response.error.body, _response.rawResponse);
|
|
241
|
+
case 502:
|
|
242
|
+
throw new Natural.BadGatewayError(_response.error.body, _response.rawResponse);
|
|
243
|
+
case 503:
|
|
244
|
+
throw new Natural.ServiceUnavailableError(_response.error.body, _response.rawResponse);
|
|
245
|
+
default:
|
|
246
|
+
throw new errors.NaturalError({
|
|
247
|
+
statusCode: _response.error.statusCode,
|
|
248
|
+
body: _response.error.body,
|
|
249
|
+
rawResponse: _response.rawResponse,
|
|
250
|
+
});
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
return handleNonStatusCodeError(_response.error, _response.rawResponse, "POST", "/simulations/customers/{customerId}/transfers/deposit");
|
|
254
|
+
});
|
|
255
|
+
}
|
|
256
|
+
/**
|
|
257
|
+
* Link a test bank account to your own party and return it in the linked-accounts list
|
|
258
|
+
*
|
|
259
|
+
* @param {Natural.LinkExternalAccountSimulationsRequest} request
|
|
260
|
+
* @param {SimulationsClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
261
|
+
*
|
|
262
|
+
* @throws {@link Natural.BadRequestError}
|
|
263
|
+
* @throws {@link Natural.UnauthorizedError}
|
|
264
|
+
* @throws {@link Natural.ForbiddenError}
|
|
265
|
+
* @throws {@link Natural.NotFoundError}
|
|
266
|
+
* @throws {@link Natural.ConflictError}
|
|
267
|
+
* @throws {@link Natural.UnprocessableEntityError}
|
|
268
|
+
* @throws {@link Natural.PreconditionError}
|
|
269
|
+
* @throws {@link Natural.TooManyRequestsError}
|
|
270
|
+
* @throws {@link Natural.InternalServerError}
|
|
271
|
+
* @throws {@link Natural.NotImplementedError}
|
|
272
|
+
* @throws {@link Natural.BadGatewayError}
|
|
273
|
+
* @throws {@link Natural.ServiceUnavailableError}
|
|
274
|
+
* @throws {@link errors.NaturalError}
|
|
275
|
+
* @throws {@link errors.NaturalTimeoutError}
|
|
276
|
+
*
|
|
277
|
+
* @example
|
|
278
|
+
* await client.simulations.linkExternalAccount({
|
|
279
|
+
* idempotencyKey: "Idempotency-Key"
|
|
280
|
+
* })
|
|
281
|
+
*/
|
|
282
|
+
linkExternalAccount(request, requestOptions) {
|
|
283
|
+
return core.HttpResponsePromise.fromPromise(this.__linkExternalAccount(request, requestOptions));
|
|
284
|
+
}
|
|
285
|
+
__linkExternalAccount(request, requestOptions) {
|
|
286
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
287
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
|
|
288
|
+
const { idempotencyKey } = request;
|
|
289
|
+
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
290
|
+
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({
|
|
291
|
+
"Idempotency-Key": idempotencyKey,
|
|
292
|
+
"X-Agent-ID": (_b = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.agentId) !== null && _b !== void 0 ? _b : (_c = this._options) === null || _c === void 0 ? void 0 : _c.agentId,
|
|
293
|
+
"X-Instance-ID": (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.instanceId) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.instanceId,
|
|
294
|
+
}), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
295
|
+
const _response = yield ((_f = this._options.fetcher) !== null && _f !== void 0 ? _f : core.fetcher)({
|
|
296
|
+
url: core.url.join((_h = (_g = (yield core.Supplier.get(this._options.baseUrl))) !== null && _g !== void 0 ? _g : (yield core.Supplier.get(this._options.environment))) !== null && _h !== void 0 ? _h : environments.NaturalEnvironment.Production, "simulations/external-accounts/link"),
|
|
297
|
+
method: "POST",
|
|
298
|
+
headers: _headers,
|
|
299
|
+
queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
|
|
300
|
+
timeoutMs: ((_l = (_j = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _j !== void 0 ? _j : (_k = this._options) === null || _k === void 0 ? void 0 : _k.timeoutInSeconds) !== null && _l !== void 0 ? _l : 60) * 1000,
|
|
301
|
+
maxRetries: (_m = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _m !== void 0 ? _m : (_o = this._options) === null || _o === void 0 ? void 0 : _o.maxRetries,
|
|
302
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
303
|
+
fetchFn: (_p = this._options) === null || _p === void 0 ? void 0 : _p.fetch,
|
|
304
|
+
logging: this._options.logging,
|
|
305
|
+
});
|
|
306
|
+
if (_response.ok) {
|
|
307
|
+
return {
|
|
308
|
+
data: serializers.LinkExternalAccountSimulationsResponse.parseOrThrow(_response.body, {
|
|
309
|
+
unrecognizedObjectKeys: "passthrough",
|
|
310
|
+
allowUnrecognizedUnionMembers: true,
|
|
311
|
+
allowUnrecognizedEnumValues: true,
|
|
312
|
+
skipValidation: true,
|
|
313
|
+
breadcrumbsPrefix: ["response"],
|
|
314
|
+
}),
|
|
315
|
+
rawResponse: _response.rawResponse,
|
|
316
|
+
};
|
|
317
|
+
}
|
|
318
|
+
if (_response.error.reason === "status-code") {
|
|
319
|
+
switch (_response.error.statusCode) {
|
|
320
|
+
case 400:
|
|
321
|
+
throw new Natural.BadRequestError(_response.error.body, _response.rawResponse);
|
|
322
|
+
case 401:
|
|
323
|
+
throw new Natural.UnauthorizedError(_response.error.body, _response.rawResponse);
|
|
324
|
+
case 403:
|
|
325
|
+
throw new Natural.ForbiddenError(_response.error.body, _response.rawResponse);
|
|
326
|
+
case 404:
|
|
327
|
+
throw new Natural.NotFoundError(_response.error.body, _response.rawResponse);
|
|
328
|
+
case 409:
|
|
329
|
+
throw new Natural.ConflictError(_response.error.body, _response.rawResponse);
|
|
330
|
+
case 422:
|
|
331
|
+
throw new Natural.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
332
|
+
case 428:
|
|
333
|
+
throw new Natural.PreconditionError(_response.error.body, _response.rawResponse);
|
|
334
|
+
case 429:
|
|
335
|
+
throw new Natural.TooManyRequestsError(_response.error.body, _response.rawResponse);
|
|
336
|
+
case 500:
|
|
337
|
+
throw new Natural.InternalServerError(_response.error.body, _response.rawResponse);
|
|
338
|
+
case 501:
|
|
339
|
+
throw new Natural.NotImplementedError(_response.error.body, _response.rawResponse);
|
|
340
|
+
case 502:
|
|
341
|
+
throw new Natural.BadGatewayError(_response.error.body, _response.rawResponse);
|
|
342
|
+
case 503:
|
|
343
|
+
throw new Natural.ServiceUnavailableError(_response.error.body, _response.rawResponse);
|
|
344
|
+
default:
|
|
345
|
+
throw new errors.NaturalError({
|
|
346
|
+
statusCode: _response.error.statusCode,
|
|
347
|
+
body: _response.error.body,
|
|
348
|
+
rawResponse: _response.rawResponse,
|
|
349
|
+
});
|
|
350
|
+
}
|
|
351
|
+
}
|
|
352
|
+
return handleNonStatusCodeError(_response.error, _response.rawResponse, "POST", "/simulations/external-accounts/link");
|
|
353
|
+
});
|
|
354
|
+
}
|
|
355
|
+
/**
|
|
356
|
+
* Simulate the recipient of a held payment joining and receiving the funds, returning the payment
|
|
357
|
+
*
|
|
358
|
+
* @param {Natural.CompletePaymentClaimSimulationsRequest} request
|
|
359
|
+
* @param {SimulationsClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
360
|
+
*
|
|
361
|
+
* @throws {@link Natural.BadRequestError}
|
|
362
|
+
* @throws {@link Natural.UnauthorizedError}
|
|
363
|
+
* @throws {@link Natural.ForbiddenError}
|
|
364
|
+
* @throws {@link Natural.NotFoundError}
|
|
365
|
+
* @throws {@link Natural.RequestTimeoutError}
|
|
366
|
+
* @throws {@link Natural.ConflictError}
|
|
367
|
+
* @throws {@link Natural.UnprocessableEntityError}
|
|
368
|
+
* @throws {@link Natural.PreconditionError}
|
|
369
|
+
* @throws {@link Natural.TooManyRequestsError}
|
|
370
|
+
* @throws {@link Natural.InternalServerError}
|
|
371
|
+
* @throws {@link Natural.NotImplementedError}
|
|
372
|
+
* @throws {@link Natural.BadGatewayError}
|
|
373
|
+
* @throws {@link Natural.ServiceUnavailableError}
|
|
374
|
+
* @throws {@link errors.NaturalError}
|
|
375
|
+
* @throws {@link errors.NaturalTimeoutError}
|
|
376
|
+
*
|
|
377
|
+
* @example
|
|
378
|
+
* await client.simulations.completePaymentClaim({
|
|
379
|
+
* paymentId: "paymentId"
|
|
380
|
+
* })
|
|
381
|
+
*/
|
|
382
|
+
completePaymentClaim(request, requestOptions) {
|
|
383
|
+
return core.HttpResponsePromise.fromPromise(this.__completePaymentClaim(request, requestOptions));
|
|
384
|
+
}
|
|
385
|
+
__completePaymentClaim(request, requestOptions) {
|
|
386
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
387
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
|
|
388
|
+
const { paymentId } = request;
|
|
389
|
+
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
390
|
+
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({
|
|
391
|
+
"X-Agent-ID": (_b = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.agentId) !== null && _b !== void 0 ? _b : (_c = this._options) === null || _c === void 0 ? void 0 : _c.agentId,
|
|
392
|
+
"X-Instance-ID": (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.instanceId) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.instanceId,
|
|
393
|
+
}), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
394
|
+
const _response = yield ((_f = this._options.fetcher) !== null && _f !== void 0 ? _f : core.fetcher)({
|
|
395
|
+
url: core.url.join((_h = (_g = (yield core.Supplier.get(this._options.baseUrl))) !== null && _g !== void 0 ? _g : (yield core.Supplier.get(this._options.environment))) !== null && _h !== void 0 ? _h : environments.NaturalEnvironment.Production, `simulations/payments/${core.url.encodePathParam(paymentId)}/complete-claim`),
|
|
396
|
+
method: "POST",
|
|
397
|
+
headers: _headers,
|
|
398
|
+
queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
|
|
399
|
+
timeoutMs: ((_l = (_j = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _j !== void 0 ? _j : (_k = this._options) === null || _k === void 0 ? void 0 : _k.timeoutInSeconds) !== null && _l !== void 0 ? _l : 60) * 1000,
|
|
400
|
+
maxRetries: (_m = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _m !== void 0 ? _m : (_o = this._options) === null || _o === void 0 ? void 0 : _o.maxRetries,
|
|
401
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
402
|
+
fetchFn: (_p = this._options) === null || _p === void 0 ? void 0 : _p.fetch,
|
|
403
|
+
logging: this._options.logging,
|
|
404
|
+
});
|
|
405
|
+
if (_response.ok) {
|
|
406
|
+
return {
|
|
407
|
+
data: serializers.CompletePaymentClaimSimulationsResponse.parseOrThrow(_response.body, {
|
|
408
|
+
unrecognizedObjectKeys: "passthrough",
|
|
409
|
+
allowUnrecognizedUnionMembers: true,
|
|
410
|
+
allowUnrecognizedEnumValues: true,
|
|
411
|
+
skipValidation: true,
|
|
412
|
+
breadcrumbsPrefix: ["response"],
|
|
413
|
+
}),
|
|
414
|
+
rawResponse: _response.rawResponse,
|
|
415
|
+
};
|
|
416
|
+
}
|
|
417
|
+
if (_response.error.reason === "status-code") {
|
|
418
|
+
switch (_response.error.statusCode) {
|
|
419
|
+
case 400:
|
|
420
|
+
throw new Natural.BadRequestError(_response.error.body, _response.rawResponse);
|
|
421
|
+
case 401:
|
|
422
|
+
throw new Natural.UnauthorizedError(_response.error.body, _response.rawResponse);
|
|
423
|
+
case 403:
|
|
424
|
+
throw new Natural.ForbiddenError(_response.error.body, _response.rawResponse);
|
|
425
|
+
case 404:
|
|
426
|
+
throw new Natural.NotFoundError(_response.error.body, _response.rawResponse);
|
|
427
|
+
case 408:
|
|
428
|
+
throw new Natural.RequestTimeoutError(_response.error.body, _response.rawResponse);
|
|
429
|
+
case 409:
|
|
430
|
+
throw new Natural.ConflictError(_response.error.body, _response.rawResponse);
|
|
431
|
+
case 422:
|
|
432
|
+
throw new Natural.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
433
|
+
case 428:
|
|
434
|
+
throw new Natural.PreconditionError(_response.error.body, _response.rawResponse);
|
|
435
|
+
case 429:
|
|
436
|
+
throw new Natural.TooManyRequestsError(_response.error.body, _response.rawResponse);
|
|
437
|
+
case 500:
|
|
438
|
+
throw new Natural.InternalServerError(_response.error.body, _response.rawResponse);
|
|
439
|
+
case 501:
|
|
440
|
+
throw new Natural.NotImplementedError(_response.error.body, _response.rawResponse);
|
|
441
|
+
case 502:
|
|
442
|
+
throw new Natural.BadGatewayError(_response.error.body, _response.rawResponse);
|
|
443
|
+
case 503:
|
|
444
|
+
throw new Natural.ServiceUnavailableError(_response.error.body, _response.rawResponse);
|
|
445
|
+
default:
|
|
446
|
+
throw new errors.NaturalError({
|
|
447
|
+
statusCode: _response.error.statusCode,
|
|
448
|
+
body: _response.error.body,
|
|
449
|
+
rawResponse: _response.rawResponse,
|
|
450
|
+
});
|
|
451
|
+
}
|
|
452
|
+
}
|
|
453
|
+
return handleNonStatusCodeError(_response.error, _response.rawResponse, "POST", "/simulations/payments/{paymentId}/complete-claim");
|
|
454
|
+
});
|
|
455
|
+
}
|
|
456
|
+
/**
|
|
457
|
+
* Pay an eligible payment request using your funded test payer fixture and return the resulting payment
|
|
458
|
+
*
|
|
459
|
+
* @param {Natural.FulfillPaymentRequestSimulationsRequest} request
|
|
460
|
+
* @param {SimulationsClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
461
|
+
*
|
|
462
|
+
* @throws {@link Natural.BadRequestError}
|
|
463
|
+
* @throws {@link Natural.UnauthorizedError}
|
|
464
|
+
* @throws {@link Natural.ForbiddenError}
|
|
465
|
+
* @throws {@link Natural.NotFoundError}
|
|
466
|
+
* @throws {@link Natural.RequestTimeoutError}
|
|
467
|
+
* @throws {@link Natural.ConflictError}
|
|
468
|
+
* @throws {@link Natural.UnprocessableEntityError}
|
|
469
|
+
* @throws {@link Natural.PreconditionError}
|
|
470
|
+
* @throws {@link Natural.TooManyRequestsError}
|
|
471
|
+
* @throws {@link Natural.InternalServerError}
|
|
472
|
+
* @throws {@link Natural.NotImplementedError}
|
|
473
|
+
* @throws {@link Natural.BadGatewayError}
|
|
474
|
+
* @throws {@link Natural.ServiceUnavailableError}
|
|
475
|
+
* @throws {@link errors.NaturalError}
|
|
476
|
+
* @throws {@link errors.NaturalTimeoutError}
|
|
477
|
+
*
|
|
478
|
+
* @example
|
|
479
|
+
* await client.simulations.fulfillPaymentRequest({
|
|
480
|
+
* idempotencyKey: "Idempotency-Key",
|
|
481
|
+
* paymentRequestId: "paymentRequestId"
|
|
482
|
+
* })
|
|
483
|
+
*/
|
|
484
|
+
fulfillPaymentRequest(request, requestOptions) {
|
|
485
|
+
return core.HttpResponsePromise.fromPromise(this.__fulfillPaymentRequest(request, requestOptions));
|
|
486
|
+
}
|
|
487
|
+
__fulfillPaymentRequest(request, requestOptions) {
|
|
488
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
489
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
|
|
490
|
+
const { paymentRequestId, idempotencyKey } = request;
|
|
491
|
+
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
492
|
+
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({
|
|
493
|
+
"Idempotency-Key": idempotencyKey,
|
|
494
|
+
"X-Agent-ID": (_b = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.agentId) !== null && _b !== void 0 ? _b : (_c = this._options) === null || _c === void 0 ? void 0 : _c.agentId,
|
|
495
|
+
"X-Instance-ID": (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.instanceId) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.instanceId,
|
|
496
|
+
}), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
497
|
+
const _response = yield ((_f = this._options.fetcher) !== null && _f !== void 0 ? _f : core.fetcher)({
|
|
498
|
+
url: core.url.join((_h = (_g = (yield core.Supplier.get(this._options.baseUrl))) !== null && _g !== void 0 ? _g : (yield core.Supplier.get(this._options.environment))) !== null && _h !== void 0 ? _h : environments.NaturalEnvironment.Production, `simulations/payment-requests/${core.url.encodePathParam(paymentRequestId)}/fulfill`),
|
|
499
|
+
method: "POST",
|
|
500
|
+
headers: _headers,
|
|
501
|
+
queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
|
|
502
|
+
timeoutMs: ((_l = (_j = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _j !== void 0 ? _j : (_k = this._options) === null || _k === void 0 ? void 0 : _k.timeoutInSeconds) !== null && _l !== void 0 ? _l : 60) * 1000,
|
|
503
|
+
maxRetries: (_m = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _m !== void 0 ? _m : (_o = this._options) === null || _o === void 0 ? void 0 : _o.maxRetries,
|
|
504
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
505
|
+
fetchFn: (_p = this._options) === null || _p === void 0 ? void 0 : _p.fetch,
|
|
506
|
+
logging: this._options.logging,
|
|
507
|
+
});
|
|
508
|
+
if (_response.ok) {
|
|
509
|
+
return {
|
|
510
|
+
data: serializers.FulfillPaymentRequestSimulationsResponse.parseOrThrow(_response.body, {
|
|
511
|
+
unrecognizedObjectKeys: "passthrough",
|
|
512
|
+
allowUnrecognizedUnionMembers: true,
|
|
513
|
+
allowUnrecognizedEnumValues: true,
|
|
514
|
+
skipValidation: true,
|
|
515
|
+
breadcrumbsPrefix: ["response"],
|
|
516
|
+
}),
|
|
517
|
+
rawResponse: _response.rawResponse,
|
|
518
|
+
};
|
|
519
|
+
}
|
|
520
|
+
if (_response.error.reason === "status-code") {
|
|
521
|
+
switch (_response.error.statusCode) {
|
|
522
|
+
case 400:
|
|
523
|
+
throw new Natural.BadRequestError(_response.error.body, _response.rawResponse);
|
|
524
|
+
case 401:
|
|
525
|
+
throw new Natural.UnauthorizedError(_response.error.body, _response.rawResponse);
|
|
526
|
+
case 403:
|
|
527
|
+
throw new Natural.ForbiddenError(_response.error.body, _response.rawResponse);
|
|
528
|
+
case 404:
|
|
529
|
+
throw new Natural.NotFoundError(_response.error.body, _response.rawResponse);
|
|
530
|
+
case 408:
|
|
531
|
+
throw new Natural.RequestTimeoutError(_response.error.body, _response.rawResponse);
|
|
532
|
+
case 409:
|
|
533
|
+
throw new Natural.ConflictError(_response.error.body, _response.rawResponse);
|
|
534
|
+
case 422:
|
|
535
|
+
throw new Natural.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
536
|
+
case 428:
|
|
537
|
+
throw new Natural.PreconditionError(_response.error.body, _response.rawResponse);
|
|
538
|
+
case 429:
|
|
539
|
+
throw new Natural.TooManyRequestsError(_response.error.body, _response.rawResponse);
|
|
540
|
+
case 500:
|
|
541
|
+
throw new Natural.InternalServerError(_response.error.body, _response.rawResponse);
|
|
542
|
+
case 501:
|
|
543
|
+
throw new Natural.NotImplementedError(_response.error.body, _response.rawResponse);
|
|
544
|
+
case 502:
|
|
545
|
+
throw new Natural.BadGatewayError(_response.error.body, _response.rawResponse);
|
|
546
|
+
case 503:
|
|
547
|
+
throw new Natural.ServiceUnavailableError(_response.error.body, _response.rawResponse);
|
|
548
|
+
default:
|
|
549
|
+
throw new errors.NaturalError({
|
|
550
|
+
statusCode: _response.error.statusCode,
|
|
551
|
+
body: _response.error.body,
|
|
552
|
+
rawResponse: _response.rawResponse,
|
|
553
|
+
});
|
|
554
|
+
}
|
|
555
|
+
}
|
|
556
|
+
return handleNonStatusCodeError(_response.error, _response.rawResponse, "POST", "/simulations/payment-requests/{paymentRequestId}/fulfill");
|
|
557
|
+
});
|
|
558
|
+
}
|
|
559
|
+
/**
|
|
560
|
+
* Decline an eligible payment request as your test payer fixture and return the declined request
|
|
561
|
+
*
|
|
562
|
+
* @param {Natural.DeclinePaymentRequestSimulationsRequest} request
|
|
563
|
+
* @param {SimulationsClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
564
|
+
*
|
|
565
|
+
* @throws {@link Natural.BadRequestError}
|
|
566
|
+
* @throws {@link Natural.UnauthorizedError}
|
|
567
|
+
* @throws {@link Natural.ForbiddenError}
|
|
568
|
+
* @throws {@link Natural.NotFoundError}
|
|
569
|
+
* @throws {@link Natural.ConflictError}
|
|
570
|
+
* @throws {@link Natural.UnprocessableEntityError}
|
|
571
|
+
* @throws {@link Natural.PreconditionError}
|
|
572
|
+
* @throws {@link Natural.TooManyRequestsError}
|
|
573
|
+
* @throws {@link Natural.InternalServerError}
|
|
574
|
+
* @throws {@link Natural.NotImplementedError}
|
|
575
|
+
* @throws {@link Natural.BadGatewayError}
|
|
576
|
+
* @throws {@link Natural.ServiceUnavailableError}
|
|
577
|
+
* @throws {@link errors.NaturalError}
|
|
578
|
+
* @throws {@link errors.NaturalTimeoutError}
|
|
579
|
+
*
|
|
580
|
+
* @example
|
|
581
|
+
* await client.simulations.declinePaymentRequest({
|
|
582
|
+
* idempotencyKey: "Idempotency-Key",
|
|
583
|
+
* paymentRequestId: "paymentRequestId"
|
|
584
|
+
* })
|
|
585
|
+
*/
|
|
586
|
+
declinePaymentRequest(request, requestOptions) {
|
|
587
|
+
return core.HttpResponsePromise.fromPromise(this.__declinePaymentRequest(request, requestOptions));
|
|
588
|
+
}
|
|
589
|
+
__declinePaymentRequest(request, requestOptions) {
|
|
590
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
591
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
|
|
592
|
+
const { paymentRequestId, idempotencyKey } = request;
|
|
593
|
+
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
594
|
+
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({
|
|
595
|
+
"Idempotency-Key": idempotencyKey,
|
|
596
|
+
"X-Agent-ID": (_b = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.agentId) !== null && _b !== void 0 ? _b : (_c = this._options) === null || _c === void 0 ? void 0 : _c.agentId,
|
|
597
|
+
"X-Instance-ID": (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.instanceId) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.instanceId,
|
|
598
|
+
}), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
599
|
+
const _response = yield ((_f = this._options.fetcher) !== null && _f !== void 0 ? _f : core.fetcher)({
|
|
600
|
+
url: core.url.join((_h = (_g = (yield core.Supplier.get(this._options.baseUrl))) !== null && _g !== void 0 ? _g : (yield core.Supplier.get(this._options.environment))) !== null && _h !== void 0 ? _h : environments.NaturalEnvironment.Production, `simulations/payment-requests/${core.url.encodePathParam(paymentRequestId)}/decline`),
|
|
601
|
+
method: "POST",
|
|
602
|
+
headers: _headers,
|
|
603
|
+
queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
|
|
604
|
+
timeoutMs: ((_l = (_j = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _j !== void 0 ? _j : (_k = this._options) === null || _k === void 0 ? void 0 : _k.timeoutInSeconds) !== null && _l !== void 0 ? _l : 60) * 1000,
|
|
605
|
+
maxRetries: (_m = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _m !== void 0 ? _m : (_o = this._options) === null || _o === void 0 ? void 0 : _o.maxRetries,
|
|
606
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
607
|
+
fetchFn: (_p = this._options) === null || _p === void 0 ? void 0 : _p.fetch,
|
|
608
|
+
logging: this._options.logging,
|
|
609
|
+
});
|
|
610
|
+
if (_response.ok) {
|
|
611
|
+
return {
|
|
612
|
+
data: serializers.DeclinePaymentRequestSimulationsResponse.parseOrThrow(_response.body, {
|
|
613
|
+
unrecognizedObjectKeys: "passthrough",
|
|
614
|
+
allowUnrecognizedUnionMembers: true,
|
|
615
|
+
allowUnrecognizedEnumValues: true,
|
|
616
|
+
skipValidation: true,
|
|
617
|
+
breadcrumbsPrefix: ["response"],
|
|
618
|
+
}),
|
|
619
|
+
rawResponse: _response.rawResponse,
|
|
620
|
+
};
|
|
621
|
+
}
|
|
622
|
+
if (_response.error.reason === "status-code") {
|
|
623
|
+
switch (_response.error.statusCode) {
|
|
624
|
+
case 400:
|
|
625
|
+
throw new Natural.BadRequestError(_response.error.body, _response.rawResponse);
|
|
626
|
+
case 401:
|
|
627
|
+
throw new Natural.UnauthorizedError(_response.error.body, _response.rawResponse);
|
|
628
|
+
case 403:
|
|
629
|
+
throw new Natural.ForbiddenError(_response.error.body, _response.rawResponse);
|
|
630
|
+
case 404:
|
|
631
|
+
throw new Natural.NotFoundError(_response.error.body, _response.rawResponse);
|
|
632
|
+
case 409:
|
|
633
|
+
throw new Natural.ConflictError(_response.error.body, _response.rawResponse);
|
|
634
|
+
case 422:
|
|
635
|
+
throw new Natural.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
636
|
+
case 428:
|
|
637
|
+
throw new Natural.PreconditionError(_response.error.body, _response.rawResponse);
|
|
638
|
+
case 429:
|
|
639
|
+
throw new Natural.TooManyRequestsError(_response.error.body, _response.rawResponse);
|
|
640
|
+
case 500:
|
|
641
|
+
throw new Natural.InternalServerError(_response.error.body, _response.rawResponse);
|
|
642
|
+
case 501:
|
|
643
|
+
throw new Natural.NotImplementedError(_response.error.body, _response.rawResponse);
|
|
644
|
+
case 502:
|
|
645
|
+
throw new Natural.BadGatewayError(_response.error.body, _response.rawResponse);
|
|
646
|
+
case 503:
|
|
647
|
+
throw new Natural.ServiceUnavailableError(_response.error.body, _response.rawResponse);
|
|
648
|
+
default:
|
|
649
|
+
throw new errors.NaturalError({
|
|
650
|
+
statusCode: _response.error.statusCode,
|
|
651
|
+
body: _response.error.body,
|
|
652
|
+
rawResponse: _response.rawResponse,
|
|
653
|
+
});
|
|
654
|
+
}
|
|
655
|
+
}
|
|
656
|
+
return handleNonStatusCodeError(_response.error, _response.rawResponse, "POST", "/simulations/payment-requests/{paymentRequestId}/decline");
|
|
657
|
+
});
|
|
658
|
+
}
|
|
659
|
+
/**
|
|
660
|
+
* Accept a pending customer invitation as one of your test customers and return the accepted invitation
|
|
661
|
+
*
|
|
662
|
+
* @param {Natural.AcceptCustomerInvitationSimulationsRequest} request
|
|
663
|
+
* @param {SimulationsClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
664
|
+
*
|
|
665
|
+
* @throws {@link Natural.BadRequestError}
|
|
666
|
+
* @throws {@link Natural.UnauthorizedError}
|
|
667
|
+
* @throws {@link Natural.ForbiddenError}
|
|
668
|
+
* @throws {@link Natural.NotFoundError}
|
|
669
|
+
* @throws {@link Natural.RequestTimeoutError}
|
|
670
|
+
* @throws {@link Natural.ConflictError}
|
|
671
|
+
* @throws {@link Natural.UnprocessableEntityError}
|
|
672
|
+
* @throws {@link Natural.PreconditionError}
|
|
673
|
+
* @throws {@link Natural.TooManyRequestsError}
|
|
674
|
+
* @throws {@link Natural.InternalServerError}
|
|
675
|
+
* @throws {@link Natural.NotImplementedError}
|
|
676
|
+
* @throws {@link Natural.BadGatewayError}
|
|
677
|
+
* @throws {@link Natural.ServiceUnavailableError}
|
|
678
|
+
* @throws {@link errors.NaturalError}
|
|
679
|
+
* @throws {@link errors.NaturalTimeoutError}
|
|
680
|
+
*
|
|
681
|
+
* @example
|
|
682
|
+
* await client.simulations.acceptCustomerInvitation({
|
|
683
|
+
* idempotencyKey: "Idempotency-Key",
|
|
684
|
+
* invitationId: "invitationId",
|
|
685
|
+
* partyId: "pty_7c9e6679e29b41d4a716446655440001"
|
|
686
|
+
* })
|
|
687
|
+
*/
|
|
688
|
+
acceptCustomerInvitation(request, requestOptions) {
|
|
689
|
+
return core.HttpResponsePromise.fromPromise(this.__acceptCustomerInvitation(request, requestOptions));
|
|
690
|
+
}
|
|
691
|
+
__acceptCustomerInvitation(request, requestOptions) {
|
|
692
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
693
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
|
|
694
|
+
const { invitationId, idempotencyKey } = request, _body = __rest(request, ["invitationId", "idempotencyKey"]);
|
|
695
|
+
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
696
|
+
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({
|
|
697
|
+
"Idempotency-Key": idempotencyKey,
|
|
698
|
+
"X-Agent-ID": (_b = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.agentId) !== null && _b !== void 0 ? _b : (_c = this._options) === null || _c === void 0 ? void 0 : _c.agentId,
|
|
699
|
+
"X-Instance-ID": (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.instanceId) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.instanceId,
|
|
700
|
+
}), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
701
|
+
const _response = yield ((_f = this._options.fetcher) !== null && _f !== void 0 ? _f : core.fetcher)({
|
|
702
|
+
url: core.url.join((_h = (_g = (yield core.Supplier.get(this._options.baseUrl))) !== null && _g !== void 0 ? _g : (yield core.Supplier.get(this._options.environment))) !== null && _h !== void 0 ? _h : environments.NaturalEnvironment.Production, `simulations/customer-invitations/${core.url.encodePathParam(invitationId)}/accept`),
|
|
703
|
+
method: "POST",
|
|
704
|
+
headers: _headers,
|
|
705
|
+
contentType: "application/json",
|
|
706
|
+
queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
|
|
707
|
+
requestType: "json",
|
|
708
|
+
body: mergeAdditionalBodyParameters(serializers.AcceptCustomerInvitationSimulationsRequest.jsonOrThrow(_body, {
|
|
709
|
+
unrecognizedObjectKeys: "strip",
|
|
710
|
+
omitUndefined: true,
|
|
711
|
+
}), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.additionalBodyParameters),
|
|
712
|
+
timeoutMs: ((_l = (_j = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _j !== void 0 ? _j : (_k = this._options) === null || _k === void 0 ? void 0 : _k.timeoutInSeconds) !== null && _l !== void 0 ? _l : 60) * 1000,
|
|
713
|
+
maxRetries: (_m = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _m !== void 0 ? _m : (_o = this._options) === null || _o === void 0 ? void 0 : _o.maxRetries,
|
|
714
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
715
|
+
fetchFn: (_p = this._options) === null || _p === void 0 ? void 0 : _p.fetch,
|
|
716
|
+
logging: this._options.logging,
|
|
717
|
+
});
|
|
718
|
+
if (_response.ok) {
|
|
719
|
+
return {
|
|
720
|
+
data: serializers.AcceptCustomerInvitationSimulationsResponse.parseOrThrow(_response.body, {
|
|
721
|
+
unrecognizedObjectKeys: "passthrough",
|
|
722
|
+
allowUnrecognizedUnionMembers: true,
|
|
723
|
+
allowUnrecognizedEnumValues: true,
|
|
724
|
+
skipValidation: true,
|
|
725
|
+
breadcrumbsPrefix: ["response"],
|
|
726
|
+
}),
|
|
727
|
+
rawResponse: _response.rawResponse,
|
|
728
|
+
};
|
|
729
|
+
}
|
|
730
|
+
if (_response.error.reason === "status-code") {
|
|
731
|
+
switch (_response.error.statusCode) {
|
|
732
|
+
case 400:
|
|
733
|
+
throw new Natural.BadRequestError(_response.error.body, _response.rawResponse);
|
|
734
|
+
case 401:
|
|
735
|
+
throw new Natural.UnauthorizedError(_response.error.body, _response.rawResponse);
|
|
736
|
+
case 403:
|
|
737
|
+
throw new Natural.ForbiddenError(_response.error.body, _response.rawResponse);
|
|
738
|
+
case 404:
|
|
739
|
+
throw new Natural.NotFoundError(_response.error.body, _response.rawResponse);
|
|
740
|
+
case 408:
|
|
741
|
+
throw new Natural.RequestTimeoutError(_response.error.body, _response.rawResponse);
|
|
742
|
+
case 409:
|
|
743
|
+
throw new Natural.ConflictError(_response.error.body, _response.rawResponse);
|
|
744
|
+
case 422:
|
|
745
|
+
throw new Natural.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
746
|
+
case 428:
|
|
747
|
+
throw new Natural.PreconditionError(_response.error.body, _response.rawResponse);
|
|
748
|
+
case 429:
|
|
749
|
+
throw new Natural.TooManyRequestsError(_response.error.body, _response.rawResponse);
|
|
750
|
+
case 500:
|
|
751
|
+
throw new Natural.InternalServerError(_response.error.body, _response.rawResponse);
|
|
752
|
+
case 501:
|
|
753
|
+
throw new Natural.NotImplementedError(_response.error.body, _response.rawResponse);
|
|
754
|
+
case 502:
|
|
755
|
+
throw new Natural.BadGatewayError(_response.error.body, _response.rawResponse);
|
|
756
|
+
case 503:
|
|
757
|
+
throw new Natural.ServiceUnavailableError(_response.error.body, _response.rawResponse);
|
|
758
|
+
default:
|
|
759
|
+
throw new errors.NaturalError({
|
|
760
|
+
statusCode: _response.error.statusCode,
|
|
761
|
+
body: _response.error.body,
|
|
762
|
+
rawResponse: _response.rawResponse,
|
|
763
|
+
});
|
|
764
|
+
}
|
|
765
|
+
}
|
|
766
|
+
return handleNonStatusCodeError(_response.error, _response.rawResponse, "POST", "/simulations/customer-invitations/{invitationId}/accept");
|
|
767
|
+
});
|
|
768
|
+
}
|
|
769
|
+
/**
|
|
770
|
+
* Decline a pending customer invitation as one of your test customers and return the declined invitation
|
|
771
|
+
*
|
|
772
|
+
* @param {Natural.DeclineCustomerInvitationSimulationsRequest} request
|
|
773
|
+
* @param {SimulationsClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
774
|
+
*
|
|
775
|
+
* @throws {@link Natural.BadRequestError}
|
|
776
|
+
* @throws {@link Natural.UnauthorizedError}
|
|
777
|
+
* @throws {@link Natural.ForbiddenError}
|
|
778
|
+
* @throws {@link Natural.NotFoundError}
|
|
779
|
+
* @throws {@link Natural.RequestTimeoutError}
|
|
780
|
+
* @throws {@link Natural.ConflictError}
|
|
781
|
+
* @throws {@link Natural.UnprocessableEntityError}
|
|
782
|
+
* @throws {@link Natural.PreconditionError}
|
|
783
|
+
* @throws {@link Natural.TooManyRequestsError}
|
|
784
|
+
* @throws {@link Natural.InternalServerError}
|
|
785
|
+
* @throws {@link Natural.NotImplementedError}
|
|
786
|
+
* @throws {@link Natural.BadGatewayError}
|
|
787
|
+
* @throws {@link Natural.ServiceUnavailableError}
|
|
788
|
+
* @throws {@link errors.NaturalError}
|
|
789
|
+
* @throws {@link errors.NaturalTimeoutError}
|
|
790
|
+
*
|
|
791
|
+
* @example
|
|
792
|
+
* await client.simulations.declineCustomerInvitation({
|
|
793
|
+
* idempotencyKey: "Idempotency-Key",
|
|
794
|
+
* invitationId: "invitationId",
|
|
795
|
+
* partyId: "pty_7c9e6679e29b41d4a716446655440001"
|
|
796
|
+
* })
|
|
797
|
+
*/
|
|
798
|
+
declineCustomerInvitation(request, requestOptions) {
|
|
799
|
+
return core.HttpResponsePromise.fromPromise(this.__declineCustomerInvitation(request, requestOptions));
|
|
800
|
+
}
|
|
801
|
+
__declineCustomerInvitation(request, requestOptions) {
|
|
802
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
803
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
|
|
804
|
+
const { invitationId, idempotencyKey } = request, _body = __rest(request, ["invitationId", "idempotencyKey"]);
|
|
805
|
+
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
806
|
+
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({
|
|
807
|
+
"Idempotency-Key": idempotencyKey,
|
|
808
|
+
"X-Agent-ID": (_b = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.agentId) !== null && _b !== void 0 ? _b : (_c = this._options) === null || _c === void 0 ? void 0 : _c.agentId,
|
|
809
|
+
"X-Instance-ID": (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.instanceId) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.instanceId,
|
|
810
|
+
}), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
811
|
+
const _response = yield ((_f = this._options.fetcher) !== null && _f !== void 0 ? _f : core.fetcher)({
|
|
812
|
+
url: core.url.join((_h = (_g = (yield core.Supplier.get(this._options.baseUrl))) !== null && _g !== void 0 ? _g : (yield core.Supplier.get(this._options.environment))) !== null && _h !== void 0 ? _h : environments.NaturalEnvironment.Production, `simulations/customer-invitations/${core.url.encodePathParam(invitationId)}/decline`),
|
|
813
|
+
method: "POST",
|
|
814
|
+
headers: _headers,
|
|
815
|
+
contentType: "application/json",
|
|
816
|
+
queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
|
|
817
|
+
requestType: "json",
|
|
818
|
+
body: mergeAdditionalBodyParameters(serializers.DeclineCustomerInvitationSimulationsRequest.jsonOrThrow(_body, {
|
|
819
|
+
unrecognizedObjectKeys: "strip",
|
|
820
|
+
omitUndefined: true,
|
|
821
|
+
}), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.additionalBodyParameters),
|
|
822
|
+
timeoutMs: ((_l = (_j = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _j !== void 0 ? _j : (_k = this._options) === null || _k === void 0 ? void 0 : _k.timeoutInSeconds) !== null && _l !== void 0 ? _l : 60) * 1000,
|
|
823
|
+
maxRetries: (_m = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _m !== void 0 ? _m : (_o = this._options) === null || _o === void 0 ? void 0 : _o.maxRetries,
|
|
824
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
825
|
+
fetchFn: (_p = this._options) === null || _p === void 0 ? void 0 : _p.fetch,
|
|
826
|
+
logging: this._options.logging,
|
|
827
|
+
});
|
|
828
|
+
if (_response.ok) {
|
|
829
|
+
return {
|
|
830
|
+
data: serializers.DeclineCustomerInvitationSimulationsResponse.parseOrThrow(_response.body, {
|
|
831
|
+
unrecognizedObjectKeys: "passthrough",
|
|
832
|
+
allowUnrecognizedUnionMembers: true,
|
|
833
|
+
allowUnrecognizedEnumValues: true,
|
|
834
|
+
skipValidation: true,
|
|
835
|
+
breadcrumbsPrefix: ["response"],
|
|
836
|
+
}),
|
|
837
|
+
rawResponse: _response.rawResponse,
|
|
838
|
+
};
|
|
839
|
+
}
|
|
840
|
+
if (_response.error.reason === "status-code") {
|
|
841
|
+
switch (_response.error.statusCode) {
|
|
842
|
+
case 400:
|
|
843
|
+
throw new Natural.BadRequestError(_response.error.body, _response.rawResponse);
|
|
844
|
+
case 401:
|
|
845
|
+
throw new Natural.UnauthorizedError(_response.error.body, _response.rawResponse);
|
|
846
|
+
case 403:
|
|
847
|
+
throw new Natural.ForbiddenError(_response.error.body, _response.rawResponse);
|
|
848
|
+
case 404:
|
|
849
|
+
throw new Natural.NotFoundError(_response.error.body, _response.rawResponse);
|
|
850
|
+
case 408:
|
|
851
|
+
throw new Natural.RequestTimeoutError(_response.error.body, _response.rawResponse);
|
|
852
|
+
case 409:
|
|
853
|
+
throw new Natural.ConflictError(_response.error.body, _response.rawResponse);
|
|
854
|
+
case 422:
|
|
855
|
+
throw new Natural.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
856
|
+
case 428:
|
|
857
|
+
throw new Natural.PreconditionError(_response.error.body, _response.rawResponse);
|
|
858
|
+
case 429:
|
|
859
|
+
throw new Natural.TooManyRequestsError(_response.error.body, _response.rawResponse);
|
|
860
|
+
case 500:
|
|
861
|
+
throw new Natural.InternalServerError(_response.error.body, _response.rawResponse);
|
|
862
|
+
case 501:
|
|
863
|
+
throw new Natural.NotImplementedError(_response.error.body, _response.rawResponse);
|
|
864
|
+
case 502:
|
|
865
|
+
throw new Natural.BadGatewayError(_response.error.body, _response.rawResponse);
|
|
866
|
+
case 503:
|
|
867
|
+
throw new Natural.ServiceUnavailableError(_response.error.body, _response.rawResponse);
|
|
868
|
+
default:
|
|
869
|
+
throw new errors.NaturalError({
|
|
870
|
+
statusCode: _response.error.statusCode,
|
|
871
|
+
body: _response.error.body,
|
|
872
|
+
rawResponse: _response.rawResponse,
|
|
873
|
+
});
|
|
874
|
+
}
|
|
875
|
+
}
|
|
876
|
+
return handleNonStatusCodeError(_response.error, _response.rawResponse, "POST", "/simulations/customer-invitations/{invitationId}/decline");
|
|
877
|
+
});
|
|
878
|
+
}
|
|
879
|
+
/**
|
|
880
|
+
* Revoke an agent's access to one of your test customers, acting as the customer, and return the customer
|
|
881
|
+
*
|
|
882
|
+
* @param {Natural.RevokeAgentConnectionSimulationsRequest} request
|
|
883
|
+
* @param {SimulationsClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
884
|
+
*
|
|
885
|
+
* @throws {@link Natural.BadRequestError}
|
|
886
|
+
* @throws {@link Natural.UnauthorizedError}
|
|
887
|
+
* @throws {@link Natural.ForbiddenError}
|
|
888
|
+
* @throws {@link Natural.NotFoundError}
|
|
889
|
+
* @throws {@link Natural.RequestTimeoutError}
|
|
890
|
+
* @throws {@link Natural.ConflictError}
|
|
891
|
+
* @throws {@link Natural.UnprocessableEntityError}
|
|
892
|
+
* @throws {@link Natural.PreconditionError}
|
|
893
|
+
* @throws {@link Natural.TooManyRequestsError}
|
|
894
|
+
* @throws {@link Natural.InternalServerError}
|
|
895
|
+
* @throws {@link Natural.NotImplementedError}
|
|
896
|
+
* @throws {@link Natural.BadGatewayError}
|
|
897
|
+
* @throws {@link Natural.ServiceUnavailableError}
|
|
898
|
+
* @throws {@link errors.NaturalError}
|
|
899
|
+
* @throws {@link errors.NaturalTimeoutError}
|
|
900
|
+
*
|
|
901
|
+
* @example
|
|
902
|
+
* await client.simulations.revokeAgentConnection({
|
|
903
|
+
* idempotencyKey: "Idempotency-Key",
|
|
904
|
+
* customerId: "customerId",
|
|
905
|
+
* agentId: "agentId"
|
|
906
|
+
* })
|
|
907
|
+
*/
|
|
908
|
+
revokeAgentConnection(request, requestOptions) {
|
|
909
|
+
return core.HttpResponsePromise.fromPromise(this.__revokeAgentConnection(request, requestOptions));
|
|
910
|
+
}
|
|
911
|
+
__revokeAgentConnection(request, requestOptions) {
|
|
912
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
913
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
|
|
914
|
+
const { customerId, agentId, idempotencyKey } = request;
|
|
915
|
+
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
916
|
+
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({
|
|
917
|
+
"Idempotency-Key": idempotencyKey,
|
|
918
|
+
"X-Agent-ID": (_b = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.agentId) !== null && _b !== void 0 ? _b : (_c = this._options) === null || _c === void 0 ? void 0 : _c.agentId,
|
|
919
|
+
"X-Instance-ID": (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.instanceId) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.instanceId,
|
|
920
|
+
}), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
921
|
+
const _response = yield ((_f = this._options.fetcher) !== null && _f !== void 0 ? _f : core.fetcher)({
|
|
922
|
+
url: core.url.join((_h = (_g = (yield core.Supplier.get(this._options.baseUrl))) !== null && _g !== void 0 ? _g : (yield core.Supplier.get(this._options.environment))) !== null && _h !== void 0 ? _h : environments.NaturalEnvironment.Production, `simulations/customers/${core.url.encodePathParam(customerId)}/agents/${core.url.encodePathParam(agentId)}/revoke`),
|
|
923
|
+
method: "POST",
|
|
924
|
+
headers: _headers,
|
|
925
|
+
queryString: core.url.queryBuilder().mergeAdditional(requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams).build(),
|
|
926
|
+
timeoutMs: ((_l = (_j = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _j !== void 0 ? _j : (_k = this._options) === null || _k === void 0 ? void 0 : _k.timeoutInSeconds) !== null && _l !== void 0 ? _l : 60) * 1000,
|
|
927
|
+
maxRetries: (_m = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _m !== void 0 ? _m : (_o = this._options) === null || _o === void 0 ? void 0 : _o.maxRetries,
|
|
928
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
929
|
+
fetchFn: (_p = this._options) === null || _p === void 0 ? void 0 : _p.fetch,
|
|
930
|
+
logging: this._options.logging,
|
|
931
|
+
});
|
|
932
|
+
if (_response.ok) {
|
|
933
|
+
return {
|
|
934
|
+
data: serializers.RevokeAgentConnectionSimulationsResponse.parseOrThrow(_response.body, {
|
|
935
|
+
unrecognizedObjectKeys: "passthrough",
|
|
936
|
+
allowUnrecognizedUnionMembers: true,
|
|
937
|
+
allowUnrecognizedEnumValues: true,
|
|
938
|
+
skipValidation: true,
|
|
939
|
+
breadcrumbsPrefix: ["response"],
|
|
940
|
+
}),
|
|
941
|
+
rawResponse: _response.rawResponse,
|
|
942
|
+
};
|
|
943
|
+
}
|
|
944
|
+
if (_response.error.reason === "status-code") {
|
|
945
|
+
switch (_response.error.statusCode) {
|
|
946
|
+
case 400:
|
|
947
|
+
throw new Natural.BadRequestError(_response.error.body, _response.rawResponse);
|
|
948
|
+
case 401:
|
|
949
|
+
throw new Natural.UnauthorizedError(_response.error.body, _response.rawResponse);
|
|
950
|
+
case 403:
|
|
951
|
+
throw new Natural.ForbiddenError(_response.error.body, _response.rawResponse);
|
|
952
|
+
case 404:
|
|
953
|
+
throw new Natural.NotFoundError(_response.error.body, _response.rawResponse);
|
|
954
|
+
case 408:
|
|
955
|
+
throw new Natural.RequestTimeoutError(_response.error.body, _response.rawResponse);
|
|
956
|
+
case 409:
|
|
957
|
+
throw new Natural.ConflictError(_response.error.body, _response.rawResponse);
|
|
958
|
+
case 422:
|
|
959
|
+
throw new Natural.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
960
|
+
case 428:
|
|
961
|
+
throw new Natural.PreconditionError(_response.error.body, _response.rawResponse);
|
|
962
|
+
case 429:
|
|
963
|
+
throw new Natural.TooManyRequestsError(_response.error.body, _response.rawResponse);
|
|
964
|
+
case 500:
|
|
965
|
+
throw new Natural.InternalServerError(_response.error.body, _response.rawResponse);
|
|
966
|
+
case 501:
|
|
967
|
+
throw new Natural.NotImplementedError(_response.error.body, _response.rawResponse);
|
|
968
|
+
case 502:
|
|
969
|
+
throw new Natural.BadGatewayError(_response.error.body, _response.rawResponse);
|
|
970
|
+
case 503:
|
|
971
|
+
throw new Natural.ServiceUnavailableError(_response.error.body, _response.rawResponse);
|
|
972
|
+
default:
|
|
973
|
+
throw new errors.NaturalError({
|
|
974
|
+
statusCode: _response.error.statusCode,
|
|
975
|
+
body: _response.error.body,
|
|
976
|
+
rawResponse: _response.rawResponse,
|
|
977
|
+
});
|
|
978
|
+
}
|
|
979
|
+
}
|
|
980
|
+
return handleNonStatusCodeError(_response.error, _response.rawResponse, "POST", "/simulations/customers/{customerId}/agents/{agentId}/revoke");
|
|
981
|
+
});
|
|
982
|
+
}
|
|
983
|
+
}
|