@emilgroup/payment-sdk 1.13.1-beta.24 → 1.13.1-beta.26

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 (79) hide show
  1. package/.openapi-generator/FILES +0 -9
  2. package/README.md +2 -2
  3. package/api/bank-accounts-api.ts +13 -55
  4. package/api/bank-transaction-api.ts +17 -45
  5. package/api/payment-methods-api.ts +17 -59
  6. package/api/payment-reminders-api.ts +13 -55
  7. package/api/payments-api.ts +17 -59
  8. package/api/refunds-api.ts +17 -45
  9. package/api/tenant-bank-account-api.ts +17 -45
  10. package/api.ts +0 -2
  11. package/dist/api/bank-accounts-api.d.ts +8 -35
  12. package/dist/api/bank-accounts-api.js +11 -29
  13. package/dist/api/bank-transaction-api.d.ts +10 -28
  14. package/dist/api/bank-transaction-api.js +12 -24
  15. package/dist/api/payment-methods-api.d.ts +12 -39
  16. package/dist/api/payment-methods-api.js +14 -32
  17. package/dist/api/payment-reminders-api.d.ts +8 -35
  18. package/dist/api/payment-reminders-api.js +11 -29
  19. package/dist/api/payments-api.d.ts +12 -39
  20. package/dist/api/payments-api.js +14 -32
  21. package/dist/api/refunds-api.d.ts +10 -28
  22. package/dist/api/refunds-api.js +12 -24
  23. package/dist/api/tenant-bank-account-api.d.ts +10 -28
  24. package/dist/api/tenant-bank-account-api.js +12 -24
  25. package/dist/api.d.ts +0 -1
  26. package/dist/api.js +0 -1
  27. package/dist/models/create-payment-reminder-request-dto.d.ts +1 -7
  28. package/dist/models/create-payment-request-dto.d.ts +1 -7
  29. package/dist/models/create-psp-payment-method-request-dto.d.ts +1 -7
  30. package/dist/models/deactivated-payment-reminder-class.d.ts +1 -7
  31. package/dist/models/index.d.ts +0 -8
  32. package/dist/models/index.js +0 -8
  33. package/dist/models/initiate-adyen-payment-setup-request-dto.d.ts +0 -6
  34. package/dist/models/initiate-braintree-payment-setup-request-dto.d.ts +0 -6
  35. package/dist/models/initiate-stripe-payment-setup-request-dto.d.ts +0 -6
  36. package/dist/models/payment-class-without-expand-properties.d.ts +1 -7
  37. package/dist/models/payment-class.d.ts +1 -7
  38. package/dist/models/payment-reminder-class.d.ts +1 -7
  39. package/dist/models/refund-class.d.ts +1 -7
  40. package/models/create-payment-reminder-request-dto.ts +1 -7
  41. package/models/create-payment-request-dto.ts +1 -7
  42. package/models/create-psp-payment-method-request-dto.ts +1 -7
  43. package/models/deactivated-payment-reminder-class.ts +1 -7
  44. package/models/index.ts +0 -8
  45. package/models/initiate-adyen-payment-setup-request-dto.ts +0 -6
  46. package/models/initiate-braintree-payment-setup-request-dto.ts +0 -6
  47. package/models/initiate-stripe-payment-setup-request-dto.ts +0 -6
  48. package/models/payment-class-without-expand-properties.ts +1 -7
  49. package/models/payment-class.ts +1 -7
  50. package/models/payment-reminder-class.ts +1 -7
  51. package/models/refund-class.ts +1 -7
  52. package/package.json +1 -1
  53. package/api/bank-orders-api.ts +0 -691
  54. package/dist/api/bank-orders-api.d.ts +0 -393
  55. package/dist/api/bank-orders-api.js +0 -642
  56. package/dist/models/bank-order-class.d.ts +0 -115
  57. package/dist/models/bank-order-class.js +0 -15
  58. package/dist/models/create-bank-order-request-dto.d.ts +0 -74
  59. package/dist/models/create-bank-order-request-dto.js +0 -28
  60. package/dist/models/create-bank-order-response-class.d.ts +0 -25
  61. package/dist/models/create-bank-order-response-class.js +0 -15
  62. package/dist/models/financial-account-class.d.ts +0 -111
  63. package/dist/models/financial-account-class.js +0 -24
  64. package/dist/models/get-bank-order-response-class.d.ts +0 -25
  65. package/dist/models/get-bank-order-response-class.js +0 -15
  66. package/dist/models/list-bank-orders-response-class.d.ts +0 -31
  67. package/dist/models/list-bank-orders-response-class.js +0 -15
  68. package/dist/models/update-bank-order-request-dto.d.ts +0 -56
  69. package/dist/models/update-bank-order-request-dto.js +0 -23
  70. package/dist/models/update-bank-order-response-class.d.ts +0 -25
  71. package/dist/models/update-bank-order-response-class.js +0 -15
  72. package/models/bank-order-class.ts +0 -121
  73. package/models/create-bank-order-request-dto.ts +0 -84
  74. package/models/create-bank-order-response-class.ts +0 -31
  75. package/models/financial-account-class.ts +0 -120
  76. package/models/get-bank-order-response-class.ts +0 -31
  77. package/models/list-bank-orders-response-class.ts +0 -37
  78. package/models/update-bank-order-request-dto.ts +0 -65
  79. package/models/update-bank-order-response-class.ts +0 -31
@@ -37,13 +37,7 @@ export interface CreatePaymentReminderRequestDto {
37
37
  * @type {string}
38
38
  * @memberof CreatePaymentReminderRequestDto
39
39
  */
40
- 'accountCode'?: string;
41
- /**
42
- * Code referencing the partner for which this reminder is created.
43
- * @type {string}
44
- * @memberof CreatePaymentReminderRequestDto
45
- */
46
- 'partnerCode'?: string;
40
+ 'accountCode': string;
47
41
  /**
48
42
  * The type of invoice is used to determine the proper workflow.
49
43
  * @type {string}
@@ -25,13 +25,7 @@ export interface CreatePaymentRequestDto {
25
25
  * @type {string}
26
26
  * @memberof CreatePaymentRequestDto
27
27
  */
28
- 'accountCode'?: string;
29
- /**
30
- * Partner code associated to that payment.
31
- * @type {string}
32
- * @memberof CreatePaymentRequestDto
33
- */
34
- 'partnerCode'?: string;
28
+ 'accountCode': string;
35
29
  /**
36
30
  * Amount to be paid in cents. 100 to charge 1€.
37
31
  * @type {number}
@@ -33,13 +33,7 @@ export interface CreatePspPaymentMethodRequestDto {
33
33
  * @type {string}
34
34
  * @memberof CreatePspPaymentMethodRequestDto
35
35
  */
36
- 'accountCode'?: string;
37
- /**
38
- *
39
- * @type {string}
40
- * @memberof CreatePspPaymentMethodRequestDto
41
- */
42
- 'partnerCode'?: string;
36
+ 'accountCode': string;
43
37
  /**
44
38
  *
45
39
  * @type {SepaDirectDto}
@@ -43,13 +43,7 @@ export interface DeactivatedPaymentReminderClass {
43
43
  * @type {string}
44
44
  * @memberof DeactivatedPaymentReminderClass
45
45
  */
46
- 'accountCode'?: string;
47
- /**
48
- * Unique identifier of related partner.
49
- * @type {string}
50
- * @memberof DeactivatedPaymentReminderClass
51
- */
52
- 'partnerCode'?: string;
46
+ 'accountCode': string;
53
47
  /**
54
48
  * Type of the invoice
55
49
  * @type {string}
package/models/index.ts CHANGED
@@ -1,6 +1,5 @@
1
1
  export * from './bank-account-class';
2
2
  export * from './bank-account-class-without-expand-properties';
3
- export * from './bank-order-class';
4
3
  export * from './bank-transaction-class';
5
4
  export * from './bank-transaction-class-without-expand-properties';
6
5
  export * from './billing-profile-dto';
@@ -13,8 +12,6 @@ export * from './complete-payment-setup-response-class';
13
12
  export * from './complete-stripe-payment-setup-request-dto';
14
13
  export * from './create-bank-account-request-dto';
15
14
  export * from './create-bank-account-response-class';
16
- export * from './create-bank-order-request-dto';
17
- export * from './create-bank-order-response-class';
18
15
  export * from './create-payment-method-response-class';
19
16
  export * from './create-payment-reminder-request-dto';
20
17
  export * from './create-payment-reminder-response-class';
@@ -28,10 +25,8 @@ export * from './create-tenant-bank-account-response-class';
28
25
  export * from './deactivate-payment-reminder-request-dto';
29
26
  export * from './deactivate-payment-reminder-response-class';
30
27
  export * from './deactivated-payment-reminder-class';
31
- export * from './financial-account-class';
32
28
  export * from './generate-invoice-match-suggestions-response-class';
33
29
  export * from './get-bank-account-response-class';
34
- export * from './get-bank-order-response-class';
35
30
  export * from './get-bank-transactions-response-class';
36
31
  export * from './get-payment-method-response-class';
37
32
  export * from './get-payment-reminder-response-class';
@@ -53,7 +48,6 @@ export * from './invoice-match-suggestion-class';
53
48
  export * from './link-bank-transaction-request-dto-rest';
54
49
  export * from './link-bank-transactions-response-class';
55
50
  export * from './list-bank-accounts-response-class';
56
- export * from './list-bank-orders-response-class';
57
51
  export * from './list-bank-transactions-response-class';
58
52
  export * from './list-payment-methods-response-class';
59
53
  export * from './list-payment-reminders-response-class';
@@ -80,8 +74,6 @@ export * from './unlinked-bank-transaction-response-class';
80
74
  export * from './update-bank-account-request-dto';
81
75
  export * from './update-bank-account-request-dto-rest';
82
76
  export * from './update-bank-account-response-class';
83
- export * from './update-bank-order-request-dto';
84
- export * from './update-bank-order-response-class';
85
77
  export * from './update-tenant-bank-account-response-class';
86
78
  export * from './update-tenant-bank-account-rest-request-dto';
87
79
  export * from './validate-pspconfig-request-dto';
@@ -32,11 +32,5 @@ export interface InitiateAdyenPaymentSetupRequestDto {
32
32
  * @memberof InitiateAdyenPaymentSetupRequestDto
33
33
  */
34
34
  'accountCode'?: string;
35
- /**
36
- * Unique identifier of the partner that this object belongs to.
37
- * @type {string}
38
- * @memberof InitiateAdyenPaymentSetupRequestDto
39
- */
40
- 'partnerCode'?: string;
41
35
  }
42
36
 
@@ -32,11 +32,5 @@ export interface InitiateBraintreePaymentSetupRequestDto {
32
32
  * @memberof InitiateBraintreePaymentSetupRequestDto
33
33
  */
34
34
  'accountCode'?: string;
35
- /**
36
- * Unique identifier of the partner that this object belongs to.
37
- * @type {string}
38
- * @memberof InitiateBraintreePaymentSetupRequestDto
39
- */
40
- 'partnerCode'?: string;
41
35
  }
42
36
 
@@ -32,11 +32,5 @@ export interface InitiateStripePaymentSetupRequestDto {
32
32
  * @memberof InitiateStripePaymentSetupRequestDto
33
33
  */
34
34
  'accountCode'?: string;
35
- /**
36
- * Unique identifier of the partner that this object belongs to.
37
- * @type {string}
38
- * @memberof InitiateStripePaymentSetupRequestDto
39
- */
40
- 'partnerCode'?: string;
41
35
  }
42
36
 
@@ -43,13 +43,7 @@ export interface PaymentClassWithoutExpandProperties {
43
43
  * @type {string}
44
44
  * @memberof PaymentClassWithoutExpandProperties
45
45
  */
46
- 'accountCode'?: string;
47
- /**
48
- * Partner code associated to that payment.
49
- * @type {string}
50
- * @memberof PaymentClassWithoutExpandProperties
51
- */
52
- 'partnerCode'?: string;
46
+ 'accountCode': string;
53
47
  /**
54
48
  * Amount to be paid in cents. 100 to charge 1€.
55
49
  * @type {number}
@@ -44,13 +44,7 @@ export interface PaymentClass {
44
44
  * @type {string}
45
45
  * @memberof PaymentClass
46
46
  */
47
- 'accountCode'?: string;
48
- /**
49
- * Partner code associated to that payment.
50
- * @type {string}
51
- * @memberof PaymentClass
52
- */
53
- 'partnerCode'?: string;
47
+ 'accountCode': string;
54
48
  /**
55
49
  * Amount to be paid in cents. 100 to charge 1€.
56
50
  * @type {number}
@@ -43,13 +43,7 @@ export interface PaymentReminderClass {
43
43
  * @type {string}
44
44
  * @memberof PaymentReminderClass
45
45
  */
46
- 'accountCode'?: string;
47
- /**
48
- * Unique identifier of related partner.
49
- * @type {string}
50
- * @memberof PaymentReminderClass
51
- */
52
- 'partnerCode'?: string;
46
+ 'accountCode': string;
53
47
  /**
54
48
  * Type of the invoice
55
49
  * @type {string}
@@ -44,13 +44,7 @@ export interface RefundClass {
44
44
  * @type {string}
45
45
  * @memberof RefundClass
46
46
  */
47
- 'accountCode'?: string;
48
- /**
49
- * Partner code associated with the payment.
50
- * @type {string}
51
- * @memberof RefundClass
52
- */
53
- 'partnerCode'?: string;
47
+ 'accountCode': string;
54
48
  /**
55
49
  * Amount that was refunded in cents. 100 to refund 1€.
56
50
  * @type {number}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/payment-sdk",
3
- "version": "1.13.1-beta.24",
3
+ "version": "1.13.1-beta.26",
4
4
  "description": "OpenAPI client for @emilgroup/payment-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [