@goauthentik/api 2026.2.0-rc1-1765908665 → 2026.2.0-rc1-1766432129

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 (43) hide show
  1. package/.openapi-generator/FILES +0 -1
  2. package/dist/apis/StagesApi.d.ts.map +1 -1
  3. package/dist/apis/StagesApi.js +0 -7
  4. package/dist/apis/StagesApi.js.map +1 -1
  5. package/dist/esm/apis/StagesApi.d.ts.map +1 -1
  6. package/dist/esm/apis/StagesApi.js +0 -7
  7. package/dist/esm/apis/StagesApi.js.map +1 -1
  8. package/dist/esm/models/ContentType.d.ts +7 -1
  9. package/dist/esm/models/ContentType.d.ts.map +1 -1
  10. package/dist/esm/models/ContentType.js +3 -0
  11. package/dist/esm/models/ContentType.js.map +1 -1
  12. package/dist/esm/models/DataExport.d.ts +3 -3
  13. package/dist/esm/models/DataExport.js +2 -2
  14. package/dist/esm/models/index.d.ts +0 -1
  15. package/dist/esm/models/index.d.ts.map +1 -1
  16. package/dist/esm/models/index.js +0 -1
  17. package/dist/esm/models/index.js.map +1 -1
  18. package/dist/models/ContentType.d.ts +7 -1
  19. package/dist/models/ContentType.d.ts.map +1 -1
  20. package/dist/models/ContentType.js +3 -0
  21. package/dist/models/ContentType.js.map +1 -1
  22. package/dist/models/DataExport.d.ts +3 -3
  23. package/dist/models/DataExport.js +2 -2
  24. package/dist/models/index.d.ts +0 -1
  25. package/dist/models/index.d.ts.map +1 -1
  26. package/dist/models/index.js +0 -1
  27. package/dist/models/index.js.map +1 -1
  28. package/dist/tsconfig.esm.tsbuildinfo +1 -1
  29. package/package.json +1 -1
  30. package/src/apis/StagesApi.ts +0 -8
  31. package/src/models/ContentType.ts +9 -1
  32. package/src/models/DataExport.ts +10 -10
  33. package/src/models/index.ts +0 -1
  34. package/tsconfig.tsbuildinfo +1 -1
  35. package/dist/esm/models/RequestedBy.d.ts +0 -39
  36. package/dist/esm/models/RequestedBy.d.ts.map +0 -1
  37. package/dist/esm/models/RequestedBy.js +0 -54
  38. package/dist/esm/models/RequestedBy.js.map +0 -1
  39. package/dist/models/RequestedBy.d.ts +0 -39
  40. package/dist/models/RequestedBy.d.ts.map +0 -1
  41. package/dist/models/RequestedBy.js +0 -54
  42. package/dist/models/RequestedBy.js.map +0 -1
  43. package/src/models/RequestedBy.ts +0 -74
@@ -1,39 +0,0 @@
1
- /**
2
- * authentik
3
- * Making authentication simple.
4
- *
5
- * The version of the OpenAPI document: 2026.2.0-rc1
6
- * Contact: hello@goauthentik.io
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- *
14
- * @export
15
- * @interface RequestedBy
16
- */
17
- export interface RequestedBy {
18
- /**
19
- *
20
- * @type {number}
21
- * @memberof RequestedBy
22
- */
23
- readonly pk: number;
24
- /**
25
- * Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
26
- * @type {string}
27
- * @memberof RequestedBy
28
- */
29
- username: string;
30
- }
31
- /**
32
- * Check if a given object implements the RequestedBy interface.
33
- */
34
- export declare function instanceOfRequestedBy(value: object): value is RequestedBy;
35
- export declare function RequestedByFromJSON(json: any): RequestedBy;
36
- export declare function RequestedByFromJSONTyped(json: any, ignoreDiscriminator: boolean): RequestedBy;
37
- export declare function RequestedByToJSON(json: any): RequestedBy;
38
- export declare function RequestedByToJSONTyped(value?: Omit<RequestedBy, 'pk'> | null, ignoreDiscriminator?: boolean): any;
39
- //# sourceMappingURL=RequestedBy.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RequestedBy.d.ts","sourceRoot":"","sources":["../../../src/models/RequestedBy.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,WAAW;IACxB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;CACpB;AAED;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,WAAW,CAIzE;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,GAAG,GAAG,WAAW,CAE1D;AAED,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,WAAW,CAS7F;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,GAAG,GAAG,WAAW,CAExD;AAED,wBAAgB,sBAAsB,CAAC,KAAK,CAAC,EAAE,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASxH"}
@@ -1,54 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * authentik
6
- * Making authentication simple.
7
- *
8
- * The version of the OpenAPI document: 2026.2.0-rc1
9
- * Contact: hello@goauthentik.io
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.instanceOfRequestedBy = instanceOfRequestedBy;
17
- exports.RequestedByFromJSON = RequestedByFromJSON;
18
- exports.RequestedByFromJSONTyped = RequestedByFromJSONTyped;
19
- exports.RequestedByToJSON = RequestedByToJSON;
20
- exports.RequestedByToJSONTyped = RequestedByToJSONTyped;
21
- /**
22
- * Check if a given object implements the RequestedBy interface.
23
- */
24
- function instanceOfRequestedBy(value) {
25
- if (!('pk' in value) || value['pk'] === undefined)
26
- return false;
27
- if (!('username' in value) || value['username'] === undefined)
28
- return false;
29
- return true;
30
- }
31
- function RequestedByFromJSON(json) {
32
- return RequestedByFromJSONTyped(json, false);
33
- }
34
- function RequestedByFromJSONTyped(json, ignoreDiscriminator) {
35
- if (json == null) {
36
- return json;
37
- }
38
- return {
39
- 'pk': json['pk'],
40
- 'username': json['username'],
41
- };
42
- }
43
- function RequestedByToJSON(json) {
44
- return RequestedByToJSONTyped(json, false);
45
- }
46
- function RequestedByToJSONTyped(value, ignoreDiscriminator = false) {
47
- if (value == null) {
48
- return value;
49
- }
50
- return {
51
- 'username': value['username'],
52
- };
53
- }
54
- //# sourceMappingURL=RequestedBy.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RequestedBy.js","sourceRoot":"","sources":["../../../src/models/RequestedBy.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,sDAIC;AAED,kDAEC;AAED,4DASC;AAED,8CAEC;AAED,wDASC;AArCD;;GAEG;AACH,SAAgB,qBAAqB,CAAC,KAAa;IAC/C,IAAI,CAAC,CAAC,IAAI,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,IAAI,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChE,IAAI,CAAC,CAAC,UAAU,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,UAAU,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAC5E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,mBAAmB,CAAC,IAAS;IACzC,OAAO,wBAAwB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACjD,CAAC;AAED,SAAgB,wBAAwB,CAAC,IAAS,EAAE,mBAA4B;IAC5E,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC;QAChB,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC;KAC/B,CAAC;AACN,CAAC;AAED,SAAgB,iBAAiB,CAAC,IAAS;IACvC,OAAO,sBAAsB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC/C,CAAC;AAED,SAAgB,sBAAsB,CAAC,KAAsC,EAAE,sBAA+B,KAAK;IAC/G,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;KAChC,CAAC;AACN,CAAC"}
@@ -1,39 +0,0 @@
1
- /**
2
- * authentik
3
- * Making authentication simple.
4
- *
5
- * The version of the OpenAPI document: 2026.2.0-rc1
6
- * Contact: hello@goauthentik.io
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- *
14
- * @export
15
- * @interface RequestedBy
16
- */
17
- export interface RequestedBy {
18
- /**
19
- *
20
- * @type {number}
21
- * @memberof RequestedBy
22
- */
23
- readonly pk: number;
24
- /**
25
- * Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
26
- * @type {string}
27
- * @memberof RequestedBy
28
- */
29
- username: string;
30
- }
31
- /**
32
- * Check if a given object implements the RequestedBy interface.
33
- */
34
- export declare function instanceOfRequestedBy(value: object): value is RequestedBy;
35
- export declare function RequestedByFromJSON(json: any): RequestedBy;
36
- export declare function RequestedByFromJSONTyped(json: any, ignoreDiscriminator: boolean): RequestedBy;
37
- export declare function RequestedByToJSON(json: any): RequestedBy;
38
- export declare function RequestedByToJSONTyped(value?: Omit<RequestedBy, 'pk'> | null, ignoreDiscriminator?: boolean): any;
39
- //# sourceMappingURL=RequestedBy.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RequestedBy.d.ts","sourceRoot":"","sources":["../../src/models/RequestedBy.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,WAAW;IACxB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;CACpB;AAED;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,WAAW,CAIzE;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,GAAG,GAAG,WAAW,CAE1D;AAED,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,WAAW,CAS7F;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,GAAG,GAAG,WAAW,CAExD;AAED,wBAAgB,sBAAsB,CAAC,KAAK,CAAC,EAAE,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASxH"}
@@ -1,54 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * authentik
6
- * Making authentication simple.
7
- *
8
- * The version of the OpenAPI document: 2026.2.0-rc1
9
- * Contact: hello@goauthentik.io
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.instanceOfRequestedBy = instanceOfRequestedBy;
17
- exports.RequestedByFromJSON = RequestedByFromJSON;
18
- exports.RequestedByFromJSONTyped = RequestedByFromJSONTyped;
19
- exports.RequestedByToJSON = RequestedByToJSON;
20
- exports.RequestedByToJSONTyped = RequestedByToJSONTyped;
21
- /**
22
- * Check if a given object implements the RequestedBy interface.
23
- */
24
- function instanceOfRequestedBy(value) {
25
- if (!('pk' in value) || value['pk'] === undefined)
26
- return false;
27
- if (!('username' in value) || value['username'] === undefined)
28
- return false;
29
- return true;
30
- }
31
- function RequestedByFromJSON(json) {
32
- return RequestedByFromJSONTyped(json, false);
33
- }
34
- function RequestedByFromJSONTyped(json, ignoreDiscriminator) {
35
- if (json == null) {
36
- return json;
37
- }
38
- return {
39
- 'pk': json['pk'],
40
- 'username': json['username'],
41
- };
42
- }
43
- function RequestedByToJSON(json) {
44
- return RequestedByToJSONTyped(json, false);
45
- }
46
- function RequestedByToJSONTyped(value, ignoreDiscriminator = false) {
47
- if (value == null) {
48
- return value;
49
- }
50
- return {
51
- 'username': value['username'],
52
- };
53
- }
54
- //# sourceMappingURL=RequestedBy.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RequestedBy.js","sourceRoot":"","sources":["../../src/models/RequestedBy.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,sDAIC;AAED,kDAEC;AAED,4DASC;AAED,8CAEC;AAED,wDASC;AArCD;;GAEG;AACH,SAAgB,qBAAqB,CAAC,KAAa;IAC/C,IAAI,CAAC,CAAC,IAAI,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,IAAI,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChE,IAAI,CAAC,CAAC,UAAU,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,UAAU,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAC5E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,mBAAmB,CAAC,IAAS;IACzC,OAAO,wBAAwB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACjD,CAAC;AAED,SAAgB,wBAAwB,CAAC,IAAS,EAAE,mBAA4B;IAC5E,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC;QAChB,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC;KAC/B,CAAC;AACN,CAAC;AAED,SAAgB,iBAAiB,CAAC,IAAS;IACvC,OAAO,sBAAsB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC/C,CAAC;AAED,SAAgB,sBAAsB,CAAC,KAAsC,EAAE,sBAA+B,KAAK;IAC/G,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;KAChC,CAAC;AACN,CAAC"}
@@ -1,74 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * authentik
5
- * Making authentication simple.
6
- *
7
- * The version of the OpenAPI document: 2026.2.0-rc1
8
- * Contact: hello@goauthentik.io
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
- import { mapValues } from '../runtime';
16
- /**
17
- *
18
- * @export
19
- * @interface RequestedBy
20
- */
21
- export interface RequestedBy {
22
- /**
23
- *
24
- * @type {number}
25
- * @memberof RequestedBy
26
- */
27
- readonly pk: number;
28
- /**
29
- * Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
30
- * @type {string}
31
- * @memberof RequestedBy
32
- */
33
- username: string;
34
- }
35
-
36
- /**
37
- * Check if a given object implements the RequestedBy interface.
38
- */
39
- export function instanceOfRequestedBy(value: object): value is RequestedBy {
40
- if (!('pk' in value) || value['pk'] === undefined) return false;
41
- if (!('username' in value) || value['username'] === undefined) return false;
42
- return true;
43
- }
44
-
45
- export function RequestedByFromJSON(json: any): RequestedBy {
46
- return RequestedByFromJSONTyped(json, false);
47
- }
48
-
49
- export function RequestedByFromJSONTyped(json: any, ignoreDiscriminator: boolean): RequestedBy {
50
- if (json == null) {
51
- return json;
52
- }
53
- return {
54
-
55
- 'pk': json['pk'],
56
- 'username': json['username'],
57
- };
58
- }
59
-
60
- export function RequestedByToJSON(json: any): RequestedBy {
61
- return RequestedByToJSONTyped(json, false);
62
- }
63
-
64
- export function RequestedByToJSONTyped(value?: Omit<RequestedBy, 'pk'> | null, ignoreDiscriminator: boolean = false): any {
65
- if (value == null) {
66
- return value;
67
- }
68
-
69
- return {
70
-
71
- 'username': value['username'],
72
- };
73
- }
74
-