@naturalpay/sdk 1.2.5 → 1.2.7
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/api/resources/customers/client/Client.d.ts +51 -1
- package/dist/cjs/api/resources/customers/client/Client.js +51 -1
- package/dist/cjs/api/resources/customers/client/requests/CreateInvitationsCustomersRequest.d.ts +55 -3
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmail.d.ts +8 -2
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemAddressCountry.d.ts +200 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemAddressCountry.js +203 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemAnnualIncome.d.ts +1 -1
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemAnnualIncome.js +1 -1
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemCountryOfCitizenship.d.ts +200 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemCountryOfCitizenship.js +203 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemEmploymentStatus.d.ts +1 -1
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemEmploymentStatus.js +1 -1
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemTitle.d.ts +1 -1
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemTitle.js +1 -1
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessBusinessType.d.ts +1 -1
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessBusinessType.js +1 -1
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessCountriesOfOperationsItem.d.ts +200 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessCountriesOfOperationsItem.js +203 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessPhysicalAddressCountry.d.ts +200 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessPhysicalAddressCountry.js +203 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessRegisteredAddressCountry.d.ts +200 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessRegisteredAddressCountry.js +203 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessSourceOfFundsItem.d.ts +1 -1
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessSourceOfFundsItem.js +1 -1
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessStateOfIncorporation.d.ts +1 -1
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessStateOfIncorporation.js +1 -1
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualAddressCountry.d.ts +200 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualAddressCountry.js +203 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualAnnualIncome.d.ts +1 -1
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualAnnualIncome.js +1 -1
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualCountryOfCitizenship.d.ts +200 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualCountryOfCitizenship.js +203 -0
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualEmploymentStatus.d.ts +1 -1
- package/dist/cjs/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualEmploymentStatus.js +1 -1
- package/dist/cjs/api/resources/customers/types/CustomerInvitationAccountType.d.ts +1 -1
- package/dist/cjs/api/resources/customers/types/CustomerInvitationAccountType.js +1 -1
- package/dist/cjs/api/resources/customers/types/CustomerInvitationAddress.d.ts +11 -2
- package/dist/cjs/api/resources/customers/types/CustomerInvitationBeneficialOwner.d.ts +12 -5
- package/dist/cjs/api/resources/customers/types/CustomerInvitationBusiness.d.ts +14 -4
- package/dist/cjs/api/resources/customers/types/CustomerInvitationIndividual.d.ts +7 -9
- package/dist/cjs/api/resources/customers/types/index.d.ts +7 -1
- package/dist/cjs/api/resources/customers/types/index.js +7 -1
- package/dist/cjs/api/resources/paymentRequests/client/requests/NewPayReqParams.d.ts +1 -1
- package/dist/cjs/api/resources/payments/client/requests/NewPaymentParams.d.ts +1 -1
- package/dist/cjs/api/resources/simulations/client/Client.d.ts +1 -0
- package/dist/cjs/api/resources/simulations/client/Client.js +1 -0
- package/dist/cjs/api/resources/simulations/client/requests/InviteCustomerSimulationsRequest.d.ts +3 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsRequestPermissionsItem.d.ts +19 -0
- package/dist/cjs/api/resources/simulations/types/InviteCustomerSimulationsRequestPermissionsItem.js +22 -0
- package/dist/cjs/api/resources/simulations/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/simulations/types/index.js +1 -0
- package/dist/cjs/serialization/resources/customers/client/requests/CreateInvitationsCustomersRequest.d.ts +1 -0
- package/dist/cjs/serialization/resources/customers/client/requests/CreateInvitationsCustomersRequest.js +1 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmail.d.ts +3 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmail.js +3 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemAddressCountry.d.ts +7 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemAddressCountry.js +236 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemCountryOfCitizenship.d.ts +7 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemCountryOfCitizenship.js +236 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessCountriesOfOperationsItem.d.ts +7 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessCountriesOfOperationsItem.js +236 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessPhysicalAddressCountry.d.ts +7 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessPhysicalAddressCountry.js +236 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessRegisteredAddressCountry.d.ts +7 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessRegisteredAddressCountry.js +236 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualAddressCountry.d.ts +7 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualAddressCountry.js +236 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualCountryOfCitizenship.d.ts +7 -0
- package/dist/cjs/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualCountryOfCitizenship.js +236 -0
- package/dist/cjs/serialization/resources/customers/types/CustomerInvitationAddress.d.ts +2 -1
- package/dist/cjs/serialization/resources/customers/types/CustomerInvitationAddress.js +2 -1
- package/dist/cjs/serialization/resources/customers/types/CustomerInvitationBeneficialOwner.d.ts +2 -1
- package/dist/cjs/serialization/resources/customers/types/CustomerInvitationBeneficialOwner.js +2 -1
- package/dist/cjs/serialization/resources/customers/types/CustomerInvitationBusiness.d.ts +2 -3
- package/dist/cjs/serialization/resources/customers/types/CustomerInvitationBusiness.js +4 -3
- package/dist/cjs/serialization/resources/customers/types/CustomerInvitationIndividual.d.ts +2 -5
- package/dist/cjs/serialization/resources/customers/types/CustomerInvitationIndividual.js +2 -5
- package/dist/cjs/serialization/resources/customers/types/index.d.ts +7 -1
- package/dist/cjs/serialization/resources/customers/types/index.js +7 -1
- package/dist/cjs/serialization/resources/simulations/client/requests/InviteCustomerSimulationsRequest.d.ts +2 -0
- package/dist/cjs/serialization/resources/simulations/client/requests/InviteCustomerSimulationsRequest.js +2 -0
- package/dist/cjs/serialization/resources/simulations/types/InviteCustomerSimulationsRequestPermissionsItem.d.ts +7 -0
- package/dist/cjs/serialization/resources/{customers/types/CustomerInvitationRepresentative.js → simulations/types/InviteCustomerSimulationsRequestPermissionsItem.js} +19 -7
- package/dist/cjs/serialization/resources/simulations/types/index.d.ts +1 -0
- package/dist/cjs/serialization/resources/simulations/types/index.js +1 -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/api/resources/customers/client/Client.d.mts +51 -1
- package/dist/esm/api/resources/customers/client/Client.mjs +51 -1
- package/dist/esm/api/resources/customers/client/requests/CreateInvitationsCustomersRequest.d.mts +55 -3
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmail.d.mts +8 -2
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemAddressCountry.d.mts +200 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemAddressCountry.mjs +200 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemAnnualIncome.d.mts +1 -1
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemAnnualIncome.mjs +1 -1
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemCountryOfCitizenship.d.mts +200 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemCountryOfCitizenship.mjs +200 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemEmploymentStatus.d.mts +1 -1
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemEmploymentStatus.mjs +1 -1
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemTitle.d.mts +1 -1
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemTitle.mjs +1 -1
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessBusinessType.d.mts +1 -1
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessBusinessType.mjs +1 -1
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessCountriesOfOperationsItem.d.mts +200 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessCountriesOfOperationsItem.mjs +200 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessPhysicalAddressCountry.d.mts +200 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessPhysicalAddressCountry.mjs +200 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessRegisteredAddressCountry.d.mts +200 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessRegisteredAddressCountry.mjs +200 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessSourceOfFundsItem.d.mts +1 -1
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessSourceOfFundsItem.mjs +1 -1
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessStateOfIncorporation.d.mts +1 -1
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessStateOfIncorporation.mjs +1 -1
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualAddressCountry.d.mts +200 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualAddressCountry.mjs +200 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualAnnualIncome.d.mts +1 -1
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualAnnualIncome.mjs +1 -1
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualCountryOfCitizenship.d.mts +200 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualCountryOfCitizenship.mjs +200 -0
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualEmploymentStatus.d.mts +1 -1
- package/dist/esm/api/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualEmploymentStatus.mjs +1 -1
- package/dist/esm/api/resources/customers/types/CustomerInvitationAccountType.d.mts +1 -1
- package/dist/esm/api/resources/customers/types/CustomerInvitationAccountType.mjs +1 -1
- package/dist/esm/api/resources/customers/types/CustomerInvitationAddress.d.mts +11 -2
- package/dist/esm/api/resources/customers/types/CustomerInvitationBeneficialOwner.d.mts +12 -5
- package/dist/esm/api/resources/customers/types/CustomerInvitationBusiness.d.mts +14 -4
- package/dist/esm/api/resources/customers/types/CustomerInvitationIndividual.d.mts +7 -9
- package/dist/esm/api/resources/customers/types/index.d.mts +7 -1
- package/dist/esm/api/resources/customers/types/index.mjs +7 -1
- package/dist/esm/api/resources/paymentRequests/client/requests/NewPayReqParams.d.mts +1 -1
- package/dist/esm/api/resources/payments/client/requests/NewPaymentParams.d.mts +1 -1
- package/dist/esm/api/resources/simulations/client/Client.d.mts +1 -0
- package/dist/esm/api/resources/simulations/client/Client.mjs +1 -0
- package/dist/esm/api/resources/simulations/client/requests/InviteCustomerSimulationsRequest.d.mts +3 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsRequestPermissionsItem.d.mts +19 -0
- package/dist/esm/api/resources/simulations/types/InviteCustomerSimulationsRequestPermissionsItem.mjs +19 -0
- package/dist/esm/api/resources/simulations/types/index.d.mts +1 -0
- package/dist/esm/api/resources/simulations/types/index.mjs +1 -0
- package/dist/esm/serialization/resources/customers/client/requests/CreateInvitationsCustomersRequest.d.mts +1 -0
- package/dist/esm/serialization/resources/customers/client/requests/CreateInvitationsCustomersRequest.mjs +1 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmail.d.mts +3 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmail.mjs +3 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemAddressCountry.d.mts +7 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemAddressCountry.mjs +200 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemCountryOfCitizenship.d.mts +7 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemCountryOfCitizenship.mjs +200 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessCountriesOfOperationsItem.d.mts +7 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessCountriesOfOperationsItem.mjs +200 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessPhysicalAddressCountry.d.mts +7 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessPhysicalAddressCountry.mjs +200 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessRegisteredAddressCountry.d.mts +7 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailBusinessRegisteredAddressCountry.mjs +200 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualAddressCountry.d.mts +7 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualAddressCountry.mjs +200 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualCountryOfCitizenship.d.mts +7 -0
- package/dist/esm/serialization/resources/customers/types/CreateInvitationsCustomersRequestRecipientsItemEmailIndividualCountryOfCitizenship.mjs +200 -0
- package/dist/esm/serialization/resources/customers/types/CustomerInvitationAddress.d.mts +2 -1
- package/dist/esm/serialization/resources/customers/types/CustomerInvitationAddress.mjs +2 -1
- package/dist/esm/serialization/resources/customers/types/CustomerInvitationBeneficialOwner.d.mts +2 -1
- package/dist/esm/serialization/resources/customers/types/CustomerInvitationBeneficialOwner.mjs +2 -1
- package/dist/esm/serialization/resources/customers/types/CustomerInvitationBusiness.d.mts +2 -3
- package/dist/esm/serialization/resources/customers/types/CustomerInvitationBusiness.mjs +4 -3
- package/dist/esm/serialization/resources/customers/types/CustomerInvitationIndividual.d.mts +2 -5
- package/dist/esm/serialization/resources/customers/types/CustomerInvitationIndividual.mjs +2 -5
- package/dist/esm/serialization/resources/customers/types/index.d.mts +7 -1
- package/dist/esm/serialization/resources/customers/types/index.mjs +7 -1
- package/dist/esm/serialization/resources/simulations/client/requests/InviteCustomerSimulationsRequest.d.mts +2 -0
- package/dist/esm/serialization/resources/simulations/client/requests/InviteCustomerSimulationsRequest.mjs +2 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsRequestPermissionsItem.d.mts +7 -0
- package/dist/esm/serialization/resources/simulations/types/InviteCustomerSimulationsRequestPermissionsItem.mjs +20 -0
- package/dist/esm/serialization/resources/simulations/types/index.d.mts +1 -0
- package/dist/esm/serialization/resources/simulations/types/index.mjs +1 -0
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +52 -1
- package/dist/cjs/api/resources/customers/types/CustomerInvitationRepresentative.d.ts +0 -6
- package/dist/cjs/api/resources/customers/types/CustomerInvitationRepresentative.js +0 -3
- package/dist/cjs/serialization/resources/customers/types/CustomerInvitationRepresentative.d.ts +0 -12
- package/dist/esm/api/resources/customers/types/CustomerInvitationRepresentative.d.mts +0 -6
- package/dist/esm/api/resources/customers/types/CustomerInvitationRepresentative.mjs +0 -2
- package/dist/esm/serialization/resources/customers/types/CustomerInvitationRepresentative.d.mts +0 -12
- package/dist/esm/serialization/resources/customers/types/CustomerInvitationRepresentative.mjs +0 -8
|
@@ -20,13 +20,20 @@ __exportStar(require("./CreateInvitationsCustomersRequestAgentsItemPermissionsIt
|
|
|
20
20
|
__exportStar(require("./CreateInvitationsCustomersRequestDisableNotificationsItem.js"), exports);
|
|
21
21
|
__exportStar(require("./CreateInvitationsCustomersRequestRecipientsItem.js"), exports);
|
|
22
22
|
__exportStar(require("./CreateInvitationsCustomersRequestRecipientsItemEmail.js"), exports);
|
|
23
|
+
__exportStar(require("./CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemAddressCountry.js"), exports);
|
|
23
24
|
__exportStar(require("./CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemAnnualIncome.js"), exports);
|
|
25
|
+
__exportStar(require("./CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemCountryOfCitizenship.js"), exports);
|
|
24
26
|
__exportStar(require("./CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemEmploymentStatus.js"), exports);
|
|
25
27
|
__exportStar(require("./CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemTitle.js"), exports);
|
|
26
28
|
__exportStar(require("./CreateInvitationsCustomersRequestRecipientsItemEmailBusinessBusinessType.js"), exports);
|
|
29
|
+
__exportStar(require("./CreateInvitationsCustomersRequestRecipientsItemEmailBusinessCountriesOfOperationsItem.js"), exports);
|
|
30
|
+
__exportStar(require("./CreateInvitationsCustomersRequestRecipientsItemEmailBusinessPhysicalAddressCountry.js"), exports);
|
|
31
|
+
__exportStar(require("./CreateInvitationsCustomersRequestRecipientsItemEmailBusinessRegisteredAddressCountry.js"), exports);
|
|
27
32
|
__exportStar(require("./CreateInvitationsCustomersRequestRecipientsItemEmailBusinessSourceOfFundsItem.js"), exports);
|
|
28
33
|
__exportStar(require("./CreateInvitationsCustomersRequestRecipientsItemEmailBusinessStateOfIncorporation.js"), exports);
|
|
34
|
+
__exportStar(require("./CreateInvitationsCustomersRequestRecipientsItemEmailIndividualAddressCountry.js"), exports);
|
|
29
35
|
__exportStar(require("./CreateInvitationsCustomersRequestRecipientsItemEmailIndividualAnnualIncome.js"), exports);
|
|
36
|
+
__exportStar(require("./CreateInvitationsCustomersRequestRecipientsItemEmailIndividualCountryOfCitizenship.js"), exports);
|
|
30
37
|
__exportStar(require("./CreateInvitationsCustomersRequestRecipientsItemEmailIndividualEmploymentStatus.js"), exports);
|
|
31
38
|
__exportStar(require("./CreateInvitationsCustomersRequestRecipientsItemPartyId.js"), exports);
|
|
32
39
|
__exportStar(require("./CreateInvitationsCustomersRequestRecipientsItemPhone.js"), exports);
|
|
@@ -66,7 +73,6 @@ __exportStar(require("./CustomerInvitationAddress.js"), exports);
|
|
|
66
73
|
__exportStar(require("./CustomerInvitationBeneficialOwner.js"), exports);
|
|
67
74
|
__exportStar(require("./CustomerInvitationBusiness.js"), exports);
|
|
68
75
|
__exportStar(require("./CustomerInvitationIndividual.js"), exports);
|
|
69
|
-
__exportStar(require("./CustomerInvitationRepresentative.js"), exports);
|
|
70
76
|
__exportStar(require("./CustomerKind.js"), exports);
|
|
71
77
|
__exportStar(require("./CustomerMeta.js"), exports);
|
|
72
78
|
__exportStar(require("./CustomerPaging.js"), exports);
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import type * as Natural from "../../../../../api/index.js";
|
|
2
2
|
import * as core from "../../../../../core/index.js";
|
|
3
3
|
import type * as serializers from "../../../../index.js";
|
|
4
|
+
import { InviteCustomerSimulationsRequestPermissionsItem } from "../../types/InviteCustomerSimulationsRequestPermissionsItem.js";
|
|
4
5
|
import { InviteCustomerSimulationsRequestType } from "../../types/InviteCustomerSimulationsRequestType.js";
|
|
5
6
|
export declare const InviteCustomerSimulationsRequest: core.serialization.Schema<serializers.InviteCustomerSimulationsRequest.Raw, Omit<Natural.InviteCustomerSimulationsRequest, "idempotencyKey">>;
|
|
6
7
|
export declare namespace InviteCustomerSimulationsRequest {
|
|
7
8
|
interface Raw {
|
|
8
9
|
agentIds: string[];
|
|
10
|
+
permissions?: InviteCustomerSimulationsRequestPermissionsItem.Raw[] | null;
|
|
9
11
|
type?: InviteCustomerSimulationsRequestType.Raw | null;
|
|
10
12
|
}
|
|
11
13
|
}
|
|
@@ -36,8 +36,10 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.InviteCustomerSimulationsRequest = void 0;
|
|
38
38
|
const core = __importStar(require("../../../../../core/index.js"));
|
|
39
|
+
const InviteCustomerSimulationsRequestPermissionsItem_js_1 = require("../../types/InviteCustomerSimulationsRequestPermissionsItem.js");
|
|
39
40
|
const InviteCustomerSimulationsRequestType_js_1 = require("../../types/InviteCustomerSimulationsRequestType.js");
|
|
40
41
|
exports.InviteCustomerSimulationsRequest = core.serialization.object({
|
|
41
42
|
agentIds: core.serialization.list(core.serialization.string()),
|
|
43
|
+
permissions: core.serialization.list(InviteCustomerSimulationsRequestPermissionsItem_js_1.InviteCustomerSimulationsRequestPermissionsItem).optional(),
|
|
42
44
|
type: InviteCustomerSimulationsRequestType_js_1.InviteCustomerSimulationsRequestType.optional(),
|
|
43
45
|
});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type * as Natural from "../../../../api/index.js";
|
|
2
|
+
import * as core from "../../../../core/index.js";
|
|
3
|
+
import type * as serializers from "../../../index.js";
|
|
4
|
+
export declare const InviteCustomerSimulationsRequestPermissionsItem: core.serialization.Schema<serializers.InviteCustomerSimulationsRequestPermissionsItem.Raw, Natural.InviteCustomerSimulationsRequestPermissionsItem>;
|
|
5
|
+
export declare namespace InviteCustomerSimulationsRequestPermissionsItem {
|
|
6
|
+
type Raw = "payments.read" | "payments.create" | "external_parties.read" | "external_parties.create" | "direct.read" | "direct.create" | "external_accounts.create" | "wallets.read" | "wallets.create" | "wallets.update" | "wallets.fund" | "wallets.deposit" | "wallets.transfer" | "wallets.withdraw" | "party.read" | "party.update";
|
|
7
|
+
}
|
|
@@ -34,11 +34,23 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
34
34
|
};
|
|
35
35
|
})();
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.
|
|
37
|
+
exports.InviteCustomerSimulationsRequestPermissionsItem = void 0;
|
|
38
38
|
const core = __importStar(require("../../../../core/index.js"));
|
|
39
|
-
exports.
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
39
|
+
exports.InviteCustomerSimulationsRequestPermissionsItem = core.serialization.enum_([
|
|
40
|
+
"payments.read",
|
|
41
|
+
"payments.create",
|
|
42
|
+
"external_parties.read",
|
|
43
|
+
"external_parties.create",
|
|
44
|
+
"direct.read",
|
|
45
|
+
"direct.create",
|
|
46
|
+
"external_accounts.create",
|
|
47
|
+
"wallets.read",
|
|
48
|
+
"wallets.create",
|
|
49
|
+
"wallets.update",
|
|
50
|
+
"wallets.fund",
|
|
51
|
+
"wallets.deposit",
|
|
52
|
+
"wallets.transfer",
|
|
53
|
+
"wallets.withdraw",
|
|
54
|
+
"party.read",
|
|
55
|
+
"party.update",
|
|
56
|
+
]);
|
|
@@ -125,6 +125,7 @@ export * from "./FundCustomerSimulationsResponseDataRelationshipsWallet.js";
|
|
|
125
125
|
export * from "./FundCustomerSimulationsResponseDataRelationshipsWalletData.js";
|
|
126
126
|
export * from "./FundCustomerSimulationsResponseDataRelationshipsWalletDataType.js";
|
|
127
127
|
export * from "./FundCustomerSimulationsResponseDataType.js";
|
|
128
|
+
export * from "./InviteCustomerSimulationsRequestPermissionsItem.js";
|
|
128
129
|
export * from "./InviteCustomerSimulationsRequestType.js";
|
|
129
130
|
export * from "./InviteCustomerSimulationsResponse.js";
|
|
130
131
|
export * from "./InviteCustomerSimulationsResponseDataItem.js";
|
|
@@ -141,6 +141,7 @@ __exportStar(require("./FundCustomerSimulationsResponseDataRelationshipsWallet.j
|
|
|
141
141
|
__exportStar(require("./FundCustomerSimulationsResponseDataRelationshipsWalletData.js"), exports);
|
|
142
142
|
__exportStar(require("./FundCustomerSimulationsResponseDataRelationshipsWalletDataType.js"), exports);
|
|
143
143
|
__exportStar(require("./FundCustomerSimulationsResponseDataType.js"), exports);
|
|
144
|
+
__exportStar(require("./InviteCustomerSimulationsRequestPermissionsItem.js"), exports);
|
|
144
145
|
__exportStar(require("./InviteCustomerSimulationsRequestType.js"), exports);
|
|
145
146
|
__exportStar(require("./InviteCustomerSimulationsResponse.js"), exports);
|
|
146
147
|
__exportStar(require("./InviteCustomerSimulationsResponseDataItem.js"), exports);
|
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.2.
|
|
1
|
+
export declare const SDK_VERSION = "1.2.7";
|
package/dist/cjs/version.js
CHANGED
package/dist/esm/BaseClient.mjs
CHANGED
|
@@ -6,8 +6,8 @@ export function normalizeClientOptions(options) {
|
|
|
6
6
|
const headers = mergeHeaders({
|
|
7
7
|
"X-Fern-Language": "JavaScript",
|
|
8
8
|
"X-Fern-SDK-Name": "@naturalpay/sdk",
|
|
9
|
-
"X-Fern-SDK-Version": "1.2.
|
|
10
|
-
"User-Agent": "@naturalpay/sdk/1.2.
|
|
9
|
+
"X-Fern-SDK-Version": "1.2.7",
|
|
10
|
+
"User-Agent": "@naturalpay/sdk/1.2.7",
|
|
11
11
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
12
12
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
13
13
|
"X-Agent-ID": options === null || options === void 0 ? void 0 : options.agentId,
|
|
@@ -117,7 +117,56 @@ export declare class CustomersClient {
|
|
|
117
117
|
* await client.customers.createInvitations({
|
|
118
118
|
* recipients: [{
|
|
119
119
|
* type: "email",
|
|
120
|
-
* value: "ops@acme.com"
|
|
120
|
+
* value: "ops@acme.com",
|
|
121
|
+
* accountType: "business",
|
|
122
|
+
* firstName: "Morgan",
|
|
123
|
+
* lastName: "Lee",
|
|
124
|
+
* phone: "+14155550176",
|
|
125
|
+
* business: {
|
|
126
|
+
* legalName: "Acme Logistics LLC",
|
|
127
|
+
* displayName: "Acme Logistics",
|
|
128
|
+
* website: "https://acmelogistics.com",
|
|
129
|
+
* hasTradeName: true,
|
|
130
|
+
* tradeName: "Acme Freight",
|
|
131
|
+
* businessType: "llc",
|
|
132
|
+
* industry: "513210",
|
|
133
|
+
* stateOfIncorporation: "DE",
|
|
134
|
+
* incorporationDate: "2018-03-12",
|
|
135
|
+
* registeredAddress: {
|
|
136
|
+
* streetLine1: "251 Little Falls Dr",
|
|
137
|
+
* city: "Wilmington",
|
|
138
|
+
* subdivision: "DE",
|
|
139
|
+
* postalCode: "19808",
|
|
140
|
+
* country: "US"
|
|
141
|
+
* },
|
|
142
|
+
* physicalAddress: {
|
|
143
|
+
* streetLine1: "900 Harrison St",
|
|
144
|
+
* city: "San Francisco",
|
|
145
|
+
* subdivision: "CA",
|
|
146
|
+
* postalCode: "94107",
|
|
147
|
+
* country: "US"
|
|
148
|
+
* },
|
|
149
|
+
* sourceOfFunds: ["business_revenue"],
|
|
150
|
+
* countriesOfOperations: ["US", "CA"]
|
|
151
|
+
* },
|
|
152
|
+
* beneficialOwners: [{
|
|
153
|
+
* firstName: "Morgan",
|
|
154
|
+
* lastName: "Lee",
|
|
155
|
+
* email: "morgan.lee@acme.com",
|
|
156
|
+
* phone: "+14155550176",
|
|
157
|
+
* dateOfBirth: "1985-09-02",
|
|
158
|
+
* address: {
|
|
159
|
+
* streetLine1: "128 Alamo Square",
|
|
160
|
+
* city: "San Francisco",
|
|
161
|
+
* subdivision: "CA",
|
|
162
|
+
* postalCode: "94117",
|
|
163
|
+
* country: "US"
|
|
164
|
+
* },
|
|
165
|
+
* ownershipPercentage: 60,
|
|
166
|
+
* title: "ceo",
|
|
167
|
+
* countryOfCitizenship: "US",
|
|
168
|
+
* employmentStatus: "employed"
|
|
169
|
+
* }]
|
|
121
170
|
* }],
|
|
122
171
|
* agents: [{
|
|
123
172
|
* agentId: "agt_3c4d5e6f7a8b9c0d1e2f3a4b5c6d7e8f",
|
|
@@ -127,6 +176,7 @@ export declare class CustomersClient {
|
|
|
127
176
|
* }
|
|
128
177
|
* }],
|
|
129
178
|
* expiresAt: new Date("2026-01-12T10:15:00.000Z"),
|
|
179
|
+
* message: "We use Natural to let our agents help manage payments for your business.",
|
|
130
180
|
* tags: {
|
|
131
181
|
* "campaign": "q3_reactivation"
|
|
132
182
|
* }
|
|
@@ -372,7 +372,56 @@ export class CustomersClient {
|
|
|
372
372
|
* await client.customers.createInvitations({
|
|
373
373
|
* recipients: [{
|
|
374
374
|
* type: "email",
|
|
375
|
-
* value: "ops@acme.com"
|
|
375
|
+
* value: "ops@acme.com",
|
|
376
|
+
* accountType: "business",
|
|
377
|
+
* firstName: "Morgan",
|
|
378
|
+
* lastName: "Lee",
|
|
379
|
+
* phone: "+14155550176",
|
|
380
|
+
* business: {
|
|
381
|
+
* legalName: "Acme Logistics LLC",
|
|
382
|
+
* displayName: "Acme Logistics",
|
|
383
|
+
* website: "https://acmelogistics.com",
|
|
384
|
+
* hasTradeName: true,
|
|
385
|
+
* tradeName: "Acme Freight",
|
|
386
|
+
* businessType: "llc",
|
|
387
|
+
* industry: "513210",
|
|
388
|
+
* stateOfIncorporation: "DE",
|
|
389
|
+
* incorporationDate: "2018-03-12",
|
|
390
|
+
* registeredAddress: {
|
|
391
|
+
* streetLine1: "251 Little Falls Dr",
|
|
392
|
+
* city: "Wilmington",
|
|
393
|
+
* subdivision: "DE",
|
|
394
|
+
* postalCode: "19808",
|
|
395
|
+
* country: "US"
|
|
396
|
+
* },
|
|
397
|
+
* physicalAddress: {
|
|
398
|
+
* streetLine1: "900 Harrison St",
|
|
399
|
+
* city: "San Francisco",
|
|
400
|
+
* subdivision: "CA",
|
|
401
|
+
* postalCode: "94107",
|
|
402
|
+
* country: "US"
|
|
403
|
+
* },
|
|
404
|
+
* sourceOfFunds: ["business_revenue"],
|
|
405
|
+
* countriesOfOperations: ["US", "CA"]
|
|
406
|
+
* },
|
|
407
|
+
* beneficialOwners: [{
|
|
408
|
+
* firstName: "Morgan",
|
|
409
|
+
* lastName: "Lee",
|
|
410
|
+
* email: "morgan.lee@acme.com",
|
|
411
|
+
* phone: "+14155550176",
|
|
412
|
+
* dateOfBirth: "1985-09-02",
|
|
413
|
+
* address: {
|
|
414
|
+
* streetLine1: "128 Alamo Square",
|
|
415
|
+
* city: "San Francisco",
|
|
416
|
+
* subdivision: "CA",
|
|
417
|
+
* postalCode: "94117",
|
|
418
|
+
* country: "US"
|
|
419
|
+
* },
|
|
420
|
+
* ownershipPercentage: 60,
|
|
421
|
+
* title: "ceo",
|
|
422
|
+
* countryOfCitizenship: "US",
|
|
423
|
+
* employmentStatus: "employed"
|
|
424
|
+
* }]
|
|
376
425
|
* }],
|
|
377
426
|
* agents: [{
|
|
378
427
|
* agentId: "agt_3c4d5e6f7a8b9c0d1e2f3a4b5c6d7e8f",
|
|
@@ -382,6 +431,7 @@ export class CustomersClient {
|
|
|
382
431
|
* }
|
|
383
432
|
* }],
|
|
384
433
|
* expiresAt: new Date("2026-01-12T10:15:00.000Z"),
|
|
434
|
+
* message: "We use Natural to let our agents help manage payments for your business.",
|
|
385
435
|
* tags: {
|
|
386
436
|
* "campaign": "q3_reactivation"
|
|
387
437
|
* }
|
package/dist/esm/api/resources/customers/client/requests/CreateInvitationsCustomersRequest.d.mts
CHANGED
|
@@ -4,7 +4,56 @@ import type * as Natural from "../../../../index.mjs";
|
|
|
4
4
|
* {
|
|
5
5
|
* recipients: [{
|
|
6
6
|
* type: "email",
|
|
7
|
-
* value: "ops@acme.com"
|
|
7
|
+
* value: "ops@acme.com",
|
|
8
|
+
* accountType: "business",
|
|
9
|
+
* firstName: "Morgan",
|
|
10
|
+
* lastName: "Lee",
|
|
11
|
+
* phone: "+14155550176",
|
|
12
|
+
* business: {
|
|
13
|
+
* legalName: "Acme Logistics LLC",
|
|
14
|
+
* displayName: "Acme Logistics",
|
|
15
|
+
* website: "https://acmelogistics.com",
|
|
16
|
+
* hasTradeName: true,
|
|
17
|
+
* tradeName: "Acme Freight",
|
|
18
|
+
* businessType: "llc",
|
|
19
|
+
* industry: "513210",
|
|
20
|
+
* stateOfIncorporation: "DE",
|
|
21
|
+
* incorporationDate: "2018-03-12",
|
|
22
|
+
* registeredAddress: {
|
|
23
|
+
* streetLine1: "251 Little Falls Dr",
|
|
24
|
+
* city: "Wilmington",
|
|
25
|
+
* subdivision: "DE",
|
|
26
|
+
* postalCode: "19808",
|
|
27
|
+
* country: "US"
|
|
28
|
+
* },
|
|
29
|
+
* physicalAddress: {
|
|
30
|
+
* streetLine1: "900 Harrison St",
|
|
31
|
+
* city: "San Francisco",
|
|
32
|
+
* subdivision: "CA",
|
|
33
|
+
* postalCode: "94107",
|
|
34
|
+
* country: "US"
|
|
35
|
+
* },
|
|
36
|
+
* sourceOfFunds: ["business_revenue"],
|
|
37
|
+
* countriesOfOperations: ["US", "CA"]
|
|
38
|
+
* },
|
|
39
|
+
* beneficialOwners: [{
|
|
40
|
+
* firstName: "Morgan",
|
|
41
|
+
* lastName: "Lee",
|
|
42
|
+
* email: "morgan.lee@acme.com",
|
|
43
|
+
* phone: "+14155550176",
|
|
44
|
+
* dateOfBirth: "1985-09-02",
|
|
45
|
+
* address: {
|
|
46
|
+
* streetLine1: "128 Alamo Square",
|
|
47
|
+
* city: "San Francisco",
|
|
48
|
+
* subdivision: "CA",
|
|
49
|
+
* postalCode: "94117",
|
|
50
|
+
* country: "US"
|
|
51
|
+
* },
|
|
52
|
+
* ownershipPercentage: 60,
|
|
53
|
+
* title: "ceo",
|
|
54
|
+
* countryOfCitizenship: "US",
|
|
55
|
+
* employmentStatus: "employed"
|
|
56
|
+
* }]
|
|
8
57
|
* }],
|
|
9
58
|
* agents: [{
|
|
10
59
|
* agentId: "agt_3c4d5e6f7a8b9c0d1e2f3a4b5c6d7e8f",
|
|
@@ -14,20 +63,23 @@ import type * as Natural from "../../../../index.mjs";
|
|
|
14
63
|
* }
|
|
15
64
|
* }],
|
|
16
65
|
* expiresAt: new Date("2026-01-12T10:15:00.000Z"),
|
|
66
|
+
* message: "We use Natural to let our agents help manage payments for your business.",
|
|
17
67
|
* tags: {
|
|
18
68
|
* "campaign": "q3_reactivation"
|
|
19
69
|
* }
|
|
20
70
|
* }
|
|
21
71
|
*/
|
|
22
72
|
export interface CreateInvitationsCustomersRequest {
|
|
23
|
-
/**
|
|
73
|
+
/** Each recipient is one of three shapes: an email recipient (which may carry onboarding details), a phone recipient, or an existing customer referenced by party ID. */
|
|
24
74
|
recipients: Natural.CreateInvitationsCustomersRequestRecipientsItem[];
|
|
25
75
|
/** Agents to grant access to. Each recipient receives an invitation for every agent listed. */
|
|
26
76
|
agents: Natural.CreateInvitationsCustomersRequestAgentsItem[];
|
|
27
77
|
/** When the invitation expires. Defaults to 30 days from now, up to a 90-day maximum. */
|
|
28
78
|
expiresAt?: Date;
|
|
79
|
+
/** Message stored with each recipient's invitation. The current invitation email does not include it. */
|
|
80
|
+
message?: string;
|
|
29
81
|
/** Tags applied to each invitation. */
|
|
30
82
|
tags?: Record<string, string>;
|
|
31
|
-
/**
|
|
83
|
+
/** Set to ["recipient"] to skip our notification to the counterparty and deliver the returned link yourself. */
|
|
32
84
|
disableNotifications?: Natural.CreateInvitationsCustomersRequestDisableNotificationsItem[];
|
|
33
85
|
}
|
|
@@ -2,9 +2,15 @@ import type * as Natural from "../../../index.mjs";
|
|
|
2
2
|
export interface CreateInvitationsCustomersRequestRecipientsItemEmail {
|
|
3
3
|
/** Email address. */
|
|
4
4
|
value: string;
|
|
5
|
-
/**
|
|
5
|
+
/** Account type */
|
|
6
6
|
accountType?: Natural.CustomerInvitationAccountType;
|
|
7
|
-
/**
|
|
7
|
+
/** Legal first name of the person signing up. */
|
|
8
|
+
firstName?: string;
|
|
9
|
+
/** Legal last name of the person signing up. */
|
|
10
|
+
lastName?: string;
|
|
11
|
+
/** Phone number of the person signing up (E.164) */
|
|
12
|
+
phone?: string;
|
|
13
|
+
/** Identity-verification details for individual accounts. */
|
|
8
14
|
individual?: Natural.CustomerInvitationIndividual;
|
|
9
15
|
/** Optional onboarding suggestion (business). The customer reviews and confirms every value. */
|
|
10
16
|
business?: Natural.CustomerInvitationBusiness;
|
|
@@ -0,0 +1,200 @@
|
|
|
1
|
+
/** Country (ISO-3166-1 alpha-2). */
|
|
2
|
+
export declare const CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemAddressCountry: {
|
|
3
|
+
readonly Us: "US";
|
|
4
|
+
readonly Af: "AF";
|
|
5
|
+
readonly Al: "AL";
|
|
6
|
+
readonly Dz: "DZ";
|
|
7
|
+
readonly Ad: "AD";
|
|
8
|
+
readonly Ao: "AO";
|
|
9
|
+
readonly Ag: "AG";
|
|
10
|
+
readonly Ar: "AR";
|
|
11
|
+
readonly Am: "AM";
|
|
12
|
+
readonly Au: "AU";
|
|
13
|
+
readonly At: "AT";
|
|
14
|
+
readonly Az: "AZ";
|
|
15
|
+
readonly Bs: "BS";
|
|
16
|
+
readonly Bh: "BH";
|
|
17
|
+
readonly Bd: "BD";
|
|
18
|
+
readonly Bb: "BB";
|
|
19
|
+
readonly By: "BY";
|
|
20
|
+
readonly Be: "BE";
|
|
21
|
+
readonly Bz: "BZ";
|
|
22
|
+
readonly Bj: "BJ";
|
|
23
|
+
readonly Bt: "BT";
|
|
24
|
+
readonly Bo: "BO";
|
|
25
|
+
readonly Ba: "BA";
|
|
26
|
+
readonly Bw: "BW";
|
|
27
|
+
readonly Br: "BR";
|
|
28
|
+
readonly Bn: "BN";
|
|
29
|
+
readonly Bg: "BG";
|
|
30
|
+
readonly Bf: "BF";
|
|
31
|
+
readonly Bi: "BI";
|
|
32
|
+
readonly Cv: "CV";
|
|
33
|
+
readonly Kh: "KH";
|
|
34
|
+
readonly Cm: "CM";
|
|
35
|
+
readonly Ca: "CA";
|
|
36
|
+
readonly Cf: "CF";
|
|
37
|
+
readonly Td: "TD";
|
|
38
|
+
readonly Cl: "CL";
|
|
39
|
+
readonly Cn: "CN";
|
|
40
|
+
readonly Co: "CO";
|
|
41
|
+
readonly Km: "KM";
|
|
42
|
+
readonly Cg: "CG";
|
|
43
|
+
readonly Cd: "CD";
|
|
44
|
+
readonly Cr: "CR";
|
|
45
|
+
readonly Ci: "CI";
|
|
46
|
+
readonly Hr: "HR";
|
|
47
|
+
readonly Cu: "CU";
|
|
48
|
+
readonly Cy: "CY";
|
|
49
|
+
readonly Cz: "CZ";
|
|
50
|
+
readonly Dk: "DK";
|
|
51
|
+
readonly Dj: "DJ";
|
|
52
|
+
readonly Dm: "DM";
|
|
53
|
+
readonly Do: "DO";
|
|
54
|
+
readonly Ec: "EC";
|
|
55
|
+
readonly Eg: "EG";
|
|
56
|
+
readonly Sv: "SV";
|
|
57
|
+
readonly Gq: "GQ";
|
|
58
|
+
readonly Er: "ER";
|
|
59
|
+
readonly Ee: "EE";
|
|
60
|
+
readonly Sz: "SZ";
|
|
61
|
+
readonly Et: "ET";
|
|
62
|
+
readonly Fj: "FJ";
|
|
63
|
+
readonly Fi: "FI";
|
|
64
|
+
readonly Fr: "FR";
|
|
65
|
+
readonly Ga: "GA";
|
|
66
|
+
readonly Gm: "GM";
|
|
67
|
+
readonly Ge: "GE";
|
|
68
|
+
readonly De: "DE";
|
|
69
|
+
readonly Gh: "GH";
|
|
70
|
+
readonly Gr: "GR";
|
|
71
|
+
readonly Gd: "GD";
|
|
72
|
+
readonly Gt: "GT";
|
|
73
|
+
readonly Gn: "GN";
|
|
74
|
+
readonly Gw: "GW";
|
|
75
|
+
readonly Gy: "GY";
|
|
76
|
+
readonly Ht: "HT";
|
|
77
|
+
readonly Va: "VA";
|
|
78
|
+
readonly Hn: "HN";
|
|
79
|
+
readonly Hu: "HU";
|
|
80
|
+
readonly Is: "IS";
|
|
81
|
+
readonly In: "IN";
|
|
82
|
+
readonly Id: "ID";
|
|
83
|
+
readonly Ir: "IR";
|
|
84
|
+
readonly Iq: "IQ";
|
|
85
|
+
readonly Ie: "IE";
|
|
86
|
+
readonly Il: "IL";
|
|
87
|
+
readonly It: "IT";
|
|
88
|
+
readonly Jm: "JM";
|
|
89
|
+
readonly Jp: "JP";
|
|
90
|
+
readonly Jo: "JO";
|
|
91
|
+
readonly Kz: "KZ";
|
|
92
|
+
readonly Ke: "KE";
|
|
93
|
+
readonly Ki: "KI";
|
|
94
|
+
readonly Kp: "KP";
|
|
95
|
+
readonly Kr: "KR";
|
|
96
|
+
readonly Kw: "KW";
|
|
97
|
+
readonly Kg: "KG";
|
|
98
|
+
readonly La: "LA";
|
|
99
|
+
readonly Lv: "LV";
|
|
100
|
+
readonly Lb: "LB";
|
|
101
|
+
readonly Ls: "LS";
|
|
102
|
+
readonly Lr: "LR";
|
|
103
|
+
readonly Ly: "LY";
|
|
104
|
+
readonly Li: "LI";
|
|
105
|
+
readonly Lt: "LT";
|
|
106
|
+
readonly Lu: "LU";
|
|
107
|
+
readonly Mg: "MG";
|
|
108
|
+
readonly Mw: "MW";
|
|
109
|
+
readonly My: "MY";
|
|
110
|
+
readonly Mv: "MV";
|
|
111
|
+
readonly Ml: "ML";
|
|
112
|
+
readonly Mt: "MT";
|
|
113
|
+
readonly Mh: "MH";
|
|
114
|
+
readonly Mr: "MR";
|
|
115
|
+
readonly Mu: "MU";
|
|
116
|
+
readonly Mx: "MX";
|
|
117
|
+
readonly Fm: "FM";
|
|
118
|
+
readonly Md: "MD";
|
|
119
|
+
readonly Mc: "MC";
|
|
120
|
+
readonly Mn: "MN";
|
|
121
|
+
readonly Me: "ME";
|
|
122
|
+
readonly Ma: "MA";
|
|
123
|
+
readonly Mz: "MZ";
|
|
124
|
+
readonly Mm: "MM";
|
|
125
|
+
readonly Na: "NA";
|
|
126
|
+
readonly Nr: "NR";
|
|
127
|
+
readonly Np: "NP";
|
|
128
|
+
readonly Nl: "NL";
|
|
129
|
+
readonly Nz: "NZ";
|
|
130
|
+
readonly Ni: "NI";
|
|
131
|
+
readonly Ne: "NE";
|
|
132
|
+
readonly Ng: "NG";
|
|
133
|
+
readonly Mk: "MK";
|
|
134
|
+
readonly No: "NO";
|
|
135
|
+
readonly Om: "OM";
|
|
136
|
+
readonly Pk: "PK";
|
|
137
|
+
readonly Pw: "PW";
|
|
138
|
+
readonly Ps: "PS";
|
|
139
|
+
readonly Pa: "PA";
|
|
140
|
+
readonly Pg: "PG";
|
|
141
|
+
readonly Py: "PY";
|
|
142
|
+
readonly Pe: "PE";
|
|
143
|
+
readonly Ph: "PH";
|
|
144
|
+
readonly Pl: "PL";
|
|
145
|
+
readonly Pt: "PT";
|
|
146
|
+
readonly Qa: "QA";
|
|
147
|
+
readonly Ro: "RO";
|
|
148
|
+
readonly Ru: "RU";
|
|
149
|
+
readonly Rw: "RW";
|
|
150
|
+
readonly Kn: "KN";
|
|
151
|
+
readonly Lc: "LC";
|
|
152
|
+
readonly Vc: "VC";
|
|
153
|
+
readonly Ws: "WS";
|
|
154
|
+
readonly Sm: "SM";
|
|
155
|
+
readonly St: "ST";
|
|
156
|
+
readonly Sa: "SA";
|
|
157
|
+
readonly Sn: "SN";
|
|
158
|
+
readonly Rs: "RS";
|
|
159
|
+
readonly Sc: "SC";
|
|
160
|
+
readonly Sl: "SL";
|
|
161
|
+
readonly Sg: "SG";
|
|
162
|
+
readonly Sk: "SK";
|
|
163
|
+
readonly Si: "SI";
|
|
164
|
+
readonly Sb: "SB";
|
|
165
|
+
readonly So: "SO";
|
|
166
|
+
readonly Za: "ZA";
|
|
167
|
+
readonly Ss: "SS";
|
|
168
|
+
readonly Es: "ES";
|
|
169
|
+
readonly Lk: "LK";
|
|
170
|
+
readonly Sd: "SD";
|
|
171
|
+
readonly Sr: "SR";
|
|
172
|
+
readonly Se: "SE";
|
|
173
|
+
readonly Ch: "CH";
|
|
174
|
+
readonly Sy: "SY";
|
|
175
|
+
readonly Tw: "TW";
|
|
176
|
+
readonly Tj: "TJ";
|
|
177
|
+
readonly Tz: "TZ";
|
|
178
|
+
readonly Th: "TH";
|
|
179
|
+
readonly Tl: "TL";
|
|
180
|
+
readonly Tg: "TG";
|
|
181
|
+
readonly To: "TO";
|
|
182
|
+
readonly Tt: "TT";
|
|
183
|
+
readonly Tn: "TN";
|
|
184
|
+
readonly Tr: "TR";
|
|
185
|
+
readonly Tm: "TM";
|
|
186
|
+
readonly Tv: "TV";
|
|
187
|
+
readonly Ug: "UG";
|
|
188
|
+
readonly Ua: "UA";
|
|
189
|
+
readonly Ae: "AE";
|
|
190
|
+
readonly Gb: "GB";
|
|
191
|
+
readonly Uy: "UY";
|
|
192
|
+
readonly Uz: "UZ";
|
|
193
|
+
readonly Vu: "VU";
|
|
194
|
+
readonly Ve: "VE";
|
|
195
|
+
readonly Vn: "VN";
|
|
196
|
+
readonly Ye: "YE";
|
|
197
|
+
readonly Zm: "ZM";
|
|
198
|
+
readonly Zw: "ZW";
|
|
199
|
+
};
|
|
200
|
+
export type CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemAddressCountry = (typeof CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemAddressCountry)[keyof typeof CreateInvitationsCustomersRequestRecipientsItemEmailBeneficialOwnersItemAddressCountry];
|