@fiado/type-kit 1.0.49 → 1.0.50

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.
@@ -6,5 +6,6 @@ export * from './dtos/Place';
6
6
  export * from './dtos/Timezone';
7
7
  export * from './dtos/OfficeDetails';
8
8
  export * from './dtos/OperationSchedule';
9
+ export * from './dtos/AddressShippingCardResponse';
9
10
  export * from './enums/AddressStatus';
10
11
  export * from './enums/AddressProvider';
@@ -23,6 +23,7 @@ __exportStar(require("./dtos/Place"), exports);
23
23
  __exportStar(require("./dtos/Timezone"), exports);
24
24
  __exportStar(require("./dtos/OfficeDetails"), exports);
25
25
  __exportStar(require("./dtos/OperationSchedule"), exports);
26
+ __exportStar(require("./dtos/AddressShippingCardResponse"), exports);
26
27
  //enums
27
28
  __exportStar(require("./enums/AddressStatus"), exports);
28
29
  __exportStar(require("./enums/AddressProvider"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fiado/type-kit",
3
- "version": "1.0.49",
3
+ "version": "1.0.50",
4
4
  "description": "",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",
@@ -1,6 +1,6 @@
1
1
  import { AddressResponse } from "./AddressResponse";
2
2
 
3
3
 
4
- export declare type AddressShippingCardResponse= {
4
+ export declare type AddressShippingCardResponse = {
5
5
  addresses: AddressResponse[];
6
6
  };
@@ -7,6 +7,7 @@ export * from './dtos/Place';
7
7
  export * from './dtos/Timezone';
8
8
  export * from './dtos/OfficeDetails'
9
9
  export * from './dtos/OperationSchedule'
10
+ export * from './dtos/AddressShippingCardResponse'
10
11
 
11
12
  //enums
12
13
  export * from './enums/AddressStatus';