@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.
Files changed (59) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/lib/3.1/funcs.d.ts +5 -5
  3. package/lib/3.1/funcs.js +1 -0
  4. package/lib/3.1/funcs.js.map +1 -1
  5. package/lib/3.1/methods.d.ts +5 -5
  6. package/lib/3.1/methods.js +1 -0
  7. package/lib/3.1/methods.js.map +1 -1
  8. package/lib/3.1/methodsInterface.d.ts +5 -5
  9. package/lib/3.1/methodsInterface.js.map +1 -1
  10. package/lib/3.1/models.d.ts +3 -29
  11. package/lib/3.1/models.js +68 -68
  12. package/lib/3.1/models.js.map +1 -1
  13. package/lib/3.1/streams.d.ts +4 -4
  14. package/lib/3.1/streams.js +1 -0
  15. package/lib/3.1/streams.js.map +1 -1
  16. package/lib/4.0/funcs.d.ts +8 -8
  17. package/lib/4.0/funcs.js +1 -0
  18. package/lib/4.0/funcs.js.map +1 -1
  19. package/lib/4.0/methods.d.ts +8 -8
  20. package/lib/4.0/methods.js +1 -0
  21. package/lib/4.0/methods.js.map +1 -1
  22. package/lib/4.0/methodsInterface.d.ts +8 -8
  23. package/lib/4.0/methodsInterface.js.map +1 -1
  24. package/lib/4.0/models.d.ts +7 -54
  25. package/lib/4.0/models.js +88 -88
  26. package/lib/4.0/models.js.map +1 -1
  27. package/lib/4.0/streams.d.ts +7 -7
  28. package/lib/4.0/streams.js +1 -0
  29. package/lib/4.0/streams.js.map +1 -1
  30. package/lib/browserSdk.js.map +1 -1
  31. package/lib/constants.d.ts +1 -1
  32. package/lib/constants.js +1 -1
  33. package/lib/constants.js.map +1 -1
  34. package/lib/esm/3.1/funcs.js +1 -0
  35. package/lib/esm/3.1/funcs.js.map +1 -1
  36. package/lib/esm/3.1/methods.js +1 -0
  37. package/lib/esm/3.1/methods.js.map +1 -1
  38. package/lib/esm/3.1/methodsInterface.js.map +1 -1
  39. package/lib/esm/3.1/models.js +68 -68
  40. package/lib/esm/3.1/models.js.map +1 -1
  41. package/lib/esm/3.1/streams.js +1 -0
  42. package/lib/esm/3.1/streams.js.map +1 -1
  43. package/lib/esm/4.0/funcs.js +1 -0
  44. package/lib/esm/4.0/funcs.js.map +1 -1
  45. package/lib/esm/4.0/methods.js +1 -0
  46. package/lib/esm/4.0/methods.js.map +1 -1
  47. package/lib/esm/4.0/methodsInterface.js.map +1 -1
  48. package/lib/esm/4.0/models.js +88 -88
  49. package/lib/esm/4.0/models.js.map +1 -1
  50. package/lib/esm/4.0/streams.js +1 -0
  51. package/lib/esm/4.0/streams.js.map +1 -1
  52. package/lib/esm/browserSdk.js.map +1 -1
  53. package/lib/esm/constants.js +1 -1
  54. package/lib/esm/constants.js.map +1 -1
  55. package/lib/esm/extensionSdk.js.map +1 -1
  56. package/lib/esm/index.js.map +1 -1
  57. package/lib/extensionSdk.js.map +1 -1
  58. package/lib/index.js.map +1 -1
  59. package/package.json +2 -2
@@ -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
- })(Align || (exports.Align = Align = {}));
13
- var Category;
14
- exports.Category = Category;
15
- (function (Category) {
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
- })(Category || (exports.Category = Category = {}));
21
- var ComparisonType;
22
- exports.ComparisonType = ComparisonType;
23
- (function (ComparisonType) {
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
- })(ComparisonType || (exports.ComparisonType = ComparisonType = {}));
33
- var DependencyStatus;
34
- exports.DependencyStatus = DependencyStatus;
35
- (function (DependencyStatus) {
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
- })(DependencyStatus || (exports.DependencyStatus = DependencyStatus = {}));
41
- var DestinationType;
42
- exports.DestinationType = DestinationType;
43
- (function (DestinationType) {
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
- })(DestinationType || (exports.DestinationType = DestinationType = {}));
47
- var DeviceType;
48
- exports.DeviceType = DeviceType;
49
- (function (DeviceType) {
44
+ return DestinationType;
45
+ }({});
46
+ exports.DestinationType = DestinationType;
47
+ var DeviceType = function (DeviceType) {
50
48
  DeviceType["android"] = "android";
51
49
  DeviceType["ios"] = "ios";
52
- })(DeviceType || (exports.DeviceType = DeviceType = {}));
53
- var FillStyle;
54
- exports.FillStyle = FillStyle;
55
- (function (FillStyle) {
50
+ return DeviceType;
51
+ }({});
52
+ exports.DeviceType = DeviceType;
53
+ var FillStyle = function (FillStyle) {
56
54
  FillStyle["enumeration"] = "enumeration";
57
55
  FillStyle["range"] = "range";
58
- })(FillStyle || (exports.FillStyle = FillStyle = {}));
59
- var Format;
60
- exports.Format = Format;
61
- (function (Format) {
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
- })(Format || (exports.Format = Format = {}));
65
- var InvestigativeContentType;
66
- exports.InvestigativeContentType = InvestigativeContentType;
67
- (function (InvestigativeContentType) {
62
+ return Format;
63
+ }({});
64
+ exports.Format = Format;
65
+ var InvestigativeContentType = function (InvestigativeContentType) {
68
66
  InvestigativeContentType["dashboard"] = "dashboard";
69
- })(InvestigativeContentType || (exports.InvestigativeContentType = InvestigativeContentType = {}));
70
- var Name;
71
- exports.Name = Name;
72
- (function (Name) {
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
- })(Name || (exports.Name = Name = {}));
84
- var PermissionType;
85
- exports.PermissionType = PermissionType;
86
- (function (PermissionType) {
81
+ return Name;
82
+ }({});
83
+ exports.Name = Name;
84
+ var PermissionType = function (PermissionType) {
87
85
  PermissionType["view"] = "view";
88
86
  PermissionType["edit"] = "edit";
89
- })(PermissionType || (exports.PermissionType = PermissionType = {}));
90
- var PullRequestMode;
91
- exports.PullRequestMode = PullRequestMode;
92
- (function (PullRequestMode) {
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
- })(PullRequestMode || (exports.PullRequestMode = PullRequestMode = {}));
98
- var ResultFormat;
99
- exports.ResultFormat = ResultFormat;
100
- (function (ResultFormat) {
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
- })(ResultFormat || (exports.ResultFormat = ResultFormat = {}));
112
- var SecretType;
113
- exports.SecretType = SecretType;
114
- (function (SecretType) {
109
+ return ResultFormat;
110
+ }({});
111
+ exports.ResultFormat = ResultFormat;
112
+ var SecretType = function (SecretType) {
115
113
  SecretType["SSO"] = "SSO";
116
114
  SecretType["JWT"] = "JWT";
117
- })(SecretType || (exports.SecretType = SecretType = {}));
118
- var SslVersion;
119
- exports.SslVersion = SslVersion;
120
- (function (SslVersion) {
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
- })(SslVersion || (exports.SslVersion = SslVersion = {}));
125
- var SupportedActionTypes;
126
- exports.SupportedActionTypes = SupportedActionTypes;
127
- (function (SupportedActionTypes) {
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
- })(SupportedActionTypes || (exports.SupportedActionTypes = SupportedActionTypes = {}));
133
- var SupportedDownloadSettings;
134
- exports.SupportedDownloadSettings = SupportedDownloadSettings;
135
- (function (SupportedDownloadSettings) {
130
+ return SupportedActionTypes;
131
+ }({});
132
+ exports.SupportedActionTypes = SupportedActionTypes;
133
+ var SupportedDownloadSettings = function (SupportedDownloadSettings) {
136
134
  SupportedDownloadSettings["push"] = "push";
137
135
  SupportedDownloadSettings["url"] = "url";
138
- })(SupportedDownloadSettings || (exports.SupportedDownloadSettings = SupportedDownloadSettings = {}));
139
- var SupportedFormats;
140
- exports.SupportedFormats = SupportedFormats;
141
- (function (SupportedFormats) {
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
- })(SupportedFormats || (exports.SupportedFormats = SupportedFormats = {}));
156
- var SupportedFormattings;
157
- exports.SupportedFormattings = SupportedFormattings;
158
- (function (SupportedFormattings) {
153
+ return SupportedFormats;
154
+ }({});
155
+ exports.SupportedFormats = SupportedFormats;
156
+ var SupportedFormattings = function (SupportedFormattings) {
159
157
  SupportedFormattings["formatted"] = "formatted";
160
158
  SupportedFormattings["unformatted"] = "unformatted";
161
- })(SupportedFormattings || (exports.SupportedFormattings = SupportedFormattings = {}));
162
- var SupportedVisualizationFormattings;
163
- exports.SupportedVisualizationFormattings = SupportedVisualizationFormattings;
164
- (function (SupportedVisualizationFormattings) {
159
+ return SupportedFormattings;
160
+ }({});
161
+ exports.SupportedFormattings = SupportedFormattings;
162
+ var SupportedVisualizationFormattings = function (SupportedVisualizationFormattings) {
165
163
  SupportedVisualizationFormattings["apply"] = "apply";
166
164
  SupportedVisualizationFormattings["noapply"] = "noapply";
167
- })(SupportedVisualizationFormattings || (exports.SupportedVisualizationFormattings = SupportedVisualizationFormattings = {}));
168
- var UserAttributeFilterTypes;
169
- exports.UserAttributeFilterTypes = UserAttributeFilterTypes;
170
- (function (UserAttributeFilterTypes) {
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
- })(UserAttributeFilterTypes || (exports.UserAttributeFilterTypes = UserAttributeFilterTypes = {}));
181
- var WeekStartDay;
182
- exports.WeekStartDay = WeekStartDay;
183
- (function (WeekStartDay) {
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
- })(WeekStartDay || (exports.WeekStartDay = WeekStartDay = {}));
189
+ return WeekStartDay;
190
+ }({});
191
+ exports.WeekStartDay = WeekStartDay;
192
192
  //# sourceMappingURL=models.js.map