@goauthentik/api 2024.8.3-1728649674 → 2024.8.3-1728912934

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (127) hide show
  1. package/.openapi-generator/FILES +1 -0
  2. package/dist/apis/ProvidersApi.d.ts +2 -0
  3. package/dist/apis/ProvidersApi.js +9 -0
  4. package/dist/esm/apis/ProvidersApi.d.ts +2 -0
  5. package/dist/esm/apis/ProvidersApi.js +9 -0
  6. package/dist/esm/models/ChallengeTypes.d.ts +3 -0
  7. package/dist/esm/models/ChallengeTypes.js +5 -0
  8. package/dist/esm/models/LDAPOutpostConfig.d.ts +6 -0
  9. package/dist/esm/models/LDAPOutpostConfig.js +2 -0
  10. package/dist/esm/models/LDAPProvider.d.ts +6 -0
  11. package/dist/esm/models/LDAPProvider.js +3 -0
  12. package/dist/esm/models/LDAPProviderRequest.d.ts +6 -0
  13. package/dist/esm/models/LDAPProviderRequest.js +3 -0
  14. package/dist/esm/models/OAuth2Provider.d.ts +6 -0
  15. package/dist/esm/models/OAuth2Provider.js +3 -0
  16. package/dist/esm/models/OAuth2ProviderRequest.d.ts +6 -0
  17. package/dist/esm/models/OAuth2ProviderRequest.js +3 -0
  18. package/dist/esm/models/PatchedLDAPProviderRequest.d.ts +6 -0
  19. package/dist/esm/models/PatchedLDAPProviderRequest.js +2 -0
  20. package/dist/esm/models/PatchedOAuth2ProviderRequest.d.ts +6 -0
  21. package/dist/esm/models/PatchedOAuth2ProviderRequest.js +2 -0
  22. package/dist/esm/models/PatchedProxyProviderRequest.d.ts +6 -0
  23. package/dist/esm/models/PatchedProxyProviderRequest.js +2 -0
  24. package/dist/esm/models/PatchedRACProviderRequest.d.ts +6 -0
  25. package/dist/esm/models/PatchedRACProviderRequest.js +2 -0
  26. package/dist/esm/models/PatchedRadiusProviderRequest.d.ts +6 -0
  27. package/dist/esm/models/PatchedRadiusProviderRequest.js +2 -0
  28. package/dist/esm/models/PatchedSAMLProviderRequest.d.ts +6 -0
  29. package/dist/esm/models/PatchedSAMLProviderRequest.js +2 -0
  30. package/dist/esm/models/Provider.d.ts +6 -0
  31. package/dist/esm/models/Provider.js +3 -0
  32. package/dist/esm/models/ProviderRequest.d.ts +6 -0
  33. package/dist/esm/models/ProviderRequest.js +3 -0
  34. package/dist/esm/models/ProxyProvider.d.ts +6 -0
  35. package/dist/esm/models/ProxyProvider.js +3 -0
  36. package/dist/esm/models/ProxyProviderRequest.d.ts +6 -0
  37. package/dist/esm/models/ProxyProviderRequest.js +3 -0
  38. package/dist/esm/models/RACProvider.d.ts +6 -0
  39. package/dist/esm/models/RACProvider.js +3 -0
  40. package/dist/esm/models/RACProviderRequest.d.ts +6 -0
  41. package/dist/esm/models/RACProviderRequest.js +3 -0
  42. package/dist/esm/models/RadiusProvider.d.ts +6 -0
  43. package/dist/esm/models/RadiusProvider.js +3 -0
  44. package/dist/esm/models/RadiusProviderRequest.d.ts +6 -0
  45. package/dist/esm/models/RadiusProviderRequest.js +3 -0
  46. package/dist/esm/models/SAMLProvider.d.ts +6 -0
  47. package/dist/esm/models/SAMLProvider.js +3 -0
  48. package/dist/esm/models/SAMLProviderRequest.d.ts +6 -0
  49. package/dist/esm/models/SAMLProviderRequest.js +3 -0
  50. package/dist/esm/models/SessionEndChallenge.d.ts +83 -0
  51. package/dist/esm/models/SessionEndChallenge.js +63 -0
  52. package/dist/esm/models/index.d.ts +1 -0
  53. package/dist/esm/models/index.js +1 -0
  54. package/dist/models/ChallengeTypes.d.ts +3 -0
  55. package/dist/models/ChallengeTypes.js +5 -0
  56. package/dist/models/LDAPOutpostConfig.d.ts +6 -0
  57. package/dist/models/LDAPOutpostConfig.js +2 -0
  58. package/dist/models/LDAPProvider.d.ts +6 -0
  59. package/dist/models/LDAPProvider.js +3 -0
  60. package/dist/models/LDAPProviderRequest.d.ts +6 -0
  61. package/dist/models/LDAPProviderRequest.js +3 -0
  62. package/dist/models/OAuth2Provider.d.ts +6 -0
  63. package/dist/models/OAuth2Provider.js +3 -0
  64. package/dist/models/OAuth2ProviderRequest.d.ts +6 -0
  65. package/dist/models/OAuth2ProviderRequest.js +3 -0
  66. package/dist/models/PatchedLDAPProviderRequest.d.ts +6 -0
  67. package/dist/models/PatchedLDAPProviderRequest.js +2 -0
  68. package/dist/models/PatchedOAuth2ProviderRequest.d.ts +6 -0
  69. package/dist/models/PatchedOAuth2ProviderRequest.js +2 -0
  70. package/dist/models/PatchedProxyProviderRequest.d.ts +6 -0
  71. package/dist/models/PatchedProxyProviderRequest.js +2 -0
  72. package/dist/models/PatchedRACProviderRequest.d.ts +6 -0
  73. package/dist/models/PatchedRACProviderRequest.js +2 -0
  74. package/dist/models/PatchedRadiusProviderRequest.d.ts +6 -0
  75. package/dist/models/PatchedRadiusProviderRequest.js +2 -0
  76. package/dist/models/PatchedSAMLProviderRequest.d.ts +6 -0
  77. package/dist/models/PatchedSAMLProviderRequest.js +2 -0
  78. package/dist/models/Provider.d.ts +6 -0
  79. package/dist/models/Provider.js +3 -0
  80. package/dist/models/ProviderRequest.d.ts +6 -0
  81. package/dist/models/ProviderRequest.js +3 -0
  82. package/dist/models/ProxyProvider.d.ts +6 -0
  83. package/dist/models/ProxyProvider.js +3 -0
  84. package/dist/models/ProxyProviderRequest.d.ts +6 -0
  85. package/dist/models/ProxyProviderRequest.js +3 -0
  86. package/dist/models/RACProvider.d.ts +6 -0
  87. package/dist/models/RACProvider.js +3 -0
  88. package/dist/models/RACProviderRequest.d.ts +6 -0
  89. package/dist/models/RACProviderRequest.js +3 -0
  90. package/dist/models/RadiusProvider.d.ts +6 -0
  91. package/dist/models/RadiusProvider.js +3 -0
  92. package/dist/models/RadiusProviderRequest.d.ts +6 -0
  93. package/dist/models/RadiusProviderRequest.js +3 -0
  94. package/dist/models/SAMLProvider.d.ts +6 -0
  95. package/dist/models/SAMLProvider.js +3 -0
  96. package/dist/models/SAMLProviderRequest.d.ts +6 -0
  97. package/dist/models/SAMLProviderRequest.js +3 -0
  98. package/dist/models/SessionEndChallenge.d.ts +83 -0
  99. package/dist/models/SessionEndChallenge.js +70 -0
  100. package/dist/models/index.d.ts +1 -0
  101. package/dist/models/index.js +1 -0
  102. package/package.json +1 -1
  103. package/src/apis/ProvidersApi.ts +14 -0
  104. package/src/models/ChallengeTypes.ts +12 -1
  105. package/src/models/LDAPOutpostConfig.ts +8 -0
  106. package/src/models/LDAPProvider.ts +9 -0
  107. package/src/models/LDAPProviderRequest.ts +9 -0
  108. package/src/models/OAuth2Provider.ts +9 -0
  109. package/src/models/OAuth2ProviderRequest.ts +9 -0
  110. package/src/models/PatchedLDAPProviderRequest.ts +8 -0
  111. package/src/models/PatchedOAuth2ProviderRequest.ts +8 -0
  112. package/src/models/PatchedProxyProviderRequest.ts +8 -0
  113. package/src/models/PatchedRACProviderRequest.ts +8 -0
  114. package/src/models/PatchedRadiusProviderRequest.ts +8 -0
  115. package/src/models/PatchedSAMLProviderRequest.ts +8 -0
  116. package/src/models/Provider.ts +9 -0
  117. package/src/models/ProviderRequest.ts +9 -0
  118. package/src/models/ProxyProvider.ts +9 -0
  119. package/src/models/ProxyProviderRequest.ts +9 -0
  120. package/src/models/RACProvider.ts +9 -0
  121. package/src/models/RACProviderRequest.ts +9 -0
  122. package/src/models/RadiusProvider.ts +9 -0
  123. package/src/models/RadiusProviderRequest.ts +9 -0
  124. package/src/models/SAMLProvider.ts +9 -0
  125. package/src/models/SAMLProviderRequest.ts +9 -0
  126. package/src/models/SessionEndChallenge.ts +145 -0
  127. package/src/models/index.ts +1 -0
@@ -25,6 +25,7 @@ function instanceOfOAuth2ProviderRequest(value) {
25
25
  let isInstance = true;
26
26
  isInstance = isInstance && "name" in value;
27
27
  isInstance = isInstance && "authorizationFlow" in value;
28
+ isInstance = isInstance && "invalidationFlow" in value;
28
29
  return isInstance;
29
30
  }
30
31
  exports.instanceOfOAuth2ProviderRequest = instanceOfOAuth2ProviderRequest;
@@ -40,6 +41,7 @@ function OAuth2ProviderRequestFromJSONTyped(json, ignoreDiscriminator) {
40
41
  'name': json['name'],
41
42
  'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
42
43
  'authorizationFlow': json['authorization_flow'],
44
+ 'invalidationFlow': json['invalidation_flow'],
43
45
  'propertyMappings': !(0, runtime_1.exists)(json, 'property_mappings') ? undefined : json['property_mappings'],
44
46
  'clientType': !(0, runtime_1.exists)(json, 'client_type') ? undefined : (0, ClientTypeEnum_1.ClientTypeEnumFromJSON)(json['client_type']),
45
47
  'clientId': !(0, runtime_1.exists)(json, 'client_id') ? undefined : json['client_id'],
@@ -67,6 +69,7 @@ function OAuth2ProviderRequestToJSON(value) {
67
69
  'name': value.name,
68
70
  'authentication_flow': value.authenticationFlow,
69
71
  'authorization_flow': value.authorizationFlow,
72
+ 'invalidation_flow': value.invalidationFlow,
70
73
  'property_mappings': value.propertyMappings,
71
74
  'client_type': (0, ClientTypeEnum_1.ClientTypeEnumToJSON)(value.clientType),
72
75
  'client_id': value.clientId,
@@ -34,6 +34,12 @@ export interface PatchedLDAPProviderRequest {
34
34
  * @memberof PatchedLDAPProviderRequest
35
35
  */
36
36
  authorizationFlow?: string;
37
+ /**
38
+ * Flow used ending the session from a provider.
39
+ * @type {string}
40
+ * @memberof PatchedLDAPProviderRequest
41
+ */
42
+ invalidationFlow?: string;
37
43
  /**
38
44
  *
39
45
  * @type {Array<string>}
@@ -36,6 +36,7 @@ function PatchedLDAPProviderRequestFromJSONTyped(json, ignoreDiscriminator) {
36
36
  'name': !(0, runtime_1.exists)(json, 'name') ? undefined : json['name'],
37
37
  'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
38
38
  'authorizationFlow': !(0, runtime_1.exists)(json, 'authorization_flow') ? undefined : json['authorization_flow'],
39
+ 'invalidationFlow': !(0, runtime_1.exists)(json, 'invalidation_flow') ? undefined : json['invalidation_flow'],
39
40
  'propertyMappings': !(0, runtime_1.exists)(json, 'property_mappings') ? undefined : json['property_mappings'],
40
41
  'baseDn': !(0, runtime_1.exists)(json, 'base_dn') ? undefined : json['base_dn'],
41
42
  'certificate': !(0, runtime_1.exists)(json, 'certificate') ? undefined : json['certificate'],
@@ -59,6 +60,7 @@ function PatchedLDAPProviderRequestToJSON(value) {
59
60
  'name': value.name,
60
61
  'authentication_flow': value.authenticationFlow,
61
62
  'authorization_flow': value.authorizationFlow,
63
+ 'invalidation_flow': value.invalidationFlow,
62
64
  'property_mappings': value.propertyMappings,
63
65
  'base_dn': value.baseDn,
64
66
  'certificate': value.certificate,
@@ -36,6 +36,12 @@ export interface PatchedOAuth2ProviderRequest {
36
36
  * @memberof PatchedOAuth2ProviderRequest
37
37
  */
38
38
  authorizationFlow?: string;
39
+ /**
40
+ * Flow used ending the session from a provider.
41
+ * @type {string}
42
+ * @memberof PatchedOAuth2ProviderRequest
43
+ */
44
+ invalidationFlow?: string;
39
45
  /**
40
46
  *
41
47
  * @type {Array<string>}
@@ -38,6 +38,7 @@ function PatchedOAuth2ProviderRequestFromJSONTyped(json, ignoreDiscriminator) {
38
38
  'name': !(0, runtime_1.exists)(json, 'name') ? undefined : json['name'],
39
39
  'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
40
40
  'authorizationFlow': !(0, runtime_1.exists)(json, 'authorization_flow') ? undefined : json['authorization_flow'],
41
+ 'invalidationFlow': !(0, runtime_1.exists)(json, 'invalidation_flow') ? undefined : json['invalidation_flow'],
41
42
  'propertyMappings': !(0, runtime_1.exists)(json, 'property_mappings') ? undefined : json['property_mappings'],
42
43
  'clientType': !(0, runtime_1.exists)(json, 'client_type') ? undefined : (0, ClientTypeEnum_1.ClientTypeEnumFromJSON)(json['client_type']),
43
44
  'clientId': !(0, runtime_1.exists)(json, 'client_id') ? undefined : json['client_id'],
@@ -65,6 +66,7 @@ function PatchedOAuth2ProviderRequestToJSON(value) {
65
66
  'name': value.name,
66
67
  'authentication_flow': value.authenticationFlow,
67
68
  'authorization_flow': value.authorizationFlow,
69
+ 'invalidation_flow': value.invalidationFlow,
68
70
  'property_mappings': value.propertyMappings,
69
71
  'client_type': (0, ClientTypeEnum_1.ClientTypeEnumToJSON)(value.clientType),
70
72
  'client_id': value.clientId,
@@ -34,6 +34,12 @@ export interface PatchedProxyProviderRequest {
34
34
  * @memberof PatchedProxyProviderRequest
35
35
  */
36
36
  authorizationFlow?: string;
37
+ /**
38
+ * Flow used ending the session from a provider.
39
+ * @type {string}
40
+ * @memberof PatchedProxyProviderRequest
41
+ */
42
+ invalidationFlow?: string;
37
43
  /**
38
44
  *
39
45
  * @type {Array<string>}
@@ -36,6 +36,7 @@ function PatchedProxyProviderRequestFromJSONTyped(json, ignoreDiscriminator) {
36
36
  'name': !(0, runtime_1.exists)(json, 'name') ? undefined : json['name'],
37
37
  'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
38
38
  'authorizationFlow': !(0, runtime_1.exists)(json, 'authorization_flow') ? undefined : json['authorization_flow'],
39
+ 'invalidationFlow': !(0, runtime_1.exists)(json, 'invalidation_flow') ? undefined : json['invalidation_flow'],
39
40
  'propertyMappings': !(0, runtime_1.exists)(json, 'property_mappings') ? undefined : json['property_mappings'],
40
41
  'internalHost': !(0, runtime_1.exists)(json, 'internal_host') ? undefined : json['internal_host'],
41
42
  'externalHost': !(0, runtime_1.exists)(json, 'external_host') ? undefined : json['external_host'],
@@ -65,6 +66,7 @@ function PatchedProxyProviderRequestToJSON(value) {
65
66
  'name': value.name,
66
67
  'authentication_flow': value.authenticationFlow,
67
68
  'authorization_flow': value.authorizationFlow,
69
+ 'invalidation_flow': value.invalidationFlow,
68
70
  'property_mappings': value.propertyMappings,
69
71
  'internal_host': value.internalHost,
70
72
  'external_host': value.externalHost,
@@ -33,6 +33,12 @@ export interface PatchedRACProviderRequest {
33
33
  * @memberof PatchedRACProviderRequest
34
34
  */
35
35
  authorizationFlow?: string;
36
+ /**
37
+ * Flow used ending the session from a provider.
38
+ * @type {string}
39
+ * @memberof PatchedRACProviderRequest
40
+ */
41
+ invalidationFlow?: string;
36
42
  /**
37
43
  *
38
44
  * @type {Array<string>}
@@ -35,6 +35,7 @@ function PatchedRACProviderRequestFromJSONTyped(json, ignoreDiscriminator) {
35
35
  'name': !(0, runtime_1.exists)(json, 'name') ? undefined : json['name'],
36
36
  'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
37
37
  'authorizationFlow': !(0, runtime_1.exists)(json, 'authorization_flow') ? undefined : json['authorization_flow'],
38
+ 'invalidationFlow': !(0, runtime_1.exists)(json, 'invalidation_flow') ? undefined : json['invalidation_flow'],
38
39
  'propertyMappings': !(0, runtime_1.exists)(json, 'property_mappings') ? undefined : json['property_mappings'],
39
40
  'settings': !(0, runtime_1.exists)(json, 'settings') ? undefined : json['settings'],
40
41
  'connectionExpiry': !(0, runtime_1.exists)(json, 'connection_expiry') ? undefined : json['connection_expiry'],
@@ -53,6 +54,7 @@ function PatchedRACProviderRequestToJSON(value) {
53
54
  'name': value.name,
54
55
  'authentication_flow': value.authenticationFlow,
55
56
  'authorization_flow': value.authorizationFlow,
57
+ 'invalidation_flow': value.invalidationFlow,
56
58
  'property_mappings': value.propertyMappings,
57
59
  'settings': value.settings,
58
60
  'connection_expiry': value.connectionExpiry,
@@ -33,6 +33,12 @@ export interface PatchedRadiusProviderRequest {
33
33
  * @memberof PatchedRadiusProviderRequest
34
34
  */
35
35
  authorizationFlow?: string;
36
+ /**
37
+ * Flow used ending the session from a provider.
38
+ * @type {string}
39
+ * @memberof PatchedRadiusProviderRequest
40
+ */
41
+ invalidationFlow?: string;
36
42
  /**
37
43
  *
38
44
  * @type {Array<string>}
@@ -35,6 +35,7 @@ function PatchedRadiusProviderRequestFromJSONTyped(json, ignoreDiscriminator) {
35
35
  'name': !(0, runtime_1.exists)(json, 'name') ? undefined : json['name'],
36
36
  'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
37
37
  'authorizationFlow': !(0, runtime_1.exists)(json, 'authorization_flow') ? undefined : json['authorization_flow'],
38
+ 'invalidationFlow': !(0, runtime_1.exists)(json, 'invalidation_flow') ? undefined : json['invalidation_flow'],
38
39
  'propertyMappings': !(0, runtime_1.exists)(json, 'property_mappings') ? undefined : json['property_mappings'],
39
40
  'clientNetworks': !(0, runtime_1.exists)(json, 'client_networks') ? undefined : json['client_networks'],
40
41
  'sharedSecret': !(0, runtime_1.exists)(json, 'shared_secret') ? undefined : json['shared_secret'],
@@ -53,6 +54,7 @@ function PatchedRadiusProviderRequestToJSON(value) {
53
54
  'name': value.name,
54
55
  'authentication_flow': value.authenticationFlow,
55
56
  'authorization_flow': value.authorizationFlow,
57
+ 'invalidation_flow': value.invalidationFlow,
56
58
  'property_mappings': value.propertyMappings,
57
59
  'client_networks': value.clientNetworks,
58
60
  'shared_secret': value.sharedSecret,
@@ -36,6 +36,12 @@ export interface PatchedSAMLProviderRequest {
36
36
  * @memberof PatchedSAMLProviderRequest
37
37
  */
38
38
  authorizationFlow?: string;
39
+ /**
40
+ * Flow used ending the session from a provider.
41
+ * @type {string}
42
+ * @memberof PatchedSAMLProviderRequest
43
+ */
44
+ invalidationFlow?: string;
39
45
  /**
40
46
  *
41
47
  * @type {Array<string>}
@@ -38,6 +38,7 @@ function PatchedSAMLProviderRequestFromJSONTyped(json, ignoreDiscriminator) {
38
38
  'name': !(0, runtime_1.exists)(json, 'name') ? undefined : json['name'],
39
39
  'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
40
40
  'authorizationFlow': !(0, runtime_1.exists)(json, 'authorization_flow') ? undefined : json['authorization_flow'],
41
+ 'invalidationFlow': !(0, runtime_1.exists)(json, 'invalidation_flow') ? undefined : json['invalidation_flow'],
41
42
  'propertyMappings': !(0, runtime_1.exists)(json, 'property_mappings') ? undefined : json['property_mappings'],
42
43
  'acsUrl': !(0, runtime_1.exists)(json, 'acs_url') ? undefined : json['acs_url'],
43
44
  'audience': !(0, runtime_1.exists)(json, 'audience') ? undefined : json['audience'],
@@ -69,6 +70,7 @@ function PatchedSAMLProviderRequestToJSON(value) {
69
70
  'name': value.name,
70
71
  'authentication_flow': value.authenticationFlow,
71
72
  'authorization_flow': value.authorizationFlow,
73
+ 'invalidation_flow': value.invalidationFlow,
72
74
  'property_mappings': value.propertyMappings,
73
75
  'acs_url': value.acsUrl,
74
76
  'audience': value.audience,
@@ -39,6 +39,12 @@ export interface Provider {
39
39
  * @memberof Provider
40
40
  */
41
41
  authorizationFlow: string;
42
+ /**
43
+ * Flow used ending the session from a provider.
44
+ * @type {string}
45
+ * @memberof Provider
46
+ */
47
+ invalidationFlow: string;
42
48
  /**
43
49
  *
44
50
  * @type {Array<string>}
@@ -23,6 +23,7 @@ function instanceOfProvider(value) {
23
23
  isInstance = isInstance && "pk" in value;
24
24
  isInstance = isInstance && "name" in value;
25
25
  isInstance = isInstance && "authorizationFlow" in value;
26
+ isInstance = isInstance && "invalidationFlow" in value;
26
27
  isInstance = isInstance && "component" in value;
27
28
  isInstance = isInstance && "assignedApplicationSlug" in value;
28
29
  isInstance = isInstance && "assignedApplicationName" in value;
@@ -47,6 +48,7 @@ function ProviderFromJSONTyped(json, ignoreDiscriminator) {
47
48
  'name': json['name'],
48
49
  'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
49
50
  'authorizationFlow': json['authorization_flow'],
51
+ 'invalidationFlow': json['invalidation_flow'],
50
52
  'propertyMappings': !(0, runtime_1.exists)(json, 'property_mappings') ? undefined : json['property_mappings'],
51
53
  'component': json['component'],
52
54
  'assignedApplicationSlug': json['assigned_application_slug'],
@@ -70,6 +72,7 @@ function ProviderToJSON(value) {
70
72
  'name': value.name,
71
73
  'authentication_flow': value.authenticationFlow,
72
74
  'authorization_flow': value.authorizationFlow,
75
+ 'invalidation_flow': value.invalidationFlow,
73
76
  'property_mappings': value.propertyMappings,
74
77
  };
75
78
  }
@@ -33,6 +33,12 @@ export interface ProviderRequest {
33
33
  * @memberof ProviderRequest
34
34
  */
35
35
  authorizationFlow: string;
36
+ /**
37
+ * Flow used ending the session from a provider.
38
+ * @type {string}
39
+ * @memberof ProviderRequest
40
+ */
41
+ invalidationFlow: string;
36
42
  /**
37
43
  *
38
44
  * @type {Array<string>}
@@ -22,6 +22,7 @@ function instanceOfProviderRequest(value) {
22
22
  let isInstance = true;
23
23
  isInstance = isInstance && "name" in value;
24
24
  isInstance = isInstance && "authorizationFlow" in value;
25
+ isInstance = isInstance && "invalidationFlow" in value;
25
26
  return isInstance;
26
27
  }
27
28
  exports.instanceOfProviderRequest = instanceOfProviderRequest;
@@ -37,6 +38,7 @@ function ProviderRequestFromJSONTyped(json, ignoreDiscriminator) {
37
38
  'name': json['name'],
38
39
  'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
39
40
  'authorizationFlow': json['authorization_flow'],
41
+ 'invalidationFlow': json['invalidation_flow'],
40
42
  'propertyMappings': !(0, runtime_1.exists)(json, 'property_mappings') ? undefined : json['property_mappings'],
41
43
  };
42
44
  }
@@ -52,6 +54,7 @@ function ProviderRequestToJSON(value) {
52
54
  'name': value.name,
53
55
  'authentication_flow': value.authenticationFlow,
54
56
  'authorization_flow': value.authorizationFlow,
57
+ 'invalidation_flow': value.invalidationFlow,
55
58
  'property_mappings': value.propertyMappings,
56
59
  };
57
60
  }
@@ -40,6 +40,12 @@ export interface ProxyProvider {
40
40
  * @memberof ProxyProvider
41
41
  */
42
42
  authorizationFlow: string;
43
+ /**
44
+ * Flow used ending the session from a provider.
45
+ * @type {string}
46
+ * @memberof ProxyProvider
47
+ */
48
+ invalidationFlow: string;
43
49
  /**
44
50
  *
45
51
  * @type {Array<string>}
@@ -24,6 +24,7 @@ function instanceOfProxyProvider(value) {
24
24
  isInstance = isInstance && "pk" in value;
25
25
  isInstance = isInstance && "name" in value;
26
26
  isInstance = isInstance && "authorizationFlow" in value;
27
+ isInstance = isInstance && "invalidationFlow" in value;
27
28
  isInstance = isInstance && "component" in value;
28
29
  isInstance = isInstance && "assignedApplicationSlug" in value;
29
30
  isInstance = isInstance && "assignedApplicationName" in value;
@@ -52,6 +53,7 @@ function ProxyProviderFromJSONTyped(json, ignoreDiscriminator) {
52
53
  'name': json['name'],
53
54
  'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
54
55
  'authorizationFlow': json['authorization_flow'],
56
+ 'invalidationFlow': json['invalidation_flow'],
55
57
  'propertyMappings': !(0, runtime_1.exists)(json, 'property_mappings') ? undefined : json['property_mappings'],
56
58
  'component': json['component'],
57
59
  'assignedApplicationSlug': json['assigned_application_slug'],
@@ -92,6 +94,7 @@ function ProxyProviderToJSON(value) {
92
94
  'name': value.name,
93
95
  'authentication_flow': value.authenticationFlow,
94
96
  'authorization_flow': value.authorizationFlow,
97
+ 'invalidation_flow': value.invalidationFlow,
95
98
  'property_mappings': value.propertyMappings,
96
99
  'internal_host': value.internalHost,
97
100
  'external_host': value.externalHost,
@@ -34,6 +34,12 @@ export interface ProxyProviderRequest {
34
34
  * @memberof ProxyProviderRequest
35
35
  */
36
36
  authorizationFlow: string;
37
+ /**
38
+ * Flow used ending the session from a provider.
39
+ * @type {string}
40
+ * @memberof ProxyProviderRequest
41
+ */
42
+ invalidationFlow: string;
37
43
  /**
38
44
  *
39
45
  * @type {Array<string>}
@@ -23,6 +23,7 @@ function instanceOfProxyProviderRequest(value) {
23
23
  let isInstance = true;
24
24
  isInstance = isInstance && "name" in value;
25
25
  isInstance = isInstance && "authorizationFlow" in value;
26
+ isInstance = isInstance && "invalidationFlow" in value;
26
27
  isInstance = isInstance && "externalHost" in value;
27
28
  return isInstance;
28
29
  }
@@ -39,6 +40,7 @@ function ProxyProviderRequestFromJSONTyped(json, ignoreDiscriminator) {
39
40
  'name': json['name'],
40
41
  'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
41
42
  'authorizationFlow': json['authorization_flow'],
43
+ 'invalidationFlow': json['invalidation_flow'],
42
44
  'propertyMappings': !(0, runtime_1.exists)(json, 'property_mappings') ? undefined : json['property_mappings'],
43
45
  'internalHost': !(0, runtime_1.exists)(json, 'internal_host') ? undefined : json['internal_host'],
44
46
  'externalHost': json['external_host'],
@@ -68,6 +70,7 @@ function ProxyProviderRequestToJSON(value) {
68
70
  'name': value.name,
69
71
  'authentication_flow': value.authenticationFlow,
70
72
  'authorization_flow': value.authorizationFlow,
73
+ 'invalidation_flow': value.invalidationFlow,
71
74
  'property_mappings': value.propertyMappings,
72
75
  'internal_host': value.internalHost,
73
76
  'external_host': value.externalHost,
@@ -39,6 +39,12 @@ export interface RACProvider {
39
39
  * @memberof RACProvider
40
40
  */
41
41
  authorizationFlow: string;
42
+ /**
43
+ * Flow used ending the session from a provider.
44
+ * @type {string}
45
+ * @memberof RACProvider
46
+ */
47
+ invalidationFlow: string;
42
48
  /**
43
49
  *
44
50
  * @type {Array<string>}
@@ -23,6 +23,7 @@ function instanceOfRACProvider(value) {
23
23
  isInstance = isInstance && "pk" in value;
24
24
  isInstance = isInstance && "name" in value;
25
25
  isInstance = isInstance && "authorizationFlow" in value;
26
+ isInstance = isInstance && "invalidationFlow" in value;
26
27
  isInstance = isInstance && "component" in value;
27
28
  isInstance = isInstance && "assignedApplicationSlug" in value;
28
29
  isInstance = isInstance && "assignedApplicationName" in value;
@@ -48,6 +49,7 @@ function RACProviderFromJSONTyped(json, ignoreDiscriminator) {
48
49
  'name': json['name'],
49
50
  'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
50
51
  'authorizationFlow': json['authorization_flow'],
52
+ 'invalidationFlow': json['invalidation_flow'],
51
53
  'propertyMappings': !(0, runtime_1.exists)(json, 'property_mappings') ? undefined : json['property_mappings'],
52
54
  'component': json['component'],
53
55
  'assignedApplicationSlug': json['assigned_application_slug'],
@@ -75,6 +77,7 @@ function RACProviderToJSON(value) {
75
77
  'name': value.name,
76
78
  'authentication_flow': value.authenticationFlow,
77
79
  'authorization_flow': value.authorizationFlow,
80
+ 'invalidation_flow': value.invalidationFlow,
78
81
  'property_mappings': value.propertyMappings,
79
82
  'settings': value.settings,
80
83
  'connection_expiry': value.connectionExpiry,
@@ -33,6 +33,12 @@ export interface RACProviderRequest {
33
33
  * @memberof RACProviderRequest
34
34
  */
35
35
  authorizationFlow: string;
36
+ /**
37
+ * Flow used ending the session from a provider.
38
+ * @type {string}
39
+ * @memberof RACProviderRequest
40
+ */
41
+ invalidationFlow: string;
36
42
  /**
37
43
  *
38
44
  * @type {Array<string>}
@@ -22,6 +22,7 @@ function instanceOfRACProviderRequest(value) {
22
22
  let isInstance = true;
23
23
  isInstance = isInstance && "name" in value;
24
24
  isInstance = isInstance && "authorizationFlow" in value;
25
+ isInstance = isInstance && "invalidationFlow" in value;
25
26
  return isInstance;
26
27
  }
27
28
  exports.instanceOfRACProviderRequest = instanceOfRACProviderRequest;
@@ -37,6 +38,7 @@ function RACProviderRequestFromJSONTyped(json, ignoreDiscriminator) {
37
38
  'name': json['name'],
38
39
  'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
39
40
  'authorizationFlow': json['authorization_flow'],
41
+ 'invalidationFlow': json['invalidation_flow'],
40
42
  'propertyMappings': !(0, runtime_1.exists)(json, 'property_mappings') ? undefined : json['property_mappings'],
41
43
  'settings': !(0, runtime_1.exists)(json, 'settings') ? undefined : json['settings'],
42
44
  'connectionExpiry': !(0, runtime_1.exists)(json, 'connection_expiry') ? undefined : json['connection_expiry'],
@@ -55,6 +57,7 @@ function RACProviderRequestToJSON(value) {
55
57
  'name': value.name,
56
58
  'authentication_flow': value.authenticationFlow,
57
59
  'authorization_flow': value.authorizationFlow,
60
+ 'invalidation_flow': value.invalidationFlow,
58
61
  'property_mappings': value.propertyMappings,
59
62
  'settings': value.settings,
60
63
  'connection_expiry': value.connectionExpiry,
@@ -39,6 +39,12 @@ export interface RadiusProvider {
39
39
  * @memberof RadiusProvider
40
40
  */
41
41
  authorizationFlow: string;
42
+ /**
43
+ * Flow used ending the session from a provider.
44
+ * @type {string}
45
+ * @memberof RadiusProvider
46
+ */
47
+ invalidationFlow: string;
42
48
  /**
43
49
  *
44
50
  * @type {Array<string>}
@@ -23,6 +23,7 @@ function instanceOfRadiusProvider(value) {
23
23
  isInstance = isInstance && "pk" in value;
24
24
  isInstance = isInstance && "name" in value;
25
25
  isInstance = isInstance && "authorizationFlow" in value;
26
+ isInstance = isInstance && "invalidationFlow" in value;
26
27
  isInstance = isInstance && "component" in value;
27
28
  isInstance = isInstance && "assignedApplicationSlug" in value;
28
29
  isInstance = isInstance && "assignedApplicationName" in value;
@@ -48,6 +49,7 @@ function RadiusProviderFromJSONTyped(json, ignoreDiscriminator) {
48
49
  'name': json['name'],
49
50
  'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
50
51
  'authorizationFlow': json['authorization_flow'],
52
+ 'invalidationFlow': json['invalidation_flow'],
51
53
  'propertyMappings': !(0, runtime_1.exists)(json, 'property_mappings') ? undefined : json['property_mappings'],
52
54
  'component': json['component'],
53
55
  'assignedApplicationSlug': json['assigned_application_slug'],
@@ -75,6 +77,7 @@ function RadiusProviderToJSON(value) {
75
77
  'name': value.name,
76
78
  'authentication_flow': value.authenticationFlow,
77
79
  'authorization_flow': value.authorizationFlow,
80
+ 'invalidation_flow': value.invalidationFlow,
78
81
  'property_mappings': value.propertyMappings,
79
82
  'client_networks': value.clientNetworks,
80
83
  'shared_secret': value.sharedSecret,
@@ -33,6 +33,12 @@ export interface RadiusProviderRequest {
33
33
  * @memberof RadiusProviderRequest
34
34
  */
35
35
  authorizationFlow: string;
36
+ /**
37
+ * Flow used ending the session from a provider.
38
+ * @type {string}
39
+ * @memberof RadiusProviderRequest
40
+ */
41
+ invalidationFlow: string;
36
42
  /**
37
43
  *
38
44
  * @type {Array<string>}
@@ -22,6 +22,7 @@ function instanceOfRadiusProviderRequest(value) {
22
22
  let isInstance = true;
23
23
  isInstance = isInstance && "name" in value;
24
24
  isInstance = isInstance && "authorizationFlow" in value;
25
+ isInstance = isInstance && "invalidationFlow" in value;
25
26
  return isInstance;
26
27
  }
27
28
  exports.instanceOfRadiusProviderRequest = instanceOfRadiusProviderRequest;
@@ -37,6 +38,7 @@ function RadiusProviderRequestFromJSONTyped(json, ignoreDiscriminator) {
37
38
  'name': json['name'],
38
39
  'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
39
40
  'authorizationFlow': json['authorization_flow'],
41
+ 'invalidationFlow': json['invalidation_flow'],
40
42
  'propertyMappings': !(0, runtime_1.exists)(json, 'property_mappings') ? undefined : json['property_mappings'],
41
43
  'clientNetworks': !(0, runtime_1.exists)(json, 'client_networks') ? undefined : json['client_networks'],
42
44
  'sharedSecret': !(0, runtime_1.exists)(json, 'shared_secret') ? undefined : json['shared_secret'],
@@ -55,6 +57,7 @@ function RadiusProviderRequestToJSON(value) {
55
57
  'name': value.name,
56
58
  'authentication_flow': value.authenticationFlow,
57
59
  'authorization_flow': value.authorizationFlow,
60
+ 'invalidation_flow': value.invalidationFlow,
58
61
  'property_mappings': value.propertyMappings,
59
62
  'client_networks': value.clientNetworks,
60
63
  'shared_secret': value.sharedSecret,
@@ -42,6 +42,12 @@ export interface SAMLProvider {
42
42
  * @memberof SAMLProvider
43
43
  */
44
44
  authorizationFlow: string;
45
+ /**
46
+ * Flow used ending the session from a provider.
47
+ * @type {string}
48
+ * @memberof SAMLProvider
49
+ */
50
+ invalidationFlow: string;
45
51
  /**
46
52
  *
47
53
  * @type {Array<string>}
@@ -26,6 +26,7 @@ function instanceOfSAMLProvider(value) {
26
26
  isInstance = isInstance && "pk" in value;
27
27
  isInstance = isInstance && "name" in value;
28
28
  isInstance = isInstance && "authorizationFlow" in value;
29
+ isInstance = isInstance && "invalidationFlow" in value;
29
30
  isInstance = isInstance && "component" in value;
30
31
  isInstance = isInstance && "assignedApplicationSlug" in value;
31
32
  isInstance = isInstance && "assignedApplicationName" in value;
@@ -57,6 +58,7 @@ function SAMLProviderFromJSONTyped(json, ignoreDiscriminator) {
57
58
  'name': json['name'],
58
59
  'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
59
60
  'authorizationFlow': json['authorization_flow'],
61
+ 'invalidationFlow': json['invalidation_flow'],
60
62
  'propertyMappings': !(0, runtime_1.exists)(json, 'property_mappings') ? undefined : json['property_mappings'],
61
63
  'component': json['component'],
62
64
  'assignedApplicationSlug': json['assigned_application_slug'],
@@ -102,6 +104,7 @@ function SAMLProviderToJSON(value) {
102
104
  'name': value.name,
103
105
  'authentication_flow': value.authenticationFlow,
104
106
  'authorization_flow': value.authorizationFlow,
107
+ 'invalidation_flow': value.invalidationFlow,
105
108
  'property_mappings': value.propertyMappings,
106
109
  'acs_url': value.acsUrl,
107
110
  'audience': value.audience,
@@ -36,6 +36,12 @@ export interface SAMLProviderRequest {
36
36
  * @memberof SAMLProviderRequest
37
37
  */
38
38
  authorizationFlow: string;
39
+ /**
40
+ * Flow used ending the session from a provider.
41
+ * @type {string}
42
+ * @memberof SAMLProviderRequest
43
+ */
44
+ invalidationFlow: string;
39
45
  /**
40
46
  *
41
47
  * @type {Array<string>}
@@ -25,6 +25,7 @@ function instanceOfSAMLProviderRequest(value) {
25
25
  let isInstance = true;
26
26
  isInstance = isInstance && "name" in value;
27
27
  isInstance = isInstance && "authorizationFlow" in value;
28
+ isInstance = isInstance && "invalidationFlow" in value;
28
29
  isInstance = isInstance && "acsUrl" in value;
29
30
  return isInstance;
30
31
  }
@@ -41,6 +42,7 @@ function SAMLProviderRequestFromJSONTyped(json, ignoreDiscriminator) {
41
42
  'name': json['name'],
42
43
  'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
43
44
  'authorizationFlow': json['authorization_flow'],
45
+ 'invalidationFlow': json['invalidation_flow'],
44
46
  'propertyMappings': !(0, runtime_1.exists)(json, 'property_mappings') ? undefined : json['property_mappings'],
45
47
  'acsUrl': json['acs_url'],
46
48
  'audience': !(0, runtime_1.exists)(json, 'audience') ? undefined : json['audience'],
@@ -72,6 +74,7 @@ function SAMLProviderRequestToJSON(value) {
72
74
  'name': value.name,
73
75
  'authentication_flow': value.authenticationFlow,
74
76
  'authorization_flow': value.authorizationFlow,
77
+ 'invalidation_flow': value.invalidationFlow,
75
78
  'property_mappings': value.propertyMappings,
76
79
  'acs_url': value.acsUrl,
77
80
  'audience': value.audience,