@fiado/type-kit 2.0.37 → 2.0.38

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.
@@ -1,4 +1,4 @@
1
- export declare class CentralPaymentsMetaDataInfo {
1
+ export declare class CentralPaymentsTransactionInfo {
2
2
  id: string;
3
3
  createdAt?: string;
4
4
  updatedAt?: string;
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CentralPaymentsTransactionInfo = void 0;
4
+ class CentralPaymentsTransactionInfo {
5
+ }
6
+ exports.CentralPaymentsTransactionInfo = CentralPaymentsTransactionInfo;
@@ -5,7 +5,7 @@ export * from './dtos/OOWAnswer';
5
5
  export * from './dtos/GetMerchantLocationsQueryParams';
6
6
  export * from './dtos/GetMerchantLocationsResponse';
7
7
  export * from './dtos/MerchantLocation';
8
- export * from './dtos/CentralPaymentsMetaDataInfo';
8
+ export * from './dtos/CentralPaymentsTransactionInfo';
9
9
  export * from './enums/ServiceStatusEnum';
10
10
  export * from './enums/MerchantLocationDistanceUnitEnum';
11
11
  export * from './enums/CentralPaymentTransactionTypeEnum';
@@ -21,7 +21,7 @@ __exportStar(require("./dtos/OOWAnswer"), exports);
21
21
  __exportStar(require("./dtos/GetMerchantLocationsQueryParams"), exports);
22
22
  __exportStar(require("./dtos/GetMerchantLocationsResponse"), exports);
23
23
  __exportStar(require("./dtos/MerchantLocation"), exports);
24
- __exportStar(require("./dtos/CentralPaymentsMetaDataInfo"), exports);
24
+ __exportStar(require("./dtos/CentralPaymentsTransactionInfo"), exports);
25
25
  __exportStar(require("./enums/ServiceStatusEnum"), exports);
26
26
  __exportStar(require("./enums/MerchantLocationDistanceUnitEnum"), exports);
27
27
  __exportStar(require("./enums/CentralPaymentTransactionTypeEnum"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fiado/type-kit",
3
- "version": "2.0.37",
3
+ "version": "2.0.38",
4
4
  "description": "",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",
@@ -1,4 +1,4 @@
1
- export class CentralPaymentsMetaDataInfo {
1
+ export class CentralPaymentsTransactionInfo {
2
2
  id: string;
3
3
  createdAt?: string;
4
4
  updatedAt?: string;
@@ -5,7 +5,7 @@ export * from './dtos/OOWAnswer';
5
5
  export * from './dtos/GetMerchantLocationsQueryParams';
6
6
  export * from './dtos/GetMerchantLocationsResponse';
7
7
  export * from './dtos/MerchantLocation';
8
- export * from './dtos/CentralPaymentsMetaDataInfo';
8
+ export * from './dtos/CentralPaymentsTransactionInfo';
9
9
 
10
10
  export * from './enums/ServiceStatusEnum';
11
11
  export * from './enums/MerchantLocationDistanceUnitEnum';
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CentralPaymentsMetaDataInfo = void 0;
4
- class CentralPaymentsMetaDataInfo {
5
- }
6
- exports.CentralPaymentsMetaDataInfo = CentralPaymentsMetaDataInfo;