@toolproof-npm/shared 0.1.103 → 0.1.104

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,16 +1,4 @@
1
- import type { ExecutionIdentityJson, ResourceJson, ResourceRoleIdentityJson, StatefulStrategyJson } from '@toolproof-npm/schema';
2
- export declare function bindInputRes(statefulStrategy: StatefulStrategyJson, target: {
3
- executionRef: ExecutionIdentityJson;
4
- resourceRoleRef: ResourceRoleIdentityJson;
5
- }, resource: ResourceJson): StatefulStrategyJson;
6
- export declare function bindInputRef(statefulStrategy: StatefulStrategyJson, target: {
7
- executionRef: ExecutionIdentityJson;
8
- resourceRoleRef: ResourceRoleIdentityJson;
9
- }, source: {
10
- executionRef: ExecutionIdentityJson;
11
- resourceRoleRef: ResourceRoleIdentityJson;
12
- }): StatefulStrategyJson;
13
- export declare function clearInputBinding(statefulStrategy: StatefulStrategyJson, target: {
14
- executionRef: ExecutionIdentityJson;
15
- resourceRoleRef: ResourceRoleIdentityJson;
16
- }): StatefulStrategyJson;
1
+ import type { ResourceJson, StatefulStrategyJson, CreationContextJson } from '@toolproof-npm/schema';
2
+ export declare function bindInputRes(statefulStrategy: StatefulStrategyJson, target: CreationContextJson, resource: ResourceJson): StatefulStrategyJson;
3
+ export declare function bindInputRef(statefulStrategy: StatefulStrategyJson, target: CreationContextJson, source: CreationContextJson): StatefulStrategyJson;
4
+ export declare function clearInputBinding(statefulStrategy: StatefulStrategyJson, target: CreationContextJson): StatefulStrategyJson;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toolproof-npm/shared",
3
- "version": "0.1.103",
3
+ "version": "0.1.104",
4
4
  "description": "Core library utilities for ToolProof",
5
5
  "keywords": [
6
6
  "toolproof",