@looker/sdk 22.20.1 → 23.0.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 (60) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/README.md +1 -1
  3. package/lib/3.1/funcs.js +4 -1075
  4. package/lib/3.1/funcs.js.map +1 -1
  5. package/lib/3.1/methods.js +3 -720
  6. package/lib/3.1/methods.js.map +1 -1
  7. package/lib/3.1/methodsInterface.js +1 -1
  8. package/lib/3.1/methodsInterface.js.map +1 -1
  9. package/lib/3.1/models.d.ts +30 -0
  10. package/lib/3.1/models.js +0 -33
  11. package/lib/3.1/models.js.map +1 -1
  12. package/lib/3.1/streams.js +3 -720
  13. package/lib/3.1/streams.js.map +1 -1
  14. package/lib/4.0/funcs.js +5 -1298
  15. package/lib/4.0/funcs.js.map +1 -1
  16. package/lib/4.0/methods.js +3 -868
  17. package/lib/4.0/methods.js.map +1 -1
  18. package/lib/4.0/methodsInterface.js +1 -1
  19. package/lib/4.0/methodsInterface.js.map +1 -1
  20. package/lib/4.0/models.d.ts +49 -0
  21. package/lib/4.0/models.js +0 -43
  22. package/lib/4.0/models.js.map +1 -1
  23. package/lib/4.0/streams.js +3 -868
  24. package/lib/4.0/streams.js.map +1 -1
  25. package/lib/browserSdk.js +0 -9
  26. package/lib/browserSdk.js.map +1 -1
  27. package/lib/constants.d.ts +1 -1
  28. package/lib/constants.js +2 -2
  29. package/lib/constants.js.map +1 -1
  30. package/lib/esm/3.1/funcs.js +862 -854
  31. package/lib/esm/3.1/funcs.js.map +1 -1
  32. package/lib/esm/3.1/methods.js +152 -858
  33. package/lib/esm/3.1/methods.js.map +1 -1
  34. package/lib/esm/3.1/methodsInterface.js.map +1 -1
  35. package/lib/esm/3.1/models.js +57 -67
  36. package/lib/esm/3.1/models.js.map +1 -1
  37. package/lib/esm/3.1/streams.js +152 -858
  38. package/lib/esm/3.1/streams.js.map +1 -1
  39. package/lib/esm/4.0/funcs.js +1173 -1164
  40. package/lib/esm/4.0/funcs.js.map +1 -1
  41. package/lib/esm/4.0/methods.js +314 -1168
  42. package/lib/esm/4.0/methods.js.map +1 -1
  43. package/lib/esm/4.0/methodsInterface.js.map +1 -1
  44. package/lib/esm/4.0/models.js +72 -87
  45. package/lib/esm/4.0/models.js.map +1 -1
  46. package/lib/esm/4.0/streams.js +314 -1168
  47. package/lib/esm/4.0/streams.js.map +1 -1
  48. package/lib/esm/browserSdk.js +20 -14
  49. package/lib/esm/browserSdk.js.map +1 -1
  50. package/lib/esm/constants.js +10 -2
  51. package/lib/esm/constants.js.map +1 -1
  52. package/lib/esm/extensionSdk.js +12 -6
  53. package/lib/esm/extensionSdk.js.map +1 -1
  54. package/lib/esm/index.js +141 -17
  55. package/lib/esm/index.js.map +1 -1
  56. package/lib/extensionSdk.js +0 -4
  57. package/lib/extensionSdk.js.map +1 -1
  58. package/lib/index.js +20 -38
  59. package/lib/index.js.map +1 -1
  60. package/package.json +3 -3
@@ -4,45 +4,35 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.Looker40SDKStream = void 0;
7
-
8
7
  var _sdkRtl = require("@looker/sdk-rtl");
9
-
10
8
  var _constants = require("../constants");
11
-
12
9
  function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
13
-
14
10
  function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
15
-
16
- function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
17
-
11
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
12
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
13
+ function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
18
14
  class Looker40SDKStream extends _sdkRtl.APIMethods {
19
15
  constructor(authSession) {
20
16
  super(authSession, _constants.sdkVersion);
21
17
  this.apiVersion = Looker40SDKStream.ApiVersion;
22
18
  this.apiPath = authSession.settings.base_url === '' ? '' : authSession.settings.base_url + '/api/' + this.apiVersion;
23
19
  }
24
-
25
20
  follow_alert(callback, alert_id, options) {
26
21
  var _this = this;
27
-
28
22
  return _asyncToGenerator(function* () {
29
23
  alert_id = (0, _sdkRtl.encodeParam)(alert_id);
30
24
  return _this.authStream(callback, 'POST', "/alerts/".concat(alert_id, "/follow"), null, null, options);
31
25
  })();
32
26
  }
33
-
34
27
  unfollow_alert(callback, alert_id, options) {
35
28
  var _this2 = this;
36
-
37
29
  return _asyncToGenerator(function* () {
38
30
  alert_id = (0, _sdkRtl.encodeParam)(alert_id);
39
31
  return _this2.authStream(callback, 'DELETE', "/alerts/".concat(alert_id, "/follow"), null, null, options);
40
32
  })();
41
33
  }
42
-
43
34
  search_alerts(callback, request, options) {
44
35
  var _this3 = this;
45
-
46
36
  return _asyncToGenerator(function* () {
47
37
  return _this3.authStream(callback, 'GET', '/alerts/search', {
48
38
  limit: request.limit,
@@ -58,54 +48,42 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
58
48
  }, null, options);
59
49
  })();
60
50
  }
61
-
62
51
  get_alert(callback, alert_id, options) {
63
52
  var _this4 = this;
64
-
65
53
  return _asyncToGenerator(function* () {
66
54
  alert_id = (0, _sdkRtl.encodeParam)(alert_id);
67
55
  return _this4.authStream(callback, 'GET', "/alerts/".concat(alert_id), null, null, options);
68
56
  })();
69
57
  }
70
-
71
58
  update_alert(callback, alert_id, body, options) {
72
59
  var _this5 = this;
73
-
74
60
  return _asyncToGenerator(function* () {
75
61
  alert_id = (0, _sdkRtl.encodeParam)(alert_id);
76
62
  return _this5.authStream(callback, 'PUT', "/alerts/".concat(alert_id), null, body, options);
77
63
  })();
78
64
  }
79
-
80
65
  update_alert_field(callback, alert_id, body, options) {
81
66
  var _this6 = this;
82
-
83
67
  return _asyncToGenerator(function* () {
84
68
  alert_id = (0, _sdkRtl.encodeParam)(alert_id);
85
69
  return _this6.authStream(callback, 'PATCH', "/alerts/".concat(alert_id), null, body, options);
86
70
  })();
87
71
  }
88
-
89
72
  delete_alert(callback, alert_id, options) {
90
73
  var _this7 = this;
91
-
92
74
  return _asyncToGenerator(function* () {
93
75
  alert_id = (0, _sdkRtl.encodeParam)(alert_id);
94
76
  return _this7.authStream(callback, 'DELETE', "/alerts/".concat(alert_id), null, null, options);
95
77
  })();
96
78
  }
97
-
98
79
  create_alert(callback, body, options) {
99
80
  var _this8 = this;
100
-
101
81
  return _asyncToGenerator(function* () {
102
82
  return _this8.authStream(callback, 'POST', '/alerts', null, body, options);
103
83
  })();
104
84
  }
105
-
106
85
  enqueue_alert(callback, alert_id, force, options) {
107
86
  var _this9 = this;
108
-
109
87
  return _asyncToGenerator(function* () {
110
88
  alert_id = (0, _sdkRtl.encodeParam)(alert_id);
111
89
  return _this9.authStream(callback, 'POST', "/alerts/".concat(alert_id, "/enqueue"), {
@@ -113,10 +91,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
113
91
  }, null, options);
114
92
  })();
115
93
  }
116
-
117
94
  alert_notifications(callback, request, options) {
118
95
  var _this10 = this;
119
-
120
96
  return _asyncToGenerator(function* () {
121
97
  return _this10.authStream(callback, 'GET', '/alert_notifications', {
122
98
  limit: request.limit,
@@ -124,19 +100,15 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
124
100
  }, null, options);
125
101
  })();
126
102
  }
127
-
128
103
  read_alert_notification(callback, alert_notification_id, options) {
129
104
  var _this11 = this;
130
-
131
105
  return _asyncToGenerator(function* () {
132
106
  alert_notification_id = (0, _sdkRtl.encodeParam)(alert_notification_id);
133
107
  return _this11.authStream(callback, 'PATCH', "/alert_notifications/".concat(alert_notification_id), null, null, options);
134
108
  })();
135
109
  }
136
-
137
110
  login(callback, request, options) {
138
111
  var _this12 = this;
139
-
140
112
  return _asyncToGenerator(function* () {
141
113
  return _this12.authStream(callback, 'POST', '/login', {
142
114
  client_id: request.client_id,
@@ -144,10 +116,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
144
116
  }, null, options);
145
117
  })();
146
118
  }
147
-
148
119
  login_user(callback, user_id, associative, options) {
149
120
  var _this13 = this;
150
-
151
121
  return _asyncToGenerator(function* () {
152
122
  user_id = (0, _sdkRtl.encodeParam)(user_id);
153
123
  return _this13.authStream(callback, 'POST', "/login/".concat(user_id), {
@@ -155,28 +125,22 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
155
125
  }, null, options);
156
126
  })();
157
127
  }
158
-
159
128
  logout(callback, options) {
160
129
  var _this14 = this;
161
-
162
130
  return _asyncToGenerator(function* () {
163
131
  return _this14.authStream(callback, 'DELETE', '/logout', null, null, options);
164
132
  })();
165
133
  }
166
-
167
134
  artifact_usage(callback, fields, options) {
168
135
  var _this15 = this;
169
-
170
136
  return _asyncToGenerator(function* () {
171
137
  return _this15.authStream(callback, 'GET', '/artifact/usage', {
172
138
  fields
173
139
  }, null, options);
174
140
  })();
175
141
  }
176
-
177
142
  artifact_namespaces(callback, request, options) {
178
143
  var _this16 = this;
179
-
180
144
  return _asyncToGenerator(function* () {
181
145
  return _this16.authStream(callback, 'GET', '/artifact/namespaces', {
182
146
  fields: request.fields,
@@ -185,10 +149,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
185
149
  }, null, options);
186
150
  })();
187
151
  }
188
-
189
152
  artifact_value(callback, namespace, key, options) {
190
153
  var _this17 = this;
191
-
192
154
  return _asyncToGenerator(function* () {
193
155
  namespace = (0, _sdkRtl.encodeParam)(namespace);
194
156
  return _this17.authStream(callback, 'GET', "/artifact/".concat(namespace, "/value"), {
@@ -196,19 +158,15 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
196
158
  }, null, options);
197
159
  })();
198
160
  }
199
-
200
161
  purge_artifacts(callback, namespace, options) {
201
162
  var _this18 = this;
202
-
203
163
  return _asyncToGenerator(function* () {
204
164
  namespace = (0, _sdkRtl.encodeParam)(namespace);
205
165
  return _this18.authStream(callback, 'DELETE', "/artifact/".concat(namespace, "/purge"), null, null, options);
206
166
  })();
207
167
  }
208
-
209
168
  search_artifacts(callback, request, options) {
210
169
  var _this19 = this;
211
-
212
170
  return _asyncToGenerator(function* () {
213
171
  request.namespace = (0, _sdkRtl.encodeParam)(request.namespace);
214
172
  return _this19.authStream(callback, 'GET', "/artifact/".concat(request.namespace, "/search"), {
@@ -222,10 +180,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
222
180
  }, null, options);
223
181
  })();
224
182
  }
225
-
226
183
  artifact(callback, request, options) {
227
184
  var _this20 = this;
228
-
229
185
  return _asyncToGenerator(function* () {
230
186
  request.namespace = (0, _sdkRtl.encodeParam)(request.namespace);
231
187
  return _this20.authStream(callback, 'GET', "/artifact/".concat(request.namespace), {
@@ -236,10 +192,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
236
192
  }, null, options);
237
193
  })();
238
194
  }
239
-
240
195
  delete_artifact(callback, namespace, key, options) {
241
196
  var _this21 = this;
242
-
243
197
  return _asyncToGenerator(function* () {
244
198
  namespace = (0, _sdkRtl.encodeParam)(namespace);
245
199
  return _this21.authStream(callback, 'DELETE', "/artifact/".concat(namespace), {
@@ -247,10 +201,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
247
201
  }, null, options);
248
202
  })();
249
203
  }
250
-
251
204
  update_artifacts(callback, namespace, body, fields, options) {
252
205
  var _this22 = this;
253
-
254
206
  return _asyncToGenerator(function* () {
255
207
  namespace = (0, _sdkRtl.encodeParam)(namespace);
256
208
  return _this22.authStream(callback, 'PUT', "/artifacts/".concat(namespace), {
@@ -258,152 +210,116 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
258
210
  }, body, options);
259
211
  })();
260
212
  }
261
-
262
213
  create_embed_secret(callback, body, options) {
263
214
  var _this23 = this;
264
-
265
215
  return _asyncToGenerator(function* () {
266
216
  return _this23.authStream(callback, 'POST', '/embed_config/secrets', null, body, options);
267
217
  })();
268
218
  }
269
-
270
219
  delete_embed_secret(callback, embed_secret_id, options) {
271
220
  var _this24 = this;
272
-
273
221
  return _asyncToGenerator(function* () {
274
222
  embed_secret_id = (0, _sdkRtl.encodeParam)(embed_secret_id);
275
223
  return _this24.authStream(callback, 'DELETE', "/embed_config/secrets/".concat(embed_secret_id), null, null, options);
276
224
  })();
277
225
  }
278
-
279
226
  create_sso_embed_url(callback, body, options) {
280
227
  var _this25 = this;
281
-
282
228
  return _asyncToGenerator(function* () {
283
229
  return _this25.authStream(callback, 'POST', '/embed/sso_url', null, body, options);
284
230
  })();
285
231
  }
286
-
287
232
  create_embed_url_as_me(callback, body, options) {
288
233
  var _this26 = this;
289
-
290
234
  return _asyncToGenerator(function* () {
291
235
  return _this26.authStream(callback, 'POST', '/embed/token_url/me', null, body, options);
292
236
  })();
293
237
  }
294
-
295
238
  acquire_embed_cookieless_session(callback, body, options) {
296
239
  var _this27 = this;
297
-
298
240
  return _asyncToGenerator(function* () {
299
241
  return _this27.authStream(callback, 'POST', '/embed/cookieless_session/acquire', null, body, options);
300
242
  })();
301
243
  }
302
-
303
244
  delete_embed_cookieless_session(callback, session_reference_token, options) {
304
245
  var _this28 = this;
305
-
306
246
  return _asyncToGenerator(function* () {
307
247
  session_reference_token = (0, _sdkRtl.encodeParam)(session_reference_token);
308
248
  return _this28.authStream(callback, 'DELETE', "/embed/cookieless_session/".concat(session_reference_token), null, null, options);
309
249
  })();
310
250
  }
311
-
312
251
  generate_tokens_for_cookieless_session(callback, body, options) {
313
252
  var _this29 = this;
314
-
315
253
  return _asyncToGenerator(function* () {
316
254
  return _this29.authStream(callback, 'PUT', '/embed/cookieless_session/generate_tokens', null, body, options);
317
255
  })();
318
256
  }
319
-
320
257
  ldap_config(callback, options) {
321
258
  var _this30 = this;
322
-
323
259
  return _asyncToGenerator(function* () {
324
260
  return _this30.authStream(callback, 'GET', '/ldap_config', null, null, options);
325
261
  })();
326
262
  }
327
-
328
263
  update_ldap_config(callback, body, options) {
329
264
  var _this31 = this;
330
-
331
265
  return _asyncToGenerator(function* () {
332
266
  return _this31.authStream(callback, 'PATCH', '/ldap_config', null, body, options);
333
267
  })();
334
268
  }
335
-
336
269
  test_ldap_config_connection(callback, body, options) {
337
270
  var _this32 = this;
338
-
339
271
  return _asyncToGenerator(function* () {
340
272
  return _this32.authStream(callback, 'PUT', '/ldap_config/test_connection', null, body, options);
341
273
  })();
342
274
  }
343
-
344
275
  test_ldap_config_auth(callback, body, options) {
345
276
  var _this33 = this;
346
-
347
277
  return _asyncToGenerator(function* () {
348
278
  return _this33.authStream(callback, 'PUT', '/ldap_config/test_auth', null, body, options);
349
279
  })();
350
280
  }
351
-
352
281
  test_ldap_config_user_info(callback, body, options) {
353
282
  var _this34 = this;
354
-
355
283
  return _asyncToGenerator(function* () {
356
284
  return _this34.authStream(callback, 'PUT', '/ldap_config/test_user_info', null, body, options);
357
285
  })();
358
286
  }
359
-
360
287
  test_ldap_config_user_auth(callback, body, options) {
361
288
  var _this35 = this;
362
-
363
289
  return _asyncToGenerator(function* () {
364
290
  return _this35.authStream(callback, 'PUT', '/ldap_config/test_user_auth', null, body, options);
365
291
  })();
366
292
  }
367
-
368
293
  register_mobile_device(callback, body, options) {
369
294
  var _this36 = this;
370
-
371
295
  return _asyncToGenerator(function* () {
372
296
  return _this36.authStream(callback, 'POST', '/mobile/device', null, body, options);
373
297
  })();
374
298
  }
375
-
376
299
  update_mobile_device_registration(callback, device_id, options) {
377
300
  var _this37 = this;
378
-
379
301
  return _asyncToGenerator(function* () {
380
302
  device_id = (0, _sdkRtl.encodeParam)(device_id);
381
303
  return _this37.authStream(callback, 'PATCH', "/mobile/device/".concat(device_id), null, null, options);
382
304
  })();
383
305
  }
384
-
385
306
  deregister_mobile_device(callback, device_id, options) {
386
307
  var _this38 = this;
387
-
388
308
  return _asyncToGenerator(function* () {
389
309
  device_id = (0, _sdkRtl.encodeParam)(device_id);
390
310
  return _this38.authStream(callback, 'DELETE', "/mobile/device/".concat(device_id), null, null, options);
391
311
  })();
392
312
  }
393
-
394
313
  all_oauth_client_apps(callback, fields, options) {
395
314
  var _this39 = this;
396
-
397
315
  return _asyncToGenerator(function* () {
398
316
  return _this39.authStream(callback, 'GET', '/oauth_client_apps', {
399
317
  fields
400
318
  }, null, options);
401
319
  })();
402
320
  }
403
-
404
321
  oauth_client_app(callback, client_guid, fields, options) {
405
322
  var _this40 = this;
406
-
407
323
  return _asyncToGenerator(function* () {
408
324
  client_guid = (0, _sdkRtl.encodeParam)(client_guid);
409
325
  return _this40.authStream(callback, 'GET', "/oauth_client_apps/".concat(client_guid), {
@@ -411,10 +327,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
411
327
  }, null, options);
412
328
  })();
413
329
  }
414
-
415
330
  register_oauth_client_app(callback, client_guid, body, fields, options) {
416
331
  var _this41 = this;
417
-
418
332
  return _asyncToGenerator(function* () {
419
333
  client_guid = (0, _sdkRtl.encodeParam)(client_guid);
420
334
  return _this41.authStream(callback, 'POST', "/oauth_client_apps/".concat(client_guid), {
@@ -422,10 +336,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
422
336
  }, body, options);
423
337
  })();
424
338
  }
425
-
426
339
  update_oauth_client_app(callback, client_guid, body, fields, options) {
427
340
  var _this42 = this;
428
-
429
341
  return _asyncToGenerator(function* () {
430
342
  client_guid = (0, _sdkRtl.encodeParam)(client_guid);
431
343
  return _this42.authStream(callback, 'PATCH', "/oauth_client_apps/".concat(client_guid), {
@@ -433,28 +345,22 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
433
345
  }, body, options);
434
346
  })();
435
347
  }
436
-
437
348
  delete_oauth_client_app(callback, client_guid, options) {
438
349
  var _this43 = this;
439
-
440
350
  return _asyncToGenerator(function* () {
441
351
  client_guid = (0, _sdkRtl.encodeParam)(client_guid);
442
352
  return _this43.authStream(callback, 'DELETE', "/oauth_client_apps/".concat(client_guid), null, null, options);
443
353
  })();
444
354
  }
445
-
446
355
  invalidate_tokens(callback, client_guid, options) {
447
356
  var _this44 = this;
448
-
449
357
  return _asyncToGenerator(function* () {
450
358
  client_guid = (0, _sdkRtl.encodeParam)(client_guid);
451
359
  return _this44.authStream(callback, 'DELETE', "/oauth_client_apps/".concat(client_guid, "/tokens"), null, null, options);
452
360
  })();
453
361
  }
454
-
455
362
  activate_app_user(callback, client_guid, user_id, fields, options) {
456
363
  var _this45 = this;
457
-
458
364
  return _asyncToGenerator(function* () {
459
365
  client_guid = (0, _sdkRtl.encodeParam)(client_guid);
460
366
  user_id = (0, _sdkRtl.encodeParam)(user_id);
@@ -463,10 +369,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
463
369
  }, null, options);
464
370
  })();
465
371
  }
466
-
467
372
  deactivate_app_user(callback, client_guid, user_id, fields, options) {
468
373
  var _this46 = this;
469
-
470
374
  return _asyncToGenerator(function* () {
471
375
  client_guid = (0, _sdkRtl.encodeParam)(client_guid);
472
376
  user_id = (0, _sdkRtl.encodeParam)(user_id);
@@ -475,211 +379,161 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
475
379
  }, null, options);
476
380
  })();
477
381
  }
478
-
479
382
  oidc_config(callback, options) {
480
383
  var _this47 = this;
481
-
482
384
  return _asyncToGenerator(function* () {
483
385
  return _this47.authStream(callback, 'GET', '/oidc_config', null, null, options);
484
386
  })();
485
387
  }
486
-
487
388
  update_oidc_config(callback, body, options) {
488
389
  var _this48 = this;
489
-
490
390
  return _asyncToGenerator(function* () {
491
391
  return _this48.authStream(callback, 'PATCH', '/oidc_config', null, body, options);
492
392
  })();
493
393
  }
494
-
495
394
  oidc_test_config(callback, test_slug, options) {
496
395
  var _this49 = this;
497
-
498
396
  return _asyncToGenerator(function* () {
499
397
  test_slug = (0, _sdkRtl.encodeParam)(test_slug);
500
398
  return _this49.authStream(callback, 'GET', "/oidc_test_configs/".concat(test_slug), null, null, options);
501
399
  })();
502
400
  }
503
-
504
401
  delete_oidc_test_config(callback, test_slug, options) {
505
402
  var _this50 = this;
506
-
507
403
  return _asyncToGenerator(function* () {
508
404
  test_slug = (0, _sdkRtl.encodeParam)(test_slug);
509
405
  return _this50.authStream(callback, 'DELETE', "/oidc_test_configs/".concat(test_slug), null, null, options);
510
406
  })();
511
407
  }
512
-
513
408
  create_oidc_test_config(callback, body, options) {
514
409
  var _this51 = this;
515
-
516
410
  return _asyncToGenerator(function* () {
517
411
  return _this51.authStream(callback, 'POST', '/oidc_test_configs', null, body, options);
518
412
  })();
519
413
  }
520
-
521
414
  password_config(callback, options) {
522
415
  var _this52 = this;
523
-
524
416
  return _asyncToGenerator(function* () {
525
417
  return _this52.authStream(callback, 'GET', '/password_config', null, null, options);
526
418
  })();
527
419
  }
528
-
529
420
  update_password_config(callback, body, options) {
530
421
  var _this53 = this;
531
-
532
422
  return _asyncToGenerator(function* () {
533
423
  return _this53.authStream(callback, 'PATCH', '/password_config', null, body, options);
534
424
  })();
535
425
  }
536
-
537
426
  force_password_reset_at_next_login_for_all_users(callback, options) {
538
427
  var _this54 = this;
539
-
540
428
  return _asyncToGenerator(function* () {
541
429
  return _this54.authStream(callback, 'PUT', '/password_config/force_password_reset_at_next_login_for_all_users', null, null, options);
542
430
  })();
543
431
  }
544
-
545
432
  saml_config(callback, options) {
546
433
  var _this55 = this;
547
-
548
434
  return _asyncToGenerator(function* () {
549
435
  return _this55.authStream(callback, 'GET', '/saml_config', null, null, options);
550
436
  })();
551
437
  }
552
-
553
438
  update_saml_config(callback, body, options) {
554
439
  var _this56 = this;
555
-
556
440
  return _asyncToGenerator(function* () {
557
441
  return _this56.authStream(callback, 'PATCH', '/saml_config', null, body, options);
558
442
  })();
559
443
  }
560
-
561
444
  saml_test_config(callback, test_slug, options) {
562
445
  var _this57 = this;
563
-
564
446
  return _asyncToGenerator(function* () {
565
447
  test_slug = (0, _sdkRtl.encodeParam)(test_slug);
566
448
  return _this57.authStream(callback, 'GET', "/saml_test_configs/".concat(test_slug), null, null, options);
567
449
  })();
568
450
  }
569
-
570
451
  delete_saml_test_config(callback, test_slug, options) {
571
452
  var _this58 = this;
572
-
573
453
  return _asyncToGenerator(function* () {
574
454
  test_slug = (0, _sdkRtl.encodeParam)(test_slug);
575
455
  return _this58.authStream(callback, 'DELETE', "/saml_test_configs/".concat(test_slug), null, null, options);
576
456
  })();
577
457
  }
578
-
579
458
  create_saml_test_config(callback, body, options) {
580
459
  var _this59 = this;
581
-
582
460
  return _asyncToGenerator(function* () {
583
461
  return _this59.authStream(callback, 'POST', '/saml_test_configs', null, body, options);
584
462
  })();
585
463
  }
586
-
587
464
  parse_saml_idp_metadata(callback, body, options) {
588
465
  var _this60 = this;
589
-
590
466
  return _asyncToGenerator(function* () {
591
467
  return _this60.authStream(callback, 'POST', '/parse_saml_idp_metadata', null, body, options);
592
468
  })();
593
469
  }
594
-
595
470
  fetch_and_parse_saml_idp_metadata(callback, body, options) {
596
471
  var _this61 = this;
597
-
598
472
  return _asyncToGenerator(function* () {
599
473
  return _this61.authStream(callback, 'POST', '/fetch_and_parse_saml_idp_metadata', null, body, options);
600
474
  })();
601
475
  }
602
-
603
476
  session_config(callback, options) {
604
477
  var _this62 = this;
605
-
606
478
  return _asyncToGenerator(function* () {
607
479
  return _this62.authStream(callback, 'GET', '/session_config', null, null, options);
608
480
  })();
609
481
  }
610
-
611
482
  update_session_config(callback, body, options) {
612
483
  var _this63 = this;
613
-
614
484
  return _asyncToGenerator(function* () {
615
485
  return _this63.authStream(callback, 'PATCH', '/session_config', null, body, options);
616
486
  })();
617
487
  }
618
-
619
488
  get_support_access_allowlist_entries(callback, fields, options) {
620
489
  var _this64 = this;
621
-
622
490
  return _asyncToGenerator(function* () {
623
491
  return _this64.authStream(callback, 'GET', '/support_access/allowlist', {
624
492
  fields
625
493
  }, null, options);
626
494
  })();
627
495
  }
628
-
629
496
  add_support_access_allowlist_entries(callback, body, options) {
630
497
  var _this65 = this;
631
-
632
498
  return _asyncToGenerator(function* () {
633
499
  return _this65.authStream(callback, 'POST', '/support_access/allowlist', null, body, options);
634
500
  })();
635
501
  }
636
-
637
502
  delete_support_access_allowlist_entry(callback, entry_id, options) {
638
503
  var _this66 = this;
639
-
640
504
  return _asyncToGenerator(function* () {
641
505
  entry_id = (0, _sdkRtl.encodeParam)(entry_id);
642
506
  return _this66.authStream(callback, 'DELETE', "/support_access/allowlist/".concat(entry_id), null, null, options);
643
507
  })();
644
508
  }
645
-
646
509
  enable_support_access(callback, body, options) {
647
510
  var _this67 = this;
648
-
649
511
  return _asyncToGenerator(function* () {
650
512
  return _this67.authStream(callback, 'PUT', '/support_access/enable', null, body, options);
651
513
  })();
652
514
  }
653
-
654
515
  disable_support_access(callback, options) {
655
516
  var _this68 = this;
656
-
657
517
  return _asyncToGenerator(function* () {
658
518
  return _this68.authStream(callback, 'PUT', '/support_access/disable', null, null, options);
659
519
  })();
660
520
  }
661
-
662
521
  support_access_status(callback, options) {
663
522
  var _this69 = this;
664
-
665
523
  return _asyncToGenerator(function* () {
666
524
  return _this69.authStream(callback, 'GET', '/support_access/status', null, null, options);
667
525
  })();
668
526
  }
669
-
670
527
  all_user_login_lockouts(callback, fields, options) {
671
528
  var _this70 = this;
672
-
673
529
  return _asyncToGenerator(function* () {
674
530
  return _this70.authStream(callback, 'GET', '/user_login_lockouts', {
675
531
  fields
676
532
  }, null, options);
677
533
  })();
678
534
  }
679
-
680
535
  search_user_login_lockouts(callback, request, options) {
681
536
  var _this71 = this;
682
-
683
537
  return _asyncToGenerator(function* () {
684
538
  return _this71.authStream(callback, 'GET', '/user_login_lockouts/search', {
685
539
  fields: request.fields,
@@ -696,39 +550,31 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
696
550
  }, null, options);
697
551
  })();
698
552
  }
699
-
700
553
  delete_user_login_lockout(callback, key, options) {
701
554
  var _this72 = this;
702
-
703
555
  return _asyncToGenerator(function* () {
704
556
  key = (0, _sdkRtl.encodeParam)(key);
705
557
  return _this72.authStream(callback, 'DELETE', "/user_login_lockout/".concat(key), null, null, options);
706
558
  })();
707
559
  }
708
-
709
560
  all_boards(callback, fields, options) {
710
561
  var _this73 = this;
711
-
712
562
  return _asyncToGenerator(function* () {
713
563
  return _this73.authStream(callback, 'GET', '/boards', {
714
564
  fields
715
565
  }, null, options);
716
566
  })();
717
567
  }
718
-
719
568
  create_board(callback, body, fields, options) {
720
569
  var _this74 = this;
721
-
722
570
  return _asyncToGenerator(function* () {
723
571
  return _this74.authStream(callback, 'POST', '/boards', {
724
572
  fields
725
573
  }, body, options);
726
574
  })();
727
575
  }
728
-
729
576
  search_boards(callback, request, options) {
730
577
  var _this75 = this;
731
-
732
578
  return _asyncToGenerator(function* () {
733
579
  return _this75.authStream(callback, 'GET', '/boards/search', {
734
580
  title: request.title,
@@ -748,10 +594,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
748
594
  }, null, options);
749
595
  })();
750
596
  }
751
-
752
597
  board(callback, board_id, fields, options) {
753
598
  var _this76 = this;
754
-
755
599
  return _asyncToGenerator(function* () {
756
600
  board_id = (0, _sdkRtl.encodeParam)(board_id);
757
601
  return _this76.authStream(callback, 'GET', "/boards/".concat(board_id), {
@@ -759,10 +603,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
759
603
  }, null, options);
760
604
  })();
761
605
  }
762
-
763
606
  update_board(callback, board_id, body, fields, options) {
764
607
  var _this77 = this;
765
-
766
608
  return _asyncToGenerator(function* () {
767
609
  board_id = (0, _sdkRtl.encodeParam)(board_id);
768
610
  return _this77.authStream(callback, 'PATCH', "/boards/".concat(board_id), {
@@ -770,19 +612,15 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
770
612
  }, body, options);
771
613
  })();
772
614
  }
773
-
774
615
  delete_board(callback, board_id, options) {
775
616
  var _this78 = this;
776
-
777
617
  return _asyncToGenerator(function* () {
778
618
  board_id = (0, _sdkRtl.encodeParam)(board_id);
779
619
  return _this78.authStream(callback, 'DELETE', "/boards/".concat(board_id), null, null, options);
780
620
  })();
781
621
  }
782
-
783
622
  all_board_items(callback, request, options) {
784
623
  var _this79 = this;
785
-
786
624
  return _asyncToGenerator(function* () {
787
625
  return _this79.authStream(callback, 'GET', '/board_items', {
788
626
  fields: request.fields,
@@ -791,20 +629,16 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
791
629
  }, null, options);
792
630
  })();
793
631
  }
794
-
795
632
  create_board_item(callback, body, fields, options) {
796
633
  var _this80 = this;
797
-
798
634
  return _asyncToGenerator(function* () {
799
635
  return _this80.authStream(callback, 'POST', '/board_items', {
800
636
  fields
801
637
  }, body, options);
802
638
  })();
803
639
  }
804
-
805
640
  board_item(callback, board_item_id, fields, options) {
806
641
  var _this81 = this;
807
-
808
642
  return _asyncToGenerator(function* () {
809
643
  board_item_id = (0, _sdkRtl.encodeParam)(board_item_id);
810
644
  return _this81.authStream(callback, 'GET', "/board_items/".concat(board_item_id), {
@@ -812,10 +646,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
812
646
  }, null, options);
813
647
  })();
814
648
  }
815
-
816
649
  update_board_item(callback, board_item_id, body, fields, options) {
817
650
  var _this82 = this;
818
-
819
651
  return _asyncToGenerator(function* () {
820
652
  board_item_id = (0, _sdkRtl.encodeParam)(board_item_id);
821
653
  return _this82.authStream(callback, 'PATCH', "/board_items/".concat(board_item_id), {
@@ -823,19 +655,15 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
823
655
  }, body, options);
824
656
  })();
825
657
  }
826
-
827
658
  delete_board_item(callback, board_item_id, options) {
828
659
  var _this83 = this;
829
-
830
660
  return _asyncToGenerator(function* () {
831
661
  board_item_id = (0, _sdkRtl.encodeParam)(board_item_id);
832
662
  return _this83.authStream(callback, 'DELETE', "/board_items/".concat(board_item_id), null, null, options);
833
663
  })();
834
664
  }
835
-
836
665
  all_board_sections(callback, request, options) {
837
666
  var _this84 = this;
838
-
839
667
  return _asyncToGenerator(function* () {
840
668
  return _this84.authStream(callback, 'GET', '/board_sections', {
841
669
  fields: request.fields,
@@ -843,20 +671,16 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
843
671
  }, null, options);
844
672
  })();
845
673
  }
846
-
847
674
  create_board_section(callback, body, fields, options) {
848
675
  var _this85 = this;
849
-
850
676
  return _asyncToGenerator(function* () {
851
677
  return _this85.authStream(callback, 'POST', '/board_sections', {
852
678
  fields
853
679
  }, body, options);
854
680
  })();
855
681
  }
856
-
857
682
  board_section(callback, board_section_id, fields, options) {
858
683
  var _this86 = this;
859
-
860
684
  return _asyncToGenerator(function* () {
861
685
  board_section_id = (0, _sdkRtl.encodeParam)(board_section_id);
862
686
  return _this86.authStream(callback, 'GET', "/board_sections/".concat(board_section_id), {
@@ -864,10 +688,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
864
688
  }, null, options);
865
689
  })();
866
690
  }
867
-
868
691
  update_board_section(callback, board_section_id, body, fields, options) {
869
692
  var _this87 = this;
870
-
871
693
  return _asyncToGenerator(function* () {
872
694
  board_section_id = (0, _sdkRtl.encodeParam)(board_section_id);
873
695
  return _this87.authStream(callback, 'PATCH', "/board_sections/".concat(board_section_id), {
@@ -875,75 +697,59 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
875
697
  }, body, options);
876
698
  })();
877
699
  }
878
-
879
700
  delete_board_section(callback, board_section_id, options) {
880
701
  var _this88 = this;
881
-
882
702
  return _asyncToGenerator(function* () {
883
703
  board_section_id = (0, _sdkRtl.encodeParam)(board_section_id);
884
704
  return _this88.authStream(callback, 'DELETE', "/board_sections/".concat(board_section_id), null, null, options);
885
705
  })();
886
706
  }
887
-
888
707
  all_color_collections(callback, fields, options) {
889
708
  var _this89 = this;
890
-
891
709
  return _asyncToGenerator(function* () {
892
710
  return _this89.authStream(callback, 'GET', '/color_collections', {
893
711
  fields
894
712
  }, null, options);
895
713
  })();
896
714
  }
897
-
898
715
  create_color_collection(callback, body, options) {
899
716
  var _this90 = this;
900
-
901
717
  return _asyncToGenerator(function* () {
902
718
  return _this90.authStream(callback, 'POST', '/color_collections', null, body, options);
903
719
  })();
904
720
  }
905
-
906
721
  color_collections_custom(callback, fields, options) {
907
722
  var _this91 = this;
908
-
909
723
  return _asyncToGenerator(function* () {
910
724
  return _this91.authStream(callback, 'GET', '/color_collections/custom', {
911
725
  fields
912
726
  }, null, options);
913
727
  })();
914
728
  }
915
-
916
729
  color_collections_standard(callback, fields, options) {
917
730
  var _this92 = this;
918
-
919
731
  return _asyncToGenerator(function* () {
920
732
  return _this92.authStream(callback, 'GET', '/color_collections/standard', {
921
733
  fields
922
734
  }, null, options);
923
735
  })();
924
736
  }
925
-
926
737
  default_color_collection(callback, options) {
927
738
  var _this93 = this;
928
-
929
739
  return _asyncToGenerator(function* () {
930
740
  return _this93.authStream(callback, 'GET', '/color_collections/default', null, null, options);
931
741
  })();
932
742
  }
933
-
934
743
  set_default_color_collection(callback, collection_id, options) {
935
744
  var _this94 = this;
936
-
937
745
  return _asyncToGenerator(function* () {
938
746
  return _this94.authStream(callback, 'PUT', '/color_collections/default', {
939
747
  collection_id
940
748
  }, null, options);
941
749
  })();
942
750
  }
943
-
944
751
  color_collection(callback, collection_id, fields, options) {
945
752
  var _this95 = this;
946
-
947
753
  return _asyncToGenerator(function* () {
948
754
  collection_id = (0, _sdkRtl.encodeParam)(collection_id);
949
755
  return _this95.authStream(callback, 'GET', "/color_collections/".concat(collection_id), {
@@ -951,286 +757,220 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
951
757
  }, null, options);
952
758
  })();
953
759
  }
954
-
955
760
  update_color_collection(callback, collection_id, body, options) {
956
761
  var _this96 = this;
957
-
958
762
  return _asyncToGenerator(function* () {
959
763
  collection_id = (0, _sdkRtl.encodeParam)(collection_id);
960
764
  return _this96.authStream(callback, 'PATCH', "/color_collections/".concat(collection_id), null, body, options);
961
765
  })();
962
766
  }
963
-
964
767
  delete_color_collection(callback, collection_id, options) {
965
768
  var _this97 = this;
966
-
967
769
  return _asyncToGenerator(function* () {
968
770
  collection_id = (0, _sdkRtl.encodeParam)(collection_id);
969
771
  return _this97.authStream(callback, 'DELETE', "/color_collections/".concat(collection_id), null, null, options);
970
772
  })();
971
773
  }
972
-
973
774
  cloud_storage_configuration(callback, options) {
974
775
  var _this98 = this;
975
-
976
776
  return _asyncToGenerator(function* () {
977
777
  return _this98.authStream(callback, 'GET', '/cloud_storage', null, null, options);
978
778
  })();
979
779
  }
980
-
981
780
  update_cloud_storage_configuration(callback, body, options) {
982
781
  var _this99 = this;
983
-
984
782
  return _asyncToGenerator(function* () {
985
783
  return _this99.authStream(callback, 'PATCH', '/cloud_storage', null, body, options);
986
784
  })();
987
785
  }
988
-
989
786
  configuration_force_refresh(callback, options) {
990
787
  var _this100 = this;
991
-
992
788
  return _asyncToGenerator(function* () {
993
789
  return _this100.authStream(callback, 'PUT', '/configuration_force_refresh', null, null, options);
994
790
  })();
995
791
  }
996
-
997
792
  custom_welcome_email(callback, options) {
998
793
  var _this101 = this;
999
-
1000
794
  return _asyncToGenerator(function* () {
1001
795
  return _this101.authStream(callback, 'GET', '/custom_welcome_email', null, null, options);
1002
796
  })();
1003
797
  }
1004
-
1005
798
  update_custom_welcome_email(callback, body, send_test_welcome_email, options) {
1006
799
  var _this102 = this;
1007
-
1008
800
  return _asyncToGenerator(function* () {
1009
801
  return _this102.authStream(callback, 'PATCH', '/custom_welcome_email', {
1010
802
  send_test_welcome_email
1011
803
  }, body, options);
1012
804
  })();
1013
805
  }
1014
-
1015
806
  update_custom_welcome_email_test(callback, body, options) {
1016
807
  var _this103 = this;
1017
-
1018
808
  return _asyncToGenerator(function* () {
1019
809
  return _this103.authStream(callback, 'PUT', '/custom_welcome_email_test', null, body, options);
1020
810
  })();
1021
811
  }
1022
-
1023
812
  digest_emails_enabled(callback, options) {
1024
813
  var _this104 = this;
1025
-
1026
814
  return _asyncToGenerator(function* () {
1027
815
  return _this104.authStream(callback, 'GET', '/digest_emails_enabled', null, null, options);
1028
816
  })();
1029
817
  }
1030
-
1031
818
  update_digest_emails_enabled(callback, body, options) {
1032
819
  var _this105 = this;
1033
-
1034
820
  return _asyncToGenerator(function* () {
1035
821
  return _this105.authStream(callback, 'PATCH', '/digest_emails_enabled', null, body, options);
1036
822
  })();
1037
823
  }
1038
-
1039
824
  create_digest_email_send(callback, options) {
1040
825
  var _this106 = this;
1041
-
1042
826
  return _asyncToGenerator(function* () {
1043
827
  return _this106.authStream(callback, 'POST', '/digest_email_send', null, null, options);
1044
828
  })();
1045
829
  }
1046
-
1047
830
  public_egress_ip_addresses(callback, options) {
1048
831
  var _this107 = this;
1049
-
1050
832
  return _asyncToGenerator(function* () {
1051
833
  return _this107.authStream(callback, 'GET', '/public_egress_ip_addresses', null, null, options);
1052
834
  })();
1053
835
  }
1054
-
1055
836
  internal_help_resources_content(callback, options) {
1056
837
  var _this108 = this;
1057
-
1058
838
  return _asyncToGenerator(function* () {
1059
839
  return _this108.authStream(callback, 'GET', '/internal_help_resources_content', null, null, options);
1060
840
  })();
1061
841
  }
1062
-
1063
842
  update_internal_help_resources_content(callback, body, options) {
1064
843
  var _this109 = this;
1065
-
1066
844
  return _asyncToGenerator(function* () {
1067
845
  return _this109.authStream(callback, 'PATCH', '/internal_help_resources_content', null, body, options);
1068
846
  })();
1069
847
  }
1070
-
1071
848
  internal_help_resources(callback, options) {
1072
849
  var _this110 = this;
1073
-
1074
850
  return _asyncToGenerator(function* () {
1075
851
  return _this110.authStream(callback, 'GET', '/internal_help_resources_enabled', null, null, options);
1076
852
  })();
1077
853
  }
1078
-
1079
854
  update_internal_help_resources(callback, body, options) {
1080
855
  var _this111 = this;
1081
-
1082
856
  return _asyncToGenerator(function* () {
1083
857
  return _this111.authStream(callback, 'PATCH', '/internal_help_resources', null, body, options);
1084
858
  })();
1085
859
  }
1086
-
1087
860
  all_legacy_features(callback, options) {
1088
861
  var _this112 = this;
1089
-
1090
862
  return _asyncToGenerator(function* () {
1091
863
  return _this112.authStream(callback, 'GET', '/legacy_features', null, null, options);
1092
864
  })();
1093
865
  }
1094
-
1095
866
  legacy_feature(callback, legacy_feature_id, options) {
1096
867
  var _this113 = this;
1097
-
1098
868
  return _asyncToGenerator(function* () {
1099
869
  legacy_feature_id = (0, _sdkRtl.encodeParam)(legacy_feature_id);
1100
870
  return _this113.authStream(callback, 'GET', "/legacy_features/".concat(legacy_feature_id), null, null, options);
1101
871
  })();
1102
872
  }
1103
-
1104
873
  update_legacy_feature(callback, legacy_feature_id, body, options) {
1105
874
  var _this114 = this;
1106
-
1107
875
  return _asyncToGenerator(function* () {
1108
876
  legacy_feature_id = (0, _sdkRtl.encodeParam)(legacy_feature_id);
1109
877
  return _this114.authStream(callback, 'PATCH', "/legacy_features/".concat(legacy_feature_id), null, body, options);
1110
878
  })();
1111
879
  }
1112
-
1113
880
  all_locales(callback, options) {
1114
881
  var _this115 = this;
1115
-
1116
882
  return _asyncToGenerator(function* () {
1117
883
  return _this115.authStream(callback, 'GET', '/locales', null, null, options);
1118
884
  })();
1119
885
  }
1120
-
1121
886
  mobile_settings(callback, options) {
1122
887
  var _this116 = this;
1123
-
1124
888
  return _asyncToGenerator(function* () {
1125
889
  return _this116.authStream(callback, 'GET', '/mobile/settings', null, null, options);
1126
890
  })();
1127
891
  }
1128
-
1129
892
  get_setting(callback, fields, options) {
1130
893
  var _this117 = this;
1131
-
1132
894
  return _asyncToGenerator(function* () {
1133
895
  return _this117.authStream(callback, 'GET', '/setting', {
1134
896
  fields
1135
897
  }, null, options);
1136
898
  })();
1137
899
  }
1138
-
1139
900
  set_setting(callback, body, fields, options) {
1140
901
  var _this118 = this;
1141
-
1142
902
  return _asyncToGenerator(function* () {
1143
903
  return _this118.authStream(callback, 'PATCH', '/setting', {
1144
904
  fields
1145
905
  }, body, options);
1146
906
  })();
1147
907
  }
1148
-
1149
908
  set_smtp_settings(callback, body, options) {
1150
909
  var _this119 = this;
1151
-
1152
910
  return _asyncToGenerator(function* () {
1153
911
  return _this119.authStream(callback, 'POST', '/smtp_settings', null, body, options);
1154
912
  })();
1155
913
  }
1156
-
1157
914
  smtp_status(callback, fields, options) {
1158
915
  var _this120 = this;
1159
-
1160
916
  return _asyncToGenerator(function* () {
1161
917
  return _this120.authStream(callback, 'GET', '/smtp_status', {
1162
918
  fields
1163
919
  }, null, options);
1164
920
  })();
1165
921
  }
1166
-
1167
922
  all_timezones(callback, options) {
1168
923
  var _this121 = this;
1169
-
1170
924
  return _asyncToGenerator(function* () {
1171
925
  return _this121.authStream(callback, 'GET', '/timezones', null, null, options);
1172
926
  })();
1173
927
  }
1174
-
1175
928
  versions(callback, fields, options) {
1176
929
  var _this122 = this;
1177
-
1178
930
  return _asyncToGenerator(function* () {
1179
931
  return _this122.authStream(callback, 'GET', '/versions', {
1180
932
  fields
1181
933
  }, null, options);
1182
934
  })();
1183
935
  }
1184
-
1185
936
  api_spec(callback, api_version, specification, options) {
1186
937
  var _this123 = this;
1187
-
1188
938
  return _asyncToGenerator(function* () {
1189
939
  api_version = (0, _sdkRtl.encodeParam)(api_version);
1190
940
  specification = (0, _sdkRtl.encodeParam)(specification);
1191
941
  return _this123.authStream(callback, 'GET', "/api_spec/".concat(api_version, "/").concat(specification), null, null, options);
1192
942
  })();
1193
943
  }
1194
-
1195
944
  whitelabel_configuration(callback, fields, options) {
1196
945
  var _this124 = this;
1197
-
1198
946
  return _asyncToGenerator(function* () {
1199
947
  return _this124.authStream(callback, 'GET', '/whitelabel_configuration', {
1200
948
  fields
1201
949
  }, null, options);
1202
950
  })();
1203
951
  }
1204
-
1205
952
  update_whitelabel_configuration(callback, body, options) {
1206
953
  var _this125 = this;
1207
-
1208
954
  return _asyncToGenerator(function* () {
1209
955
  return _this125.authStream(callback, 'PUT', '/whitelabel_configuration', null, body, options);
1210
956
  })();
1211
957
  }
1212
-
1213
958
  all_connections(callback, fields, options) {
1214
959
  var _this126 = this;
1215
-
1216
960
  return _asyncToGenerator(function* () {
1217
961
  return _this126.authStream(callback, 'GET', '/connections', {
1218
962
  fields
1219
963
  }, null, options);
1220
964
  })();
1221
965
  }
1222
-
1223
966
  create_connection(callback, body, options) {
1224
967
  var _this127 = this;
1225
-
1226
968
  return _asyncToGenerator(function* () {
1227
969
  return _this127.authStream(callback, 'POST', '/connections', null, body, options);
1228
970
  })();
1229
971
  }
1230
-
1231
972
  connection(callback, connection_name, fields, options) {
1232
973
  var _this128 = this;
1233
-
1234
974
  return _asyncToGenerator(function* () {
1235
975
  connection_name = (0, _sdkRtl.encodeParam)(connection_name);
1236
976
  return _this128.authStream(callback, 'GET', "/connections/".concat(connection_name), {
@@ -1238,38 +978,30 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
1238
978
  }, null, options);
1239
979
  })();
1240
980
  }
1241
-
1242
981
  update_connection(callback, connection_name, body, options) {
1243
982
  var _this129 = this;
1244
-
1245
983
  return _asyncToGenerator(function* () {
1246
984
  connection_name = (0, _sdkRtl.encodeParam)(connection_name);
1247
985
  return _this129.authStream(callback, 'PATCH', "/connections/".concat(connection_name), null, body, options);
1248
986
  })();
1249
987
  }
1250
-
1251
988
  delete_connection(callback, connection_name, options) {
1252
989
  var _this130 = this;
1253
-
1254
990
  return _asyncToGenerator(function* () {
1255
991
  connection_name = (0, _sdkRtl.encodeParam)(connection_name);
1256
992
  return _this130.authStream(callback, 'DELETE', "/connections/".concat(connection_name), null, null, options);
1257
993
  })();
1258
994
  }
1259
-
1260
995
  delete_connection_override(callback, connection_name, override_context, options) {
1261
996
  var _this131 = this;
1262
-
1263
997
  return _asyncToGenerator(function* () {
1264
998
  connection_name = (0, _sdkRtl.encodeParam)(connection_name);
1265
999
  override_context = (0, _sdkRtl.encodeParam)(override_context);
1266
1000
  return _this131.authStream(callback, 'DELETE', "/connections/".concat(connection_name, "/connection_override/").concat(override_context), null, null, options);
1267
1001
  })();
1268
1002
  }
1269
-
1270
1003
  test_connection(callback, connection_name, tests, options) {
1271
1004
  var _this132 = this;
1272
-
1273
1005
  return _asyncToGenerator(function* () {
1274
1006
  connection_name = (0, _sdkRtl.encodeParam)(connection_name);
1275
1007
  return _this132.authStream(callback, 'PUT', "/connections/".concat(connection_name, "/test"), {
@@ -1277,30 +1009,24 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
1277
1009
  }, null, options);
1278
1010
  })();
1279
1011
  }
1280
-
1281
1012
  test_connection_config(callback, body, tests, options) {
1282
1013
  var _this133 = this;
1283
-
1284
1014
  return _asyncToGenerator(function* () {
1285
1015
  return _this133.authStream(callback, 'PUT', '/connections/test', {
1286
1016
  tests
1287
1017
  }, body, options);
1288
1018
  })();
1289
1019
  }
1290
-
1291
1020
  all_dialect_infos(callback, fields, options) {
1292
1021
  var _this134 = this;
1293
-
1294
1022
  return _asyncToGenerator(function* () {
1295
1023
  return _this134.authStream(callback, 'GET', '/dialect_info', {
1296
1024
  fields
1297
1025
  }, null, options);
1298
1026
  })();
1299
1027
  }
1300
-
1301
1028
  all_external_oauth_applications(callback, request, options) {
1302
1029
  var _this135 = this;
1303
-
1304
1030
  return _asyncToGenerator(function* () {
1305
1031
  return _this135.authStream(callback, 'GET', '/external_oauth_applications', {
1306
1032
  name: request.name,
@@ -1308,142 +1034,110 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
1308
1034
  }, null, options);
1309
1035
  })();
1310
1036
  }
1311
-
1312
1037
  create_external_oauth_application(callback, body, options) {
1313
1038
  var _this136 = this;
1314
-
1315
1039
  return _asyncToGenerator(function* () {
1316
1040
  return _this136.authStream(callback, 'POST', '/external_oauth_applications', null, body, options);
1317
1041
  })();
1318
1042
  }
1319
-
1320
1043
  create_oauth_application_user_state(callback, body, options) {
1321
1044
  var _this137 = this;
1322
-
1323
1045
  return _asyncToGenerator(function* () {
1324
1046
  return _this137.authStream(callback, 'POST', '/external_oauth_applications/user_state', null, body, options);
1325
1047
  })();
1326
1048
  }
1327
-
1328
1049
  all_ssh_servers(callback, fields, options) {
1329
1050
  var _this138 = this;
1330
-
1331
1051
  return _asyncToGenerator(function* () {
1332
1052
  return _this138.authStream(callback, 'GET', '/ssh_servers', {
1333
1053
  fields
1334
1054
  }, null, options);
1335
1055
  })();
1336
1056
  }
1337
-
1338
1057
  create_ssh_server(callback, body, options) {
1339
1058
  var _this139 = this;
1340
-
1341
1059
  return _asyncToGenerator(function* () {
1342
1060
  return _this139.authStream(callback, 'POST', '/ssh_servers', null, body, options);
1343
1061
  })();
1344
1062
  }
1345
-
1346
1063
  ssh_server(callback, ssh_server_id, options) {
1347
1064
  var _this140 = this;
1348
-
1349
1065
  return _asyncToGenerator(function* () {
1350
1066
  ssh_server_id = (0, _sdkRtl.encodeParam)(ssh_server_id);
1351
1067
  return _this140.authStream(callback, 'GET', "/ssh_server/".concat(ssh_server_id), null, null, options);
1352
1068
  })();
1353
1069
  }
1354
-
1355
1070
  update_ssh_server(callback, ssh_server_id, body, options) {
1356
1071
  var _this141 = this;
1357
-
1358
1072
  return _asyncToGenerator(function* () {
1359
1073
  ssh_server_id = (0, _sdkRtl.encodeParam)(ssh_server_id);
1360
1074
  return _this141.authStream(callback, 'PATCH', "/ssh_server/".concat(ssh_server_id), null, body, options);
1361
1075
  })();
1362
1076
  }
1363
-
1364
1077
  delete_ssh_server(callback, ssh_server_id, options) {
1365
1078
  var _this142 = this;
1366
-
1367
1079
  return _asyncToGenerator(function* () {
1368
1080
  ssh_server_id = (0, _sdkRtl.encodeParam)(ssh_server_id);
1369
1081
  return _this142.authStream(callback, 'DELETE', "/ssh_server/".concat(ssh_server_id), null, null, options);
1370
1082
  })();
1371
1083
  }
1372
-
1373
1084
  test_ssh_server(callback, ssh_server_id, options) {
1374
1085
  var _this143 = this;
1375
-
1376
1086
  return _asyncToGenerator(function* () {
1377
1087
  ssh_server_id = (0, _sdkRtl.encodeParam)(ssh_server_id);
1378
1088
  return _this143.authStream(callback, 'GET', "/ssh_server/".concat(ssh_server_id, "/test"), null, null, options);
1379
1089
  })();
1380
1090
  }
1381
-
1382
1091
  all_ssh_tunnels(callback, fields, options) {
1383
1092
  var _this144 = this;
1384
-
1385
1093
  return _asyncToGenerator(function* () {
1386
1094
  return _this144.authStream(callback, 'GET', '/ssh_tunnels', {
1387
1095
  fields
1388
1096
  }, null, options);
1389
1097
  })();
1390
1098
  }
1391
-
1392
1099
  create_ssh_tunnel(callback, body, options) {
1393
1100
  var _this145 = this;
1394
-
1395
1101
  return _asyncToGenerator(function* () {
1396
1102
  return _this145.authStream(callback, 'POST', '/ssh_tunnels', null, body, options);
1397
1103
  })();
1398
1104
  }
1399
-
1400
1105
  ssh_tunnel(callback, ssh_tunnel_id, options) {
1401
1106
  var _this146 = this;
1402
-
1403
1107
  return _asyncToGenerator(function* () {
1404
1108
  ssh_tunnel_id = (0, _sdkRtl.encodeParam)(ssh_tunnel_id);
1405
1109
  return _this146.authStream(callback, 'GET', "/ssh_tunnel/".concat(ssh_tunnel_id), null, null, options);
1406
1110
  })();
1407
1111
  }
1408
-
1409
1112
  update_ssh_tunnel(callback, ssh_tunnel_id, body, options) {
1410
1113
  var _this147 = this;
1411
-
1412
1114
  return _asyncToGenerator(function* () {
1413
1115
  ssh_tunnel_id = (0, _sdkRtl.encodeParam)(ssh_tunnel_id);
1414
1116
  return _this147.authStream(callback, 'PATCH', "/ssh_tunnel/".concat(ssh_tunnel_id), null, body, options);
1415
1117
  })();
1416
1118
  }
1417
-
1418
1119
  delete_ssh_tunnel(callback, ssh_tunnel_id, options) {
1419
1120
  var _this148 = this;
1420
-
1421
1121
  return _asyncToGenerator(function* () {
1422
1122
  ssh_tunnel_id = (0, _sdkRtl.encodeParam)(ssh_tunnel_id);
1423
1123
  return _this148.authStream(callback, 'DELETE', "/ssh_tunnel/".concat(ssh_tunnel_id), null, null, options);
1424
1124
  })();
1425
1125
  }
1426
-
1427
1126
  test_ssh_tunnel(callback, ssh_tunnel_id, options) {
1428
1127
  var _this149 = this;
1429
-
1430
1128
  return _asyncToGenerator(function* () {
1431
1129
  ssh_tunnel_id = (0, _sdkRtl.encodeParam)(ssh_tunnel_id);
1432
1130
  return _this149.authStream(callback, 'GET', "/ssh_tunnel/".concat(ssh_tunnel_id, "/test"), null, null, options);
1433
1131
  })();
1434
1132
  }
1435
-
1436
1133
  ssh_public_key(callback, options) {
1437
1134
  var _this150 = this;
1438
-
1439
1135
  return _asyncToGenerator(function* () {
1440
1136
  return _this150.authStream(callback, 'GET', '/ssh_public_key', null, null, options);
1441
1137
  })();
1442
1138
  }
1443
-
1444
1139
  search_content_favorites(callback, request, options) {
1445
1140
  var _this151 = this;
1446
-
1447
1141
  return _asyncToGenerator(function* () {
1448
1142
  return _this151.authStream(callback, 'GET', '/content_favorite/search', {
1449
1143
  id: request.id,
@@ -1460,10 +1154,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
1460
1154
  }, null, options);
1461
1155
  })();
1462
1156
  }
1463
-
1464
1157
  content_favorite(callback, content_favorite_id, fields, options) {
1465
1158
  var _this152 = this;
1466
-
1467
1159
  return _asyncToGenerator(function* () {
1468
1160
  content_favorite_id = (0, _sdkRtl.encodeParam)(content_favorite_id);
1469
1161
  return _this152.authStream(callback, 'GET', "/content_favorite/".concat(content_favorite_id), {
@@ -1471,27 +1163,21 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
1471
1163
  }, null, options);
1472
1164
  })();
1473
1165
  }
1474
-
1475
1166
  delete_content_favorite(callback, content_favorite_id, options) {
1476
1167
  var _this153 = this;
1477
-
1478
1168
  return _asyncToGenerator(function* () {
1479
1169
  content_favorite_id = (0, _sdkRtl.encodeParam)(content_favorite_id);
1480
1170
  return _this153.authStream(callback, 'DELETE', "/content_favorite/".concat(content_favorite_id), null, null, options);
1481
1171
  })();
1482
1172
  }
1483
-
1484
1173
  create_content_favorite(callback, body, options) {
1485
1174
  var _this154 = this;
1486
-
1487
1175
  return _asyncToGenerator(function* () {
1488
1176
  return _this154.authStream(callback, 'POST', '/content_favorite', null, body, options);
1489
1177
  })();
1490
1178
  }
1491
-
1492
1179
  all_content_metadatas(callback, parent_id, fields, options) {
1493
1180
  var _this155 = this;
1494
-
1495
1181
  return _asyncToGenerator(function* () {
1496
1182
  return _this155.authStream(callback, 'GET', '/content_metadata', {
1497
1183
  parent_id,
@@ -1499,10 +1185,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
1499
1185
  }, null, options);
1500
1186
  })();
1501
1187
  }
1502
-
1503
1188
  content_metadata(callback, content_metadata_id, fields, options) {
1504
1189
  var _this156 = this;
1505
-
1506
1190
  return _asyncToGenerator(function* () {
1507
1191
  content_metadata_id = (0, _sdkRtl.encodeParam)(content_metadata_id);
1508
1192
  return _this156.authStream(callback, 'GET', "/content_metadata/".concat(content_metadata_id), {
@@ -1510,19 +1194,15 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
1510
1194
  }, null, options);
1511
1195
  })();
1512
1196
  }
1513
-
1514
1197
  update_content_metadata(callback, content_metadata_id, body, options) {
1515
1198
  var _this157 = this;
1516
-
1517
1199
  return _asyncToGenerator(function* () {
1518
1200
  content_metadata_id = (0, _sdkRtl.encodeParam)(content_metadata_id);
1519
1201
  return _this157.authStream(callback, 'PATCH', "/content_metadata/".concat(content_metadata_id), null, body, options);
1520
1202
  })();
1521
1203
  }
1522
-
1523
1204
  all_content_metadata_accesses(callback, content_metadata_id, fields, options) {
1524
1205
  var _this158 = this;
1525
-
1526
1206
  return _asyncToGenerator(function* () {
1527
1207
  return _this158.authStream(callback, 'GET', '/content_metadata_access', {
1528
1208
  content_metadata_id,
@@ -1530,38 +1210,30 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
1530
1210
  }, null, options);
1531
1211
  })();
1532
1212
  }
1533
-
1534
1213
  create_content_metadata_access(callback, body, send_boards_notification_email, options) {
1535
1214
  var _this159 = this;
1536
-
1537
1215
  return _asyncToGenerator(function* () {
1538
1216
  return _this159.authStream(callback, 'POST', '/content_metadata_access', {
1539
1217
  send_boards_notification_email
1540
1218
  }, body, options);
1541
1219
  })();
1542
1220
  }
1543
-
1544
1221
  update_content_metadata_access(callback, content_metadata_access_id, body, options) {
1545
1222
  var _this160 = this;
1546
-
1547
1223
  return _asyncToGenerator(function* () {
1548
1224
  content_metadata_access_id = (0, _sdkRtl.encodeParam)(content_metadata_access_id);
1549
1225
  return _this160.authStream(callback, 'PUT', "/content_metadata_access/".concat(content_metadata_access_id), null, body, options);
1550
1226
  })();
1551
1227
  }
1552
-
1553
1228
  delete_content_metadata_access(callback, content_metadata_access_id, options) {
1554
1229
  var _this161 = this;
1555
-
1556
1230
  return _asyncToGenerator(function* () {
1557
1231
  content_metadata_access_id = (0, _sdkRtl.encodeParam)(content_metadata_access_id);
1558
1232
  return _this161.authStream(callback, 'DELETE', "/content_metadata_access/".concat(content_metadata_access_id), null, null, options);
1559
1233
  })();
1560
1234
  }
1561
-
1562
1235
  content_thumbnail(callback, request, options) {
1563
1236
  var _this162 = this;
1564
-
1565
1237
  return _asyncToGenerator(function* () {
1566
1238
  request.type = (0, _sdkRtl.encodeParam)(request.type);
1567
1239
  request.resource_id = (0, _sdkRtl.encodeParam)(request.resource_id);
@@ -1573,20 +1245,16 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
1573
1245
  }, null, options);
1574
1246
  })();
1575
1247
  }
1576
-
1577
1248
  content_validation(callback, fields, options) {
1578
1249
  var _this163 = this;
1579
-
1580
1250
  return _asyncToGenerator(function* () {
1581
1251
  return _this163.authStream(callback, 'GET', '/content_validation', {
1582
1252
  fields
1583
1253
  }, null, options);
1584
1254
  })();
1585
1255
  }
1586
-
1587
1256
  search_content_views(callback, request, options) {
1588
1257
  var _this164 = this;
1589
-
1590
1258
  return _asyncToGenerator(function* () {
1591
1259
  return _this164.authStream(callback, 'GET', '/content_view/search', {
1592
1260
  view_count: request.view_count,
@@ -1605,10 +1273,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
1605
1273
  }, null, options);
1606
1274
  })();
1607
1275
  }
1608
-
1609
1276
  vector_thumbnail(callback, type, resource_id, reload, options) {
1610
1277
  var _this165 = this;
1611
-
1612
1278
  return _asyncToGenerator(function* () {
1613
1279
  type = (0, _sdkRtl.encodeParam)(type);
1614
1280
  resource_id = (0, _sdkRtl.encodeParam)(resource_id);
@@ -1617,28 +1283,22 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
1617
1283
  }, null, options);
1618
1284
  })();
1619
1285
  }
1620
-
1621
1286
  all_dashboards(callback, fields, options) {
1622
1287
  var _this166 = this;
1623
-
1624
1288
  return _asyncToGenerator(function* () {
1625
1289
  return _this166.authStream(callback, 'GET', '/dashboards', {
1626
1290
  fields
1627
1291
  }, null, options);
1628
1292
  })();
1629
1293
  }
1630
-
1631
1294
  create_dashboard(callback, body, options) {
1632
1295
  var _this167 = this;
1633
-
1634
1296
  return _asyncToGenerator(function* () {
1635
1297
  return _this167.authStream(callback, 'POST', '/dashboards', null, body, options);
1636
1298
  })();
1637
1299
  }
1638
-
1639
1300
  search_dashboards(callback, request, options) {
1640
1301
  var _this168 = this;
1641
-
1642
1302
  return _asyncToGenerator(function* () {
1643
1303
  return _this168.authStream(callback, 'GET', '/dashboards/search', {
1644
1304
  id: request.id,
@@ -1663,10 +1323,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
1663
1323
  }, null, options);
1664
1324
  })();
1665
1325
  }
1666
-
1667
1326
  import_lookml_dashboard(callback, lookml_dashboard_id, space_id, body, raw_locale, options) {
1668
1327
  var _this169 = this;
1669
-
1670
1328
  return _asyncToGenerator(function* () {
1671
1329
  lookml_dashboard_id = (0, _sdkRtl.encodeParam)(lookml_dashboard_id);
1672
1330
  space_id = (0, _sdkRtl.encodeParam)(space_id);
@@ -1675,10 +1333,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
1675
1333
  }, body, options);
1676
1334
  })();
1677
1335
  }
1678
-
1679
1336
  sync_lookml_dashboard(callback, lookml_dashboard_id, body, raw_locale, options) {
1680
1337
  var _this170 = this;
1681
-
1682
1338
  return _asyncToGenerator(function* () {
1683
1339
  lookml_dashboard_id = (0, _sdkRtl.encodeParam)(lookml_dashboard_id);
1684
1340
  return _this170.authStream(callback, 'PATCH', "/dashboards/".concat(lookml_dashboard_id, "/sync"), {
@@ -1686,10 +1342,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
1686
1342
  }, body, options);
1687
1343
  })();
1688
1344
  }
1689
-
1690
1345
  dashboard(callback, dashboard_id, fields, options) {
1691
1346
  var _this171 = this;
1692
-
1693
1347
  return _asyncToGenerator(function* () {
1694
1348
  dashboard_id = (0, _sdkRtl.encodeParam)(dashboard_id);
1695
1349
  return _this171.authStream(callback, 'GET', "/dashboards/".concat(dashboard_id), {
@@ -1697,46 +1351,36 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
1697
1351
  }, null, options);
1698
1352
  })();
1699
1353
  }
1700
-
1701
1354
  update_dashboard(callback, dashboard_id, body, options) {
1702
1355
  var _this172 = this;
1703
-
1704
1356
  return _asyncToGenerator(function* () {
1705
1357
  dashboard_id = (0, _sdkRtl.encodeParam)(dashboard_id);
1706
1358
  return _this172.authStream(callback, 'PATCH', "/dashboards/".concat(dashboard_id), null, body, options);
1707
1359
  })();
1708
1360
  }
1709
-
1710
1361
  delete_dashboard(callback, dashboard_id, options) {
1711
1362
  var _this173 = this;
1712
-
1713
1363
  return _asyncToGenerator(function* () {
1714
1364
  dashboard_id = (0, _sdkRtl.encodeParam)(dashboard_id);
1715
1365
  return _this173.authStream(callback, 'DELETE', "/dashboards/".concat(dashboard_id), null, null, options);
1716
1366
  })();
1717
1367
  }
1718
-
1719
1368
  dashboard_aggregate_table_lookml(callback, dashboard_id, options) {
1720
1369
  var _this174 = this;
1721
-
1722
1370
  return _asyncToGenerator(function* () {
1723
1371
  dashboard_id = (0, _sdkRtl.encodeParam)(dashboard_id);
1724
1372
  return _this174.authStream(callback, 'GET', "/dashboards/aggregate_table_lookml/".concat(dashboard_id), null, null, options);
1725
1373
  })();
1726
1374
  }
1727
-
1728
1375
  dashboard_lookml(callback, dashboard_id, options) {
1729
1376
  var _this175 = this;
1730
-
1731
1377
  return _asyncToGenerator(function* () {
1732
1378
  dashboard_id = (0, _sdkRtl.encodeParam)(dashboard_id);
1733
1379
  return _this175.authStream(callback, 'GET', "/dashboards/lookml/".concat(dashboard_id), null, null, options);
1734
1380
  })();
1735
1381
  }
1736
-
1737
1382
  move_dashboard(callback, dashboard_id, folder_id, options) {
1738
1383
  var _this176 = this;
1739
-
1740
1384
  return _asyncToGenerator(function* () {
1741
1385
  dashboard_id = (0, _sdkRtl.encodeParam)(dashboard_id);
1742
1386
  return _this176.authStream(callback, 'PATCH', "/dashboards/".concat(dashboard_id, "/move"), {
@@ -1744,26 +1388,20 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
1744
1388
  }, null, options);
1745
1389
  })();
1746
1390
  }
1747
-
1748
1391
  import_dashboard_from_lookml(callback, body, options) {
1749
1392
  var _this177 = this;
1750
-
1751
1393
  return _asyncToGenerator(function* () {
1752
1394
  return _this177.authStream(callback, 'POST', '/dashboards/lookml', null, body, options);
1753
1395
  })();
1754
1396
  }
1755
-
1756
1397
  create_dashboard_from_lookml(callback, body, options) {
1757
1398
  var _this178 = this;
1758
-
1759
1399
  return _asyncToGenerator(function* () {
1760
1400
  return _this178.authStream(callback, 'POST', '/dashboards/from_lookml', null, body, options);
1761
1401
  })();
1762
1402
  }
1763
-
1764
1403
  copy_dashboard(callback, dashboard_id, folder_id, options) {
1765
1404
  var _this179 = this;
1766
-
1767
1405
  return _asyncToGenerator(function* () {
1768
1406
  dashboard_id = (0, _sdkRtl.encodeParam)(dashboard_id);
1769
1407
  return _this179.authStream(callback, 'POST', "/dashboards/".concat(dashboard_id, "/copy"), {
@@ -1771,10 +1409,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
1771
1409
  }, null, options);
1772
1410
  })();
1773
1411
  }
1774
-
1775
1412
  search_dashboard_elements(callback, request, options) {
1776
1413
  var _this180 = this;
1777
-
1778
1414
  return _asyncToGenerator(function* () {
1779
1415
  return _this180.authStream(callback, 'GET', '/dashboard_elements/search', {
1780
1416
  dashboard_id: request.dashboard_id,
@@ -1787,10 +1423,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
1787
1423
  }, null, options);
1788
1424
  })();
1789
1425
  }
1790
-
1791
1426
  dashboard_element(callback, dashboard_element_id, fields, options) {
1792
1427
  var _this181 = this;
1793
-
1794
1428
  return _asyncToGenerator(function* () {
1795
1429
  dashboard_element_id = (0, _sdkRtl.encodeParam)(dashboard_element_id);
1796
1430
  return _this181.authStream(callback, 'GET', "/dashboard_elements/".concat(dashboard_element_id), {
@@ -1798,10 +1432,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
1798
1432
  }, null, options);
1799
1433
  })();
1800
1434
  }
1801
-
1802
1435
  update_dashboard_element(callback, dashboard_element_id, body, fields, options) {
1803
1436
  var _this182 = this;
1804
-
1805
1437
  return _asyncToGenerator(function* () {
1806
1438
  dashboard_element_id = (0, _sdkRtl.encodeParam)(dashboard_element_id);
1807
1439
  return _this182.authStream(callback, 'PATCH', "/dashboard_elements/".concat(dashboard_element_id), {
@@ -1809,19 +1441,15 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
1809
1441
  }, body, options);
1810
1442
  })();
1811
1443
  }
1812
-
1813
1444
  delete_dashboard_element(callback, dashboard_element_id, options) {
1814
1445
  var _this183 = this;
1815
-
1816
1446
  return _asyncToGenerator(function* () {
1817
1447
  dashboard_element_id = (0, _sdkRtl.encodeParam)(dashboard_element_id);
1818
1448
  return _this183.authStream(callback, 'DELETE', "/dashboard_elements/".concat(dashboard_element_id), null, null, options);
1819
1449
  })();
1820
1450
  }
1821
-
1822
1451
  dashboard_dashboard_elements(callback, dashboard_id, fields, options) {
1823
1452
  var _this184 = this;
1824
-
1825
1453
  return _asyncToGenerator(function* () {
1826
1454
  dashboard_id = (0, _sdkRtl.encodeParam)(dashboard_id);
1827
1455
  return _this184.authStream(callback, 'GET', "/dashboards/".concat(dashboard_id, "/dashboard_elements"), {
@@ -1829,10 +1457,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
1829
1457
  }, null, options);
1830
1458
  })();
1831
1459
  }
1832
-
1833
1460
  create_dashboard_element(callback, request, options) {
1834
1461
  var _this185 = this;
1835
-
1836
1462
  return _asyncToGenerator(function* () {
1837
1463
  return _this185.authStream(callback, 'POST', '/dashboard_elements', {
1838
1464
  fields: request.fields,
@@ -1840,10 +1466,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
1840
1466
  }, request.body, options);
1841
1467
  })();
1842
1468
  }
1843
-
1844
1469
  dashboard_filter(callback, dashboard_filter_id, fields, options) {
1845
1470
  var _this186 = this;
1846
-
1847
1471
  return _asyncToGenerator(function* () {
1848
1472
  dashboard_filter_id = (0, _sdkRtl.encodeParam)(dashboard_filter_id);
1849
1473
  return _this186.authStream(callback, 'GET', "/dashboard_filters/".concat(dashboard_filter_id), {
@@ -1851,10 +1475,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
1851
1475
  }, null, options);
1852
1476
  })();
1853
1477
  }
1854
-
1855
1478
  update_dashboard_filter(callback, dashboard_filter_id, body, fields, options) {
1856
1479
  var _this187 = this;
1857
-
1858
1480
  return _asyncToGenerator(function* () {
1859
1481
  dashboard_filter_id = (0, _sdkRtl.encodeParam)(dashboard_filter_id);
1860
1482
  return _this187.authStream(callback, 'PATCH', "/dashboard_filters/".concat(dashboard_filter_id), {
@@ -1862,19 +1484,15 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
1862
1484
  }, body, options);
1863
1485
  })();
1864
1486
  }
1865
-
1866
1487
  delete_dashboard_filter(callback, dashboard_filter_id, options) {
1867
1488
  var _this188 = this;
1868
-
1869
1489
  return _asyncToGenerator(function* () {
1870
1490
  dashboard_filter_id = (0, _sdkRtl.encodeParam)(dashboard_filter_id);
1871
1491
  return _this188.authStream(callback, 'DELETE', "/dashboard_filters/".concat(dashboard_filter_id), null, null, options);
1872
1492
  })();
1873
1493
  }
1874
-
1875
1494
  dashboard_dashboard_filters(callback, dashboard_id, fields, options) {
1876
1495
  var _this189 = this;
1877
-
1878
1496
  return _asyncToGenerator(function* () {
1879
1497
  dashboard_id = (0, _sdkRtl.encodeParam)(dashboard_id);
1880
1498
  return _this189.authStream(callback, 'GET', "/dashboards/".concat(dashboard_id, "/dashboard_filters"), {
@@ -1882,20 +1500,16 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
1882
1500
  }, null, options);
1883
1501
  })();
1884
1502
  }
1885
-
1886
1503
  create_dashboard_filter(callback, body, fields, options) {
1887
1504
  var _this190 = this;
1888
-
1889
1505
  return _asyncToGenerator(function* () {
1890
1506
  return _this190.authStream(callback, 'POST', '/dashboard_filters', {
1891
1507
  fields
1892
1508
  }, body, options);
1893
1509
  })();
1894
1510
  }
1895
-
1896
1511
  dashboard_layout_component(callback, dashboard_layout_component_id, fields, options) {
1897
1512
  var _this191 = this;
1898
-
1899
1513
  return _asyncToGenerator(function* () {
1900
1514
  dashboard_layout_component_id = (0, _sdkRtl.encodeParam)(dashboard_layout_component_id);
1901
1515
  return _this191.authStream(callback, 'GET', "/dashboard_layout_components/".concat(dashboard_layout_component_id), {
@@ -1903,10 +1517,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
1903
1517
  }, null, options);
1904
1518
  })();
1905
1519
  }
1906
-
1907
1520
  update_dashboard_layout_component(callback, dashboard_layout_component_id, body, fields, options) {
1908
1521
  var _this192 = this;
1909
-
1910
1522
  return _asyncToGenerator(function* () {
1911
1523
  dashboard_layout_component_id = (0, _sdkRtl.encodeParam)(dashboard_layout_component_id);
1912
1524
  return _this192.authStream(callback, 'PATCH', "/dashboard_layout_components/".concat(dashboard_layout_component_id), {
@@ -1914,10 +1526,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
1914
1526
  }, body, options);
1915
1527
  })();
1916
1528
  }
1917
-
1918
1529
  dashboard_layout_dashboard_layout_components(callback, dashboard_layout_id, fields, options) {
1919
1530
  var _this193 = this;
1920
-
1921
1531
  return _asyncToGenerator(function* () {
1922
1532
  dashboard_layout_id = (0, _sdkRtl.encodeParam)(dashboard_layout_id);
1923
1533
  return _this193.authStream(callback, 'GET', "/dashboard_layouts/".concat(dashboard_layout_id, "/dashboard_layout_components"), {
@@ -1925,10 +1535,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
1925
1535
  }, null, options);
1926
1536
  })();
1927
1537
  }
1928
-
1929
1538
  dashboard_layout(callback, dashboard_layout_id, fields, options) {
1930
1539
  var _this194 = this;
1931
-
1932
1540
  return _asyncToGenerator(function* () {
1933
1541
  dashboard_layout_id = (0, _sdkRtl.encodeParam)(dashboard_layout_id);
1934
1542
  return _this194.authStream(callback, 'GET', "/dashboard_layouts/".concat(dashboard_layout_id), {
@@ -1936,10 +1544,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
1936
1544
  }, null, options);
1937
1545
  })();
1938
1546
  }
1939
-
1940
1547
  update_dashboard_layout(callback, dashboard_layout_id, body, fields, options) {
1941
1548
  var _this195 = this;
1942
-
1943
1549
  return _asyncToGenerator(function* () {
1944
1550
  dashboard_layout_id = (0, _sdkRtl.encodeParam)(dashboard_layout_id);
1945
1551
  return _this195.authStream(callback, 'PATCH', "/dashboard_layouts/".concat(dashboard_layout_id), {
@@ -1947,19 +1553,15 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
1947
1553
  }, body, options);
1948
1554
  })();
1949
1555
  }
1950
-
1951
1556
  delete_dashboard_layout(callback, dashboard_layout_id, options) {
1952
1557
  var _this196 = this;
1953
-
1954
1558
  return _asyncToGenerator(function* () {
1955
1559
  dashboard_layout_id = (0, _sdkRtl.encodeParam)(dashboard_layout_id);
1956
1560
  return _this196.authStream(callback, 'DELETE', "/dashboard_layouts/".concat(dashboard_layout_id), null, null, options);
1957
1561
  })();
1958
1562
  }
1959
-
1960
1563
  dashboard_dashboard_layouts(callback, dashboard_id, fields, options) {
1961
1564
  var _this197 = this;
1962
-
1963
1565
  return _asyncToGenerator(function* () {
1964
1566
  dashboard_id = (0, _sdkRtl.encodeParam)(dashboard_id);
1965
1567
  return _this197.authStream(callback, 'GET', "/dashboards/".concat(dashboard_id, "/dashboard_layouts"), {
@@ -1967,62 +1569,48 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
1967
1569
  }, null, options);
1968
1570
  })();
1969
1571
  }
1970
-
1971
1572
  create_dashboard_layout(callback, body, fields, options) {
1972
1573
  var _this198 = this;
1973
-
1974
1574
  return _asyncToGenerator(function* () {
1975
1575
  return _this198.authStream(callback, 'POST', '/dashboard_layouts', {
1976
1576
  fields
1977
1577
  }, body, options);
1978
1578
  })();
1979
1579
  }
1980
-
1981
1580
  perform_data_action(callback, body, options) {
1982
1581
  var _this199 = this;
1983
-
1984
1582
  return _asyncToGenerator(function* () {
1985
1583
  return _this199.authStream(callback, 'POST', '/data_actions', null, body, options);
1986
1584
  })();
1987
1585
  }
1988
-
1989
1586
  fetch_remote_data_action_form(callback, body, options) {
1990
1587
  var _this200 = this;
1991
-
1992
1588
  return _asyncToGenerator(function* () {
1993
1589
  return _this200.authStream(callback, 'POST', '/data_actions/form', null, body, options);
1994
1590
  })();
1995
1591
  }
1996
-
1997
1592
  all_datagroups(callback, options) {
1998
1593
  var _this201 = this;
1999
-
2000
1594
  return _asyncToGenerator(function* () {
2001
1595
  return _this201.authStream(callback, 'GET', '/datagroups', null, null, options);
2002
1596
  })();
2003
1597
  }
2004
-
2005
1598
  datagroup(callback, datagroup_id, options) {
2006
1599
  var _this202 = this;
2007
-
2008
1600
  return _asyncToGenerator(function* () {
2009
1601
  datagroup_id = (0, _sdkRtl.encodeParam)(datagroup_id);
2010
1602
  return _this202.authStream(callback, 'GET', "/datagroups/".concat(datagroup_id), null, null, options);
2011
1603
  })();
2012
1604
  }
2013
-
2014
1605
  update_datagroup(callback, datagroup_id, body, options) {
2015
1606
  var _this203 = this;
2016
-
2017
1607
  return _asyncToGenerator(function* () {
2018
1608
  datagroup_id = (0, _sdkRtl.encodeParam)(datagroup_id);
2019
1609
  return _this203.authStream(callback, 'PATCH', "/datagroups/".concat(datagroup_id), null, body, options);
2020
1610
  })();
2021
1611
  }
2022
-
2023
1612
  graph_derived_tables_for_model(callback, request, options) {
2024
1613
  var _this204 = this;
2025
-
2026
1614
  return _asyncToGenerator(function* () {
2027
1615
  request.model = (0, _sdkRtl.encodeParam)(request.model);
2028
1616
  return _this204.authStream(callback, 'GET', "/derived_table/graph/model/".concat(request.model), {
@@ -2031,10 +1619,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2031
1619
  }, null, options);
2032
1620
  })();
2033
1621
  }
2034
-
2035
1622
  graph_derived_tables_for_view(callback, request, options) {
2036
1623
  var _this205 = this;
2037
-
2038
1624
  return _asyncToGenerator(function* () {
2039
1625
  request.view = (0, _sdkRtl.encodeParam)(request.view);
2040
1626
  return _this205.authStream(callback, 'GET', "/derived_table/graph/view/".concat(request.view), {
@@ -2043,10 +1629,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2043
1629
  }, null, options);
2044
1630
  })();
2045
1631
  }
2046
-
2047
1632
  start_pdt_build(callback, request, options) {
2048
1633
  var _this206 = this;
2049
-
2050
1634
  return _asyncToGenerator(function* () {
2051
1635
  request.model_name = (0, _sdkRtl.encodeParam)(request.model_name);
2052
1636
  request.view_name = (0, _sdkRtl.encodeParam)(request.view_name);
@@ -2058,19 +1642,15 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2058
1642
  }, null, options);
2059
1643
  })();
2060
1644
  }
2061
-
2062
1645
  check_pdt_build(callback, materialization_id, options) {
2063
1646
  var _this207 = this;
2064
-
2065
1647
  return _asyncToGenerator(function* () {
2066
1648
  materialization_id = (0, _sdkRtl.encodeParam)(materialization_id);
2067
1649
  return _this207.authStream(callback, 'GET', "/derived_table/".concat(materialization_id, "/status"), null, null, options);
2068
1650
  })();
2069
1651
  }
2070
-
2071
1652
  stop_pdt_build(callback, materialization_id, source, options) {
2072
1653
  var _this208 = this;
2073
-
2074
1654
  return _asyncToGenerator(function* () {
2075
1655
  materialization_id = (0, _sdkRtl.encodeParam)(materialization_id);
2076
1656
  return _this208.authStream(callback, 'GET', "/derived_table/".concat(materialization_id, "/stop"), {
@@ -2078,10 +1658,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2078
1658
  }, null, options);
2079
1659
  })();
2080
1660
  }
2081
-
2082
1661
  search_folders(callback, request, options) {
2083
1662
  var _this209 = this;
2084
-
2085
1663
  return _asyncToGenerator(function* () {
2086
1664
  return _this209.authStream(callback, 'GET', '/folders/search', {
2087
1665
  fields: request.fields,
@@ -2099,10 +1677,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2099
1677
  }, null, options);
2100
1678
  })();
2101
1679
  }
2102
-
2103
1680
  folder(callback, folder_id, fields, options) {
2104
1681
  var _this210 = this;
2105
-
2106
1682
  return _asyncToGenerator(function* () {
2107
1683
  folder_id = (0, _sdkRtl.encodeParam)(folder_id);
2108
1684
  return _this210.authStream(callback, 'GET', "/folders/".concat(folder_id), {
@@ -2110,46 +1686,36 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2110
1686
  }, null, options);
2111
1687
  })();
2112
1688
  }
2113
-
2114
1689
  update_folder(callback, folder_id, body, options) {
2115
1690
  var _this211 = this;
2116
-
2117
1691
  return _asyncToGenerator(function* () {
2118
1692
  folder_id = (0, _sdkRtl.encodeParam)(folder_id);
2119
1693
  return _this211.authStream(callback, 'PATCH', "/folders/".concat(folder_id), null, body, options);
2120
1694
  })();
2121
1695
  }
2122
-
2123
1696
  delete_folder(callback, folder_id, options) {
2124
1697
  var _this212 = this;
2125
-
2126
1698
  return _asyncToGenerator(function* () {
2127
1699
  folder_id = (0, _sdkRtl.encodeParam)(folder_id);
2128
1700
  return _this212.authStream(callback, 'DELETE', "/folders/".concat(folder_id), null, null, options);
2129
1701
  })();
2130
1702
  }
2131
-
2132
1703
  all_folders(callback, fields, options) {
2133
1704
  var _this213 = this;
2134
-
2135
1705
  return _asyncToGenerator(function* () {
2136
1706
  return _this213.authStream(callback, 'GET', '/folders', {
2137
1707
  fields
2138
1708
  }, null, options);
2139
1709
  })();
2140
1710
  }
2141
-
2142
1711
  create_folder(callback, body, options) {
2143
1712
  var _this214 = this;
2144
-
2145
1713
  return _asyncToGenerator(function* () {
2146
1714
  return _this214.authStream(callback, 'POST', '/folders', null, body, options);
2147
1715
  })();
2148
1716
  }
2149
-
2150
1717
  folder_children(callback, request, options) {
2151
1718
  var _this215 = this;
2152
-
2153
1719
  return _asyncToGenerator(function* () {
2154
1720
  request.folder_id = (0, _sdkRtl.encodeParam)(request.folder_id);
2155
1721
  return _this215.authStream(callback, 'GET', "/folders/".concat(request.folder_id, "/children"), {
@@ -2162,10 +1728,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2162
1728
  }, null, options);
2163
1729
  })();
2164
1730
  }
2165
-
2166
1731
  folder_children_search(callback, request, options) {
2167
1732
  var _this216 = this;
2168
-
2169
1733
  return _asyncToGenerator(function* () {
2170
1734
  request.folder_id = (0, _sdkRtl.encodeParam)(request.folder_id);
2171
1735
  return _this216.authStream(callback, 'GET', "/folders/".concat(request.folder_id, "/children/search"), {
@@ -2175,10 +1739,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2175
1739
  }, null, options);
2176
1740
  })();
2177
1741
  }
2178
-
2179
1742
  folder_parent(callback, folder_id, fields, options) {
2180
1743
  var _this217 = this;
2181
-
2182
1744
  return _asyncToGenerator(function* () {
2183
1745
  folder_id = (0, _sdkRtl.encodeParam)(folder_id);
2184
1746
  return _this217.authStream(callback, 'GET', "/folders/".concat(folder_id, "/parent"), {
@@ -2186,10 +1748,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2186
1748
  }, null, options);
2187
1749
  })();
2188
1750
  }
2189
-
2190
1751
  folder_ancestors(callback, folder_id, fields, options) {
2191
1752
  var _this218 = this;
2192
-
2193
1753
  return _asyncToGenerator(function* () {
2194
1754
  folder_id = (0, _sdkRtl.encodeParam)(folder_id);
2195
1755
  return _this218.authStream(callback, 'GET', "/folders/".concat(folder_id, "/ancestors"), {
@@ -2197,10 +1757,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2197
1757
  }, null, options);
2198
1758
  })();
2199
1759
  }
2200
-
2201
1760
  folder_looks(callback, folder_id, fields, options) {
2202
1761
  var _this219 = this;
2203
-
2204
1762
  return _asyncToGenerator(function* () {
2205
1763
  folder_id = (0, _sdkRtl.encodeParam)(folder_id);
2206
1764
  return _this219.authStream(callback, 'GET', "/folders/".concat(folder_id, "/looks"), {
@@ -2208,10 +1766,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2208
1766
  }, null, options);
2209
1767
  })();
2210
1768
  }
2211
-
2212
1769
  folder_dashboards(callback, folder_id, fields, options) {
2213
1770
  var _this220 = this;
2214
-
2215
1771
  return _asyncToGenerator(function* () {
2216
1772
  folder_id = (0, _sdkRtl.encodeParam)(folder_id);
2217
1773
  return _this220.authStream(callback, 'GET', "/folders/".concat(folder_id, "/dashboards"), {
@@ -2219,10 +1775,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2219
1775
  }, null, options);
2220
1776
  })();
2221
1777
  }
2222
-
2223
1778
  all_groups(callback, request, options) {
2224
1779
  var _this221 = this;
2225
-
2226
1780
  return _asyncToGenerator(function* () {
2227
1781
  return _this221.authStream(callback, 'GET', '/groups', {
2228
1782
  fields: request.fields,
@@ -2237,20 +1791,16 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2237
1791
  }, null, options);
2238
1792
  })();
2239
1793
  }
2240
-
2241
1794
  create_group(callback, body, fields, options) {
2242
1795
  var _this222 = this;
2243
-
2244
1796
  return _asyncToGenerator(function* () {
2245
1797
  return _this222.authStream(callback, 'POST', '/groups', {
2246
1798
  fields
2247
1799
  }, body, options);
2248
1800
  })();
2249
1801
  }
2250
-
2251
1802
  search_groups(callback, request, options) {
2252
1803
  var _this223 = this;
2253
-
2254
1804
  return _asyncToGenerator(function* () {
2255
1805
  return _this223.authStream(callback, 'GET', '/groups/search', {
2256
1806
  fields: request.fields,
@@ -2266,10 +1816,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2266
1816
  }, null, options);
2267
1817
  })();
2268
1818
  }
2269
-
2270
1819
  search_groups_with_roles(callback, request, options) {
2271
1820
  var _this224 = this;
2272
-
2273
1821
  return _asyncToGenerator(function* () {
2274
1822
  return _this224.authStream(callback, 'GET', '/groups/search/with_roles', {
2275
1823
  fields: request.fields,
@@ -2285,10 +1833,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2285
1833
  }, null, options);
2286
1834
  })();
2287
1835
  }
2288
-
2289
1836
  search_groups_with_hierarchy(callback, request, options) {
2290
1837
  var _this225 = this;
2291
-
2292
1838
  return _asyncToGenerator(function* () {
2293
1839
  return _this225.authStream(callback, 'GET', '/groups/search/with_hierarchy', {
2294
1840
  fields: request.fields,
@@ -2304,10 +1850,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2304
1850
  }, null, options);
2305
1851
  })();
2306
1852
  }
2307
-
2308
1853
  group(callback, group_id, fields, options) {
2309
1854
  var _this226 = this;
2310
-
2311
1855
  return _asyncToGenerator(function* () {
2312
1856
  group_id = (0, _sdkRtl.encodeParam)(group_id);
2313
1857
  return _this226.authStream(callback, 'GET', "/groups/".concat(group_id), {
@@ -2315,10 +1859,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2315
1859
  }, null, options);
2316
1860
  })();
2317
1861
  }
2318
-
2319
1862
  update_group(callback, group_id, body, fields, options) {
2320
1863
  var _this227 = this;
2321
-
2322
1864
  return _asyncToGenerator(function* () {
2323
1865
  group_id = (0, _sdkRtl.encodeParam)(group_id);
2324
1866
  return _this227.authStream(callback, 'PATCH', "/groups/".concat(group_id), {
@@ -2326,19 +1868,15 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2326
1868
  }, body, options);
2327
1869
  })();
2328
1870
  }
2329
-
2330
1871
  delete_group(callback, group_id, options) {
2331
1872
  var _this228 = this;
2332
-
2333
1873
  return _asyncToGenerator(function* () {
2334
1874
  group_id = (0, _sdkRtl.encodeParam)(group_id);
2335
1875
  return _this228.authStream(callback, 'DELETE', "/groups/".concat(group_id), null, null, options);
2336
1876
  })();
2337
1877
  }
2338
-
2339
1878
  all_group_groups(callback, group_id, fields, options) {
2340
1879
  var _this229 = this;
2341
-
2342
1880
  return _asyncToGenerator(function* () {
2343
1881
  group_id = (0, _sdkRtl.encodeParam)(group_id);
2344
1882
  return _this229.authStream(callback, 'GET', "/groups/".concat(group_id, "/groups"), {
@@ -2346,19 +1884,15 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2346
1884
  }, null, options);
2347
1885
  })();
2348
1886
  }
2349
-
2350
1887
  add_group_group(callback, group_id, body, options) {
2351
1888
  var _this230 = this;
2352
-
2353
1889
  return _asyncToGenerator(function* () {
2354
1890
  group_id = (0, _sdkRtl.encodeParam)(group_id);
2355
1891
  return _this230.authStream(callback, 'POST', "/groups/".concat(group_id, "/groups"), null, body, options);
2356
1892
  })();
2357
1893
  }
2358
-
2359
1894
  all_group_users(callback, request, options) {
2360
1895
  var _this231 = this;
2361
-
2362
1896
  return _asyncToGenerator(function* () {
2363
1897
  request.group_id = (0, _sdkRtl.encodeParam)(request.group_id);
2364
1898
  return _this231.authStream(callback, 'GET', "/groups/".concat(request.group_id, "/users"), {
@@ -2371,89 +1905,71 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2371
1905
  }, null, options);
2372
1906
  })();
2373
1907
  }
2374
-
2375
1908
  add_group_user(callback, group_id, body, options) {
2376
1909
  var _this232 = this;
2377
-
2378
1910
  return _asyncToGenerator(function* () {
2379
1911
  group_id = (0, _sdkRtl.encodeParam)(group_id);
2380
1912
  return _this232.authStream(callback, 'POST', "/groups/".concat(group_id, "/users"), null, body, options);
2381
1913
  })();
2382
1914
  }
2383
-
2384
1915
  delete_group_user(callback, group_id, user_id, options) {
2385
1916
  var _this233 = this;
2386
-
2387
1917
  return _asyncToGenerator(function* () {
2388
1918
  group_id = (0, _sdkRtl.encodeParam)(group_id);
2389
1919
  user_id = (0, _sdkRtl.encodeParam)(user_id);
2390
1920
  return _this233.authStream(callback, 'DELETE', "/groups/".concat(group_id, "/users/").concat(user_id), null, null, options);
2391
1921
  })();
2392
1922
  }
2393
-
2394
1923
  delete_group_from_group(callback, group_id, deleting_group_id, options) {
2395
1924
  var _this234 = this;
2396
-
2397
1925
  return _asyncToGenerator(function* () {
2398
1926
  group_id = (0, _sdkRtl.encodeParam)(group_id);
2399
1927
  deleting_group_id = (0, _sdkRtl.encodeParam)(deleting_group_id);
2400
1928
  return _this234.authStream(callback, 'DELETE', "/groups/".concat(group_id, "/groups/").concat(deleting_group_id), null, null, options);
2401
1929
  })();
2402
1930
  }
2403
-
2404
1931
  update_user_attribute_group_value(callback, group_id, user_attribute_id, body, options) {
2405
1932
  var _this235 = this;
2406
-
2407
1933
  return _asyncToGenerator(function* () {
2408
1934
  group_id = (0, _sdkRtl.encodeParam)(group_id);
2409
1935
  user_attribute_id = (0, _sdkRtl.encodeParam)(user_attribute_id);
2410
1936
  return _this235.authStream(callback, 'PATCH', "/groups/".concat(group_id, "/attribute_values/").concat(user_attribute_id), null, body, options);
2411
1937
  })();
2412
1938
  }
2413
-
2414
1939
  delete_user_attribute_group_value(callback, group_id, user_attribute_id, options) {
2415
1940
  var _this236 = this;
2416
-
2417
1941
  return _asyncToGenerator(function* () {
2418
1942
  group_id = (0, _sdkRtl.encodeParam)(group_id);
2419
1943
  user_attribute_id = (0, _sdkRtl.encodeParam)(user_attribute_id);
2420
1944
  return _this236.authStream(callback, 'DELETE', "/groups/".concat(group_id, "/attribute_values/").concat(user_attribute_id), null, null, options);
2421
1945
  })();
2422
1946
  }
2423
-
2424
1947
  all_primary_homepage_sections(callback, fields, options) {
2425
1948
  var _this237 = this;
2426
-
2427
1949
  return _asyncToGenerator(function* () {
2428
1950
  return _this237.authStream(callback, 'GET', '/primary_homepage_sections', {
2429
1951
  fields
2430
1952
  }, null, options);
2431
1953
  })();
2432
1954
  }
2433
-
2434
1955
  all_integration_hubs(callback, fields, options) {
2435
1956
  var _this238 = this;
2436
-
2437
1957
  return _asyncToGenerator(function* () {
2438
1958
  return _this238.authStream(callback, 'GET', '/integration_hubs', {
2439
1959
  fields
2440
1960
  }, null, options);
2441
1961
  })();
2442
1962
  }
2443
-
2444
1963
  create_integration_hub(callback, body, fields, options) {
2445
1964
  var _this239 = this;
2446
-
2447
1965
  return _asyncToGenerator(function* () {
2448
1966
  return _this239.authStream(callback, 'POST', '/integration_hubs', {
2449
1967
  fields
2450
1968
  }, body, options);
2451
1969
  })();
2452
1970
  }
2453
-
2454
1971
  integration_hub(callback, integration_hub_id, fields, options) {
2455
1972
  var _this240 = this;
2456
-
2457
1973
  return _asyncToGenerator(function* () {
2458
1974
  integration_hub_id = (0, _sdkRtl.encodeParam)(integration_hub_id);
2459
1975
  return _this240.authStream(callback, 'GET', "/integration_hubs/".concat(integration_hub_id), {
@@ -2461,10 +1977,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2461
1977
  }, null, options);
2462
1978
  })();
2463
1979
  }
2464
-
2465
1980
  update_integration_hub(callback, integration_hub_id, body, fields, options) {
2466
1981
  var _this241 = this;
2467
-
2468
1982
  return _asyncToGenerator(function* () {
2469
1983
  integration_hub_id = (0, _sdkRtl.encodeParam)(integration_hub_id);
2470
1984
  return _this241.authStream(callback, 'PATCH', "/integration_hubs/".concat(integration_hub_id), {
@@ -2472,28 +1986,22 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2472
1986
  }, body, options);
2473
1987
  })();
2474
1988
  }
2475
-
2476
1989
  delete_integration_hub(callback, integration_hub_id, options) {
2477
1990
  var _this242 = this;
2478
-
2479
1991
  return _asyncToGenerator(function* () {
2480
1992
  integration_hub_id = (0, _sdkRtl.encodeParam)(integration_hub_id);
2481
1993
  return _this242.authStream(callback, 'DELETE', "/integration_hubs/".concat(integration_hub_id), null, null, options);
2482
1994
  })();
2483
1995
  }
2484
-
2485
1996
  accept_integration_hub_legal_agreement(callback, integration_hub_id, options) {
2486
1997
  var _this243 = this;
2487
-
2488
1998
  return _asyncToGenerator(function* () {
2489
1999
  integration_hub_id = (0, _sdkRtl.encodeParam)(integration_hub_id);
2490
2000
  return _this243.authStream(callback, 'POST', "/integration_hubs/".concat(integration_hub_id, "/accept_legal_agreement"), null, null, options);
2491
2001
  })();
2492
2002
  }
2493
-
2494
2003
  all_integrations(callback, request, options) {
2495
2004
  var _this244 = this;
2496
-
2497
2005
  return _asyncToGenerator(function* () {
2498
2006
  return _this244.authStream(callback, 'GET', '/integrations', {
2499
2007
  fields: request.fields,
@@ -2501,10 +2009,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2501
2009
  }, null, options);
2502
2010
  })();
2503
2011
  }
2504
-
2505
2012
  integration(callback, integration_id, fields, options) {
2506
2013
  var _this245 = this;
2507
-
2508
2014
  return _asyncToGenerator(function* () {
2509
2015
  integration_id = (0, _sdkRtl.encodeParam)(integration_id);
2510
2016
  return _this245.authStream(callback, 'GET', "/integrations/".concat(integration_id), {
@@ -2512,10 +2018,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2512
2018
  }, null, options);
2513
2019
  })();
2514
2020
  }
2515
-
2516
2021
  update_integration(callback, integration_id, body, fields, options) {
2517
2022
  var _this246 = this;
2518
-
2519
2023
  return _asyncToGenerator(function* () {
2520
2024
  integration_id = (0, _sdkRtl.encodeParam)(integration_id);
2521
2025
  return _this246.authStream(callback, 'PATCH', "/integrations/".concat(integration_id), {
@@ -2523,48 +2027,38 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2523
2027
  }, body, options);
2524
2028
  })();
2525
2029
  }
2526
-
2527
2030
  fetch_integration_form(callback, integration_id, body, options) {
2528
2031
  var _this247 = this;
2529
-
2530
2032
  return _asyncToGenerator(function* () {
2531
2033
  integration_id = (0, _sdkRtl.encodeParam)(integration_id);
2532
2034
  return _this247.authStream(callback, 'POST', "/integrations/".concat(integration_id, "/form"), null, body, options);
2533
2035
  })();
2534
2036
  }
2535
-
2536
2037
  test_integration(callback, integration_id, options) {
2537
2038
  var _this248 = this;
2538
-
2539
2039
  return _asyncToGenerator(function* () {
2540
2040
  integration_id = (0, _sdkRtl.encodeParam)(integration_id);
2541
2041
  return _this248.authStream(callback, 'POST', "/integrations/".concat(integration_id, "/test"), null, null, options);
2542
2042
  })();
2543
2043
  }
2544
-
2545
2044
  all_looks(callback, fields, options) {
2546
2045
  var _this249 = this;
2547
-
2548
2046
  return _asyncToGenerator(function* () {
2549
2047
  return _this249.authStream(callback, 'GET', '/looks', {
2550
2048
  fields
2551
2049
  }, null, options);
2552
2050
  })();
2553
2051
  }
2554
-
2555
2052
  create_look(callback, body, fields, options) {
2556
2053
  var _this250 = this;
2557
-
2558
2054
  return _asyncToGenerator(function* () {
2559
2055
  return _this250.authStream(callback, 'POST', '/looks', {
2560
2056
  fields
2561
2057
  }, body, options);
2562
2058
  })();
2563
2059
  }
2564
-
2565
2060
  search_looks(callback, request, options) {
2566
2061
  var _this251 = this;
2567
-
2568
2062
  return _asyncToGenerator(function* () {
2569
2063
  return _this251.authStream(callback, 'GET', '/looks/search', {
2570
2064
  id: request.id,
@@ -2588,10 +2082,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2588
2082
  }, null, options);
2589
2083
  })();
2590
2084
  }
2591
-
2592
2085
  look(callback, look_id, fields, options) {
2593
2086
  var _this252 = this;
2594
-
2595
2087
  return _asyncToGenerator(function* () {
2596
2088
  look_id = (0, _sdkRtl.encodeParam)(look_id);
2597
2089
  return _this252.authStream(callback, 'GET', "/looks/".concat(look_id), {
@@ -2599,10 +2091,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2599
2091
  }, null, options);
2600
2092
  })();
2601
2093
  }
2602
-
2603
2094
  update_look(callback, look_id, body, fields, options) {
2604
2095
  var _this253 = this;
2605
-
2606
2096
  return _asyncToGenerator(function* () {
2607
2097
  look_id = (0, _sdkRtl.encodeParam)(look_id);
2608
2098
  return _this253.authStream(callback, 'PATCH', "/looks/".concat(look_id), {
@@ -2610,19 +2100,15 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2610
2100
  }, body, options);
2611
2101
  })();
2612
2102
  }
2613
-
2614
2103
  delete_look(callback, look_id, options) {
2615
2104
  var _this254 = this;
2616
-
2617
2105
  return _asyncToGenerator(function* () {
2618
2106
  look_id = (0, _sdkRtl.encodeParam)(look_id);
2619
2107
  return _this254.authStream(callback, 'DELETE', "/looks/".concat(look_id), null, null, options);
2620
2108
  })();
2621
2109
  }
2622
-
2623
2110
  run_look(callback, request, options) {
2624
2111
  var _this255 = this;
2625
-
2626
2112
  return _asyncToGenerator(function* () {
2627
2113
  request.look_id = (0, _sdkRtl.encodeParam)(request.look_id);
2628
2114
  request.result_format = (0, _sdkRtl.encodeParam)(request.result_format);
@@ -2642,10 +2128,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2642
2128
  }, null, options);
2643
2129
  })();
2644
2130
  }
2645
-
2646
2131
  copy_look(callback, look_id, folder_id, options) {
2647
2132
  var _this256 = this;
2648
-
2649
2133
  return _asyncToGenerator(function* () {
2650
2134
  look_id = (0, _sdkRtl.encodeParam)(look_id);
2651
2135
  return _this256.authStream(callback, 'POST', "/looks/".concat(look_id, "/copy"), {
@@ -2653,10 +2137,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2653
2137
  }, null, options);
2654
2138
  })();
2655
2139
  }
2656
-
2657
2140
  move_look(callback, look_id, folder_id, options) {
2658
2141
  var _this257 = this;
2659
-
2660
2142
  return _asyncToGenerator(function* () {
2661
2143
  look_id = (0, _sdkRtl.encodeParam)(look_id);
2662
2144
  return _this257.authStream(callback, 'PATCH', "/looks/".concat(look_id, "/move"), {
@@ -2664,10 +2146,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2664
2146
  }, null, options);
2665
2147
  })();
2666
2148
  }
2667
-
2668
2149
  all_lookml_models(callback, request, options) {
2669
2150
  var _this258 = this;
2670
-
2671
2151
  return _asyncToGenerator(function* () {
2672
2152
  return _this258.authStream(callback, 'GET', '/lookml_models', {
2673
2153
  fields: request.fields,
@@ -2676,18 +2156,14 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2676
2156
  }, null, options);
2677
2157
  })();
2678
2158
  }
2679
-
2680
2159
  create_lookml_model(callback, body, options) {
2681
2160
  var _this259 = this;
2682
-
2683
2161
  return _asyncToGenerator(function* () {
2684
2162
  return _this259.authStream(callback, 'POST', '/lookml_models', null, body, options);
2685
2163
  })();
2686
2164
  }
2687
-
2688
2165
  lookml_model(callback, lookml_model_name, fields, options) {
2689
2166
  var _this260 = this;
2690
-
2691
2167
  return _asyncToGenerator(function* () {
2692
2168
  lookml_model_name = (0, _sdkRtl.encodeParam)(lookml_model_name);
2693
2169
  return _this260.authStream(callback, 'GET', "/lookml_models/".concat(lookml_model_name), {
@@ -2695,28 +2171,22 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2695
2171
  }, null, options);
2696
2172
  })();
2697
2173
  }
2698
-
2699
2174
  update_lookml_model(callback, lookml_model_name, body, options) {
2700
2175
  var _this261 = this;
2701
-
2702
2176
  return _asyncToGenerator(function* () {
2703
2177
  lookml_model_name = (0, _sdkRtl.encodeParam)(lookml_model_name);
2704
2178
  return _this261.authStream(callback, 'PATCH', "/lookml_models/".concat(lookml_model_name), null, body, options);
2705
2179
  })();
2706
2180
  }
2707
-
2708
2181
  delete_lookml_model(callback, lookml_model_name, options) {
2709
2182
  var _this262 = this;
2710
-
2711
2183
  return _asyncToGenerator(function* () {
2712
2184
  lookml_model_name = (0, _sdkRtl.encodeParam)(lookml_model_name);
2713
2185
  return _this262.authStream(callback, 'DELETE', "/lookml_models/".concat(lookml_model_name), null, null, options);
2714
2186
  })();
2715
2187
  }
2716
-
2717
2188
  lookml_model_explore(callback, lookml_model_name, explore_name, fields, options) {
2718
2189
  var _this263 = this;
2719
-
2720
2190
  return _asyncToGenerator(function* () {
2721
2191
  lookml_model_name = (0, _sdkRtl.encodeParam)(lookml_model_name);
2722
2192
  explore_name = (0, _sdkRtl.encodeParam)(explore_name);
@@ -2725,10 +2195,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2725
2195
  }, null, options);
2726
2196
  })();
2727
2197
  }
2728
-
2729
2198
  model_fieldname_suggestions(callback, request, options) {
2730
2199
  var _this264 = this;
2731
-
2732
2200
  return _asyncToGenerator(function* () {
2733
2201
  request.model_name = (0, _sdkRtl.encodeParam)(request.model_name);
2734
2202
  request.view_name = (0, _sdkRtl.encodeParam)(request.view_name);
@@ -2739,28 +2207,22 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2739
2207
  }, null, options);
2740
2208
  })();
2741
2209
  }
2742
-
2743
2210
  get_model(callback, model_name, options) {
2744
2211
  var _this265 = this;
2745
-
2746
2212
  return _asyncToGenerator(function* () {
2747
2213
  model_name = (0, _sdkRtl.encodeParam)(model_name);
2748
2214
  return _this265.authStream(callback, 'GET', "/models/".concat(model_name), null, null, options);
2749
2215
  })();
2750
2216
  }
2751
-
2752
2217
  connection_databases(callback, connection_name, options) {
2753
2218
  var _this266 = this;
2754
-
2755
2219
  return _asyncToGenerator(function* () {
2756
2220
  connection_name = (0, _sdkRtl.encodeParam)(connection_name);
2757
2221
  return _this266.authStream(callback, 'GET', "/connections/".concat(connection_name, "/databases"), null, null, options);
2758
2222
  })();
2759
2223
  }
2760
-
2761
2224
  connection_features(callback, connection_name, fields, options) {
2762
2225
  var _this267 = this;
2763
-
2764
2226
  return _asyncToGenerator(function* () {
2765
2227
  connection_name = (0, _sdkRtl.encodeParam)(connection_name);
2766
2228
  return _this267.authStream(callback, 'GET', "/connections/".concat(connection_name, "/features"), {
@@ -2768,10 +2230,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2768
2230
  }, null, options);
2769
2231
  })();
2770
2232
  }
2771
-
2772
2233
  connection_schemas(callback, request, options) {
2773
2234
  var _this268 = this;
2774
-
2775
2235
  return _asyncToGenerator(function* () {
2776
2236
  request.connection_name = (0, _sdkRtl.encodeParam)(request.connection_name);
2777
2237
  return _this268.authStream(callback, 'GET', "/connections/".concat(request.connection_name, "/schemas"), {
@@ -2781,10 +2241,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2781
2241
  }, null, options);
2782
2242
  })();
2783
2243
  }
2784
-
2785
2244
  connection_tables(callback, request, options) {
2786
2245
  var _this269 = this;
2787
-
2788
2246
  return _asyncToGenerator(function* () {
2789
2247
  request.connection_name = (0, _sdkRtl.encodeParam)(request.connection_name);
2790
2248
  return _this269.authStream(callback, 'GET', "/connections/".concat(request.connection_name, "/tables"), {
@@ -2797,10 +2255,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2797
2255
  }, null, options);
2798
2256
  })();
2799
2257
  }
2800
-
2801
2258
  connection_columns(callback, request, options) {
2802
2259
  var _this270 = this;
2803
-
2804
2260
  return _asyncToGenerator(function* () {
2805
2261
  request.connection_name = (0, _sdkRtl.encodeParam)(request.connection_name);
2806
2262
  return _this270.authStream(callback, 'GET', "/connections/".concat(request.connection_name, "/columns"), {
@@ -2813,10 +2269,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2813
2269
  }, null, options);
2814
2270
  })();
2815
2271
  }
2816
-
2817
2272
  connection_search_columns(callback, request, options) {
2818
2273
  var _this271 = this;
2819
-
2820
2274
  return _asyncToGenerator(function* () {
2821
2275
  request.connection_name = (0, _sdkRtl.encodeParam)(request.connection_name);
2822
2276
  return _this271.authStream(callback, 'GET', "/connections/".concat(request.connection_name, "/search_columns"), {
@@ -2825,10 +2279,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2825
2279
  }, null, options);
2826
2280
  })();
2827
2281
  }
2828
-
2829
2282
  connection_cost_estimate(callback, connection_name, body, fields, options) {
2830
2283
  var _this272 = this;
2831
-
2832
2284
  return _asyncToGenerator(function* () {
2833
2285
  connection_name = (0, _sdkRtl.encodeParam)(connection_name);
2834
2286
  return _this272.authStream(callback, 'POST', "/connections/".concat(connection_name, "/cost_estimate"), {
@@ -2836,10 +2288,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2836
2288
  }, body, options);
2837
2289
  })();
2838
2290
  }
2839
-
2840
2291
  lock_all(callback, project_id, fields, options) {
2841
2292
  var _this273 = this;
2842
-
2843
2293
  return _asyncToGenerator(function* () {
2844
2294
  project_id = (0, _sdkRtl.encodeParam)(project_id);
2845
2295
  return _this273.authStream(callback, 'POST', "/projects/".concat(project_id, "/manifest/lock_all"), {
@@ -2847,66 +2297,52 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2847
2297
  }, null, options);
2848
2298
  })();
2849
2299
  }
2850
-
2851
2300
  all_git_branches(callback, project_id, options) {
2852
2301
  var _this274 = this;
2853
-
2854
2302
  return _asyncToGenerator(function* () {
2855
2303
  project_id = (0, _sdkRtl.encodeParam)(project_id);
2856
2304
  return _this274.authStream(callback, 'GET', "/projects/".concat(project_id, "/git_branches"), null, null, options);
2857
2305
  })();
2858
2306
  }
2859
-
2860
2307
  git_branch(callback, project_id, options) {
2861
2308
  var _this275 = this;
2862
-
2863
2309
  return _asyncToGenerator(function* () {
2864
2310
  project_id = (0, _sdkRtl.encodeParam)(project_id);
2865
2311
  return _this275.authStream(callback, 'GET', "/projects/".concat(project_id, "/git_branch"), null, null, options);
2866
2312
  })();
2867
2313
  }
2868
-
2869
2314
  update_git_branch(callback, project_id, body, options) {
2870
2315
  var _this276 = this;
2871
-
2872
2316
  return _asyncToGenerator(function* () {
2873
2317
  project_id = (0, _sdkRtl.encodeParam)(project_id);
2874
2318
  return _this276.authStream(callback, 'PUT', "/projects/".concat(project_id, "/git_branch"), null, body, options);
2875
2319
  })();
2876
2320
  }
2877
-
2878
2321
  create_git_branch(callback, project_id, body, options) {
2879
2322
  var _this277 = this;
2880
-
2881
2323
  return _asyncToGenerator(function* () {
2882
2324
  project_id = (0, _sdkRtl.encodeParam)(project_id);
2883
2325
  return _this277.authStream(callback, 'POST', "/projects/".concat(project_id, "/git_branch"), null, body, options);
2884
2326
  })();
2885
2327
  }
2886
-
2887
2328
  find_git_branch(callback, project_id, branch_name, options) {
2888
2329
  var _this278 = this;
2889
-
2890
2330
  return _asyncToGenerator(function* () {
2891
2331
  project_id = (0, _sdkRtl.encodeParam)(project_id);
2892
2332
  branch_name = (0, _sdkRtl.encodeParam)(branch_name);
2893
2333
  return _this278.authStream(callback, 'GET', "/projects/".concat(project_id, "/git_branch/").concat(branch_name), null, null, options);
2894
2334
  })();
2895
2335
  }
2896
-
2897
2336
  delete_git_branch(callback, project_id, branch_name, options) {
2898
2337
  var _this279 = this;
2899
-
2900
2338
  return _asyncToGenerator(function* () {
2901
2339
  project_id = (0, _sdkRtl.encodeParam)(project_id);
2902
2340
  branch_name = (0, _sdkRtl.encodeParam)(branch_name);
2903
2341
  return _this279.authStream(callback, 'DELETE', "/projects/".concat(project_id, "/git_branch/").concat(branch_name), null, null, options);
2904
2342
  })();
2905
2343
  }
2906
-
2907
2344
  deploy_ref_to_production(callback, request, options) {
2908
2345
  var _this280 = this;
2909
-
2910
2346
  return _asyncToGenerator(function* () {
2911
2347
  request.project_id = (0, _sdkRtl.encodeParam)(request.project_id);
2912
2348
  return _this280.authStream(callback, 'POST', "/projects/".concat(request.project_id, "/deploy_ref_to_production"), {
@@ -2915,55 +2351,43 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2915
2351
  }, null, options);
2916
2352
  })();
2917
2353
  }
2918
-
2919
2354
  deploy_to_production(callback, project_id, options) {
2920
2355
  var _this281 = this;
2921
-
2922
2356
  return _asyncToGenerator(function* () {
2923
2357
  project_id = (0, _sdkRtl.encodeParam)(project_id);
2924
2358
  return _this281.authStream(callback, 'POST', "/projects/".concat(project_id, "/deploy_to_production"), null, null, options);
2925
2359
  })();
2926
2360
  }
2927
-
2928
2361
  reset_project_to_production(callback, project_id, options) {
2929
2362
  var _this282 = this;
2930
-
2931
2363
  return _asyncToGenerator(function* () {
2932
2364
  project_id = (0, _sdkRtl.encodeParam)(project_id);
2933
2365
  return _this282.authStream(callback, 'POST', "/projects/".concat(project_id, "/reset_to_production"), null, null, options);
2934
2366
  })();
2935
2367
  }
2936
-
2937
2368
  reset_project_to_remote(callback, project_id, options) {
2938
2369
  var _this283 = this;
2939
-
2940
2370
  return _asyncToGenerator(function* () {
2941
2371
  project_id = (0, _sdkRtl.encodeParam)(project_id);
2942
2372
  return _this283.authStream(callback, 'POST', "/projects/".concat(project_id, "/reset_to_remote"), null, null, options);
2943
2373
  })();
2944
2374
  }
2945
-
2946
2375
  all_projects(callback, fields, options) {
2947
2376
  var _this284 = this;
2948
-
2949
2377
  return _asyncToGenerator(function* () {
2950
2378
  return _this284.authStream(callback, 'GET', '/projects', {
2951
2379
  fields
2952
2380
  }, null, options);
2953
2381
  })();
2954
2382
  }
2955
-
2956
2383
  create_project(callback, body, options) {
2957
2384
  var _this285 = this;
2958
-
2959
2385
  return _asyncToGenerator(function* () {
2960
2386
  return _this285.authStream(callback, 'POST', '/projects', null, body, options);
2961
2387
  })();
2962
2388
  }
2963
-
2964
2389
  project(callback, project_id, fields, options) {
2965
2390
  var _this286 = this;
2966
-
2967
2391
  return _asyncToGenerator(function* () {
2968
2392
  project_id = (0, _sdkRtl.encodeParam)(project_id);
2969
2393
  return _this286.authStream(callback, 'GET', "/projects/".concat(project_id), {
@@ -2971,10 +2395,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2971
2395
  }, null, options);
2972
2396
  })();
2973
2397
  }
2974
-
2975
2398
  update_project(callback, project_id, body, fields, options) {
2976
2399
  var _this287 = this;
2977
-
2978
2400
  return _asyncToGenerator(function* () {
2979
2401
  project_id = (0, _sdkRtl.encodeParam)(project_id);
2980
2402
  return _this287.authStream(callback, 'PATCH', "/projects/".concat(project_id), {
@@ -2982,37 +2404,29 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2982
2404
  }, body, options);
2983
2405
  })();
2984
2406
  }
2985
-
2986
2407
  manifest(callback, project_id, options) {
2987
2408
  var _this288 = this;
2988
-
2989
2409
  return _asyncToGenerator(function* () {
2990
2410
  project_id = (0, _sdkRtl.encodeParam)(project_id);
2991
2411
  return _this288.authStream(callback, 'GET', "/projects/".concat(project_id, "/manifest"), null, null, options);
2992
2412
  })();
2993
2413
  }
2994
-
2995
2414
  git_deploy_key(callback, project_id, options) {
2996
2415
  var _this289 = this;
2997
-
2998
2416
  return _asyncToGenerator(function* () {
2999
2417
  project_id = (0, _sdkRtl.encodeParam)(project_id);
3000
2418
  return _this289.authStream(callback, 'GET', "/projects/".concat(project_id, "/git/deploy_key"), null, null, options);
3001
2419
  })();
3002
2420
  }
3003
-
3004
2421
  create_git_deploy_key(callback, project_id, options) {
3005
2422
  var _this290 = this;
3006
-
3007
2423
  return _asyncToGenerator(function* () {
3008
2424
  project_id = (0, _sdkRtl.encodeParam)(project_id);
3009
2425
  return _this290.authStream(callback, 'POST', "/projects/".concat(project_id, "/git/deploy_key"), null, null, options);
3010
2426
  })();
3011
2427
  }
3012
-
3013
2428
  project_validation_results(callback, project_id, fields, options) {
3014
2429
  var _this291 = this;
3015
-
3016
2430
  return _asyncToGenerator(function* () {
3017
2431
  project_id = (0, _sdkRtl.encodeParam)(project_id);
3018
2432
  return _this291.authStream(callback, 'GET', "/projects/".concat(project_id, "/validate"), {
@@ -3020,10 +2434,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3020
2434
  }, null, options);
3021
2435
  })();
3022
2436
  }
3023
-
3024
2437
  validate_project(callback, project_id, fields, options) {
3025
2438
  var _this292 = this;
3026
-
3027
2439
  return _asyncToGenerator(function* () {
3028
2440
  project_id = (0, _sdkRtl.encodeParam)(project_id);
3029
2441
  return _this292.authStream(callback, 'POST', "/projects/".concat(project_id, "/validate"), {
@@ -3031,10 +2443,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3031
2443
  }, null, options);
3032
2444
  })();
3033
2445
  }
3034
-
3035
2446
  project_workspace(callback, project_id, fields, options) {
3036
2447
  var _this293 = this;
3037
-
3038
2448
  return _asyncToGenerator(function* () {
3039
2449
  project_id = (0, _sdkRtl.encodeParam)(project_id);
3040
2450
  return _this293.authStream(callback, 'GET', "/projects/".concat(project_id, "/current_workspace"), {
@@ -3042,10 +2452,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3042
2452
  }, null, options);
3043
2453
  })();
3044
2454
  }
3045
-
3046
2455
  all_project_files(callback, project_id, fields, options) {
3047
2456
  var _this294 = this;
3048
-
3049
2457
  return _asyncToGenerator(function* () {
3050
2458
  project_id = (0, _sdkRtl.encodeParam)(project_id);
3051
2459
  return _this294.authStream(callback, 'GET', "/projects/".concat(project_id, "/files"), {
@@ -3053,10 +2461,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3053
2461
  }, null, options);
3054
2462
  })();
3055
2463
  }
3056
-
3057
2464
  project_file(callback, project_id, file_id, fields, options) {
3058
2465
  var _this295 = this;
3059
-
3060
2466
  return _asyncToGenerator(function* () {
3061
2467
  project_id = (0, _sdkRtl.encodeParam)(project_id);
3062
2468
  return _this295.authStream(callback, 'GET', "/projects/".concat(project_id, "/files/file"), {
@@ -3065,10 +2471,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3065
2471
  }, null, options);
3066
2472
  })();
3067
2473
  }
3068
-
3069
2474
  all_git_connection_tests(callback, project_id, remote_url, options) {
3070
2475
  var _this296 = this;
3071
-
3072
2476
  return _asyncToGenerator(function* () {
3073
2477
  project_id = (0, _sdkRtl.encodeParam)(project_id);
3074
2478
  return _this296.authStream(callback, 'GET', "/projects/".concat(project_id, "/git_connection_tests"), {
@@ -3076,10 +2480,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3076
2480
  }, null, options);
3077
2481
  })();
3078
2482
  }
3079
-
3080
2483
  run_git_connection_test(callback, request, options) {
3081
2484
  var _this297 = this;
3082
-
3083
2485
  return _asyncToGenerator(function* () {
3084
2486
  request.project_id = (0, _sdkRtl.encodeParam)(request.project_id);
3085
2487
  request.test_id = (0, _sdkRtl.encodeParam)(request.test_id);
@@ -3089,10 +2491,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3089
2491
  }, null, options);
3090
2492
  })();
3091
2493
  }
3092
-
3093
2494
  all_lookml_tests(callback, project_id, file_id, options) {
3094
2495
  var _this298 = this;
3095
-
3096
2496
  return _asyncToGenerator(function* () {
3097
2497
  project_id = (0, _sdkRtl.encodeParam)(project_id);
3098
2498
  return _this298.authStream(callback, 'GET', "/projects/".concat(project_id, "/lookml_tests"), {
@@ -3100,10 +2500,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3100
2500
  }, null, options);
3101
2501
  })();
3102
2502
  }
3103
-
3104
2503
  run_lookml_test(callback, request, options) {
3105
2504
  var _this299 = this;
3106
-
3107
2505
  return _asyncToGenerator(function* () {
3108
2506
  request.project_id = (0, _sdkRtl.encodeParam)(request.project_id);
3109
2507
  return _this299.authStream(callback, 'GET', "/projects/".concat(request.project_id, "/lookml_tests/run"), {
@@ -3113,10 +2511,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3113
2511
  }, null, options);
3114
2512
  })();
3115
2513
  }
3116
-
3117
2514
  tag_ref(callback, request, options) {
3118
2515
  var _this300 = this;
3119
-
3120
2516
  return _asyncToGenerator(function* () {
3121
2517
  request.project_id = (0, _sdkRtl.encodeParam)(request.project_id);
3122
2518
  return _this300.authStream(callback, 'POST', "/projects/".concat(request.project_id, "/tag"), {
@@ -3126,39 +2522,31 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3126
2522
  }, request.body, options);
3127
2523
  })();
3128
2524
  }
3129
-
3130
2525
  update_repository_credential(callback, root_project_id, credential_id, body, options) {
3131
2526
  var _this301 = this;
3132
-
3133
2527
  return _asyncToGenerator(function* () {
3134
2528
  root_project_id = (0, _sdkRtl.encodeParam)(root_project_id);
3135
2529
  credential_id = (0, _sdkRtl.encodeParam)(credential_id);
3136
2530
  return _this301.authStream(callback, 'PUT', "/projects/".concat(root_project_id, "/credential/").concat(credential_id), null, body, options);
3137
2531
  })();
3138
2532
  }
3139
-
3140
2533
  delete_repository_credential(callback, root_project_id, credential_id, options) {
3141
2534
  var _this302 = this;
3142
-
3143
2535
  return _asyncToGenerator(function* () {
3144
2536
  root_project_id = (0, _sdkRtl.encodeParam)(root_project_id);
3145
2537
  credential_id = (0, _sdkRtl.encodeParam)(credential_id);
3146
2538
  return _this302.authStream(callback, 'DELETE', "/projects/".concat(root_project_id, "/credential/").concat(credential_id), null, null, options);
3147
2539
  })();
3148
2540
  }
3149
-
3150
2541
  get_all_repository_credentials(callback, root_project_id, options) {
3151
2542
  var _this303 = this;
3152
-
3153
2543
  return _asyncToGenerator(function* () {
3154
2544
  root_project_id = (0, _sdkRtl.encodeParam)(root_project_id);
3155
2545
  return _this303.authStream(callback, 'GET', "/projects/".concat(root_project_id, "/credentials"), null, null, options);
3156
2546
  })();
3157
2547
  }
3158
-
3159
2548
  create_query_task(callback, request, options) {
3160
2549
  var _this304 = this;
3161
-
3162
2550
  return _asyncToGenerator(function* () {
3163
2551
  return _this304.authStream(callback, 'POST', '/query_tasks', {
3164
2552
  limit: request.limit,
@@ -3177,20 +2565,16 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3177
2565
  }, request.body, options);
3178
2566
  })();
3179
2567
  }
3180
-
3181
2568
  query_task_multi_results(callback, query_task_ids, options) {
3182
2569
  var _this305 = this;
3183
-
3184
2570
  return _asyncToGenerator(function* () {
3185
2571
  return _this305.authStream(callback, 'GET', '/query_tasks/multi_results', {
3186
2572
  query_task_ids
3187
2573
  }, null, options);
3188
2574
  })();
3189
2575
  }
3190
-
3191
2576
  query_task(callback, query_task_id, fields, options) {
3192
2577
  var _this306 = this;
3193
-
3194
2578
  return _asyncToGenerator(function* () {
3195
2579
  query_task_id = (0, _sdkRtl.encodeParam)(query_task_id);
3196
2580
  return _this306.authStream(callback, 'GET', "/query_tasks/".concat(query_task_id), {
@@ -3198,19 +2582,15 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3198
2582
  }, null, options);
3199
2583
  })();
3200
2584
  }
3201
-
3202
2585
  query_task_results(callback, query_task_id, options) {
3203
2586
  var _this307 = this;
3204
-
3205
2587
  return _asyncToGenerator(function* () {
3206
2588
  query_task_id = (0, _sdkRtl.encodeParam)(query_task_id);
3207
2589
  return _this307.authStream(callback, 'GET', "/query_tasks/".concat(query_task_id, "/results"), null, null, options);
3208
2590
  })();
3209
2591
  }
3210
-
3211
2592
  query(callback, query_id, fields, options) {
3212
2593
  var _this308 = this;
3213
-
3214
2594
  return _asyncToGenerator(function* () {
3215
2595
  query_id = (0, _sdkRtl.encodeParam)(query_id);
3216
2596
  return _this308.authStream(callback, 'GET', "/queries/".concat(query_id), {
@@ -3218,10 +2598,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3218
2598
  }, null, options);
3219
2599
  })();
3220
2600
  }
3221
-
3222
2601
  query_for_slug(callback, slug, fields, options) {
3223
2602
  var _this309 = this;
3224
-
3225
2603
  return _asyncToGenerator(function* () {
3226
2604
  slug = (0, _sdkRtl.encodeParam)(slug);
3227
2605
  return _this309.authStream(callback, 'GET', "/queries/slug/".concat(slug), {
@@ -3229,20 +2607,16 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3229
2607
  }, null, options);
3230
2608
  })();
3231
2609
  }
3232
-
3233
2610
  create_query(callback, body, fields, options) {
3234
2611
  var _this310 = this;
3235
-
3236
2612
  return _asyncToGenerator(function* () {
3237
2613
  return _this310.authStream(callback, 'POST', '/queries', {
3238
2614
  fields
3239
2615
  }, body, options);
3240
2616
  })();
3241
2617
  }
3242
-
3243
2618
  run_query(callback, request, options) {
3244
2619
  var _this311 = this;
3245
-
3246
2620
  return _asyncToGenerator(function* () {
3247
2621
  request.query_id = (0, _sdkRtl.encodeParam)(request.query_id);
3248
2622
  request.result_format = (0, _sdkRtl.encodeParam)(request.result_format);
@@ -3263,10 +2637,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3263
2637
  }, null, options);
3264
2638
  })();
3265
2639
  }
3266
-
3267
2640
  run_inline_query(callback, request, options) {
3268
2641
  var _this312 = this;
3269
-
3270
2642
  return _asyncToGenerator(function* () {
3271
2643
  request.result_format = (0, _sdkRtl.encodeParam)(request.result_format);
3272
2644
  return _this312.authStream(callback, 'POST', "/queries/run/".concat(request.result_format), {
@@ -3285,10 +2657,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3285
2657
  }, request.body, options);
3286
2658
  })();
3287
2659
  }
3288
-
3289
2660
  run_url_encoded_query(callback, model_name, view_name, result_format, options) {
3290
2661
  var _this313 = this;
3291
-
3292
2662
  return _asyncToGenerator(function* () {
3293
2663
  model_name = (0, _sdkRtl.encodeParam)(model_name);
3294
2664
  view_name = (0, _sdkRtl.encodeParam)(view_name);
@@ -3296,10 +2666,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3296
2666
  return _this313.authStream(callback, 'GET', "/queries/models/".concat(model_name, "/views/").concat(view_name, "/run/").concat(result_format), null, null, options);
3297
2667
  })();
3298
2668
  }
3299
-
3300
2669
  merge_query(callback, merge_query_id, fields, options) {
3301
2670
  var _this314 = this;
3302
-
3303
2671
  return _asyncToGenerator(function* () {
3304
2672
  merge_query_id = (0, _sdkRtl.encodeParam)(merge_query_id);
3305
2673
  return _this314.authStream(callback, 'GET', "/merge_queries/".concat(merge_query_id), {
@@ -3307,54 +2675,42 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3307
2675
  }, null, options);
3308
2676
  })();
3309
2677
  }
3310
-
3311
2678
  create_merge_query(callback, body, fields, options) {
3312
2679
  var _this315 = this;
3313
-
3314
2680
  return _asyncToGenerator(function* () {
3315
2681
  return _this315.authStream(callback, 'POST', '/merge_queries', {
3316
2682
  fields
3317
2683
  }, body, options);
3318
2684
  })();
3319
2685
  }
3320
-
3321
2686
  all_running_queries(callback, options) {
3322
2687
  var _this316 = this;
3323
-
3324
2688
  return _asyncToGenerator(function* () {
3325
2689
  return _this316.authStream(callback, 'GET', '/running_queries', null, null, options);
3326
2690
  })();
3327
2691
  }
3328
-
3329
2692
  kill_query(callback, query_task_id, options) {
3330
2693
  var _this317 = this;
3331
-
3332
2694
  return _asyncToGenerator(function* () {
3333
2695
  query_task_id = (0, _sdkRtl.encodeParam)(query_task_id);
3334
2696
  return _this317.authStream(callback, 'DELETE', "/running_queries/".concat(query_task_id), null, null, options);
3335
2697
  })();
3336
2698
  }
3337
-
3338
2699
  sql_query(callback, slug, options) {
3339
2700
  var _this318 = this;
3340
-
3341
2701
  return _asyncToGenerator(function* () {
3342
2702
  slug = (0, _sdkRtl.encodeParam)(slug);
3343
2703
  return _this318.authStream(callback, 'GET', "/sql_queries/".concat(slug), null, null, options);
3344
2704
  })();
3345
2705
  }
3346
-
3347
2706
  create_sql_query(callback, body, options) {
3348
2707
  var _this319 = this;
3349
-
3350
2708
  return _asyncToGenerator(function* () {
3351
2709
  return _this319.authStream(callback, 'POST', '/sql_queries', null, body, options);
3352
2710
  })();
3353
2711
  }
3354
-
3355
2712
  run_sql_query(callback, slug, result_format, download, options) {
3356
2713
  var _this320 = this;
3357
-
3358
2714
  return _asyncToGenerator(function* () {
3359
2715
  slug = (0, _sdkRtl.encodeParam)(slug);
3360
2716
  result_format = (0, _sdkRtl.encodeParam)(result_format);
@@ -3363,10 +2719,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3363
2719
  }, null, options);
3364
2720
  })();
3365
2721
  }
3366
-
3367
2722
  create_look_render_task(callback, look_id, result_format, width, height, fields, options) {
3368
2723
  var _this321 = this;
3369
-
3370
2724
  return _asyncToGenerator(function* () {
3371
2725
  look_id = (0, _sdkRtl.encodeParam)(look_id);
3372
2726
  result_format = (0, _sdkRtl.encodeParam)(result_format);
@@ -3377,10 +2731,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3377
2731
  }, null, options);
3378
2732
  })();
3379
2733
  }
3380
-
3381
2734
  create_query_render_task(callback, query_id, result_format, width, height, fields, options) {
3382
2735
  var _this322 = this;
3383
-
3384
2736
  return _asyncToGenerator(function* () {
3385
2737
  query_id = (0, _sdkRtl.encodeParam)(query_id);
3386
2738
  result_format = (0, _sdkRtl.encodeParam)(result_format);
@@ -3391,10 +2743,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3391
2743
  }, null, options);
3392
2744
  })();
3393
2745
  }
3394
-
3395
2746
  create_dashboard_render_task(callback, request, options) {
3396
2747
  var _this323 = this;
3397
-
3398
2748
  return _asyncToGenerator(function* () {
3399
2749
  request.dashboard_id = (0, _sdkRtl.encodeParam)(request.dashboard_id);
3400
2750
  request.result_format = (0, _sdkRtl.encodeParam)(request.result_format);
@@ -3408,10 +2758,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3408
2758
  }, request.body, options);
3409
2759
  })();
3410
2760
  }
3411
-
3412
2761
  render_task(callback, render_task_id, fields, options) {
3413
2762
  var _this324 = this;
3414
-
3415
2763
  return _asyncToGenerator(function* () {
3416
2764
  render_task_id = (0, _sdkRtl.encodeParam)(render_task_id);
3417
2765
  return _this324.authStream(callback, 'GET', "/render_tasks/".concat(render_task_id), {
@@ -3419,19 +2767,15 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3419
2767
  }, null, options);
3420
2768
  })();
3421
2769
  }
3422
-
3423
2770
  render_task_results(callback, render_task_id, options) {
3424
2771
  var _this325 = this;
3425
-
3426
2772
  return _asyncToGenerator(function* () {
3427
2773
  render_task_id = (0, _sdkRtl.encodeParam)(render_task_id);
3428
2774
  return _this325.authStream(callback, 'GET', "/render_tasks/".concat(render_task_id, "/results"), null, null, options);
3429
2775
  })();
3430
2776
  }
3431
-
3432
2777
  create_dashboard_element_render_task(callback, dashboard_element_id, result_format, width, height, fields, options) {
3433
2778
  var _this326 = this;
3434
-
3435
2779
  return _asyncToGenerator(function* () {
3436
2780
  dashboard_element_id = (0, _sdkRtl.encodeParam)(dashboard_element_id);
3437
2781
  result_format = (0, _sdkRtl.encodeParam)(result_format);
@@ -3442,10 +2786,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3442
2786
  }, null, options);
3443
2787
  })();
3444
2788
  }
3445
-
3446
2789
  search_model_sets(callback, request, options) {
3447
2790
  var _this327 = this;
3448
-
3449
2791
  return _asyncToGenerator(function* () {
3450
2792
  return _this327.authStream(callback, 'GET', '/model_sets/search', {
3451
2793
  fields: request.fields,
@@ -3460,10 +2802,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3460
2802
  }, null, options);
3461
2803
  })();
3462
2804
  }
3463
-
3464
2805
  model_set(callback, model_set_id, fields, options) {
3465
2806
  var _this328 = this;
3466
-
3467
2807
  return _asyncToGenerator(function* () {
3468
2808
  model_set_id = (0, _sdkRtl.encodeParam)(model_set_id);
3469
2809
  return _this328.authStream(callback, 'GET', "/model_sets/".concat(model_set_id), {
@@ -3471,54 +2811,42 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3471
2811
  }, null, options);
3472
2812
  })();
3473
2813
  }
3474
-
3475
2814
  update_model_set(callback, model_set_id, body, options) {
3476
2815
  var _this329 = this;
3477
-
3478
2816
  return _asyncToGenerator(function* () {
3479
2817
  model_set_id = (0, _sdkRtl.encodeParam)(model_set_id);
3480
2818
  return _this329.authStream(callback, 'PATCH', "/model_sets/".concat(model_set_id), null, body, options);
3481
2819
  })();
3482
2820
  }
3483
-
3484
2821
  delete_model_set(callback, model_set_id, options) {
3485
2822
  var _this330 = this;
3486
-
3487
2823
  return _asyncToGenerator(function* () {
3488
2824
  model_set_id = (0, _sdkRtl.encodeParam)(model_set_id);
3489
2825
  return _this330.authStream(callback, 'DELETE', "/model_sets/".concat(model_set_id), null, null, options);
3490
2826
  })();
3491
2827
  }
3492
-
3493
2828
  all_model_sets(callback, fields, options) {
3494
2829
  var _this331 = this;
3495
-
3496
2830
  return _asyncToGenerator(function* () {
3497
2831
  return _this331.authStream(callback, 'GET', '/model_sets', {
3498
2832
  fields
3499
2833
  }, null, options);
3500
2834
  })();
3501
2835
  }
3502
-
3503
2836
  create_model_set(callback, body, options) {
3504
2837
  var _this332 = this;
3505
-
3506
2838
  return _asyncToGenerator(function* () {
3507
2839
  return _this332.authStream(callback, 'POST', '/model_sets', null, body, options);
3508
2840
  })();
3509
2841
  }
3510
-
3511
2842
  all_permissions(callback, options) {
3512
2843
  var _this333 = this;
3513
-
3514
2844
  return _asyncToGenerator(function* () {
3515
2845
  return _this333.authStream(callback, 'GET', '/permissions', null, null, options);
3516
2846
  })();
3517
2847
  }
3518
-
3519
2848
  search_permission_sets(callback, request, options) {
3520
2849
  var _this334 = this;
3521
-
3522
2850
  return _asyncToGenerator(function* () {
3523
2851
  return _this334.authStream(callback, 'GET', '/permission_sets/search', {
3524
2852
  fields: request.fields,
@@ -3533,10 +2861,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3533
2861
  }, null, options);
3534
2862
  })();
3535
2863
  }
3536
-
3537
2864
  permission_set(callback, permission_set_id, fields, options) {
3538
2865
  var _this335 = this;
3539
-
3540
2866
  return _asyncToGenerator(function* () {
3541
2867
  permission_set_id = (0, _sdkRtl.encodeParam)(permission_set_id);
3542
2868
  return _this335.authStream(callback, 'GET', "/permission_sets/".concat(permission_set_id), {
@@ -3544,46 +2870,36 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3544
2870
  }, null, options);
3545
2871
  })();
3546
2872
  }
3547
-
3548
2873
  update_permission_set(callback, permission_set_id, body, options) {
3549
2874
  var _this336 = this;
3550
-
3551
2875
  return _asyncToGenerator(function* () {
3552
2876
  permission_set_id = (0, _sdkRtl.encodeParam)(permission_set_id);
3553
2877
  return _this336.authStream(callback, 'PATCH', "/permission_sets/".concat(permission_set_id), null, body, options);
3554
2878
  })();
3555
2879
  }
3556
-
3557
2880
  delete_permission_set(callback, permission_set_id, options) {
3558
2881
  var _this337 = this;
3559
-
3560
2882
  return _asyncToGenerator(function* () {
3561
2883
  permission_set_id = (0, _sdkRtl.encodeParam)(permission_set_id);
3562
2884
  return _this337.authStream(callback, 'DELETE', "/permission_sets/".concat(permission_set_id), null, null, options);
3563
2885
  })();
3564
2886
  }
3565
-
3566
2887
  all_permission_sets(callback, fields, options) {
3567
2888
  var _this338 = this;
3568
-
3569
2889
  return _asyncToGenerator(function* () {
3570
2890
  return _this338.authStream(callback, 'GET', '/permission_sets', {
3571
2891
  fields
3572
2892
  }, null, options);
3573
2893
  })();
3574
2894
  }
3575
-
3576
2895
  create_permission_set(callback, body, options) {
3577
2896
  var _this339 = this;
3578
-
3579
2897
  return _asyncToGenerator(function* () {
3580
2898
  return _this339.authStream(callback, 'POST', '/permission_sets', null, body, options);
3581
2899
  })();
3582
2900
  }
3583
-
3584
2901
  all_roles(callback, request, options) {
3585
2902
  var _this340 = this;
3586
-
3587
2903
  return _asyncToGenerator(function* () {
3588
2904
  return _this340.authStream(callback, 'GET', '/roles', {
3589
2905
  fields: request.fields,
@@ -3591,18 +2907,14 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3591
2907
  }, null, options);
3592
2908
  })();
3593
2909
  }
3594
-
3595
2910
  create_role(callback, body, options) {
3596
2911
  var _this341 = this;
3597
-
3598
2912
  return _asyncToGenerator(function* () {
3599
2913
  return _this341.authStream(callback, 'POST', '/roles', null, body, options);
3600
2914
  })();
3601
2915
  }
3602
-
3603
2916
  search_roles(callback, request, options) {
3604
2917
  var _this342 = this;
3605
-
3606
2918
  return _asyncToGenerator(function* () {
3607
2919
  return _this342.authStream(callback, 'GET', '/roles/search', {
3608
2920
  fields: request.fields,
@@ -3616,10 +2928,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3616
2928
  }, null, options);
3617
2929
  })();
3618
2930
  }
3619
-
3620
2931
  search_roles_with_user_count(callback, request, options) {
3621
2932
  var _this343 = this;
3622
-
3623
2933
  return _asyncToGenerator(function* () {
3624
2934
  return _this343.authStream(callback, 'GET', '/roles/search/with_user_count', {
3625
2935
  fields: request.fields,
@@ -3633,37 +2943,29 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3633
2943
  }, null, options);
3634
2944
  })();
3635
2945
  }
3636
-
3637
2946
  role(callback, role_id, options) {
3638
2947
  var _this344 = this;
3639
-
3640
2948
  return _asyncToGenerator(function* () {
3641
2949
  role_id = (0, _sdkRtl.encodeParam)(role_id);
3642
2950
  return _this344.authStream(callback, 'GET', "/roles/".concat(role_id), null, null, options);
3643
2951
  })();
3644
2952
  }
3645
-
3646
2953
  update_role(callback, role_id, body, options) {
3647
2954
  var _this345 = this;
3648
-
3649
2955
  return _asyncToGenerator(function* () {
3650
2956
  role_id = (0, _sdkRtl.encodeParam)(role_id);
3651
2957
  return _this345.authStream(callback, 'PATCH', "/roles/".concat(role_id), null, body, options);
3652
2958
  })();
3653
2959
  }
3654
-
3655
2960
  delete_role(callback, role_id, options) {
3656
2961
  var _this346 = this;
3657
-
3658
2962
  return _asyncToGenerator(function* () {
3659
2963
  role_id = (0, _sdkRtl.encodeParam)(role_id);
3660
2964
  return _this346.authStream(callback, 'DELETE', "/roles/".concat(role_id), null, null, options);
3661
2965
  })();
3662
2966
  }
3663
-
3664
2967
  role_groups(callback, role_id, fields, options) {
3665
2968
  var _this347 = this;
3666
-
3667
2969
  return _asyncToGenerator(function* () {
3668
2970
  role_id = (0, _sdkRtl.encodeParam)(role_id);
3669
2971
  return _this347.authStream(callback, 'GET', "/roles/".concat(role_id, "/groups"), {
@@ -3671,19 +2973,15 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3671
2973
  }, null, options);
3672
2974
  })();
3673
2975
  }
3674
-
3675
2976
  set_role_groups(callback, role_id, body, options) {
3676
2977
  var _this348 = this;
3677
-
3678
2978
  return _asyncToGenerator(function* () {
3679
2979
  role_id = (0, _sdkRtl.encodeParam)(role_id);
3680
2980
  return _this348.authStream(callback, 'PUT', "/roles/".concat(role_id, "/groups"), null, body, options);
3681
2981
  })();
3682
2982
  }
3683
-
3684
2983
  role_users(callback, request, options) {
3685
2984
  var _this349 = this;
3686
-
3687
2985
  return _asyncToGenerator(function* () {
3688
2986
  request.role_id = (0, _sdkRtl.encodeParam)(request.role_id);
3689
2987
  return _this349.authStream(callback, 'GET', "/roles/".concat(request.role_id, "/users"), {
@@ -3692,19 +2990,15 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3692
2990
  }, null, options);
3693
2991
  })();
3694
2992
  }
3695
-
3696
2993
  set_role_users(callback, role_id, body, options) {
3697
2994
  var _this350 = this;
3698
-
3699
2995
  return _asyncToGenerator(function* () {
3700
2996
  role_id = (0, _sdkRtl.encodeParam)(role_id);
3701
2997
  return _this350.authStream(callback, 'PUT', "/roles/".concat(role_id, "/users"), null, body, options);
3702
2998
  })();
3703
2999
  }
3704
-
3705
3000
  scheduled_plans_for_space(callback, space_id, fields, options) {
3706
3001
  var _this351 = this;
3707
-
3708
3002
  return _asyncToGenerator(function* () {
3709
3003
  space_id = (0, _sdkRtl.encodeParam)(space_id);
3710
3004
  return _this351.authStream(callback, 'GET', "/scheduled_plans/space/".concat(space_id), {
@@ -3712,10 +3006,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3712
3006
  }, null, options);
3713
3007
  })();
3714
3008
  }
3715
-
3716
3009
  scheduled_plan(callback, scheduled_plan_id, fields, options) {
3717
3010
  var _this352 = this;
3718
-
3719
3011
  return _asyncToGenerator(function* () {
3720
3012
  scheduled_plan_id = (0, _sdkRtl.encodeParam)(scheduled_plan_id);
3721
3013
  return _this352.authStream(callback, 'GET', "/scheduled_plans/".concat(scheduled_plan_id), {
@@ -3723,28 +3015,22 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3723
3015
  }, null, options);
3724
3016
  })();
3725
3017
  }
3726
-
3727
3018
  update_scheduled_plan(callback, scheduled_plan_id, body, options) {
3728
3019
  var _this353 = this;
3729
-
3730
3020
  return _asyncToGenerator(function* () {
3731
3021
  scheduled_plan_id = (0, _sdkRtl.encodeParam)(scheduled_plan_id);
3732
3022
  return _this353.authStream(callback, 'PATCH', "/scheduled_plans/".concat(scheduled_plan_id), null, body, options);
3733
3023
  })();
3734
3024
  }
3735
-
3736
3025
  delete_scheduled_plan(callback, scheduled_plan_id, options) {
3737
3026
  var _this354 = this;
3738
-
3739
3027
  return _asyncToGenerator(function* () {
3740
3028
  scheduled_plan_id = (0, _sdkRtl.encodeParam)(scheduled_plan_id);
3741
3029
  return _this354.authStream(callback, 'DELETE', "/scheduled_plans/".concat(scheduled_plan_id), null, null, options);
3742
3030
  })();
3743
3031
  }
3744
-
3745
3032
  all_scheduled_plans(callback, request, options) {
3746
3033
  var _this355 = this;
3747
-
3748
3034
  return _asyncToGenerator(function* () {
3749
3035
  return _this355.authStream(callback, 'GET', '/scheduled_plans', {
3750
3036
  user_id: request.user_id,
@@ -3753,26 +3039,20 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3753
3039
  }, null, options);
3754
3040
  })();
3755
3041
  }
3756
-
3757
3042
  create_scheduled_plan(callback, body, options) {
3758
3043
  var _this356 = this;
3759
-
3760
3044
  return _asyncToGenerator(function* () {
3761
3045
  return _this356.authStream(callback, 'POST', '/scheduled_plans', null, body, options);
3762
3046
  })();
3763
3047
  }
3764
-
3765
3048
  scheduled_plan_run_once(callback, body, options) {
3766
3049
  var _this357 = this;
3767
-
3768
3050
  return _asyncToGenerator(function* () {
3769
3051
  return _this357.authStream(callback, 'POST', '/scheduled_plans/run_once', null, body, options);
3770
3052
  })();
3771
3053
  }
3772
-
3773
3054
  scheduled_plans_for_look(callback, request, options) {
3774
3055
  var _this358 = this;
3775
-
3776
3056
  return _asyncToGenerator(function* () {
3777
3057
  request.look_id = (0, _sdkRtl.encodeParam)(request.look_id);
3778
3058
  return _this358.authStream(callback, 'GET', "/scheduled_plans/look/".concat(request.look_id), {
@@ -3782,10 +3062,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3782
3062
  }, null, options);
3783
3063
  })();
3784
3064
  }
3785
-
3786
3065
  scheduled_plans_for_dashboard(callback, request, options) {
3787
3066
  var _this359 = this;
3788
-
3789
3067
  return _asyncToGenerator(function* () {
3790
3068
  request.dashboard_id = (0, _sdkRtl.encodeParam)(request.dashboard_id);
3791
3069
  return _this359.authStream(callback, 'GET', "/scheduled_plans/dashboard/".concat(request.dashboard_id), {
@@ -3795,10 +3073,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3795
3073
  }, null, options);
3796
3074
  })();
3797
3075
  }
3798
-
3799
3076
  scheduled_plans_for_lookml_dashboard(callback, request, options) {
3800
3077
  var _this360 = this;
3801
-
3802
3078
  return _asyncToGenerator(function* () {
3803
3079
  request.lookml_dashboard_id = (0, _sdkRtl.encodeParam)(request.lookml_dashboard_id);
3804
3080
  return _this360.authStream(callback, 'GET', "/scheduled_plans/lookml_dashboard/".concat(request.lookml_dashboard_id), {
@@ -3808,53 +3084,41 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3808
3084
  }, null, options);
3809
3085
  })();
3810
3086
  }
3811
-
3812
3087
  scheduled_plan_run_once_by_id(callback, scheduled_plan_id, body, options) {
3813
3088
  var _this361 = this;
3814
-
3815
3089
  return _asyncToGenerator(function* () {
3816
3090
  scheduled_plan_id = (0, _sdkRtl.encodeParam)(scheduled_plan_id);
3817
3091
  return _this361.authStream(callback, 'POST', "/scheduled_plans/".concat(scheduled_plan_id, "/run_once"), null, body, options);
3818
3092
  })();
3819
3093
  }
3820
-
3821
3094
  session(callback, options) {
3822
3095
  var _this362 = this;
3823
-
3824
3096
  return _asyncToGenerator(function* () {
3825
3097
  return _this362.authStream(callback, 'GET', '/session', null, null, options);
3826
3098
  })();
3827
3099
  }
3828
-
3829
3100
  update_session(callback, body, options) {
3830
3101
  var _this363 = this;
3831
-
3832
3102
  return _asyncToGenerator(function* () {
3833
3103
  return _this363.authStream(callback, 'PATCH', '/session', null, body, options);
3834
3104
  })();
3835
3105
  }
3836
-
3837
3106
  all_themes(callback, fields, options) {
3838
3107
  var _this364 = this;
3839
-
3840
3108
  return _asyncToGenerator(function* () {
3841
3109
  return _this364.authStream(callback, 'GET', '/themes', {
3842
3110
  fields
3843
3111
  }, null, options);
3844
3112
  })();
3845
3113
  }
3846
-
3847
3114
  create_theme(callback, body, options) {
3848
3115
  var _this365 = this;
3849
-
3850
3116
  return _asyncToGenerator(function* () {
3851
3117
  return _this365.authStream(callback, 'POST', '/themes', null, body, options);
3852
3118
  })();
3853
3119
  }
3854
-
3855
3120
  search_themes(callback, request, options) {
3856
3121
  var _this366 = this;
3857
-
3858
3122
  return _asyncToGenerator(function* () {
3859
3123
  return _this366.authStream(callback, 'GET', '/themes/search', {
3860
3124
  id: request.id,
@@ -3869,30 +3133,24 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3869
3133
  }, null, options);
3870
3134
  })();
3871
3135
  }
3872
-
3873
3136
  default_theme(callback, ts, options) {
3874
3137
  var _this367 = this;
3875
-
3876
3138
  return _asyncToGenerator(function* () {
3877
3139
  return _this367.authStream(callback, 'GET', '/themes/default', {
3878
3140
  ts
3879
3141
  }, null, options);
3880
3142
  })();
3881
3143
  }
3882
-
3883
3144
  set_default_theme(callback, name, options) {
3884
3145
  var _this368 = this;
3885
-
3886
3146
  return _asyncToGenerator(function* () {
3887
3147
  return _this368.authStream(callback, 'PUT', '/themes/default', {
3888
3148
  name
3889
3149
  }, null, options);
3890
3150
  })();
3891
3151
  }
3892
-
3893
3152
  active_themes(callback, request, options) {
3894
3153
  var _this369 = this;
3895
-
3896
3154
  return _asyncToGenerator(function* () {
3897
3155
  return _this369.authStream(callback, 'GET', '/themes/active', {
3898
3156
  name: request.name,
@@ -3901,10 +3159,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3901
3159
  }, null, options);
3902
3160
  })();
3903
3161
  }
3904
-
3905
3162
  theme_or_default(callback, name, ts, options) {
3906
3163
  var _this370 = this;
3907
-
3908
3164
  return _asyncToGenerator(function* () {
3909
3165
  return _this370.authStream(callback, 'GET', '/themes/theme_or_default', {
3910
3166
  name,
@@ -3912,18 +3168,14 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3912
3168
  }, null, options);
3913
3169
  })();
3914
3170
  }
3915
-
3916
3171
  validate_theme(callback, body, options) {
3917
3172
  var _this371 = this;
3918
-
3919
3173
  return _asyncToGenerator(function* () {
3920
3174
  return _this371.authStream(callback, 'POST', '/themes/validate', null, body, options);
3921
3175
  })();
3922
3176
  }
3923
-
3924
3177
  theme(callback, theme_id, fields, options) {
3925
3178
  var _this372 = this;
3926
-
3927
3179
  return _asyncToGenerator(function* () {
3928
3180
  theme_id = (0, _sdkRtl.encodeParam)(theme_id);
3929
3181
  return _this372.authStream(callback, 'GET', "/themes/".concat(theme_id), {
@@ -3931,28 +3183,22 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3931
3183
  }, null, options);
3932
3184
  })();
3933
3185
  }
3934
-
3935
3186
  update_theme(callback, theme_id, body, options) {
3936
3187
  var _this373 = this;
3937
-
3938
3188
  return _asyncToGenerator(function* () {
3939
3189
  theme_id = (0, _sdkRtl.encodeParam)(theme_id);
3940
3190
  return _this373.authStream(callback, 'PATCH', "/themes/".concat(theme_id), null, body, options);
3941
3191
  })();
3942
3192
  }
3943
-
3944
3193
  delete_theme(callback, theme_id, options) {
3945
3194
  var _this374 = this;
3946
-
3947
3195
  return _asyncToGenerator(function* () {
3948
3196
  theme_id = (0, _sdkRtl.encodeParam)(theme_id);
3949
3197
  return _this374.authStream(callback, 'DELETE', "/themes/".concat(theme_id), null, null, options);
3950
3198
  })();
3951
3199
  }
3952
-
3953
3200
  search_credentials_email(callback, request, options) {
3954
3201
  var _this375 = this;
3955
-
3956
3202
  return _asyncToGenerator(function* () {
3957
3203
  return _this375.authStream(callback, 'GET', '/credentials_email/search', {
3958
3204
  fields: request.fields,
@@ -3966,20 +3212,16 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3966
3212
  }, null, options);
3967
3213
  })();
3968
3214
  }
3969
-
3970
3215
  me(callback, fields, options) {
3971
3216
  var _this376 = this;
3972
-
3973
3217
  return _asyncToGenerator(function* () {
3974
3218
  return _this376.authStream(callback, 'GET', '/user', {
3975
3219
  fields
3976
3220
  }, null, options);
3977
3221
  })();
3978
3222
  }
3979
-
3980
3223
  all_users(callback, request, options) {
3981
3224
  var _this377 = this;
3982
-
3983
3225
  return _asyncToGenerator(function* () {
3984
3226
  return _this377.authStream(callback, 'GET', '/users', {
3985
3227
  fields: request.fields,
@@ -3992,20 +3234,16 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3992
3234
  }, null, options);
3993
3235
  })();
3994
3236
  }
3995
-
3996
3237
  create_user(callback, body, fields, options) {
3997
3238
  var _this378 = this;
3998
-
3999
3239
  return _asyncToGenerator(function* () {
4000
3240
  return _this378.authStream(callback, 'POST', '/users', {
4001
3241
  fields
4002
3242
  }, body, options);
4003
3243
  })();
4004
3244
  }
4005
-
4006
3245
  search_users(callback, request, options) {
4007
3246
  var _this379 = this;
4008
-
4009
3247
  return _asyncToGenerator(function* () {
4010
3248
  return _this379.authStream(callback, 'GET', '/users/search', {
4011
3249
  fields: request.fields,
@@ -4027,10 +3265,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
4027
3265
  }, null, options);
4028
3266
  })();
4029
3267
  }
4030
-
4031
3268
  search_users_names(callback, request, options) {
4032
3269
  var _this380 = this;
4033
-
4034
3270
  return _asyncToGenerator(function* () {
4035
3271
  request.pattern = (0, _sdkRtl.encodeParam)(request.pattern);
4036
3272
  return _this380.authStream(callback, 'GET', "/users/search/names/".concat(request.pattern), {
@@ -4049,10 +3285,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
4049
3285
  }, null, options);
4050
3286
  })();
4051
3287
  }
4052
-
4053
3288
  user(callback, user_id, fields, options) {
4054
3289
  var _this381 = this;
4055
-
4056
3290
  return _asyncToGenerator(function* () {
4057
3291
  user_id = (0, _sdkRtl.encodeParam)(user_id);
4058
3292
  return _this381.authStream(callback, 'GET', "/users/".concat(user_id), {
@@ -4060,10 +3294,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
4060
3294
  }, null, options);
4061
3295
  })();
4062
3296
  }
4063
-
4064
3297
  update_user(callback, user_id, body, fields, options) {
4065
3298
  var _this382 = this;
4066
-
4067
3299
  return _asyncToGenerator(function* () {
4068
3300
  user_id = (0, _sdkRtl.encodeParam)(user_id);
4069
3301
  return _this382.authStream(callback, 'PATCH', "/users/".concat(user_id), {
@@ -4071,19 +3303,15 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
4071
3303
  }, body, options);
4072
3304
  })();
4073
3305
  }
4074
-
4075
3306
  delete_user(callback, user_id, options) {
4076
3307
  var _this383 = this;
4077
-
4078
3308
  return _asyncToGenerator(function* () {
4079
3309
  user_id = (0, _sdkRtl.encodeParam)(user_id);
4080
3310
  return _this383.authStream(callback, 'DELETE', "/users/".concat(user_id), null, null, options);
4081
3311
  })();
4082
3312
  }
4083
-
4084
3313
  user_for_credential(callback, credential_type, credential_id, fields, options) {
4085
3314
  var _this384 = this;
4086
-
4087
3315
  return _asyncToGenerator(function* () {
4088
3316
  credential_type = (0, _sdkRtl.encodeParam)(credential_type);
4089
3317
  credential_id = (0, _sdkRtl.encodeParam)(credential_id);
@@ -4092,10 +3320,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
4092
3320
  }, null, options);
4093
3321
  })();
4094
3322
  }
4095
-
4096
3323
  user_credentials_email(callback, user_id, fields, options) {
4097
3324
  var _this385 = this;
4098
-
4099
3325
  return _asyncToGenerator(function* () {
4100
3326
  user_id = (0, _sdkRtl.encodeParam)(user_id);
4101
3327
  return _this385.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_email"), {
@@ -4103,10 +3329,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
4103
3329
  }, null, options);
4104
3330
  })();
4105
3331
  }
4106
-
4107
3332
  create_user_credentials_email(callback, user_id, body, fields, options) {
4108
3333
  var _this386 = this;
4109
-
4110
3334
  return _asyncToGenerator(function* () {
4111
3335
  user_id = (0, _sdkRtl.encodeParam)(user_id);
4112
3336
  return _this386.authStream(callback, 'POST', "/users/".concat(user_id, "/credentials_email"), {
@@ -4114,10 +3338,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
4114
3338
  }, body, options);
4115
3339
  })();
4116
3340
  }
4117
-
4118
3341
  update_user_credentials_email(callback, user_id, body, fields, options) {
4119
3342
  var _this387 = this;
4120
-
4121
3343
  return _asyncToGenerator(function* () {
4122
3344
  user_id = (0, _sdkRtl.encodeParam)(user_id);
4123
3345
  return _this387.authStream(callback, 'PATCH', "/users/".concat(user_id, "/credentials_email"), {
@@ -4125,19 +3347,15 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
4125
3347
  }, body, options);
4126
3348
  })();
4127
3349
  }
4128
-
4129
3350
  delete_user_credentials_email(callback, user_id, options) {
4130
3351
  var _this388 = this;
4131
-
4132
3352
  return _asyncToGenerator(function* () {
4133
3353
  user_id = (0, _sdkRtl.encodeParam)(user_id);
4134
3354
  return _this388.authStream(callback, 'DELETE', "/users/".concat(user_id, "/credentials_email"), null, null, options);
4135
3355
  })();
4136
3356
  }
4137
-
4138
3357
  user_credentials_totp(callback, user_id, fields, options) {
4139
3358
  var _this389 = this;
4140
-
4141
3359
  return _asyncToGenerator(function* () {
4142
3360
  user_id = (0, _sdkRtl.encodeParam)(user_id);
4143
3361
  return _this389.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_totp"), {
@@ -4145,10 +3363,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
4145
3363
  }, null, options);
4146
3364
  })();
4147
3365
  }
4148
-
4149
3366
  create_user_credentials_totp(callback, user_id, body, fields, options) {
4150
3367
  var _this390 = this;
4151
-
4152
3368
  return _asyncToGenerator(function* () {
4153
3369
  user_id = (0, _sdkRtl.encodeParam)(user_id);
4154
3370
  return _this390.authStream(callback, 'POST', "/users/".concat(user_id, "/credentials_totp"), {
@@ -4156,19 +3372,15 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
4156
3372
  }, body, options);
4157
3373
  })();
4158
3374
  }
4159
-
4160
3375
  delete_user_credentials_totp(callback, user_id, options) {
4161
3376
  var _this391 = this;
4162
-
4163
3377
  return _asyncToGenerator(function* () {
4164
3378
  user_id = (0, _sdkRtl.encodeParam)(user_id);
4165
3379
  return _this391.authStream(callback, 'DELETE', "/users/".concat(user_id, "/credentials_totp"), null, null, options);
4166
3380
  })();
4167
3381
  }
4168
-
4169
3382
  user_credentials_ldap(callback, user_id, fields, options) {
4170
3383
  var _this392 = this;
4171
-
4172
3384
  return _asyncToGenerator(function* () {
4173
3385
  user_id = (0, _sdkRtl.encodeParam)(user_id);
4174
3386
  return _this392.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_ldap"), {
@@ -4176,19 +3388,15 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
4176
3388
  }, null, options);
4177
3389
  })();
4178
3390
  }
4179
-
4180
3391
  delete_user_credentials_ldap(callback, user_id, options) {
4181
3392
  var _this393 = this;
4182
-
4183
3393
  return _asyncToGenerator(function* () {
4184
3394
  user_id = (0, _sdkRtl.encodeParam)(user_id);
4185
3395
  return _this393.authStream(callback, 'DELETE', "/users/".concat(user_id, "/credentials_ldap"), null, null, options);
4186
3396
  })();
4187
3397
  }
4188
-
4189
3398
  user_credentials_google(callback, user_id, fields, options) {
4190
3399
  var _this394 = this;
4191
-
4192
3400
  return _asyncToGenerator(function* () {
4193
3401
  user_id = (0, _sdkRtl.encodeParam)(user_id);
4194
3402
  return _this394.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_google"), {
@@ -4196,19 +3404,15 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
4196
3404
  }, null, options);
4197
3405
  })();
4198
3406
  }
4199
-
4200
3407
  delete_user_credentials_google(callback, user_id, options) {
4201
3408
  var _this395 = this;
4202
-
4203
3409
  return _asyncToGenerator(function* () {
4204
3410
  user_id = (0, _sdkRtl.encodeParam)(user_id);
4205
3411
  return _this395.authStream(callback, 'DELETE', "/users/".concat(user_id, "/credentials_google"), null, null, options);
4206
3412
  })();
4207
3413
  }
4208
-
4209
3414
  user_credentials_saml(callback, user_id, fields, options) {
4210
3415
  var _this396 = this;
4211
-
4212
3416
  return _asyncToGenerator(function* () {
4213
3417
  user_id = (0, _sdkRtl.encodeParam)(user_id);
4214
3418
  return _this396.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_saml"), {
@@ -4216,19 +3420,15 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
4216
3420
  }, null, options);
4217
3421
  })();
4218
3422
  }
4219
-
4220
3423
  delete_user_credentials_saml(callback, user_id, options) {
4221
3424
  var _this397 = this;
4222
-
4223
3425
  return _asyncToGenerator(function* () {
4224
3426
  user_id = (0, _sdkRtl.encodeParam)(user_id);
4225
3427
  return _this397.authStream(callback, 'DELETE', "/users/".concat(user_id, "/credentials_saml"), null, null, options);
4226
3428
  })();
4227
3429
  }
4228
-
4229
3430
  user_credentials_oidc(callback, user_id, fields, options) {
4230
3431
  var _this398 = this;
4231
-
4232
3432
  return _asyncToGenerator(function* () {
4233
3433
  user_id = (0, _sdkRtl.encodeParam)(user_id);
4234
3434
  return _this398.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_oidc"), {
@@ -4236,19 +3436,15 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
4236
3436
  }, null, options);
4237
3437
  })();
4238
3438
  }
4239
-
4240
3439
  delete_user_credentials_oidc(callback, user_id, options) {
4241
3440
  var _this399 = this;
4242
-
4243
3441
  return _asyncToGenerator(function* () {
4244
3442
  user_id = (0, _sdkRtl.encodeParam)(user_id);
4245
3443
  return _this399.authStream(callback, 'DELETE', "/users/".concat(user_id, "/credentials_oidc"), null, null, options);
4246
3444
  })();
4247
3445
  }
4248
-
4249
3446
  user_credentials_api3(callback, user_id, credentials_api3_id, fields, options) {
4250
3447
  var _this400 = this;
4251
-
4252
3448
  return _asyncToGenerator(function* () {
4253
3449
  user_id = (0, _sdkRtl.encodeParam)(user_id);
4254
3450
  credentials_api3_id = (0, _sdkRtl.encodeParam)(credentials_api3_id);
@@ -4257,20 +3453,16 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
4257
3453
  }, null, options);
4258
3454
  })();
4259
3455
  }
4260
-
4261
3456
  delete_user_credentials_api3(callback, user_id, credentials_api3_id, options) {
4262
3457
  var _this401 = this;
4263
-
4264
3458
  return _asyncToGenerator(function* () {
4265
3459
  user_id = (0, _sdkRtl.encodeParam)(user_id);
4266
3460
  credentials_api3_id = (0, _sdkRtl.encodeParam)(credentials_api3_id);
4267
3461
  return _this401.authStream(callback, 'DELETE', "/users/".concat(user_id, "/credentials_api3/").concat(credentials_api3_id), null, null, options);
4268
3462
  })();
4269
3463
  }
4270
-
4271
3464
  all_user_credentials_api3s(callback, user_id, fields, options) {
4272
3465
  var _this402 = this;
4273
-
4274
3466
  return _asyncToGenerator(function* () {
4275
3467
  user_id = (0, _sdkRtl.encodeParam)(user_id);
4276
3468
  return _this402.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_api3"), {
@@ -4278,10 +3470,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
4278
3470
  }, null, options);
4279
3471
  })();
4280
3472
  }
4281
-
4282
3473
  create_user_credentials_api3(callback, user_id, fields, options) {
4283
3474
  var _this403 = this;
4284
-
4285
3475
  return _asyncToGenerator(function* () {
4286
3476
  user_id = (0, _sdkRtl.encodeParam)(user_id);
4287
3477
  return _this403.authStream(callback, 'POST', "/users/".concat(user_id, "/credentials_api3"), {
@@ -4289,10 +3479,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
4289
3479
  }, null, options);
4290
3480
  })();
4291
3481
  }
4292
-
4293
3482
  user_credentials_embed(callback, user_id, credentials_embed_id, fields, options) {
4294
3483
  var _this404 = this;
4295
-
4296
3484
  return _asyncToGenerator(function* () {
4297
3485
  user_id = (0, _sdkRtl.encodeParam)(user_id);
4298
3486
  credentials_embed_id = (0, _sdkRtl.encodeParam)(credentials_embed_id);
@@ -4301,20 +3489,16 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
4301
3489
  }, null, options);
4302
3490
  })();
4303
3491
  }
4304
-
4305
3492
  delete_user_credentials_embed(callback, user_id, credentials_embed_id, options) {
4306
3493
  var _this405 = this;
4307
-
4308
3494
  return _asyncToGenerator(function* () {
4309
3495
  user_id = (0, _sdkRtl.encodeParam)(user_id);
4310
3496
  credentials_embed_id = (0, _sdkRtl.encodeParam)(credentials_embed_id);
4311
3497
  return _this405.authStream(callback, 'DELETE', "/users/".concat(user_id, "/credentials_embed/").concat(credentials_embed_id), null, null, options);
4312
3498
  })();
4313
3499
  }
4314
-
4315
3500
  all_user_credentials_embeds(callback, user_id, fields, options) {
4316
3501
  var _this406 = this;
4317
-
4318
3502
  return _asyncToGenerator(function* () {
4319
3503
  user_id = (0, _sdkRtl.encodeParam)(user_id);
4320
3504
  return _this406.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_embed"), {
@@ -4322,10 +3506,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
4322
3506
  }, null, options);
4323
3507
  })();
4324
3508
  }
4325
-
4326
3509
  user_credentials_looker_openid(callback, user_id, fields, options) {
4327
3510
  var _this407 = this;
4328
-
4329
3511
  return _asyncToGenerator(function* () {
4330
3512
  user_id = (0, _sdkRtl.encodeParam)(user_id);
4331
3513
  return _this407.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_looker_openid"), {
@@ -4333,19 +3515,15 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
4333
3515
  }, null, options);
4334
3516
  })();
4335
3517
  }
4336
-
4337
3518
  delete_user_credentials_looker_openid(callback, user_id, options) {
4338
3519
  var _this408 = this;
4339
-
4340
3520
  return _asyncToGenerator(function* () {
4341
3521
  user_id = (0, _sdkRtl.encodeParam)(user_id);
4342
3522
  return _this408.authStream(callback, 'DELETE', "/users/".concat(user_id, "/credentials_looker_openid"), null, null, options);
4343
3523
  })();
4344
3524
  }
4345
-
4346
3525
  user_session(callback, user_id, session_id, fields, options) {
4347
3526
  var _this409 = this;
4348
-
4349
3527
  return _asyncToGenerator(function* () {
4350
3528
  user_id = (0, _sdkRtl.encodeParam)(user_id);
4351
3529
  session_id = (0, _sdkRtl.encodeParam)(session_id);
@@ -4354,20 +3532,16 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
4354
3532
  }, null, options);
4355
3533
  })();
4356
3534
  }
4357
-
4358
3535
  delete_user_session(callback, user_id, session_id, options) {
4359
3536
  var _this410 = this;
4360
-
4361
3537
  return _asyncToGenerator(function* () {
4362
3538
  user_id = (0, _sdkRtl.encodeParam)(user_id);
4363
3539
  session_id = (0, _sdkRtl.encodeParam)(session_id);
4364
3540
  return _this410.authStream(callback, 'DELETE', "/users/".concat(user_id, "/sessions/").concat(session_id), null, null, options);
4365
3541
  })();
4366
3542
  }
4367
-
4368
3543
  all_user_sessions(callback, user_id, fields, options) {
4369
3544
  var _this411 = this;
4370
-
4371
3545
  return _asyncToGenerator(function* () {
4372
3546
  user_id = (0, _sdkRtl.encodeParam)(user_id);
4373
3547
  return _this411.authStream(callback, 'GET', "/users/".concat(user_id, "/sessions"), {
@@ -4375,10 +3549,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
4375
3549
  }, null, options);
4376
3550
  })();
4377
3551
  }
4378
-
4379
3552
  create_user_credentials_email_password_reset(callback, request, options) {
4380
3553
  var _this412 = this;
4381
-
4382
3554
  return _asyncToGenerator(function* () {
4383
3555
  request.user_id = (0, _sdkRtl.encodeParam)(request.user_id);
4384
3556
  return _this412.authStream(callback, 'POST', "/users/".concat(request.user_id, "/credentials_email/password_reset"), {
@@ -4387,10 +3559,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
4387
3559
  }, null, options);
4388
3560
  })();
4389
3561
  }
4390
-
4391
3562
  user_roles(callback, request, options) {
4392
3563
  var _this413 = this;
4393
-
4394
3564
  return _asyncToGenerator(function* () {
4395
3565
  request.user_id = (0, _sdkRtl.encodeParam)(request.user_id);
4396
3566
  return _this413.authStream(callback, 'GET', "/users/".concat(request.user_id, "/roles"), {
@@ -4399,10 +3569,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
4399
3569
  }, null, options);
4400
3570
  })();
4401
3571
  }
4402
-
4403
3572
  set_user_roles(callback, user_id, body, fields, options) {
4404
3573
  var _this414 = this;
4405
-
4406
3574
  return _asyncToGenerator(function* () {
4407
3575
  user_id = (0, _sdkRtl.encodeParam)(user_id);
4408
3576
  return _this414.authStream(callback, 'PUT', "/users/".concat(user_id, "/roles"), {
@@ -4410,10 +3578,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
4410
3578
  }, body, options);
4411
3579
  })();
4412
3580
  }
4413
-
4414
3581
  user_attribute_user_values(callback, request, options) {
4415
3582
  var _this415 = this;
4416
-
4417
3583
  return _asyncToGenerator(function* () {
4418
3584
  request.user_id = (0, _sdkRtl.encodeParam)(request.user_id);
4419
3585
  return _this415.authStream(callback, 'GET', "/users/".concat(request.user_id, "/attribute_values"), {
@@ -4424,30 +3590,24 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
4424
3590
  }, null, options);
4425
3591
  })();
4426
3592
  }
4427
-
4428
3593
  set_user_attribute_user_value(callback, user_id, user_attribute_id, body, options) {
4429
3594
  var _this416 = this;
4430
-
4431
3595
  return _asyncToGenerator(function* () {
4432
3596
  user_id = (0, _sdkRtl.encodeParam)(user_id);
4433
3597
  user_attribute_id = (0, _sdkRtl.encodeParam)(user_attribute_id);
4434
3598
  return _this416.authStream(callback, 'PATCH', "/users/".concat(user_id, "/attribute_values/").concat(user_attribute_id), null, body, options);
4435
3599
  })();
4436
3600
  }
4437
-
4438
3601
  delete_user_attribute_user_value(callback, user_id, user_attribute_id, options) {
4439
3602
  var _this417 = this;
4440
-
4441
3603
  return _asyncToGenerator(function* () {
4442
3604
  user_id = (0, _sdkRtl.encodeParam)(user_id);
4443
3605
  user_attribute_id = (0, _sdkRtl.encodeParam)(user_attribute_id);
4444
3606
  return _this417.authStream(callback, 'DELETE', "/users/".concat(user_id, "/attribute_values/").concat(user_attribute_id), null, null, options);
4445
3607
  })();
4446
3608
  }
4447
-
4448
3609
  send_user_credentials_email_password_reset(callback, user_id, fields, options) {
4449
3610
  var _this418 = this;
4450
-
4451
3611
  return _asyncToGenerator(function* () {
4452
3612
  user_id = (0, _sdkRtl.encodeParam)(user_id);
4453
3613
  return _this418.authStream(callback, 'POST', "/users/".concat(user_id, "/credentials_email/send_password_reset"), {
@@ -4455,10 +3615,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
4455
3615
  }, null, options);
4456
3616
  })();
4457
3617
  }
4458
-
4459
3618
  wipeout_user_emails(callback, user_id, body, fields, options) {
4460
3619
  var _this419 = this;
4461
-
4462
3620
  return _asyncToGenerator(function* () {
4463
3621
  user_id = (0, _sdkRtl.encodeParam)(user_id);
4464
3622
  return _this419.authStream(callback, 'POST', "/users/".concat(user_id, "/update_emails"), {
@@ -4466,18 +3624,14 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
4466
3624
  }, body, options);
4467
3625
  })();
4468
3626
  }
4469
-
4470
3627
  create_embed_user(callback, body, options) {
4471
3628
  var _this420 = this;
4472
-
4473
3629
  return _asyncToGenerator(function* () {
4474
3630
  return _this420.authStream(callback, 'POST', '/users/embed_user', null, body, options);
4475
3631
  })();
4476
3632
  }
4477
-
4478
3633
  all_user_attributes(callback, request, options) {
4479
3634
  var _this421 = this;
4480
-
4481
3635
  return _asyncToGenerator(function* () {
4482
3636
  return _this421.authStream(callback, 'GET', '/user_attributes', {
4483
3637
  fields: request.fields,
@@ -4485,20 +3639,16 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
4485
3639
  }, null, options);
4486
3640
  })();
4487
3641
  }
4488
-
4489
3642
  create_user_attribute(callback, body, fields, options) {
4490
3643
  var _this422 = this;
4491
-
4492
3644
  return _asyncToGenerator(function* () {
4493
3645
  return _this422.authStream(callback, 'POST', '/user_attributes', {
4494
3646
  fields
4495
3647
  }, body, options);
4496
3648
  })();
4497
3649
  }
4498
-
4499
3650
  user_attribute(callback, user_attribute_id, fields, options) {
4500
3651
  var _this423 = this;
4501
-
4502
3652
  return _asyncToGenerator(function* () {
4503
3653
  user_attribute_id = (0, _sdkRtl.encodeParam)(user_attribute_id);
4504
3654
  return _this423.authStream(callback, 'GET', "/user_attributes/".concat(user_attribute_id), {
@@ -4506,10 +3656,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
4506
3656
  }, null, options);
4507
3657
  })();
4508
3658
  }
4509
-
4510
3659
  update_user_attribute(callback, user_attribute_id, body, fields, options) {
4511
3660
  var _this424 = this;
4512
-
4513
3661
  return _asyncToGenerator(function* () {
4514
3662
  user_attribute_id = (0, _sdkRtl.encodeParam)(user_attribute_id);
4515
3663
  return _this424.authStream(callback, 'PATCH', "/user_attributes/".concat(user_attribute_id), {
@@ -4517,19 +3665,15 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
4517
3665
  }, body, options);
4518
3666
  })();
4519
3667
  }
4520
-
4521
3668
  delete_user_attribute(callback, user_attribute_id, options) {
4522
3669
  var _this425 = this;
4523
-
4524
3670
  return _asyncToGenerator(function* () {
4525
3671
  user_attribute_id = (0, _sdkRtl.encodeParam)(user_attribute_id);
4526
3672
  return _this425.authStream(callback, 'DELETE', "/user_attributes/".concat(user_attribute_id), null, null, options);
4527
3673
  })();
4528
3674
  }
4529
-
4530
3675
  all_user_attribute_group_values(callback, user_attribute_id, fields, options) {
4531
3676
  var _this426 = this;
4532
-
4533
3677
  return _asyncToGenerator(function* () {
4534
3678
  user_attribute_id = (0, _sdkRtl.encodeParam)(user_attribute_id);
4535
3679
  return _this426.authStream(callback, 'GET', "/user_attributes/".concat(user_attribute_id, "/group_values"), {
@@ -4537,36 +3681,27 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
4537
3681
  }, null, options);
4538
3682
  })();
4539
3683
  }
4540
-
4541
3684
  set_user_attribute_group_values(callback, user_attribute_id, body, options) {
4542
3685
  var _this427 = this;
4543
-
4544
3686
  return _asyncToGenerator(function* () {
4545
3687
  user_attribute_id = (0, _sdkRtl.encodeParam)(user_attribute_id);
4546
3688
  return _this427.authStream(callback, 'POST', "/user_attributes/".concat(user_attribute_id, "/group_values"), null, body, options);
4547
3689
  })();
4548
3690
  }
4549
-
4550
3691
  all_workspaces(callback, options) {
4551
3692
  var _this428 = this;
4552
-
4553
3693
  return _asyncToGenerator(function* () {
4554
3694
  return _this428.authStream(callback, 'GET', '/workspaces', null, null, options);
4555
3695
  })();
4556
3696
  }
4557
-
4558
3697
  workspace(callback, workspace_id, options) {
4559
3698
  var _this429 = this;
4560
-
4561
3699
  return _asyncToGenerator(function* () {
4562
3700
  workspace_id = (0, _sdkRtl.encodeParam)(workspace_id);
4563
3701
  return _this429.authStream(callback, 'GET', "/workspaces/".concat(workspace_id), null, null, options);
4564
3702
  })();
4565
3703
  }
4566
-
4567
3704
  }
4568
-
4569
3705
  exports.Looker40SDKStream = Looker40SDKStream;
4570
-
4571
3706
  _defineProperty(Looker40SDKStream, "ApiVersion", '4.0');
4572
3707
  //# sourceMappingURL=streams.js.map