@looker/sdk 23.16.0 → 23.18.0
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.
- package/CHANGELOG.md +7 -0
- package/README.md +1 -3
- package/lib/4.0/funcs.d.ts +4 -4
- package/lib/4.0/funcs.js +377 -377
- package/lib/4.0/funcs.js.map +1 -1
- package/lib/4.0/methods.d.ts +4 -4
- package/lib/4.0/methods.js +250 -250
- package/lib/4.0/methods.js.map +1 -1
- package/lib/4.0/methodsInterface.d.ts +4 -4
- package/lib/4.0/methodsInterface.js.map +1 -1
- package/lib/4.0/models.d.ts +3 -4
- package/lib/4.0/models.js.map +1 -1
- package/lib/4.0/streams.d.ts +4 -4
- package/lib/4.0/streams.js +250 -250
- package/lib/4.0/streams.js.map +1 -1
- package/lib/browserSdk.d.ts +0 -2
- package/lib/browserSdk.js +2 -9
- package/lib/browserSdk.js.map +1 -1
- package/lib/constants.d.ts +1 -1
- package/lib/constants.js +1 -1
- package/lib/constants.js.map +1 -1
- package/lib/esm/4.0/funcs.js +1105 -1549
- package/lib/esm/4.0/funcs.js.map +1 -1
- package/lib/esm/4.0/methods.js +555 -562
- package/lib/esm/4.0/methods.js.map +1 -1
- package/lib/esm/4.0/methodsInterface.js.map +1 -1
- package/lib/esm/4.0/models.js +22 -50
- package/lib/esm/4.0/models.js.map +1 -1
- package/lib/esm/4.0/streams.js +555 -562
- package/lib/esm/4.0/streams.js.map +1 -1
- package/lib/esm/browserSdk.js +8 -23
- package/lib/esm/browserSdk.js.map +1 -1
- package/lib/esm/constants.js +2 -10
- package/lib/esm/constants.js.map +1 -1
- package/lib/esm/extensionSdk.js +5 -12
- package/lib/esm/extensionSdk.js.map +1 -1
- package/lib/esm/index.js +9 -141
- package/lib/esm/index.js.map +1 -1
- package/lib/extensionSdk.js.map +1 -1
- package/lib/index.d.ts +0 -8
- package/lib/index.js +15 -56
- package/lib/index.js.map +1 -1
- package/package.json +2 -2
- package/lib/3.1/funcs.d.ts +0 -358
- package/lib/3.1/funcs.js +0 -4025
- package/lib/3.1/funcs.js.map +0 -1
- package/lib/3.1/methods.d.ts +0 -363
- package/lib/3.1/methods.js +0 -2965
- package/lib/3.1/methods.js.map +0 -1
- package/lib/3.1/methodsInterface.d.ts +0 -359
- package/lib/3.1/methodsInterface.js +0 -2
- package/lib/3.1/methodsInterface.js.map +0 -1
- package/lib/3.1/models.d.ts +0 -3263
- package/lib/3.1/models.js +0 -159
- package/lib/3.1/models.js.map +0 -1
- package/lib/3.1/streams.d.ts +0 -363
- package/lib/3.1/streams.js +0 -2965
- package/lib/3.1/streams.js.map +0 -1
- package/lib/esm/3.1/funcs.js +0 -4025
- package/lib/esm/3.1/funcs.js.map +0 -1
- package/lib/esm/3.1/methods.js +0 -2965
- package/lib/esm/3.1/methods.js.map +0 -1
- package/lib/esm/3.1/methodsInterface.js +0 -2
- package/lib/esm/3.1/methodsInterface.js.map +0 -1
- package/lib/esm/3.1/models.js +0 -159
- package/lib/esm/3.1/models.js.map +0 -1
- package/lib/esm/3.1/streams.js +0 -2965
- package/lib/esm/3.1/streams.js.map +0 -1
package/lib/esm/3.1/models.js
DELETED
|
@@ -1,159 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
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;
|
|
7
|
-
var Align = function (Align) {
|
|
8
|
-
Align["left"] = "left";
|
|
9
|
-
Align["right"] = "right";
|
|
10
|
-
return Align;
|
|
11
|
-
}({});
|
|
12
|
-
exports.Align = Align;
|
|
13
|
-
var Category = function (Category) {
|
|
14
|
-
Category["parameter"] = "parameter";
|
|
15
|
-
Category["filter"] = "filter";
|
|
16
|
-
Category["measure"] = "measure";
|
|
17
|
-
Category["dimension"] = "dimension";
|
|
18
|
-
return Category;
|
|
19
|
-
}({});
|
|
20
|
-
exports.Category = Category;
|
|
21
|
-
var DependencyStatus = function (DependencyStatus) {
|
|
22
|
-
DependencyStatus["lock_optional"] = "lock_optional";
|
|
23
|
-
DependencyStatus["lock_required"] = "lock_required";
|
|
24
|
-
DependencyStatus["lock_error"] = "lock_error";
|
|
25
|
-
DependencyStatus["install_none"] = "install_none";
|
|
26
|
-
return DependencyStatus;
|
|
27
|
-
}({});
|
|
28
|
-
exports.DependencyStatus = DependencyStatus;
|
|
29
|
-
var FillStyle = function (FillStyle) {
|
|
30
|
-
FillStyle["enumeration"] = "enumeration";
|
|
31
|
-
FillStyle["range"] = "range";
|
|
32
|
-
return FillStyle;
|
|
33
|
-
}({});
|
|
34
|
-
exports.FillStyle = FillStyle;
|
|
35
|
-
var Format = function (Format) {
|
|
36
|
-
Format["topojson"] = "topojson";
|
|
37
|
-
Format["vector_tile_region"] = "vector_tile_region";
|
|
38
|
-
return Format;
|
|
39
|
-
}({});
|
|
40
|
-
exports.Format = Format;
|
|
41
|
-
var Name = function (Name) {
|
|
42
|
-
Name["day"] = "day";
|
|
43
|
-
Name["hour"] = "hour";
|
|
44
|
-
Name["minute"] = "minute";
|
|
45
|
-
Name["second"] = "second";
|
|
46
|
-
Name["millisecond"] = "millisecond";
|
|
47
|
-
Name["microsecond"] = "microsecond";
|
|
48
|
-
Name["week"] = "week";
|
|
49
|
-
Name["month"] = "month";
|
|
50
|
-
Name["quarter"] = "quarter";
|
|
51
|
-
Name["year"] = "year";
|
|
52
|
-
return Name;
|
|
53
|
-
}({});
|
|
54
|
-
exports.Name = Name;
|
|
55
|
-
var PermissionType = function (PermissionType) {
|
|
56
|
-
PermissionType["view"] = "view";
|
|
57
|
-
PermissionType["edit"] = "edit";
|
|
58
|
-
return PermissionType;
|
|
59
|
-
}({});
|
|
60
|
-
exports.PermissionType = PermissionType;
|
|
61
|
-
var PullRequestMode = function (PullRequestMode) {
|
|
62
|
-
PullRequestMode["off"] = "off";
|
|
63
|
-
PullRequestMode["links"] = "links";
|
|
64
|
-
PullRequestMode["recommended"] = "recommended";
|
|
65
|
-
PullRequestMode["required"] = "required";
|
|
66
|
-
return PullRequestMode;
|
|
67
|
-
}({});
|
|
68
|
-
exports.PullRequestMode = PullRequestMode;
|
|
69
|
-
var ResultFormat = function (ResultFormat) {
|
|
70
|
-
ResultFormat["inline_json"] = "inline_json";
|
|
71
|
-
ResultFormat["json"] = "json";
|
|
72
|
-
ResultFormat["json_detail"] = "json_detail";
|
|
73
|
-
ResultFormat["json_fe"] = "json_fe";
|
|
74
|
-
ResultFormat["json_bi"] = "json_bi";
|
|
75
|
-
ResultFormat["csv"] = "csv";
|
|
76
|
-
ResultFormat["html"] = "html";
|
|
77
|
-
ResultFormat["md"] = "md";
|
|
78
|
-
ResultFormat["txt"] = "txt";
|
|
79
|
-
ResultFormat["xlsx"] = "xlsx";
|
|
80
|
-
ResultFormat["gsxml"] = "gsxml";
|
|
81
|
-
ResultFormat["sql"] = "sql";
|
|
82
|
-
return ResultFormat;
|
|
83
|
-
}({});
|
|
84
|
-
exports.ResultFormat = ResultFormat;
|
|
85
|
-
var SslVersion = function (SslVersion) {
|
|
86
|
-
SslVersion["TLSv1_1"] = "TLSv1_1";
|
|
87
|
-
SslVersion["SSLv23"] = "SSLv23";
|
|
88
|
-
SslVersion["TLSv1_2"] = "TLSv1_2";
|
|
89
|
-
return SslVersion;
|
|
90
|
-
}({});
|
|
91
|
-
exports.SslVersion = SslVersion;
|
|
92
|
-
var SupportedActionTypes = function (SupportedActionTypes) {
|
|
93
|
-
SupportedActionTypes["cell"] = "cell";
|
|
94
|
-
SupportedActionTypes["query"] = "query";
|
|
95
|
-
SupportedActionTypes["dashboard"] = "dashboard";
|
|
96
|
-
SupportedActionTypes["none"] = "none";
|
|
97
|
-
return SupportedActionTypes;
|
|
98
|
-
}({});
|
|
99
|
-
exports.SupportedActionTypes = SupportedActionTypes;
|
|
100
|
-
var SupportedDownloadSettings = function (SupportedDownloadSettings) {
|
|
101
|
-
SupportedDownloadSettings["push"] = "push";
|
|
102
|
-
SupportedDownloadSettings["url"] = "url";
|
|
103
|
-
return SupportedDownloadSettings;
|
|
104
|
-
}({});
|
|
105
|
-
exports.SupportedDownloadSettings = SupportedDownloadSettings;
|
|
106
|
-
var SupportedFormats = function (SupportedFormats) {
|
|
107
|
-
SupportedFormats["txt"] = "txt";
|
|
108
|
-
SupportedFormats["csv"] = "csv";
|
|
109
|
-
SupportedFormats["inline_json"] = "inline_json";
|
|
110
|
-
SupportedFormats["json"] = "json";
|
|
111
|
-
SupportedFormats["json_label"] = "json_label";
|
|
112
|
-
SupportedFormats["json_detail"] = "json_detail";
|
|
113
|
-
SupportedFormats["json_detail_lite_stream"] = "json_detail_lite_stream";
|
|
114
|
-
SupportedFormats["xlsx"] = "xlsx";
|
|
115
|
-
SupportedFormats["html"] = "html";
|
|
116
|
-
SupportedFormats["wysiwyg_pdf"] = "wysiwyg_pdf";
|
|
117
|
-
SupportedFormats["assembled_pdf"] = "assembled_pdf";
|
|
118
|
-
SupportedFormats["wysiwyg_png"] = "wysiwyg_png";
|
|
119
|
-
SupportedFormats["csv_zip"] = "csv_zip";
|
|
120
|
-
return SupportedFormats;
|
|
121
|
-
}({});
|
|
122
|
-
exports.SupportedFormats = SupportedFormats;
|
|
123
|
-
var SupportedFormattings = function (SupportedFormattings) {
|
|
124
|
-
SupportedFormattings["formatted"] = "formatted";
|
|
125
|
-
SupportedFormattings["unformatted"] = "unformatted";
|
|
126
|
-
return SupportedFormattings;
|
|
127
|
-
}({});
|
|
128
|
-
exports.SupportedFormattings = SupportedFormattings;
|
|
129
|
-
var SupportedVisualizationFormattings = function (SupportedVisualizationFormattings) {
|
|
130
|
-
SupportedVisualizationFormattings["apply"] = "apply";
|
|
131
|
-
SupportedVisualizationFormattings["noapply"] = "noapply";
|
|
132
|
-
return SupportedVisualizationFormattings;
|
|
133
|
-
}({});
|
|
134
|
-
exports.SupportedVisualizationFormattings = SupportedVisualizationFormattings;
|
|
135
|
-
var UserAttributeFilterTypes = function (UserAttributeFilterTypes) {
|
|
136
|
-
UserAttributeFilterTypes["advanced_filter_string"] = "advanced_filter_string";
|
|
137
|
-
UserAttributeFilterTypes["advanced_filter_number"] = "advanced_filter_number";
|
|
138
|
-
UserAttributeFilterTypes["advanced_filter_datetime"] = "advanced_filter_datetime";
|
|
139
|
-
UserAttributeFilterTypes["string"] = "string";
|
|
140
|
-
UserAttributeFilterTypes["number"] = "number";
|
|
141
|
-
UserAttributeFilterTypes["datetime"] = "datetime";
|
|
142
|
-
UserAttributeFilterTypes["relative_url"] = "relative_url";
|
|
143
|
-
UserAttributeFilterTypes["yesno"] = "yesno";
|
|
144
|
-
UserAttributeFilterTypes["zipcode"] = "zipcode";
|
|
145
|
-
return UserAttributeFilterTypes;
|
|
146
|
-
}({});
|
|
147
|
-
exports.UserAttributeFilterTypes = UserAttributeFilterTypes;
|
|
148
|
-
var WeekStartDay = function (WeekStartDay) {
|
|
149
|
-
WeekStartDay["monday"] = "monday";
|
|
150
|
-
WeekStartDay["tuesday"] = "tuesday";
|
|
151
|
-
WeekStartDay["wednesday"] = "wednesday";
|
|
152
|
-
WeekStartDay["thursday"] = "thursday";
|
|
153
|
-
WeekStartDay["friday"] = "friday";
|
|
154
|
-
WeekStartDay["saturday"] = "saturday";
|
|
155
|
-
WeekStartDay["sunday"] = "sunday";
|
|
156
|
-
return WeekStartDay;
|
|
157
|
-
}({});
|
|
158
|
-
exports.WeekStartDay = WeekStartDay;
|
|
159
|
-
//# sourceMappingURL=models.js.map
|