@looker/sdk
Advanced tools
Comparing version 22.20.1 to 23.0.0
@@ -8,2 +8,21 @@ # Changelog | ||
## [23.0.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v22.20.1...sdk-v23.0.0) (2023-02-22) | ||
### Features | ||
* generate SDKs for Looker 23.0 ([#1237](https://github.com/looker-open-source/sdk-codegen/issues/1237)) ([2ade858](https://github.com/looker-open-source/sdk-codegen/commit/2ade85815c43383169263659f5dddd783c062c09)) | ||
### Miscellaneous Chores | ||
* Update sdk Readme and kickoff Release 23.0.0 ([#1247](https://github.com/looker-open-source/sdk-codegen/issues/1247)) ([4a8ef9d](https://github.com/looker-open-source/sdk-codegen/commit/4a8ef9dad45de28d222b35229fadd985aec06bfc)) | ||
### Dependencies | ||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @looker/sdk-rtl bumped from ^21.5.0 to ^21.6.0 | ||
### [22.20.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v22.20.0...sdk-v22.20.1) (2022-12-09) | ||
@@ -10,0 +29,0 @@ |
@@ -1,2 +0,2 @@ | ||
"use strict"; | ||
//# sourceMappingURL=methodsInterface.js.map |
@@ -9,3 +9,2 @@ "use strict"; | ||
exports.Align = Align; | ||
(function (Align) { | ||
@@ -15,6 +14,4 @@ Align["left"] = "left"; | ||
})(Align || (exports.Align = Align = {})); | ||
var Category; | ||
exports.Category = Category; | ||
(function (Category) { | ||
@@ -26,6 +23,4 @@ Category["parameter"] = "parameter"; | ||
})(Category || (exports.Category = Category = {})); | ||
var DependencyStatus; | ||
exports.DependencyStatus = DependencyStatus; | ||
(function (DependencyStatus) { | ||
@@ -37,6 +32,4 @@ DependencyStatus["lock_optional"] = "lock_optional"; | ||
})(DependencyStatus || (exports.DependencyStatus = DependencyStatus = {})); | ||
var FillStyle; | ||
exports.FillStyle = FillStyle; | ||
(function (FillStyle) { | ||
@@ -46,6 +39,4 @@ FillStyle["enumeration"] = "enumeration"; | ||
})(FillStyle || (exports.FillStyle = FillStyle = {})); | ||
var Format; | ||
exports.Format = Format; | ||
(function (Format) { | ||
@@ -55,6 +46,4 @@ Format["topojson"] = "topojson"; | ||
})(Format || (exports.Format = Format = {})); | ||
var Name; | ||
exports.Name = Name; | ||
(function (Name) { | ||
@@ -72,6 +61,4 @@ Name["day"] = "day"; | ||
})(Name || (exports.Name = Name = {})); | ||
var PermissionType; | ||
exports.PermissionType = PermissionType; | ||
(function (PermissionType) { | ||
@@ -81,6 +68,4 @@ PermissionType["view"] = "view"; | ||
})(PermissionType || (exports.PermissionType = PermissionType = {})); | ||
var PullRequestMode; | ||
exports.PullRequestMode = PullRequestMode; | ||
(function (PullRequestMode) { | ||
@@ -92,6 +77,4 @@ PullRequestMode["off"] = "off"; | ||
})(PullRequestMode || (exports.PullRequestMode = PullRequestMode = {})); | ||
var ResultFormat; | ||
exports.ResultFormat = ResultFormat; | ||
(function (ResultFormat) { | ||
@@ -109,6 +92,4 @@ ResultFormat["inline_json"] = "inline_json"; | ||
})(ResultFormat || (exports.ResultFormat = ResultFormat = {})); | ||
var SslVersion; | ||
exports.SslVersion = SslVersion; | ||
(function (SslVersion) { | ||
@@ -119,6 +100,4 @@ SslVersion["TLSv1_1"] = "TLSv1_1"; | ||
})(SslVersion || (exports.SslVersion = SslVersion = {})); | ||
var SupportedActionTypes; | ||
exports.SupportedActionTypes = SupportedActionTypes; | ||
(function (SupportedActionTypes) { | ||
@@ -130,6 +109,4 @@ SupportedActionTypes["cell"] = "cell"; | ||
})(SupportedActionTypes || (exports.SupportedActionTypes = SupportedActionTypes = {})); | ||
var SupportedDownloadSettings; | ||
exports.SupportedDownloadSettings = SupportedDownloadSettings; | ||
(function (SupportedDownloadSettings) { | ||
@@ -139,6 +116,4 @@ SupportedDownloadSettings["push"] = "push"; | ||
})(SupportedDownloadSettings || (exports.SupportedDownloadSettings = SupportedDownloadSettings = {})); | ||
var SupportedFormats; | ||
exports.SupportedFormats = SupportedFormats; | ||
(function (SupportedFormats) { | ||
@@ -159,6 +134,4 @@ SupportedFormats["txt"] = "txt"; | ||
})(SupportedFormats || (exports.SupportedFormats = SupportedFormats = {})); | ||
var SupportedFormattings; | ||
exports.SupportedFormattings = SupportedFormattings; | ||
(function (SupportedFormattings) { | ||
@@ -168,6 +141,4 @@ SupportedFormattings["formatted"] = "formatted"; | ||
})(SupportedFormattings || (exports.SupportedFormattings = SupportedFormattings = {})); | ||
var SupportedVisualizationFormattings; | ||
exports.SupportedVisualizationFormattings = SupportedVisualizationFormattings; | ||
(function (SupportedVisualizationFormattings) { | ||
@@ -177,6 +148,4 @@ SupportedVisualizationFormattings["apply"] = "apply"; | ||
})(SupportedVisualizationFormattings || (exports.SupportedVisualizationFormattings = SupportedVisualizationFormattings = {})); | ||
var UserAttributeFilterTypes; | ||
exports.UserAttributeFilterTypes = UserAttributeFilterTypes; | ||
(function (UserAttributeFilterTypes) { | ||
@@ -193,6 +162,4 @@ UserAttributeFilterTypes["advanced_filter_string"] = "advanced_filter_string"; | ||
})(UserAttributeFilterTypes || (exports.UserAttributeFilterTypes = UserAttributeFilterTypes = {})); | ||
var WeekStartDay; | ||
exports.WeekStartDay = WeekStartDay; | ||
(function (WeekStartDay) { | ||
@@ -199,0 +166,0 @@ WeekStartDay["monday"] = "monday"; |
@@ -1,2 +0,2 @@ | ||
"use strict"; | ||
//# sourceMappingURL=methodsInterface.js.map |
@@ -9,3 +9,2 @@ "use strict"; | ||
exports.Align = Align; | ||
(function (Align) { | ||
@@ -15,6 +14,4 @@ Align["left"] = "left"; | ||
})(Align || (exports.Align = Align = {})); | ||
var Category; | ||
exports.Category = Category; | ||
(function (Category) { | ||
@@ -26,6 +23,4 @@ Category["parameter"] = "parameter"; | ||
})(Category || (exports.Category = Category = {})); | ||
var ComparisonType; | ||
exports.ComparisonType = ComparisonType; | ||
(function (ComparisonType) { | ||
@@ -41,6 +36,4 @@ ComparisonType["EQUAL_TO"] = "EQUAL_TO"; | ||
})(ComparisonType || (exports.ComparisonType = ComparisonType = {})); | ||
var DependencyStatus; | ||
exports.DependencyStatus = DependencyStatus; | ||
(function (DependencyStatus) { | ||
@@ -52,6 +45,4 @@ DependencyStatus["lock_optional"] = "lock_optional"; | ||
})(DependencyStatus || (exports.DependencyStatus = DependencyStatus = {})); | ||
var DestinationType; | ||
exports.DestinationType = DestinationType; | ||
(function (DestinationType) { | ||
@@ -61,6 +52,4 @@ DestinationType["EMAIL"] = "EMAIL"; | ||
})(DestinationType || (exports.DestinationType = DestinationType = {})); | ||
var DeviceType; | ||
exports.DeviceType = DeviceType; | ||
(function (DeviceType) { | ||
@@ -70,6 +59,4 @@ DeviceType["android"] = "android"; | ||
})(DeviceType || (exports.DeviceType = DeviceType = {})); | ||
var FillStyle; | ||
exports.FillStyle = FillStyle; | ||
(function (FillStyle) { | ||
@@ -79,6 +66,4 @@ FillStyle["enumeration"] = "enumeration"; | ||
})(FillStyle || (exports.FillStyle = FillStyle = {})); | ||
var Format; | ||
exports.Format = Format; | ||
(function (Format) { | ||
@@ -88,13 +73,9 @@ Format["topojson"] = "topojson"; | ||
})(Format || (exports.Format = Format = {})); | ||
var InvestigativeContentType; | ||
exports.InvestigativeContentType = InvestigativeContentType; | ||
(function (InvestigativeContentType) { | ||
InvestigativeContentType["dashboard"] = "dashboard"; | ||
})(InvestigativeContentType || (exports.InvestigativeContentType = InvestigativeContentType = {})); | ||
var Name; | ||
exports.Name = Name; | ||
(function (Name) { | ||
@@ -112,6 +93,4 @@ Name["day"] = "day"; | ||
})(Name || (exports.Name = Name = {})); | ||
var PermissionType; | ||
exports.PermissionType = PermissionType; | ||
(function (PermissionType) { | ||
@@ -121,6 +100,4 @@ PermissionType["view"] = "view"; | ||
})(PermissionType || (exports.PermissionType = PermissionType = {})); | ||
var PullRequestMode; | ||
exports.PullRequestMode = PullRequestMode; | ||
(function (PullRequestMode) { | ||
@@ -132,6 +109,4 @@ PullRequestMode["off"] = "off"; | ||
})(PullRequestMode || (exports.PullRequestMode = PullRequestMode = {})); | ||
var ResultFormat; | ||
exports.ResultFormat = ResultFormat; | ||
(function (ResultFormat) { | ||
@@ -149,6 +124,4 @@ ResultFormat["inline_json"] = "inline_json"; | ||
})(ResultFormat || (exports.ResultFormat = ResultFormat = {})); | ||
var SecretType; | ||
exports.SecretType = SecretType; | ||
(function (SecretType) { | ||
@@ -158,6 +131,4 @@ SecretType["SSO"] = "SSO"; | ||
})(SecretType || (exports.SecretType = SecretType = {})); | ||
var SslVersion; | ||
exports.SslVersion = SslVersion; | ||
(function (SslVersion) { | ||
@@ -168,6 +139,4 @@ SslVersion["TLSv1_1"] = "TLSv1_1"; | ||
})(SslVersion || (exports.SslVersion = SslVersion = {})); | ||
var SupportedActionTypes; | ||
exports.SupportedActionTypes = SupportedActionTypes; | ||
(function (SupportedActionTypes) { | ||
@@ -179,6 +148,4 @@ SupportedActionTypes["cell"] = "cell"; | ||
})(SupportedActionTypes || (exports.SupportedActionTypes = SupportedActionTypes = {})); | ||
var SupportedDownloadSettings; | ||
exports.SupportedDownloadSettings = SupportedDownloadSettings; | ||
(function (SupportedDownloadSettings) { | ||
@@ -188,6 +155,4 @@ SupportedDownloadSettings["push"] = "push"; | ||
})(SupportedDownloadSettings || (exports.SupportedDownloadSettings = SupportedDownloadSettings = {})); | ||
var SupportedFormats; | ||
exports.SupportedFormats = SupportedFormats; | ||
(function (SupportedFormats) { | ||
@@ -208,6 +173,4 @@ SupportedFormats["txt"] = "txt"; | ||
})(SupportedFormats || (exports.SupportedFormats = SupportedFormats = {})); | ||
var SupportedFormattings; | ||
exports.SupportedFormattings = SupportedFormattings; | ||
(function (SupportedFormattings) { | ||
@@ -217,6 +180,4 @@ SupportedFormattings["formatted"] = "formatted"; | ||
})(SupportedFormattings || (exports.SupportedFormattings = SupportedFormattings = {})); | ||
var SupportedVisualizationFormattings; | ||
exports.SupportedVisualizationFormattings = SupportedVisualizationFormattings; | ||
(function (SupportedVisualizationFormattings) { | ||
@@ -226,6 +187,4 @@ SupportedVisualizationFormattings["apply"] = "apply"; | ||
})(SupportedVisualizationFormattings || (exports.SupportedVisualizationFormattings = SupportedVisualizationFormattings = {})); | ||
var UserAttributeFilterTypes; | ||
exports.UserAttributeFilterTypes = UserAttributeFilterTypes; | ||
(function (UserAttributeFilterTypes) { | ||
@@ -242,6 +201,4 @@ UserAttributeFilterTypes["advanced_filter_string"] = "advanced_filter_string"; | ||
})(UserAttributeFilterTypes || (exports.UserAttributeFilterTypes = UserAttributeFilterTypes = {})); | ||
var WeekStartDay; | ||
exports.WeekStartDay = WeekStartDay; | ||
(function (WeekStartDay) { | ||
@@ -248,0 +205,0 @@ WeekStartDay["monday"] = "monday"; |
@@ -7,9 +7,5 @@ "use strict"; | ||
exports.LookerBrowserSDK = exports.BrowserSettings = void 0; | ||
var _sdkRtl = require("@looker/sdk-rtl"); | ||
var _methods = require("./3.1/methods"); | ||
var _methods2 = require("./4.0/methods"); | ||
var BrowserSettings = () => { | ||
@@ -20,5 +16,3 @@ var settings = (0, _sdkRtl.DefaultSettings)(); | ||
}; | ||
exports.BrowserSettings = BrowserSettings; | ||
class LookerBrowserSDK { | ||
@@ -31,3 +25,2 @@ static init31(settings, transport, session) { | ||
} | ||
static init40(settings, transport, session) { | ||
@@ -39,6 +32,4 @@ settings = settings || BrowserSettings(); | ||
} | ||
} | ||
exports.LookerBrowserSDK = LookerBrowserSDK; | ||
//# sourceMappingURL=browserSdk.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const sdkVersion = "22.20"; | ||
export declare const sdkVersion = "23.0"; | ||
export declare const environmentPrefix = "LOOKERSDK"; |
@@ -6,4 +6,4 @@ "use strict"; | ||
}); | ||
exports.environmentPrefix = exports.sdkVersion = void 0; | ||
var sdkVersion = '22.20'; | ||
exports.sdkVersion = exports.environmentPrefix = void 0; | ||
var sdkVersion = '23.0'; | ||
exports.sdkVersion = sdkVersion; | ||
@@ -10,0 +10,0 @@ var environmentPrefix = 'LOOKERSDK'; |
@@ -1,10 +0,15 @@ | ||
export var Align; | ||
"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.ResultFormat = exports.PullRequestMode = exports.PermissionType = exports.Name = exports.Format = exports.FillStyle = exports.DependencyStatus = exports.Category = exports.Align = void 0; | ||
var Align; | ||
exports.Align = Align; | ||
(function (Align) { | ||
Align["left"] = "left"; | ||
Align["right"] = "right"; | ||
})(Align || (Align = {})); | ||
export var Category; | ||
})(Align || (exports.Align = Align = {})); | ||
var Category; | ||
exports.Category = Category; | ||
(function (Category) { | ||
@@ -15,6 +20,5 @@ Category["parameter"] = "parameter"; | ||
Category["dimension"] = "dimension"; | ||
})(Category || (Category = {})); | ||
export var DependencyStatus; | ||
})(Category || (exports.Category = Category = {})); | ||
var DependencyStatus; | ||
exports.DependencyStatus = DependencyStatus; | ||
(function (DependencyStatus) { | ||
@@ -25,20 +29,17 @@ DependencyStatus["lock_optional"] = "lock_optional"; | ||
DependencyStatus["install_none"] = "install_none"; | ||
})(DependencyStatus || (DependencyStatus = {})); | ||
export var FillStyle; | ||
})(DependencyStatus || (exports.DependencyStatus = DependencyStatus = {})); | ||
var FillStyle; | ||
exports.FillStyle = FillStyle; | ||
(function (FillStyle) { | ||
FillStyle["enumeration"] = "enumeration"; | ||
FillStyle["range"] = "range"; | ||
})(FillStyle || (FillStyle = {})); | ||
export var Format; | ||
})(FillStyle || (exports.FillStyle = FillStyle = {})); | ||
var Format; | ||
exports.Format = Format; | ||
(function (Format) { | ||
Format["topojson"] = "topojson"; | ||
Format["vector_tile_region"] = "vector_tile_region"; | ||
})(Format || (Format = {})); | ||
export var Name; | ||
})(Format || (exports.Format = Format = {})); | ||
var Name; | ||
exports.Name = Name; | ||
(function (Name) { | ||
@@ -55,13 +56,11 @@ Name["day"] = "day"; | ||
Name["year"] = "year"; | ||
})(Name || (Name = {})); | ||
export var PermissionType; | ||
})(Name || (exports.Name = Name = {})); | ||
var PermissionType; | ||
exports.PermissionType = PermissionType; | ||
(function (PermissionType) { | ||
PermissionType["view"] = "view"; | ||
PermissionType["edit"] = "edit"; | ||
})(PermissionType || (PermissionType = {})); | ||
export var PullRequestMode; | ||
})(PermissionType || (exports.PermissionType = PermissionType = {})); | ||
var PullRequestMode; | ||
exports.PullRequestMode = PullRequestMode; | ||
(function (PullRequestMode) { | ||
@@ -72,6 +71,5 @@ PullRequestMode["off"] = "off"; | ||
PullRequestMode["required"] = "required"; | ||
})(PullRequestMode || (PullRequestMode = {})); | ||
export var ResultFormat; | ||
})(PullRequestMode || (exports.PullRequestMode = PullRequestMode = {})); | ||
var ResultFormat; | ||
exports.ResultFormat = ResultFormat; | ||
(function (ResultFormat) { | ||
@@ -88,6 +86,5 @@ ResultFormat["inline_json"] = "inline_json"; | ||
ResultFormat["gsxml"] = "gsxml"; | ||
})(ResultFormat || (ResultFormat = {})); | ||
export var SslVersion; | ||
})(ResultFormat || (exports.ResultFormat = ResultFormat = {})); | ||
var SslVersion; | ||
exports.SslVersion = SslVersion; | ||
(function (SslVersion) { | ||
@@ -97,6 +94,5 @@ SslVersion["TLSv1_1"] = "TLSv1_1"; | ||
SslVersion["TLSv1_2"] = "TLSv1_2"; | ||
})(SslVersion || (SslVersion = {})); | ||
export var SupportedActionTypes; | ||
})(SslVersion || (exports.SslVersion = SslVersion = {})); | ||
var SupportedActionTypes; | ||
exports.SupportedActionTypes = SupportedActionTypes; | ||
(function (SupportedActionTypes) { | ||
@@ -107,13 +103,11 @@ SupportedActionTypes["cell"] = "cell"; | ||
SupportedActionTypes["none"] = "none"; | ||
})(SupportedActionTypes || (SupportedActionTypes = {})); | ||
export var SupportedDownloadSettings; | ||
})(SupportedActionTypes || (exports.SupportedActionTypes = SupportedActionTypes = {})); | ||
var SupportedDownloadSettings; | ||
exports.SupportedDownloadSettings = SupportedDownloadSettings; | ||
(function (SupportedDownloadSettings) { | ||
SupportedDownloadSettings["push"] = "push"; | ||
SupportedDownloadSettings["url"] = "url"; | ||
})(SupportedDownloadSettings || (SupportedDownloadSettings = {})); | ||
export var SupportedFormats; | ||
})(SupportedDownloadSettings || (exports.SupportedDownloadSettings = SupportedDownloadSettings = {})); | ||
var SupportedFormats; | ||
exports.SupportedFormats = SupportedFormats; | ||
(function (SupportedFormats) { | ||
@@ -133,20 +127,17 @@ SupportedFormats["txt"] = "txt"; | ||
SupportedFormats["csv_zip"] = "csv_zip"; | ||
})(SupportedFormats || (SupportedFormats = {})); | ||
export var SupportedFormattings; | ||
})(SupportedFormats || (exports.SupportedFormats = SupportedFormats = {})); | ||
var SupportedFormattings; | ||
exports.SupportedFormattings = SupportedFormattings; | ||
(function (SupportedFormattings) { | ||
SupportedFormattings["formatted"] = "formatted"; | ||
SupportedFormattings["unformatted"] = "unformatted"; | ||
})(SupportedFormattings || (SupportedFormattings = {})); | ||
export var SupportedVisualizationFormattings; | ||
})(SupportedFormattings || (exports.SupportedFormattings = SupportedFormattings = {})); | ||
var SupportedVisualizationFormattings; | ||
exports.SupportedVisualizationFormattings = SupportedVisualizationFormattings; | ||
(function (SupportedVisualizationFormattings) { | ||
SupportedVisualizationFormattings["apply"] = "apply"; | ||
SupportedVisualizationFormattings["noapply"] = "noapply"; | ||
})(SupportedVisualizationFormattings || (SupportedVisualizationFormattings = {})); | ||
export var UserAttributeFilterTypes; | ||
})(SupportedVisualizationFormattings || (exports.SupportedVisualizationFormattings = SupportedVisualizationFormattings = {})); | ||
var UserAttributeFilterTypes; | ||
exports.UserAttributeFilterTypes = UserAttributeFilterTypes; | ||
(function (UserAttributeFilterTypes) { | ||
@@ -162,6 +153,5 @@ UserAttributeFilterTypes["advanced_filter_string"] = "advanced_filter_string"; | ||
UserAttributeFilterTypes["zipcode"] = "zipcode"; | ||
})(UserAttributeFilterTypes || (UserAttributeFilterTypes = {})); | ||
export var WeekStartDay; | ||
})(UserAttributeFilterTypes || (exports.UserAttributeFilterTypes = UserAttributeFilterTypes = {})); | ||
var WeekStartDay; | ||
exports.WeekStartDay = WeekStartDay; | ||
(function (WeekStartDay) { | ||
@@ -175,3 +165,3 @@ WeekStartDay["monday"] = "monday"; | ||
WeekStartDay["sunday"] = "sunday"; | ||
})(WeekStartDay || (WeekStartDay = {})); | ||
})(WeekStartDay || (exports.WeekStartDay = WeekStartDay = {})); | ||
//# sourceMappingURL=models.js.map |
@@ -1,10 +0,15 @@ | ||
export var Align; | ||
"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.Name = exports.InvestigativeContentType = exports.Format = exports.FillStyle = exports.DeviceType = exports.DestinationType = exports.DependencyStatus = exports.ComparisonType = exports.Category = exports.Align = void 0; | ||
var Align; | ||
exports.Align = Align; | ||
(function (Align) { | ||
Align["left"] = "left"; | ||
Align["right"] = "right"; | ||
})(Align || (Align = {})); | ||
export var Category; | ||
})(Align || (exports.Align = Align = {})); | ||
var Category; | ||
exports.Category = Category; | ||
(function (Category) { | ||
@@ -15,6 +20,5 @@ Category["parameter"] = "parameter"; | ||
Category["dimension"] = "dimension"; | ||
})(Category || (Category = {})); | ||
export var ComparisonType; | ||
})(Category || (exports.Category = Category = {})); | ||
var ComparisonType; | ||
exports.ComparisonType = ComparisonType; | ||
(function (ComparisonType) { | ||
@@ -29,6 +33,5 @@ ComparisonType["EQUAL_TO"] = "EQUAL_TO"; | ||
ComparisonType["CHANGES_BY"] = "CHANGES_BY"; | ||
})(ComparisonType || (ComparisonType = {})); | ||
export var DependencyStatus; | ||
})(ComparisonType || (exports.ComparisonType = ComparisonType = {})); | ||
var DependencyStatus; | ||
exports.DependencyStatus = DependencyStatus; | ||
(function (DependencyStatus) { | ||
@@ -39,40 +42,34 @@ DependencyStatus["lock_optional"] = "lock_optional"; | ||
DependencyStatus["install_none"] = "install_none"; | ||
})(DependencyStatus || (DependencyStatus = {})); | ||
export var DestinationType; | ||
})(DependencyStatus || (exports.DependencyStatus = DependencyStatus = {})); | ||
var DestinationType; | ||
exports.DestinationType = DestinationType; | ||
(function (DestinationType) { | ||
DestinationType["EMAIL"] = "EMAIL"; | ||
DestinationType["ACTION_HUB"] = "ACTION_HUB"; | ||
})(DestinationType || (DestinationType = {})); | ||
export var DeviceType; | ||
})(DestinationType || (exports.DestinationType = DestinationType = {})); | ||
var DeviceType; | ||
exports.DeviceType = DeviceType; | ||
(function (DeviceType) { | ||
DeviceType["android"] = "android"; | ||
DeviceType["ios"] = "ios"; | ||
})(DeviceType || (DeviceType = {})); | ||
export var FillStyle; | ||
})(DeviceType || (exports.DeviceType = DeviceType = {})); | ||
var FillStyle; | ||
exports.FillStyle = FillStyle; | ||
(function (FillStyle) { | ||
FillStyle["enumeration"] = "enumeration"; | ||
FillStyle["range"] = "range"; | ||
})(FillStyle || (FillStyle = {})); | ||
export var Format; | ||
})(FillStyle || (exports.FillStyle = FillStyle = {})); | ||
var Format; | ||
exports.Format = Format; | ||
(function (Format) { | ||
Format["topojson"] = "topojson"; | ||
Format["vector_tile_region"] = "vector_tile_region"; | ||
})(Format || (Format = {})); | ||
export var InvestigativeContentType; | ||
})(Format || (exports.Format = Format = {})); | ||
var InvestigativeContentType; | ||
exports.InvestigativeContentType = InvestigativeContentType; | ||
(function (InvestigativeContentType) { | ||
InvestigativeContentType["dashboard"] = "dashboard"; | ||
})(InvestigativeContentType || (InvestigativeContentType = {})); | ||
export var Name; | ||
})(InvestigativeContentType || (exports.InvestigativeContentType = InvestigativeContentType = {})); | ||
var Name; | ||
exports.Name = Name; | ||
(function (Name) { | ||
@@ -89,13 +86,11 @@ Name["day"] = "day"; | ||
Name["year"] = "year"; | ||
})(Name || (Name = {})); | ||
export var PermissionType; | ||
})(Name || (exports.Name = Name = {})); | ||
var PermissionType; | ||
exports.PermissionType = PermissionType; | ||
(function (PermissionType) { | ||
PermissionType["view"] = "view"; | ||
PermissionType["edit"] = "edit"; | ||
})(PermissionType || (PermissionType = {})); | ||
export var PullRequestMode; | ||
})(PermissionType || (exports.PermissionType = PermissionType = {})); | ||
var PullRequestMode; | ||
exports.PullRequestMode = PullRequestMode; | ||
(function (PullRequestMode) { | ||
@@ -106,6 +101,5 @@ PullRequestMode["off"] = "off"; | ||
PullRequestMode["required"] = "required"; | ||
})(PullRequestMode || (PullRequestMode = {})); | ||
export var ResultFormat; | ||
})(PullRequestMode || (exports.PullRequestMode = PullRequestMode = {})); | ||
var ResultFormat; | ||
exports.ResultFormat = ResultFormat; | ||
(function (ResultFormat) { | ||
@@ -122,13 +116,11 @@ ResultFormat["inline_json"] = "inline_json"; | ||
ResultFormat["gsxml"] = "gsxml"; | ||
})(ResultFormat || (ResultFormat = {})); | ||
export var SecretType; | ||
})(ResultFormat || (exports.ResultFormat = ResultFormat = {})); | ||
var SecretType; | ||
exports.SecretType = SecretType; | ||
(function (SecretType) { | ||
SecretType["SSO"] = "SSO"; | ||
SecretType["JWT"] = "JWT"; | ||
})(SecretType || (SecretType = {})); | ||
export var SslVersion; | ||
})(SecretType || (exports.SecretType = SecretType = {})); | ||
var SslVersion; | ||
exports.SslVersion = SslVersion; | ||
(function (SslVersion) { | ||
@@ -138,6 +130,5 @@ SslVersion["TLSv1_1"] = "TLSv1_1"; | ||
SslVersion["TLSv1_2"] = "TLSv1_2"; | ||
})(SslVersion || (SslVersion = {})); | ||
export var SupportedActionTypes; | ||
})(SslVersion || (exports.SslVersion = SslVersion = {})); | ||
var SupportedActionTypes; | ||
exports.SupportedActionTypes = SupportedActionTypes; | ||
(function (SupportedActionTypes) { | ||
@@ -148,13 +139,11 @@ SupportedActionTypes["cell"] = "cell"; | ||
SupportedActionTypes["none"] = "none"; | ||
})(SupportedActionTypes || (SupportedActionTypes = {})); | ||
export var SupportedDownloadSettings; | ||
})(SupportedActionTypes || (exports.SupportedActionTypes = SupportedActionTypes = {})); | ||
var SupportedDownloadSettings; | ||
exports.SupportedDownloadSettings = SupportedDownloadSettings; | ||
(function (SupportedDownloadSettings) { | ||
SupportedDownloadSettings["push"] = "push"; | ||
SupportedDownloadSettings["url"] = "url"; | ||
})(SupportedDownloadSettings || (SupportedDownloadSettings = {})); | ||
export var SupportedFormats; | ||
})(SupportedDownloadSettings || (exports.SupportedDownloadSettings = SupportedDownloadSettings = {})); | ||
var SupportedFormats; | ||
exports.SupportedFormats = SupportedFormats; | ||
(function (SupportedFormats) { | ||
@@ -174,20 +163,17 @@ SupportedFormats["txt"] = "txt"; | ||
SupportedFormats["csv_zip"] = "csv_zip"; | ||
})(SupportedFormats || (SupportedFormats = {})); | ||
export var SupportedFormattings; | ||
})(SupportedFormats || (exports.SupportedFormats = SupportedFormats = {})); | ||
var SupportedFormattings; | ||
exports.SupportedFormattings = SupportedFormattings; | ||
(function (SupportedFormattings) { | ||
SupportedFormattings["formatted"] = "formatted"; | ||
SupportedFormattings["unformatted"] = "unformatted"; | ||
})(SupportedFormattings || (SupportedFormattings = {})); | ||
export var SupportedVisualizationFormattings; | ||
})(SupportedFormattings || (exports.SupportedFormattings = SupportedFormattings = {})); | ||
var SupportedVisualizationFormattings; | ||
exports.SupportedVisualizationFormattings = SupportedVisualizationFormattings; | ||
(function (SupportedVisualizationFormattings) { | ||
SupportedVisualizationFormattings["apply"] = "apply"; | ||
SupportedVisualizationFormattings["noapply"] = "noapply"; | ||
})(SupportedVisualizationFormattings || (SupportedVisualizationFormattings = {})); | ||
export var UserAttributeFilterTypes; | ||
})(SupportedVisualizationFormattings || (exports.SupportedVisualizationFormattings = SupportedVisualizationFormattings = {})); | ||
var UserAttributeFilterTypes; | ||
exports.UserAttributeFilterTypes = UserAttributeFilterTypes; | ||
(function (UserAttributeFilterTypes) { | ||
@@ -203,6 +189,5 @@ UserAttributeFilterTypes["advanced_filter_string"] = "advanced_filter_string"; | ||
UserAttributeFilterTypes["zipcode"] = "zipcode"; | ||
})(UserAttributeFilterTypes || (UserAttributeFilterTypes = {})); | ||
export var WeekStartDay; | ||
})(UserAttributeFilterTypes || (exports.UserAttributeFilterTypes = UserAttributeFilterTypes = {})); | ||
var WeekStartDay; | ||
exports.WeekStartDay = WeekStartDay; | ||
(function (WeekStartDay) { | ||
@@ -216,3 +201,3 @@ WeekStartDay["monday"] = "monday"; | ||
WeekStartDay["sunday"] = "sunday"; | ||
})(WeekStartDay || (WeekStartDay = {})); | ||
})(WeekStartDay || (exports.WeekStartDay = WeekStartDay = {})); | ||
//# sourceMappingURL=models.js.map |
@@ -1,25 +0,31 @@ | ||
import { DefaultSettings, BrowserSession, BrowserTransport } from '@looker/sdk-rtl'; | ||
import { Looker31SDK } from './3.1/methods'; | ||
import { Looker40SDK } from './4.0/methods'; | ||
export var BrowserSettings = () => { | ||
var settings = DefaultSettings(); | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.LookerBrowserSDK = exports.BrowserSettings = void 0; | ||
var _sdkRtl = require("@looker/sdk-rtl"); | ||
var _methods = require("./3.1/methods"); | ||
var _methods2 = require("./4.0/methods"); | ||
var BrowserSettings = () => { | ||
var settings = (0, _sdkRtl.DefaultSettings)(); | ||
settings.base_url = "".concat(document.location.hostname, ":19999"); | ||
return settings; | ||
}; | ||
export class LookerBrowserSDK { | ||
exports.BrowserSettings = BrowserSettings; | ||
class LookerBrowserSDK { | ||
static init31(settings, transport, session) { | ||
settings = settings || BrowserSettings(); | ||
transport = transport || new BrowserTransport(settings); | ||
session = session || new BrowserSession(settings, transport); | ||
return new Looker31SDK(session); | ||
transport = transport || new _sdkRtl.BrowserTransport(settings); | ||
session = session || new _sdkRtl.BrowserSession(settings, transport); | ||
return new _methods.Looker31SDK(session); | ||
} | ||
static init40(settings, transport, session) { | ||
settings = settings || BrowserSettings(); | ||
transport = transport || new BrowserTransport(settings); | ||
session = session || new BrowserSession(settings, transport); | ||
return new Looker40SDK(session); | ||
transport = transport || new _sdkRtl.BrowserTransport(settings); | ||
session = session || new _sdkRtl.BrowserSession(settings, transport); | ||
return new _methods2.Looker40SDK(session); | ||
} | ||
} | ||
exports.LookerBrowserSDK = LookerBrowserSDK; | ||
//# sourceMappingURL=browserSdk.js.map |
@@ -1,3 +0,11 @@ | ||
export var sdkVersion = '22.20'; | ||
export var environmentPrefix = 'LOOKERSDK'; | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.sdkVersion = exports.environmentPrefix = void 0; | ||
var sdkVersion = '23.0'; | ||
exports.sdkVersion = sdkVersion; | ||
var environmentPrefix = 'LOOKERSDK'; | ||
exports.environmentPrefix = environmentPrefix; | ||
//# sourceMappingURL=constants.js.map |
@@ -1,11 +0,17 @@ | ||
import { DefaultSettings, ExtensionSession, ExtensionTransport } from '@looker/sdk-rtl'; | ||
export class LookerExtensionSDK { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.LookerExtensionSDK = void 0; | ||
var _sdkRtl = require("@looker/sdk-rtl"); | ||
class LookerExtensionSDK { | ||
static createClient(hostConnection, type, settings) { | ||
settings = settings || DefaultSettings(); | ||
var transport = new ExtensionTransport(settings, hostConnection); | ||
var session = new ExtensionSession(settings, transport); | ||
settings = settings || (0, _sdkRtl.DefaultSettings)(); | ||
var transport = new _sdkRtl.ExtensionTransport(settings, hostConnection); | ||
var session = new _sdkRtl.ExtensionSession(settings, transport); | ||
return new type(session); | ||
} | ||
} | ||
exports.LookerExtensionSDK = LookerExtensionSDK; | ||
//# sourceMappingURL=extensionSdk.js.map |
@@ -1,18 +0,142 @@ | ||
import * as models31 from './3.1/models'; | ||
import * as funcs31 from './3.1/funcs'; | ||
export { models31 }; | ||
export { funcs31 }; | ||
export { ILooker31SDK } from './3.1/methodsInterface'; | ||
export { Looker31SDK } from './3.1/methods'; | ||
export { Looker31SDKStream } from './3.1/streams'; | ||
export { ILooker40SDK } from './4.0/methodsInterface'; | ||
export { Looker40SDK } from './4.0/methods'; | ||
export { Looker40SDKStream } from './4.0/streams'; | ||
export * from './4.0/funcs'; | ||
export * from './4.0/models'; | ||
export { sdkVersion, environmentPrefix } from './constants'; | ||
export { LookerExtensionSDK } from './extensionSdk'; | ||
export { BrowserSettings, LookerBrowserSDK } from './browserSdk'; | ||
export { functionalSdk40 } from './4.0/funcs'; | ||
export { functionalSdk31 } from './3.1/funcs'; | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
var _exportNames = { | ||
models31: true, | ||
functionalSdk31: true, | ||
funcs31: true, | ||
ILooker31SDK: true, | ||
Looker31SDK: true, | ||
Looker31SDKStream: true, | ||
ILooker40SDK: true, | ||
Looker40SDK: true, | ||
Looker40SDKStream: true, | ||
functionalSdk40: true, | ||
sdkVersion: true, | ||
environmentPrefix: true, | ||
LookerExtensionSDK: true, | ||
BrowserSettings: true, | ||
LookerBrowserSDK: true | ||
}; | ||
Object.defineProperty(exports, "BrowserSettings", { | ||
enumerable: true, | ||
get: function get() { | ||
return _browserSdk.BrowserSettings; | ||
} | ||
}); | ||
Object.defineProperty(exports, "ILooker31SDK", { | ||
enumerable: true, | ||
get: function get() { | ||
return _methodsInterface.ILooker31SDK; | ||
} | ||
}); | ||
Object.defineProperty(exports, "ILooker40SDK", { | ||
enumerable: true, | ||
get: function get() { | ||
return _methodsInterface2.ILooker40SDK; | ||
} | ||
}); | ||
Object.defineProperty(exports, "Looker31SDK", { | ||
enumerable: true, | ||
get: function get() { | ||
return _methods.Looker31SDK; | ||
} | ||
}); | ||
Object.defineProperty(exports, "Looker31SDKStream", { | ||
enumerable: true, | ||
get: function get() { | ||
return _streams.Looker31SDKStream; | ||
} | ||
}); | ||
Object.defineProperty(exports, "Looker40SDK", { | ||
enumerable: true, | ||
get: function get() { | ||
return _methods2.Looker40SDK; | ||
} | ||
}); | ||
Object.defineProperty(exports, "Looker40SDKStream", { | ||
enumerable: true, | ||
get: function get() { | ||
return _streams2.Looker40SDKStream; | ||
} | ||
}); | ||
Object.defineProperty(exports, "LookerBrowserSDK", { | ||
enumerable: true, | ||
get: function get() { | ||
return _browserSdk.LookerBrowserSDK; | ||
} | ||
}); | ||
Object.defineProperty(exports, "LookerExtensionSDK", { | ||
enumerable: true, | ||
get: function get() { | ||
return _extensionSdk.LookerExtensionSDK; | ||
} | ||
}); | ||
Object.defineProperty(exports, "environmentPrefix", { | ||
enumerable: true, | ||
get: function get() { | ||
return _constants.environmentPrefix; | ||
} | ||
}); | ||
exports.funcs31 = void 0; | ||
Object.defineProperty(exports, "functionalSdk31", { | ||
enumerable: true, | ||
get: function get() { | ||
return funcs31.functionalSdk31; | ||
} | ||
}); | ||
Object.defineProperty(exports, "functionalSdk40", { | ||
enumerable: true, | ||
get: function get() { | ||
return _funcs2.functionalSdk40; | ||
} | ||
}); | ||
exports.models31 = void 0; | ||
Object.defineProperty(exports, "sdkVersion", { | ||
enumerable: true, | ||
get: function get() { | ||
return _constants.sdkVersion; | ||
} | ||
}); | ||
var models31 = _interopRequireWildcard(require("./3.1/models")); | ||
exports.models31 = models31; | ||
var funcs31 = _interopRequireWildcard(require("./3.1/funcs")); | ||
exports.funcs31 = funcs31; | ||
var _methodsInterface = require("./3.1/methodsInterface"); | ||
var _methods = require("./3.1/methods"); | ||
var _streams = require("./3.1/streams"); | ||
var _methodsInterface2 = require("./4.0/methodsInterface"); | ||
var _methods2 = require("./4.0/methods"); | ||
var _streams2 = require("./4.0/streams"); | ||
var _funcs2 = require("./4.0/funcs"); | ||
Object.keys(_funcs2).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _funcs2[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function get() { | ||
return _funcs2[key]; | ||
} | ||
}); | ||
}); | ||
var _models2 = require("./4.0/models"); | ||
Object.keys(_models2).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _models2[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function get() { | ||
return _models2[key]; | ||
} | ||
}); | ||
}); | ||
var _constants = require("./constants"); | ||
var _extensionSdk = require("./extensionSdk"); | ||
var _browserSdk = require("./browserSdk"); | ||
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } | ||
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } | ||
//# sourceMappingURL=index.js.map |
@@ -7,5 +7,3 @@ "use strict"; | ||
exports.LookerExtensionSDK = void 0; | ||
var _sdkRtl = require("@looker/sdk-rtl"); | ||
class LookerExtensionSDK { | ||
@@ -18,6 +16,4 @@ static createClient(hostConnection, type, settings) { | ||
} | ||
} | ||
exports.LookerExtensionSDK = LookerExtensionSDK; | ||
//# sourceMappingURL=extensionSdk.js.map |
@@ -23,6 +23,6 @@ "use strict"; | ||
}; | ||
Object.defineProperty(exports, "functionalSdk31", { | ||
Object.defineProperty(exports, "BrowserSettings", { | ||
enumerable: true, | ||
get: function get() { | ||
return funcs31.functionalSdk31; | ||
return _browserSdk.BrowserSettings; | ||
} | ||
@@ -36,2 +36,8 @@ }); | ||
}); | ||
Object.defineProperty(exports, "ILooker40SDK", { | ||
enumerable: true, | ||
get: function get() { | ||
return _methodsInterface2.ILooker40SDK; | ||
} | ||
}); | ||
Object.defineProperty(exports, "Looker31SDK", { | ||
@@ -49,8 +55,2 @@ enumerable: true, | ||
}); | ||
Object.defineProperty(exports, "ILooker40SDK", { | ||
enumerable: true, | ||
get: function get() { | ||
return _methodsInterface2.ILooker40SDK; | ||
} | ||
}); | ||
Object.defineProperty(exports, "Looker40SDK", { | ||
@@ -68,12 +68,12 @@ enumerable: true, | ||
}); | ||
Object.defineProperty(exports, "functionalSdk40", { | ||
Object.defineProperty(exports, "LookerBrowserSDK", { | ||
enumerable: true, | ||
get: function get() { | ||
return _funcs2.functionalSdk40; | ||
return _browserSdk.LookerBrowserSDK; | ||
} | ||
}); | ||
Object.defineProperty(exports, "sdkVersion", { | ||
Object.defineProperty(exports, "LookerExtensionSDK", { | ||
enumerable: true, | ||
get: function get() { | ||
return _constants.sdkVersion; | ||
return _extensionSdk.LookerExtensionSDK; | ||
} | ||
@@ -87,44 +87,33 @@ }); | ||
}); | ||
Object.defineProperty(exports, "LookerExtensionSDK", { | ||
exports.funcs31 = void 0; | ||
Object.defineProperty(exports, "functionalSdk31", { | ||
enumerable: true, | ||
get: function get() { | ||
return _extensionSdk.LookerExtensionSDK; | ||
return funcs31.functionalSdk31; | ||
} | ||
}); | ||
Object.defineProperty(exports, "BrowserSettings", { | ||
Object.defineProperty(exports, "functionalSdk40", { | ||
enumerable: true, | ||
get: function get() { | ||
return _browserSdk.BrowserSettings; | ||
return _funcs2.functionalSdk40; | ||
} | ||
}); | ||
Object.defineProperty(exports, "LookerBrowserSDK", { | ||
exports.models31 = void 0; | ||
Object.defineProperty(exports, "sdkVersion", { | ||
enumerable: true, | ||
get: function get() { | ||
return _browserSdk.LookerBrowserSDK; | ||
return _constants.sdkVersion; | ||
} | ||
}); | ||
exports.funcs31 = exports.models31 = void 0; | ||
var models31 = _interopRequireWildcard(require("./3.1/models")); | ||
exports.models31 = models31; | ||
var funcs31 = _interopRequireWildcard(require("./3.1/funcs")); | ||
exports.funcs31 = funcs31; | ||
var _methodsInterface = require("./3.1/methodsInterface"); | ||
var _methods = require("./3.1/methods"); | ||
var _streams = require("./3.1/streams"); | ||
var _methodsInterface2 = require("./4.0/methodsInterface"); | ||
var _methods2 = require("./4.0/methods"); | ||
var _streams2 = require("./4.0/streams"); | ||
var _funcs2 = require("./4.0/funcs"); | ||
Object.keys(_funcs2).forEach(function (key) { | ||
@@ -141,5 +130,3 @@ if (key === "default" || key === "__esModule") return; | ||
}); | ||
var _models2 = require("./4.0/models"); | ||
Object.keys(_models2).forEach(function (key) { | ||
@@ -156,12 +143,7 @@ if (key === "default" || key === "__esModule") return; | ||
}); | ||
var _constants = require("./constants"); | ||
var _extensionSdk = require("./extensionSdk"); | ||
var _browserSdk = require("./browserSdk"); | ||
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } | ||
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@looker/sdk", | ||
"version": "22.20.1", | ||
"version": "23.0.0", | ||
"description": "Looker SDK", | ||
@@ -44,3 +44,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@looker/sdk-rtl": "^21.5.0", | ||
"@looker/sdk-rtl": "^21.6.0", | ||
"ini": "^1.3.8", | ||
@@ -55,3 +55,3 @@ "readable-stream": "^3.4.0", | ||
], | ||
"gitHead": "5545803533abe44ccef1f1b87e99d9f3e5bdc316" | ||
"gitHead": "23e7b80cab16e5be47b14fff1f9ddca98f539369" | ||
} |
@@ -69,3 +69,3 @@ # Looker SDK | ||
Starting with Looker release 7.2, the experimental version of API 4.0 is available. To support iterative migration to API 4.0 from API 3.1, the single Looker SDK package now supports multiple API versions for the generated SDK classes. Both API 3.1 and API 4.0 are supported for Node and browser-based use. | ||
Version API 4.0 is available and API 3.1 is deprecated. To support iterative migration to API 4.0 from API 3.1, the single Looker SDK package now supports multiple API versions for the generated SDK classes. Both API 3.1 and API 4.0 are supported for Node and browser-based use. | ||
@@ -72,0 +72,0 @@ `LookerBrowserSDK.init31()` and `Looker31SDK()` initialize the API 3.1 implementation of the SDK. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
11068513
56451
Updated@looker/sdk-rtl@^21.6.0