@looker/sdk 23.4.0 → 23.8.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 +14 -0
- package/lib/3.1/funcs.d.ts +5 -5
- package/lib/3.1/funcs.js +1 -0
- package/lib/3.1/funcs.js.map +1 -1
- package/lib/3.1/methods.d.ts +5 -5
- package/lib/3.1/methods.js +1 -0
- package/lib/3.1/methods.js.map +1 -1
- package/lib/3.1/methodsInterface.d.ts +5 -5
- package/lib/3.1/methodsInterface.js.map +1 -1
- package/lib/3.1/models.d.ts +3 -29
- package/lib/3.1/models.js +68 -68
- package/lib/3.1/models.js.map +1 -1
- package/lib/3.1/streams.d.ts +4 -4
- package/lib/3.1/streams.js +1 -0
- package/lib/3.1/streams.js.map +1 -1
- package/lib/4.0/funcs.d.ts +8 -8
- package/lib/4.0/funcs.js +1 -0
- package/lib/4.0/funcs.js.map +1 -1
- package/lib/4.0/methods.d.ts +8 -8
- package/lib/4.0/methods.js +1 -0
- package/lib/4.0/methods.js.map +1 -1
- package/lib/4.0/methodsInterface.d.ts +8 -8
- package/lib/4.0/methodsInterface.js.map +1 -1
- package/lib/4.0/models.d.ts +7 -54
- package/lib/4.0/models.js +88 -88
- package/lib/4.0/models.js.map +1 -1
- package/lib/4.0/streams.d.ts +7 -7
- package/lib/4.0/streams.js +1 -0
- package/lib/4.0/streams.js.map +1 -1
- 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/3.1/funcs.js +1 -0
- package/lib/esm/3.1/funcs.js.map +1 -1
- package/lib/esm/3.1/methods.js +1 -0
- package/lib/esm/3.1/methods.js.map +1 -1
- package/lib/esm/3.1/methodsInterface.js.map +1 -1
- package/lib/esm/3.1/models.js +68 -68
- package/lib/esm/3.1/models.js.map +1 -1
- package/lib/esm/3.1/streams.js +1 -0
- package/lib/esm/3.1/streams.js.map +1 -1
- package/lib/esm/4.0/funcs.js +1 -0
- package/lib/esm/4.0/funcs.js.map +1 -1
- package/lib/esm/4.0/methods.js +1 -0
- 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 +88 -88
- package/lib/esm/4.0/models.js.map +1 -1
- package/lib/esm/4.0/streams.js +1 -0
- package/lib/esm/4.0/streams.js.map +1 -1
- package/lib/esm/browserSdk.js.map +1 -1
- package/lib/esm/constants.js +1 -1
- package/lib/esm/constants.js.map +1 -1
- package/lib/esm/extensionSdk.js.map +1 -1
- package/lib/esm/index.js.map +1 -1
- package/lib/extensionSdk.js.map +1 -1
- package/lib/index.js.map +1 -1
- package/package.json +2 -2
package/lib/esm/4.0/models.js
CHANGED
|
@@ -4,23 +4,21 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
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;
|
|
7
|
-
var Align
|
|
8
|
-
exports.Align = Align;
|
|
9
|
-
(function (Align) {
|
|
7
|
+
var Align = function (Align) {
|
|
10
8
|
Align["left"] = "left";
|
|
11
9
|
Align["right"] = "right";
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
exports.
|
|
15
|
-
|
|
10
|
+
return Align;
|
|
11
|
+
}({});
|
|
12
|
+
exports.Align = Align;
|
|
13
|
+
var Category = function (Category) {
|
|
16
14
|
Category["parameter"] = "parameter";
|
|
17
15
|
Category["filter"] = "filter";
|
|
18
16
|
Category["measure"] = "measure";
|
|
19
17
|
Category["dimension"] = "dimension";
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
exports.
|
|
23
|
-
|
|
18
|
+
return Category;
|
|
19
|
+
}({});
|
|
20
|
+
exports.Category = Category;
|
|
21
|
+
var ComparisonType = function (ComparisonType) {
|
|
24
22
|
ComparisonType["EQUAL_TO"] = "EQUAL_TO";
|
|
25
23
|
ComparisonType["GREATER_THAN"] = "GREATER_THAN";
|
|
26
24
|
ComparisonType["GREATER_THAN_OR_EQUAL_TO"] = "GREATER_THAN_OR_EQUAL_TO";
|
|
@@ -29,47 +27,47 @@ exports.ComparisonType = ComparisonType;
|
|
|
29
27
|
ComparisonType["INCREASES_BY"] = "INCREASES_BY";
|
|
30
28
|
ComparisonType["DECREASES_BY"] = "DECREASES_BY";
|
|
31
29
|
ComparisonType["CHANGES_BY"] = "CHANGES_BY";
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
exports.
|
|
35
|
-
|
|
30
|
+
return ComparisonType;
|
|
31
|
+
}({});
|
|
32
|
+
exports.ComparisonType = ComparisonType;
|
|
33
|
+
var DependencyStatus = function (DependencyStatus) {
|
|
36
34
|
DependencyStatus["lock_optional"] = "lock_optional";
|
|
37
35
|
DependencyStatus["lock_required"] = "lock_required";
|
|
38
36
|
DependencyStatus["lock_error"] = "lock_error";
|
|
39
37
|
DependencyStatus["install_none"] = "install_none";
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
exports.
|
|
43
|
-
|
|
38
|
+
return DependencyStatus;
|
|
39
|
+
}({});
|
|
40
|
+
exports.DependencyStatus = DependencyStatus;
|
|
41
|
+
var DestinationType = function (DestinationType) {
|
|
44
42
|
DestinationType["EMAIL"] = "EMAIL";
|
|
45
43
|
DestinationType["ACTION_HUB"] = "ACTION_HUB";
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
exports.
|
|
49
|
-
|
|
44
|
+
return DestinationType;
|
|
45
|
+
}({});
|
|
46
|
+
exports.DestinationType = DestinationType;
|
|
47
|
+
var DeviceType = function (DeviceType) {
|
|
50
48
|
DeviceType["android"] = "android";
|
|
51
49
|
DeviceType["ios"] = "ios";
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
exports.
|
|
55
|
-
|
|
50
|
+
return DeviceType;
|
|
51
|
+
}({});
|
|
52
|
+
exports.DeviceType = DeviceType;
|
|
53
|
+
var FillStyle = function (FillStyle) {
|
|
56
54
|
FillStyle["enumeration"] = "enumeration";
|
|
57
55
|
FillStyle["range"] = "range";
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
exports.
|
|
61
|
-
|
|
56
|
+
return FillStyle;
|
|
57
|
+
}({});
|
|
58
|
+
exports.FillStyle = FillStyle;
|
|
59
|
+
var Format = function (Format) {
|
|
62
60
|
Format["topojson"] = "topojson";
|
|
63
61
|
Format["vector_tile_region"] = "vector_tile_region";
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
exports.
|
|
67
|
-
|
|
62
|
+
return Format;
|
|
63
|
+
}({});
|
|
64
|
+
exports.Format = Format;
|
|
65
|
+
var InvestigativeContentType = function (InvestigativeContentType) {
|
|
68
66
|
InvestigativeContentType["dashboard"] = "dashboard";
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
exports.
|
|
72
|
-
|
|
67
|
+
return InvestigativeContentType;
|
|
68
|
+
}({});
|
|
69
|
+
exports.InvestigativeContentType = InvestigativeContentType;
|
|
70
|
+
var Name = function (Name) {
|
|
73
71
|
Name["day"] = "day";
|
|
74
72
|
Name["hour"] = "hour";
|
|
75
73
|
Name["minute"] = "minute";
|
|
@@ -80,24 +78,24 @@ exports.Name = Name;
|
|
|
80
78
|
Name["month"] = "month";
|
|
81
79
|
Name["quarter"] = "quarter";
|
|
82
80
|
Name["year"] = "year";
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
exports.
|
|
86
|
-
|
|
81
|
+
return Name;
|
|
82
|
+
}({});
|
|
83
|
+
exports.Name = Name;
|
|
84
|
+
var PermissionType = function (PermissionType) {
|
|
87
85
|
PermissionType["view"] = "view";
|
|
88
86
|
PermissionType["edit"] = "edit";
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
exports.
|
|
92
|
-
|
|
87
|
+
return PermissionType;
|
|
88
|
+
}({});
|
|
89
|
+
exports.PermissionType = PermissionType;
|
|
90
|
+
var PullRequestMode = function (PullRequestMode) {
|
|
93
91
|
PullRequestMode["off"] = "off";
|
|
94
92
|
PullRequestMode["links"] = "links";
|
|
95
93
|
PullRequestMode["recommended"] = "recommended";
|
|
96
94
|
PullRequestMode["required"] = "required";
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
exports.
|
|
100
|
-
|
|
95
|
+
return PullRequestMode;
|
|
96
|
+
}({});
|
|
97
|
+
exports.PullRequestMode = PullRequestMode;
|
|
98
|
+
var ResultFormat = function (ResultFormat) {
|
|
101
99
|
ResultFormat["inline_json"] = "inline_json";
|
|
102
100
|
ResultFormat["json"] = "json";
|
|
103
101
|
ResultFormat["json_detail"] = "json_detail";
|
|
@@ -108,37 +106,37 @@ exports.ResultFormat = ResultFormat;
|
|
|
108
106
|
ResultFormat["txt"] = "txt";
|
|
109
107
|
ResultFormat["xlsx"] = "xlsx";
|
|
110
108
|
ResultFormat["gsxml"] = "gsxml";
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
exports.
|
|
114
|
-
|
|
109
|
+
return ResultFormat;
|
|
110
|
+
}({});
|
|
111
|
+
exports.ResultFormat = ResultFormat;
|
|
112
|
+
var SecretType = function (SecretType) {
|
|
115
113
|
SecretType["SSO"] = "SSO";
|
|
116
114
|
SecretType["JWT"] = "JWT";
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
exports.
|
|
120
|
-
|
|
115
|
+
return SecretType;
|
|
116
|
+
}({});
|
|
117
|
+
exports.SecretType = SecretType;
|
|
118
|
+
var SslVersion = function (SslVersion) {
|
|
121
119
|
SslVersion["TLSv1_1"] = "TLSv1_1";
|
|
122
120
|
SslVersion["SSLv23"] = "SSLv23";
|
|
123
121
|
SslVersion["TLSv1_2"] = "TLSv1_2";
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
exports.
|
|
127
|
-
|
|
122
|
+
return SslVersion;
|
|
123
|
+
}({});
|
|
124
|
+
exports.SslVersion = SslVersion;
|
|
125
|
+
var SupportedActionTypes = function (SupportedActionTypes) {
|
|
128
126
|
SupportedActionTypes["cell"] = "cell";
|
|
129
127
|
SupportedActionTypes["query"] = "query";
|
|
130
128
|
SupportedActionTypes["dashboard"] = "dashboard";
|
|
131
129
|
SupportedActionTypes["none"] = "none";
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
exports.
|
|
135
|
-
|
|
130
|
+
return SupportedActionTypes;
|
|
131
|
+
}({});
|
|
132
|
+
exports.SupportedActionTypes = SupportedActionTypes;
|
|
133
|
+
var SupportedDownloadSettings = function (SupportedDownloadSettings) {
|
|
136
134
|
SupportedDownloadSettings["push"] = "push";
|
|
137
135
|
SupportedDownloadSettings["url"] = "url";
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
exports.
|
|
141
|
-
|
|
136
|
+
return SupportedDownloadSettings;
|
|
137
|
+
}({});
|
|
138
|
+
exports.SupportedDownloadSettings = SupportedDownloadSettings;
|
|
139
|
+
var SupportedFormats = function (SupportedFormats) {
|
|
142
140
|
SupportedFormats["txt"] = "txt";
|
|
143
141
|
SupportedFormats["csv"] = "csv";
|
|
144
142
|
SupportedFormats["inline_json"] = "inline_json";
|
|
@@ -152,22 +150,22 @@ exports.SupportedFormats = SupportedFormats;
|
|
|
152
150
|
SupportedFormats["assembled_pdf"] = "assembled_pdf";
|
|
153
151
|
SupportedFormats["wysiwyg_png"] = "wysiwyg_png";
|
|
154
152
|
SupportedFormats["csv_zip"] = "csv_zip";
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
exports.
|
|
158
|
-
|
|
153
|
+
return SupportedFormats;
|
|
154
|
+
}({});
|
|
155
|
+
exports.SupportedFormats = SupportedFormats;
|
|
156
|
+
var SupportedFormattings = function (SupportedFormattings) {
|
|
159
157
|
SupportedFormattings["formatted"] = "formatted";
|
|
160
158
|
SupportedFormattings["unformatted"] = "unformatted";
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
exports.
|
|
164
|
-
|
|
159
|
+
return SupportedFormattings;
|
|
160
|
+
}({});
|
|
161
|
+
exports.SupportedFormattings = SupportedFormattings;
|
|
162
|
+
var SupportedVisualizationFormattings = function (SupportedVisualizationFormattings) {
|
|
165
163
|
SupportedVisualizationFormattings["apply"] = "apply";
|
|
166
164
|
SupportedVisualizationFormattings["noapply"] = "noapply";
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
exports.
|
|
170
|
-
|
|
165
|
+
return SupportedVisualizationFormattings;
|
|
166
|
+
}({});
|
|
167
|
+
exports.SupportedVisualizationFormattings = SupportedVisualizationFormattings;
|
|
168
|
+
var UserAttributeFilterTypes = function (UserAttributeFilterTypes) {
|
|
171
169
|
UserAttributeFilterTypes["advanced_filter_string"] = "advanced_filter_string";
|
|
172
170
|
UserAttributeFilterTypes["advanced_filter_number"] = "advanced_filter_number";
|
|
173
171
|
UserAttributeFilterTypes["advanced_filter_datetime"] = "advanced_filter_datetime";
|
|
@@ -177,10 +175,10 @@ exports.UserAttributeFilterTypes = UserAttributeFilterTypes;
|
|
|
177
175
|
UserAttributeFilterTypes["relative_url"] = "relative_url";
|
|
178
176
|
UserAttributeFilterTypes["yesno"] = "yesno";
|
|
179
177
|
UserAttributeFilterTypes["zipcode"] = "zipcode";
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
exports.
|
|
183
|
-
|
|
178
|
+
return UserAttributeFilterTypes;
|
|
179
|
+
}({});
|
|
180
|
+
exports.UserAttributeFilterTypes = UserAttributeFilterTypes;
|
|
181
|
+
var WeekStartDay = function (WeekStartDay) {
|
|
184
182
|
WeekStartDay["monday"] = "monday";
|
|
185
183
|
WeekStartDay["tuesday"] = "tuesday";
|
|
186
184
|
WeekStartDay["wednesday"] = "wednesday";
|
|
@@ -188,5 +186,7 @@ exports.WeekStartDay = WeekStartDay;
|
|
|
188
186
|
WeekStartDay["friday"] = "friday";
|
|
189
187
|
WeekStartDay["saturday"] = "saturday";
|
|
190
188
|
WeekStartDay["sunday"] = "sunday";
|
|
191
|
-
|
|
189
|
+
return WeekStartDay;
|
|
190
|
+
}({});
|
|
191
|
+
exports.WeekStartDay = WeekStartDay;
|
|
192
192
|
//# sourceMappingURL=models.js.map
|