@goauthentik/api 2024.12.3-1739814462 → 2024.12.3-1739965710
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/dist/esm/models/AppEnum.d.ts +1 -1
- package/dist/esm/models/AppEnum.js +1 -1
- package/dist/esm/models/ModelEnum.d.ts +3 -3
- package/dist/esm/models/ModelEnum.js +3 -3
- package/dist/models/AppEnum.d.ts +1 -1
- package/dist/models/AppEnum.js +1 -1
- package/dist/models/ModelEnum.d.ts +3 -3
- package/dist/models/ModelEnum.js +3 -3
- package/package.json +1 -1
- package/src/models/AppEnum.ts +1 -1
- package/src/models/ModelEnum.ts +3 -3
|
@@ -31,6 +31,7 @@ export declare const AppEnum: {
|
|
|
31
31
|
readonly AuthentikProvidersLdap: "authentik.providers.ldap";
|
|
32
32
|
readonly AuthentikProvidersOauth2: "authentik.providers.oauth2";
|
|
33
33
|
readonly AuthentikProvidersProxy: "authentik.providers.proxy";
|
|
34
|
+
readonly AuthentikProvidersRac: "authentik.providers.rac";
|
|
34
35
|
readonly AuthentikProvidersRadius: "authentik.providers.radius";
|
|
35
36
|
readonly AuthentikProvidersSaml: "authentik.providers.saml";
|
|
36
37
|
readonly AuthentikProvidersScim: "authentik.providers.scim";
|
|
@@ -71,7 +72,6 @@ export declare const AppEnum: {
|
|
|
71
72
|
readonly AuthentikEnterpriseAudit: "authentik.enterprise.audit";
|
|
72
73
|
readonly AuthentikEnterpriseProvidersGoogleWorkspace: "authentik.enterprise.providers.google_workspace";
|
|
73
74
|
readonly AuthentikEnterpriseProvidersMicrosoftEntra: "authentik.enterprise.providers.microsoft_entra";
|
|
74
|
-
readonly AuthentikEnterpriseProvidersRac: "authentik.enterprise.providers.rac";
|
|
75
75
|
readonly AuthentikEnterpriseProvidersSsf: "authentik.enterprise.providers.ssf";
|
|
76
76
|
readonly AuthentikEnterpriseStagesAuthenticatorEndpointGdtc: "authentik.enterprise.stages.authenticator_endpoint_gdtc";
|
|
77
77
|
readonly AuthentikEnterpriseStagesSource: "authentik.enterprise.stages.source";
|
|
@@ -33,6 +33,7 @@ export const AppEnum = {
|
|
|
33
33
|
AuthentikProvidersLdap: 'authentik.providers.ldap',
|
|
34
34
|
AuthentikProvidersOauth2: 'authentik.providers.oauth2',
|
|
35
35
|
AuthentikProvidersProxy: 'authentik.providers.proxy',
|
|
36
|
+
AuthentikProvidersRac: 'authentik.providers.rac',
|
|
36
37
|
AuthentikProvidersRadius: 'authentik.providers.radius',
|
|
37
38
|
AuthentikProvidersSaml: 'authentik.providers.saml',
|
|
38
39
|
AuthentikProvidersScim: 'authentik.providers.scim',
|
|
@@ -73,7 +74,6 @@ export const AppEnum = {
|
|
|
73
74
|
AuthentikEnterpriseAudit: 'authentik.enterprise.audit',
|
|
74
75
|
AuthentikEnterpriseProvidersGoogleWorkspace: 'authentik.enterprise.providers.google_workspace',
|
|
75
76
|
AuthentikEnterpriseProvidersMicrosoftEntra: 'authentik.enterprise.providers.microsoft_entra',
|
|
76
|
-
AuthentikEnterpriseProvidersRac: 'authentik.enterprise.providers.rac',
|
|
77
77
|
AuthentikEnterpriseProvidersSsf: 'authentik.enterprise.providers.ssf',
|
|
78
78
|
AuthentikEnterpriseStagesAuthenticatorEndpointGdtc: 'authentik.enterprise.stages.authenticator_endpoint_gdtc',
|
|
79
79
|
AuthentikEnterpriseStagesSource: 'authentik.enterprise.stages.source',
|
|
@@ -33,6 +33,9 @@ export declare const ModelEnum: {
|
|
|
33
33
|
readonly AuthentikProvidersOauth2Scopemapping: "authentik_providers_oauth2.scopemapping";
|
|
34
34
|
readonly AuthentikProvidersOauth2Oauth2provider: "authentik_providers_oauth2.oauth2provider";
|
|
35
35
|
readonly AuthentikProvidersProxyProxyprovider: "authentik_providers_proxy.proxyprovider";
|
|
36
|
+
readonly AuthentikProvidersRacRacprovider: "authentik_providers_rac.racprovider";
|
|
37
|
+
readonly AuthentikProvidersRacEndpoint: "authentik_providers_rac.endpoint";
|
|
38
|
+
readonly AuthentikProvidersRacRacpropertymapping: "authentik_providers_rac.racpropertymapping";
|
|
36
39
|
readonly AuthentikProvidersRadiusRadiusprovider: "authentik_providers_radius.radiusprovider";
|
|
37
40
|
readonly AuthentikProvidersRadiusRadiusproviderpropertymapping: "authentik_providers_radius.radiusproviderpropertymapping";
|
|
38
41
|
readonly AuthentikProvidersSamlSamlprovider: "authentik_providers_saml.samlprovider";
|
|
@@ -102,9 +105,6 @@ export declare const ModelEnum: {
|
|
|
102
105
|
readonly AuthentikProvidersGoogleWorkspaceGoogleworkspaceprovidermapping: "authentik_providers_google_workspace.googleworkspaceprovidermapping";
|
|
103
106
|
readonly AuthentikProvidersMicrosoftEntraMicrosoftentraprovider: "authentik_providers_microsoft_entra.microsoftentraprovider";
|
|
104
107
|
readonly AuthentikProvidersMicrosoftEntraMicrosoftentraprovidermapping: "authentik_providers_microsoft_entra.microsoftentraprovidermapping";
|
|
105
|
-
readonly AuthentikProvidersRacRacprovider: "authentik_providers_rac.racprovider";
|
|
106
|
-
readonly AuthentikProvidersRacEndpoint: "authentik_providers_rac.endpoint";
|
|
107
|
-
readonly AuthentikProvidersRacRacpropertymapping: "authentik_providers_rac.racpropertymapping";
|
|
108
108
|
readonly AuthentikProvidersSsfSsfprovider: "authentik_providers_ssf.ssfprovider";
|
|
109
109
|
readonly AuthentikStagesAuthenticatorEndpointGdtcAuthenticatorendpointgdtcstage: "authentik_stages_authenticator_endpoint_gdtc.authenticatorendpointgdtcstage";
|
|
110
110
|
readonly AuthentikStagesSourceSourcestage: "authentik_stages_source.sourcestage";
|
|
@@ -35,6 +35,9 @@ export const ModelEnum = {
|
|
|
35
35
|
AuthentikProvidersOauth2Scopemapping: 'authentik_providers_oauth2.scopemapping',
|
|
36
36
|
AuthentikProvidersOauth2Oauth2provider: 'authentik_providers_oauth2.oauth2provider',
|
|
37
37
|
AuthentikProvidersProxyProxyprovider: 'authentik_providers_proxy.proxyprovider',
|
|
38
|
+
AuthentikProvidersRacRacprovider: 'authentik_providers_rac.racprovider',
|
|
39
|
+
AuthentikProvidersRacEndpoint: 'authentik_providers_rac.endpoint',
|
|
40
|
+
AuthentikProvidersRacRacpropertymapping: 'authentik_providers_rac.racpropertymapping',
|
|
38
41
|
AuthentikProvidersRadiusRadiusprovider: 'authentik_providers_radius.radiusprovider',
|
|
39
42
|
AuthentikProvidersRadiusRadiusproviderpropertymapping: 'authentik_providers_radius.radiusproviderpropertymapping',
|
|
40
43
|
AuthentikProvidersSamlSamlprovider: 'authentik_providers_saml.samlprovider',
|
|
@@ -104,9 +107,6 @@ export const ModelEnum = {
|
|
|
104
107
|
AuthentikProvidersGoogleWorkspaceGoogleworkspaceprovidermapping: 'authentik_providers_google_workspace.googleworkspaceprovidermapping',
|
|
105
108
|
AuthentikProvidersMicrosoftEntraMicrosoftentraprovider: 'authentik_providers_microsoft_entra.microsoftentraprovider',
|
|
106
109
|
AuthentikProvidersMicrosoftEntraMicrosoftentraprovidermapping: 'authentik_providers_microsoft_entra.microsoftentraprovidermapping',
|
|
107
|
-
AuthentikProvidersRacRacprovider: 'authentik_providers_rac.racprovider',
|
|
108
|
-
AuthentikProvidersRacEndpoint: 'authentik_providers_rac.endpoint',
|
|
109
|
-
AuthentikProvidersRacRacpropertymapping: 'authentik_providers_rac.racpropertymapping',
|
|
110
110
|
AuthentikProvidersSsfSsfprovider: 'authentik_providers_ssf.ssfprovider',
|
|
111
111
|
AuthentikStagesAuthenticatorEndpointGdtcAuthenticatorendpointgdtcstage: 'authentik_stages_authenticator_endpoint_gdtc.authenticatorendpointgdtcstage',
|
|
112
112
|
AuthentikStagesSourceSourcestage: 'authentik_stages_source.sourcestage',
|
package/dist/models/AppEnum.d.ts
CHANGED
|
@@ -31,6 +31,7 @@ export declare const AppEnum: {
|
|
|
31
31
|
readonly AuthentikProvidersLdap: "authentik.providers.ldap";
|
|
32
32
|
readonly AuthentikProvidersOauth2: "authentik.providers.oauth2";
|
|
33
33
|
readonly AuthentikProvidersProxy: "authentik.providers.proxy";
|
|
34
|
+
readonly AuthentikProvidersRac: "authentik.providers.rac";
|
|
34
35
|
readonly AuthentikProvidersRadius: "authentik.providers.radius";
|
|
35
36
|
readonly AuthentikProvidersSaml: "authentik.providers.saml";
|
|
36
37
|
readonly AuthentikProvidersScim: "authentik.providers.scim";
|
|
@@ -71,7 +72,6 @@ export declare const AppEnum: {
|
|
|
71
72
|
readonly AuthentikEnterpriseAudit: "authentik.enterprise.audit";
|
|
72
73
|
readonly AuthentikEnterpriseProvidersGoogleWorkspace: "authentik.enterprise.providers.google_workspace";
|
|
73
74
|
readonly AuthentikEnterpriseProvidersMicrosoftEntra: "authentik.enterprise.providers.microsoft_entra";
|
|
74
|
-
readonly AuthentikEnterpriseProvidersRac: "authentik.enterprise.providers.rac";
|
|
75
75
|
readonly AuthentikEnterpriseProvidersSsf: "authentik.enterprise.providers.ssf";
|
|
76
76
|
readonly AuthentikEnterpriseStagesAuthenticatorEndpointGdtc: "authentik.enterprise.stages.authenticator_endpoint_gdtc";
|
|
77
77
|
readonly AuthentikEnterpriseStagesSource: "authentik.enterprise.stages.source";
|
package/dist/models/AppEnum.js
CHANGED
|
@@ -41,6 +41,7 @@ exports.AppEnum = {
|
|
|
41
41
|
AuthentikProvidersLdap: 'authentik.providers.ldap',
|
|
42
42
|
AuthentikProvidersOauth2: 'authentik.providers.oauth2',
|
|
43
43
|
AuthentikProvidersProxy: 'authentik.providers.proxy',
|
|
44
|
+
AuthentikProvidersRac: 'authentik.providers.rac',
|
|
44
45
|
AuthentikProvidersRadius: 'authentik.providers.radius',
|
|
45
46
|
AuthentikProvidersSaml: 'authentik.providers.saml',
|
|
46
47
|
AuthentikProvidersScim: 'authentik.providers.scim',
|
|
@@ -81,7 +82,6 @@ exports.AppEnum = {
|
|
|
81
82
|
AuthentikEnterpriseAudit: 'authentik.enterprise.audit',
|
|
82
83
|
AuthentikEnterpriseProvidersGoogleWorkspace: 'authentik.enterprise.providers.google_workspace',
|
|
83
84
|
AuthentikEnterpriseProvidersMicrosoftEntra: 'authentik.enterprise.providers.microsoft_entra',
|
|
84
|
-
AuthentikEnterpriseProvidersRac: 'authentik.enterprise.providers.rac',
|
|
85
85
|
AuthentikEnterpriseProvidersSsf: 'authentik.enterprise.providers.ssf',
|
|
86
86
|
AuthentikEnterpriseStagesAuthenticatorEndpointGdtc: 'authentik.enterprise.stages.authenticator_endpoint_gdtc',
|
|
87
87
|
AuthentikEnterpriseStagesSource: 'authentik.enterprise.stages.source',
|
|
@@ -33,6 +33,9 @@ export declare const ModelEnum: {
|
|
|
33
33
|
readonly AuthentikProvidersOauth2Scopemapping: "authentik_providers_oauth2.scopemapping";
|
|
34
34
|
readonly AuthentikProvidersOauth2Oauth2provider: "authentik_providers_oauth2.oauth2provider";
|
|
35
35
|
readonly AuthentikProvidersProxyProxyprovider: "authentik_providers_proxy.proxyprovider";
|
|
36
|
+
readonly AuthentikProvidersRacRacprovider: "authentik_providers_rac.racprovider";
|
|
37
|
+
readonly AuthentikProvidersRacEndpoint: "authentik_providers_rac.endpoint";
|
|
38
|
+
readonly AuthentikProvidersRacRacpropertymapping: "authentik_providers_rac.racpropertymapping";
|
|
36
39
|
readonly AuthentikProvidersRadiusRadiusprovider: "authentik_providers_radius.radiusprovider";
|
|
37
40
|
readonly AuthentikProvidersRadiusRadiusproviderpropertymapping: "authentik_providers_radius.radiusproviderpropertymapping";
|
|
38
41
|
readonly AuthentikProvidersSamlSamlprovider: "authentik_providers_saml.samlprovider";
|
|
@@ -102,9 +105,6 @@ export declare const ModelEnum: {
|
|
|
102
105
|
readonly AuthentikProvidersGoogleWorkspaceGoogleworkspaceprovidermapping: "authentik_providers_google_workspace.googleworkspaceprovidermapping";
|
|
103
106
|
readonly AuthentikProvidersMicrosoftEntraMicrosoftentraprovider: "authentik_providers_microsoft_entra.microsoftentraprovider";
|
|
104
107
|
readonly AuthentikProvidersMicrosoftEntraMicrosoftentraprovidermapping: "authentik_providers_microsoft_entra.microsoftentraprovidermapping";
|
|
105
|
-
readonly AuthentikProvidersRacRacprovider: "authentik_providers_rac.racprovider";
|
|
106
|
-
readonly AuthentikProvidersRacEndpoint: "authentik_providers_rac.endpoint";
|
|
107
|
-
readonly AuthentikProvidersRacRacpropertymapping: "authentik_providers_rac.racpropertymapping";
|
|
108
108
|
readonly AuthentikProvidersSsfSsfprovider: "authentik_providers_ssf.ssfprovider";
|
|
109
109
|
readonly AuthentikStagesAuthenticatorEndpointGdtcAuthenticatorendpointgdtcstage: "authentik_stages_authenticator_endpoint_gdtc.authenticatorendpointgdtcstage";
|
|
110
110
|
readonly AuthentikStagesSourceSourcestage: "authentik_stages_source.sourcestage";
|
package/dist/models/ModelEnum.js
CHANGED
|
@@ -43,6 +43,9 @@ exports.ModelEnum = {
|
|
|
43
43
|
AuthentikProvidersOauth2Scopemapping: 'authentik_providers_oauth2.scopemapping',
|
|
44
44
|
AuthentikProvidersOauth2Oauth2provider: 'authentik_providers_oauth2.oauth2provider',
|
|
45
45
|
AuthentikProvidersProxyProxyprovider: 'authentik_providers_proxy.proxyprovider',
|
|
46
|
+
AuthentikProvidersRacRacprovider: 'authentik_providers_rac.racprovider',
|
|
47
|
+
AuthentikProvidersRacEndpoint: 'authentik_providers_rac.endpoint',
|
|
48
|
+
AuthentikProvidersRacRacpropertymapping: 'authentik_providers_rac.racpropertymapping',
|
|
46
49
|
AuthentikProvidersRadiusRadiusprovider: 'authentik_providers_radius.radiusprovider',
|
|
47
50
|
AuthentikProvidersRadiusRadiusproviderpropertymapping: 'authentik_providers_radius.radiusproviderpropertymapping',
|
|
48
51
|
AuthentikProvidersSamlSamlprovider: 'authentik_providers_saml.samlprovider',
|
|
@@ -112,9 +115,6 @@ exports.ModelEnum = {
|
|
|
112
115
|
AuthentikProvidersGoogleWorkspaceGoogleworkspaceprovidermapping: 'authentik_providers_google_workspace.googleworkspaceprovidermapping',
|
|
113
116
|
AuthentikProvidersMicrosoftEntraMicrosoftentraprovider: 'authentik_providers_microsoft_entra.microsoftentraprovider',
|
|
114
117
|
AuthentikProvidersMicrosoftEntraMicrosoftentraprovidermapping: 'authentik_providers_microsoft_entra.microsoftentraprovidermapping',
|
|
115
|
-
AuthentikProvidersRacRacprovider: 'authentik_providers_rac.racprovider',
|
|
116
|
-
AuthentikProvidersRacEndpoint: 'authentik_providers_rac.endpoint',
|
|
117
|
-
AuthentikProvidersRacRacpropertymapping: 'authentik_providers_rac.racpropertymapping',
|
|
118
118
|
AuthentikProvidersSsfSsfprovider: 'authentik_providers_ssf.ssfprovider',
|
|
119
119
|
AuthentikStagesAuthenticatorEndpointGdtcAuthenticatorendpointgdtcstage: 'authentik_stages_authenticator_endpoint_gdtc.authenticatorendpointgdtcstage',
|
|
120
120
|
AuthentikStagesSourceSourcestage: 'authentik_stages_source.sourcestage',
|
package/package.json
CHANGED
package/src/models/AppEnum.ts
CHANGED
|
@@ -35,6 +35,7 @@ export const AppEnum = {
|
|
|
35
35
|
AuthentikProvidersLdap: 'authentik.providers.ldap',
|
|
36
36
|
AuthentikProvidersOauth2: 'authentik.providers.oauth2',
|
|
37
37
|
AuthentikProvidersProxy: 'authentik.providers.proxy',
|
|
38
|
+
AuthentikProvidersRac: 'authentik.providers.rac',
|
|
38
39
|
AuthentikProvidersRadius: 'authentik.providers.radius',
|
|
39
40
|
AuthentikProvidersSaml: 'authentik.providers.saml',
|
|
40
41
|
AuthentikProvidersScim: 'authentik.providers.scim',
|
|
@@ -75,7 +76,6 @@ export const AppEnum = {
|
|
|
75
76
|
AuthentikEnterpriseAudit: 'authentik.enterprise.audit',
|
|
76
77
|
AuthentikEnterpriseProvidersGoogleWorkspace: 'authentik.enterprise.providers.google_workspace',
|
|
77
78
|
AuthentikEnterpriseProvidersMicrosoftEntra: 'authentik.enterprise.providers.microsoft_entra',
|
|
78
|
-
AuthentikEnterpriseProvidersRac: 'authentik.enterprise.providers.rac',
|
|
79
79
|
AuthentikEnterpriseProvidersSsf: 'authentik.enterprise.providers.ssf',
|
|
80
80
|
AuthentikEnterpriseStagesAuthenticatorEndpointGdtc: 'authentik.enterprise.stages.authenticator_endpoint_gdtc',
|
|
81
81
|
AuthentikEnterpriseStagesSource: 'authentik.enterprise.stages.source',
|
package/src/models/ModelEnum.ts
CHANGED
|
@@ -37,6 +37,9 @@ export const ModelEnum = {
|
|
|
37
37
|
AuthentikProvidersOauth2Scopemapping: 'authentik_providers_oauth2.scopemapping',
|
|
38
38
|
AuthentikProvidersOauth2Oauth2provider: 'authentik_providers_oauth2.oauth2provider',
|
|
39
39
|
AuthentikProvidersProxyProxyprovider: 'authentik_providers_proxy.proxyprovider',
|
|
40
|
+
AuthentikProvidersRacRacprovider: 'authentik_providers_rac.racprovider',
|
|
41
|
+
AuthentikProvidersRacEndpoint: 'authentik_providers_rac.endpoint',
|
|
42
|
+
AuthentikProvidersRacRacpropertymapping: 'authentik_providers_rac.racpropertymapping',
|
|
40
43
|
AuthentikProvidersRadiusRadiusprovider: 'authentik_providers_radius.radiusprovider',
|
|
41
44
|
AuthentikProvidersRadiusRadiusproviderpropertymapping: 'authentik_providers_radius.radiusproviderpropertymapping',
|
|
42
45
|
AuthentikProvidersSamlSamlprovider: 'authentik_providers_saml.samlprovider',
|
|
@@ -106,9 +109,6 @@ export const ModelEnum = {
|
|
|
106
109
|
AuthentikProvidersGoogleWorkspaceGoogleworkspaceprovidermapping: 'authentik_providers_google_workspace.googleworkspaceprovidermapping',
|
|
107
110
|
AuthentikProvidersMicrosoftEntraMicrosoftentraprovider: 'authentik_providers_microsoft_entra.microsoftentraprovider',
|
|
108
111
|
AuthentikProvidersMicrosoftEntraMicrosoftentraprovidermapping: 'authentik_providers_microsoft_entra.microsoftentraprovidermapping',
|
|
109
|
-
AuthentikProvidersRacRacprovider: 'authentik_providers_rac.racprovider',
|
|
110
|
-
AuthentikProvidersRacEndpoint: 'authentik_providers_rac.endpoint',
|
|
111
|
-
AuthentikProvidersRacRacpropertymapping: 'authentik_providers_rac.racpropertymapping',
|
|
112
112
|
AuthentikProvidersSsfSsfprovider: 'authentik_providers_ssf.ssfprovider',
|
|
113
113
|
AuthentikStagesAuthenticatorEndpointGdtcAuthenticatorendpointgdtcstage: 'authentik_stages_authenticator_endpoint_gdtc.authenticatorendpointgdtcstage',
|
|
114
114
|
AuthentikStagesSourceSourcestage: 'authentik_stages_source.sourcestage',
|