devopness-sdk-js
Version:
Devopness API JS/TS SDK - Painless essential DevOps to everyone
29 lines (28 loc) • 1.07 kB
JavaScript
/* eslint-disable */
/**
* devopness API
* Devopness API - Painless essential DevOps to everyone
*
* The version of the OpenAPI document: latest
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.SocialAccountCreateProviderEnum = void 0;
/**
* @export
* @enum {string}
*/
var SocialAccountCreateProviderEnum;
(function (SocialAccountCreateProviderEnum) {
SocialAccountCreateProviderEnum["Bitbucket"] = "bitbucket";
SocialAccountCreateProviderEnum["Facebook"] = "facebook";
SocialAccountCreateProviderEnum["Github"] = "github";
SocialAccountCreateProviderEnum["Gitlab"] = "gitlab";
SocialAccountCreateProviderEnum["Google"] = "google";
SocialAccountCreateProviderEnum["Linkedin"] = "linkedin";
})(SocialAccountCreateProviderEnum = exports.SocialAccountCreateProviderEnum || (exports.SocialAccountCreateProviderEnum = {}));
;