@fiado/type-kit 2.0.35 → 2.0.36

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 CentralPaymentsTransactionInfo {
1
+ export declare class CentralPaymentsMetaDataInfo {
2
2
  id: string;
3
3
  createdAt?: string;
4
4
  updatedAt?: string;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CentralPaymentsTransactionInfo = void 0;
4
- class CentralPaymentsTransactionInfo {
3
+ exports.CentralPaymentsMetaDataInfo = void 0;
4
+ class CentralPaymentsMetaDataInfo {
5
5
  }
6
- exports.CentralPaymentsTransactionInfo = CentralPaymentsTransactionInfo;
6
+ exports.CentralPaymentsMetaDataInfo = CentralPaymentsMetaDataInfo;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fiado/type-kit",
3
- "version": "2.0.35",
3
+ "version": "2.0.36",
4
4
  "description": "",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",
@@ -1,4 +1,4 @@
1
- export class CentralPaymentsTransactionInfo {
1
+ export class CentralPaymentsMetaDataInfo {
2
2
  id: string;
3
3
  createdAt?: string;
4
4
  updatedAt?: string;