@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.
Files changed (47) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/lib/3.1/funcs.d.ts +4 -4
  3. package/lib/3.1/funcs.js.map +1 -1
  4. package/lib/3.1/methods.d.ts +4 -4
  5. package/lib/3.1/methods.js.map +1 -1
  6. package/lib/3.1/methodsInterface.d.ts +4 -4
  7. package/lib/3.1/methodsInterface.js.map +1 -1
  8. package/lib/3.1/models.d.ts +0 -29
  9. package/lib/3.1/models.js +68 -68
  10. package/lib/3.1/models.js.map +1 -1
  11. package/lib/3.1/streams.d.ts +4 -4
  12. package/lib/3.1/streams.js.map +1 -1
  13. package/lib/4.0/funcs.d.ts +7 -7
  14. package/lib/4.0/funcs.js.map +1 -1
  15. package/lib/4.0/methods.d.ts +7 -7
  16. package/lib/4.0/methods.js.map +1 -1
  17. package/lib/4.0/methodsInterface.d.ts +7 -7
  18. package/lib/4.0/methodsInterface.js.map +1 -1
  19. package/lib/4.0/models.d.ts +4 -54
  20. package/lib/4.0/models.js +88 -88
  21. package/lib/4.0/models.js.map +1 -1
  22. package/lib/4.0/streams.d.ts +7 -7
  23. package/lib/4.0/streams.js.map +1 -1
  24. package/lib/browserSdk.js.map +1 -1
  25. package/lib/constants.d.ts +1 -1
  26. package/lib/constants.js +1 -1
  27. package/lib/constants.js.map +1 -1
  28. package/lib/esm/3.1/funcs.js.map +1 -1
  29. package/lib/esm/3.1/methods.js.map +1 -1
  30. package/lib/esm/3.1/methodsInterface.js.map +1 -1
  31. package/lib/esm/3.1/models.js +68 -68
  32. package/lib/esm/3.1/models.js.map +1 -1
  33. package/lib/esm/3.1/streams.js.map +1 -1
  34. package/lib/esm/4.0/funcs.js.map +1 -1
  35. package/lib/esm/4.0/methods.js.map +1 -1
  36. package/lib/esm/4.0/methodsInterface.js.map +1 -1
  37. package/lib/esm/4.0/models.js +88 -88
  38. package/lib/esm/4.0/models.js.map +1 -1
  39. package/lib/esm/4.0/streams.js.map +1 -1
  40. package/lib/esm/browserSdk.js.map +1 -1
  41. package/lib/esm/constants.js +1 -1
  42. package/lib/esm/constants.js.map +1 -1
  43. package/lib/esm/extensionSdk.js.map +1 -1
  44. package/lib/esm/index.js.map +1 -1
  45. package/lib/extensionSdk.js.map +1 -1
  46. package/lib/index.js.map +1 -1
  47. package/package.json +2 -2
@@ -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
- })(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 DependencyStatus;
22
- exports.DependencyStatus = DependencyStatus;
23
- (function (DependencyStatus) {
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
- })(DependencyStatus || (exports.DependencyStatus = DependencyStatus = {}));
29
- var FillStyle;
30
- exports.FillStyle = FillStyle;
31
- (function (FillStyle) {
26
+ return DependencyStatus;
27
+ }({});
28
+ exports.DependencyStatus = DependencyStatus;
29
+ var FillStyle = function (FillStyle) {
32
30
  FillStyle["enumeration"] = "enumeration";
33
31
  FillStyle["range"] = "range";
34
- })(FillStyle || (exports.FillStyle = FillStyle = {}));
35
- var Format;
36
- exports.Format = Format;
37
- (function (Format) {
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
- })(Format || (exports.Format = Format = {}));
41
- var Name;
42
- exports.Name = Name;
43
- (function (Name) {
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
- })(Name || (exports.Name = Name = {}));
55
- var PermissionType;
56
- exports.PermissionType = PermissionType;
57
- (function (PermissionType) {
52
+ return Name;
53
+ }({});
54
+ exports.Name = Name;
55
+ var PermissionType = function (PermissionType) {
58
56
  PermissionType["view"] = "view";
59
57
  PermissionType["edit"] = "edit";
60
- })(PermissionType || (exports.PermissionType = PermissionType = {}));
61
- var PullRequestMode;
62
- exports.PullRequestMode = PullRequestMode;
63
- (function (PullRequestMode) {
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
- })(PullRequestMode || (exports.PullRequestMode = PullRequestMode = {}));
69
- var ResultFormat;
70
- exports.ResultFormat = ResultFormat;
71
- (function (ResultFormat) {
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
- })(ResultFormat || (exports.ResultFormat = ResultFormat = {}));
83
- var SslVersion;
84
- exports.SslVersion = SslVersion;
85
- (function (SslVersion) {
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
- })(SslVersion || (exports.SslVersion = SslVersion = {}));
90
- var SupportedActionTypes;
91
- exports.SupportedActionTypes = SupportedActionTypes;
92
- (function (SupportedActionTypes) {
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
- })(SupportedActionTypes || (exports.SupportedActionTypes = SupportedActionTypes = {}));
98
- var SupportedDownloadSettings;
99
- exports.SupportedDownloadSettings = SupportedDownloadSettings;
100
- (function (SupportedDownloadSettings) {
95
+ return SupportedActionTypes;
96
+ }({});
97
+ exports.SupportedActionTypes = SupportedActionTypes;
98
+ var SupportedDownloadSettings = function (SupportedDownloadSettings) {
101
99
  SupportedDownloadSettings["push"] = "push";
102
100
  SupportedDownloadSettings["url"] = "url";
103
- })(SupportedDownloadSettings || (exports.SupportedDownloadSettings = SupportedDownloadSettings = {}));
104
- var SupportedFormats;
105
- exports.SupportedFormats = SupportedFormats;
106
- (function (SupportedFormats) {
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
- })(SupportedFormats || (exports.SupportedFormats = SupportedFormats = {}));
121
- var SupportedFormattings;
122
- exports.SupportedFormattings = SupportedFormattings;
123
- (function (SupportedFormattings) {
118
+ return SupportedFormats;
119
+ }({});
120
+ exports.SupportedFormats = SupportedFormats;
121
+ var SupportedFormattings = function (SupportedFormattings) {
124
122
  SupportedFormattings["formatted"] = "formatted";
125
123
  SupportedFormattings["unformatted"] = "unformatted";
126
- })(SupportedFormattings || (exports.SupportedFormattings = SupportedFormattings = {}));
127
- var SupportedVisualizationFormattings;
128
- exports.SupportedVisualizationFormattings = SupportedVisualizationFormattings;
129
- (function (SupportedVisualizationFormattings) {
124
+ return SupportedFormattings;
125
+ }({});
126
+ exports.SupportedFormattings = SupportedFormattings;
127
+ var SupportedVisualizationFormattings = function (SupportedVisualizationFormattings) {
130
128
  SupportedVisualizationFormattings["apply"] = "apply";
131
129
  SupportedVisualizationFormattings["noapply"] = "noapply";
132
- })(SupportedVisualizationFormattings || (exports.SupportedVisualizationFormattings = SupportedVisualizationFormattings = {}));
133
- var UserAttributeFilterTypes;
134
- exports.UserAttributeFilterTypes = UserAttributeFilterTypes;
135
- (function (UserAttributeFilterTypes) {
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
- })(UserAttributeFilterTypes || (exports.UserAttributeFilterTypes = UserAttributeFilterTypes = {}));
146
- var WeekStartDay;
147
- exports.WeekStartDay = WeekStartDay;
148
- (function (WeekStartDay) {
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
- })(WeekStartDay || (exports.WeekStartDay = WeekStartDay = {}));
154
+ return WeekStartDay;
155
+ }({});
156
+ exports.WeekStartDay = WeekStartDay;
157
157
  //# sourceMappingURL=models.js.map