@finverse/sdk-typescript 0.0.7 → 0.0.8

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 +6 -0
  2. package/package.json +1 -1
package/dist/api.d.ts CHANGED
@@ -1823,6 +1823,12 @@ export interface PaymentInstruction {
1823
1823
  * @memberof PaymentInstruction
1824
1824
  */
1825
1825
  payment_type: PaymentInstructionPaymentTypeEnum;
1826
+ /**
1827
+ * The customer provided userId that needs to match the one passed when generating link token
1828
+ * @type {string}
1829
+ * @memberof PaymentInstruction
1830
+ */
1831
+ user_id: string;
1826
1832
  /**
1827
1833
  * The recipient name
1828
1834
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [