@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.
Files changed (68) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/README.md +1 -3
  3. package/lib/4.0/funcs.d.ts +4 -4
  4. package/lib/4.0/funcs.js +377 -377
  5. package/lib/4.0/funcs.js.map +1 -1
  6. package/lib/4.0/methods.d.ts +4 -4
  7. package/lib/4.0/methods.js +250 -250
  8. package/lib/4.0/methods.js.map +1 -1
  9. package/lib/4.0/methodsInterface.d.ts +4 -4
  10. package/lib/4.0/methodsInterface.js.map +1 -1
  11. package/lib/4.0/models.d.ts +3 -4
  12. package/lib/4.0/models.js.map +1 -1
  13. package/lib/4.0/streams.d.ts +4 -4
  14. package/lib/4.0/streams.js +250 -250
  15. package/lib/4.0/streams.js.map +1 -1
  16. package/lib/browserSdk.d.ts +0 -2
  17. package/lib/browserSdk.js +2 -9
  18. package/lib/browserSdk.js.map +1 -1
  19. package/lib/constants.d.ts +1 -1
  20. package/lib/constants.js +1 -1
  21. package/lib/constants.js.map +1 -1
  22. package/lib/esm/4.0/funcs.js +1105 -1549
  23. package/lib/esm/4.0/funcs.js.map +1 -1
  24. package/lib/esm/4.0/methods.js +555 -562
  25. package/lib/esm/4.0/methods.js.map +1 -1
  26. package/lib/esm/4.0/methodsInterface.js.map +1 -1
  27. package/lib/esm/4.0/models.js +22 -50
  28. package/lib/esm/4.0/models.js.map +1 -1
  29. package/lib/esm/4.0/streams.js +555 -562
  30. package/lib/esm/4.0/streams.js.map +1 -1
  31. package/lib/esm/browserSdk.js +8 -23
  32. package/lib/esm/browserSdk.js.map +1 -1
  33. package/lib/esm/constants.js +2 -10
  34. package/lib/esm/constants.js.map +1 -1
  35. package/lib/esm/extensionSdk.js +5 -12
  36. package/lib/esm/extensionSdk.js.map +1 -1
  37. package/lib/esm/index.js +9 -141
  38. package/lib/esm/index.js.map +1 -1
  39. package/lib/extensionSdk.js.map +1 -1
  40. package/lib/index.d.ts +0 -8
  41. package/lib/index.js +15 -56
  42. package/lib/index.js.map +1 -1
  43. package/package.json +2 -2
  44. package/lib/3.1/funcs.d.ts +0 -358
  45. package/lib/3.1/funcs.js +0 -4025
  46. package/lib/3.1/funcs.js.map +0 -1
  47. package/lib/3.1/methods.d.ts +0 -363
  48. package/lib/3.1/methods.js +0 -2965
  49. package/lib/3.1/methods.js.map +0 -1
  50. package/lib/3.1/methodsInterface.d.ts +0 -359
  51. package/lib/3.1/methodsInterface.js +0 -2
  52. package/lib/3.1/methodsInterface.js.map +0 -1
  53. package/lib/3.1/models.d.ts +0 -3263
  54. package/lib/3.1/models.js +0 -159
  55. package/lib/3.1/models.js.map +0 -1
  56. package/lib/3.1/streams.d.ts +0 -363
  57. package/lib/3.1/streams.js +0 -2965
  58. package/lib/3.1/streams.js.map +0 -1
  59. package/lib/esm/3.1/funcs.js +0 -4025
  60. package/lib/esm/3.1/funcs.js.map +0 -1
  61. package/lib/esm/3.1/methods.js +0 -2965
  62. package/lib/esm/3.1/methods.js.map +0 -1
  63. package/lib/esm/3.1/methodsInterface.js +0 -2
  64. package/lib/esm/3.1/methodsInterface.js.map +0 -1
  65. package/lib/esm/3.1/models.js +0 -159
  66. package/lib/esm/3.1/models.js.map +0 -1
  67. package/lib/esm/3.1/streams.js +0 -2965
  68. package/lib/esm/3.1/streams.js.map +0 -1
@@ -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