@finverse/sdk-typescript 0.0.264 → 0.0.266

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 -0
  2. package/package.json +2 -2
package/dist/api.d.ts CHANGED
@@ -810,6 +810,12 @@ export interface CardFvLinkResponse {
810
810
  * @memberof CardFvLinkResponse
811
811
  */
812
812
  recipient?: CardRecipient;
813
+ /**
814
+ *
815
+ * @type {FvErrorModelV2}
816
+ * @memberof CardFvLinkResponse
817
+ */
818
+ error?: FvErrorModelV2;
813
819
  }
814
820
  export declare const CardFvLinkResponseStatusEnum: {
815
821
  readonly Unknown: "UNKNOWN";
@@ -1963,6 +1969,12 @@ export interface FVCard {
1963
1969
  * @memberof FVCard
1964
1970
  */
1965
1971
  status?: FVCardStatusEnum;
1972
+ /**
1973
+ *
1974
+ * @type {FvErrorModelV2}
1975
+ * @memberof FVCard
1976
+ */
1977
+ error?: FvErrorModelV2;
1966
1978
  /**
1967
1979
  *
1968
1980
  * @type {FVCardDetails}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.264",
3
+ "version": "0.0.266",
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": "^5.0.0",
25
- "@types/mocha": "^10.0.8",
25
+ "@types/mocha": "^10.0.9",
26
26
  "@types/node": "^12.11.5",
27
27
  "axios-mock-adapter": "^1.21.2",
28
28
  "chai": "^5.1.1",