@looker/sdk 23.6.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 +7 -0
- package/lib/3.1/funcs.d.ts +4 -4
- package/lib/3.1/funcs.js.map +1 -1
- package/lib/3.1/methods.d.ts +4 -4
- package/lib/3.1/methods.js.map +1 -1
- package/lib/3.1/methodsInterface.d.ts +4 -4
- package/lib/3.1/methodsInterface.js.map +1 -1
- package/lib/3.1/models.d.ts +0 -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.map +1 -1
- package/lib/4.0/funcs.d.ts +7 -7
- package/lib/4.0/funcs.js.map +1 -1
- package/lib/4.0/methods.d.ts +7 -7
- package/lib/4.0/methods.js.map +1 -1
- package/lib/4.0/methodsInterface.d.ts +7 -7
- package/lib/4.0/methodsInterface.js.map +1 -1
- package/lib/4.0/models.d.ts +4 -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.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.map +1 -1
- 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.map +1 -1
- package/lib/esm/4.0/funcs.js.map +1 -1
- 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.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/3.1/models.d.ts
CHANGED
|
@@ -1749,10 +1749,6 @@ export interface IRequestAllScheduledPlans {
|
|
|
1749
1749
|
fields?: string | null;
|
|
1750
1750
|
all_users?: boolean | null;
|
|
1751
1751
|
}
|
|
1752
|
-
export interface IRequestAllUserAttributes {
|
|
1753
|
-
fields?: string | null;
|
|
1754
|
-
sorts?: string | null;
|
|
1755
|
-
}
|
|
1756
1752
|
export interface IRequestAllUsers {
|
|
1757
1753
|
fields?: string | null;
|
|
1758
1754
|
page?: number | null;
|
|
@@ -1985,20 +1981,6 @@ export interface IRequestSearchDashboards {
|
|
|
1985
1981
|
sorts?: string | null;
|
|
1986
1982
|
filter_or?: boolean | null;
|
|
1987
1983
|
}
|
|
1988
|
-
export interface IRequestSearchFolders {
|
|
1989
|
-
fields?: string | null;
|
|
1990
|
-
page?: number | null;
|
|
1991
|
-
per_page?: number | null;
|
|
1992
|
-
limit?: number | null;
|
|
1993
|
-
offset?: number | null;
|
|
1994
|
-
sorts?: string | null;
|
|
1995
|
-
name?: string | null;
|
|
1996
|
-
id?: number | null;
|
|
1997
|
-
parent_id?: string | null;
|
|
1998
|
-
creator_id?: string | null;
|
|
1999
|
-
filter_or?: boolean | null;
|
|
2000
|
-
is_shared_root?: boolean | null;
|
|
2001
|
-
}
|
|
2002
1984
|
export interface IRequestSearchGroups {
|
|
2003
1985
|
fields?: string | null;
|
|
2004
1986
|
limit?: number | null;
|
|
@@ -2054,17 +2036,6 @@ export interface IRequestSearchModelSets {
|
|
|
2054
2036
|
built_in?: boolean | null;
|
|
2055
2037
|
filter_or?: boolean | null;
|
|
2056
2038
|
}
|
|
2057
|
-
export interface IRequestSearchPermissionSets {
|
|
2058
|
-
fields?: string | null;
|
|
2059
|
-
limit?: number | null;
|
|
2060
|
-
offset?: number | null;
|
|
2061
|
-
sorts?: string | null;
|
|
2062
|
-
id?: number | null;
|
|
2063
|
-
name?: string | null;
|
|
2064
|
-
all_access?: boolean | null;
|
|
2065
|
-
built_in?: boolean | null;
|
|
2066
|
-
filter_or?: boolean | null;
|
|
2067
|
-
}
|
|
2068
2039
|
export interface IRequestSearchRoles {
|
|
2069
2040
|
fields?: string | null;
|
|
2070
2041
|
limit?: number | null;
|
package/lib/3.1/models.js
CHANGED
|
@@ -4,43 +4,41 @@ 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.ResultFormat = exports.PullRequestMode = exports.PermissionType = exports.Name = exports.Format = exports.FillStyle = exports.DependencyStatus = 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 DependencyStatus = function (DependencyStatus) {
|
|
24
22
|
DependencyStatus["lock_optional"] = "lock_optional";
|
|
25
23
|
DependencyStatus["lock_required"] = "lock_required";
|
|
26
24
|
DependencyStatus["lock_error"] = "lock_error";
|
|
27
25
|
DependencyStatus["install_none"] = "install_none";
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
exports.
|
|
31
|
-
|
|
26
|
+
return DependencyStatus;
|
|
27
|
+
}({});
|
|
28
|
+
exports.DependencyStatus = DependencyStatus;
|
|
29
|
+
var FillStyle = function (FillStyle) {
|
|
32
30
|
FillStyle["enumeration"] = "enumeration";
|
|
33
31
|
FillStyle["range"] = "range";
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
exports.
|
|
37
|
-
|
|
32
|
+
return FillStyle;
|
|
33
|
+
}({});
|
|
34
|
+
exports.FillStyle = FillStyle;
|
|
35
|
+
var Format = function (Format) {
|
|
38
36
|
Format["topojson"] = "topojson";
|
|
39
37
|
Format["vector_tile_region"] = "vector_tile_region";
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
exports.
|
|
43
|
-
|
|
38
|
+
return Format;
|
|
39
|
+
}({});
|
|
40
|
+
exports.Format = Format;
|
|
41
|
+
var Name = function (Name) {
|
|
44
42
|
Name["day"] = "day";
|
|
45
43
|
Name["hour"] = "hour";
|
|
46
44
|
Name["minute"] = "minute";
|
|
@@ -51,24 +49,24 @@ exports.Name = Name;
|
|
|
51
49
|
Name["month"] = "month";
|
|
52
50
|
Name["quarter"] = "quarter";
|
|
53
51
|
Name["year"] = "year";
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
exports.
|
|
57
|
-
|
|
52
|
+
return Name;
|
|
53
|
+
}({});
|
|
54
|
+
exports.Name = Name;
|
|
55
|
+
var PermissionType = function (PermissionType) {
|
|
58
56
|
PermissionType["view"] = "view";
|
|
59
57
|
PermissionType["edit"] = "edit";
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
exports.
|
|
63
|
-
|
|
58
|
+
return PermissionType;
|
|
59
|
+
}({});
|
|
60
|
+
exports.PermissionType = PermissionType;
|
|
61
|
+
var PullRequestMode = function (PullRequestMode) {
|
|
64
62
|
PullRequestMode["off"] = "off";
|
|
65
63
|
PullRequestMode["links"] = "links";
|
|
66
64
|
PullRequestMode["recommended"] = "recommended";
|
|
67
65
|
PullRequestMode["required"] = "required";
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
exports.
|
|
71
|
-
|
|
66
|
+
return PullRequestMode;
|
|
67
|
+
}({});
|
|
68
|
+
exports.PullRequestMode = PullRequestMode;
|
|
69
|
+
var ResultFormat = function (ResultFormat) {
|
|
72
70
|
ResultFormat["inline_json"] = "inline_json";
|
|
73
71
|
ResultFormat["json"] = "json";
|
|
74
72
|
ResultFormat["json_detail"] = "json_detail";
|
|
@@ -79,31 +77,31 @@ exports.ResultFormat = ResultFormat;
|
|
|
79
77
|
ResultFormat["txt"] = "txt";
|
|
80
78
|
ResultFormat["xlsx"] = "xlsx";
|
|
81
79
|
ResultFormat["gsxml"] = "gsxml";
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
exports.
|
|
85
|
-
|
|
80
|
+
return ResultFormat;
|
|
81
|
+
}({});
|
|
82
|
+
exports.ResultFormat = ResultFormat;
|
|
83
|
+
var SslVersion = function (SslVersion) {
|
|
86
84
|
SslVersion["TLSv1_1"] = "TLSv1_1";
|
|
87
85
|
SslVersion["SSLv23"] = "SSLv23";
|
|
88
86
|
SslVersion["TLSv1_2"] = "TLSv1_2";
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
exports.
|
|
92
|
-
|
|
87
|
+
return SslVersion;
|
|
88
|
+
}({});
|
|
89
|
+
exports.SslVersion = SslVersion;
|
|
90
|
+
var SupportedActionTypes = function (SupportedActionTypes) {
|
|
93
91
|
SupportedActionTypes["cell"] = "cell";
|
|
94
92
|
SupportedActionTypes["query"] = "query";
|
|
95
93
|
SupportedActionTypes["dashboard"] = "dashboard";
|
|
96
94
|
SupportedActionTypes["none"] = "none";
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
exports.
|
|
100
|
-
|
|
95
|
+
return SupportedActionTypes;
|
|
96
|
+
}({});
|
|
97
|
+
exports.SupportedActionTypes = SupportedActionTypes;
|
|
98
|
+
var SupportedDownloadSettings = function (SupportedDownloadSettings) {
|
|
101
99
|
SupportedDownloadSettings["push"] = "push";
|
|
102
100
|
SupportedDownloadSettings["url"] = "url";
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
exports.
|
|
106
|
-
|
|
101
|
+
return SupportedDownloadSettings;
|
|
102
|
+
}({});
|
|
103
|
+
exports.SupportedDownloadSettings = SupportedDownloadSettings;
|
|
104
|
+
var SupportedFormats = function (SupportedFormats) {
|
|
107
105
|
SupportedFormats["txt"] = "txt";
|
|
108
106
|
SupportedFormats["csv"] = "csv";
|
|
109
107
|
SupportedFormats["inline_json"] = "inline_json";
|
|
@@ -117,22 +115,22 @@ exports.SupportedFormats = SupportedFormats;
|
|
|
117
115
|
SupportedFormats["assembled_pdf"] = "assembled_pdf";
|
|
118
116
|
SupportedFormats["wysiwyg_png"] = "wysiwyg_png";
|
|
119
117
|
SupportedFormats["csv_zip"] = "csv_zip";
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
exports.
|
|
123
|
-
|
|
118
|
+
return SupportedFormats;
|
|
119
|
+
}({});
|
|
120
|
+
exports.SupportedFormats = SupportedFormats;
|
|
121
|
+
var SupportedFormattings = function (SupportedFormattings) {
|
|
124
122
|
SupportedFormattings["formatted"] = "formatted";
|
|
125
123
|
SupportedFormattings["unformatted"] = "unformatted";
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
exports.
|
|
129
|
-
|
|
124
|
+
return SupportedFormattings;
|
|
125
|
+
}({});
|
|
126
|
+
exports.SupportedFormattings = SupportedFormattings;
|
|
127
|
+
var SupportedVisualizationFormattings = function (SupportedVisualizationFormattings) {
|
|
130
128
|
SupportedVisualizationFormattings["apply"] = "apply";
|
|
131
129
|
SupportedVisualizationFormattings["noapply"] = "noapply";
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
exports.
|
|
135
|
-
|
|
130
|
+
return SupportedVisualizationFormattings;
|
|
131
|
+
}({});
|
|
132
|
+
exports.SupportedVisualizationFormattings = SupportedVisualizationFormattings;
|
|
133
|
+
var UserAttributeFilterTypes = function (UserAttributeFilterTypes) {
|
|
136
134
|
UserAttributeFilterTypes["advanced_filter_string"] = "advanced_filter_string";
|
|
137
135
|
UserAttributeFilterTypes["advanced_filter_number"] = "advanced_filter_number";
|
|
138
136
|
UserAttributeFilterTypes["advanced_filter_datetime"] = "advanced_filter_datetime";
|
|
@@ -142,10 +140,10 @@ exports.UserAttributeFilterTypes = UserAttributeFilterTypes;
|
|
|
142
140
|
UserAttributeFilterTypes["relative_url"] = "relative_url";
|
|
143
141
|
UserAttributeFilterTypes["yesno"] = "yesno";
|
|
144
142
|
UserAttributeFilterTypes["zipcode"] = "zipcode";
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
exports.
|
|
148
|
-
|
|
143
|
+
return UserAttributeFilterTypes;
|
|
144
|
+
}({});
|
|
145
|
+
exports.UserAttributeFilterTypes = UserAttributeFilterTypes;
|
|
146
|
+
var WeekStartDay = function (WeekStartDay) {
|
|
149
147
|
WeekStartDay["monday"] = "monday";
|
|
150
148
|
WeekStartDay["tuesday"] = "tuesday";
|
|
151
149
|
WeekStartDay["wednesday"] = "wednesday";
|
|
@@ -153,5 +151,7 @@ exports.WeekStartDay = WeekStartDay;
|
|
|
153
151
|
WeekStartDay["friday"] = "friday";
|
|
154
152
|
WeekStartDay["saturday"] = "saturday";
|
|
155
153
|
WeekStartDay["sunday"] = "sunday";
|
|
156
|
-
|
|
154
|
+
return WeekStartDay;
|
|
155
|
+
}({});
|
|
156
|
+
exports.WeekStartDay = WeekStartDay;
|
|
157
157
|
//# sourceMappingURL=models.js.map
|