@goauthentik/api 2025.10.0-rc1-1759234079 → 2025.10.0-rc1-1759331038
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 +18 -0
- package/dist/apis/PropertymappingsApi.d.ts +86 -1
- package/dist/apis/PropertymappingsApi.d.ts.map +1 -1
- package/dist/apis/PropertymappingsApi.js +255 -0
- package/dist/apis/PropertymappingsApi.js.map +1 -1
- package/dist/apis/RbacApi.d.ts +8 -0
- package/dist/apis/RbacApi.d.ts.map +1 -1
- package/dist/apis/RbacApi.js +8 -0
- package/dist/apis/RbacApi.js.map +1 -1
- package/dist/apis/SourcesApi.d.ts +293 -1
- package/dist/apis/SourcesApi.d.ts.map +1 -1
- package/dist/apis/SourcesApi.js +853 -42
- package/dist/apis/SourcesApi.js.map +1 -1
- package/dist/esm/apis/PropertymappingsApi.d.ts +86 -1
- package/dist/esm/apis/PropertymappingsApi.d.ts.map +1 -1
- package/dist/esm/apis/PropertymappingsApi.js +255 -0
- package/dist/esm/apis/PropertymappingsApi.js.map +1 -1
- package/dist/esm/apis/RbacApi.d.ts +8 -0
- package/dist/esm/apis/RbacApi.d.ts.map +1 -1
- package/dist/esm/apis/RbacApi.js +8 -0
- package/dist/esm/apis/RbacApi.js.map +1 -1
- package/dist/esm/apis/SourcesApi.d.ts +293 -1
- package/dist/esm/apis/SourcesApi.d.ts.map +1 -1
- package/dist/esm/apis/SourcesApi.js +853 -42
- package/dist/esm/apis/SourcesApi.js.map +1 -1
- package/dist/esm/models/AppEnum.d.ts +1 -0
- package/dist/esm/models/AppEnum.d.ts.map +1 -1
- package/dist/esm/models/AppEnum.js +1 -0
- package/dist/esm/models/AppEnum.js.map +1 -1
- package/dist/esm/models/ChallengeTypes.d.ts +3 -0
- package/dist/esm/models/ChallengeTypes.d.ts.map +1 -1
- package/dist/esm/models/ChallengeTypes.js +5 -0
- package/dist/esm/models/ChallengeTypes.js.map +1 -1
- package/dist/esm/models/FlowChallengeResponseRequest.d.ts +3 -0
- package/dist/esm/models/FlowChallengeResponseRequest.d.ts.map +1 -1
- package/dist/esm/models/FlowChallengeResponseRequest.js +5 -0
- package/dist/esm/models/FlowChallengeResponseRequest.js.map +1 -1
- package/dist/esm/models/GroupTelegramSourceConnection.d.ts +70 -0
- package/dist/esm/models/GroupTelegramSourceConnection.d.ts.map +1 -0
- package/dist/esm/models/GroupTelegramSourceConnection.js +72 -0
- package/dist/esm/models/GroupTelegramSourceConnection.js.map +1 -0
- package/dist/esm/models/GroupTelegramSourceConnectionRequest.d.ts +45 -0
- package/dist/esm/models/GroupTelegramSourceConnectionRequest.d.ts.map +1 -0
- package/dist/esm/models/GroupTelegramSourceConnectionRequest.js +59 -0
- package/dist/esm/models/GroupTelegramSourceConnectionRequest.js.map +1 -0
- package/dist/esm/models/LoginChallengeTypes.d.ts +3 -0
- package/dist/esm/models/LoginChallengeTypes.d.ts.map +1 -1
- package/dist/esm/models/LoginChallengeTypes.js +5 -0
- package/dist/esm/models/LoginChallengeTypes.js.map +1 -1
- package/dist/esm/models/ModelEnum.d.ts +4 -0
- package/dist/esm/models/ModelEnum.d.ts.map +1 -1
- package/dist/esm/models/ModelEnum.js +4 -0
- package/dist/esm/models/ModelEnum.js.map +1 -1
- package/dist/esm/models/PaginatedGroupTelegramSourceConnectionList.d.ts +49 -0
- package/dist/esm/models/PaginatedGroupTelegramSourceConnectionList.d.ts.map +1 -0
- package/dist/esm/models/PaginatedGroupTelegramSourceConnectionList.js +61 -0
- package/dist/esm/models/PaginatedGroupTelegramSourceConnectionList.js.map +1 -0
- package/dist/esm/models/PaginatedTelegramSourceList.d.ts +49 -0
- package/dist/esm/models/PaginatedTelegramSourceList.d.ts.map +1 -0
- package/dist/esm/models/PaginatedTelegramSourceList.js +61 -0
- package/dist/esm/models/PaginatedTelegramSourceList.js.map +1 -0
- package/dist/esm/models/PaginatedTelegramSourcePropertyMappingList.d.ts +49 -0
- package/dist/esm/models/PaginatedTelegramSourcePropertyMappingList.d.ts.map +1 -0
- package/dist/esm/models/PaginatedTelegramSourcePropertyMappingList.js +61 -0
- package/dist/esm/models/PaginatedTelegramSourcePropertyMappingList.js.map +1 -0
- package/dist/esm/models/PaginatedUserTelegramSourceConnectionList.d.ts +49 -0
- package/dist/esm/models/PaginatedUserTelegramSourceConnectionList.d.ts.map +1 -0
- package/dist/esm/models/PaginatedUserTelegramSourceConnectionList.js +61 -0
- package/dist/esm/models/PaginatedUserTelegramSourceConnectionList.js.map +1 -0
- package/dist/esm/models/PatchedGroupTelegramSourceConnectionRequest.d.ts +45 -0
- package/dist/esm/models/PatchedGroupTelegramSourceConnectionRequest.d.ts.map +1 -0
- package/dist/esm/models/PatchedGroupTelegramSourceConnectionRequest.js +53 -0
- package/dist/esm/models/PatchedGroupTelegramSourceConnectionRequest.js.map +1 -0
- package/dist/esm/models/PatchedTelegramSourcePropertyMappingRequest.d.ts +45 -0
- package/dist/esm/models/PatchedTelegramSourcePropertyMappingRequest.d.ts.map +1 -0
- package/dist/esm/models/PatchedTelegramSourcePropertyMappingRequest.js +53 -0
- package/dist/esm/models/PatchedTelegramSourcePropertyMappingRequest.js.map +1 -0
- package/dist/esm/models/PatchedTelegramSourceRequest.d.ts +113 -0
- package/dist/esm/models/PatchedTelegramSourceRequest.d.ts.map +1 -0
- package/dist/esm/models/PatchedTelegramSourceRequest.js +77 -0
- package/dist/esm/models/PatchedTelegramSourceRequest.js.map +1 -0
- package/dist/esm/models/PatchedUserTelegramSourceConnectionRequest.d.ts +45 -0
- package/dist/esm/models/PatchedUserTelegramSourceConnectionRequest.d.ts.map +1 -0
- package/dist/esm/models/PatchedUserTelegramSourceConnectionRequest.js +53 -0
- package/dist/esm/models/PatchedUserTelegramSourceConnectionRequest.js.map +1 -0
- package/dist/esm/models/TelegramChallengeResponseRequest.d.ts +75 -0
- package/dist/esm/models/TelegramChallengeResponseRequest.d.ts.map +1 -0
- package/dist/esm/models/TelegramChallengeResponseRequest.js +69 -0
- package/dist/esm/models/TelegramChallengeResponseRequest.js.map +1 -0
- package/dist/esm/models/TelegramLoginChallenge.d.ts +61 -0
- package/dist/esm/models/TelegramLoginChallenge.d.ts.map +1 -0
- package/dist/esm/models/TelegramLoginChallenge.js +62 -0
- package/dist/esm/models/TelegramLoginChallenge.js.map +1 -0
- package/dist/esm/models/TelegramSource.d.ts +149 -0
- package/dist/esm/models/TelegramSource.d.ts.map +1 -0
- package/dist/esm/models/TelegramSource.js +104 -0
- package/dist/esm/models/TelegramSource.js.map +1 -0
- package/dist/esm/models/TelegramSourcePropertyMapping.d.ts +75 -0
- package/dist/esm/models/TelegramSourcePropertyMapping.d.ts.map +1 -0
- package/dist/esm/models/TelegramSourcePropertyMapping.js +72 -0
- package/dist/esm/models/TelegramSourcePropertyMapping.js.map +1 -0
- package/dist/esm/models/TelegramSourcePropertyMappingRequest.d.ts +45 -0
- package/dist/esm/models/TelegramSourcePropertyMappingRequest.d.ts.map +1 -0
- package/dist/esm/models/TelegramSourcePropertyMappingRequest.js +57 -0
- package/dist/esm/models/TelegramSourcePropertyMappingRequest.js.map +1 -0
- package/dist/esm/models/TelegramSourceRequest.d.ts +113 -0
- package/dist/esm/models/TelegramSourceRequest.d.ts.map +1 -0
- package/dist/esm/models/TelegramSourceRequest.js +87 -0
- package/dist/esm/models/TelegramSourceRequest.js.map +1 -0
- package/dist/esm/models/UserTelegramSourceConnection.d.ts +70 -0
- package/dist/esm/models/UserTelegramSourceConnection.d.ts.map +1 -0
- package/dist/esm/models/UserTelegramSourceConnection.js +72 -0
- package/dist/esm/models/UserTelegramSourceConnection.js.map +1 -0
- package/dist/esm/models/UserTelegramSourceConnectionRequest.d.ts +45 -0
- package/dist/esm/models/UserTelegramSourceConnectionRequest.d.ts.map +1 -0
- package/dist/esm/models/UserTelegramSourceConnectionRequest.js +59 -0
- package/dist/esm/models/UserTelegramSourceConnectionRequest.js.map +1 -0
- package/dist/esm/models/index.d.ts +18 -0
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +18 -0
- package/dist/esm/models/index.js.map +1 -1
- package/dist/models/AppEnum.d.ts +1 -0
- package/dist/models/AppEnum.d.ts.map +1 -1
- package/dist/models/AppEnum.js +1 -0
- package/dist/models/AppEnum.js.map +1 -1
- package/dist/models/ChallengeTypes.d.ts +3 -0
- package/dist/models/ChallengeTypes.d.ts.map +1 -1
- package/dist/models/ChallengeTypes.js +5 -0
- package/dist/models/ChallengeTypes.js.map +1 -1
- package/dist/models/FlowChallengeResponseRequest.d.ts +3 -0
- package/dist/models/FlowChallengeResponseRequest.d.ts.map +1 -1
- package/dist/models/FlowChallengeResponseRequest.js +5 -0
- package/dist/models/FlowChallengeResponseRequest.js.map +1 -1
- package/dist/models/GroupTelegramSourceConnection.d.ts +70 -0
- package/dist/models/GroupTelegramSourceConnection.d.ts.map +1 -0
- package/dist/models/GroupTelegramSourceConnection.js +72 -0
- package/dist/models/GroupTelegramSourceConnection.js.map +1 -0
- package/dist/models/GroupTelegramSourceConnectionRequest.d.ts +45 -0
- package/dist/models/GroupTelegramSourceConnectionRequest.d.ts.map +1 -0
- package/dist/models/GroupTelegramSourceConnectionRequest.js +59 -0
- package/dist/models/GroupTelegramSourceConnectionRequest.js.map +1 -0
- package/dist/models/LoginChallengeTypes.d.ts +3 -0
- package/dist/models/LoginChallengeTypes.d.ts.map +1 -1
- package/dist/models/LoginChallengeTypes.js +5 -0
- package/dist/models/LoginChallengeTypes.js.map +1 -1
- package/dist/models/ModelEnum.d.ts +4 -0
- package/dist/models/ModelEnum.d.ts.map +1 -1
- package/dist/models/ModelEnum.js +4 -0
- package/dist/models/ModelEnum.js.map +1 -1
- package/dist/models/PaginatedGroupTelegramSourceConnectionList.d.ts +49 -0
- package/dist/models/PaginatedGroupTelegramSourceConnectionList.d.ts.map +1 -0
- package/dist/models/PaginatedGroupTelegramSourceConnectionList.js +61 -0
- package/dist/models/PaginatedGroupTelegramSourceConnectionList.js.map +1 -0
- package/dist/models/PaginatedTelegramSourceList.d.ts +49 -0
- package/dist/models/PaginatedTelegramSourceList.d.ts.map +1 -0
- package/dist/models/PaginatedTelegramSourceList.js +61 -0
- package/dist/models/PaginatedTelegramSourceList.js.map +1 -0
- package/dist/models/PaginatedTelegramSourcePropertyMappingList.d.ts +49 -0
- package/dist/models/PaginatedTelegramSourcePropertyMappingList.d.ts.map +1 -0
- package/dist/models/PaginatedTelegramSourcePropertyMappingList.js +61 -0
- package/dist/models/PaginatedTelegramSourcePropertyMappingList.js.map +1 -0
- package/dist/models/PaginatedUserTelegramSourceConnectionList.d.ts +49 -0
- package/dist/models/PaginatedUserTelegramSourceConnectionList.d.ts.map +1 -0
- package/dist/models/PaginatedUserTelegramSourceConnectionList.js +61 -0
- package/dist/models/PaginatedUserTelegramSourceConnectionList.js.map +1 -0
- package/dist/models/PatchedGroupTelegramSourceConnectionRequest.d.ts +45 -0
- package/dist/models/PatchedGroupTelegramSourceConnectionRequest.d.ts.map +1 -0
- package/dist/models/PatchedGroupTelegramSourceConnectionRequest.js +53 -0
- package/dist/models/PatchedGroupTelegramSourceConnectionRequest.js.map +1 -0
- package/dist/models/PatchedTelegramSourcePropertyMappingRequest.d.ts +45 -0
- package/dist/models/PatchedTelegramSourcePropertyMappingRequest.d.ts.map +1 -0
- package/dist/models/PatchedTelegramSourcePropertyMappingRequest.js +53 -0
- package/dist/models/PatchedTelegramSourcePropertyMappingRequest.js.map +1 -0
- package/dist/models/PatchedTelegramSourceRequest.d.ts +113 -0
- package/dist/models/PatchedTelegramSourceRequest.d.ts.map +1 -0
- package/dist/models/PatchedTelegramSourceRequest.js +77 -0
- package/dist/models/PatchedTelegramSourceRequest.js.map +1 -0
- package/dist/models/PatchedUserTelegramSourceConnectionRequest.d.ts +45 -0
- package/dist/models/PatchedUserTelegramSourceConnectionRequest.d.ts.map +1 -0
- package/dist/models/PatchedUserTelegramSourceConnectionRequest.js +53 -0
- package/dist/models/PatchedUserTelegramSourceConnectionRequest.js.map +1 -0
- package/dist/models/TelegramChallengeResponseRequest.d.ts +75 -0
- package/dist/models/TelegramChallengeResponseRequest.d.ts.map +1 -0
- package/dist/models/TelegramChallengeResponseRequest.js +69 -0
- package/dist/models/TelegramChallengeResponseRequest.js.map +1 -0
- package/dist/models/TelegramLoginChallenge.d.ts +61 -0
- package/dist/models/TelegramLoginChallenge.d.ts.map +1 -0
- package/dist/models/TelegramLoginChallenge.js +62 -0
- package/dist/models/TelegramLoginChallenge.js.map +1 -0
- package/dist/models/TelegramSource.d.ts +149 -0
- package/dist/models/TelegramSource.d.ts.map +1 -0
- package/dist/models/TelegramSource.js +104 -0
- package/dist/models/TelegramSource.js.map +1 -0
- package/dist/models/TelegramSourcePropertyMapping.d.ts +75 -0
- package/dist/models/TelegramSourcePropertyMapping.d.ts.map +1 -0
- package/dist/models/TelegramSourcePropertyMapping.js +72 -0
- package/dist/models/TelegramSourcePropertyMapping.js.map +1 -0
- package/dist/models/TelegramSourcePropertyMappingRequest.d.ts +45 -0
- package/dist/models/TelegramSourcePropertyMappingRequest.d.ts.map +1 -0
- package/dist/models/TelegramSourcePropertyMappingRequest.js +57 -0
- package/dist/models/TelegramSourcePropertyMappingRequest.js.map +1 -0
- package/dist/models/TelegramSourceRequest.d.ts +113 -0
- package/dist/models/TelegramSourceRequest.d.ts.map +1 -0
- package/dist/models/TelegramSourceRequest.js +87 -0
- package/dist/models/TelegramSourceRequest.js.map +1 -0
- package/dist/models/UserTelegramSourceConnection.d.ts +70 -0
- package/dist/models/UserTelegramSourceConnection.d.ts.map +1 -0
- package/dist/models/UserTelegramSourceConnection.js +72 -0
- package/dist/models/UserTelegramSourceConnection.js.map +1 -0
- package/dist/models/UserTelegramSourceConnectionRequest.d.ts +45 -0
- package/dist/models/UserTelegramSourceConnectionRequest.d.ts.map +1 -0
- package/dist/models/UserTelegramSourceConnectionRequest.js +59 -0
- package/dist/models/UserTelegramSourceConnectionRequest.js.map +1 -0
- package/dist/models/index.d.ts +18 -0
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +18 -0
- package/dist/models/index.js.map +1 -1
- package/dist/tsconfig.esm.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/apis/PropertymappingsApi.ts +397 -0
- package/src/apis/RbacApi.ts +8 -0
- package/src/apis/SourcesApi.ts +2484 -1232
- package/src/models/AppEnum.ts +1 -0
- package/src/models/ChallengeTypes.ts +12 -1
- package/src/models/FlowChallengeResponseRequest.ts +12 -1
- package/src/models/GroupTelegramSourceConnection.ts +124 -0
- package/src/models/GroupTelegramSourceConnectionRequest.ts +84 -0
- package/src/models/LoginChallengeTypes.ts +12 -1
- package/src/models/ModelEnum.ts +4 -0
- package/src/models/PaginatedGroupTelegramSourceConnectionList.ts +99 -0
- package/src/models/PaginatedTelegramSourceList.ts +99 -0
- package/src/models/PaginatedTelegramSourcePropertyMappingList.ts +99 -0
- package/src/models/PaginatedUserTelegramSourceConnectionList.ts +99 -0
- package/src/models/PatchedGroupTelegramSourceConnectionRequest.ts +81 -0
- package/src/models/PatchedTelegramSourcePropertyMappingRequest.ts +81 -0
- package/src/models/PatchedTelegramSourceRequest.ts +186 -0
- package/src/models/PatchedUserTelegramSourceConnectionRequest.ts +81 -0
- package/src/models/TelegramChallengeResponseRequest.ts +124 -0
- package/src/models/TelegramLoginChallenge.ts +114 -0
- package/src/models/TelegramSource.ts +238 -0
- package/src/models/TelegramSourcePropertyMapping.ts +123 -0
- package/src/models/TelegramSourcePropertyMappingRequest.ts +83 -0
- package/src/models/TelegramSourceRequest.ts +191 -0
- package/src/models/UserTelegramSourceConnection.ts +124 -0
- package/src/models/UserTelegramSourceConnectionRequest.ts +84 -0
- package/src/models/index.ts +18 -0
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -0,0 +1,59 @@
|
|
|
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.10.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.instanceOfGroupTelegramSourceConnectionRequest = instanceOfGroupTelegramSourceConnectionRequest;
|
|
17
|
+
exports.GroupTelegramSourceConnectionRequestFromJSON = GroupTelegramSourceConnectionRequestFromJSON;
|
|
18
|
+
exports.GroupTelegramSourceConnectionRequestFromJSONTyped = GroupTelegramSourceConnectionRequestFromJSONTyped;
|
|
19
|
+
exports.GroupTelegramSourceConnectionRequestToJSON = GroupTelegramSourceConnectionRequestToJSON;
|
|
20
|
+
exports.GroupTelegramSourceConnectionRequestToJSONTyped = GroupTelegramSourceConnectionRequestToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the GroupTelegramSourceConnectionRequest interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfGroupTelegramSourceConnectionRequest(value) {
|
|
25
|
+
if (!('group' in value) || value['group'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
if (!('source' in value) || value['source'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
if (!('identifier' in value) || value['identifier'] === undefined)
|
|
30
|
+
return false;
|
|
31
|
+
return true;
|
|
32
|
+
}
|
|
33
|
+
function GroupTelegramSourceConnectionRequestFromJSON(json) {
|
|
34
|
+
return GroupTelegramSourceConnectionRequestFromJSONTyped(json, false);
|
|
35
|
+
}
|
|
36
|
+
function GroupTelegramSourceConnectionRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
37
|
+
if (json == null) {
|
|
38
|
+
return json;
|
|
39
|
+
}
|
|
40
|
+
return {
|
|
41
|
+
'group': json['group'],
|
|
42
|
+
'source': json['source'],
|
|
43
|
+
'identifier': json['identifier'],
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
function GroupTelegramSourceConnectionRequestToJSON(json) {
|
|
47
|
+
return GroupTelegramSourceConnectionRequestToJSONTyped(json, false);
|
|
48
|
+
}
|
|
49
|
+
function GroupTelegramSourceConnectionRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
50
|
+
if (value == null) {
|
|
51
|
+
return value;
|
|
52
|
+
}
|
|
53
|
+
return {
|
|
54
|
+
'group': value['group'],
|
|
55
|
+
'source': value['source'],
|
|
56
|
+
'identifier': value['identifier'],
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
//# sourceMappingURL=GroupTelegramSourceConnectionRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GroupTelegramSourceConnectionRequest.js","sourceRoot":"","sources":["../../src/models/GroupTelegramSourceConnectionRequest.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAgCH,wGAKC;AAED,oGAEC;AAED,8GAUC;AAED,gGAEC;AAED,0GAWC;AAzCD;;GAEG;AACH,SAAgB,8CAA8C,CAAC,KAAa;IACxE,IAAI,CAAC,CAAC,OAAO,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACtE,IAAI,CAAC,CAAC,QAAQ,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,QAAQ,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACxE,IAAI,CAAC,CAAC,YAAY,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,YAAY,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChF,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,4CAA4C,CAAC,IAAS;IAClE,OAAO,iDAAiD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1E,CAAC;AAED,SAAgB,iDAAiD,CAAC,IAAS,EAAE,mBAA4B;IACrG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC;QACtB,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC;QACxB,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC;KACnC,CAAC;AACN,CAAC;AAED,SAAgB,0CAA0C,CAAC,IAAS;IAChE,OAAO,+CAA+C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxE,CAAC;AAED,SAAgB,+CAA+C,CAAC,KAAmD,EAAE,sBAA+B,KAAK;IACrJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC;QACzB,YAAY,EAAE,KAAK,CAAC,YAAY,CAAC;KACpC,CAAC;AACN,CAAC"}
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
import type { AppleLoginChallenge } from './AppleLoginChallenge';
|
|
13
13
|
import type { PlexAuthenticationChallenge } from './PlexAuthenticationChallenge';
|
|
14
14
|
import type { RedirectChallenge } from './RedirectChallenge';
|
|
15
|
+
import type { TelegramLoginChallenge } from './TelegramLoginChallenge';
|
|
15
16
|
/**
|
|
16
17
|
* @type LoginChallengeTypes
|
|
17
18
|
*
|
|
@@ -22,6 +23,8 @@ export type LoginChallengeTypes = {
|
|
|
22
23
|
} & AppleLoginChallenge | {
|
|
23
24
|
component: 'ak-source-plex';
|
|
24
25
|
} & PlexAuthenticationChallenge | {
|
|
26
|
+
component: 'ak-source-telegram';
|
|
27
|
+
} & TelegramLoginChallenge | {
|
|
25
28
|
component: 'xak-flow-redirect';
|
|
26
29
|
} & RedirectChallenge;
|
|
27
30
|
export declare function LoginChallengeTypesFromJSON(json: any): LoginChallengeTypes;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LoginChallengeTypes.d.ts","sourceRoot":"","sources":["../../src/models/LoginChallengeTypes.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAOjE,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAOjF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"LoginChallengeTypes.d.ts","sourceRoot":"","sources":["../../src/models/LoginChallengeTypes.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAOjE,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAOjF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAO7D,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAQvE;;;;GAIG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAAE,SAAS,EAAE,uBAAuB,CAAA;CAAE,GAAG,mBAAmB,GAAG;IAAE,SAAS,EAAE,gBAAgB,CAAA;CAAE,GAAG,2BAA2B,GAAG;IAAE,SAAS,EAAE,oBAAoB,CAAA;CAAE,GAAG,sBAAsB,GAAG;IAAE,SAAS,EAAE,mBAAmB,CAAA;CAAE,GAAG,iBAAiB,CAAC;AAEvR,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAE1E;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,mBAAmB,CAgB7G;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,GAAG,GAAG,CAExD;AAED,wBAAgB,8BAA8B,CAAC,KAAK,CAAC,EAAE,mBAAmB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAgB5H"}
|
|
@@ -20,6 +20,7 @@ exports.LoginChallengeTypesToJSONTyped = LoginChallengeTypesToJSONTyped;
|
|
|
20
20
|
const AppleLoginChallenge_1 = require("./AppleLoginChallenge");
|
|
21
21
|
const PlexAuthenticationChallenge_1 = require("./PlexAuthenticationChallenge");
|
|
22
22
|
const RedirectChallenge_1 = require("./RedirectChallenge");
|
|
23
|
+
const TelegramLoginChallenge_1 = require("./TelegramLoginChallenge");
|
|
23
24
|
function LoginChallengeTypesFromJSON(json) {
|
|
24
25
|
return LoginChallengeTypesFromJSONTyped(json, false);
|
|
25
26
|
}
|
|
@@ -32,6 +33,8 @@ function LoginChallengeTypesFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
32
33
|
return Object.assign({}, (0, AppleLoginChallenge_1.AppleLoginChallengeFromJSONTyped)(json, true), { component: 'ak-source-oauth-apple' });
|
|
33
34
|
case 'ak-source-plex':
|
|
34
35
|
return Object.assign({}, (0, PlexAuthenticationChallenge_1.PlexAuthenticationChallengeFromJSONTyped)(json, true), { component: 'ak-source-plex' });
|
|
36
|
+
case 'ak-source-telegram':
|
|
37
|
+
return Object.assign({}, (0, TelegramLoginChallenge_1.TelegramLoginChallengeFromJSONTyped)(json, true), { component: 'ak-source-telegram' });
|
|
35
38
|
case 'xak-flow-redirect':
|
|
36
39
|
return Object.assign({}, (0, RedirectChallenge_1.RedirectChallengeFromJSONTyped)(json, true), { component: 'xak-flow-redirect' });
|
|
37
40
|
default:
|
|
@@ -50,6 +53,8 @@ function LoginChallengeTypesToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
50
53
|
return Object.assign({}, (0, AppleLoginChallenge_1.AppleLoginChallengeToJSON)(value), { component: 'ak-source-oauth-apple' });
|
|
51
54
|
case 'ak-source-plex':
|
|
52
55
|
return Object.assign({}, (0, PlexAuthenticationChallenge_1.PlexAuthenticationChallengeToJSON)(value), { component: 'ak-source-plex' });
|
|
56
|
+
case 'ak-source-telegram':
|
|
57
|
+
return Object.assign({}, (0, TelegramLoginChallenge_1.TelegramLoginChallengeToJSON)(value), { component: 'ak-source-telegram' });
|
|
53
58
|
case 'xak-flow-redirect':
|
|
54
59
|
return Object.assign({}, (0, RedirectChallenge_1.RedirectChallengeToJSON)(value), { component: 'xak-flow-redirect' });
|
|
55
60
|
default:
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LoginChallengeTypes.js","sourceRoot":"","sources":["../../src/models/LoginChallengeTypes.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;
|
|
1
|
+
{"version":3,"file":"LoginChallengeTypes.js","sourceRoot":"","sources":["../../src/models/LoginChallengeTypes.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAsCH,kEAEC;AAED,4EAgBC;AAED,8DAEC;AAED,wEAgBC;AA7ED,+DAK+B;AAE/B,+EAKuC;AAEvC,2DAK6B;AAE7B,qEAKkC;AASlC,SAAgB,2BAA2B,CAAC,IAAS;IACjD,OAAO,gCAAgC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzD,CAAC;AAED,SAAgB,gCAAgC,CAAC,IAAS,EAAE,mBAA4B;IACpF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,QAAQ,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC;QACxB,KAAK,uBAAuB;YACxB,OAAO,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,IAAA,sDAAgC,EAAC,IAAI,EAAE,IAAI,CAAC,EAAE,EAAE,SAAS,EAAE,uBAAuB,EAAW,CAAC,CAAC;QAC5H,KAAK,gBAAgB;YACjB,OAAO,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,IAAA,sEAAwC,EAAC,IAAI,EAAE,IAAI,CAAC,EAAE,EAAE,SAAS,EAAE,gBAAgB,EAAW,CAAC,CAAC;QAC7H,KAAK,oBAAoB;YACrB,OAAO,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,IAAA,4DAAmC,EAAC,IAAI,EAAE,IAAI,CAAC,EAAE,EAAE,SAAS,EAAE,oBAAoB,EAAW,CAAC,CAAC;QAC5H,KAAK,mBAAmB;YACpB,OAAO,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,IAAA,kDAA8B,EAAC,IAAI,EAAE,IAAI,CAAC,EAAE,EAAE,SAAS,EAAE,mBAAmB,EAAW,CAAC,CAAC;QACtH;YACI,OAAO,IAAI,CAAC;IACpB,CAAC;AACL,CAAC;AAED,SAAgB,yBAAyB,CAAC,IAAS;IAC/C,OAAO,8BAA8B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvD,CAAC;AAED,SAAgB,8BAA8B,CAAC,KAAkC,EAAE,sBAA+B,KAAK;IACnH,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IACD,QAAQ,KAAK,CAAC,WAAW,CAAC,EAAE,CAAC;QACzB,KAAK,uBAAuB;YACxB,OAAO,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,IAAA,+CAAyB,EAAC,KAAK,CAAC,EAAE,EAAE,SAAS,EAAE,uBAAuB,EAAW,CAAC,CAAC;QAChH,KAAK,gBAAgB;YACjB,OAAO,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,IAAA,+DAAiC,EAAC,KAAK,CAAC,EAAE,EAAE,SAAS,EAAE,gBAAgB,EAAW,CAAC,CAAC;QACjH,KAAK,oBAAoB;YACrB,OAAO,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,IAAA,qDAA4B,EAAC,KAAK,CAAC,EAAE,EAAE,SAAS,EAAE,oBAAoB,EAAW,CAAC,CAAC;QAChH,KAAK,mBAAmB;YACpB,OAAO,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,IAAA,2CAAuB,EAAC,KAAK,CAAC,EAAE,EAAE,SAAS,EAAE,mBAAmB,EAAW,CAAC,CAAC;QAC1G;YACI,OAAO,KAAK,CAAC;IACrB,CAAC;AACL,CAAC"}
|
|
@@ -77,6 +77,10 @@ export declare const ModelEnum: {
|
|
|
77
77
|
readonly AuthentikSourcesSamlGroupsamlsourceconnection: "authentik_sources_saml.groupsamlsourceconnection";
|
|
78
78
|
readonly AuthentikSourcesScimScimsource: "authentik_sources_scim.scimsource";
|
|
79
79
|
readonly AuthentikSourcesScimScimsourcepropertymapping: "authentik_sources_scim.scimsourcepropertymapping";
|
|
80
|
+
readonly AuthentikSourcesTelegramTelegramsource: "authentik_sources_telegram.telegramsource";
|
|
81
|
+
readonly AuthentikSourcesTelegramTelegramsourcepropertymapping: "authentik_sources_telegram.telegramsourcepropertymapping";
|
|
82
|
+
readonly AuthentikSourcesTelegramUsertelegramsourceconnection: "authentik_sources_telegram.usertelegramsourceconnection";
|
|
83
|
+
readonly AuthentikSourcesTelegramGrouptelegramsourceconnection: "authentik_sources_telegram.grouptelegramsourceconnection";
|
|
80
84
|
readonly AuthentikStagesAuthenticatorDuoAuthenticatorduostage: "authentik_stages_authenticator_duo.authenticatorduostage";
|
|
81
85
|
readonly AuthentikStagesAuthenticatorDuoDuodevice: "authentik_stages_authenticator_duo.duodevice";
|
|
82
86
|
readonly AuthentikStagesAuthenticatorEmailAuthenticatoremailstage: "authentik_stages_authenticator_email.authenticatoremailstage";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModelEnum.d.ts","sourceRoot":"","sources":["../../src/models/ModelEnum.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;GAGG;AACH,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"ModelEnum.d.ts","sourceRoot":"","sources":["../../src/models/ModelEnum.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;GAGG;AACH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8GZ,CAAC;AACX,MAAM,MAAM,SAAS,GAAG,OAAO,SAAS,CAAC,MAAM,OAAO,SAAS,CAAC,CAAC;AAGjE,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO,CASvD;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,GAAG,GAAG,SAAS,CAEtD;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,SAAS,CAEzF;AAED,wBAAgB,eAAe,CAAC,KAAK,CAAC,EAAE,SAAS,GAAG,IAAI,GAAG,GAAG,CAE7D;AAED,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,SAAS,CAExF"}
|
package/dist/models/ModelEnum.js
CHANGED
|
@@ -87,6 +87,10 @@ exports.ModelEnum = {
|
|
|
87
87
|
AuthentikSourcesSamlGroupsamlsourceconnection: 'authentik_sources_saml.groupsamlsourceconnection',
|
|
88
88
|
AuthentikSourcesScimScimsource: 'authentik_sources_scim.scimsource',
|
|
89
89
|
AuthentikSourcesScimScimsourcepropertymapping: 'authentik_sources_scim.scimsourcepropertymapping',
|
|
90
|
+
AuthentikSourcesTelegramTelegramsource: 'authentik_sources_telegram.telegramsource',
|
|
91
|
+
AuthentikSourcesTelegramTelegramsourcepropertymapping: 'authentik_sources_telegram.telegramsourcepropertymapping',
|
|
92
|
+
AuthentikSourcesTelegramUsertelegramsourceconnection: 'authentik_sources_telegram.usertelegramsourceconnection',
|
|
93
|
+
AuthentikSourcesTelegramGrouptelegramsourceconnection: 'authentik_sources_telegram.grouptelegramsourceconnection',
|
|
90
94
|
AuthentikStagesAuthenticatorDuoAuthenticatorduostage: 'authentik_stages_authenticator_duo.authenticatorduostage',
|
|
91
95
|
AuthentikStagesAuthenticatorDuoDuodevice: 'authentik_stages_authenticator_duo.duodevice',
|
|
92
96
|
AuthentikStagesAuthenticatorEmailAuthenticatoremailstage: 'authentik_stages_authenticator_email.authenticatoremailstage',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModelEnum.js","sourceRoot":"","sources":["../../src/models/ModelEnum.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"ModelEnum.js","sourceRoot":"","sources":["../../src/models/ModelEnum.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* authentik
|
|
3
|
+
* Making authentication simple.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2025.10.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 { GroupTelegramSourceConnection } from './GroupTelegramSourceConnection';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface PaginatedGroupTelegramSourceConnectionList
|
|
18
|
+
*/
|
|
19
|
+
export interface PaginatedGroupTelegramSourceConnectionList {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {Pagination}
|
|
23
|
+
* @memberof PaginatedGroupTelegramSourceConnectionList
|
|
24
|
+
*/
|
|
25
|
+
pagination: Pagination;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<GroupTelegramSourceConnection>}
|
|
29
|
+
* @memberof PaginatedGroupTelegramSourceConnectionList
|
|
30
|
+
*/
|
|
31
|
+
results: Array<GroupTelegramSourceConnection>;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {{ [key: string]: any; }}
|
|
35
|
+
* @memberof PaginatedGroupTelegramSourceConnectionList
|
|
36
|
+
*/
|
|
37
|
+
autocomplete: {
|
|
38
|
+
[key: string]: any;
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* Check if a given object implements the PaginatedGroupTelegramSourceConnectionList interface.
|
|
43
|
+
*/
|
|
44
|
+
export declare function instanceOfPaginatedGroupTelegramSourceConnectionList(value: object): value is PaginatedGroupTelegramSourceConnectionList;
|
|
45
|
+
export declare function PaginatedGroupTelegramSourceConnectionListFromJSON(json: any): PaginatedGroupTelegramSourceConnectionList;
|
|
46
|
+
export declare function PaginatedGroupTelegramSourceConnectionListFromJSONTyped(json: any, ignoreDiscriminator: boolean): PaginatedGroupTelegramSourceConnectionList;
|
|
47
|
+
export declare function PaginatedGroupTelegramSourceConnectionListToJSON(json: any): PaginatedGroupTelegramSourceConnectionList;
|
|
48
|
+
export declare function PaginatedGroupTelegramSourceConnectionListToJSONTyped(value?: PaginatedGroupTelegramSourceConnectionList | null, ignoreDiscriminator?: boolean): any;
|
|
49
|
+
//# sourceMappingURL=PaginatedGroupTelegramSourceConnectionList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaginatedGroupTelegramSourceConnectionList.d.ts","sourceRoot":"","sources":["../../src/models/PaginatedGroupTelegramSourceConnectionList.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAO/C,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAQrF;;;;GAIG;AACH,MAAM,WAAW,0CAA0C;IACvD;;;;OAIG;IACH,UAAU,EAAE,UAAU,CAAC;IACvB;;;;OAIG;IACH,OAAO,EAAE,KAAK,CAAC,6BAA6B,CAAC,CAAC;IAC9C;;;;OAIG;IACH,YAAY,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;CACzC;AAED;;GAEG;AACH,wBAAgB,oDAAoD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,0CAA0C,CAKvI;AAED,wBAAgB,kDAAkD,CAAC,IAAI,EAAE,GAAG,GAAG,0CAA0C,CAExH;AAED,wBAAgB,uDAAuD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,0CAA0C,CAU3J;AAED,wBAAgB,gDAAgD,CAAC,IAAI,EAAE,GAAG,GAAG,0CAA0C,CAEtH;AAED,wBAAgB,qDAAqD,CAAC,KAAK,CAAC,EAAE,0CAA0C,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAW1K"}
|
|
@@ -0,0 +1,61 @@
|
|
|
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.10.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.instanceOfPaginatedGroupTelegramSourceConnectionList = instanceOfPaginatedGroupTelegramSourceConnectionList;
|
|
17
|
+
exports.PaginatedGroupTelegramSourceConnectionListFromJSON = PaginatedGroupTelegramSourceConnectionListFromJSON;
|
|
18
|
+
exports.PaginatedGroupTelegramSourceConnectionListFromJSONTyped = PaginatedGroupTelegramSourceConnectionListFromJSONTyped;
|
|
19
|
+
exports.PaginatedGroupTelegramSourceConnectionListToJSON = PaginatedGroupTelegramSourceConnectionListToJSON;
|
|
20
|
+
exports.PaginatedGroupTelegramSourceConnectionListToJSONTyped = PaginatedGroupTelegramSourceConnectionListToJSONTyped;
|
|
21
|
+
const Pagination_1 = require("./Pagination");
|
|
22
|
+
const GroupTelegramSourceConnection_1 = require("./GroupTelegramSourceConnection");
|
|
23
|
+
/**
|
|
24
|
+
* Check if a given object implements the PaginatedGroupTelegramSourceConnectionList interface.
|
|
25
|
+
*/
|
|
26
|
+
function instanceOfPaginatedGroupTelegramSourceConnectionList(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 PaginatedGroupTelegramSourceConnectionListFromJSON(json) {
|
|
36
|
+
return PaginatedGroupTelegramSourceConnectionListFromJSONTyped(json, false);
|
|
37
|
+
}
|
|
38
|
+
function PaginatedGroupTelegramSourceConnectionListFromJSONTyped(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(GroupTelegramSourceConnection_1.GroupTelegramSourceConnectionFromJSON)),
|
|
45
|
+
'autocomplete': json['autocomplete'],
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
function PaginatedGroupTelegramSourceConnectionListToJSON(json) {
|
|
49
|
+
return PaginatedGroupTelegramSourceConnectionListToJSONTyped(json, false);
|
|
50
|
+
}
|
|
51
|
+
function PaginatedGroupTelegramSourceConnectionListToJSONTyped(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(GroupTelegramSourceConnection_1.GroupTelegramSourceConnectionToJSON)),
|
|
58
|
+
'autocomplete': value['autocomplete'],
|
|
59
|
+
};
|
|
60
|
+
}
|
|
61
|
+
//# sourceMappingURL=PaginatedGroupTelegramSourceConnectionList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaginatedGroupTelegramSourceConnectionList.js","sourceRoot":"","sources":["../../src/models/PaginatedGroupTelegramSourceConnectionList.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA+CH,oHAKC;AAED,gHAEC;AAED,0HAUC;AAED,4GAEC;AAED,sHAWC;AAjFD,6CAKsB;AAEtB,mFAKyC;AA4BzC;;GAEG;AACH,SAAgB,oDAAoD,CAAC,KAAa;IAC9E,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,kDAAkD,CAAC,IAAS;IACxE,OAAO,uDAAuD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAChF,CAAC;AAED,SAAgB,uDAAuD,CAAC,IAAS,EAAE,mBAA4B;IAC3G,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,qEAAqC,CAAC,CAAC;QACvF,cAAc,EAAE,IAAI,CAAC,cAAc,CAAC;KACvC,CAAC;AACN,CAAC;AAED,SAAgB,gDAAgD,CAAC,IAAS;IACtE,OAAO,qDAAqD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9E,CAAC;AAED,SAAgB,qDAAqD,CAAC,KAAyD,EAAE,sBAA+B,KAAK;IACjK,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,mEAAmC,CAAC,CAAC;QACtF,cAAc,EAAE,KAAK,CAAC,cAAc,CAAC;KACxC,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* authentik
|
|
3
|
+
* Making authentication simple.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2025.10.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 { TelegramSource } from './TelegramSource';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface PaginatedTelegramSourceList
|
|
18
|
+
*/
|
|
19
|
+
export interface PaginatedTelegramSourceList {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {Pagination}
|
|
23
|
+
* @memberof PaginatedTelegramSourceList
|
|
24
|
+
*/
|
|
25
|
+
pagination: Pagination;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<TelegramSource>}
|
|
29
|
+
* @memberof PaginatedTelegramSourceList
|
|
30
|
+
*/
|
|
31
|
+
results: Array<TelegramSource>;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {{ [key: string]: any; }}
|
|
35
|
+
* @memberof PaginatedTelegramSourceList
|
|
36
|
+
*/
|
|
37
|
+
autocomplete: {
|
|
38
|
+
[key: string]: any;
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* Check if a given object implements the PaginatedTelegramSourceList interface.
|
|
43
|
+
*/
|
|
44
|
+
export declare function instanceOfPaginatedTelegramSourceList(value: object): value is PaginatedTelegramSourceList;
|
|
45
|
+
export declare function PaginatedTelegramSourceListFromJSON(json: any): PaginatedTelegramSourceList;
|
|
46
|
+
export declare function PaginatedTelegramSourceListFromJSONTyped(json: any, ignoreDiscriminator: boolean): PaginatedTelegramSourceList;
|
|
47
|
+
export declare function PaginatedTelegramSourceListToJSON(json: any): PaginatedTelegramSourceList;
|
|
48
|
+
export declare function PaginatedTelegramSourceListToJSONTyped(value?: PaginatedTelegramSourceList | null, ignoreDiscriminator?: boolean): any;
|
|
49
|
+
//# sourceMappingURL=PaginatedTelegramSourceList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaginatedTelegramSourceList.d.ts","sourceRoot":"","sources":["../../src/models/PaginatedTelegramSourceList.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAO/C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAQvD;;;;GAIG;AACH,MAAM,WAAW,2BAA2B;IACxC;;;;OAIG;IACH,UAAU,EAAE,UAAU,CAAC;IACvB;;;;OAIG;IACH,OAAO,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;IAC/B;;;;OAIG;IACH,YAAY,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;CACzC;AAED;;GAEG;AACH,wBAAgB,qCAAqC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,2BAA2B,CAKzG;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,GAAG,2BAA2B,CAE1F;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,2BAA2B,CAU7H;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,GAAG,2BAA2B,CAExF;AAED,wBAAgB,sCAAsC,CAAC,KAAK,CAAC,EAAE,2BAA2B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAW5I"}
|
|
@@ -0,0 +1,61 @@
|
|
|
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.10.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.instanceOfPaginatedTelegramSourceList = instanceOfPaginatedTelegramSourceList;
|
|
17
|
+
exports.PaginatedTelegramSourceListFromJSON = PaginatedTelegramSourceListFromJSON;
|
|
18
|
+
exports.PaginatedTelegramSourceListFromJSONTyped = PaginatedTelegramSourceListFromJSONTyped;
|
|
19
|
+
exports.PaginatedTelegramSourceListToJSON = PaginatedTelegramSourceListToJSON;
|
|
20
|
+
exports.PaginatedTelegramSourceListToJSONTyped = PaginatedTelegramSourceListToJSONTyped;
|
|
21
|
+
const Pagination_1 = require("./Pagination");
|
|
22
|
+
const TelegramSource_1 = require("./TelegramSource");
|
|
23
|
+
/**
|
|
24
|
+
* Check if a given object implements the PaginatedTelegramSourceList interface.
|
|
25
|
+
*/
|
|
26
|
+
function instanceOfPaginatedTelegramSourceList(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 PaginatedTelegramSourceListFromJSON(json) {
|
|
36
|
+
return PaginatedTelegramSourceListFromJSONTyped(json, false);
|
|
37
|
+
}
|
|
38
|
+
function PaginatedTelegramSourceListFromJSONTyped(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(TelegramSource_1.TelegramSourceFromJSON)),
|
|
45
|
+
'autocomplete': json['autocomplete'],
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
function PaginatedTelegramSourceListToJSON(json) {
|
|
49
|
+
return PaginatedTelegramSourceListToJSONTyped(json, false);
|
|
50
|
+
}
|
|
51
|
+
function PaginatedTelegramSourceListToJSONTyped(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(TelegramSource_1.TelegramSourceToJSON)),
|
|
58
|
+
'autocomplete': value['autocomplete'],
|
|
59
|
+
};
|
|
60
|
+
}
|
|
61
|
+
//# sourceMappingURL=PaginatedTelegramSourceList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaginatedTelegramSourceList.js","sourceRoot":"","sources":["../../src/models/PaginatedTelegramSourceList.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA+CH,sFAKC;AAED,kFAEC;AAED,4FAUC;AAED,8EAEC;AAED,wFAWC;AAjFD,6CAKsB;AAEtB,qDAK0B;AA4B1B;;GAEG;AACH,SAAgB,qCAAqC,CAAC,KAAa;IAC/D,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,mCAAmC,CAAC,IAAS;IACzD,OAAO,wCAAwC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACjE,CAAC;AAED,SAAgB,wCAAwC,CAAC,IAAS,EAAE,mBAA4B;IAC5F,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,uCAAsB,CAAC,CAAC;QACxE,cAAc,EAAE,IAAI,CAAC,cAAc,CAAC;KACvC,CAAC;AACN,CAAC;AAED,SAAgB,iCAAiC,CAAC,IAAS;IACvD,OAAO,sCAAsC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC/D,CAAC;AAED,SAAgB,sCAAsC,CAAC,KAA0C,EAAE,sBAA+B,KAAK;IACnI,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,qCAAoB,CAAC,CAAC;QACvE,cAAc,EAAE,KAAK,CAAC,cAAc,CAAC;KACxC,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* authentik
|
|
3
|
+
* Making authentication simple.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2025.10.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 { TelegramSourcePropertyMapping } from './TelegramSourcePropertyMapping';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface PaginatedTelegramSourcePropertyMappingList
|
|
18
|
+
*/
|
|
19
|
+
export interface PaginatedTelegramSourcePropertyMappingList {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {Pagination}
|
|
23
|
+
* @memberof PaginatedTelegramSourcePropertyMappingList
|
|
24
|
+
*/
|
|
25
|
+
pagination: Pagination;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<TelegramSourcePropertyMapping>}
|
|
29
|
+
* @memberof PaginatedTelegramSourcePropertyMappingList
|
|
30
|
+
*/
|
|
31
|
+
results: Array<TelegramSourcePropertyMapping>;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {{ [key: string]: any; }}
|
|
35
|
+
* @memberof PaginatedTelegramSourcePropertyMappingList
|
|
36
|
+
*/
|
|
37
|
+
autocomplete: {
|
|
38
|
+
[key: string]: any;
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* Check if a given object implements the PaginatedTelegramSourcePropertyMappingList interface.
|
|
43
|
+
*/
|
|
44
|
+
export declare function instanceOfPaginatedTelegramSourcePropertyMappingList(value: object): value is PaginatedTelegramSourcePropertyMappingList;
|
|
45
|
+
export declare function PaginatedTelegramSourcePropertyMappingListFromJSON(json: any): PaginatedTelegramSourcePropertyMappingList;
|
|
46
|
+
export declare function PaginatedTelegramSourcePropertyMappingListFromJSONTyped(json: any, ignoreDiscriminator: boolean): PaginatedTelegramSourcePropertyMappingList;
|
|
47
|
+
export declare function PaginatedTelegramSourcePropertyMappingListToJSON(json: any): PaginatedTelegramSourcePropertyMappingList;
|
|
48
|
+
export declare function PaginatedTelegramSourcePropertyMappingListToJSONTyped(value?: PaginatedTelegramSourcePropertyMappingList | null, ignoreDiscriminator?: boolean): any;
|
|
49
|
+
//# sourceMappingURL=PaginatedTelegramSourcePropertyMappingList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaginatedTelegramSourcePropertyMappingList.d.ts","sourceRoot":"","sources":["../../src/models/PaginatedTelegramSourcePropertyMappingList.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAO/C,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAQrF;;;;GAIG;AACH,MAAM,WAAW,0CAA0C;IACvD;;;;OAIG;IACH,UAAU,EAAE,UAAU,CAAC;IACvB;;;;OAIG;IACH,OAAO,EAAE,KAAK,CAAC,6BAA6B,CAAC,CAAC;IAC9C;;;;OAIG;IACH,YAAY,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;CACzC;AAED;;GAEG;AACH,wBAAgB,oDAAoD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,0CAA0C,CAKvI;AAED,wBAAgB,kDAAkD,CAAC,IAAI,EAAE,GAAG,GAAG,0CAA0C,CAExH;AAED,wBAAgB,uDAAuD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,0CAA0C,CAU3J;AAED,wBAAgB,gDAAgD,CAAC,IAAI,EAAE,GAAG,GAAG,0CAA0C,CAEtH;AAED,wBAAgB,qDAAqD,CAAC,KAAK,CAAC,EAAE,0CAA0C,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAW1K"}
|
|
@@ -0,0 +1,61 @@
|
|
|
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.10.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.instanceOfPaginatedTelegramSourcePropertyMappingList = instanceOfPaginatedTelegramSourcePropertyMappingList;
|
|
17
|
+
exports.PaginatedTelegramSourcePropertyMappingListFromJSON = PaginatedTelegramSourcePropertyMappingListFromJSON;
|
|
18
|
+
exports.PaginatedTelegramSourcePropertyMappingListFromJSONTyped = PaginatedTelegramSourcePropertyMappingListFromJSONTyped;
|
|
19
|
+
exports.PaginatedTelegramSourcePropertyMappingListToJSON = PaginatedTelegramSourcePropertyMappingListToJSON;
|
|
20
|
+
exports.PaginatedTelegramSourcePropertyMappingListToJSONTyped = PaginatedTelegramSourcePropertyMappingListToJSONTyped;
|
|
21
|
+
const Pagination_1 = require("./Pagination");
|
|
22
|
+
const TelegramSourcePropertyMapping_1 = require("./TelegramSourcePropertyMapping");
|
|
23
|
+
/**
|
|
24
|
+
* Check if a given object implements the PaginatedTelegramSourcePropertyMappingList interface.
|
|
25
|
+
*/
|
|
26
|
+
function instanceOfPaginatedTelegramSourcePropertyMappingList(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 PaginatedTelegramSourcePropertyMappingListFromJSON(json) {
|
|
36
|
+
return PaginatedTelegramSourcePropertyMappingListFromJSONTyped(json, false);
|
|
37
|
+
}
|
|
38
|
+
function PaginatedTelegramSourcePropertyMappingListFromJSONTyped(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(TelegramSourcePropertyMapping_1.TelegramSourcePropertyMappingFromJSON)),
|
|
45
|
+
'autocomplete': json['autocomplete'],
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
function PaginatedTelegramSourcePropertyMappingListToJSON(json) {
|
|
49
|
+
return PaginatedTelegramSourcePropertyMappingListToJSONTyped(json, false);
|
|
50
|
+
}
|
|
51
|
+
function PaginatedTelegramSourcePropertyMappingListToJSONTyped(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(TelegramSourcePropertyMapping_1.TelegramSourcePropertyMappingToJSON)),
|
|
58
|
+
'autocomplete': value['autocomplete'],
|
|
59
|
+
};
|
|
60
|
+
}
|
|
61
|
+
//# sourceMappingURL=PaginatedTelegramSourcePropertyMappingList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaginatedTelegramSourcePropertyMappingList.js","sourceRoot":"","sources":["../../src/models/PaginatedTelegramSourcePropertyMappingList.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA+CH,oHAKC;AAED,gHAEC;AAED,0HAUC;AAED,4GAEC;AAED,sHAWC;AAjFD,6CAKsB;AAEtB,mFAKyC;AA4BzC;;GAEG;AACH,SAAgB,oDAAoD,CAAC,KAAa;IAC9E,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,kDAAkD,CAAC,IAAS;IACxE,OAAO,uDAAuD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAChF,CAAC;AAED,SAAgB,uDAAuD,CAAC,IAAS,EAAE,mBAA4B;IAC3G,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,qEAAqC,CAAC,CAAC;QACvF,cAAc,EAAE,IAAI,CAAC,cAAc,CAAC;KACvC,CAAC;AACN,CAAC;AAED,SAAgB,gDAAgD,CAAC,IAAS;IACtE,OAAO,qDAAqD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9E,CAAC;AAED,SAAgB,qDAAqD,CAAC,KAAyD,EAAE,sBAA+B,KAAK;IACjK,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,mEAAmC,CAAC,CAAC;QACtF,cAAc,EAAE,KAAK,CAAC,cAAc,CAAC;KACxC,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* authentik
|
|
3
|
+
* Making authentication simple.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2025.10.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 { UserTelegramSourceConnection } from './UserTelegramSourceConnection';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface PaginatedUserTelegramSourceConnectionList
|
|
18
|
+
*/
|
|
19
|
+
export interface PaginatedUserTelegramSourceConnectionList {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {Pagination}
|
|
23
|
+
* @memberof PaginatedUserTelegramSourceConnectionList
|
|
24
|
+
*/
|
|
25
|
+
pagination: Pagination;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<UserTelegramSourceConnection>}
|
|
29
|
+
* @memberof PaginatedUserTelegramSourceConnectionList
|
|
30
|
+
*/
|
|
31
|
+
results: Array<UserTelegramSourceConnection>;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {{ [key: string]: any; }}
|
|
35
|
+
* @memberof PaginatedUserTelegramSourceConnectionList
|
|
36
|
+
*/
|
|
37
|
+
autocomplete: {
|
|
38
|
+
[key: string]: any;
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* Check if a given object implements the PaginatedUserTelegramSourceConnectionList interface.
|
|
43
|
+
*/
|
|
44
|
+
export declare function instanceOfPaginatedUserTelegramSourceConnectionList(value: object): value is PaginatedUserTelegramSourceConnectionList;
|
|
45
|
+
export declare function PaginatedUserTelegramSourceConnectionListFromJSON(json: any): PaginatedUserTelegramSourceConnectionList;
|
|
46
|
+
export declare function PaginatedUserTelegramSourceConnectionListFromJSONTyped(json: any, ignoreDiscriminator: boolean): PaginatedUserTelegramSourceConnectionList;
|
|
47
|
+
export declare function PaginatedUserTelegramSourceConnectionListToJSON(json: any): PaginatedUserTelegramSourceConnectionList;
|
|
48
|
+
export declare function PaginatedUserTelegramSourceConnectionListToJSONTyped(value?: PaginatedUserTelegramSourceConnectionList | null, ignoreDiscriminator?: boolean): any;
|
|
49
|
+
//# sourceMappingURL=PaginatedUserTelegramSourceConnectionList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaginatedUserTelegramSourceConnectionList.d.ts","sourceRoot":"","sources":["../../src/models/PaginatedUserTelegramSourceConnectionList.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAO/C,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAQnF;;;;GAIG;AACH,MAAM,WAAW,yCAAyC;IACtD;;;;OAIG;IACH,UAAU,EAAE,UAAU,CAAC;IACvB;;;;OAIG;IACH,OAAO,EAAE,KAAK,CAAC,4BAA4B,CAAC,CAAC;IAC7C;;;;OAIG;IACH,YAAY,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;CACzC;AAED;;GAEG;AACH,wBAAgB,mDAAmD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,yCAAyC,CAKrI;AAED,wBAAgB,iDAAiD,CAAC,IAAI,EAAE,GAAG,GAAG,yCAAyC,CAEtH;AAED,wBAAgB,sDAAsD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,yCAAyC,CAUzJ;AAED,wBAAgB,+CAA+C,CAAC,IAAI,EAAE,GAAG,GAAG,yCAAyC,CAEpH;AAED,wBAAgB,oDAAoD,CAAC,KAAK,CAAC,EAAE,yCAAyC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAWxK"}
|