@toolproof-npm/shared 0.1.45 → 0.1.46
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,5 +1,5 @@
|
|
|
1
1
|
import type { ResourceTypeIdJson } from '@toolproof-npm/schema';
|
|
2
|
-
import type { ResourceShapeConst, ResourceRoleConst, StepConst,
|
|
3
|
-
export declare function getNewId(identifiable: ResourceShapeConst | ResourceRoleConst | ResourceConst | 'jobs' | StepConst |
|
|
2
|
+
import type { ResourceShapeConst, ResourceRoleConst, StepConst, ResourceMap, ResourceConst } from './types.d.ts';
|
|
3
|
+
export declare function getNewId(identifiable: ResourceShapeConst | ResourceRoleConst | ResourceConst | 'jobs' | 'executions' | StepConst | 'STATELESS_STRATEGY' | 'STATEFUL_STRATEGY'): string;
|
|
4
4
|
export declare function listResources(// ATTENTION: must clean up
|
|
5
5
|
resourceTypeIds: ResourceTypeIdJson[]): Promise<ResourceMap>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toolproof-npm/shared",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.46",
|
|
4
4
|
"description": "Core library utilities for ToolProof",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"toolproof",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"typescript": "^5.9.3"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@toolproof-npm/schema": "^0.1.
|
|
55
|
+
"@toolproof-npm/schema": "^0.1.39",
|
|
56
56
|
"firebase-admin": "^13.6.0"
|
|
57
57
|
},
|
|
58
58
|
"scripts": {
|