@pax2pay/client 0.9.14 → 0.9.16

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.
Files changed (175) hide show
  1. package/Client/Configuration/index.ts +17 -14
  2. package/dist/Client/Configuration/index.d.ts +6 -6
  3. package/dist/Client/Configuration/index.js.map +1 -1
  4. package/dist/index.d.ts +2 -2
  5. package/dist/index.js +2 -2
  6. package/dist/index.js.map +1 -1
  7. package/dist/model/{ApprovalNotificationConfig.d.ts → Config/ApprovalNotification.d.ts} +3 -3
  8. package/dist/model/Config/ApprovalNotification.js +10 -0
  9. package/dist/model/Config/ApprovalNotification.js.map +1 -0
  10. package/dist/model/Config/CardDeliveryEmail.d.ts +9 -0
  11. package/dist/model/Config/CardDeliveryEmail.js +11 -0
  12. package/dist/model/Config/CardDeliveryEmail.js.map +1 -0
  13. package/dist/model/{CardTypesConfig.d.ts → Config/CardTypes.d.ts} +4 -4
  14. package/dist/model/{CardTypesConfig.js → Config/CardTypes.js} +6 -6
  15. package/dist/model/Config/CardTypes.js.map +1 -0
  16. package/dist/model/Config/ForcedSettlementNotification.d.ts +8 -0
  17. package/dist/model/Config/ForcedSettlementNotification.js +10 -0
  18. package/dist/model/Config/ForcedSettlementNotification.js.map +1 -0
  19. package/dist/model/Config/FraudEmail.d.ts +8 -0
  20. package/dist/model/Config/FraudEmail.js +10 -0
  21. package/dist/model/Config/FraudEmail.js.map +1 -0
  22. package/dist/model/Config/FundingAccountInboundTransferNotification.d.ts +8 -0
  23. package/dist/model/Config/FundingAccountInboundTransferNotification.js +10 -0
  24. package/dist/model/Config/FundingAccountInboundTransferNotification.js.map +1 -0
  25. package/dist/model/Config/FundingLimit/Limit.js.map +1 -0
  26. package/dist/model/Config/FundingLimit/index.d.ts +12 -0
  27. package/dist/model/Config/FundingLimit/index.js +14 -0
  28. package/dist/model/Config/FundingLimit/index.js.map +1 -0
  29. package/dist/model/Config/InternalOrganisation.d.ts +14 -0
  30. package/dist/model/Config/InternalOrganisation.js +16 -0
  31. package/dist/model/Config/InternalOrganisation.js.map +1 -0
  32. package/dist/model/Config/Notice/FundingLimit/Configuration.d.ts +10 -0
  33. package/dist/model/Config/Notice/FundingLimit/Configuration.js +12 -0
  34. package/dist/model/Config/Notice/FundingLimit/Configuration.js.map +1 -0
  35. package/dist/model/Config/Notice/FundingLimit/NoticeTriggerType.d.ts +7 -0
  36. package/dist/model/Config/Notice/FundingLimit/NoticeTriggerType.js +8 -0
  37. package/dist/model/Config/Notice/FundingLimit/NoticeTriggerType.js.map +1 -0
  38. package/dist/model/Config/Notice/FundingLimit/index.d.ts +12 -0
  39. package/dist/model/Config/Notice/FundingLimit/index.js +13 -0
  40. package/dist/model/Config/Notice/FundingLimit/index.js.map +1 -0
  41. package/dist/model/Config/Notice/Target/Configuration.d.ts +9 -0
  42. package/dist/model/Config/Notice/Target/Configuration.js +14 -0
  43. package/dist/model/Config/Notice/Target/Configuration.js.map +1 -0
  44. package/dist/model/Config/Notice/Target/Type.d.ts +7 -0
  45. package/dist/model/Config/Notice/Target/Type.js +8 -0
  46. package/dist/model/Config/Notice/Target/Type.js.map +1 -0
  47. package/dist/model/Config/Notice/Target/index.d.ts +25 -0
  48. package/dist/model/Config/Notice/Target/index.js +26 -0
  49. package/dist/model/Config/Notice/Target/index.js.map +1 -0
  50. package/dist/model/Config/Notice/Type.d.ts +7 -0
  51. package/dist/model/Config/Notice/Type.js +8 -0
  52. package/dist/model/Config/Notice/Type.js.map +1 -0
  53. package/dist/model/Config/Notice/index.d.ts +24 -0
  54. package/dist/model/Config/Notice/index.js +28 -0
  55. package/dist/model/Config/Notice/index.js.map +1 -0
  56. package/dist/model/Config/Organisation.d.ts +38 -0
  57. package/dist/model/Config/Organisation.js +41 -0
  58. package/dist/model/Config/Organisation.js.map +1 -0
  59. package/dist/model/Config/Security.d.ts +8 -0
  60. package/dist/model/Config/Security.js +10 -0
  61. package/dist/model/Config/Security.js.map +1 -0
  62. package/dist/model/{SsoProviderType.d.ts → Config/SsoProvider/Type.d.ts} +2 -2
  63. package/dist/model/Config/SsoProvider/Type.js +8 -0
  64. package/dist/model/Config/SsoProvider/Type.js.map +1 -0
  65. package/dist/model/Config/SsoProvider/index.d.ts +13 -0
  66. package/dist/model/Config/SsoProvider/index.js +15 -0
  67. package/dist/model/Config/SsoProvider/index.js.map +1 -0
  68. package/dist/model/Config/User.d.ts +8 -0
  69. package/dist/model/Config/User.js +10 -0
  70. package/dist/model/Config/User.js.map +1 -0
  71. package/dist/model/Config/index.d.ts +28 -0
  72. package/dist/model/Config/index.js +30 -0
  73. package/dist/model/Config/index.js.map +1 -0
  74. package/dist/model/OmnisetupRequest.d.ts +3 -4
  75. package/dist/model/OmnisetupRequest.js +3 -4
  76. package/dist/model/OmnisetupRequest.js.map +1 -1
  77. package/dist/model/OmnisetupResponse.d.ts +3 -4
  78. package/dist/model/OrganisationResponseV2.d.ts +3 -4
  79. package/dist/model/OrganisationResponseV2.js +3 -4
  80. package/dist/model/OrganisationResponseV2.js.map +1 -1
  81. package/dist/model/index.d.ts +2 -19
  82. package/dist/model/index.js +2 -14
  83. package/dist/model/index.js.map +1 -1
  84. package/index.ts +2 -36
  85. package/model/{ApprovalNotificationConfig.ts → Config/ApprovalNotification.ts} +4 -3
  86. package/model/{CardDeliveryEmailConfig.ts → Config/CardDeliveryEmail.ts} +4 -3
  87. package/model/{CardTypesConfig.ts → Config/CardTypes.ts} +6 -7
  88. package/model/Config/ForcedSettlementNotification.ts +14 -0
  89. package/model/{FraudEmailConfig.ts → Config/FraudEmail.ts} +4 -3
  90. package/model/{FundingAccountInboundTransferNotificationConfig.ts → Config/FundingAccountInboundTransferNotification.ts} +4 -3
  91. package/model/Config/FundingLimit/index.ts +19 -0
  92. package/model/Config/InternalOrganisation.ts +23 -0
  93. package/model/Config/Notice/FundingLimit/Configuration.ts +16 -0
  94. package/model/Config/Notice/FundingLimit/NoticeTriggerType.ts +9 -0
  95. package/model/Config/Notice/FundingLimit/index.ts +17 -0
  96. package/model/Config/Notice/Target/Configuration.ts +19 -0
  97. package/model/Config/Notice/Target/Type.ts +8 -0
  98. package/model/Config/Notice/Target/index.ts +35 -0
  99. package/model/Config/Notice/Type.ts +10 -0
  100. package/model/Config/Notice/index.ts +34 -0
  101. package/model/Config/Organisation.ts +65 -0
  102. package/model/{SecurityConfig.ts → Config/Security.ts} +4 -3
  103. package/model/{SsoProviderType.ts → Config/SsoProvider/Type.ts} +3 -2
  104. package/model/{SsoProviderConfig.ts → Config/SsoProvider/index.ts} +7 -3
  105. package/model/Config/User.ts +12 -0
  106. package/model/Config/index.ts +30 -0
  107. package/model/OmnisetupRequest.ts +5 -6
  108. package/model/OmnisetupResponse.ts +3 -4
  109. package/model/OrganisationResponseV2.ts +5 -6
  110. package/model/index.ts +2 -36
  111. package/package.json +1 -1
  112. package/dist/model/AllowedMccConfig.d.ts +0 -8
  113. package/dist/model/AllowedMccConfig.js +0 -10
  114. package/dist/model/AllowedMccConfig.js.map +0 -1
  115. package/dist/model/ApprovalNotificationConfig.js +0 -10
  116. package/dist/model/ApprovalNotificationConfig.js.map +0 -1
  117. package/dist/model/CardDeliveryEmailConfig.d.ts +0 -9
  118. package/dist/model/CardDeliveryEmailConfig.js +0 -11
  119. package/dist/model/CardDeliveryEmailConfig.js.map +0 -1
  120. package/dist/model/CardTypesConfig.js.map +0 -1
  121. package/dist/model/ConfigMatchesRequest.d.ts +0 -3
  122. package/dist/model/ConfigMatchesRequest.js +0 -2
  123. package/dist/model/ConfigMatchesRequest.js.map +0 -1
  124. package/dist/model/ConfigMatchesResponse.d.ts +0 -4
  125. package/dist/model/ConfigMatchesResponse.js +0 -2
  126. package/dist/model/ConfigMatchesResponse.js.map +0 -1
  127. package/dist/model/ConfigTypesResponse.d.ts +0 -3
  128. package/dist/model/ConfigTypesResponse.js +0 -2
  129. package/dist/model/ConfigTypesResponse.js.map +0 -1
  130. package/dist/model/ForcedSettlementNotificationConfig.d.ts +0 -8
  131. package/dist/model/ForcedSettlementNotificationConfig.js +0 -10
  132. package/dist/model/ForcedSettlementNotificationConfig.js.map +0 -1
  133. package/dist/model/FraudEmailConfig.d.ts +0 -8
  134. package/dist/model/FraudEmailConfig.js +0 -10
  135. package/dist/model/FraudEmailConfig.js.map +0 -1
  136. package/dist/model/FundingAccountInboundTransferNotificationConfig.d.ts +0 -8
  137. package/dist/model/FundingAccountInboundTransferNotificationConfig.js +0 -10
  138. package/dist/model/FundingAccountInboundTransferNotificationConfig.js.map +0 -1
  139. package/dist/model/FundingLimitConfig.d.ts +0 -10
  140. package/dist/model/FundingLimitConfig.js +0 -12
  141. package/dist/model/FundingLimitConfig.js.map +0 -1
  142. package/dist/model/InternalOrganisationConfig.d.ts +0 -16
  143. package/dist/model/InternalOrganisationConfig.js +0 -18
  144. package/dist/model/InternalOrganisationConfig.js.map +0 -1
  145. package/dist/model/Limit.js.map +0 -1
  146. package/dist/model/OrganisationConfig.d.ts +0 -36
  147. package/dist/model/OrganisationConfig.js +0 -39
  148. package/dist/model/OrganisationConfig.js.map +0 -1
  149. package/dist/model/Payload.d.ts +0 -6
  150. package/dist/model/Payload.js +0 -2
  151. package/dist/model/Payload.js.map +0 -1
  152. package/dist/model/SecurityConfig.d.ts +0 -8
  153. package/dist/model/SecurityConfig.js +0 -10
  154. package/dist/model/SecurityConfig.js.map +0 -1
  155. package/dist/model/SsoProviderConfig.d.ts +0 -11
  156. package/dist/model/SsoProviderConfig.js +0 -13
  157. package/dist/model/SsoProviderConfig.js.map +0 -1
  158. package/dist/model/SsoProviderType.js +0 -8
  159. package/dist/model/SsoProviderType.js.map +0 -1
  160. package/dist/model/UserConfig.d.ts +0 -6
  161. package/dist/model/UserConfig.js +0 -2
  162. package/dist/model/UserConfig.js.map +0 -1
  163. package/model/AllowedMccConfig.ts +0 -14
  164. package/model/ConfigMatchesRequest.ts +0 -3
  165. package/model/ConfigMatchesResponse.ts +0 -4
  166. package/model/ConfigTypesResponse.ts +0 -3
  167. package/model/ForcedSettlementNotificationConfig.ts +0 -13
  168. package/model/FundingLimitConfig.ts +0 -15
  169. package/model/InternalOrganisationConfig.ts +0 -25
  170. package/model/OrganisationConfig.ts +0 -60
  171. package/model/Payload.ts +0 -10
  172. package/model/UserConfig.ts +0 -7
  173. /package/dist/model/{Limit.d.ts → Config/FundingLimit/Limit.d.ts} +0 -0
  174. /package/dist/model/{Limit.js → Config/FundingLimit/Limit.js} +0 -0
  175. /package/model/{Limit.ts → Config/FundingLimit/Limit.ts} +0 -0
@@ -11,37 +11,40 @@ export class Configuration {
11
11
  async getAvailableCurrency(providerCode: ProviderCode = "modulr"): Promise<Currency[] | model.ErrorResponse> {
12
12
  return await this.connection.get<Currency[]>(`${this.folder}/currencies`, { provider: providerCode })
13
13
  }
14
- async getOrganisation(code?: string): Promise<model.OrganisationConfig | model.ErrorResponse> {
15
- return await this.connection.get<model.OrganisationConfig>(`${this.folder}/organisation${code ? `/${code}` : ""}`)
14
+ async getOrganisation(code?: string): Promise<model.Config.Organisation | model.ErrorResponse> {
15
+ return await this.connection.get<model.Config.Organisation>(`${this.folder}/organisation${code ? `/${code}` : ""}`)
16
16
  }
17
17
  async updateOrganisation(
18
- request: model.OrganisationConfig,
18
+ request: model.Config.Organisation,
19
19
  code?: string
20
- ): Promise<model.OrganisationConfig | model.ErrorResponse> {
21
- return await this.connection.post<model.OrganisationConfig>(
20
+ ): Promise<model.Config.Organisation | model.ErrorResponse> {
21
+ return await this.connection.post<model.Config.Organisation>(
22
22
  `${this.folder}/organisation${code ? `/${code}` : ""}`,
23
23
  request
24
24
  )
25
25
  }
26
- async getInternalOrganisation(code?: string): Promise<model.InternalOrganisationConfig | model.ErrorResponse> {
27
- return await this.connection.get<model.InternalOrganisationConfig>(
26
+ async getInternalOrganisation(code?: string): Promise<model.Config.InternalOrganisation | model.ErrorResponse> {
27
+ return await this.connection.get<model.Config.InternalOrganisation>(
28
28
  `${this.folder}/organisation_internal${code ? `/${code}` : ""}`
29
29
  )
30
30
  }
31
31
  async updateInternalOrganisation(
32
- request: model.InternalOrganisationConfig,
32
+ request: model.Config.InternalOrganisation,
33
33
  code?: string
34
- ): Promise<model.InternalOrganisationConfig | model.ErrorResponse> {
35
- return await this.connection.post<model.InternalOrganisationConfig>(
34
+ ): Promise<model.Config.InternalOrganisation | model.ErrorResponse> {
35
+ return await this.connection.post<model.Config.InternalOrganisation>(
36
36
  `${this.folder}/organisation_internal${code ? `/${code}` : ""}`,
37
37
  request
38
38
  )
39
39
  }
40
- async getUser(username?: string): Promise<model.UserConfig | model.ErrorResponse> {
41
- return await this.connection.get<model.UserConfig>(`${this.folder}/user${username ? `/${username}` : ""}`)
40
+ async getUser(username?: string): Promise<model.Config.User | model.ErrorResponse> {
41
+ return await this.connection.get<model.Config.User>(`${this.folder}/user${username ? `/${username}` : ""}`)
42
42
  }
43
- async updateUser(request: model.UserConfig, username?: string): Promise<model.UserConfig | model.ErrorResponse> {
44
- return await this.connection.post<model.UserConfig>(`${this.folder}/user${username ? `/${username}` : ""}`, request)
43
+ async updateUser(request: model.Config.User, username?: string): Promise<model.Config.User | model.ErrorResponse> {
44
+ return await this.connection.post<model.Config.User>(
45
+ `${this.folder}/user${username ? `/${username}` : ""}`,
46
+ request
47
+ )
45
48
  }
46
49
  async getPortalFeatures(): Promise<model.PaxpayFeature[] | model.ErrorResponse> {
47
50
  return await this.connection.get<model.PaxpayFeature[]>(`${this.folder}/portal`)
@@ -8,12 +8,12 @@ export declare class Configuration {
8
8
  constructor(connection: Connection);
9
9
  static create(connection: Connection): Configuration;
10
10
  getAvailableCurrency(providerCode?: ProviderCode): Promise<Currency[] | model.ErrorResponse>;
11
- getOrganisation(code?: string): Promise<model.OrganisationConfig | model.ErrorResponse>;
12
- updateOrganisation(request: model.OrganisationConfig, code?: string): Promise<model.OrganisationConfig | model.ErrorResponse>;
13
- getInternalOrganisation(code?: string): Promise<model.InternalOrganisationConfig | model.ErrorResponse>;
14
- updateInternalOrganisation(request: model.InternalOrganisationConfig, code?: string): Promise<model.InternalOrganisationConfig | model.ErrorResponse>;
15
- getUser(username?: string): Promise<model.UserConfig | model.ErrorResponse>;
16
- updateUser(request: model.UserConfig, username?: string): Promise<model.UserConfig | model.ErrorResponse>;
11
+ getOrganisation(code?: string): Promise<model.Config.Organisation | model.ErrorResponse>;
12
+ updateOrganisation(request: model.Config.Organisation, code?: string): Promise<model.Config.Organisation | model.ErrorResponse>;
13
+ getInternalOrganisation(code?: string): Promise<model.Config.InternalOrganisation | model.ErrorResponse>;
14
+ updateInternalOrganisation(request: model.Config.InternalOrganisation, code?: string): Promise<model.Config.InternalOrganisation | model.ErrorResponse>;
15
+ getUser(username?: string): Promise<model.Config.User | model.ErrorResponse>;
16
+ updateUser(request: model.Config.User, username?: string): Promise<model.Config.User | model.ErrorResponse>;
17
17
  getPortalFeatures(): Promise<model.PaxpayFeature[] | model.ErrorResponse>;
18
18
  getConfigValueFromKey(category: string, key: string): Promise<any | model.ErrorResponse>;
19
19
  getAllTiers(): Promise<model.TierResponse[] | model.ErrorResponse>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"../","sources":["Client/Configuration/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"../","sources":["Client/Configuration/index.ts"],"names":[],"mappings":"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"}
package/dist/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  import { Client } from "./Client";
2
- import { AbstractBeneficiaryRequest, AbstractLoginRequest, AbstractPaymentOperation, AbstractProviderTransactionOperation, AccountBankResponse, AccountCreationRequest, AccountDetailsTransferDestinationResponse, AccountIdentifierResponse, AccountResponse, AccountSearchRequest, AccountState, AccountSummary, AccountType, AddressInfo, AgentBookingInfo, AllowedMccConfig, AmendCardRequest, AmountPair, ApiKeyCreateRequest, ApiKeyCreateResponse, ApiKeyResponse, AvailableCardTypesHasResponse, AvailableCardTypesResponse, Batch, BeneficiaryRequest, BeneficiaryResponse, BeneficiaryStatus, BeneficiaryTransferDestinationResponse, BillingTransactionAmountPair, BookedProductInfo, BookingInfo, BookingInfoRequest, BookingInfoResponse, BookingInfoType, CardAmendmentScheduledTaskRequest, CardAmendmentScheduledTaskResponse, CardDeliveryEmailConfig, CardDeliveryRequest, CardDeliveryResponse, CardForm, CardOperation, CardOptionSearch, CardResponseV2, CardResponseV3, CardScheduleResponseItem, CardScheduleTaskStatus, CardScheduleTaskType, CardSearch, CardState, CardStateChangeDesiredState, CardStateChangeScheduledTaskRequest, CardStateChangeScheduledTaskResponse, CardStatement, CardTransaction, CardTransactionType, CardTypeFlag, CardTypeInformation, CardTypeRequestAvailabilityType, CardTypeResponse, CardTypesConfig, CardTypeSearchRequest, CardTypeSpecification, CardTypesResponse, CardUsage, CategoryFundingAccountAccessRequest, CategoryLimitResponse, CategoryResponse, CategoryStatus, ConfigMatchesRequest, ConfigMatchesResponse, ConfigTypesResponse, ConfirmationOfPayeeAccountType, ConfirmationOfPayeeRequest, ConfirmationOfPayeeResponse, ConfirmationOfPayeeResponseStatus, CreateCardRequest, CreateRolesetRequest, CredentialRequest, CredentialResponse, Criteria, CurrencyConversionRequest, CurrencyConversionResponse, DayOfWeek, DeliveryStatus, DestinationType, DownloadableResponse, DownloadCardReportRequest, DownloadFileFormat, DownloadOrganisationSearchRequest, DownloadReconciliationReportRequest, DownloadStatementReportRequest, DownloadUserReportRequest, EditCloseDateRequest, EditPaymentAmountRequest, EditPaymentAmountScheduleRequest, EditPaymentCloseDateRequest, EditPaymentMetadataRequest, EditPaymentScheduleRequest, EmailReportFileDestination, EmailValidationResponse, ErrorMessageDto, ErrorResponse, ExistingBeneficiaryRequest, ExternalDestination, ExternalSource, FiveFieldsBookingInfoRequest, FiveFieldsBookingInfoResponse, FlightBookingInfoRequest, FlightBookingInfoResponse, FlightInfo, ForcedSettlementNotificationConfig, FraudEmailConfig, FundingAccountIdentifierType, FundingAccountInboundTransferNotificationConfig, FundingAccountResponseV2Basic, FundingAccountResponseV2Full, FundingAccountSearchRequest, FundingAccountSearchResponse, FundingAccountSummaryResponse, FundingAccountTransferDestinationResponse, FundingLimitConfig, FundingLimitRequest, FundingLimitResponse, FutureTransactionPrognosisAmountPair, GenericPaymentOperation, HotelBookingInfoRequest, HotelBookingInfoResponse, HotelInfo, InsertCardOptionRequest, InsertCardRequest, InternalBalanceLimit, InternalOrganisationConfig, InvoiceBookingInfoRequest, InvoiceBookingInfoResponse, InvokingSystem, Issue, Limit, LoginRequest, LoginResponse, MerchantDetails, MerchantDetailsV2, MerchantRequest, MerchantResponse, MerchantResponseStatus, MerchantSearchRequest, MerchantType, MetadataFormat, MetadataRequest, MetadataResponse, Notification, OmnisetupFlags, OmnisetupProviderRequest, OmnisetupRequest, OmnisetupResponse, OrganisationConfig, OrganisationCreateRequest, OrganisationFlag, OrganisationRealm, OrganisationRequest, OrganisationResponse, OrganisationResponseV2, OrganisationSearchRequest, OrganisationStatus, OrganisationStatusV2, Passengers, PasswordChangeRequest, PasswordResetResponse, PasswordValidateRequest, PasswordValidateResponse, PaxpayFeature, Payload, PaymentAccountState, PaymentAmountScheduleRequest, PaymentAmountScheduleResponse, PaymentCardCreateRequest, PaymentDeliveryRequest, PaymentDeliveryResponse, PaymentDeliveryStatus, PaymentMerchantRequest, PaymentMethodType, PaymentOperation, PaymentOperationType, PaymentRequest, PaymentResponse, PaymentSearch, PaymentStatus, PaymentTransferCreateRequest, ProcessedStatement, ProductType, ProviderCardTransactionOperation, ProviderCode, ProviderResponse, ProviderTransferTransactionOperation, Range, References, RelogWithNewSessionDetailsRequest, Report, ReportFileDestination, ReportSubscriptionFrequencyRequest, ReportSubscriptionFrequencyType, ReportSubscriptionInvocationOutcome, ReportSubscriptionInvocationResponse, ReportSubscriptionRequest, ReportSubscriptionResponse, ReportSubscriptionStatus, ReportType, Role, RoleResponse, RolesetResponse, Room, ScheduledTaskRequest, ScheduleEntry, SearchBeneficiaryRequest, SearchRolesetsRequest, SecurityConfig, Segment, SetAvailableCardTypesRequest, SftpReportFileDestination, SsoLoginRequest, SsoProviderConfig, SsoProviderType, StatementReportRequest, StatementReportResponse, StatementReportResponseRow, StatementReportRowActionType, StatementReportRowType, StatementReportSubType, StatementRowIds, StatementSummaryReportRequest, StatementSummaryReportResponse, StatementSummaryReportResponseRow, StatementTransferSpecificType, SummaryBookingInfoResponse, SummaryPaymentResponse, SupplierBookingInfo, SupplierRequest, SupplierResponse, TierFeatureResponse, TierID, TierLimitResponse, TierResponse, TransactionResponse, TransactionType, TransferDestinationAddressType, TransferDestinationRequest, TransferDestinationResponse, TransferDirection, TransferRequest, TransferResponseV2, TransferResponseV2Summary, TransferResponseV3, TransferSearch, TransferStatus, TravelPartyInfo, TwoFactorAuthenticationDetails, TwoFactorAuthenticationRegistrationResponse, UpdateAccountRequest, UpdateBeneficiaryRequest, UpdateCategoryRequest, UpdateMerchantRequest, UpdateRolesetRequest, Usage, UserChangeRequest, UserConfig, UserLimitsDeleteRequest, UserLimitsRequest, UserLimitsResponse, UsernameAvailabilityResponse, UserRequest, UserResponse, UserRoleResponse, UserSearchRequest, UserStatus, YearMonth } from "./model";
3
- export { AbstractBeneficiaryRequest, AbstractLoginRequest, AbstractPaymentOperation, AbstractProviderTransactionOperation, AccountBankResponse, AccountCreationRequest, AccountDetailsTransferDestinationResponse, AccountIdentifierResponse, AccountResponse, AccountSearchRequest, AccountState, AccountSummary, AccountType, AddressInfo, AgentBookingInfo, AllowedMccConfig, AmendCardRequest, AmountPair, ApiKeyCreateRequest, ApiKeyCreateResponse, ApiKeyResponse, AvailableCardTypesHasResponse, AvailableCardTypesResponse, Batch, BeneficiaryRequest, BeneficiaryResponse, BeneficiaryStatus, BeneficiaryTransferDestinationResponse, BillingTransactionAmountPair, BookedProductInfo, BookingInfo, BookingInfoRequest, BookingInfoResponse, BookingInfoType, CardDeliveryEmailConfig, CardAmendmentScheduledTaskRequest, CardAmendmentScheduledTaskResponse, CardDeliveryRequest, CardDeliveryResponse, CardForm, CardOperation, CardOptionSearch, CardResponseV2, CardResponseV3, CardScheduleResponseItem, CardScheduleTaskStatus, CardScheduleTaskType, CardSearch, CardState, CardStateChangeDesiredState, CardStateChangeScheduledTaskRequest, CardStateChangeScheduledTaskResponse, CardStatement, CardTransaction, CardTransactionType, CardTypeRequestAvailabilityType, CardTypeInformation, CardTypesResponse, CardTypeResponse, CardTypesConfig, CardTypeSearchRequest, CardTypeSpecification, CardTypeFlag, CardUsage, CategoryFundingAccountAccessRequest, CategoryLimitResponse, CategoryResponse, CategoryStatus, Client, ConfigMatchesRequest, ConfigMatchesResponse, ConfigTypesResponse, ConfirmationOfPayeeAccountType, ConfirmationOfPayeeRequest, ConfirmationOfPayeeResponse, ConfirmationOfPayeeResponseStatus, CreateCardRequest, CreateRolesetRequest, CredentialRequest, CredentialResponse, Criteria, CurrencyConversionRequest, CurrencyConversionResponse, DayOfWeek, DeliveryStatus, DestinationType, DownloadCardReportRequest, DownloadFileFormat, DownloadableResponse, DownloadOrganisationSearchRequest, DownloadReconciliationReportRequest, DownloadStatementReportRequest, DownloadUserReportRequest, EditCloseDateRequest, EditPaymentAmountRequest, EditPaymentAmountScheduleRequest, EditPaymentCloseDateRequest, EditPaymentMetadataRequest, EditPaymentScheduleRequest, EmailReportFileDestination, EmailValidationResponse, ErrorMessageDto, ErrorResponse, ExistingBeneficiaryRequest, ExternalDestination, ExternalSource, FiveFieldsBookingInfoRequest, FiveFieldsBookingInfoResponse, FlightBookingInfoRequest, FlightBookingInfoResponse, FlightInfo, ForcedSettlementNotificationConfig, FraudEmailConfig, FundingAccountIdentifierType, FundingAccountInboundTransferNotificationConfig, FundingAccountResponseV2Basic, FundingAccountResponseV2Full, FundingAccountSearchRequest, FundingAccountSearchResponse, FundingAccountSummaryResponse, FundingAccountTransferDestinationResponse, FundingLimitConfig, FundingLimitRequest, FundingLimitResponse, FutureTransactionPrognosisAmountPair, GenericPaymentOperation, HotelBookingInfoRequest, HotelBookingInfoResponse, HotelInfo, InsertCardOptionRequest, InsertCardRequest, InternalBalanceLimit, InternalOrganisationConfig, InvoiceBookingInfoRequest, InvoiceBookingInfoResponse, InvokingSystem, Issue, Limit, LoginRequest, LoginResponse, MerchantDetails, MerchantDetailsV2, MerchantRequest, MerchantResponse, MerchantResponseStatus, MerchantSearchRequest, MerchantType, MetadataFormat, MetadataRequest, MetadataResponse, TransferDestinationRequest, Notification, OmnisetupFlags, OmnisetupProviderRequest, OmnisetupRequest, OmnisetupResponse, OrganisationConfig, OrganisationCreateRequest, OrganisationFlag, OrganisationRealm, OrganisationRequest, OrganisationResponse, OrganisationSearchRequest, OrganisationResponseV2, OrganisationStatus, OrganisationStatusV2, Passengers, PasswordChangeRequest, PasswordResetResponse, PasswordValidateRequest, PasswordValidateResponse, PaxpayFeature, Payload, PaymentAccountState, PaymentAmountScheduleRequest, PaymentAmountScheduleResponse, PaymentCardCreateRequest, PaymentDeliveryRequest, PaymentDeliveryResponse, PaymentDeliveryStatus, PaymentMerchantRequest, PaymentMethodType, PaymentOperation, PaymentOperationType, PaymentRequest, PaymentResponse, PaymentSearch, PaymentStatus, PaymentTransferCreateRequest, ProcessedStatement, ProductType, ProviderCardTransactionOperation, ProviderCode, ProviderResponse, ProviderTransferTransactionOperation, Range, References, RelogWithNewSessionDetailsRequest, Role, Report, ReportFileDestination, ReportSubscriptionFrequencyRequest, ReportSubscriptionFrequencyType, ReportSubscriptionInvocationOutcome, ReportSubscriptionInvocationResponse, ReportSubscriptionRequest, ReportSubscriptionResponse, ReportSubscriptionStatus, ReportType, RoleResponse, RolesetResponse, Room, ScheduleEntry, ScheduledTaskRequest, SearchRolesetsRequest, SetAvailableCardTypesRequest, SftpReportFileDestination, Segment, SsoLoginRequest, SsoProviderConfig, SsoProviderType, SecurityConfig, SearchBeneficiaryRequest, StatementReportRequest, StatementReportResponse, StatementReportResponseRow, StatementReportRowActionType, StatementReportRowType, StatementReportSubType, StatementRowIds, StatementSummaryReportRequest, StatementSummaryReportResponse, StatementSummaryReportResponseRow, StatementTransferSpecificType, SummaryBookingInfoResponse, SummaryPaymentResponse, SupplierBookingInfo, SupplierRequest, SupplierResponse, TierFeatureResponse, TierID, TierLimitResponse, TierResponse, TransactionResponse, TransactionType, TransferDestinationAddressType, TransferDestinationResponse, TransferDirection, TransferRequest, TransferResponseV2, TransferResponseV2Summary, TransferResponseV3, TransferSearch, TransferStatus, TravelPartyInfo, TwoFactorAuthenticationDetails, TwoFactorAuthenticationRegistrationResponse, UpdateAccountRequest, UpdateBeneficiaryRequest, UpdateCategoryRequest, UpdateMerchantRequest, UpdateRolesetRequest, Usage, UserChangeRequest, UserConfig, UserLimitsDeleteRequest, UserLimitsRequest, UserLimitsResponse, UsernameAvailabilityResponse, UserRequest, UserResponse, UserRoleResponse, UserSearchRequest, UserStatus, YearMonth, };
2
+ import { AbstractBeneficiaryRequest, AbstractLoginRequest, AbstractPaymentOperation, AbstractProviderTransactionOperation, AccountBankResponse, AccountCreationRequest, AccountDetailsTransferDestinationResponse, AccountIdentifierResponse, AccountResponse, AccountSearchRequest, AccountState, AccountSummary, AccountType, AddressInfo, AgentBookingInfo, AmendCardRequest, AmountPair, ApiKeyCreateRequest, ApiKeyCreateResponse, ApiKeyResponse, AvailableCardTypesHasResponse, AvailableCardTypesResponse, Batch, BeneficiaryRequest, BeneficiaryResponse, BeneficiaryStatus, BeneficiaryTransferDestinationResponse, BillingTransactionAmountPair, BookedProductInfo, BookingInfo, BookingInfoRequest, BookingInfoResponse, BookingInfoType, CardAmendmentScheduledTaskRequest, CardAmendmentScheduledTaskResponse, CardDeliveryRequest, CardDeliveryResponse, CardForm, CardOperation, CardOptionSearch, CardResponseV2, CardResponseV3, CardScheduleResponseItem, CardScheduleTaskStatus, CardScheduleTaskType, CardSearch, CardState, CardStateChangeDesiredState, CardStateChangeScheduledTaskRequest, CardStateChangeScheduledTaskResponse, CardStatement, CardTransaction, CardTransactionType, CardTypeFlag, CardTypeInformation, CardTypeRequestAvailabilityType, CardTypeResponse, CardTypeSearchRequest, CardTypeSpecification, CardTypesResponse, CardUsage, CategoryFundingAccountAccessRequest, CategoryLimitResponse, CategoryResponse, CategoryStatus, Config, ConfirmationOfPayeeAccountType, ConfirmationOfPayeeRequest, ConfirmationOfPayeeResponse, ConfirmationOfPayeeResponseStatus, CreateCardRequest, CreateRolesetRequest, CredentialRequest, CredentialResponse, Criteria, CurrencyConversionRequest, CurrencyConversionResponse, DayOfWeek, DeliveryStatus, DestinationType, DownloadableResponse, DownloadCardReportRequest, DownloadFileFormat, DownloadOrganisationSearchRequest, DownloadReconciliationReportRequest, DownloadStatementReportRequest, DownloadUserReportRequest, EditCloseDateRequest, EditPaymentAmountRequest, EditPaymentAmountScheduleRequest, EditPaymentCloseDateRequest, EditPaymentMetadataRequest, EditPaymentScheduleRequest, EmailReportFileDestination, EmailValidationResponse, ErrorMessageDto, ErrorResponse, ExistingBeneficiaryRequest, ExternalDestination, ExternalSource, FiveFieldsBookingInfoRequest, FiveFieldsBookingInfoResponse, FlightBookingInfoRequest, FlightBookingInfoResponse, FlightInfo, FundingAccountIdentifierType, FundingAccountResponseV2Basic, FundingAccountResponseV2Full, FundingAccountSearchRequest, FundingAccountSearchResponse, FundingAccountSummaryResponse, FundingAccountTransferDestinationResponse, FundingLimitRequest, FundingLimitResponse, FutureTransactionPrognosisAmountPair, GenericPaymentOperation, HotelBookingInfoRequest, HotelBookingInfoResponse, HotelInfo, InsertCardOptionRequest, InsertCardRequest, InternalBalanceLimit, InvoiceBookingInfoRequest, InvoiceBookingInfoResponse, InvokingSystem, Issue, LoginRequest, LoginResponse, MerchantDetails, MerchantDetailsV2, MerchantRequest, MerchantResponse, MerchantResponseStatus, MerchantSearchRequest, MerchantType, MetadataFormat, MetadataRequest, MetadataResponse, Notification, OmnisetupFlags, OmnisetupProviderRequest, OmnisetupRequest, OmnisetupResponse, OrganisationCreateRequest, OrganisationFlag, OrganisationRealm, OrganisationRequest, OrganisationResponse, OrganisationResponseV2, OrganisationSearchRequest, OrganisationStatus, OrganisationStatusV2, Passengers, PasswordChangeRequest, PasswordResetResponse, PasswordValidateRequest, PasswordValidateResponse, PaxpayFeature, PaymentAccountState, PaymentAmountScheduleRequest, PaymentAmountScheduleResponse, PaymentCardCreateRequest, PaymentDeliveryRequest, PaymentDeliveryResponse, PaymentDeliveryStatus, PaymentMerchantRequest, PaymentMethodType, PaymentOperation, PaymentOperationType, PaymentRequest, PaymentResponse, PaymentSearch, PaymentStatus, PaymentTransferCreateRequest, ProcessedStatement, ProductType, ProviderCardTransactionOperation, ProviderCode, ProviderResponse, ProviderTransferTransactionOperation, Range, References, RelogWithNewSessionDetailsRequest, Report, ReportFileDestination, ReportSubscriptionFrequencyRequest, ReportSubscriptionFrequencyType, ReportSubscriptionInvocationOutcome, ReportSubscriptionInvocationResponse, ReportSubscriptionRequest, ReportSubscriptionResponse, ReportSubscriptionStatus, ReportType, Role, RoleResponse, RolesetResponse, Room, ScheduledTaskRequest, ScheduleEntry, SearchBeneficiaryRequest, SearchRolesetsRequest, Segment, SetAvailableCardTypesRequest, SftpReportFileDestination, SsoLoginRequest, StatementReportRequest, StatementReportResponse, StatementReportResponseRow, StatementReportRowActionType, StatementReportRowType, StatementReportSubType, StatementRowIds, StatementSummaryReportRequest, StatementSummaryReportResponse, StatementSummaryReportResponseRow, StatementTransferSpecificType, SummaryBookingInfoResponse, SummaryPaymentResponse, SupplierBookingInfo, SupplierRequest, SupplierResponse, TierFeatureResponse, TierID, TierLimitResponse, TierResponse, TransactionResponse, TransactionType, TransferDestinationAddressType, TransferDestinationRequest, TransferDestinationResponse, TransferDirection, TransferRequest, TransferResponseV2, TransferResponseV2Summary, TransferResponseV3, TransferSearch, TransferStatus, TravelPartyInfo, TwoFactorAuthenticationDetails, TwoFactorAuthenticationRegistrationResponse, UpdateAccountRequest, UpdateBeneficiaryRequest, UpdateCategoryRequest, UpdateMerchantRequest, UpdateRolesetRequest, Usage, UserChangeRequest, UserLimitsDeleteRequest, UserLimitsRequest, UserLimitsResponse, UsernameAvailabilityResponse, UserRequest, UserResponse, UserRoleResponse, UserSearchRequest, UserStatus, YearMonth } from "./model";
3
+ export { AbstractBeneficiaryRequest, AbstractLoginRequest, AbstractPaymentOperation, AbstractProviderTransactionOperation, AccountBankResponse, AccountCreationRequest, AccountDetailsTransferDestinationResponse, AccountIdentifierResponse, AccountResponse, AccountSearchRequest, AccountState, AccountSummary, AccountType, AddressInfo, AgentBookingInfo, AmendCardRequest, AmountPair, ApiKeyCreateRequest, ApiKeyCreateResponse, ApiKeyResponse, AvailableCardTypesHasResponse, AvailableCardTypesResponse, Batch, BeneficiaryRequest, BeneficiaryResponse, BeneficiaryStatus, BeneficiaryTransferDestinationResponse, BillingTransactionAmountPair, BookedProductInfo, BookingInfo, BookingInfoRequest, BookingInfoResponse, BookingInfoType, CardAmendmentScheduledTaskRequest, CardAmendmentScheduledTaskResponse, CardDeliveryRequest, CardDeliveryResponse, CardForm, CardOperation, CardOptionSearch, CardResponseV2, CardResponseV3, CardScheduleResponseItem, CardScheduleTaskStatus, CardScheduleTaskType, CardSearch, CardState, CardStateChangeDesiredState, CardStateChangeScheduledTaskRequest, CardStateChangeScheduledTaskResponse, CardStatement, CardTransaction, CardTransactionType, CardTypeRequestAvailabilityType, CardTypeInformation, CardTypesResponse, CardTypeResponse, CardTypeSearchRequest, CardTypeSpecification, CardTypeFlag, CardUsage, CategoryFundingAccountAccessRequest, CategoryLimitResponse, CategoryResponse, CategoryStatus, Client, Config, ConfirmationOfPayeeAccountType, ConfirmationOfPayeeRequest, ConfirmationOfPayeeResponse, ConfirmationOfPayeeResponseStatus, CreateCardRequest, CreateRolesetRequest, CredentialRequest, CredentialResponse, Criteria, CurrencyConversionRequest, CurrencyConversionResponse, DayOfWeek, DeliveryStatus, DestinationType, DownloadCardReportRequest, DownloadFileFormat, DownloadableResponse, DownloadOrganisationSearchRequest, DownloadReconciliationReportRequest, DownloadStatementReportRequest, DownloadUserReportRequest, EditCloseDateRequest, EditPaymentAmountRequest, EditPaymentAmountScheduleRequest, EditPaymentCloseDateRequest, EditPaymentMetadataRequest, EditPaymentScheduleRequest, EmailReportFileDestination, EmailValidationResponse, ErrorMessageDto, ErrorResponse, ExistingBeneficiaryRequest, ExternalDestination, ExternalSource, FiveFieldsBookingInfoRequest, FiveFieldsBookingInfoResponse, FlightBookingInfoRequest, FlightBookingInfoResponse, FlightInfo, FundingAccountIdentifierType, FundingAccountResponseV2Basic, FundingAccountResponseV2Full, FundingAccountSearchRequest, FundingAccountSearchResponse, FundingAccountSummaryResponse, FundingAccountTransferDestinationResponse, FundingLimitRequest, FundingLimitResponse, FutureTransactionPrognosisAmountPair, GenericPaymentOperation, HotelBookingInfoRequest, HotelBookingInfoResponse, HotelInfo, InsertCardOptionRequest, InsertCardRequest, InternalBalanceLimit, InvoiceBookingInfoRequest, InvoiceBookingInfoResponse, InvokingSystem, Issue, LoginRequest, LoginResponse, MerchantDetails, MerchantDetailsV2, MerchantRequest, MerchantResponse, MerchantResponseStatus, MerchantSearchRequest, MerchantType, MetadataFormat, MetadataRequest, MetadataResponse, TransferDestinationRequest, Notification, OmnisetupFlags, OmnisetupProviderRequest, OmnisetupRequest, OmnisetupResponse, OrganisationCreateRequest, OrganisationFlag, OrganisationRealm, OrganisationRequest, OrganisationResponse, OrganisationSearchRequest, OrganisationResponseV2, OrganisationStatus, OrganisationStatusV2, Passengers, PasswordChangeRequest, PasswordResetResponse, PasswordValidateRequest, PasswordValidateResponse, PaxpayFeature, PaymentAccountState, PaymentAmountScheduleRequest, PaymentAmountScheduleResponse, PaymentCardCreateRequest, PaymentDeliveryRequest, PaymentDeliveryResponse, PaymentDeliveryStatus, PaymentMerchantRequest, PaymentMethodType, PaymentOperation, PaymentOperationType, PaymentRequest, PaymentResponse, PaymentSearch, PaymentStatus, PaymentTransferCreateRequest, ProcessedStatement, ProductType, ProviderCardTransactionOperation, ProviderCode, ProviderResponse, ProviderTransferTransactionOperation, Range, References, RelogWithNewSessionDetailsRequest, Role, Report, ReportFileDestination, ReportSubscriptionFrequencyRequest, ReportSubscriptionFrequencyType, ReportSubscriptionInvocationOutcome, ReportSubscriptionInvocationResponse, ReportSubscriptionRequest, ReportSubscriptionResponse, ReportSubscriptionStatus, ReportType, RoleResponse, RolesetResponse, Room, ScheduleEntry, ScheduledTaskRequest, SearchRolesetsRequest, SetAvailableCardTypesRequest, SftpReportFileDestination, Segment, SsoLoginRequest, SearchBeneficiaryRequest, StatementReportRequest, StatementReportResponse, StatementReportResponseRow, StatementReportRowActionType, StatementReportRowType, StatementReportSubType, StatementRowIds, StatementSummaryReportRequest, StatementSummaryReportResponse, StatementSummaryReportResponseRow, StatementTransferSpecificType, SummaryBookingInfoResponse, SummaryPaymentResponse, SupplierBookingInfo, SupplierRequest, SupplierResponse, TierFeatureResponse, TierID, TierLimitResponse, TierResponse, TransactionResponse, TransactionType, TransferDestinationAddressType, TransferDestinationResponse, TransferDirection, TransferRequest, TransferResponseV2, TransferResponseV2Summary, TransferResponseV3, TransferSearch, TransferStatus, TravelPartyInfo, TwoFactorAuthenticationDetails, TwoFactorAuthenticationRegistrationResponse, UpdateAccountRequest, UpdateBeneficiaryRequest, UpdateCategoryRequest, UpdateMerchantRequest, UpdateRolesetRequest, Usage, UserChangeRequest, UserLimitsDeleteRequest, UserLimitsRequest, UserLimitsResponse, UsernameAvailabilityResponse, UserRequest, UserResponse, UserRoleResponse, UserSearchRequest, UserStatus, YearMonth, };
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
1
  import { Client } from "./Client";
2
- import { AbstractBeneficiaryRequest, AbstractLoginRequest, AbstractPaymentOperation, AbstractProviderTransactionOperation, AccountBankResponse, AccountCreationRequest, AccountDetailsTransferDestinationResponse, AccountIdentifierResponse, AccountResponse, AccountState, AccountSummary, AccountType, AddressInfo, AgentBookingInfo, AllowedMccConfig, AmountPair, AvailableCardTypesHasResponse, AvailableCardTypesResponse, Batch, BeneficiaryRequest, BeneficiaryResponse, BeneficiaryStatus, BeneficiaryTransferDestinationResponse, BillingTransactionAmountPair, BookedProductInfo, BookingInfo, BookingInfoRequest, BookingInfoResponse, BookingInfoType, CardAmendmentScheduledTaskResponse, CardDeliveryEmailConfig, CardDeliveryRequest, CardDeliveryResponse, CardForm, CardOperation, CardResponseV2, CardResponseV3, CardScheduleResponseItem, CardScheduleTaskStatus, CardScheduleTaskType, CardState, CardStateChangeDesiredState, CardStateChangeScheduledTaskResponse, CardStatement, CardTransaction, CardTypeFlag, CardTypeInformation, CardTypeRequestAvailabilityType, CardTypeResponse, CardTypesConfig, CardTypeSpecification, CardUsage, ConfirmationOfPayeeAccountType, ConfirmationOfPayeeRequest, ConfirmationOfPayeeResponse, ConfirmationOfPayeeResponseStatus, CredentialRequest, Criteria, CurrencyConversionRequest, CurrencyConversionResponse, DayOfWeek, DeliveryStatus, DestinationType, DownloadFileFormat, DownloadOrganisationSearchRequest, DownloadReconciliationReportRequest, EditCloseDateRequest, EditPaymentAmountRequest, EditPaymentAmountScheduleRequest, EditPaymentCloseDateRequest, EditPaymentMetadataRequest, EditPaymentScheduleRequest, EmailReportFileDestination, EmailValidationResponse, ErrorMessageDto, ErrorResponse, ExistingBeneficiaryRequest, ExternalDestination, ExternalSource, FiveFieldsBookingInfoRequest, FiveFieldsBookingInfoResponse, FlightBookingInfoRequest, FlightBookingInfoResponse, FlightInfo, ForcedSettlementNotificationConfig, FraudEmailConfig, FundingAccountIdentifierType, FundingAccountInboundTransferNotificationConfig, FundingAccountResponseV2Basic, FundingAccountResponseV2Full, FundingAccountSummaryResponse, FundingAccountTransferDestinationResponse, FundingLimitConfig, FundingLimitRequest, FundingLimitResponse, FutureTransactionPrognosisAmountPair, GenericPaymentOperation, HotelBookingInfoRequest, HotelBookingInfoResponse, HotelInfo, InsertCardOptionRequest, InsertCardRequest, InternalOrganisationConfig, InvoiceBookingInfoRequest, InvoiceBookingInfoResponse, InvokingSystem, Issue, Limit, LoginResponse, MerchantDetails, MerchantDetailsV2, MerchantRequest, MerchantResponse, MerchantResponseStatus, MerchantType, MetadataFormat, MetadataRequest, MetadataResponse, Notification, OmnisetupFlags, OmnisetupProviderRequest, OmnisetupRequest, OrganisationConfig, OrganisationCreateRequest, OrganisationFlag, OrganisationRealm, OrganisationRequest, OrganisationResponse, OrganisationResponseV2, OrganisationSearchRequest, OrganisationStatus, OrganisationStatusV2, Passengers, PaxpayFeature, PaymentAccountState, PaymentAmountScheduleRequest, PaymentAmountScheduleResponse, PaymentCardCreateRequest, PaymentDeliveryRequest, PaymentDeliveryResponse, PaymentDeliveryStatus, PaymentMerchantRequest, PaymentMethodType, PaymentOperation, PaymentOperationType, PaymentRequest, PaymentResponse, PaymentSearch, PaymentStatus, PaymentTransferCreateRequest, ProductType, ProviderCardTransactionOperation, ProviderCode, ProviderResponse, ProviderTransferTransactionOperation, Range, References, ReportFileDestination, ReportSubscriptionFrequencyRequest, ReportSubscriptionFrequencyType, ReportSubscriptionInvocationOutcome, ReportSubscriptionInvocationResponse, ReportSubscriptionRequest, ReportSubscriptionResponse, ReportSubscriptionStatus, ReportType, Role, ScheduleEntry, SecurityConfig, Segment, SetAvailableCardTypesRequest, SftpReportFileDestination, SsoLoginRequest, SsoProviderConfig, SsoProviderType, StatementReportResponseRow, StatementReportRowActionType, StatementReportRowType, StatementReportSubType, StatementRowIds, StatementTransferSpecificType, SummaryBookingInfoResponse, SupplierBookingInfo, SupplierRequest, TierFeatureResponse, TierID, TierLimitResponse, TierResponse, TransactionType, TransferDestinationAddressType, TransferDestinationRequest, TransferDestinationResponse, TransferDirection, TransferResponseV2, TransferResponseV2Summary, TransferResponseV3, TransferSearch, TransferStatus, TravelPartyInfo, UpdateAccountRequest, UpdateMerchantRequest, Usage, UserChangeRequest, UserLimitsRequest, UsernameAvailabilityResponse, UserRequest, UserResponse, UserStatus, YearMonth, } from "./model";
3
- export { AbstractBeneficiaryRequest, AbstractLoginRequest, AbstractPaymentOperation, AbstractProviderTransactionOperation, AccountBankResponse, AccountCreationRequest, AccountDetailsTransferDestinationResponse, AccountIdentifierResponse, AccountResponse, AccountState, AccountSummary, AccountType, AddressInfo, AgentBookingInfo, AllowedMccConfig, AmountPair, AvailableCardTypesHasResponse, AvailableCardTypesResponse, Batch, BeneficiaryRequest, BeneficiaryResponse, BeneficiaryStatus, BeneficiaryTransferDestinationResponse, BillingTransactionAmountPair, BookedProductInfo, BookingInfo, BookingInfoRequest, BookingInfoResponse, BookingInfoType, CardDeliveryEmailConfig, CardAmendmentScheduledTaskResponse, CardDeliveryRequest, CardDeliveryResponse, CardForm, CardOperation, CardResponseV2, CardResponseV3, CardScheduleResponseItem, CardScheduleTaskStatus, CardScheduleTaskType, CardState, CardStateChangeDesiredState, CardStateChangeScheduledTaskResponse, CardStatement, CardTransaction, CardTypeRequestAvailabilityType, CardTypeInformation, CardTypeResponse, CardTypesConfig, CardTypeSpecification, CardTypeFlag, CardUsage, Client, ConfirmationOfPayeeAccountType, ConfirmationOfPayeeRequest, ConfirmationOfPayeeResponse, ConfirmationOfPayeeResponseStatus, CredentialRequest, Criteria, CurrencyConversionRequest, CurrencyConversionResponse, DayOfWeek, DeliveryStatus, DestinationType, DownloadFileFormat, DownloadOrganisationSearchRequest, DownloadReconciliationReportRequest, EditCloseDateRequest, EditPaymentAmountRequest, EditPaymentAmountScheduleRequest, EditPaymentCloseDateRequest, EditPaymentMetadataRequest, EditPaymentScheduleRequest, EmailReportFileDestination, EmailValidationResponse, ErrorMessageDto, ErrorResponse, ExistingBeneficiaryRequest, ExternalDestination, ExternalSource, FiveFieldsBookingInfoRequest, FiveFieldsBookingInfoResponse, FlightBookingInfoRequest, FlightBookingInfoResponse, FlightInfo, ForcedSettlementNotificationConfig, FraudEmailConfig, FundingAccountIdentifierType, FundingAccountInboundTransferNotificationConfig, FundingAccountResponseV2Basic, FundingAccountResponseV2Full, FundingAccountSummaryResponse, FundingAccountTransferDestinationResponse, FundingLimitConfig, FundingLimitRequest, FundingLimitResponse, FutureTransactionPrognosisAmountPair, GenericPaymentOperation, HotelBookingInfoRequest, HotelBookingInfoResponse, HotelInfo, InsertCardOptionRequest, InsertCardRequest, InternalOrganisationConfig, InvoiceBookingInfoRequest, InvoiceBookingInfoResponse, InvokingSystem, Issue, Limit, LoginResponse, MerchantDetails, MerchantDetailsV2, MerchantRequest, MerchantResponse, MerchantResponseStatus, MerchantType, MetadataFormat, MetadataRequest, MetadataResponse, TransferDestinationRequest, Notification, OmnisetupFlags, OmnisetupProviderRequest, OmnisetupRequest, OrganisationConfig, OrganisationCreateRequest, OrganisationFlag, OrganisationRealm, OrganisationRequest, OrganisationResponse, OrganisationSearchRequest, OrganisationResponseV2, OrganisationStatus, OrganisationStatusV2, Passengers, PaxpayFeature, PaymentAccountState, PaymentAmountScheduleRequest, PaymentAmountScheduleResponse, PaymentCardCreateRequest, PaymentDeliveryRequest, PaymentDeliveryResponse, PaymentDeliveryStatus, PaymentMerchantRequest, PaymentMethodType, PaymentOperation, PaymentOperationType, PaymentRequest, PaymentResponse, PaymentSearch, PaymentStatus, PaymentTransferCreateRequest, ProductType, ProviderCardTransactionOperation, ProviderCode, ProviderResponse, ProviderTransferTransactionOperation, Range, References, Role, ReportFileDestination, ReportSubscriptionFrequencyRequest, ReportSubscriptionFrequencyType, ReportSubscriptionInvocationOutcome, ReportSubscriptionInvocationResponse, ReportSubscriptionRequest, ReportSubscriptionResponse, ReportSubscriptionStatus, ReportType, ScheduleEntry, SetAvailableCardTypesRequest, SftpReportFileDestination, Segment, SsoLoginRequest, SsoProviderConfig, SsoProviderType, SecurityConfig, StatementReportResponseRow, StatementReportRowActionType, StatementReportRowType, StatementReportSubType, StatementRowIds, StatementTransferSpecificType, SummaryBookingInfoResponse, SupplierBookingInfo, SupplierRequest, TierFeatureResponse, TierID, TierLimitResponse, TierResponse, TransactionType, TransferDestinationAddressType, TransferDestinationResponse, TransferDirection, TransferResponseV2, TransferResponseV2Summary, TransferResponseV3, TransferSearch, TransferStatus, TravelPartyInfo, UpdateAccountRequest, UpdateMerchantRequest, Usage, UserChangeRequest, UserLimitsRequest, UsernameAvailabilityResponse, UserRequest, UserResponse, UserStatus, YearMonth, };
2
+ import { AbstractBeneficiaryRequest, AbstractLoginRequest, AbstractPaymentOperation, AbstractProviderTransactionOperation, AccountBankResponse, AccountCreationRequest, AccountDetailsTransferDestinationResponse, AccountIdentifierResponse, AccountResponse, AccountState, AccountSummary, AccountType, AddressInfo, AgentBookingInfo, AmountPair, AvailableCardTypesHasResponse, AvailableCardTypesResponse, Batch, BeneficiaryRequest, BeneficiaryResponse, BeneficiaryStatus, BeneficiaryTransferDestinationResponse, BillingTransactionAmountPair, BookedProductInfo, BookingInfo, BookingInfoRequest, BookingInfoResponse, BookingInfoType, CardAmendmentScheduledTaskResponse, CardDeliveryRequest, CardDeliveryResponse, CardForm, CardOperation, CardResponseV2, CardResponseV3, CardScheduleResponseItem, CardScheduleTaskStatus, CardScheduleTaskType, CardState, CardStateChangeDesiredState, CardStateChangeScheduledTaskResponse, CardStatement, CardTransaction, CardTypeFlag, CardTypeInformation, CardTypeRequestAvailabilityType, CardTypeResponse, CardTypeSpecification, CardUsage, Config, ConfirmationOfPayeeAccountType, ConfirmationOfPayeeRequest, ConfirmationOfPayeeResponse, ConfirmationOfPayeeResponseStatus, CredentialRequest, Criteria, CurrencyConversionRequest, CurrencyConversionResponse, DayOfWeek, DeliveryStatus, DestinationType, DownloadFileFormat, DownloadOrganisationSearchRequest, DownloadReconciliationReportRequest, EditCloseDateRequest, EditPaymentAmountRequest, EditPaymentAmountScheduleRequest, EditPaymentCloseDateRequest, EditPaymentMetadataRequest, EditPaymentScheduleRequest, EmailReportFileDestination, EmailValidationResponse, ErrorMessageDto, ErrorResponse, ExistingBeneficiaryRequest, ExternalDestination, ExternalSource, FiveFieldsBookingInfoRequest, FiveFieldsBookingInfoResponse, FlightBookingInfoRequest, FlightBookingInfoResponse, FlightInfo, FundingAccountIdentifierType, FundingAccountResponseV2Basic, FundingAccountResponseV2Full, FundingAccountSummaryResponse, FundingAccountTransferDestinationResponse, FundingLimitRequest, FundingLimitResponse, FutureTransactionPrognosisAmountPair, GenericPaymentOperation, HotelBookingInfoRequest, HotelBookingInfoResponse, HotelInfo, InsertCardOptionRequest, InsertCardRequest, InvoiceBookingInfoRequest, InvoiceBookingInfoResponse, InvokingSystem, Issue, LoginResponse, MerchantDetails, MerchantDetailsV2, MerchantRequest, MerchantResponse, MerchantResponseStatus, MerchantType, MetadataFormat, MetadataRequest, MetadataResponse, Notification, OmnisetupFlags, OmnisetupProviderRequest, OmnisetupRequest, OrganisationCreateRequest, OrganisationFlag, OrganisationRealm, OrganisationRequest, OrganisationResponse, OrganisationResponseV2, OrganisationSearchRequest, OrganisationStatus, OrganisationStatusV2, Passengers, PaxpayFeature, PaymentAccountState, PaymentAmountScheduleRequest, PaymentAmountScheduleResponse, PaymentCardCreateRequest, PaymentDeliveryRequest, PaymentDeliveryResponse, PaymentDeliveryStatus, PaymentMerchantRequest, PaymentMethodType, PaymentOperation, PaymentOperationType, PaymentRequest, PaymentResponse, PaymentSearch, PaymentStatus, PaymentTransferCreateRequest, ProductType, ProviderCardTransactionOperation, ProviderCode, ProviderResponse, ProviderTransferTransactionOperation, Range, References, ReportFileDestination, ReportSubscriptionFrequencyRequest, ReportSubscriptionFrequencyType, ReportSubscriptionInvocationOutcome, ReportSubscriptionInvocationResponse, ReportSubscriptionRequest, ReportSubscriptionResponse, ReportSubscriptionStatus, ReportType, Role, ScheduleEntry, Segment, SetAvailableCardTypesRequest, SftpReportFileDestination, SsoLoginRequest, StatementReportResponseRow, StatementReportRowActionType, StatementReportRowType, StatementReportSubType, StatementRowIds, StatementTransferSpecificType, SummaryBookingInfoResponse, SupplierBookingInfo, SupplierRequest, TierFeatureResponse, TierID, TierLimitResponse, TierResponse, TransactionType, TransferDestinationAddressType, TransferDestinationRequest, TransferDestinationResponse, TransferDirection, TransferResponseV2, TransferResponseV2Summary, TransferResponseV3, TransferSearch, TransferStatus, TravelPartyInfo, UpdateAccountRequest, UpdateMerchantRequest, Usage, UserChangeRequest, UserLimitsRequest, UsernameAvailabilityResponse, UserRequest, UserResponse, UserStatus, YearMonth, } from "./model";
3
+ export { AbstractBeneficiaryRequest, AbstractLoginRequest, AbstractPaymentOperation, AbstractProviderTransactionOperation, AccountBankResponse, AccountCreationRequest, AccountDetailsTransferDestinationResponse, AccountIdentifierResponse, AccountResponse, AccountState, AccountSummary, AccountType, AddressInfo, AgentBookingInfo, AmountPair, AvailableCardTypesHasResponse, AvailableCardTypesResponse, Batch, BeneficiaryRequest, BeneficiaryResponse, BeneficiaryStatus, BeneficiaryTransferDestinationResponse, BillingTransactionAmountPair, BookedProductInfo, BookingInfo, BookingInfoRequest, BookingInfoResponse, BookingInfoType, CardAmendmentScheduledTaskResponse, CardDeliveryRequest, CardDeliveryResponse, CardForm, CardOperation, CardResponseV2, CardResponseV3, CardScheduleResponseItem, CardScheduleTaskStatus, CardScheduleTaskType, CardState, CardStateChangeDesiredState, CardStateChangeScheduledTaskResponse, CardStatement, CardTransaction, CardTypeRequestAvailabilityType, CardTypeInformation, CardTypeResponse, CardTypeSpecification, CardTypeFlag, CardUsage, Client, Config, ConfirmationOfPayeeAccountType, ConfirmationOfPayeeRequest, ConfirmationOfPayeeResponse, ConfirmationOfPayeeResponseStatus, CredentialRequest, Criteria, CurrencyConversionRequest, CurrencyConversionResponse, DayOfWeek, DeliveryStatus, DestinationType, DownloadFileFormat, DownloadOrganisationSearchRequest, DownloadReconciliationReportRequest, EditCloseDateRequest, EditPaymentAmountRequest, EditPaymentAmountScheduleRequest, EditPaymentCloseDateRequest, EditPaymentMetadataRequest, EditPaymentScheduleRequest, EmailReportFileDestination, EmailValidationResponse, ErrorMessageDto, ErrorResponse, ExistingBeneficiaryRequest, ExternalDestination, ExternalSource, FiveFieldsBookingInfoRequest, FiveFieldsBookingInfoResponse, FlightBookingInfoRequest, FlightBookingInfoResponse, FlightInfo, FundingAccountIdentifierType, FundingAccountResponseV2Basic, FundingAccountResponseV2Full, FundingAccountSummaryResponse, FundingAccountTransferDestinationResponse, FundingLimitRequest, FundingLimitResponse, FutureTransactionPrognosisAmountPair, GenericPaymentOperation, HotelBookingInfoRequest, HotelBookingInfoResponse, HotelInfo, InsertCardOptionRequest, InsertCardRequest, InvoiceBookingInfoRequest, InvoiceBookingInfoResponse, InvokingSystem, Issue, LoginResponse, MerchantDetails, MerchantDetailsV2, MerchantRequest, MerchantResponse, MerchantResponseStatus, MerchantType, MetadataFormat, MetadataRequest, MetadataResponse, TransferDestinationRequest, Notification, OmnisetupFlags, OmnisetupProviderRequest, OmnisetupRequest, OrganisationCreateRequest, OrganisationFlag, OrganisationRealm, OrganisationRequest, OrganisationResponse, OrganisationSearchRequest, OrganisationResponseV2, OrganisationStatus, OrganisationStatusV2, Passengers, PaxpayFeature, PaymentAccountState, PaymentAmountScheduleRequest, PaymentAmountScheduleResponse, PaymentCardCreateRequest, PaymentDeliveryRequest, PaymentDeliveryResponse, PaymentDeliveryStatus, PaymentMerchantRequest, PaymentMethodType, PaymentOperation, PaymentOperationType, PaymentRequest, PaymentResponse, PaymentSearch, PaymentStatus, PaymentTransferCreateRequest, ProductType, ProviderCardTransactionOperation, ProviderCode, ProviderResponse, ProviderTransferTransactionOperation, Range, References, Role, ReportFileDestination, ReportSubscriptionFrequencyRequest, ReportSubscriptionFrequencyType, ReportSubscriptionInvocationOutcome, ReportSubscriptionInvocationResponse, ReportSubscriptionRequest, ReportSubscriptionResponse, ReportSubscriptionStatus, ReportType, ScheduleEntry, SetAvailableCardTypesRequest, SftpReportFileDestination, Segment, SsoLoginRequest, StatementReportResponseRow, StatementReportRowActionType, StatementReportRowType, StatementReportSubType, StatementRowIds, StatementTransferSpecificType, SummaryBookingInfoResponse, SupplierBookingInfo, SupplierRequest, TierFeatureResponse, TierID, TierLimitResponse, TierResponse, TransactionType, TransferDestinationAddressType, TransferDestinationResponse, TransferDirection, TransferResponseV2, TransferResponseV2Summary, TransferResponseV3, TransferSearch, TransferStatus, TravelPartyInfo, UpdateAccountRequest, UpdateMerchantRequest, Usage, UserChangeRequest, UserLimitsRequest, UsernameAvailabilityResponse, UserRequest, UserResponse, UserStatus, YearMonth, };
4
4
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"../","sources":["index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"../","sources":["index.ts"],"names":[],"mappings":"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"}
@@ -1,8 +1,8 @@
1
- export interface ApprovalNotificationConfig {
1
+ export interface ApprovalNotification {
2
2
  enabled: boolean;
3
3
  sendToAllValidApprovers?: boolean;
4
4
  additionalEmails?: string[];
5
5
  }
6
- export declare namespace ApprovalNotificationConfig {
7
- const type: import("isly/dist/types/object").IslyObject<ApprovalNotificationConfig, object>;
6
+ export declare namespace ApprovalNotification {
7
+ const type: import("isly/dist/types/object").IslyObject<ApprovalNotification, object>;
8
8
  }
@@ -0,0 +1,10 @@
1
+ import { isly } from "isly";
2
+ export var ApprovalNotification;
3
+ (function (ApprovalNotification) {
4
+ ApprovalNotification.type = isly.object({
5
+ enabled: isly.boolean(),
6
+ sendToAllValidApprovers: isly.boolean().optional(),
7
+ additionalEmails: isly.string().array().optional(),
8
+ });
9
+ })(ApprovalNotification || (ApprovalNotification = {}));
10
+ //# sourceMappingURL=ApprovalNotification.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ApprovalNotification.js","sourceRoot":"../","sources":["model/Config/ApprovalNotification.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAS3B,MAAM,KAAW,oBAAoB,CAMpC;AAND,WAAiB,oBAAoB;IACvB,yBAAI,GAAG,IAAI,CAAC,MAAM,CAAuB;QACrD,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;QACvB,uBAAuB,EAAE,IAAI,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;QAClD,gBAAgB,EAAE,IAAI,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;KAClD,CAAC,CAAA;AACH,CAAC,EANgB,oBAAoB,KAApB,oBAAoB,QAMpC"}
@@ -0,0 +1,9 @@
1
+ export interface CardDeliveryEmail {
2
+ contactEmail?: string;
3
+ useContactEmailAsReplyTo?: boolean;
4
+ contactPhoneNumber?: string;
5
+ }
6
+ export declare namespace CardDeliveryEmail {
7
+ const type: import("isly/dist/types/object").IslyObject<CardDeliveryEmail, object>;
8
+ const is: (value: CardDeliveryEmail | any) => value is CardDeliveryEmail;
9
+ }
@@ -0,0 +1,11 @@
1
+ import { isly } from "isly";
2
+ export var CardDeliveryEmail;
3
+ (function (CardDeliveryEmail) {
4
+ CardDeliveryEmail.type = isly.object({
5
+ contactEmail: isly.string().optional(),
6
+ useContactEmailAsReplyTo: isly.boolean().optional(),
7
+ contactPhoneNumber: isly.string().optional(),
8
+ });
9
+ CardDeliveryEmail.is = CardDeliveryEmail.type.is;
10
+ })(CardDeliveryEmail || (CardDeliveryEmail = {}));
11
+ //# sourceMappingURL=CardDeliveryEmail.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CardDeliveryEmail.js","sourceRoot":"../","sources":["model/Config/CardDeliveryEmail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAQ3B,MAAM,KAAW,iBAAiB,CAOjC;AAPD,WAAiB,iBAAiB;IACpB,sBAAI,GAAG,IAAI,CAAC,MAAM,CAAoB;QAClD,YAAY,EAAE,IAAI,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACtC,wBAAwB,EAAE,IAAI,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;QACnD,kBAAkB,EAAE,IAAI,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;KAC5C,CAAC,CAAA;IACW,oBAAE,GAAG,kBAAA,IAAI,CAAC,EAAE,CAAA;AAC1B,CAAC,EAPgB,iBAAiB,KAAjB,iBAAiB,QAOjC"}
@@ -1,10 +1,10 @@
1
- import { ProviderCode } from "./ProviderCode";
2
- export interface CardTypesConfig {
1
+ import { ProviderCode } from "../ProviderCode";
2
+ export interface CardTypes {
3
3
  useLegacyCardTypesInResponse?: boolean;
4
4
  hideCardTypes?: any;
5
5
  onlyShowCardTypes?: any;
6
6
  aliases?: Partial<Record<ProviderCode, Record<string, string>>>;
7
7
  }
8
- export declare namespace CardTypesConfig {
9
- const type: import("isly/dist/types/object").IslyObject<CardTypesConfig, object>;
8
+ export declare namespace CardTypes {
9
+ const type: import("isly/dist/types/object").IslyObject<CardTypes, object>;
10
10
  }
@@ -1,12 +1,12 @@
1
1
  import { isly } from "isly";
2
- import { ProviderCode } from "./ProviderCode";
3
- export var CardTypesConfig;
4
- (function (CardTypesConfig) {
5
- CardTypesConfig.type = isly.object({
2
+ import { ProviderCode } from "../ProviderCode";
3
+ export var CardTypes;
4
+ (function (CardTypes) {
5
+ CardTypes.type = isly.object({
6
6
  useLegacyCardTypesInResponse: isly.boolean().optional(),
7
7
  hideCardTypes: isly.any().optional(),
8
8
  onlyShowCardTypes: isly.any().optional(),
9
9
  aliases: isly.record(ProviderCode.type, isly.record(isly.string(), isly.string())).optional(),
10
10
  });
11
- })(CardTypesConfig || (CardTypesConfig = {}));
12
- //# sourceMappingURL=CardTypesConfig.js.map
11
+ })(CardTypes || (CardTypes = {}));
12
+ //# sourceMappingURL=CardTypes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CardTypes.js","sourceRoot":"../","sources":["model/Config/CardTypes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAC3B,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAU9C,MAAM,KAAW,SAAS,CAOzB;AAPD,WAAiB,SAAS;IACZ,cAAI,GAAG,IAAI,CAAC,MAAM,CAAY;QAC1C,4BAA4B,EAAE,IAAI,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;QACvD,aAAa,EAAE,IAAI,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;QACpC,iBAAiB,EAAE,IAAI,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;QACxC,OAAO,EAAE,IAAI,CAAC,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,MAAM,EAAE,EAAE,IAAI,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,QAAQ,EAAE;KAC7F,CAAC,CAAA;AACH,CAAC,EAPgB,SAAS,KAAT,SAAS,QAOzB"}
@@ -0,0 +1,8 @@
1
+ export interface ForcedSettlementNotification {
2
+ enabled: boolean;
3
+ usernames?: string[];
4
+ }
5
+ export declare namespace ForcedSettlementNotification {
6
+ const type: import("isly/dist/types/object").IslyObject<ForcedSettlementNotification, object>;
7
+ const is: (value: ForcedSettlementNotification | any) => value is ForcedSettlementNotification;
8
+ }
@@ -0,0 +1,10 @@
1
+ import { isly } from "isly";
2
+ export var ForcedSettlementNotification;
3
+ (function (ForcedSettlementNotification) {
4
+ ForcedSettlementNotification.type = isly.object({
5
+ enabled: isly.boolean(),
6
+ usernames: isly.string().array().optional(),
7
+ });
8
+ ForcedSettlementNotification.is = ForcedSettlementNotification.type.is;
9
+ })(ForcedSettlementNotification || (ForcedSettlementNotification = {}));
10
+ //# sourceMappingURL=ForcedSettlementNotification.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ForcedSettlementNotification.js","sourceRoot":"../","sources":["model/Config/ForcedSettlementNotification.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAO3B,MAAM,KAAW,4BAA4B,CAM5C;AAND,WAAiB,4BAA4B;IAC/B,iCAAI,GAAG,IAAI,CAAC,MAAM,CAA+B;QAC7D,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;QACvB,SAAS,EAAE,IAAI,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;KAC3C,CAAC,CAAA;IACW,+BAAE,GAAG,6BAAA,IAAI,CAAC,EAAE,CAAA;AAC1B,CAAC,EANgB,4BAA4B,KAA5B,4BAA4B,QAM5C"}
@@ -0,0 +1,8 @@
1
+ export interface FraudEmail {
2
+ enabled: boolean;
3
+ emails?: string[];
4
+ }
5
+ export declare namespace FraudEmail {
6
+ const type: import("isly/dist/types/object").IslyObject<FraudEmail, object>;
7
+ const is: (value: FraudEmail | any) => value is FraudEmail;
8
+ }
@@ -0,0 +1,10 @@
1
+ import { isly } from "isly";
2
+ export var FraudEmail;
3
+ (function (FraudEmail) {
4
+ FraudEmail.type = isly.object({
5
+ enabled: isly.boolean(),
6
+ emails: isly.string().array().optional(),
7
+ });
8
+ FraudEmail.is = FraudEmail.type.is;
9
+ })(FraudEmail || (FraudEmail = {}));
10
+ //# sourceMappingURL=FraudEmail.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FraudEmail.js","sourceRoot":"../","sources":["model/Config/FraudEmail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAO3B,MAAM,KAAW,UAAU,CAM1B;AAND,WAAiB,UAAU;IACb,eAAI,GAAG,IAAI,CAAC,MAAM,CAAa;QAC3C,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;QACvB,MAAM,EAAE,IAAI,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;KACxC,CAAC,CAAA;IACW,aAAE,GAAG,WAAA,IAAI,CAAC,EAAE,CAAA;AAC1B,CAAC,EANgB,UAAU,KAAV,UAAU,QAM1B"}
@@ -0,0 +1,8 @@
1
+ export interface FundingAccountInboundTransferNotification {
2
+ enabled?: boolean;
3
+ emails?: string[];
4
+ }
5
+ export declare namespace FundingAccountInboundTransferNotification {
6
+ const type: import("isly/dist/types/object").IslyObject<FundingAccountInboundTransferNotification, object>;
7
+ const is: (value: FundingAccountInboundTransferNotification | any) => value is FundingAccountInboundTransferNotification;
8
+ }
@@ -0,0 +1,10 @@
1
+ import { isly } from "isly";
2
+ export var FundingAccountInboundTransferNotification;
3
+ (function (FundingAccountInboundTransferNotification) {
4
+ FundingAccountInboundTransferNotification.type = isly.object({
5
+ enabled: isly.boolean().optional(),
6
+ emails: isly.string().array().optional(),
7
+ });
8
+ FundingAccountInboundTransferNotification.is = FundingAccountInboundTransferNotification.type.is;
9
+ })(FundingAccountInboundTransferNotification || (FundingAccountInboundTransferNotification = {}));
10
+ //# sourceMappingURL=FundingAccountInboundTransferNotification.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FundingAccountInboundTransferNotification.js","sourceRoot":"../","sources":["model/Config/FundingAccountInboundTransferNotification.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAU3B,MAAM,KAAW,yCAAyC,CAMzD;AAND,WAAiB,yCAAyC;IAC5C,8CAAI,GAAG,IAAI,CAAC,MAAM,CAA4C;QAC1E,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;QAClC,MAAM,EAAE,IAAI,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;KACxC,CAAC,CAAA;IACW,4CAAE,GAAG,0CAAA,IAAI,CAAC,EAAE,CAAA;AAC1B,CAAC,EANgB,yCAAyC,KAAzC,yCAAyC,QAMzD"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Limit.js","sourceRoot":"../","sources":["model/Config/FundingLimit/Limit.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAM3B,MAAM,KAAW,KAAK,CAMrB;AAND,WAAiB,KAAK;IACR,UAAI,GAAG,IAAI,CAAC,MAAM,CAAQ;QACtC,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC,KAAK,CAAC,EAAE,QAAQ,EAAE,WAAW,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC;QAC9E,KAAK,EAAE,IAAI,CAAC,MAAM,EAAE;KACpB,CAAC,CAAA;IACW,QAAE,GAAG,MAAA,IAAI,CAAC,EAAE,CAAA;AAC1B,CAAC,EANgB,KAAK,KAAL,KAAK,QAMrB"}
@@ -0,0 +1,12 @@
1
+ import { ProviderCode } from "../../ProviderCode";
2
+ import { NoticeTriggerType } from "../Notice/FundingLimit/NoticeTriggerType";
3
+ import { Limit as FLimit } from "./Limit";
4
+ export interface FundingLimit {
5
+ type: NoticeTriggerType;
6
+ limits?: Partial<Record<ProviderCode, Record<string, FLimit>>>;
7
+ }
8
+ export declare namespace FundingLimit {
9
+ const type: import("isly/dist/types/object").IslyObject<FundingLimit, object>;
10
+ const is: (value: FundingLimit | any) => value is FundingLimit;
11
+ export import Limit = FLimit;
12
+ }
@@ -0,0 +1,14 @@
1
+ import { isly } from "isly";
2
+ import { ProviderCode } from "../../ProviderCode";
3
+ import { NoticeTriggerType } from "../Notice/FundingLimit/NoticeTriggerType";
4
+ import { Limit as FLimit } from "./Limit";
5
+ export var FundingLimit;
6
+ (function (FundingLimit) {
7
+ FundingLimit.type = isly.object({
8
+ type: NoticeTriggerType.type,
9
+ limits: isly.record(ProviderCode.type, isly.record(isly.string(), FLimit.type)).optional(),
10
+ });
11
+ FundingLimit.is = FundingLimit.type.is;
12
+ FundingLimit.Limit = FLimit;
13
+ })(FundingLimit || (FundingLimit = {}));
14
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"../","sources":["model/Config/FundingLimit/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAC3B,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAA;AACjD,OAAO,EAAE,iBAAiB,EAAE,MAAM,0CAA0C,CAAA;AAC5E,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,SAAS,CAAA;AAOzC,MAAM,KAAW,YAAY,CAQ5B;AARD,WAAiB,YAAY;IACf,iBAAI,GAAG,IAAI,CAAC,MAAM,CAAe;QAC7C,IAAI,EAAE,iBAAiB,CAAC,IAAI;QAC5B,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,MAAM,EAAE,EAAE,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,QAAQ,EAAE;KAC1F,CAAC,CAAA;IACW,eAAE,GAAG,aAAA,IAAI,CAAC,EAAE,CAAA;IAEX,kBAAK,GAAG,MAAM,CAAA;AAC7B,CAAC,EARgB,YAAY,KAAZ,YAAY,QAQ5B"}
@@ -0,0 +1,14 @@
1
+ import { OrganisationFlag } from "../OrganisationFlag";
2
+ import { PaxpayFeature } from "../PaxpayFeature";
3
+ import { TierID } from "../TierID";
4
+ import { FundingLimit } from "./FundingLimit";
5
+ export interface InternalOrganisation {
6
+ flags?: OrganisationFlag[];
7
+ features?: PaxpayFeature[];
8
+ fundingLimitConfig?: FundingLimit;
9
+ tier?: TierID;
10
+ }
11
+ export declare namespace InternalOrganisation {
12
+ const type: import("isly/dist/types/object").IslyObject<InternalOrganisation, object>;
13
+ const is: (value: InternalOrganisation | any) => value is InternalOrganisation;
14
+ }
@@ -0,0 +1,16 @@
1
+ import { isly } from "isly";
2
+ import { OrganisationFlag } from "../OrganisationFlag";
3
+ import { PaxpayFeature } from "../PaxpayFeature";
4
+ import { TierID } from "../TierID";
5
+ import { FundingLimit } from "./FundingLimit";
6
+ export var InternalOrganisation;
7
+ (function (InternalOrganisation) {
8
+ InternalOrganisation.type = isly.object({
9
+ flags: OrganisationFlag.type.array().optional(),
10
+ features: PaxpayFeature.type.array().optional(),
11
+ fundingLimitConfig: FundingLimit.type.optional(),
12
+ tier: TierID.type.optional(),
13
+ });
14
+ InternalOrganisation.is = InternalOrganisation.type.is;
15
+ })(InternalOrganisation || (InternalOrganisation = {}));
16
+ //# sourceMappingURL=InternalOrganisation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InternalOrganisation.js","sourceRoot":"../","sources":["model/Config/InternalOrganisation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAC3B,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;AACtD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAA;AAChD,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAA;AAClC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAU7C,MAAM,KAAW,oBAAoB,CAQpC;AARD,WAAiB,oBAAoB;IACvB,yBAAI,GAAG,IAAI,CAAC,MAAM,CAAuB;QACrD,KAAK,EAAE,gBAAgB,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;QAC/C,QAAQ,EAAE,aAAa,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;QAC/C,kBAAkB,EAAE,YAAY,CAAC,IAAI,CAAC,QAAQ,EAAE;QAChD,IAAI,EAAE,MAAM,CAAC,IAAI,CAAC,QAAQ,EAAE;KAC5B,CAAC,CAAA;IACW,uBAAE,GAAG,qBAAA,IAAI,CAAC,EAAE,CAAA;AAC1B,CAAC,EARgB,oBAAoB,KAApB,oBAAoB,QAQpC"}
@@ -0,0 +1,10 @@
1
+ import { FundingLimit } from ".";
2
+ import { NoticeTriggerType } from "./NoticeTriggerType";
3
+ export interface Configuration {
4
+ accounts: FundingLimit[];
5
+ type?: NoticeTriggerType;
6
+ }
7
+ export declare namespace Configuration {
8
+ const type: import("isly/dist/types/object").IslyObject<FundingLimit.Configuration, object>;
9
+ const is: (value: FundingLimit.Configuration | any) => value is FundingLimit.Configuration;
10
+ }
@@ -0,0 +1,12 @@
1
+ import { isly } from "isly";
2
+ import { FundingLimit } from ".";
3
+ import { NoticeTriggerType } from "./NoticeTriggerType";
4
+ export var Configuration;
5
+ (function (Configuration) {
6
+ Configuration.type = isly.object({
7
+ accounts: FundingLimit.type.array(),
8
+ type: NoticeTriggerType.type.optional(),
9
+ });
10
+ Configuration.is = Configuration.type.is;
11
+ })(Configuration || (Configuration = {}));
12
+ //# sourceMappingURL=Configuration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Configuration.js","sourceRoot":"../","sources":["model/Config/Notice/FundingLimit/Configuration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAC3B,OAAO,EAAE,YAAY,EAAE,MAAM,GAAG,CAAA;AAChC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AAOvD,MAAM,KAAW,aAAa,CAM7B;AAND,WAAiB,aAAa;IAChB,kBAAI,GAAG,IAAI,CAAC,MAAM,CAAgB;QAC9C,QAAQ,EAAE,YAAY,CAAC,IAAI,CAAC,KAAK,EAAE;QACnC,IAAI,EAAE,iBAAiB,CAAC,IAAI,CAAC,QAAQ,EAAE;KACvC,CAAC,CAAA;IACW,gBAAE,GAAG,cAAA,IAAI,CAAC,EAAE,CAAA;AAC1B,CAAC,EANgB,aAAa,KAAb,aAAa,QAM7B"}
@@ -0,0 +1,7 @@
1
+ import { isly } from "isly";
2
+ export type NoticeTriggerType = typeof NoticeTriggerType.values[number];
3
+ export declare namespace NoticeTriggerType {
4
+ const values: readonly ["ON_THRESHOLD", "TIMED_ONLY", "ON_THRESHOLD_AND_TIMED"];
5
+ const type: isly.Type<"ON_THRESHOLD" | "TIMED_ONLY" | "ON_THRESHOLD_AND_TIMED">;
6
+ const is: (value: any | ("ON_THRESHOLD" | "TIMED_ONLY" | "ON_THRESHOLD_AND_TIMED")) => value is "ON_THRESHOLD" | "TIMED_ONLY" | "ON_THRESHOLD_AND_TIMED";
7
+ }
@@ -0,0 +1,8 @@
1
+ import { isly } from "isly";
2
+ export var NoticeTriggerType;
3
+ (function (NoticeTriggerType) {
4
+ NoticeTriggerType.values = ["ON_THRESHOLD", "TIMED_ONLY", "ON_THRESHOLD_AND_TIMED"];
5
+ NoticeTriggerType.type = isly.string(NoticeTriggerType.values);
6
+ NoticeTriggerType.is = NoticeTriggerType.type.is;
7
+ })(NoticeTriggerType || (NoticeTriggerType = {}));
8
+ //# sourceMappingURL=NoticeTriggerType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NoticeTriggerType.js","sourceRoot":"../","sources":["model/Config/Notice/FundingLimit/NoticeTriggerType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAI3B,MAAM,KAAW,iBAAiB,CAIjC;AAJD,WAAiB,iBAAiB;IACpB,wBAAM,GAAG,CAAC,cAAc,EAAE,YAAY,EAAE,wBAAwB,CAAU,CAAA;IAC1E,sBAAI,GAAG,IAAI,CAAC,MAAM,CAAC,kBAAA,MAAM,CAAC,CAAA;IAC1B,oBAAE,GAAG,kBAAA,IAAI,CAAC,EAAE,CAAA;AAC1B,CAAC,EAJgB,iBAAiB,KAAjB,iBAAiB,QAIjC"}
@@ -0,0 +1,12 @@
1
+ import { Currency } from "isoly";
2
+ import { Configuration as FConfiguration } from "./Configuration";
3
+ export interface FundingLimit {
4
+ accountId: string;
5
+ threshold: number;
6
+ currency?: Currency;
7
+ }
8
+ export declare namespace FundingLimit {
9
+ const type: import("isly/dist/types/object").IslyObject<FundingLimit, object>;
10
+ const is: (value: FundingLimit | any) => value is FundingLimit;
11
+ export import Configuration = FConfiguration;
12
+ }
@@ -0,0 +1,13 @@
1
+ import { isly } from "isly";
2
+ import { Configuration as FConfiguration } from "./Configuration";
3
+ export var FundingLimit;
4
+ (function (FundingLimit) {
5
+ FundingLimit.type = isly.object({
6
+ accountId: isly.string(),
7
+ threshold: isly.number(),
8
+ currency: isly.string().optional(),
9
+ });
10
+ FundingLimit.is = FundingLimit.type.is;
11
+ FundingLimit.Configuration = FConfiguration;
12
+ })(FundingLimit || (FundingLimit = {}));
13
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"../","sources":["model/Config/Notice/FundingLimit/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAC3B,OAAO,EAAE,aAAa,IAAI,cAAc,EAAE,MAAM,iBAAiB,CAAA;AAMjE,MAAM,KAAW,YAAY,CAQ5B;AARD,WAAiB,YAAY;IACf,iBAAI,GAAG,IAAI,CAAC,MAAM,CAAe;QAC7C,SAAS,EAAE,IAAI,CAAC,MAAM,EAAE;QACxB,SAAS,EAAE,IAAI,CAAC,MAAM,EAAE;QACxB,QAAQ,EAAE,IAAI,CAAC,MAAM,EAAY,CAAC,QAAQ,EAAE;KAC5C,CAAC,CAAA;IACW,eAAE,GAAG,aAAA,IAAI,CAAC,EAAE,CAAA;IACX,0BAAa,GAAG,cAAc,CAAA;AAC7C,CAAC,EARgB,YAAY,KAAZ,YAAY,QAQ5B"}
@@ -0,0 +1,9 @@
1
+ import { Type } from "./Type";
2
+ export interface Configuration {
3
+ type: Type;
4
+ value?: string;
5
+ emails?: string[];
6
+ }
7
+ export declare namespace Configuration {
8
+ const type: import("isly/dist/types/object").IslyObject<Configuration, object>;
9
+ }
@@ -0,0 +1,14 @@
1
+ import { isly } from "isly";
2
+ import { Type } from "./Type";
3
+ export var Configuration;
4
+ (function (Configuration) {
5
+ Configuration.type = isly.object({
6
+ type: Type.type,
7
+ value: isly.string().optional(),
8
+ emails: isly
9
+ .string(/\S+@\S+\.\S+/)
10
+ .array()
11
+ .optional(),
12
+ });
13
+ })(Configuration || (Configuration = {}));
14
+ //# sourceMappingURL=Configuration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Configuration.js","sourceRoot":"../","sources":["model/Config/Notice/Target/Configuration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAC3B,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA;AAQ7B,MAAM,KAAW,aAAa,CAS7B;AATD,WAAiB,aAAa;IAChB,kBAAI,GAAG,IAAI,CAAC,MAAM,CAAgB;QAC9C,IAAI,EAAE,IAAI,CAAC,IAAI;QACf,KAAK,EAAE,IAAI,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC/B,MAAM,EAAE,IAAI;aACV,MAAM,CAAC,cAAc,CAAC;aACtB,KAAK,EAAE;aACP,QAAQ,EAAE;KACZ,CAAC,CAAA;AACH,CAAC,EATgB,aAAa,KAAb,aAAa,QAS7B"}
@@ -0,0 +1,7 @@
1
+ import { isly } from "isly";
2
+ export type Type = typeof Type.values[number];
3
+ export declare namespace Type {
4
+ const values: readonly ["ORGANISATION", "USER"];
5
+ const type: isly.Type<"ORGANISATION" | "USER">;
6
+ const is: (value: any | ("ORGANISATION" | "USER")) => value is "ORGANISATION" | "USER";
7
+ }