@toolproof-npm/shared 0.1.101 → 0.1.102
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.
- package/dist/constants.d.ts +1 -0
- package/dist/constants.js +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/constants.d.ts
CHANGED
|
@@ -48,6 +48,7 @@ export declare const CONSTANTS: {
|
|
|
48
48
|
readonly TYPE_StatelessStrategy: "TYPE-StatelessStrategy";
|
|
49
49
|
readonly TYPE_StatefulStrategy: "TYPE-StatefulStrategy";
|
|
50
50
|
readonly ROLE_Manual: "ROLE-Manual";
|
|
51
|
+
readonly ROLE_Iteration: "ROLE-Iteration";
|
|
51
52
|
readonly ROLE_ErrorOutput: "ROLE-ErrorOutput";
|
|
52
53
|
readonly ROLE_DynamicSource: "ROLE-u4vW7PDlX6V9IGJoNxhl";
|
|
53
54
|
readonly ROLE_StaticTarget: "ROLE-xLaQo8L1fMxKTQUJcaJn";
|
package/dist/constants.js
CHANGED
|
@@ -48,6 +48,7 @@ export const CONSTANTS = {
|
|
|
48
48
|
TYPE_StatelessStrategy: 'TYPE-StatelessStrategy',
|
|
49
49
|
TYPE_StatefulStrategy: 'TYPE-StatefulStrategy',
|
|
50
50
|
ROLE_Manual: 'ROLE-Manual',
|
|
51
|
+
ROLE_Iteration: 'ROLE-Iteration',
|
|
51
52
|
ROLE_ErrorOutput: 'ROLE-ErrorOutput',
|
|
52
53
|
ROLE_DynamicSource: 'ROLE-u4vW7PDlX6V9IGJoNxhl',
|
|
53
54
|
ROLE_StaticTarget: 'ROLE-xLaQo8L1fMxKTQUJcaJn',
|
package/dist/index.d.ts
CHANGED
|
@@ -4,5 +4,6 @@ export * as UTILS from './_lib/utils/utils.js';
|
|
|
4
4
|
export * as RESOURCE_CREATION from './_lib/utils/resourceCreation.js';
|
|
5
5
|
export * as STEP_CREATION from './_lib/utils/stepCreation.js';
|
|
6
6
|
export * as ROLE_RESOURCE_BINDINGS from './_lib/utils/roleResourceBinding.js';
|
|
7
|
+
export * as RESOURCE_CHAIN from './_lib/utils/resourceChain.js';
|
|
7
8
|
export * from './firebaseAdminHelpers.js';
|
|
8
9
|
export * from './firebaseAdminInit.js';
|
package/dist/index.js
CHANGED
|
@@ -4,5 +4,6 @@ export * as UTILS from './_lib/utils/utils.js';
|
|
|
4
4
|
export * as RESOURCE_CREATION from './_lib/utils/resourceCreation.js';
|
|
5
5
|
export * as STEP_CREATION from './_lib/utils/stepCreation.js';
|
|
6
6
|
export * as ROLE_RESOURCE_BINDINGS from './_lib/utils/roleResourceBinding.js';
|
|
7
|
+
export * as RESOURCE_CHAIN from './_lib/utils/resourceChain.js';
|
|
7
8
|
export * from './firebaseAdminHelpers.js';
|
|
8
9
|
export * from './firebaseAdminInit.js';
|