UNPKG

@looker/sdk

Version:
190 lines (189 loc) 7.93 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WeekStartDay = exports.UserAttributeFilterTypes = exports.SupportedVisualizationFormattings = exports.SupportedFormattings = exports.SupportedFormats = exports.SupportedDownloadSettings = exports.SupportedActionTypes = exports.SslVersion = exports.SecretType = exports.ResultFormat = exports.PullRequestMode = exports.PermissionType = exports.Period = exports.Name = exports.Kind = exports.InvestigativeContentType = exports.Format = exports.FillStyle = exports.DeviceType = exports.DestinationType = exports.DependencyStatus = exports.ComparisonType = exports.Category = exports.Align = void 0; var Align = exports.Align = function (Align) { Align["left"] = "left"; Align["right"] = "right"; return Align; }({}); var Category = exports.Category = function (Category) { Category["parameter"] = "parameter"; Category["filter"] = "filter"; Category["measure"] = "measure"; Category["dimension"] = "dimension"; return Category; }({}); var ComparisonType = exports.ComparisonType = function (ComparisonType) { ComparisonType["EQUAL_TO"] = "EQUAL_TO"; ComparisonType["GREATER_THAN"] = "GREATER_THAN"; ComparisonType["GREATER_THAN_OR_EQUAL_TO"] = "GREATER_THAN_OR_EQUAL_TO"; ComparisonType["LESS_THAN"] = "LESS_THAN"; ComparisonType["LESS_THAN_OR_EQUAL_TO"] = "LESS_THAN_OR_EQUAL_TO"; ComparisonType["INCREASES_BY"] = "INCREASES_BY"; ComparisonType["DECREASES_BY"] = "DECREASES_BY"; ComparisonType["CHANGES_BY"] = "CHANGES_BY"; return ComparisonType; }({}); var DependencyStatus = exports.DependencyStatus = function (DependencyStatus) { DependencyStatus["lock_optional"] = "lock_optional"; DependencyStatus["lock_required"] = "lock_required"; DependencyStatus["lock_error"] = "lock_error"; DependencyStatus["install_none"] = "install_none"; return DependencyStatus; }({}); var DestinationType = exports.DestinationType = function (DestinationType) { DestinationType["EMAIL"] = "EMAIL"; DestinationType["ACTION_HUB"] = "ACTION_HUB"; return DestinationType; }({}); var DeviceType = exports.DeviceType = function (DeviceType) { DeviceType["android"] = "android"; DeviceType["ios"] = "ios"; return DeviceType; }({}); var FillStyle = exports.FillStyle = function (FillStyle) { FillStyle["enumeration"] = "enumeration"; FillStyle["range"] = "range"; return FillStyle; }({}); var Format = exports.Format = function (Format) { Format["topojson"] = "topojson"; Format["vector_tile_region"] = "vector_tile_region"; return Format; }({}); var InvestigativeContentType = exports.InvestigativeContentType = function (InvestigativeContentType) { InvestigativeContentType["dashboard"] = "dashboard"; return InvestigativeContentType; }({}); var Kind = exports.Kind = function (Kind) { Kind["previous"] = "previous"; Kind["difference"] = "difference"; Kind["relative_change"] = "relative_change"; return Kind; }({}); var Name = exports.Name = function (Name) { Name["day"] = "day"; Name["hour"] = "hour"; Name["minute"] = "minute"; Name["second"] = "second"; Name["millisecond"] = "millisecond"; Name["microsecond"] = "microsecond"; Name["week"] = "week"; Name["month"] = "month"; Name["quarter"] = "quarter"; Name["year"] = "year"; return Name; }({}); var Period = exports.Period = function (Period) { Period["year"] = "year"; Period["fiscal_year"] = "fiscal_year"; Period["quarter"] = "quarter"; Period["fiscal_quarter"] = "fiscal_quarter"; Period["month"] = "month"; Period["week"] = "week"; Period["date"] = "date"; return Period; }({}); var PermissionType = exports.PermissionType = function (PermissionType) { PermissionType["view"] = "view"; PermissionType["edit"] = "edit"; return PermissionType; }({}); var PullRequestMode = exports.PullRequestMode = function (PullRequestMode) { PullRequestMode["off"] = "off"; PullRequestMode["links"] = "links"; PullRequestMode["recommended"] = "recommended"; PullRequestMode["required"] = "required"; return PullRequestMode; }({}); var ResultFormat = exports.ResultFormat = function (ResultFormat) { ResultFormat["inline_json"] = "inline_json"; ResultFormat["json"] = "json"; ResultFormat["json_detail"] = "json_detail"; ResultFormat["json_fe"] = "json_fe"; ResultFormat["json_bi"] = "json_bi"; ResultFormat["csv"] = "csv"; ResultFormat["html"] = "html"; ResultFormat["md"] = "md"; ResultFormat["txt"] = "txt"; ResultFormat["xlsx"] = "xlsx"; ResultFormat["gsxml"] = "gsxml"; ResultFormat["sql"] = "sql"; ResultFormat["odc"] = "odc"; return ResultFormat; }({}); var SecretType = exports.SecretType = function (SecretType) { SecretType["SSO"] = "SSO"; SecretType["JWT"] = "JWT"; return SecretType; }({}); var SslVersion = exports.SslVersion = function (SslVersion) { SslVersion["TLSv1_1"] = "TLSv1_1"; SslVersion["SSLv23"] = "SSLv23"; SslVersion["TLSv1_2"] = "TLSv1_2"; return SslVersion; }({}); var SupportedActionTypes = exports.SupportedActionTypes = function (SupportedActionTypes) { SupportedActionTypes["cell"] = "cell"; SupportedActionTypes["query"] = "query"; SupportedActionTypes["dashboard"] = "dashboard"; SupportedActionTypes["none"] = "none"; return SupportedActionTypes; }({}); var SupportedDownloadSettings = exports.SupportedDownloadSettings = function (SupportedDownloadSettings) { SupportedDownloadSettings["push"] = "push"; SupportedDownloadSettings["url"] = "url"; return SupportedDownloadSettings; }({}); var SupportedFormats = exports.SupportedFormats = function (SupportedFormats) { SupportedFormats["txt"] = "txt"; SupportedFormats["csv"] = "csv"; SupportedFormats["inline_json"] = "inline_json"; SupportedFormats["json"] = "json"; SupportedFormats["json_label"] = "json_label"; SupportedFormats["json_detail"] = "json_detail"; SupportedFormats["json_detail_lite_stream"] = "json_detail_lite_stream"; SupportedFormats["json_bi"] = "json_bi"; SupportedFormats["xlsx"] = "xlsx"; SupportedFormats["html"] = "html"; SupportedFormats["wysiwyg_pdf"] = "wysiwyg_pdf"; SupportedFormats["assembled_pdf"] = "assembled_pdf"; SupportedFormats["wysiwyg_png"] = "wysiwyg_png"; SupportedFormats["csv_zip"] = "csv_zip"; return SupportedFormats; }({}); var SupportedFormattings = exports.SupportedFormattings = function (SupportedFormattings) { SupportedFormattings["formatted"] = "formatted"; SupportedFormattings["unformatted"] = "unformatted"; return SupportedFormattings; }({}); var SupportedVisualizationFormattings = exports.SupportedVisualizationFormattings = function (SupportedVisualizationFormattings) { SupportedVisualizationFormattings["apply"] = "apply"; SupportedVisualizationFormattings["noapply"] = "noapply"; return SupportedVisualizationFormattings; }({}); var UserAttributeFilterTypes = exports.UserAttributeFilterTypes = function (UserAttributeFilterTypes) { UserAttributeFilterTypes["advanced_filter_string"] = "advanced_filter_string"; UserAttributeFilterTypes["advanced_filter_number"] = "advanced_filter_number"; UserAttributeFilterTypes["advanced_filter_datetime"] = "advanced_filter_datetime"; UserAttributeFilterTypes["string"] = "string"; UserAttributeFilterTypes["number"] = "number"; UserAttributeFilterTypes["datetime"] = "datetime"; UserAttributeFilterTypes["relative_url"] = "relative_url"; UserAttributeFilterTypes["yesno"] = "yesno"; UserAttributeFilterTypes["zipcode"] = "zipcode"; return UserAttributeFilterTypes; }({}); var WeekStartDay = exports.WeekStartDay = function (WeekStartDay) { WeekStartDay["monday"] = "monday"; WeekStartDay["tuesday"] = "tuesday"; WeekStartDay["wednesday"] = "wednesday"; WeekStartDay["thursday"] = "thursday"; WeekStartDay["friday"] = "friday"; WeekStartDay["saturday"] = "saturday"; WeekStartDay["sunday"] = "sunday"; return WeekStartDay; }({}); //# sourceMappingURL=models.js.map