@finverse/sdk-typescript 0.0.184 → 0.0.185

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 (2) hide show
  1. package/dist/api.d.ts +26 -39
  2. package/package.json +2 -2
package/dist/api.d.ts CHANGED
@@ -5075,37 +5075,12 @@ export interface PayoutSnapshotDetails {
5075
5075
  * @memberof PayoutSnapshotDetails
5076
5076
  */
5077
5077
  mandate_id?: string;
5078
- }
5079
- /**
5080
- *
5081
- * @export
5082
- * @interface PayoutSnapshotPaymentAccount
5083
- */
5084
- export interface PayoutSnapshotPaymentAccount {
5085
- /**
5086
- *
5087
- * @type {string}
5088
- * @memberof PayoutSnapshotPaymentAccount
5089
- */
5090
- payment_user_id?: string;
5091
5078
  /**
5092
5079
  *
5093
5080
  * @type {string}
5094
- * @memberof PayoutSnapshotPaymentAccount
5095
- */
5096
- payment_account_id?: string;
5097
- /**
5098
- *
5099
- * @type {string}
5100
- * @memberof PayoutSnapshotPaymentAccount
5101
- */
5102
- name?: string;
5103
- /**
5104
- *
5105
- * @type {string}
5106
- * @memberof PayoutSnapshotPaymentAccount
5081
+ * @memberof PayoutSnapshotDetails
5107
5082
  */
5108
- institution_id?: string;
5083
+ scheduled_date?: string;
5109
5084
  }
5110
5085
  /**
5111
5086
  *
@@ -5130,7 +5105,7 @@ export interface PayoutSnapshotResponse {
5130
5105
  * @type {string}
5131
5106
  * @memberof PayoutSnapshotResponse
5132
5107
  */
5133
- payout_type?: string;
5108
+ type?: string;
5134
5109
  /**
5135
5110
  *
5136
5111
  * @type {string}
@@ -5143,12 +5118,6 @@ export interface PayoutSnapshotResponse {
5143
5118
  * @memberof PayoutSnapshotResponse
5144
5119
  */
5145
5120
  updated_at?: string;
5146
- /**
5147
- *
5148
- * @type {string}
5149
- * @memberof PayoutSnapshotResponse
5150
- */
5151
- scheduled_date?: string;
5152
5121
  /**
5153
5122
  *
5154
5123
  * @type {string}
@@ -5160,7 +5129,7 @@ export interface PayoutSnapshotResponse {
5160
5129
  * @type {PayoutSnapshotDetails}
5161
5130
  * @memberof PayoutSnapshotResponse
5162
5131
  */
5163
- payout_details?: PayoutSnapshotDetails;
5132
+ payment_details?: PayoutSnapshotDetails;
5164
5133
  /**
5165
5134
  *
5166
5135
  * @type {number}
@@ -5175,16 +5144,34 @@ export interface PayoutSnapshotResponse {
5175
5144
  currency?: string;
5176
5145
  /**
5177
5146
  *
5178
- * @type {PayoutSnapshotPaymentAccount}
5147
+ * @type {MandateRecipient}
5148
+ * @memberof PayoutSnapshotResponse
5149
+ */
5150
+ sender?: MandateRecipient;
5151
+ /**
5152
+ *
5153
+ * @type {MandateRecipientAccount}
5179
5154
  * @memberof PayoutSnapshotResponse
5180
5155
  */
5181
- recipient?: PayoutSnapshotPaymentAccount;
5156
+ sender_account?: MandateRecipientAccount;
5182
5157
  /**
5183
5158
  *
5184
- * @type {PayoutSnapshotPaymentAccount}
5159
+ * @type {GetMandateSender}
5185
5160
  * @memberof PayoutSnapshotResponse
5186
5161
  */
5187
- sender?: PayoutSnapshotPaymentAccount;
5162
+ recipient?: GetMandateSender;
5163
+ /**
5164
+ *
5165
+ * @type {MandateSenderAccount}
5166
+ * @memberof PayoutSnapshotResponse
5167
+ */
5168
+ recipient_account?: MandateSenderAccount;
5169
+ /**
5170
+ *
5171
+ * @type {FvErrorModelV2}
5172
+ * @memberof PayoutSnapshotResponse
5173
+ */
5174
+ error?: FvErrorModelV2;
5188
5175
  }
5189
5176
  /**
5190
5177
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.184",
3
+ "version": "0.0.185",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "devDependencies": {
24
24
  "@types/chai": "^4.3.9",
25
- "@types/mocha": "^10.0.2",
25
+ "@types/mocha": "^10.0.3",
26
26
  "@types/node": "^12.11.5",
27
27
  "axios-mock-adapter": "^1.21.2",
28
28
  "chai": "^4.3.10",