@goauthentik/api 2023.8.1-1693356037 → 2023.8.1-1693482391
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/Group.d.ts +1 -1
- package/dist/esm/models/ModelEnum.d.ts +1 -1
- package/dist/esm/models/ModelEnum.js +1 -1
- package/dist/models/Group.d.ts +1 -1
- package/dist/models/ModelEnum.d.ts +1 -1
- package/dist/models/ModelEnum.js +1 -1
- package/package.json +1 -1
- package/src/models/Group.ts +1 -1
- package/src/models/ModelEnum.ts +1 -1
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
* * `authentik_policies_expression.expressionpolicy` - Expression Policy
|
|
28
28
|
* * `authentik_policies_password.passwordpolicy` - Password Policy
|
|
29
29
|
* * `authentik_policies_reputation.reputationpolicy` - Reputation Policy
|
|
30
|
-
* * `authentik_policies_reputation.reputation` -
|
|
30
|
+
* * `authentik_policies_reputation.reputation` - Reputation Score
|
|
31
31
|
* * `authentik_policies.policybinding` - Policy Binding
|
|
32
32
|
* * `authentik_providers_ldap.ldapprovider` - LDAP Provider
|
|
33
33
|
* * `authentik_providers_oauth2.scopemapping` - Scope Mapping
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
* * `authentik_policies_expression.expressionpolicy` - Expression Policy
|
|
30
30
|
* * `authentik_policies_password.passwordpolicy` - Password Policy
|
|
31
31
|
* * `authentik_policies_reputation.reputationpolicy` - Reputation Policy
|
|
32
|
-
* * `authentik_policies_reputation.reputation` -
|
|
32
|
+
* * `authentik_policies_reputation.reputation` - Reputation Score
|
|
33
33
|
* * `authentik_policies.policybinding` - Policy Binding
|
|
34
34
|
* * `authentik_providers_ldap.ldapprovider` - LDAP Provider
|
|
35
35
|
* * `authentik_providers_oauth2.scopemapping` - Scope Mapping
|
package/dist/models/Group.d.ts
CHANGED
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
* * `authentik_policies_expression.expressionpolicy` - Expression Policy
|
|
28
28
|
* * `authentik_policies_password.passwordpolicy` - Password Policy
|
|
29
29
|
* * `authentik_policies_reputation.reputationpolicy` - Reputation Policy
|
|
30
|
-
* * `authentik_policies_reputation.reputation` -
|
|
30
|
+
* * `authentik_policies_reputation.reputation` - Reputation Score
|
|
31
31
|
* * `authentik_policies.policybinding` - Policy Binding
|
|
32
32
|
* * `authentik_providers_ldap.ldapprovider` - LDAP Provider
|
|
33
33
|
* * `authentik_providers_oauth2.scopemapping` - Scope Mapping
|
package/dist/models/ModelEnum.js
CHANGED
|
@@ -32,7 +32,7 @@ exports.ModelEnumToJSON = exports.ModelEnumFromJSONTyped = exports.ModelEnumFrom
|
|
|
32
32
|
* * `authentik_policies_expression.expressionpolicy` - Expression Policy
|
|
33
33
|
* * `authentik_policies_password.passwordpolicy` - Password Policy
|
|
34
34
|
* * `authentik_policies_reputation.reputationpolicy` - Reputation Policy
|
|
35
|
-
* * `authentik_policies_reputation.reputation` -
|
|
35
|
+
* * `authentik_policies_reputation.reputation` - Reputation Score
|
|
36
36
|
* * `authentik_policies.policybinding` - Policy Binding
|
|
37
37
|
* * `authentik_providers_ldap.ldapprovider` - LDAP Provider
|
|
38
38
|
* * `authentik_providers_oauth2.scopemapping` - Scope Mapping
|
package/package.json
CHANGED
package/src/models/Group.ts
CHANGED
package/src/models/ModelEnum.ts
CHANGED
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
* * `authentik_policies_expression.expressionpolicy` - Expression Policy
|
|
32
32
|
* * `authentik_policies_password.passwordpolicy` - Password Policy
|
|
33
33
|
* * `authentik_policies_reputation.reputationpolicy` - Reputation Policy
|
|
34
|
-
* * `authentik_policies_reputation.reputation` -
|
|
34
|
+
* * `authentik_policies_reputation.reputation` - Reputation Score
|
|
35
35
|
* * `authentik_policies.policybinding` - Policy Binding
|
|
36
36
|
* * `authentik_providers_ldap.ldapprovider` - LDAP Provider
|
|
37
37
|
* * `authentik_providers_oauth2.scopemapping` - Scope Mapping
|