@cobre-npm/library-portal-core 0.30.3 → 0.30.4

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,6 +1,6 @@
1
1
  export type { AccountProvider, AccountProviderRecord } from "./providers/catalog";
2
2
  export * from "./providers/utils/account-provider.utils";
3
- export type { AccountType } from "./types/catalog";
3
+ export { ACCOUNT_TYPES, type AccountType } from "./types/catalog";
4
4
  export * from "./types/utils/account-type.utils";
5
5
  export * from "./interfaces/response.interface";
6
6
  export * from "./interfaces/params.interface";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/accounts/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,eAAe,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAA;AACjF,cAAc,0CAA0C,CAAA;AAExD,YAAY,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAA;AAClD,cAAc,kCAAkC,CAAA;AAEhD,cAAc,iCAAiC,CAAA;AAC/C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,gCAAgC,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/accounts/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,eAAe,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAA;AACjF,cAAc,0CAA0C,CAAA;AAExD,OAAO,EAAE,aAAa,EAAE,KAAK,WAAW,EAAE,MAAM,iBAAiB,CAAA;AACjE,cAAc,kCAAkC,CAAA;AAEhD,cAAc,iCAAiC,CAAA;AAC/C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,gCAAgC,CAAA"}
@@ -14,7 +14,10 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ exports.ACCOUNT_TYPES = void 0;
17
18
  __exportStar(require("./providers/utils/account-provider.utils"), exports);
19
+ var catalog_1 = require("./types/catalog");
20
+ Object.defineProperty(exports, "ACCOUNT_TYPES", { enumerable: true, get: function () { return catalog_1.ACCOUNT_TYPES; } });
18
21
  __exportStar(require("./types/utils/account-type.utils"), exports);
19
22
  __exportStar(require("./interfaces/response.interface"), exports);
20
23
  __exportStar(require("./interfaces/params.interface"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/accounts/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AACA,2EAAwD;AAGxD,mEAAgD;AAEhD,kEAA+C;AAC/C,gEAA6C;AAC7C,iEAA8C;AAC9C,iEAA8C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/accounts/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AACA,2EAAwD;AAExD,2CAAiE;AAAxD,wGAAA,aAAa,OAAA;AACtB,mEAAgD;AAEhD,kEAA+C;AAC/C,gEAA6C;AAC7C,iEAA8C;AAC9C,iEAA8C"}
@@ -65,7 +65,7 @@ export declare const CURRENCIES: {
65
65
  };
66
66
  readonly cny: {
67
67
  readonly code: "cny";
68
- readonly label: "CNY";
68
+ readonly label: "RMB";
69
69
  readonly isoCode: "CNY";
70
70
  readonly geo: "chn";
71
71
  readonly flagAsset: "chn";
@@ -9,7 +9,7 @@ exports.CURRENCIES = {
9
9
  usdt: { code: "usdt", label: "USD (USDT)", isoCode: "USD", geo: "usa", flagAsset: "usdt", minAmount: 1, type: "stablecoin" },
10
10
  usdc: { code: "usdc", label: "USD (USDC)", isoCode: "USD", geo: "usa", flagAsset: "usdc", minAmount: 1, type: "stablecoin" },
11
11
  copco: { code: "copco", label: "COPco", isoCode: "COP", geo: "col", flagAsset: "cop_stable", minAmount: 1, type: "stable" },
12
- cny: { code: "cny", label: "CNY", isoCode: "CNY", geo: "chn", flagAsset: "chn", minAmount: 100, type: "fiat", scope: "counterparties" },
12
+ cny: { code: "cny", label: "RMB", isoCode: "CNY", geo: "chn", flagAsset: "chn", minAmount: 100, type: "fiat", scope: "counterparties" },
13
13
  eur: { code: "eur", label: "EUR", isoCode: "EUR", geo: "eur", flagAsset: "eur", minAmount: 100, type: "fiat", scope: "counterparties" },
14
14
  };
15
15
  //# sourceMappingURL=catalog.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cobre-npm/library-portal-core",
3
- "version": "0.30.3",
3
+ "version": "0.30.4",
4
4
  "description": "Shared configurations and resources for Portal MFEs",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",