cetus-tools 1.0.15 → 1.0.17
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.
|
@@ -5,6 +5,7 @@ export interface IComponent {
|
|
|
5
5
|
platformId?: number;
|
|
6
6
|
name: string;
|
|
7
7
|
details: IComponentDetails;
|
|
8
|
+
platforms?: IPlatform[];
|
|
8
9
|
updatedAt?: string;
|
|
9
10
|
createdAt?: string;
|
|
10
11
|
config?: AxiosRequestConfig;
|
|
@@ -15,7 +16,6 @@ export interface IComponentDetails {
|
|
|
15
16
|
};
|
|
16
17
|
services: IComponentServiceDetails;
|
|
17
18
|
viewTypes: string[] | string;
|
|
18
|
-
platforms?: IPlatform[];
|
|
19
19
|
config?: AxiosRequestConfig;
|
|
20
20
|
}
|
|
21
21
|
export interface IComponentServiceDetails {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LoginServiceMock.js","sourceRoot":"","sources":["../../../src/crud/test/LoginServiceMock.ts"],"names":[],"mappings":";;AAKA,
|
|
1
|
+
{"version":3,"file":"LoginServiceMock.js","sourceRoot":"","sources":["../../../src/crud/test/LoginServiceMock.ts"],"names":[],"mappings":";;AAKA,0CA8CC;AAjDD,IAAI,KAAK,GAAQ,EAAE,CAAC;AACpB,IAAI,WAAW,GAAQ,EAAE,CAAC;AAE1B,SAAgB,eAAe,CAAC,IAAiB;IAC/C,IAAI,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC,KAAK,CAAC,CAAC,MAAW,EAAE,EAAE;QAC9C,IAAI,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;QACnC,IAAI,IAAI,GAAG;YACT,MAAM,EAAE,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,MAAM,GAAG,CAAC;YACrC,MAAM,EAAE,CAAC;YACT,QAAQ,EAAE,EAAE;SACb,CAAC;QACF,IAAI,GAAG,GAAG,EAAE,GAAG,IAAI,CAAC,MAAM,CAAC;QAC3B,KAAK,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC;QAClB,WAAW,CAAC,GAAG,CAAC,mBAAK,MAAM,EAAE,IAAI,CAAC,MAAM,EAAE,UAAU,EAAE,CAAC,IAAK,IAAI,CAAE,CAAC;QACnE,OAAO;YACL,GAAG;YACH,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,iBAAiB,EAAE,IAAI,EAAE,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC,EAAE;SACvE,CAAC;IACJ,CAAC,CAAC,CAAC;IACH,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,KAAK,CAAC,CAAC,MAAW,EAAE,EAAE;QAC3C,OAAO;YACL,GAAG;YACH;gBACE,GAAG,EAAE,4MAA4M;aAClN;SACF,CAAC;IACJ,CAAC,CAAC,CAAC;IACH,IAAI,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC,KAAK,CAAC,CAAC,MAAW,EAAE,EAAE;QAC5C,OAAO,CAAC,GAAG,EAAE,EAAE,OAAO,EAAE,oBAAoB,EAAE,CAAC,CAAC;IAClD,CAAC,CAAC,CAAC;IACH,IAAI,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC,KAAK,CAAC,CAAC,MAAW,EAAE,EAAE;QAC5C,IAAI,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;QACnC,IACE,IAAI,CAAC,GAAG;YACR,4MAA4M;YAE5M,OAAO,CAAC,GAAG,EAAE,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,CAAC,CAAC;QACzC,OAAO;YACL,GAAG;YACH,EAAE,SAAS,EAAE,uBAAuB,EAAE,OAAO,EAAE,eAAe,EAAE;SACjE,CAAC;IACJ,CAAC,CAAC,CAAC;IACH,IAAI,CAAC,KAAK,CAAC,yCAAyC,CAAC,CAAC,KAAK,CAAC,CAAC,MAAW,EAAE,EAAE;QAC1E,IAAI,aAAa,GAAG,MAAM,CAAC,GAAG,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC;QAClD,KAAK,IAAI,GAAG,IAAI,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC;YACtC,IAAI,WAAW,CAAC,GAAG,CAAC,CAAC,KAAK,KAAK,aAAa;gBAC1C,OAAO,CAAC,GAAG,EAAE,EAAE,MAAM,EAAE,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC;QACjD,OAAO,CAAC,GAAG,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC,CAAC;IAC/B,CAAC,CAAC,CAAC;AACL,CAAC"}
|
package/dist/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ export { IBitsoBalance as IBitsoBalance, findBalances as findBalances } from './
|
|
|
5
5
|
export { IBitsoBook as IBitsoBook, findBitsoBook as findBitsoBook } from './api/bitso/tools/BitsoBook';
|
|
6
6
|
export { IBitsoOrder as IBitsoOrder, IBitsoOrderDetails as IBitsoOrderDetails } from './api/bitso/tools/BitsoOrder';
|
|
7
7
|
export { IBitsoOrderBook as IBitsoOrderBook, IBitsoBookOrder as IBitsoBookOrder } from './api/bitso/tools/BitsoOrderBook';
|
|
8
|
-
export { IComponent as IComponent, IComponentSearchDetails as IComponentSearchDetails, IComponentDetails as IComponentDetails } from './crud/ComponentManager';
|
|
8
|
+
export { IComponent as IComponent, IComponentSearchDetails as IComponentSearchDetails, IComponentDetails as IComponentDetails, IComponentServiceDetails as IComponentServiceDetails } from './crud/ComponentManager';
|
|
9
9
|
export { IPlatform as IPlatform, IPlatformSearchDetails as IPlatformSearchDetails, IPlatformDetails as IPlatformDetails, PlatformManager as PlatformManager } from "./crud/PlatformManager";
|
|
10
10
|
export { IAvailablePlatform as IAvailablePlatform, IAvailablePlatformSearchDetails as IAvailablePlatformSearchDetails } from './crud/AvailablePlatformManager';
|
|
11
11
|
export { IRole as IRole, IRoleSearchDetails as IRoleSearchDetails, RoleManager as RoleManager } from "./crud/RoleManager";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cetus-tools",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.17",
|
|
4
4
|
"description": "Librería para elementos comunes de CETUS",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"typescript": "^5.2.2"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"axios": "^1.
|
|
43
|
+
"axios": "^1.7.7",
|
|
44
44
|
"crypto-js": "^4.2.0",
|
|
45
45
|
"dotenv": "^16.3.1",
|
|
46
|
-
"itrm-tools": "^1.1.
|
|
46
|
+
"itrm-tools": "^1.1.13",
|
|
47
47
|
"morgan": "^1.10.0"
|
|
48
48
|
},
|
|
49
49
|
"optionalDependencies": {
|