@goauthentik/api 2024.4.2-1716209237 → 2024.4.2-1716485711

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 (58) hide show
  1. package/dist/apis/OutpostsApi.d.ts +2 -2
  2. package/dist/apis/OutpostsApi.js +2 -2
  3. package/dist/apis/PoliciesApi.d.ts +2 -2
  4. package/dist/apis/PoliciesApi.js +2 -2
  5. package/dist/apis/PropertymappingsApi.d.ts +2 -2
  6. package/dist/apis/PropertymappingsApi.js +2 -2
  7. package/dist/apis/ProvidersApi.d.ts +2 -2
  8. package/dist/apis/ProvidersApi.js +2 -2
  9. package/dist/apis/SourcesApi.d.ts +2 -2
  10. package/dist/apis/SourcesApi.js +2 -2
  11. package/dist/apis/StagesApi.d.ts +2 -2
  12. package/dist/apis/StagesApi.js +2 -2
  13. package/dist/esm/apis/OutpostsApi.d.ts +2 -2
  14. package/dist/esm/apis/OutpostsApi.js +2 -2
  15. package/dist/esm/apis/PoliciesApi.d.ts +2 -2
  16. package/dist/esm/apis/PoliciesApi.js +2 -2
  17. package/dist/esm/apis/PropertymappingsApi.d.ts +2 -2
  18. package/dist/esm/apis/PropertymappingsApi.js +2 -2
  19. package/dist/esm/apis/ProvidersApi.d.ts +2 -2
  20. package/dist/esm/apis/ProvidersApi.js +2 -2
  21. package/dist/esm/apis/SourcesApi.d.ts +2 -2
  22. package/dist/esm/apis/SourcesApi.js +2 -2
  23. package/dist/esm/apis/StagesApi.d.ts +2 -2
  24. package/dist/esm/apis/StagesApi.js +2 -2
  25. package/dist/esm/models/LDAPSource.d.ts +2 -3
  26. package/dist/esm/models/OAuthSource.d.ts +1 -2
  27. package/dist/esm/models/OutpostHealth.d.ts +24 -0
  28. package/dist/esm/models/OutpostHealth.js +8 -0
  29. package/dist/esm/models/PlexSource.d.ts +2 -3
  30. package/dist/esm/models/SAMLSource.d.ts +2 -3
  31. package/dist/esm/models/SystemInfoRuntime.d.ts +17 -5
  32. package/dist/esm/models/SystemInfoRuntime.js +9 -3
  33. package/dist/esm/models/TypeCreate.d.ts +6 -0
  34. package/dist/esm/models/TypeCreate.js +2 -0
  35. package/dist/models/LDAPSource.d.ts +2 -3
  36. package/dist/models/OAuthSource.d.ts +1 -2
  37. package/dist/models/OutpostHealth.d.ts +24 -0
  38. package/dist/models/OutpostHealth.js +8 -0
  39. package/dist/models/PlexSource.d.ts +2 -3
  40. package/dist/models/SAMLSource.d.ts +2 -3
  41. package/dist/models/SystemInfoRuntime.d.ts +17 -5
  42. package/dist/models/SystemInfoRuntime.js +9 -3
  43. package/dist/models/TypeCreate.d.ts +6 -0
  44. package/dist/models/TypeCreate.js +2 -0
  45. package/package.json +1 -1
  46. package/src/apis/OutpostsApi.ts +2 -2
  47. package/src/apis/PoliciesApi.ts +2 -2
  48. package/src/apis/PropertymappingsApi.ts +2 -2
  49. package/src/apis/ProvidersApi.ts +2 -2
  50. package/src/apis/SourcesApi.ts +2 -2
  51. package/src/apis/StagesApi.ts +2 -2
  52. package/src/models/LDAPSource.ts +2 -3
  53. package/src/models/OAuthSource.ts +1 -2
  54. package/src/models/OutpostHealth.ts +32 -0
  55. package/src/models/PlexSource.ts +2 -3
  56. package/src/models/SAMLSource.ts +2 -3
  57. package/src/models/SystemInfoRuntime.ts +26 -8
  58. package/src/models/TypeCreate.ts +8 -0
@@ -323,11 +323,11 @@ export declare class OutpostsApi extends runtime.BaseAPI {
323
323
  */
324
324
  outpostsServiceConnectionsAllStateRetrieve(requestParameters: OutpostsServiceConnectionsAllStateRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ServiceConnectionState>;
325
325
  /**
326
- * Get all creatable service connection types
326
+ * Get all creatable types
327
327
  */
328
328
  outpostsServiceConnectionsAllTypesListRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<TypeCreate>>>;
329
329
  /**
330
- * Get all creatable service connection types
330
+ * Get all creatable types
331
331
  */
332
332
  outpostsServiceConnectionsAllTypesList(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<TypeCreate>>;
333
333
  /**
@@ -810,7 +810,7 @@ class OutpostsApi extends runtime.BaseAPI {
810
810
  });
811
811
  }
812
812
  /**
813
- * Get all creatable service connection types
813
+ * Get all creatable types
814
814
  */
815
815
  outpostsServiceConnectionsAllTypesListRaw(initOverrides) {
816
816
  return __awaiter(this, void 0, void 0, function* () {
@@ -833,7 +833,7 @@ class OutpostsApi extends runtime.BaseAPI {
833
833
  });
834
834
  }
835
835
  /**
836
- * Get all creatable service connection types
836
+ * Get all creatable types
837
837
  */
838
838
  outpostsServiceConnectionsAllTypesList(initOverrides) {
839
839
  return __awaiter(this, void 0, void 0, function* () {
@@ -348,11 +348,11 @@ export declare class PoliciesApi extends runtime.BaseAPI {
348
348
  */
349
349
  policiesAllTestCreate(requestParameters: PoliciesAllTestCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PolicyTestResult>;
350
350
  /**
351
- * Get all creatable policy types
351
+ * Get all creatable types
352
352
  */
353
353
  policiesAllTypesListRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<TypeCreate>>>;
354
354
  /**
355
- * Get all creatable policy types
355
+ * Get all creatable types
356
356
  */
357
357
  policiesAllTypesList(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<TypeCreate>>;
358
358
  /**
@@ -252,7 +252,7 @@ class PoliciesApi extends runtime.BaseAPI {
252
252
  });
253
253
  }
254
254
  /**
255
- * Get all creatable policy types
255
+ * Get all creatable types
256
256
  */
257
257
  policiesAllTypesListRaw(initOverrides) {
258
258
  return __awaiter(this, void 0, void 0, function* () {
@@ -275,7 +275,7 @@ class PoliciesApi extends runtime.BaseAPI {
275
275
  });
276
276
  }
277
277
  /**
278
- * Get all creatable policy types
278
+ * Get all creatable types
279
279
  */
280
280
  policiesAllTypesList(initOverrides) {
281
281
  return __awaiter(this, void 0, void 0, function* () {
@@ -306,11 +306,11 @@ export declare class PropertymappingsApi extends runtime.BaseAPI {
306
306
  */
307
307
  propertymappingsAllTestCreate(requestParameters: PropertymappingsAllTestCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PropertyMappingTestResult>;
308
308
  /**
309
- * Get all creatable property-mapping types
309
+ * Get all creatable types
310
310
  */
311
311
  propertymappingsAllTypesListRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<TypeCreate>>>;
312
312
  /**
313
- * Get all creatable property-mapping types
313
+ * Get all creatable types
314
314
  */
315
315
  propertymappingsAllTypesList(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<TypeCreate>>;
316
316
  /**
@@ -189,7 +189,7 @@ class PropertymappingsApi extends runtime.BaseAPI {
189
189
  });
190
190
  }
191
191
  /**
192
- * Get all creatable property-mapping types
192
+ * Get all creatable types
193
193
  */
194
194
  propertymappingsAllTypesListRaw(initOverrides) {
195
195
  return __awaiter(this, void 0, void 0, function* () {
@@ -212,7 +212,7 @@ class PropertymappingsApi extends runtime.BaseAPI {
212
212
  });
213
213
  }
214
214
  /**
215
- * Get all creatable property-mapping types
215
+ * Get all creatable types
216
216
  */
217
217
  propertymappingsAllTypesList(initOverrides) {
218
218
  return __awaiter(this, void 0, void 0, function* () {
@@ -514,11 +514,11 @@ export declare class ProvidersApi extends runtime.BaseAPI {
514
514
  */
515
515
  providersAllRetrieve(requestParameters: ProvidersAllRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Provider>;
516
516
  /**
517
- * Get all creatable provider types
517
+ * Get all creatable types
518
518
  */
519
519
  providersAllTypesListRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<TypeCreate>>>;
520
520
  /**
521
- * Get all creatable provider types
521
+ * Get all creatable types
522
522
  */
523
523
  providersAllTypesList(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<TypeCreate>>;
524
524
  /**
@@ -149,7 +149,7 @@ class ProvidersApi extends runtime.BaseAPI {
149
149
  });
150
150
  }
151
151
  /**
152
- * Get all creatable provider types
152
+ * Get all creatable types
153
153
  */
154
154
  providersAllTypesListRaw(initOverrides) {
155
155
  return __awaiter(this, void 0, void 0, function* () {
@@ -172,7 +172,7 @@ class ProvidersApi extends runtime.BaseAPI {
172
172
  });
173
173
  }
174
174
  /**
175
- * Get all creatable provider types
175
+ * Get all creatable types
176
176
  */
177
177
  providersAllTypesList(initOverrides) {
178
178
  return __awaiter(this, void 0, void 0, function* () {
@@ -463,11 +463,11 @@ export declare class SourcesApi extends runtime.BaseAPI {
463
463
  */
464
464
  sourcesAllSetIconUrlCreate(requestParameters: SourcesAllSetIconUrlCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
465
465
  /**
466
- * Get all creatable source types
466
+ * Get all creatable types
467
467
  */
468
468
  sourcesAllTypesListRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<TypeCreate>>>;
469
469
  /**
470
- * Get all creatable source types
470
+ * Get all creatable types
471
471
  */
472
472
  sourcesAllTypesList(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<TypeCreate>>;
473
473
  /**
@@ -247,7 +247,7 @@ class SourcesApi extends runtime.BaseAPI {
247
247
  });
248
248
  }
249
249
  /**
250
- * Get all creatable source types
250
+ * Get all creatable types
251
251
  */
252
252
  sourcesAllTypesListRaw(initOverrides) {
253
253
  return __awaiter(this, void 0, void 0, function* () {
@@ -270,7 +270,7 @@ class SourcesApi extends runtime.BaseAPI {
270
270
  });
271
271
  }
272
272
  /**
273
- * Get all creatable source types
273
+ * Get all creatable types
274
274
  */
275
275
  sourcesAllTypesList(initOverrides) {
276
276
  return __awaiter(this, void 0, void 0, function* () {
@@ -766,11 +766,11 @@ export declare class StagesApi extends runtime.BaseAPI {
766
766
  */
767
767
  stagesAllRetrieve(requestParameters: StagesAllRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Stage>;
768
768
  /**
769
- * Get all creatable stage types
769
+ * Get all creatable types
770
770
  */
771
771
  stagesAllTypesListRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<TypeCreate>>>;
772
772
  /**
773
- * Get all creatable stage types
773
+ * Get all creatable types
774
774
  */
775
775
  stagesAllTypesList(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<TypeCreate>>;
776
776
  /**
@@ -146,7 +146,7 @@ class StagesApi extends runtime.BaseAPI {
146
146
  });
147
147
  }
148
148
  /**
149
- * Get all creatable stage types
149
+ * Get all creatable types
150
150
  */
151
151
  stagesAllTypesListRaw(initOverrides) {
152
152
  return __awaiter(this, void 0, void 0, function* () {
@@ -169,7 +169,7 @@ class StagesApi extends runtime.BaseAPI {
169
169
  });
170
170
  }
171
171
  /**
172
- * Get all creatable stage types
172
+ * Get all creatable types
173
173
  */
174
174
  stagesAllTypesList(initOverrides) {
175
175
  return __awaiter(this, void 0, void 0, function* () {
@@ -323,11 +323,11 @@ export declare class OutpostsApi extends runtime.BaseAPI {
323
323
  */
324
324
  outpostsServiceConnectionsAllStateRetrieve(requestParameters: OutpostsServiceConnectionsAllStateRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ServiceConnectionState>;
325
325
  /**
326
- * Get all creatable service connection types
326
+ * Get all creatable types
327
327
  */
328
328
  outpostsServiceConnectionsAllTypesListRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<TypeCreate>>>;
329
329
  /**
330
- * Get all creatable service connection types
330
+ * Get all creatable types
331
331
  */
332
332
  outpostsServiceConnectionsAllTypesList(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<TypeCreate>>;
333
333
  /**
@@ -807,7 +807,7 @@ export class OutpostsApi extends runtime.BaseAPI {
807
807
  });
808
808
  }
809
809
  /**
810
- * Get all creatable service connection types
810
+ * Get all creatable types
811
811
  */
812
812
  outpostsServiceConnectionsAllTypesListRaw(initOverrides) {
813
813
  return __awaiter(this, void 0, void 0, function* () {
@@ -830,7 +830,7 @@ export class OutpostsApi extends runtime.BaseAPI {
830
830
  });
831
831
  }
832
832
  /**
833
- * Get all creatable service connection types
833
+ * Get all creatable types
834
834
  */
835
835
  outpostsServiceConnectionsAllTypesList(initOverrides) {
836
836
  return __awaiter(this, void 0, void 0, function* () {
@@ -348,11 +348,11 @@ export declare class PoliciesApi extends runtime.BaseAPI {
348
348
  */
349
349
  policiesAllTestCreate(requestParameters: PoliciesAllTestCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PolicyTestResult>;
350
350
  /**
351
- * Get all creatable policy types
351
+ * Get all creatable types
352
352
  */
353
353
  policiesAllTypesListRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<TypeCreate>>>;
354
354
  /**
355
- * Get all creatable policy types
355
+ * Get all creatable types
356
356
  */
357
357
  policiesAllTypesList(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<TypeCreate>>;
358
358
  /**
@@ -249,7 +249,7 @@ export class PoliciesApi extends runtime.BaseAPI {
249
249
  });
250
250
  }
251
251
  /**
252
- * Get all creatable policy types
252
+ * Get all creatable types
253
253
  */
254
254
  policiesAllTypesListRaw(initOverrides) {
255
255
  return __awaiter(this, void 0, void 0, function* () {
@@ -272,7 +272,7 @@ export class PoliciesApi extends runtime.BaseAPI {
272
272
  });
273
273
  }
274
274
  /**
275
- * Get all creatable policy types
275
+ * Get all creatable types
276
276
  */
277
277
  policiesAllTypesList(initOverrides) {
278
278
  return __awaiter(this, void 0, void 0, function* () {
@@ -306,11 +306,11 @@ export declare class PropertymappingsApi extends runtime.BaseAPI {
306
306
  */
307
307
  propertymappingsAllTestCreate(requestParameters: PropertymappingsAllTestCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PropertyMappingTestResult>;
308
308
  /**
309
- * Get all creatable property-mapping types
309
+ * Get all creatable types
310
310
  */
311
311
  propertymappingsAllTypesListRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<TypeCreate>>>;
312
312
  /**
313
- * Get all creatable property-mapping types
313
+ * Get all creatable types
314
314
  */
315
315
  propertymappingsAllTypesList(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<TypeCreate>>;
316
316
  /**
@@ -186,7 +186,7 @@ export class PropertymappingsApi extends runtime.BaseAPI {
186
186
  });
187
187
  }
188
188
  /**
189
- * Get all creatable property-mapping types
189
+ * Get all creatable types
190
190
  */
191
191
  propertymappingsAllTypesListRaw(initOverrides) {
192
192
  return __awaiter(this, void 0, void 0, function* () {
@@ -209,7 +209,7 @@ export class PropertymappingsApi extends runtime.BaseAPI {
209
209
  });
210
210
  }
211
211
  /**
212
- * Get all creatable property-mapping types
212
+ * Get all creatable types
213
213
  */
214
214
  propertymappingsAllTypesList(initOverrides) {
215
215
  return __awaiter(this, void 0, void 0, function* () {
@@ -514,11 +514,11 @@ export declare class ProvidersApi extends runtime.BaseAPI {
514
514
  */
515
515
  providersAllRetrieve(requestParameters: ProvidersAllRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Provider>;
516
516
  /**
517
- * Get all creatable provider types
517
+ * Get all creatable types
518
518
  */
519
519
  providersAllTypesListRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<TypeCreate>>>;
520
520
  /**
521
- * Get all creatable provider types
521
+ * Get all creatable types
522
522
  */
523
523
  providersAllTypesList(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<TypeCreate>>;
524
524
  /**
@@ -146,7 +146,7 @@ export class ProvidersApi extends runtime.BaseAPI {
146
146
  });
147
147
  }
148
148
  /**
149
- * Get all creatable provider types
149
+ * Get all creatable types
150
150
  */
151
151
  providersAllTypesListRaw(initOverrides) {
152
152
  return __awaiter(this, void 0, void 0, function* () {
@@ -169,7 +169,7 @@ export class ProvidersApi extends runtime.BaseAPI {
169
169
  });
170
170
  }
171
171
  /**
172
- * Get all creatable provider types
172
+ * Get all creatable types
173
173
  */
174
174
  providersAllTypesList(initOverrides) {
175
175
  return __awaiter(this, void 0, void 0, function* () {
@@ -463,11 +463,11 @@ export declare class SourcesApi extends runtime.BaseAPI {
463
463
  */
464
464
  sourcesAllSetIconUrlCreate(requestParameters: SourcesAllSetIconUrlCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
465
465
  /**
466
- * Get all creatable source types
466
+ * Get all creatable types
467
467
  */
468
468
  sourcesAllTypesListRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<TypeCreate>>>;
469
469
  /**
470
- * Get all creatable source types
470
+ * Get all creatable types
471
471
  */
472
472
  sourcesAllTypesList(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<TypeCreate>>;
473
473
  /**
@@ -244,7 +244,7 @@ export class SourcesApi extends runtime.BaseAPI {
244
244
  });
245
245
  }
246
246
  /**
247
- * Get all creatable source types
247
+ * Get all creatable types
248
248
  */
249
249
  sourcesAllTypesListRaw(initOverrides) {
250
250
  return __awaiter(this, void 0, void 0, function* () {
@@ -267,7 +267,7 @@ export class SourcesApi extends runtime.BaseAPI {
267
267
  });
268
268
  }
269
269
  /**
270
- * Get all creatable source types
270
+ * Get all creatable types
271
271
  */
272
272
  sourcesAllTypesList(initOverrides) {
273
273
  return __awaiter(this, void 0, void 0, function* () {
@@ -766,11 +766,11 @@ export declare class StagesApi extends runtime.BaseAPI {
766
766
  */
767
767
  stagesAllRetrieve(requestParameters: StagesAllRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Stage>;
768
768
  /**
769
- * Get all creatable stage types
769
+ * Get all creatable types
770
770
  */
771
771
  stagesAllTypesListRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<TypeCreate>>>;
772
772
  /**
773
- * Get all creatable stage types
773
+ * Get all creatable types
774
774
  */
775
775
  stagesAllTypesList(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<TypeCreate>>;
776
776
  /**
@@ -143,7 +143,7 @@ export class StagesApi extends runtime.BaseAPI {
143
143
  });
144
144
  }
145
145
  /**
146
- * Get all creatable stage types
146
+ * Get all creatable types
147
147
  */
148
148
  stagesAllTypesListRaw(initOverrides) {
149
149
  return __awaiter(this, void 0, void 0, function* () {
@@ -166,7 +166,7 @@ export class StagesApi extends runtime.BaseAPI {
166
166
  });
167
167
  }
168
168
  /**
169
- * Get all creatable stage types
169
+ * Get all creatable types
170
170
  */
171
171
  stagesAllTypesList(initOverrides) {
172
172
  return __awaiter(this, void 0, void 0, function* () {
@@ -102,12 +102,11 @@ export interface LDAPSource {
102
102
  */
103
103
  userPathTemplate?: string;
104
104
  /**
105
- * Get the URL to the Icon. If the name is /static or
106
- * starts with http it is returned as-is
105
+ *
107
106
  * @type {string}
108
107
  * @memberof LDAPSource
109
108
  */
110
- readonly icon: string | null;
109
+ readonly icon: string;
111
110
  /**
112
111
  *
113
112
  * @type {string}
@@ -104,8 +104,7 @@ export interface OAuthSource {
104
104
  */
105
105
  userPathTemplate?: string;
106
106
  /**
107
- * Get the URL to the Icon. If the name is /static or
108
- * starts with http it is returned as-is
107
+ *
109
108
  * @type {string}
110
109
  * @memberof OAuthSource
111
110
  */
@@ -33,6 +33,30 @@ export interface OutpostHealth {
33
33
  * @memberof OutpostHealth
34
34
  */
35
35
  readonly version: string;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof OutpostHealth
40
+ */
41
+ readonly golangVersion: string;
42
+ /**
43
+ *
44
+ * @type {boolean}
45
+ * @memberof OutpostHealth
46
+ */
47
+ readonly opensslEnabled: boolean;
48
+ /**
49
+ *
50
+ * @type {string}
51
+ * @memberof OutpostHealth
52
+ */
53
+ readonly opensslVersion: string;
54
+ /**
55
+ *
56
+ * @type {boolean}
57
+ * @memberof OutpostHealth
58
+ */
59
+ readonly fipsEnabled: boolean;
36
60
  /**
37
61
  *
38
62
  * @type {string}
@@ -19,6 +19,10 @@ export function instanceOfOutpostHealth(value) {
19
19
  isInstance = isInstance && "uid" in value;
20
20
  isInstance = isInstance && "lastSeen" in value;
21
21
  isInstance = isInstance && "version" in value;
22
+ isInstance = isInstance && "golangVersion" in value;
23
+ isInstance = isInstance && "opensslEnabled" in value;
24
+ isInstance = isInstance && "opensslVersion" in value;
25
+ isInstance = isInstance && "fipsEnabled" in value;
22
26
  isInstance = isInstance && "versionShould" in value;
23
27
  isInstance = isInstance && "versionOutdated" in value;
24
28
  isInstance = isInstance && "buildHash" in value;
@@ -37,6 +41,10 @@ export function OutpostHealthFromJSONTyped(json, ignoreDiscriminator) {
37
41
  'uid': json['uid'],
38
42
  'lastSeen': (new Date(json['last_seen'])),
39
43
  'version': json['version'],
44
+ 'golangVersion': json['golang_version'],
45
+ 'opensslEnabled': json['openssl_enabled'],
46
+ 'opensslVersion': json['openssl_version'],
47
+ 'fipsEnabled': json['fips_enabled'],
40
48
  'versionShould': json['version_should'],
41
49
  'versionOutdated': json['version_outdated'],
42
50
  'buildHash': json['build_hash'],
@@ -102,12 +102,11 @@ export interface PlexSource {
102
102
  */
103
103
  userPathTemplate?: string;
104
104
  /**
105
- * Get the URL to the Icon. If the name is /static or
106
- * starts with http it is returned as-is
105
+ *
107
106
  * @type {string}
108
107
  * @memberof PlexSource
109
108
  */
110
- readonly icon: string | null;
109
+ readonly icon: string;
111
110
  /**
112
111
  * Client identifier used to talk to Plex.
113
112
  * @type {string}
@@ -106,12 +106,11 @@ export interface SAMLSource {
106
106
  */
107
107
  userPathTemplate?: string;
108
108
  /**
109
- * Get the URL to the Icon. If the name is /static or
110
- * starts with http it is returned as-is
109
+ *
111
110
  * @type {string}
112
111
  * @memberof SAMLSource
113
112
  */
114
- readonly icon: string | null;
113
+ readonly icon: string;
115
114
  /**
116
115
  * Flow used before authentication.
117
116
  * @type {string}
@@ -26,31 +26,43 @@ export interface SystemInfoRuntime {
26
26
  * @type {string}
27
27
  * @memberof SystemInfoRuntime
28
28
  */
29
- gunicornVersion: string;
29
+ environment: string;
30
30
  /**
31
31
  *
32
32
  * @type {string}
33
33
  * @memberof SystemInfoRuntime
34
34
  */
35
- environment: string;
35
+ architecture: string;
36
36
  /**
37
37
  *
38
38
  * @type {string}
39
39
  * @memberof SystemInfoRuntime
40
40
  */
41
- architecture: string;
41
+ platform: string;
42
42
  /**
43
43
  *
44
44
  * @type {string}
45
45
  * @memberof SystemInfoRuntime
46
46
  */
47
- platform: string;
47
+ uname: string;
48
48
  /**
49
49
  *
50
50
  * @type {string}
51
51
  * @memberof SystemInfoRuntime
52
52
  */
53
- uname: string;
53
+ opensslVersion: string;
54
+ /**
55
+ *
56
+ * @type {boolean}
57
+ * @memberof SystemInfoRuntime
58
+ */
59
+ opensslFipsMode: boolean;
60
+ /**
61
+ *
62
+ * @type {string}
63
+ * @memberof SystemInfoRuntime
64
+ */
65
+ authentikVersion: string;
54
66
  }
55
67
  /**
56
68
  * Check if a given object implements the SystemInfoRuntime interface.
@@ -17,11 +17,13 @@
17
17
  export function instanceOfSystemInfoRuntime(value) {
18
18
  let isInstance = true;
19
19
  isInstance = isInstance && "pythonVersion" in value;
20
- isInstance = isInstance && "gunicornVersion" in value;
21
20
  isInstance = isInstance && "environment" in value;
22
21
  isInstance = isInstance && "architecture" in value;
23
22
  isInstance = isInstance && "platform" in value;
24
23
  isInstance = isInstance && "uname" in value;
24
+ isInstance = isInstance && "opensslVersion" in value;
25
+ isInstance = isInstance && "opensslFipsMode" in value;
26
+ isInstance = isInstance && "authentikVersion" in value;
25
27
  return isInstance;
26
28
  }
27
29
  export function SystemInfoRuntimeFromJSON(json) {
@@ -33,11 +35,13 @@ export function SystemInfoRuntimeFromJSONTyped(json, ignoreDiscriminator) {
33
35
  }
34
36
  return {
35
37
  'pythonVersion': json['python_version'],
36
- 'gunicornVersion': json['gunicorn_version'],
37
38
  'environment': json['environment'],
38
39
  'architecture': json['architecture'],
39
40
  'platform': json['platform'],
40
41
  'uname': json['uname'],
42
+ 'opensslVersion': json['openssl_version'],
43
+ 'opensslFipsMode': json['openssl_fips_mode'],
44
+ 'authentikVersion': json['authentik_version'],
41
45
  };
42
46
  }
43
47
  export function SystemInfoRuntimeToJSON(value) {
@@ -49,10 +53,12 @@ export function SystemInfoRuntimeToJSON(value) {
49
53
  }
50
54
  return {
51
55
  'python_version': value.pythonVersion,
52
- 'gunicorn_version': value.gunicornVersion,
53
56
  'environment': value.environment,
54
57
  'architecture': value.architecture,
55
58
  'platform': value.platform,
56
59
  'uname': value.uname,
60
+ 'openssl_version': value.opensslVersion,
61
+ 'openssl_fips_mode': value.opensslFipsMode,
62
+ 'authentik_version': value.authentikVersion,
57
63
  };
58
64
  }
@@ -39,6 +39,12 @@ export interface TypeCreate {
39
39
  * @memberof TypeCreate
40
40
  */
41
41
  modelName: string;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof TypeCreate
46
+ */
47
+ iconUrl?: string;
42
48
  /**
43
49
  *
44
50
  * @type {boolean}
@@ -35,6 +35,7 @@ export function TypeCreateFromJSONTyped(json, ignoreDiscriminator) {
35
35
  'description': json['description'],
36
36
  'component': json['component'],
37
37
  'modelName': json['model_name'],
38
+ 'iconUrl': !exists(json, 'icon_url') ? undefined : json['icon_url'],
38
39
  'requiresEnterprise': !exists(json, 'requires_enterprise') ? undefined : json['requires_enterprise'],
39
40
  };
40
41
  }
@@ -50,6 +51,7 @@ export function TypeCreateToJSON(value) {
50
51
  'description': value.description,
51
52
  'component': value.component,
52
53
  'model_name': value.modelName,
54
+ 'icon_url': value.iconUrl,
53
55
  'requires_enterprise': value.requiresEnterprise,
54
56
  };
55
57
  }