@goauthentik/api 2024.12.0-1734640050 → 2024.12.0-1734727566
Sign up to get free protection for your applications and to get access to all the features.
- 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/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/FlowStageBinding.ts +1 -1
- package/src/models/FlowStageBindingRequest.ts +1 -1
- package/src/models/PatchedFlowStageBindingRequest.ts +1 -1
@@ -55,7 +55,7 @@ export interface FlowStageBinding {
|
|
55
55
|
*/
|
56
56
|
evaluateOnPlan?: boolean;
|
57
57
|
/**
|
58
|
-
* Evaluate policies when the Stage is
|
58
|
+
* Evaluate policies when the Stage is presented to the user.
|
59
59
|
* @type {boolean}
|
60
60
|
* @memberof FlowStageBinding
|
61
61
|
*/
|
@@ -36,7 +36,7 @@ export interface FlowStageBindingRequest {
|
|
36
36
|
*/
|
37
37
|
evaluateOnPlan?: boolean;
|
38
38
|
/**
|
39
|
-
* Evaluate policies when the Stage is
|
39
|
+
* Evaluate policies when the Stage is presented to the user.
|
40
40
|
* @type {boolean}
|
41
41
|
* @memberof FlowStageBindingRequest
|
42
42
|
*/
|
@@ -36,7 +36,7 @@ export interface PatchedFlowStageBindingRequest {
|
|
36
36
|
*/
|
37
37
|
evaluateOnPlan?: boolean;
|
38
38
|
/**
|
39
|
-
* Evaluate policies when the Stage is
|
39
|
+
* Evaluate policies when the Stage is presented to the user.
|
40
40
|
* @type {boolean}
|
41
41
|
* @memberof PatchedFlowStageBindingRequest
|
42
42
|
*/
|
@@ -55,7 +55,7 @@ export interface FlowStageBinding {
|
|
55
55
|
*/
|
56
56
|
evaluateOnPlan?: boolean;
|
57
57
|
/**
|
58
|
-
* Evaluate policies when the Stage is
|
58
|
+
* Evaluate policies when the Stage is presented to the user.
|
59
59
|
* @type {boolean}
|
60
60
|
* @memberof FlowStageBinding
|
61
61
|
*/
|
@@ -36,7 +36,7 @@ export interface FlowStageBindingRequest {
|
|
36
36
|
*/
|
37
37
|
evaluateOnPlan?: boolean;
|
38
38
|
/**
|
39
|
-
* Evaluate policies when the Stage is
|
39
|
+
* Evaluate policies when the Stage is presented to the user.
|
40
40
|
* @type {boolean}
|
41
41
|
* @memberof FlowStageBindingRequest
|
42
42
|
*/
|
@@ -36,7 +36,7 @@ export interface PatchedFlowStageBindingRequest {
|
|
36
36
|
*/
|
37
37
|
evaluateOnPlan?: boolean;
|
38
38
|
/**
|
39
|
-
* Evaluate policies when the Stage is
|
39
|
+
* Evaluate policies when the Stage is presented to the user.
|
40
40
|
* @type {boolean}
|
41
41
|
* @memberof PatchedFlowStageBindingRequest
|
42
42
|
*/
|
package/package.json
CHANGED
@@ -75,7 +75,7 @@ export interface FlowStageBinding {
|
|
75
75
|
*/
|
76
76
|
evaluateOnPlan?: boolean;
|
77
77
|
/**
|
78
|
-
* Evaluate policies when the Stage is
|
78
|
+
* Evaluate policies when the Stage is presented to the user.
|
79
79
|
* @type {boolean}
|
80
80
|
* @memberof FlowStageBinding
|
81
81
|
*/
|
@@ -51,7 +51,7 @@ export interface FlowStageBindingRequest {
|
|
51
51
|
*/
|
52
52
|
evaluateOnPlan?: boolean;
|
53
53
|
/**
|
54
|
-
* Evaluate policies when the Stage is
|
54
|
+
* Evaluate policies when the Stage is presented to the user.
|
55
55
|
* @type {boolean}
|
56
56
|
* @memberof FlowStageBindingRequest
|
57
57
|
*/
|
@@ -51,7 +51,7 @@ export interface PatchedFlowStageBindingRequest {
|
|
51
51
|
*/
|
52
52
|
evaluateOnPlan?: boolean;
|
53
53
|
/**
|
54
|
-
* Evaluate policies when the Stage is
|
54
|
+
* Evaluate policies when the Stage is presented to the user.
|
55
55
|
* @type {boolean}
|
56
56
|
* @memberof PatchedFlowStageBindingRequest
|
57
57
|
*/
|