@goauthentik/api 2023.2.2-1677234143 → 2023.2.2-1677507715
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/esm/models/FlowInspectorPlanCurrentStage.d.ts +1 -1
- package/dist/esm/models/FlowStageBinding.d.ts +1 -1
- package/dist/esm/models/FlowStageBindingRequest.d.ts +1 -1
- package/dist/esm/models/PatchedFlowStageBindingRequest.d.ts +1 -1
- package/dist/models/FlowInspectorPlanCurrentStage.d.ts +1 -1
- package/dist/models/FlowStageBinding.d.ts +1 -1
- package/dist/models/FlowStageBindingRequest.d.ts +1 -1
- package/dist/models/PatchedFlowStageBindingRequest.d.ts +1 -1
- package/package.json +1 -1
- package/src/models/FlowInspectorPlanCurrentStage.ts +1 -1
- package/src/models/FlowStageBinding.ts +1 -1
- package/src/models/FlowStageBindingRequest.ts +1 -1
- package/src/models/PatchedFlowStageBindingRequest.ts +1 -1
|
@@ -49,7 +49,7 @@ export interface FlowInspectorPlanCurrentStage {
|
|
|
49
49
|
*/
|
|
50
50
|
stageObj: FlowStageBindingStageObj;
|
|
51
51
|
/**
|
|
52
|
-
* Evaluate policies during the Flow planning process.
|
|
52
|
+
* Evaluate policies during the Flow planning process.
|
|
53
53
|
* @type {boolean}
|
|
54
54
|
* @memberof FlowInspectorPlanCurrentStage
|
|
55
55
|
*/
|
|
@@ -49,7 +49,7 @@ export interface FlowStageBinding {
|
|
|
49
49
|
*/
|
|
50
50
|
stageObj: FlowStageBindingStageObj;
|
|
51
51
|
/**
|
|
52
|
-
* Evaluate policies during the Flow planning process.
|
|
52
|
+
* Evaluate policies during the Flow planning process.
|
|
53
53
|
* @type {boolean}
|
|
54
54
|
* @memberof FlowStageBinding
|
|
55
55
|
*/
|
|
@@ -30,7 +30,7 @@ export interface FlowStageBindingRequest {
|
|
|
30
30
|
*/
|
|
31
31
|
stage: string;
|
|
32
32
|
/**
|
|
33
|
-
* Evaluate policies during the Flow planning process.
|
|
33
|
+
* Evaluate policies during the Flow planning process.
|
|
34
34
|
* @type {boolean}
|
|
35
35
|
* @memberof FlowStageBindingRequest
|
|
36
36
|
*/
|
|
@@ -30,7 +30,7 @@ export interface PatchedFlowStageBindingRequest {
|
|
|
30
30
|
*/
|
|
31
31
|
stage?: string;
|
|
32
32
|
/**
|
|
33
|
-
* Evaluate policies during the Flow planning process.
|
|
33
|
+
* Evaluate policies during the Flow planning process.
|
|
34
34
|
* @type {boolean}
|
|
35
35
|
* @memberof PatchedFlowStageBindingRequest
|
|
36
36
|
*/
|
|
@@ -49,7 +49,7 @@ export interface FlowInspectorPlanCurrentStage {
|
|
|
49
49
|
*/
|
|
50
50
|
stageObj: FlowStageBindingStageObj;
|
|
51
51
|
/**
|
|
52
|
-
* Evaluate policies during the Flow planning process.
|
|
52
|
+
* Evaluate policies during the Flow planning process.
|
|
53
53
|
* @type {boolean}
|
|
54
54
|
* @memberof FlowInspectorPlanCurrentStage
|
|
55
55
|
*/
|
|
@@ -49,7 +49,7 @@ export interface FlowStageBinding {
|
|
|
49
49
|
*/
|
|
50
50
|
stageObj: FlowStageBindingStageObj;
|
|
51
51
|
/**
|
|
52
|
-
* Evaluate policies during the Flow planning process.
|
|
52
|
+
* Evaluate policies during the Flow planning process.
|
|
53
53
|
* @type {boolean}
|
|
54
54
|
* @memberof FlowStageBinding
|
|
55
55
|
*/
|
|
@@ -30,7 +30,7 @@ export interface FlowStageBindingRequest {
|
|
|
30
30
|
*/
|
|
31
31
|
stage: string;
|
|
32
32
|
/**
|
|
33
|
-
* Evaluate policies during the Flow planning process.
|
|
33
|
+
* Evaluate policies during the Flow planning process.
|
|
34
34
|
* @type {boolean}
|
|
35
35
|
* @memberof FlowStageBindingRequest
|
|
36
36
|
*/
|
|
@@ -30,7 +30,7 @@ export interface PatchedFlowStageBindingRequest {
|
|
|
30
30
|
*/
|
|
31
31
|
stage?: string;
|
|
32
32
|
/**
|
|
33
|
-
* Evaluate policies during the Flow planning process.
|
|
33
|
+
* Evaluate policies during the Flow planning process.
|
|
34
34
|
* @type {boolean}
|
|
35
35
|
* @memberof PatchedFlowStageBindingRequest
|
|
36
36
|
*/
|
package/package.json
CHANGED
|
@@ -75,7 +75,7 @@ export interface FlowInspectorPlanCurrentStage {
|
|
|
75
75
|
*/
|
|
76
76
|
stageObj: FlowStageBindingStageObj;
|
|
77
77
|
/**
|
|
78
|
-
* Evaluate policies during the Flow planning process.
|
|
78
|
+
* Evaluate policies during the Flow planning process.
|
|
79
79
|
* @type {boolean}
|
|
80
80
|
* @memberof FlowInspectorPlanCurrentStage
|
|
81
81
|
*/
|
|
@@ -69,7 +69,7 @@ export interface FlowStageBinding {
|
|
|
69
69
|
*/
|
|
70
70
|
stageObj: FlowStageBindingStageObj;
|
|
71
71
|
/**
|
|
72
|
-
* Evaluate policies during the Flow planning process.
|
|
72
|
+
* Evaluate policies during the Flow planning process.
|
|
73
73
|
* @type {boolean}
|
|
74
74
|
* @memberof FlowStageBinding
|
|
75
75
|
*/
|
|
@@ -45,7 +45,7 @@ export interface FlowStageBindingRequest {
|
|
|
45
45
|
*/
|
|
46
46
|
stage: string;
|
|
47
47
|
/**
|
|
48
|
-
* Evaluate policies during the Flow planning process.
|
|
48
|
+
* Evaluate policies during the Flow planning process.
|
|
49
49
|
* @type {boolean}
|
|
50
50
|
* @memberof FlowStageBindingRequest
|
|
51
51
|
*/
|
|
@@ -45,7 +45,7 @@ export interface PatchedFlowStageBindingRequest {
|
|
|
45
45
|
*/
|
|
46
46
|
stage?: string;
|
|
47
47
|
/**
|
|
48
|
-
* Evaluate policies during the Flow planning process.
|
|
48
|
+
* Evaluate policies during the Flow planning process.
|
|
49
49
|
* @type {boolean}
|
|
50
50
|
* @memberof PatchedFlowStageBindingRequest
|
|
51
51
|
*/
|