@finverse/sdk-typescript 0.0.29 → 0.0.30

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 +7 -1
  2. package/package.json +1 -1
package/dist/api.d.ts CHANGED
@@ -2094,7 +2094,13 @@ export interface PaymentDetails {
2094
2094
  */
2095
2095
  export interface PaymentInstruction {
2096
2096
  /**
2097
- * A id of the user of this payment, need to equal to userId when creating link
2097
+ * An id of the this payment
2098
+ * @type {string}
2099
+ * @memberof PaymentInstruction
2100
+ */
2101
+ payment_instruction_id?: string;
2102
+ /**
2103
+ * An id of the user of this payment, need to equal to userId when creating link
2098
2104
  * @type {string}
2099
2105
  * @memberof PaymentInstruction
2100
2106
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.29",
3
+ "version": "0.0.30",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [