@finverse/sdk-typescript 0.0.20 → 0.0.21

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 +12 -12
  2. package/package.json +2 -2
package/dist/api.d.ts CHANGED
@@ -782,18 +782,6 @@ export interface GetPaymentInstructionsResponse {
782
782
  * @memberof GetPaymentInstructionsResponse
783
783
  */
784
784
  payment_instruction?: PaymentInstruction;
785
- /**
786
- *
787
- * @type {LoginIdentityShort}
788
- * @memberof GetPaymentInstructionsResponse
789
- */
790
- login_identity?: LoginIdentityShort;
791
- /**
792
- *
793
- * @type {InstitutionShort}
794
- * @memberof GetPaymentInstructionsResponse
795
- */
796
- institution?: InstitutionShort;
797
785
  }
798
786
  /**
799
787
  *
@@ -2068,6 +2056,12 @@ export interface PaymentInstruction {
2068
2056
  * @memberof PaymentInstruction
2069
2057
  */
2070
2058
  user_id?: string;
2059
+ /**
2060
+ * An id that links this payment to a specific Login Identity
2061
+ * @type {string}
2062
+ * @memberof PaymentInstruction
2063
+ */
2064
+ login_identity_id?: string;
2071
2065
  /**
2072
2066
  * Type of payment is being created, please check Documentation on which payment type is supported in each institution
2073
2067
  * @type {string}
@@ -2146,6 +2140,12 @@ export interface PaymentInstruction {
2146
2140
  * @memberof PaymentInstruction
2147
2141
  */
2148
2142
  reference_id?: string;
2143
+ /**
2144
+ *
2145
+ * @type {string}
2146
+ * @memberof PaymentInstruction
2147
+ */
2148
+ last_update?: string;
2149
2149
  /**
2150
2150
  * Extra information collected for this payment instruction
2151
2151
  * @type {object}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [
@@ -21,7 +21,7 @@
21
21
  "axios": "^0.21.4"
22
22
  },
23
23
  "devDependencies": {
24
- "@types/chai": "^4.3.0",
24
+ "@types/chai": "^4.3.1",
25
25
  "@types/mocha": "^9.1.0",
26
26
  "@types/node": "^12.11.5",
27
27
  "axios-mock-adapter": "^1.20.0",