@goauthentik/api 2023.10.4-1700591367 → 2023.10.4-1702933698

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.
Files changed (105) hide show
  1. package/.openapi-generator/FILES +2 -1
  2. package/dist/apis/EventsApi.d.ts +20 -0
  3. package/dist/apis/EventsApi.js +58 -0
  4. package/dist/apis/SchemaApi.d.ts +1 -0
  5. package/dist/apis/SchemaApi.js +1 -0
  6. package/dist/esm/apis/EventsApi.d.ts +20 -0
  7. package/dist/esm/apis/EventsApi.js +58 -0
  8. package/dist/esm/apis/SchemaApi.d.ts +1 -0
  9. package/dist/esm/apis/SchemaApi.js +1 -0
  10. package/dist/esm/models/BlueprintInstance.d.ts +4 -8
  11. package/dist/esm/models/BlueprintInstanceRequest.d.ts +2 -4
  12. package/dist/esm/models/ContextualFlowInfo.d.ts +3 -3
  13. package/dist/esm/models/ContextualFlowInfo.js +3 -3
  14. package/dist/esm/models/{LayoutEnum.d.ts → ContextualFlowInfoLayoutEnum.d.ts} +5 -5
  15. package/dist/esm/models/{LayoutEnum.js → ContextualFlowInfoLayoutEnum.js} +5 -5
  16. package/dist/esm/models/Event.d.ts +6 -12
  17. package/dist/esm/models/EventRequest.d.ts +6 -12
  18. package/dist/esm/models/Flow.d.ts +3 -3
  19. package/dist/esm/models/Flow.js +3 -3
  20. package/dist/esm/models/FlowLayoutEnum.d.ts +31 -0
  21. package/dist/esm/models/FlowLayoutEnum.js +38 -0
  22. package/dist/esm/models/FlowRequest.d.ts +3 -3
  23. package/dist/esm/models/FlowRequest.js +3 -3
  24. package/dist/esm/models/FlowSet.d.ts +3 -3
  25. package/dist/esm/models/FlowSet.js +3 -3
  26. package/dist/esm/models/FlowSetRequest.d.ts +3 -3
  27. package/dist/esm/models/FlowSetRequest.js +3 -3
  28. package/dist/esm/models/KubernetesServiceConnection.d.ts +2 -4
  29. package/dist/esm/models/KubernetesServiceConnectionRequest.d.ts +2 -4
  30. package/dist/esm/models/OAuthSource.d.ts +2 -4
  31. package/dist/esm/models/OAuthSourceRequest.d.ts +2 -4
  32. package/dist/esm/models/PatchedBlueprintInstanceRequest.d.ts +2 -4
  33. package/dist/esm/models/PatchedEventRequest.d.ts +6 -12
  34. package/dist/esm/models/PatchedFlowRequest.d.ts +3 -3
  35. package/dist/esm/models/PatchedFlowRequest.js +3 -3
  36. package/dist/esm/models/PatchedKubernetesServiceConnectionRequest.d.ts +2 -4
  37. package/dist/esm/models/PatchedOAuthSourceRequest.d.ts +2 -4
  38. package/dist/esm/models/PatchedTenantRequest.d.ts +2 -4
  39. package/dist/esm/models/Reputation.d.ts +2 -4
  40. package/dist/esm/models/Tenant.d.ts +2 -4
  41. package/dist/esm/models/TenantRequest.d.ts +2 -4
  42. package/dist/esm/models/index.d.ts +2 -1
  43. package/dist/esm/models/index.js +2 -1
  44. package/dist/models/BlueprintInstance.d.ts +4 -8
  45. package/dist/models/BlueprintInstanceRequest.d.ts +2 -4
  46. package/dist/models/ContextualFlowInfo.d.ts +3 -3
  47. package/dist/models/ContextualFlowInfo.js +3 -3
  48. package/dist/models/{LayoutEnum.d.ts → ContextualFlowInfoLayoutEnum.d.ts} +5 -5
  49. package/dist/models/{LayoutEnum.js → ContextualFlowInfoLayoutEnum.js} +9 -9
  50. package/dist/models/Event.d.ts +6 -12
  51. package/dist/models/EventRequest.d.ts +6 -12
  52. package/dist/models/Flow.d.ts +3 -3
  53. package/dist/models/Flow.js +3 -3
  54. package/dist/models/FlowLayoutEnum.d.ts +31 -0
  55. package/dist/models/FlowLayoutEnum.js +44 -0
  56. package/dist/models/FlowRequest.d.ts +3 -3
  57. package/dist/models/FlowRequest.js +3 -3
  58. package/dist/models/FlowSet.d.ts +3 -3
  59. package/dist/models/FlowSet.js +3 -3
  60. package/dist/models/FlowSetRequest.d.ts +3 -3
  61. package/dist/models/FlowSetRequest.js +3 -3
  62. package/dist/models/KubernetesServiceConnection.d.ts +2 -4
  63. package/dist/models/KubernetesServiceConnectionRequest.d.ts +2 -4
  64. package/dist/models/OAuthSource.d.ts +2 -4
  65. package/dist/models/OAuthSourceRequest.d.ts +2 -4
  66. package/dist/models/PatchedBlueprintInstanceRequest.d.ts +2 -4
  67. package/dist/models/PatchedEventRequest.d.ts +6 -12
  68. package/dist/models/PatchedFlowRequest.d.ts +3 -3
  69. package/dist/models/PatchedFlowRequest.js +3 -3
  70. package/dist/models/PatchedKubernetesServiceConnectionRequest.d.ts +2 -4
  71. package/dist/models/PatchedOAuthSourceRequest.d.ts +2 -4
  72. package/dist/models/PatchedTenantRequest.d.ts +2 -4
  73. package/dist/models/Reputation.d.ts +2 -4
  74. package/dist/models/Tenant.d.ts +2 -4
  75. package/dist/models/TenantRequest.d.ts +2 -4
  76. package/dist/models/index.d.ts +2 -1
  77. package/dist/models/index.js +2 -1
  78. package/package.json +1 -1
  79. package/src/apis/EventsApi.ts +83 -0
  80. package/src/apis/SchemaApi.ts +1 -0
  81. package/src/models/BlueprintInstance.ts +4 -4
  82. package/src/models/BlueprintInstanceRequest.ts +2 -2
  83. package/src/models/ContextualFlowInfo.ts +9 -9
  84. package/src/models/{LayoutEnum.ts → ContextualFlowInfoLayoutEnum.ts} +7 -7
  85. package/src/models/Event.ts +6 -6
  86. package/src/models/EventRequest.ts +6 -6
  87. package/src/models/Flow.ts +9 -9
  88. package/src/models/FlowLayoutEnum.ts +46 -0
  89. package/src/models/FlowRequest.ts +9 -9
  90. package/src/models/FlowSet.ts +9 -9
  91. package/src/models/FlowSetRequest.ts +9 -9
  92. package/src/models/KubernetesServiceConnection.ts +2 -2
  93. package/src/models/KubernetesServiceConnectionRequest.ts +2 -2
  94. package/src/models/OAuthSource.ts +2 -2
  95. package/src/models/OAuthSourceRequest.ts +2 -2
  96. package/src/models/PatchedBlueprintInstanceRequest.ts +2 -2
  97. package/src/models/PatchedEventRequest.ts +6 -6
  98. package/src/models/PatchedFlowRequest.ts +9 -9
  99. package/src/models/PatchedKubernetesServiceConnectionRequest.ts +2 -2
  100. package/src/models/PatchedOAuthSourceRequest.ts +2 -2
  101. package/src/models/PatchedTenantRequest.ts +2 -2
  102. package/src/models/Reputation.ts +2 -2
  103. package/src/models/Tenant.ts +2 -2
  104. package/src/models/TenantRequest.ts +2 -2
  105. package/src/models/index.ts +2 -1
@@ -31,12 +31,12 @@ import {
31
31
  FlowDesignationEnumFromJSONTyped,
32
32
  FlowDesignationEnumToJSON,
33
33
  } from './FlowDesignationEnum';
34
- import type { LayoutEnum } from './LayoutEnum';
34
+ import type { FlowLayoutEnum } from './FlowLayoutEnum';
35
35
  import {
36
- LayoutEnumFromJSON,
37
- LayoutEnumFromJSONTyped,
38
- LayoutEnumToJSON,
39
- } from './LayoutEnum';
36
+ FlowLayoutEnumFromJSON,
37
+ FlowLayoutEnumFromJSONTyped,
38
+ FlowLayoutEnumToJSON,
39
+ } from './FlowLayoutEnum';
40
40
  import type { PolicyEngineMode } from './PolicyEngineMode';
41
41
  import {
42
42
  PolicyEngineModeFromJSON,
@@ -88,10 +88,10 @@ export interface PatchedFlowRequest {
88
88
  compatibilityMode?: boolean;
89
89
  /**
90
90
  *
91
- * @type {LayoutEnum}
91
+ * @type {FlowLayoutEnum}
92
92
  * @memberof PatchedFlowRequest
93
93
  */
94
- layout?: LayoutEnum;
94
+ layout?: FlowLayoutEnum;
95
95
  /**
96
96
  *
97
97
  * @type {DeniedActionEnum}
@@ -131,7 +131,7 @@ export function PatchedFlowRequestFromJSONTyped(json: any, ignoreDiscriminator:
131
131
  'designation': !exists(json, 'designation') ? undefined : FlowDesignationEnumFromJSON(json['designation']),
132
132
  'policyEngineMode': !exists(json, 'policy_engine_mode') ? undefined : PolicyEngineModeFromJSON(json['policy_engine_mode']),
133
133
  'compatibilityMode': !exists(json, 'compatibility_mode') ? undefined : json['compatibility_mode'],
134
- 'layout': !exists(json, 'layout') ? undefined : LayoutEnumFromJSON(json['layout']),
134
+ 'layout': !exists(json, 'layout') ? undefined : FlowLayoutEnumFromJSON(json['layout']),
135
135
  'deniedAction': !exists(json, 'denied_action') ? undefined : DeniedActionEnumFromJSON(json['denied_action']),
136
136
  'authentication': !exists(json, 'authentication') ? undefined : AuthenticationEnumFromJSON(json['authentication']),
137
137
  };
@@ -152,7 +152,7 @@ export function PatchedFlowRequestToJSON(value?: PatchedFlowRequest | null): any
152
152
  'designation': FlowDesignationEnumToJSON(value.designation),
153
153
  'policy_engine_mode': PolicyEngineModeToJSON(value.policyEngineMode),
154
154
  'compatibility_mode': value.compatibilityMode,
155
- 'layout': LayoutEnumToJSON(value.layout),
155
+ 'layout': FlowLayoutEnumToJSON(value.layout),
156
156
  'denied_action': DeniedActionEnumToJSON(value.deniedAction),
157
157
  'authentication': AuthenticationEnumToJSON(value.authentication),
158
158
  };
@@ -33,10 +33,10 @@ export interface PatchedKubernetesServiceConnectionRequest {
33
33
  local?: boolean;
34
34
  /**
35
35
  * Paste your kubeconfig here. authentik will automatically use the currently selected context.
36
- * @type {{ [key: string]: any; }}
36
+ * @type {any}
37
37
  * @memberof PatchedKubernetesServiceConnectionRequest
38
38
  */
39
- kubeconfig?: { [key: string]: any; };
39
+ kubeconfig?: any | null;
40
40
  /**
41
41
  * Verify SSL Certificates of the Kubernetes API endpoint
42
42
  * @type {boolean}
@@ -148,10 +148,10 @@ export interface PatchedOAuthSourceRequest {
148
148
  oidcJwksUrl?: string;
149
149
  /**
150
150
  *
151
- * @type {{ [key: string]: any; }}
151
+ * @type {any}
152
152
  * @memberof PatchedOAuthSourceRequest
153
153
  */
154
- oidcJwks?: { [key: string]: any; };
154
+ oidcJwks?: any | null;
155
155
  }
156
156
 
157
157
  /**
@@ -99,10 +99,10 @@ export interface PatchedTenantRequest {
99
99
  webCertificate?: string | null;
100
100
  /**
101
101
  *
102
- * @type {{ [key: string]: any; }}
102
+ * @type {any}
103
103
  * @memberof PatchedTenantRequest
104
104
  */
105
- attributes?: { [key: string]: any; };
105
+ attributes?: any | null;
106
106
  }
107
107
 
108
108
  /**
@@ -39,10 +39,10 @@ export interface Reputation {
39
39
  ip: string;
40
40
  /**
41
41
  *
42
- * @type {{ [key: string]: any; }}
42
+ * @type {any}
43
43
  * @memberof Reputation
44
44
  */
45
- ipGeoData?: { [key: string]: any; };
45
+ ipGeoData?: any | null;
46
46
  /**
47
47
  *
48
48
  * @type {number}
@@ -105,10 +105,10 @@ export interface Tenant {
105
105
  webCertificate?: string | null;
106
106
  /**
107
107
  *
108
- * @type {{ [key: string]: any; }}
108
+ * @type {any}
109
109
  * @memberof Tenant
110
110
  */
111
- attributes?: { [key: string]: any; };
111
+ attributes?: any | null;
112
112
  }
113
113
 
114
114
  /**
@@ -99,10 +99,10 @@ export interface TenantRequest {
99
99
  webCertificate?: string | null;
100
100
  /**
101
101
  *
102
- * @type {{ [key: string]: any; }}
102
+ * @type {any}
103
103
  * @memberof TenantRequest
104
104
  */
105
- attributes?: { [key: string]: any; };
105
+ attributes?: any | null;
106
106
  }
107
107
 
108
108
  /**
@@ -71,6 +71,7 @@ export * from './ConsentStage';
71
71
  export * from './ConsentStageModeEnum';
72
72
  export * from './ConsentStageRequest';
73
73
  export * from './ContextualFlowInfo';
74
+ export * from './ContextualFlowInfoLayoutEnum';
74
75
  export * from './Coordinate';
75
76
  export * from './CurrentTenant';
76
77
  export * from './DeniedActionEnum';
@@ -120,6 +121,7 @@ export * from './FlowErrorChallenge';
120
121
  export * from './FlowImportResult';
121
122
  export * from './FlowInspection';
122
123
  export * from './FlowInspectorPlan';
124
+ export * from './FlowLayoutEnum';
123
125
  export * from './FlowRequest';
124
126
  export * from './FlowSet';
125
127
  export * from './FlowSetRequest';
@@ -155,7 +157,6 @@ export * from './LDAPProviderRequest';
155
157
  export * from './LDAPSource';
156
158
  export * from './LDAPSourceRequest';
157
159
  export * from './LDAPSyncStatus';
158
- export * from './LayoutEnum';
159
160
  export * from './License';
160
161
  export * from './LicenseForecast';
161
162
  export * from './LicenseRequest';