@goauthentik/api 2022.2.1-1645007230 → 2022.2.1-1645970785
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.
|
@@ -24,7 +24,8 @@ export declare enum ProviderTypeEnum {
|
|
|
24
24
|
Openidconnect = "openidconnect",
|
|
25
25
|
Okta = "okta",
|
|
26
26
|
Reddit = "reddit",
|
|
27
|
-
Twitter = "twitter"
|
|
27
|
+
Twitter = "twitter",
|
|
28
|
+
Mailcow = "mailcow"
|
|
28
29
|
}
|
|
29
30
|
export declare function ProviderTypeEnumFromJSON(json: any): ProviderTypeEnum;
|
|
30
31
|
export declare function ProviderTypeEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProviderTypeEnum;
|
|
@@ -28,6 +28,7 @@ export var ProviderTypeEnum;
|
|
|
28
28
|
ProviderTypeEnum["Okta"] = "okta";
|
|
29
29
|
ProviderTypeEnum["Reddit"] = "reddit";
|
|
30
30
|
ProviderTypeEnum["Twitter"] = "twitter";
|
|
31
|
+
ProviderTypeEnum["Mailcow"] = "mailcow";
|
|
31
32
|
})(ProviderTypeEnum || (ProviderTypeEnum = {}));
|
|
32
33
|
export function ProviderTypeEnumFromJSON(json) {
|
|
33
34
|
return ProviderTypeEnumFromJSONTyped(json, false);
|
|
@@ -24,7 +24,8 @@ export declare enum ProviderTypeEnum {
|
|
|
24
24
|
Openidconnect = "openidconnect",
|
|
25
25
|
Okta = "okta",
|
|
26
26
|
Reddit = "reddit",
|
|
27
|
-
Twitter = "twitter"
|
|
27
|
+
Twitter = "twitter",
|
|
28
|
+
Mailcow = "mailcow"
|
|
28
29
|
}
|
|
29
30
|
export declare function ProviderTypeEnumFromJSON(json: any): ProviderTypeEnum;
|
|
30
31
|
export declare function ProviderTypeEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProviderTypeEnum;
|
|
@@ -31,6 +31,7 @@ var ProviderTypeEnum;
|
|
|
31
31
|
ProviderTypeEnum["Okta"] = "okta";
|
|
32
32
|
ProviderTypeEnum["Reddit"] = "reddit";
|
|
33
33
|
ProviderTypeEnum["Twitter"] = "twitter";
|
|
34
|
+
ProviderTypeEnum["Mailcow"] = "mailcow";
|
|
34
35
|
})(ProviderTypeEnum = exports.ProviderTypeEnum || (exports.ProviderTypeEnum = {}));
|
|
35
36
|
function ProviderTypeEnumFromJSON(json) {
|
|
36
37
|
return ProviderTypeEnumFromJSONTyped(json, false);
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name": "@goauthentik/api", "version": "2022.2.1-
|
|
1
|
+
{"name": "@goauthentik/api", "version": "2022.2.1-1645970785", "description": "OpenAPI client for @goauthentik/api", "author": "OpenAPI-Generator", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "scripts": {"build": "tsc && tsc --project tsconfig.esm.json", "prepare": "npm run build"}, "devDependencies": {"typescript": "^3.9.5"}, "license": "GPL-3.0-only", "module": "./dist/esm/index.js", "sideEffects": false}
|
|
@@ -27,7 +27,8 @@ export enum ProviderTypeEnum {
|
|
|
27
27
|
Openidconnect = 'openidconnect',
|
|
28
28
|
Okta = 'okta',
|
|
29
29
|
Reddit = 'reddit',
|
|
30
|
-
Twitter = 'twitter'
|
|
30
|
+
Twitter = 'twitter',
|
|
31
|
+
Mailcow = 'mailcow'
|
|
31
32
|
}
|
|
32
33
|
|
|
33
34
|
export function ProviderTypeEnumFromJSON(json: any): ProviderTypeEnum {
|