@fiado/type-kit 1.8.21 → 1.8.22

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.
@@ -34,6 +34,7 @@ export * from './dtos/CardSummaryResponse';
34
34
  export * from './dtos/CardAdditionalResponse';
35
35
  export * from './dtos/AccountCancelGetResponse';
36
36
  export * from './dtos/CardUpdateIssuanceRequest';
37
+ export * from './dtos/AccountIssuanceStepConfig';
37
38
  export * from './enums/CardType';
38
39
  export * from './enums/CardUpdateKey';
39
40
  export * from './enums/IssuanceType';
package/bin/card/index.js CHANGED
@@ -52,6 +52,7 @@ __exportStar(require("./dtos/CardSummaryResponse"), exports);
52
52
  __exportStar(require("./dtos/CardAdditionalResponse"), exports);
53
53
  __exportStar(require("./dtos/AccountCancelGetResponse"), exports);
54
54
  __exportStar(require("./dtos/CardUpdateIssuanceRequest"), exports);
55
+ __exportStar(require("./dtos/AccountIssuanceStepConfig"), exports);
55
56
  //enums
56
57
  __exportStar(require("./enums/CardType"), exports);
57
58
  __exportStar(require("./enums/CardUpdateKey"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fiado/type-kit",
3
- "version": "1.8.21",
3
+ "version": "1.8.22",
4
4
  "description": "",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",
package/src/card/index.ts CHANGED
@@ -38,6 +38,7 @@ export * from './dtos/CardSummaryResponse'
38
38
  export * from './dtos/CardAdditionalResponse'
39
39
  export * from './dtos/AccountCancelGetResponse'
40
40
  export * from './dtos/CardUpdateIssuanceRequest'
41
+ export * from './dtos/AccountIssuanceStepConfig'
41
42
 
42
43
  //enums
43
44
  export * from './enums/CardType';