@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.
@@ -49,7 +49,7 @@ export interface FlowInspectorPlanCurrentStage {
49
49
  */
50
50
  stageObj: FlowStageBindingStageObj;
51
51
  /**
52
- * Evaluate policies during the Flow planning process. Disable this for input-based policies.
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. Disable this for input-based policies.
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. Disable this for input-based policies.
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. Disable this for input-based policies.
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. Disable this for input-based policies.
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. Disable this for input-based policies.
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. Disable this for input-based policies.
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. Disable this for input-based policies.
33
+ * Evaluate policies during the Flow planning process.
34
34
  * @type {boolean}
35
35
  * @memberof PatchedFlowStageBindingRequest
36
36
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goauthentik/api",
3
- "version": "2023.2.2-1677234143",
3
+ "version": "2023.2.2-1677507715",
4
4
  "description": "OpenAPI client for @goauthentik/api",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -75,7 +75,7 @@ export interface FlowInspectorPlanCurrentStage {
75
75
  */
76
76
  stageObj: FlowStageBindingStageObj;
77
77
  /**
78
- * Evaluate policies during the Flow planning process. Disable this for input-based policies.
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. Disable this for input-based policies.
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. Disable this for input-based policies.
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. Disable this for input-based policies.
48
+ * Evaluate policies during the Flow planning process.
49
49
  * @type {boolean}
50
50
  * @memberof PatchedFlowStageBindingRequest
51
51
  */