@goauthentik/api 2025.12.0-rc1-1764086060 → 2025.12.0-rc1-1764266769
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.
- package/.openapi-generator/FILES +8 -3
- package/dist/apis/EndpointsApi.d.ts +102 -83
- package/dist/apis/EndpointsApi.d.ts.map +1 -1
- package/dist/apis/EndpointsApi.js +208 -158
- package/dist/apis/EndpointsApi.js.map +1 -1
- package/dist/esm/apis/EndpointsApi.d.ts +102 -83
- package/dist/esm/apis/EndpointsApi.d.ts.map +1 -1
- package/dist/esm/apis/EndpointsApi.js +208 -158
- package/dist/esm/apis/EndpointsApi.js.map +1 -1
- package/dist/esm/models/AgentAuthenticationResponse.d.ts +33 -0
- package/dist/esm/models/AgentAuthenticationResponse.d.ts.map +1 -0
- package/dist/esm/models/AgentAuthenticationResponse.js +51 -0
- package/dist/esm/models/AgentAuthenticationResponse.js.map +1 -0
- package/dist/esm/models/AgentConfig.d.ts +22 -7
- package/dist/esm/models/AgentConfig.d.ts.map +1 -1
- package/dist/esm/models/AgentConfig.js +13 -6
- package/dist/esm/models/AgentConfig.js.map +1 -1
- package/dist/esm/models/AgentConnector.d.ts +29 -23
- package/dist/esm/models/AgentConnector.d.ts.map +1 -1
- package/dist/esm/models/AgentConnector.js +15 -13
- package/dist/esm/models/AgentConnector.js.map +1 -1
- package/dist/esm/models/AgentConnectorRequest.d.ts +16 -10
- package/dist/esm/models/AgentConnectorRequest.d.ts.map +1 -1
- package/dist/esm/models/AgentConnectorRequest.js +8 -6
- package/dist/esm/models/AgentConnectorRequest.js.map +1 -1
- package/dist/esm/models/AgentTokenResponse.d.ts +39 -0
- package/dist/esm/models/AgentTokenResponse.d.ts.map +1 -0
- package/dist/esm/models/AgentTokenResponse.js +53 -0
- package/dist/esm/models/AgentTokenResponse.js.map +1 -0
- package/dist/esm/models/DeviceAccessGroup.d.ts +39 -0
- package/dist/esm/models/DeviceAccessGroup.d.ts.map +1 -0
- package/dist/esm/models/DeviceAccessGroup.js +54 -0
- package/dist/esm/models/DeviceAccessGroup.js.map +1 -0
- package/dist/esm/models/DeviceAccessGroupRequest.d.ts +33 -0
- package/dist/esm/models/DeviceAccessGroupRequest.d.ts.map +1 -0
- package/dist/esm/models/DeviceAccessGroupRequest.js +51 -0
- package/dist/esm/models/DeviceAccessGroupRequest.js.map +1 -0
- package/dist/esm/models/DeviceFacts.d.ts +14 -0
- package/dist/esm/models/DeviceFacts.d.ts.map +1 -1
- package/dist/esm/models/DeviceFacts.js +6 -0
- package/dist/esm/models/DeviceFacts.js.map +1 -1
- package/dist/esm/models/DeviceFactsRequest.d.ts +14 -0
- package/dist/esm/models/DeviceFactsRequest.d.ts.map +1 -1
- package/dist/esm/models/DeviceFactsRequest.js +6 -0
- package/dist/esm/models/DeviceFactsRequest.js.map +1 -1
- package/dist/esm/models/DeviceGroup.d.ts +3 -3
- package/dist/esm/models/DeviceGroup.d.ts.map +1 -1
- package/dist/esm/models/DeviceGroup.js +4 -5
- package/dist/esm/models/DeviceGroup.js.map +1 -1
- package/dist/esm/models/DeviceGroupRequest.d.ts +7 -1
- package/dist/esm/models/DeviceGroupRequest.d.ts.map +1 -1
- package/dist/esm/models/DeviceGroupRequest.js +4 -2
- package/dist/esm/models/DeviceGroupRequest.js.map +1 -1
- package/dist/esm/models/DeviceUser.d.ts +51 -0
- package/dist/esm/models/DeviceUser.d.ts.map +1 -0
- package/dist/esm/models/DeviceUser.js +57 -0
- package/dist/esm/models/DeviceUser.js.map +1 -0
- package/dist/esm/models/DeviceUserRequest.d.ts +51 -0
- package/dist/esm/models/DeviceUserRequest.d.ts.map +1 -0
- package/dist/esm/models/DeviceUserRequest.js +57 -0
- package/dist/esm/models/DeviceUserRequest.js.map +1 -0
- package/dist/esm/models/EndpointDevice.d.ts +4 -4
- package/dist/esm/models/EndpointDevice.d.ts.map +1 -1
- package/dist/esm/models/EndpointDevice.js +6 -6
- package/dist/esm/models/EndpointDevice.js.map +1 -1
- package/dist/esm/models/EndpointDeviceDetails.d.ts +4 -4
- package/dist/esm/models/EndpointDeviceDetails.d.ts.map +1 -1
- package/dist/esm/models/EndpointDeviceDetails.js +6 -6
- package/dist/esm/models/EndpointDeviceDetails.js.map +1 -1
- package/dist/esm/models/EndpointDeviceRequest.d.ts +4 -4
- package/dist/esm/models/EndpointDeviceRequest.d.ts.map +1 -1
- package/dist/esm/models/EndpointDeviceRequest.js +6 -6
- package/dist/esm/models/EndpointDeviceRequest.js.map +1 -1
- package/dist/esm/models/EnrollmentToken.d.ts +3 -3
- package/dist/esm/models/EnrollmentToken.d.ts.map +1 -1
- package/dist/esm/models/EnrollmentToken.js +2 -2
- package/dist/esm/models/EnrollmentToken.js.map +1 -1
- package/dist/esm/models/PaginatedDeviceAccessGroupList.d.ts +49 -0
- package/dist/esm/models/PaginatedDeviceAccessGroupList.d.ts.map +1 -0
- package/dist/esm/models/PaginatedDeviceAccessGroupList.js +61 -0
- package/dist/esm/models/PaginatedDeviceAccessGroupList.js.map +1 -0
- package/dist/esm/models/PatchedAgentConnectorRequest.d.ts +16 -10
- package/dist/esm/models/PatchedAgentConnectorRequest.d.ts.map +1 -1
- package/dist/esm/models/PatchedAgentConnectorRequest.js +8 -6
- package/dist/esm/models/PatchedAgentConnectorRequest.js.map +1 -1
- package/dist/esm/models/PatchedDeviceAccessGroupRequest.d.ts +33 -0
- package/dist/esm/models/PatchedDeviceAccessGroupRequest.d.ts.map +1 -0
- package/dist/esm/models/PatchedDeviceAccessGroupRequest.js +49 -0
- package/dist/esm/models/PatchedDeviceAccessGroupRequest.js.map +1 -0
- package/dist/esm/models/PatchedEndpointDeviceRequest.d.ts +4 -4
- package/dist/esm/models/PatchedEndpointDeviceRequest.d.ts.map +1 -1
- package/dist/esm/models/PatchedEndpointDeviceRequest.js +5 -5
- package/dist/esm/models/PatchedEndpointDeviceRequest.js.map +1 -1
- package/dist/esm/models/index.d.ts +8 -3
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +8 -3
- package/dist/esm/models/index.js.map +1 -1
- package/dist/models/AgentAuthenticationResponse.d.ts +33 -0
- package/dist/models/AgentAuthenticationResponse.d.ts.map +1 -0
- package/dist/models/AgentAuthenticationResponse.js +51 -0
- package/dist/models/AgentAuthenticationResponse.js.map +1 -0
- package/dist/models/AgentConfig.d.ts +22 -7
- package/dist/models/AgentConfig.d.ts.map +1 -1
- package/dist/models/AgentConfig.js +13 -6
- package/dist/models/AgentConfig.js.map +1 -1
- package/dist/models/AgentConnector.d.ts +29 -23
- package/dist/models/AgentConnector.d.ts.map +1 -1
- package/dist/models/AgentConnector.js +15 -13
- package/dist/models/AgentConnector.js.map +1 -1
- package/dist/models/AgentConnectorRequest.d.ts +16 -10
- package/dist/models/AgentConnectorRequest.d.ts.map +1 -1
- package/dist/models/AgentConnectorRequest.js +8 -6
- package/dist/models/AgentConnectorRequest.js.map +1 -1
- package/dist/models/AgentTokenResponse.d.ts +39 -0
- package/dist/models/AgentTokenResponse.d.ts.map +1 -0
- package/dist/models/AgentTokenResponse.js +53 -0
- package/dist/models/AgentTokenResponse.js.map +1 -0
- package/dist/models/DeviceAccessGroup.d.ts +39 -0
- package/dist/models/DeviceAccessGroup.d.ts.map +1 -0
- package/dist/models/DeviceAccessGroup.js +54 -0
- package/dist/models/DeviceAccessGroup.js.map +1 -0
- package/dist/models/DeviceAccessGroupRequest.d.ts +33 -0
- package/dist/models/DeviceAccessGroupRequest.d.ts.map +1 -0
- package/dist/models/DeviceAccessGroupRequest.js +51 -0
- package/dist/models/DeviceAccessGroupRequest.js.map +1 -0
- package/dist/models/DeviceFacts.d.ts +14 -0
- package/dist/models/DeviceFacts.d.ts.map +1 -1
- package/dist/models/DeviceFacts.js +6 -0
- package/dist/models/DeviceFacts.js.map +1 -1
- package/dist/models/DeviceFactsRequest.d.ts +14 -0
- package/dist/models/DeviceFactsRequest.d.ts.map +1 -1
- package/dist/models/DeviceFactsRequest.js +6 -0
- package/dist/models/DeviceFactsRequest.js.map +1 -1
- package/dist/models/DeviceGroup.d.ts +3 -3
- package/dist/models/DeviceGroup.d.ts.map +1 -1
- package/dist/models/DeviceGroup.js +4 -5
- package/dist/models/DeviceGroup.js.map +1 -1
- package/dist/models/DeviceGroupRequest.d.ts +7 -1
- package/dist/models/DeviceGroupRequest.d.ts.map +1 -1
- package/dist/models/DeviceGroupRequest.js +4 -2
- package/dist/models/DeviceGroupRequest.js.map +1 -1
- package/dist/models/DeviceUser.d.ts +51 -0
- package/dist/models/DeviceUser.d.ts.map +1 -0
- package/dist/models/DeviceUser.js +57 -0
- package/dist/models/DeviceUser.js.map +1 -0
- package/dist/models/DeviceUserRequest.d.ts +51 -0
- package/dist/models/DeviceUserRequest.d.ts.map +1 -0
- package/dist/models/DeviceUserRequest.js +57 -0
- package/dist/models/DeviceUserRequest.js.map +1 -0
- package/dist/models/EndpointDevice.d.ts +4 -4
- package/dist/models/EndpointDevice.d.ts.map +1 -1
- package/dist/models/EndpointDevice.js +6 -6
- package/dist/models/EndpointDevice.js.map +1 -1
- package/dist/models/EndpointDeviceDetails.d.ts +4 -4
- package/dist/models/EndpointDeviceDetails.d.ts.map +1 -1
- package/dist/models/EndpointDeviceDetails.js +6 -6
- package/dist/models/EndpointDeviceDetails.js.map +1 -1
- package/dist/models/EndpointDeviceRequest.d.ts +4 -4
- package/dist/models/EndpointDeviceRequest.d.ts.map +1 -1
- package/dist/models/EndpointDeviceRequest.js +6 -6
- package/dist/models/EndpointDeviceRequest.js.map +1 -1
- package/dist/models/EnrollmentToken.d.ts +3 -3
- package/dist/models/EnrollmentToken.d.ts.map +1 -1
- package/dist/models/EnrollmentToken.js +2 -2
- package/dist/models/EnrollmentToken.js.map +1 -1
- package/dist/models/PaginatedDeviceAccessGroupList.d.ts +49 -0
- package/dist/models/PaginatedDeviceAccessGroupList.d.ts.map +1 -0
- package/dist/models/PaginatedDeviceAccessGroupList.js +61 -0
- package/dist/models/PaginatedDeviceAccessGroupList.js.map +1 -0
- package/dist/models/PatchedAgentConnectorRequest.d.ts +16 -10
- package/dist/models/PatchedAgentConnectorRequest.d.ts.map +1 -1
- package/dist/models/PatchedAgentConnectorRequest.js +8 -6
- package/dist/models/PatchedAgentConnectorRequest.js.map +1 -1
- package/dist/models/PatchedDeviceAccessGroupRequest.d.ts +33 -0
- package/dist/models/PatchedDeviceAccessGroupRequest.d.ts.map +1 -0
- package/dist/models/PatchedDeviceAccessGroupRequest.js +49 -0
- package/dist/models/PatchedDeviceAccessGroupRequest.js.map +1 -0
- package/dist/models/PatchedEndpointDeviceRequest.d.ts +4 -4
- package/dist/models/PatchedEndpointDeviceRequest.d.ts.map +1 -1
- package/dist/models/PatchedEndpointDeviceRequest.js +5 -5
- package/dist/models/PatchedEndpointDeviceRequest.js.map +1 -1
- package/dist/models/index.d.ts +8 -3
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +8 -3
- package/dist/models/index.js.map +1 -1
- package/dist/tsconfig.esm.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/apis/EndpointsApi.ts +305 -229
- package/src/models/AgentAuthenticationResponse.ts +66 -0
- package/src/models/AgentConfig.ts +36 -12
- package/src/models/AgentConnector.ts +42 -34
- package/src/models/AgentConnectorRequest.ts +24 -16
- package/src/models/AgentTokenResponse.ts +74 -0
- package/src/models/DeviceAccessGroup.ts +74 -0
- package/src/models/DeviceAccessGroupRequest.ts +66 -0
- package/src/models/DeviceFacts.ts +30 -0
- package/src/models/DeviceFactsRequest.ts +30 -0
- package/src/models/DeviceGroup.ts +7 -7
- package/src/models/DeviceGroupRequest.ts +11 -3
- package/src/models/DeviceUser.ts +90 -0
- package/src/models/DeviceUserRequest.ts +90 -0
- package/src/models/EndpointDevice.ts +15 -15
- package/src/models/EndpointDeviceDetails.ts +15 -15
- package/src/models/EndpointDeviceRequest.ts +14 -14
- package/src/models/EnrollmentToken.ts +9 -9
- package/src/models/PaginatedDeviceAccessGroupList.ts +99 -0
- package/src/models/PatchedAgentConnectorRequest.ts +24 -16
- package/src/models/PatchedDeviceAccessGroupRequest.ts +65 -0
- package/src/models/PatchedEndpointDeviceRequest.ts +13 -13
- package/src/models/index.ts +8 -3
- package/tsconfig.tsbuildinfo +1 -1
- package/dist/esm/models/EnrollResponse.d.ts +0 -33
- package/dist/esm/models/EnrollResponse.d.ts.map +0 -1
- package/dist/esm/models/EnrollResponse.js +0 -51
- package/dist/esm/models/EnrollResponse.js.map +0 -1
- package/dist/esm/models/PaginatedDeviceGroupList.d.ts +0 -49
- package/dist/esm/models/PaginatedDeviceGroupList.d.ts.map +0 -1
- package/dist/esm/models/PaginatedDeviceGroupList.js +0 -61
- package/dist/esm/models/PaginatedDeviceGroupList.js.map +0 -1
- package/dist/esm/models/PatchedDeviceGroupRequest.d.ts +0 -33
- package/dist/esm/models/PatchedDeviceGroupRequest.d.ts.map +0 -1
- package/dist/esm/models/PatchedDeviceGroupRequest.js +0 -49
- package/dist/esm/models/PatchedDeviceGroupRequest.js.map +0 -1
- package/dist/models/EnrollResponse.d.ts +0 -33
- package/dist/models/EnrollResponse.d.ts.map +0 -1
- package/dist/models/EnrollResponse.js +0 -51
- package/dist/models/EnrollResponse.js.map +0 -1
- package/dist/models/PaginatedDeviceGroupList.d.ts +0 -49
- package/dist/models/PaginatedDeviceGroupList.d.ts.map +0 -1
- package/dist/models/PaginatedDeviceGroupList.js +0 -61
- package/dist/models/PaginatedDeviceGroupList.js.map +0 -1
- package/dist/models/PatchedDeviceGroupRequest.d.ts +0 -33
- package/dist/models/PatchedDeviceGroupRequest.d.ts.map +0 -1
- package/dist/models/PatchedDeviceGroupRequest.js +0 -49
- package/dist/models/PatchedDeviceGroupRequest.js.map +0 -1
- package/src/models/EnrollResponse.ts +0 -66
- package/src/models/PaginatedDeviceGroupList.ts +0 -99
- package/src/models/PatchedDeviceGroupRequest.ts +0 -65
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* authentik
|
|
3
|
-
* Making authentication simple.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2025.12.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
|
-
* Base serializer class which doesn't implement create/update methods
|
|
14
|
-
* @export
|
|
15
|
-
* @interface EnrollResponse
|
|
16
|
-
*/
|
|
17
|
-
export interface EnrollResponse {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof EnrollResponse
|
|
22
|
-
*/
|
|
23
|
-
token: string;
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* Check if a given object implements the EnrollResponse interface.
|
|
27
|
-
*/
|
|
28
|
-
export declare function instanceOfEnrollResponse(value: object): value is EnrollResponse;
|
|
29
|
-
export declare function EnrollResponseFromJSON(json: any): EnrollResponse;
|
|
30
|
-
export declare function EnrollResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): EnrollResponse;
|
|
31
|
-
export declare function EnrollResponseToJSON(json: any): EnrollResponse;
|
|
32
|
-
export declare function EnrollResponseToJSONTyped(value?: EnrollResponse | null, ignoreDiscriminator?: boolean): any;
|
|
33
|
-
//# sourceMappingURL=EnrollResponse.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EnrollResponse.d.ts","sourceRoot":"","sources":["../../../src/models/EnrollResponse.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,cAAc;IAC3B;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,cAAc,CAG/E;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,GAAG,GAAG,cAAc,CAEhE;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,cAAc,CAQnG;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,GAAG,GAAG,cAAc,CAE9D;AAED,wBAAgB,yBAAyB,CAAC,KAAK,CAAC,EAAE,cAAc,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASlH"}
|
|
@@ -1,51 +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: 2025.12.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.instanceOfEnrollResponse = instanceOfEnrollResponse;
|
|
17
|
-
exports.EnrollResponseFromJSON = EnrollResponseFromJSON;
|
|
18
|
-
exports.EnrollResponseFromJSONTyped = EnrollResponseFromJSONTyped;
|
|
19
|
-
exports.EnrollResponseToJSON = EnrollResponseToJSON;
|
|
20
|
-
exports.EnrollResponseToJSONTyped = EnrollResponseToJSONTyped;
|
|
21
|
-
/**
|
|
22
|
-
* Check if a given object implements the EnrollResponse interface.
|
|
23
|
-
*/
|
|
24
|
-
function instanceOfEnrollResponse(value) {
|
|
25
|
-
if (!('token' in value) || value['token'] === undefined)
|
|
26
|
-
return false;
|
|
27
|
-
return true;
|
|
28
|
-
}
|
|
29
|
-
function EnrollResponseFromJSON(json) {
|
|
30
|
-
return EnrollResponseFromJSONTyped(json, false);
|
|
31
|
-
}
|
|
32
|
-
function EnrollResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
-
if (json == null) {
|
|
34
|
-
return json;
|
|
35
|
-
}
|
|
36
|
-
return {
|
|
37
|
-
'token': json['token'],
|
|
38
|
-
};
|
|
39
|
-
}
|
|
40
|
-
function EnrollResponseToJSON(json) {
|
|
41
|
-
return EnrollResponseToJSONTyped(json, false);
|
|
42
|
-
}
|
|
43
|
-
function EnrollResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
-
if (value == null) {
|
|
45
|
-
return value;
|
|
46
|
-
}
|
|
47
|
-
return {
|
|
48
|
-
'token': value['token'],
|
|
49
|
-
};
|
|
50
|
-
}
|
|
51
|
-
//# sourceMappingURL=EnrollResponse.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EnrollResponse.js","sourceRoot":"","sources":["../../../src/models/EnrollResponse.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAoBH,4DAGC;AAED,wDAEC;AAED,kEAQC;AAED,oDAEC;AAED,8DASC;AAnCD;;GAEG;AACH,SAAgB,wBAAwB,CAAC,KAAa;IAClD,IAAI,CAAC,CAAC,OAAO,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACtE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,sBAAsB,CAAC,IAAS;IAC5C,OAAO,2BAA2B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpD,CAAC;AAED,SAAgB,2BAA2B,CAAC,IAAS,EAAE,mBAA4B;IAC/E,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC;KACzB,CAAC;AACN,CAAC;AAED,SAAgB,oBAAoB,CAAC,IAAS;IAC1C,OAAO,yBAAyB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClD,CAAC;AAED,SAAgB,yBAAyB,CAAC,KAA6B,EAAE,sBAA+B,KAAK;IACzG,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;KAC1B,CAAC;AACN,CAAC"}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* authentik
|
|
3
|
-
* Making authentication simple.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2025.12.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
|
-
import type { Pagination } from './Pagination';
|
|
13
|
-
import type { DeviceGroup } from './DeviceGroup';
|
|
14
|
-
/**
|
|
15
|
-
*
|
|
16
|
-
* @export
|
|
17
|
-
* @interface PaginatedDeviceGroupList
|
|
18
|
-
*/
|
|
19
|
-
export interface PaginatedDeviceGroupList {
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* @type {Pagination}
|
|
23
|
-
* @memberof PaginatedDeviceGroupList
|
|
24
|
-
*/
|
|
25
|
-
pagination: Pagination;
|
|
26
|
-
/**
|
|
27
|
-
*
|
|
28
|
-
* @type {Array<DeviceGroup>}
|
|
29
|
-
* @memberof PaginatedDeviceGroupList
|
|
30
|
-
*/
|
|
31
|
-
results: Array<DeviceGroup>;
|
|
32
|
-
/**
|
|
33
|
-
*
|
|
34
|
-
* @type {{ [key: string]: any; }}
|
|
35
|
-
* @memberof PaginatedDeviceGroupList
|
|
36
|
-
*/
|
|
37
|
-
autocomplete: {
|
|
38
|
-
[key: string]: any;
|
|
39
|
-
};
|
|
40
|
-
}
|
|
41
|
-
/**
|
|
42
|
-
* Check if a given object implements the PaginatedDeviceGroupList interface.
|
|
43
|
-
*/
|
|
44
|
-
export declare function instanceOfPaginatedDeviceGroupList(value: object): value is PaginatedDeviceGroupList;
|
|
45
|
-
export declare function PaginatedDeviceGroupListFromJSON(json: any): PaginatedDeviceGroupList;
|
|
46
|
-
export declare function PaginatedDeviceGroupListFromJSONTyped(json: any, ignoreDiscriminator: boolean): PaginatedDeviceGroupList;
|
|
47
|
-
export declare function PaginatedDeviceGroupListToJSON(json: any): PaginatedDeviceGroupList;
|
|
48
|
-
export declare function PaginatedDeviceGroupListToJSONTyped(value?: PaginatedDeviceGroupList | null, ignoreDiscriminator?: boolean): any;
|
|
49
|
-
//# sourceMappingURL=PaginatedDeviceGroupList.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PaginatedDeviceGroupList.d.ts","sourceRoot":"","sources":["../../../src/models/PaginatedDeviceGroupList.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAO/C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAQjD;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,UAAU,EAAE,UAAU,CAAC;IACvB;;;;OAIG;IACH,OAAO,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;IAC5B;;;;OAIG;IACH,YAAY,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;CACzC;AAED;;GAEG;AACH,wBAAgB,kCAAkC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,wBAAwB,CAKnG;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,GAAG,wBAAwB,CAEpF;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,wBAAwB,CAUvH;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,GAAG,wBAAwB,CAElF;AAED,wBAAgB,mCAAmC,CAAC,KAAK,CAAC,EAAE,wBAAwB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAWtI"}
|
|
@@ -1,61 +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: 2025.12.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.instanceOfPaginatedDeviceGroupList = instanceOfPaginatedDeviceGroupList;
|
|
17
|
-
exports.PaginatedDeviceGroupListFromJSON = PaginatedDeviceGroupListFromJSON;
|
|
18
|
-
exports.PaginatedDeviceGroupListFromJSONTyped = PaginatedDeviceGroupListFromJSONTyped;
|
|
19
|
-
exports.PaginatedDeviceGroupListToJSON = PaginatedDeviceGroupListToJSON;
|
|
20
|
-
exports.PaginatedDeviceGroupListToJSONTyped = PaginatedDeviceGroupListToJSONTyped;
|
|
21
|
-
const Pagination_1 = require("./Pagination");
|
|
22
|
-
const DeviceGroup_1 = require("./DeviceGroup");
|
|
23
|
-
/**
|
|
24
|
-
* Check if a given object implements the PaginatedDeviceGroupList interface.
|
|
25
|
-
*/
|
|
26
|
-
function instanceOfPaginatedDeviceGroupList(value) {
|
|
27
|
-
if (!('pagination' in value) || value['pagination'] === undefined)
|
|
28
|
-
return false;
|
|
29
|
-
if (!('results' in value) || value['results'] === undefined)
|
|
30
|
-
return false;
|
|
31
|
-
if (!('autocomplete' in value) || value['autocomplete'] === undefined)
|
|
32
|
-
return false;
|
|
33
|
-
return true;
|
|
34
|
-
}
|
|
35
|
-
function PaginatedDeviceGroupListFromJSON(json) {
|
|
36
|
-
return PaginatedDeviceGroupListFromJSONTyped(json, false);
|
|
37
|
-
}
|
|
38
|
-
function PaginatedDeviceGroupListFromJSONTyped(json, ignoreDiscriminator) {
|
|
39
|
-
if (json == null) {
|
|
40
|
-
return json;
|
|
41
|
-
}
|
|
42
|
-
return {
|
|
43
|
-
'pagination': (0, Pagination_1.PaginationFromJSON)(json['pagination']),
|
|
44
|
-
'results': (json['results'].map(DeviceGroup_1.DeviceGroupFromJSON)),
|
|
45
|
-
'autocomplete': json['autocomplete'],
|
|
46
|
-
};
|
|
47
|
-
}
|
|
48
|
-
function PaginatedDeviceGroupListToJSON(json) {
|
|
49
|
-
return PaginatedDeviceGroupListToJSONTyped(json, false);
|
|
50
|
-
}
|
|
51
|
-
function PaginatedDeviceGroupListToJSONTyped(value, ignoreDiscriminator = false) {
|
|
52
|
-
if (value == null) {
|
|
53
|
-
return value;
|
|
54
|
-
}
|
|
55
|
-
return {
|
|
56
|
-
'pagination': (0, Pagination_1.PaginationToJSON)(value['pagination']),
|
|
57
|
-
'results': (value['results'].map(DeviceGroup_1.DeviceGroupToJSON)),
|
|
58
|
-
'autocomplete': value['autocomplete'],
|
|
59
|
-
};
|
|
60
|
-
}
|
|
61
|
-
//# sourceMappingURL=PaginatedDeviceGroupList.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PaginatedDeviceGroupList.js","sourceRoot":"","sources":["../../../src/models/PaginatedDeviceGroupList.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA+CH,gFAKC;AAED,4EAEC;AAED,sFAUC;AAED,wEAEC;AAED,kFAWC;AAjFD,6CAKsB;AAEtB,+CAKuB;AA4BvB;;GAEG;AACH,SAAgB,kCAAkC,CAAC,KAAa;IAC5D,IAAI,CAAC,CAAC,YAAY,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,YAAY,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChF,IAAI,CAAC,CAAC,SAAS,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,SAAS,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAC1E,IAAI,CAAC,CAAC,cAAc,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,cAAc,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpF,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,gCAAgC,CAAC,IAAS;IACtD,OAAO,qCAAqC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9D,CAAC;AAED,SAAgB,qCAAqC,CAAC,IAAS,EAAE,mBAA4B;IACzF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,YAAY,EAAE,IAAA,+BAAkB,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACpD,SAAS,EAAE,CAAE,IAAI,CAAC,SAAS,CAAgB,CAAC,GAAG,CAAC,iCAAmB,CAAC,CAAC;QACrE,cAAc,EAAE,IAAI,CAAC,cAAc,CAAC;KACvC,CAAC;AACN,CAAC;AAED,SAAgB,8BAA8B,CAAC,IAAS;IACpD,OAAO,mCAAmC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5D,CAAC;AAED,SAAgB,mCAAmC,CAAC,KAAuC,EAAE,sBAA+B,KAAK;IAC7H,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,YAAY,EAAE,IAAA,6BAAgB,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;QACnD,SAAS,EAAE,CAAE,KAAK,CAAC,SAAS,CAAgB,CAAC,GAAG,CAAC,+BAAiB,CAAC,CAAC;QACpE,cAAc,EAAE,KAAK,CAAC,cAAc,CAAC;KACxC,CAAC;AACN,CAAC"}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* authentik
|
|
3
|
-
* Making authentication simple.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2025.12.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 PatchedDeviceGroupRequest
|
|
16
|
-
*/
|
|
17
|
-
export interface PatchedDeviceGroupRequest {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof PatchedDeviceGroupRequest
|
|
22
|
-
*/
|
|
23
|
-
name?: string;
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* Check if a given object implements the PatchedDeviceGroupRequest interface.
|
|
27
|
-
*/
|
|
28
|
-
export declare function instanceOfPatchedDeviceGroupRequest(value: object): value is PatchedDeviceGroupRequest;
|
|
29
|
-
export declare function PatchedDeviceGroupRequestFromJSON(json: any): PatchedDeviceGroupRequest;
|
|
30
|
-
export declare function PatchedDeviceGroupRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): PatchedDeviceGroupRequest;
|
|
31
|
-
export declare function PatchedDeviceGroupRequestToJSON(json: any): PatchedDeviceGroupRequest;
|
|
32
|
-
export declare function PatchedDeviceGroupRequestToJSONTyped(value?: PatchedDeviceGroupRequest | null, ignoreDiscriminator?: boolean): any;
|
|
33
|
-
//# sourceMappingURL=PatchedDeviceGroupRequest.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PatchedDeviceGroupRequest.d.ts","sourceRoot":"","sources":["../../../src/models/PatchedDeviceGroupRequest.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,wBAAgB,mCAAmC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,yBAAyB,CAErG;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,GAAG,yBAAyB,CAEtF;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,yBAAyB,CAQzH;AAED,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,GAAG,GAAG,yBAAyB,CAEpF;AAED,wBAAgB,oCAAoC,CAAC,KAAK,CAAC,EAAE,yBAAyB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASxI"}
|
|
@@ -1,49 +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: 2025.12.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.instanceOfPatchedDeviceGroupRequest = instanceOfPatchedDeviceGroupRequest;
|
|
17
|
-
exports.PatchedDeviceGroupRequestFromJSON = PatchedDeviceGroupRequestFromJSON;
|
|
18
|
-
exports.PatchedDeviceGroupRequestFromJSONTyped = PatchedDeviceGroupRequestFromJSONTyped;
|
|
19
|
-
exports.PatchedDeviceGroupRequestToJSON = PatchedDeviceGroupRequestToJSON;
|
|
20
|
-
exports.PatchedDeviceGroupRequestToJSONTyped = PatchedDeviceGroupRequestToJSONTyped;
|
|
21
|
-
/**
|
|
22
|
-
* Check if a given object implements the PatchedDeviceGroupRequest interface.
|
|
23
|
-
*/
|
|
24
|
-
function instanceOfPatchedDeviceGroupRequest(value) {
|
|
25
|
-
return true;
|
|
26
|
-
}
|
|
27
|
-
function PatchedDeviceGroupRequestFromJSON(json) {
|
|
28
|
-
return PatchedDeviceGroupRequestFromJSONTyped(json, false);
|
|
29
|
-
}
|
|
30
|
-
function PatchedDeviceGroupRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
-
if (json == null) {
|
|
32
|
-
return json;
|
|
33
|
-
}
|
|
34
|
-
return {
|
|
35
|
-
'name': json['name'] == null ? undefined : json['name'],
|
|
36
|
-
};
|
|
37
|
-
}
|
|
38
|
-
function PatchedDeviceGroupRequestToJSON(json) {
|
|
39
|
-
return PatchedDeviceGroupRequestToJSONTyped(json, false);
|
|
40
|
-
}
|
|
41
|
-
function PatchedDeviceGroupRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
42
|
-
if (value == null) {
|
|
43
|
-
return value;
|
|
44
|
-
}
|
|
45
|
-
return {
|
|
46
|
-
'name': value['name'],
|
|
47
|
-
};
|
|
48
|
-
}
|
|
49
|
-
//# sourceMappingURL=PatchedDeviceGroupRequest.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PatchedDeviceGroupRequest.js","sourceRoot":"","sources":["../../../src/models/PatchedDeviceGroupRequest.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAoBH,kFAEC;AAED,8EAEC;AAED,wFAQC;AAED,0EAEC;AAED,oFASC;AAlCD;;GAEG;AACH,SAAgB,mCAAmC,CAAC,KAAa;IAC7D,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,iCAAiC,CAAC,IAAS;IACvD,OAAO,sCAAsC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC/D,CAAC;AAED,SAAgB,sCAAsC,CAAC,IAAS,EAAE,mBAA4B;IAC1F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;KAC1D,CAAC;AACN,CAAC;AAED,SAAgB,+BAA+B,CAAC,IAAS;IACrD,OAAO,oCAAoC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC7D,CAAC;AAED,SAAgB,oCAAoC,CAAC,KAAwC,EAAE,sBAA+B,KAAK;IAC/H,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;KACxB,CAAC;AACN,CAAC"}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* authentik
|
|
3
|
-
* Making authentication simple.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2025.12.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
|
-
* Base serializer class which doesn't implement create/update methods
|
|
14
|
-
* @export
|
|
15
|
-
* @interface EnrollResponse
|
|
16
|
-
*/
|
|
17
|
-
export interface EnrollResponse {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof EnrollResponse
|
|
22
|
-
*/
|
|
23
|
-
token: string;
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* Check if a given object implements the EnrollResponse interface.
|
|
27
|
-
*/
|
|
28
|
-
export declare function instanceOfEnrollResponse(value: object): value is EnrollResponse;
|
|
29
|
-
export declare function EnrollResponseFromJSON(json: any): EnrollResponse;
|
|
30
|
-
export declare function EnrollResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): EnrollResponse;
|
|
31
|
-
export declare function EnrollResponseToJSON(json: any): EnrollResponse;
|
|
32
|
-
export declare function EnrollResponseToJSONTyped(value?: EnrollResponse | null, ignoreDiscriminator?: boolean): any;
|
|
33
|
-
//# sourceMappingURL=EnrollResponse.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EnrollResponse.d.ts","sourceRoot":"","sources":["../../src/models/EnrollResponse.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,cAAc;IAC3B;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,cAAc,CAG/E;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,GAAG,GAAG,cAAc,CAEhE;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,cAAc,CAQnG;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,GAAG,GAAG,cAAc,CAE9D;AAED,wBAAgB,yBAAyB,CAAC,KAAK,CAAC,EAAE,cAAc,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASlH"}
|
|
@@ -1,51 +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: 2025.12.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.instanceOfEnrollResponse = instanceOfEnrollResponse;
|
|
17
|
-
exports.EnrollResponseFromJSON = EnrollResponseFromJSON;
|
|
18
|
-
exports.EnrollResponseFromJSONTyped = EnrollResponseFromJSONTyped;
|
|
19
|
-
exports.EnrollResponseToJSON = EnrollResponseToJSON;
|
|
20
|
-
exports.EnrollResponseToJSONTyped = EnrollResponseToJSONTyped;
|
|
21
|
-
/**
|
|
22
|
-
* Check if a given object implements the EnrollResponse interface.
|
|
23
|
-
*/
|
|
24
|
-
function instanceOfEnrollResponse(value) {
|
|
25
|
-
if (!('token' in value) || value['token'] === undefined)
|
|
26
|
-
return false;
|
|
27
|
-
return true;
|
|
28
|
-
}
|
|
29
|
-
function EnrollResponseFromJSON(json) {
|
|
30
|
-
return EnrollResponseFromJSONTyped(json, false);
|
|
31
|
-
}
|
|
32
|
-
function EnrollResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
-
if (json == null) {
|
|
34
|
-
return json;
|
|
35
|
-
}
|
|
36
|
-
return {
|
|
37
|
-
'token': json['token'],
|
|
38
|
-
};
|
|
39
|
-
}
|
|
40
|
-
function EnrollResponseToJSON(json) {
|
|
41
|
-
return EnrollResponseToJSONTyped(json, false);
|
|
42
|
-
}
|
|
43
|
-
function EnrollResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
-
if (value == null) {
|
|
45
|
-
return value;
|
|
46
|
-
}
|
|
47
|
-
return {
|
|
48
|
-
'token': value['token'],
|
|
49
|
-
};
|
|
50
|
-
}
|
|
51
|
-
//# sourceMappingURL=EnrollResponse.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EnrollResponse.js","sourceRoot":"","sources":["../../src/models/EnrollResponse.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAoBH,4DAGC;AAED,wDAEC;AAED,kEAQC;AAED,oDAEC;AAED,8DASC;AAnCD;;GAEG;AACH,SAAgB,wBAAwB,CAAC,KAAa;IAClD,IAAI,CAAC,CAAC,OAAO,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACtE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,sBAAsB,CAAC,IAAS;IAC5C,OAAO,2BAA2B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpD,CAAC;AAED,SAAgB,2BAA2B,CAAC,IAAS,EAAE,mBAA4B;IAC/E,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC;KACzB,CAAC;AACN,CAAC;AAED,SAAgB,oBAAoB,CAAC,IAAS;IAC1C,OAAO,yBAAyB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClD,CAAC;AAED,SAAgB,yBAAyB,CAAC,KAA6B,EAAE,sBAA+B,KAAK;IACzG,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;KAC1B,CAAC;AACN,CAAC"}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* authentik
|
|
3
|
-
* Making authentication simple.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2025.12.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
|
-
import type { Pagination } from './Pagination';
|
|
13
|
-
import type { DeviceGroup } from './DeviceGroup';
|
|
14
|
-
/**
|
|
15
|
-
*
|
|
16
|
-
* @export
|
|
17
|
-
* @interface PaginatedDeviceGroupList
|
|
18
|
-
*/
|
|
19
|
-
export interface PaginatedDeviceGroupList {
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* @type {Pagination}
|
|
23
|
-
* @memberof PaginatedDeviceGroupList
|
|
24
|
-
*/
|
|
25
|
-
pagination: Pagination;
|
|
26
|
-
/**
|
|
27
|
-
*
|
|
28
|
-
* @type {Array<DeviceGroup>}
|
|
29
|
-
* @memberof PaginatedDeviceGroupList
|
|
30
|
-
*/
|
|
31
|
-
results: Array<DeviceGroup>;
|
|
32
|
-
/**
|
|
33
|
-
*
|
|
34
|
-
* @type {{ [key: string]: any; }}
|
|
35
|
-
* @memberof PaginatedDeviceGroupList
|
|
36
|
-
*/
|
|
37
|
-
autocomplete: {
|
|
38
|
-
[key: string]: any;
|
|
39
|
-
};
|
|
40
|
-
}
|
|
41
|
-
/**
|
|
42
|
-
* Check if a given object implements the PaginatedDeviceGroupList interface.
|
|
43
|
-
*/
|
|
44
|
-
export declare function instanceOfPaginatedDeviceGroupList(value: object): value is PaginatedDeviceGroupList;
|
|
45
|
-
export declare function PaginatedDeviceGroupListFromJSON(json: any): PaginatedDeviceGroupList;
|
|
46
|
-
export declare function PaginatedDeviceGroupListFromJSONTyped(json: any, ignoreDiscriminator: boolean): PaginatedDeviceGroupList;
|
|
47
|
-
export declare function PaginatedDeviceGroupListToJSON(json: any): PaginatedDeviceGroupList;
|
|
48
|
-
export declare function PaginatedDeviceGroupListToJSONTyped(value?: PaginatedDeviceGroupList | null, ignoreDiscriminator?: boolean): any;
|
|
49
|
-
//# sourceMappingURL=PaginatedDeviceGroupList.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PaginatedDeviceGroupList.d.ts","sourceRoot":"","sources":["../../src/models/PaginatedDeviceGroupList.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAO/C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAQjD;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,UAAU,EAAE,UAAU,CAAC;IACvB;;;;OAIG;IACH,OAAO,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;IAC5B;;;;OAIG;IACH,YAAY,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;CACzC;AAED;;GAEG;AACH,wBAAgB,kCAAkC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,wBAAwB,CAKnG;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,GAAG,wBAAwB,CAEpF;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,wBAAwB,CAUvH;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,GAAG,wBAAwB,CAElF;AAED,wBAAgB,mCAAmC,CAAC,KAAK,CAAC,EAAE,wBAAwB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAWtI"}
|
|
@@ -1,61 +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: 2025.12.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.instanceOfPaginatedDeviceGroupList = instanceOfPaginatedDeviceGroupList;
|
|
17
|
-
exports.PaginatedDeviceGroupListFromJSON = PaginatedDeviceGroupListFromJSON;
|
|
18
|
-
exports.PaginatedDeviceGroupListFromJSONTyped = PaginatedDeviceGroupListFromJSONTyped;
|
|
19
|
-
exports.PaginatedDeviceGroupListToJSON = PaginatedDeviceGroupListToJSON;
|
|
20
|
-
exports.PaginatedDeviceGroupListToJSONTyped = PaginatedDeviceGroupListToJSONTyped;
|
|
21
|
-
const Pagination_1 = require("./Pagination");
|
|
22
|
-
const DeviceGroup_1 = require("./DeviceGroup");
|
|
23
|
-
/**
|
|
24
|
-
* Check if a given object implements the PaginatedDeviceGroupList interface.
|
|
25
|
-
*/
|
|
26
|
-
function instanceOfPaginatedDeviceGroupList(value) {
|
|
27
|
-
if (!('pagination' in value) || value['pagination'] === undefined)
|
|
28
|
-
return false;
|
|
29
|
-
if (!('results' in value) || value['results'] === undefined)
|
|
30
|
-
return false;
|
|
31
|
-
if (!('autocomplete' in value) || value['autocomplete'] === undefined)
|
|
32
|
-
return false;
|
|
33
|
-
return true;
|
|
34
|
-
}
|
|
35
|
-
function PaginatedDeviceGroupListFromJSON(json) {
|
|
36
|
-
return PaginatedDeviceGroupListFromJSONTyped(json, false);
|
|
37
|
-
}
|
|
38
|
-
function PaginatedDeviceGroupListFromJSONTyped(json, ignoreDiscriminator) {
|
|
39
|
-
if (json == null) {
|
|
40
|
-
return json;
|
|
41
|
-
}
|
|
42
|
-
return {
|
|
43
|
-
'pagination': (0, Pagination_1.PaginationFromJSON)(json['pagination']),
|
|
44
|
-
'results': (json['results'].map(DeviceGroup_1.DeviceGroupFromJSON)),
|
|
45
|
-
'autocomplete': json['autocomplete'],
|
|
46
|
-
};
|
|
47
|
-
}
|
|
48
|
-
function PaginatedDeviceGroupListToJSON(json) {
|
|
49
|
-
return PaginatedDeviceGroupListToJSONTyped(json, false);
|
|
50
|
-
}
|
|
51
|
-
function PaginatedDeviceGroupListToJSONTyped(value, ignoreDiscriminator = false) {
|
|
52
|
-
if (value == null) {
|
|
53
|
-
return value;
|
|
54
|
-
}
|
|
55
|
-
return {
|
|
56
|
-
'pagination': (0, Pagination_1.PaginationToJSON)(value['pagination']),
|
|
57
|
-
'results': (value['results'].map(DeviceGroup_1.DeviceGroupToJSON)),
|
|
58
|
-
'autocomplete': value['autocomplete'],
|
|
59
|
-
};
|
|
60
|
-
}
|
|
61
|
-
//# sourceMappingURL=PaginatedDeviceGroupList.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PaginatedDeviceGroupList.js","sourceRoot":"","sources":["../../src/models/PaginatedDeviceGroupList.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA+CH,gFAKC;AAED,4EAEC;AAED,sFAUC;AAED,wEAEC;AAED,kFAWC;AAjFD,6CAKsB;AAEtB,+CAKuB;AA4BvB;;GAEG;AACH,SAAgB,kCAAkC,CAAC,KAAa;IAC5D,IAAI,CAAC,CAAC,YAAY,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,YAAY,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChF,IAAI,CAAC,CAAC,SAAS,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,SAAS,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAC1E,IAAI,CAAC,CAAC,cAAc,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,cAAc,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpF,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,gCAAgC,CAAC,IAAS;IACtD,OAAO,qCAAqC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9D,CAAC;AAED,SAAgB,qCAAqC,CAAC,IAAS,EAAE,mBAA4B;IACzF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,YAAY,EAAE,IAAA,+BAAkB,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACpD,SAAS,EAAE,CAAE,IAAI,CAAC,SAAS,CAAgB,CAAC,GAAG,CAAC,iCAAmB,CAAC,CAAC;QACrE,cAAc,EAAE,IAAI,CAAC,cAAc,CAAC;KACvC,CAAC;AACN,CAAC;AAED,SAAgB,8BAA8B,CAAC,IAAS;IACpD,OAAO,mCAAmC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5D,CAAC;AAED,SAAgB,mCAAmC,CAAC,KAAuC,EAAE,sBAA+B,KAAK;IAC7H,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,YAAY,EAAE,IAAA,6BAAgB,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;QACnD,SAAS,EAAE,CAAE,KAAK,CAAC,SAAS,CAAgB,CAAC,GAAG,CAAC,+BAAiB,CAAC,CAAC;QACpE,cAAc,EAAE,KAAK,CAAC,cAAc,CAAC;KACxC,CAAC;AACN,CAAC"}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* authentik
|
|
3
|
-
* Making authentication simple.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2025.12.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 PatchedDeviceGroupRequest
|
|
16
|
-
*/
|
|
17
|
-
export interface PatchedDeviceGroupRequest {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof PatchedDeviceGroupRequest
|
|
22
|
-
*/
|
|
23
|
-
name?: string;
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* Check if a given object implements the PatchedDeviceGroupRequest interface.
|
|
27
|
-
*/
|
|
28
|
-
export declare function instanceOfPatchedDeviceGroupRequest(value: object): value is PatchedDeviceGroupRequest;
|
|
29
|
-
export declare function PatchedDeviceGroupRequestFromJSON(json: any): PatchedDeviceGroupRequest;
|
|
30
|
-
export declare function PatchedDeviceGroupRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): PatchedDeviceGroupRequest;
|
|
31
|
-
export declare function PatchedDeviceGroupRequestToJSON(json: any): PatchedDeviceGroupRequest;
|
|
32
|
-
export declare function PatchedDeviceGroupRequestToJSONTyped(value?: PatchedDeviceGroupRequest | null, ignoreDiscriminator?: boolean): any;
|
|
33
|
-
//# sourceMappingURL=PatchedDeviceGroupRequest.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PatchedDeviceGroupRequest.d.ts","sourceRoot":"","sources":["../../src/models/PatchedDeviceGroupRequest.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,wBAAgB,mCAAmC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,yBAAyB,CAErG;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,GAAG,yBAAyB,CAEtF;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,yBAAyB,CAQzH;AAED,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,GAAG,GAAG,yBAAyB,CAEpF;AAED,wBAAgB,oCAAoC,CAAC,KAAK,CAAC,EAAE,yBAAyB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASxI"}
|
|
@@ -1,49 +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: 2025.12.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.instanceOfPatchedDeviceGroupRequest = instanceOfPatchedDeviceGroupRequest;
|
|
17
|
-
exports.PatchedDeviceGroupRequestFromJSON = PatchedDeviceGroupRequestFromJSON;
|
|
18
|
-
exports.PatchedDeviceGroupRequestFromJSONTyped = PatchedDeviceGroupRequestFromJSONTyped;
|
|
19
|
-
exports.PatchedDeviceGroupRequestToJSON = PatchedDeviceGroupRequestToJSON;
|
|
20
|
-
exports.PatchedDeviceGroupRequestToJSONTyped = PatchedDeviceGroupRequestToJSONTyped;
|
|
21
|
-
/**
|
|
22
|
-
* Check if a given object implements the PatchedDeviceGroupRequest interface.
|
|
23
|
-
*/
|
|
24
|
-
function instanceOfPatchedDeviceGroupRequest(value) {
|
|
25
|
-
return true;
|
|
26
|
-
}
|
|
27
|
-
function PatchedDeviceGroupRequestFromJSON(json) {
|
|
28
|
-
return PatchedDeviceGroupRequestFromJSONTyped(json, false);
|
|
29
|
-
}
|
|
30
|
-
function PatchedDeviceGroupRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
-
if (json == null) {
|
|
32
|
-
return json;
|
|
33
|
-
}
|
|
34
|
-
return {
|
|
35
|
-
'name': json['name'] == null ? undefined : json['name'],
|
|
36
|
-
};
|
|
37
|
-
}
|
|
38
|
-
function PatchedDeviceGroupRequestToJSON(json) {
|
|
39
|
-
return PatchedDeviceGroupRequestToJSONTyped(json, false);
|
|
40
|
-
}
|
|
41
|
-
function PatchedDeviceGroupRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
42
|
-
if (value == null) {
|
|
43
|
-
return value;
|
|
44
|
-
}
|
|
45
|
-
return {
|
|
46
|
-
'name': value['name'],
|
|
47
|
-
};
|
|
48
|
-
}
|
|
49
|
-
//# sourceMappingURL=PatchedDeviceGroupRequest.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PatchedDeviceGroupRequest.js","sourceRoot":"","sources":["../../src/models/PatchedDeviceGroupRequest.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAoBH,kFAEC;AAED,8EAEC;AAED,wFAQC;AAED,0EAEC;AAED,oFASC;AAlCD;;GAEG;AACH,SAAgB,mCAAmC,CAAC,KAAa;IAC7D,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,iCAAiC,CAAC,IAAS;IACvD,OAAO,sCAAsC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC/D,CAAC;AAED,SAAgB,sCAAsC,CAAC,IAAS,EAAE,mBAA4B;IAC1F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;KAC1D,CAAC;AACN,CAAC;AAED,SAAgB,+BAA+B,CAAC,IAAS;IACrD,OAAO,oCAAoC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC7D,CAAC;AAED,SAAgB,oCAAoC,CAAC,KAAwC,EAAE,sBAA+B,KAAK;IAC/H,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;KACxB,CAAC;AACN,CAAC"}
|