UNPKG

@devopness/sdk-js

Version:

Devopness API JS/TS SDK - Painless essential DevOps to everyone

29 lines (28 loc) 1.05 kB
"use strict"; /* 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.SocialAccountDisplayableName = void 0; /** * A formatted version of the `provider` field value, aligned with the provider\'s name branding * @export * @enum {string} */ var SocialAccountDisplayableName; (function (SocialAccountDisplayableName) { SocialAccountDisplayableName["Bitbucket"] = "Bitbucket"; SocialAccountDisplayableName["Facebook"] = "Facebook"; SocialAccountDisplayableName["GitHub"] = "GitHub"; SocialAccountDisplayableName["GitLab"] = "GitLab"; SocialAccountDisplayableName["Google"] = "Google"; })(SocialAccountDisplayableName || (exports.SocialAccountDisplayableName = SocialAccountDisplayableName = {}));