@looker/sdk 24.16.2 → 24.18.1

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.
@@ -2965,7 +2965,8 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
2965
2965
  id: request.id,
2966
2966
  name: request.name,
2967
2967
  built_in: request.built_in,
2968
- filter_or: request.filter_or
2968
+ filter_or: request.filter_or,
2969
+ is_support_role: request.is_support_role
2969
2970
  }, null, options);
2970
2971
  })();
2971
2972
  }
@@ -3092,11 +3093,34 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3092
3093
  return _this360.authStream(callback, 'POST', '/scheduled_plans/run_once', null, body, options);
3093
3094
  })();
3094
3095
  }
3095
- scheduled_plans_for_look(callback, request, options) {
3096
+ search_scheduled_plans(callback, request, options) {
3096
3097
  var _this361 = this;
3098
+ return _asyncToGenerator(function* () {
3099
+ return _this361.authStream(callback, 'GET', '/scheduled_plans/search', {
3100
+ user_id: request.user_id,
3101
+ fields: request.fields,
3102
+ all_users: request.all_users,
3103
+ limit: request.limit,
3104
+ offset: request.offset,
3105
+ sorts: request.sorts,
3106
+ name: request.name,
3107
+ user_first_name: request.user_first_name,
3108
+ user_last_name: request.user_last_name,
3109
+ dashboard_id: request.dashboard_id,
3110
+ look_id: request.look_id,
3111
+ lookml_dashboard_id: request.lookml_dashboard_id,
3112
+ recipient: request.recipient,
3113
+ destination_type: request.destination_type,
3114
+ delivery_format: request.delivery_format,
3115
+ filter_or: request.filter_or
3116
+ }, null, options);
3117
+ })();
3118
+ }
3119
+ scheduled_plans_for_look(callback, request, options) {
3120
+ var _this362 = this;
3097
3121
  return _asyncToGenerator(function* () {
3098
3122
  request.look_id = (0, _sdkRtl.encodeParam)(request.look_id);
3099
- return _this361.authStream(callback, 'GET', "/scheduled_plans/look/".concat(request.look_id), {
3123
+ return _this362.authStream(callback, 'GET', "/scheduled_plans/look/".concat(request.look_id), {
3100
3124
  user_id: request.user_id,
3101
3125
  fields: request.fields,
3102
3126
  all_users: request.all_users
@@ -3104,10 +3128,10 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3104
3128
  })();
3105
3129
  }
3106
3130
  scheduled_plans_for_dashboard(callback, request, options) {
3107
- var _this362 = this;
3131
+ var _this363 = this;
3108
3132
  return _asyncToGenerator(function* () {
3109
3133
  request.dashboard_id = (0, _sdkRtl.encodeParam)(request.dashboard_id);
3110
- return _this362.authStream(callback, 'GET', "/scheduled_plans/dashboard/".concat(request.dashboard_id), {
3134
+ return _this363.authStream(callback, 'GET', "/scheduled_plans/dashboard/".concat(request.dashboard_id), {
3111
3135
  user_id: request.user_id,
3112
3136
  all_users: request.all_users,
3113
3137
  fields: request.fields
@@ -3115,10 +3139,10 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3115
3139
  })();
3116
3140
  }
3117
3141
  scheduled_plans_for_lookml_dashboard(callback, request, options) {
3118
- var _this363 = this;
3142
+ var _this364 = this;
3119
3143
  return _asyncToGenerator(function* () {
3120
3144
  request.lookml_dashboard_id = (0, _sdkRtl.encodeParam)(request.lookml_dashboard_id);
3121
- return _this363.authStream(callback, 'GET', "/scheduled_plans/lookml_dashboard/".concat(request.lookml_dashboard_id), {
3145
+ return _this364.authStream(callback, 'GET', "/scheduled_plans/lookml_dashboard/".concat(request.lookml_dashboard_id), {
3122
3146
  user_id: request.user_id,
3123
3147
  fields: request.fields,
3124
3148
  all_users: request.all_users
@@ -3126,63 +3150,63 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3126
3150
  })();
3127
3151
  }
3128
3152
  scheduled_plan_run_once_by_id(callback, scheduled_plan_id, body, options) {
3129
- var _this364 = this;
3153
+ var _this365 = this;
3130
3154
  return _asyncToGenerator(function* () {
3131
3155
  scheduled_plan_id = (0, _sdkRtl.encodeParam)(scheduled_plan_id);
3132
- return _this364.authStream(callback, 'POST', "/scheduled_plans/".concat(scheduled_plan_id, "/run_once"), null, body, options);
3156
+ return _this365.authStream(callback, 'POST', "/scheduled_plans/".concat(scheduled_plan_id, "/run_once"), null, body, options);
3133
3157
  })();
3134
3158
  }
3135
3159
  session(callback, options) {
3136
- var _this365 = this;
3160
+ var _this366 = this;
3137
3161
  return _asyncToGenerator(function* () {
3138
- return _this365.authStream(callback, 'GET', '/session', null, null, options);
3162
+ return _this366.authStream(callback, 'GET', '/session', null, null, options);
3139
3163
  })();
3140
3164
  }
3141
3165
  update_session(callback, body, options) {
3142
- var _this366 = this;
3166
+ var _this367 = this;
3143
3167
  return _asyncToGenerator(function* () {
3144
- return _this366.authStream(callback, 'PATCH', '/session', null, body, options);
3168
+ return _this367.authStream(callback, 'PATCH', '/session', null, body, options);
3145
3169
  })();
3146
3170
  }
3147
3171
  sql_interface_metadata(callback, avatica_request, options) {
3148
- var _this367 = this;
3172
+ var _this368 = this;
3149
3173
  return _asyncToGenerator(function* () {
3150
- return _this367.authStream(callback, 'GET', '/sql_interface_queries/metadata', {
3174
+ return _this368.authStream(callback, 'GET', '/sql_interface_queries/metadata', {
3151
3175
  avatica_request
3152
3176
  }, null, options);
3153
3177
  })();
3154
3178
  }
3155
3179
  run_sql_interface_query(callback, query_id, result_format, options) {
3156
- var _this368 = this;
3180
+ var _this369 = this;
3157
3181
  return _asyncToGenerator(function* () {
3158
3182
  result_format = (0, _sdkRtl.encodeParam)(result_format);
3159
- return _this368.authStream(callback, 'GET', "/sql_interface_queries/".concat(query_id, "/run/").concat(result_format), null, null, options);
3183
+ return _this369.authStream(callback, 'GET', "/sql_interface_queries/".concat(query_id, "/run/").concat(result_format), null, null, options);
3160
3184
  })();
3161
3185
  }
3162
3186
  create_sql_interface_query(callback, body, options) {
3163
- var _this369 = this;
3187
+ var _this370 = this;
3164
3188
  return _asyncToGenerator(function* () {
3165
- return _this369.authStream(callback, 'POST', '/sql_interface_queries', null, body, options);
3189
+ return _this370.authStream(callback, 'POST', '/sql_interface_queries', null, body, options);
3166
3190
  })();
3167
3191
  }
3168
3192
  all_themes(callback, fields, options) {
3169
- var _this370 = this;
3193
+ var _this371 = this;
3170
3194
  return _asyncToGenerator(function* () {
3171
- return _this370.authStream(callback, 'GET', '/themes', {
3195
+ return _this371.authStream(callback, 'GET', '/themes', {
3172
3196
  fields
3173
3197
  }, null, options);
3174
3198
  })();
3175
3199
  }
3176
3200
  create_theme(callback, body, options) {
3177
- var _this371 = this;
3201
+ var _this372 = this;
3178
3202
  return _asyncToGenerator(function* () {
3179
- return _this371.authStream(callback, 'POST', '/themes', null, body, options);
3203
+ return _this372.authStream(callback, 'POST', '/themes', null, body, options);
3180
3204
  })();
3181
3205
  }
3182
3206
  search_themes(callback, request, options) {
3183
- var _this372 = this;
3207
+ var _this373 = this;
3184
3208
  return _asyncToGenerator(function* () {
3185
- return _this372.authStream(callback, 'GET', '/themes/search', {
3209
+ return _this373.authStream(callback, 'GET', '/themes/search', {
3186
3210
  id: request.id,
3187
3211
  name: request.name,
3188
3212
  begin_at: request.begin_at,
@@ -3196,25 +3220,25 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3196
3220
  })();
3197
3221
  }
3198
3222
  default_theme(callback, ts, options) {
3199
- var _this373 = this;
3223
+ var _this374 = this;
3200
3224
  return _asyncToGenerator(function* () {
3201
- return _this373.authStream(callback, 'GET', '/themes/default', {
3225
+ return _this374.authStream(callback, 'GET', '/themes/default', {
3202
3226
  ts
3203
3227
  }, null, options);
3204
3228
  })();
3205
3229
  }
3206
3230
  set_default_theme(callback, name, options) {
3207
- var _this374 = this;
3231
+ var _this375 = this;
3208
3232
  return _asyncToGenerator(function* () {
3209
- return _this374.authStream(callback, 'PUT', '/themes/default', {
3233
+ return _this375.authStream(callback, 'PUT', '/themes/default', {
3210
3234
  name
3211
3235
  }, null, options);
3212
3236
  })();
3213
3237
  }
3214
3238
  active_themes(callback, request, options) {
3215
- var _this375 = this;
3239
+ var _this376 = this;
3216
3240
  return _asyncToGenerator(function* () {
3217
- return _this375.authStream(callback, 'GET', '/themes/active', {
3241
+ return _this376.authStream(callback, 'GET', '/themes/active', {
3218
3242
  name: request.name,
3219
3243
  ts: request.ts,
3220
3244
  fields: request.fields
@@ -3222,47 +3246,47 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3222
3246
  })();
3223
3247
  }
3224
3248
  theme_or_default(callback, name, ts, options) {
3225
- var _this376 = this;
3249
+ var _this377 = this;
3226
3250
  return _asyncToGenerator(function* () {
3227
- return _this376.authStream(callback, 'GET', '/themes/theme_or_default', {
3251
+ return _this377.authStream(callback, 'GET', '/themes/theme_or_default', {
3228
3252
  name,
3229
3253
  ts
3230
3254
  }, null, options);
3231
3255
  })();
3232
3256
  }
3233
3257
  validate_theme(callback, body, options) {
3234
- var _this377 = this;
3258
+ var _this378 = this;
3235
3259
  return _asyncToGenerator(function* () {
3236
- return _this377.authStream(callback, 'POST', '/themes/validate', null, body, options);
3260
+ return _this378.authStream(callback, 'POST', '/themes/validate', null, body, options);
3237
3261
  })();
3238
3262
  }
3239
3263
  theme(callback, theme_id, fields, options) {
3240
- var _this378 = this;
3264
+ var _this379 = this;
3241
3265
  return _asyncToGenerator(function* () {
3242
3266
  theme_id = (0, _sdkRtl.encodeParam)(theme_id);
3243
- return _this378.authStream(callback, 'GET', "/themes/".concat(theme_id), {
3267
+ return _this379.authStream(callback, 'GET', "/themes/".concat(theme_id), {
3244
3268
  fields
3245
3269
  }, null, options);
3246
3270
  })();
3247
3271
  }
3248
3272
  update_theme(callback, theme_id, body, options) {
3249
- var _this379 = this;
3273
+ var _this380 = this;
3250
3274
  return _asyncToGenerator(function* () {
3251
3275
  theme_id = (0, _sdkRtl.encodeParam)(theme_id);
3252
- return _this379.authStream(callback, 'PATCH', "/themes/".concat(theme_id), null, body, options);
3276
+ return _this380.authStream(callback, 'PATCH', "/themes/".concat(theme_id), null, body, options);
3253
3277
  })();
3254
3278
  }
3255
3279
  delete_theme(callback, theme_id, options) {
3256
- var _this380 = this;
3280
+ var _this381 = this;
3257
3281
  return _asyncToGenerator(function* () {
3258
3282
  theme_id = (0, _sdkRtl.encodeParam)(theme_id);
3259
- return _this380.authStream(callback, 'DELETE', "/themes/".concat(theme_id), null, null, options);
3283
+ return _this381.authStream(callback, 'DELETE', "/themes/".concat(theme_id), null, null, options);
3260
3284
  })();
3261
3285
  }
3262
3286
  search_credentials_email(callback, request, options) {
3263
- var _this381 = this;
3287
+ var _this382 = this;
3264
3288
  return _asyncToGenerator(function* () {
3265
- return _this381.authStream(callback, 'GET', '/credentials_email/search', {
3289
+ return _this382.authStream(callback, 'GET', '/credentials_email/search', {
3266
3290
  fields: request.fields,
3267
3291
  limit: request.limit,
3268
3292
  offset: request.offset,
@@ -3275,17 +3299,17 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3275
3299
  })();
3276
3300
  }
3277
3301
  me(callback, fields, options) {
3278
- var _this382 = this;
3302
+ var _this383 = this;
3279
3303
  return _asyncToGenerator(function* () {
3280
- return _this382.authStream(callback, 'GET', '/user', {
3304
+ return _this383.authStream(callback, 'GET', '/user', {
3281
3305
  fields
3282
3306
  }, null, options);
3283
3307
  })();
3284
3308
  }
3285
3309
  all_users(callback, request, options) {
3286
- var _this383 = this;
3310
+ var _this384 = this;
3287
3311
  return _asyncToGenerator(function* () {
3288
- return _this383.authStream(callback, 'GET', '/users', {
3312
+ return _this384.authStream(callback, 'GET', '/users', {
3289
3313
  fields: request.fields,
3290
3314
  page: request.page,
3291
3315
  per_page: request.per_page,
@@ -3297,17 +3321,17 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3297
3321
  })();
3298
3322
  }
3299
3323
  create_user(callback, body, fields, options) {
3300
- var _this384 = this;
3324
+ var _this385 = this;
3301
3325
  return _asyncToGenerator(function* () {
3302
- return _this384.authStream(callback, 'POST', '/users', {
3326
+ return _this385.authStream(callback, 'POST', '/users', {
3303
3327
  fields
3304
3328
  }, body, options);
3305
3329
  })();
3306
3330
  }
3307
3331
  search_users(callback, request, options) {
3308
- var _this385 = this;
3332
+ var _this386 = this;
3309
3333
  return _asyncToGenerator(function* () {
3310
- return _this385.authStream(callback, 'GET', '/users/search', {
3334
+ return _this386.authStream(callback, 'GET', '/users/search', {
3311
3335
  fields: request.fields,
3312
3336
  page: request.page,
3313
3337
  per_page: request.per_page,
@@ -3328,10 +3352,10 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3328
3352
  })();
3329
3353
  }
3330
3354
  search_users_names(callback, request, options) {
3331
- var _this386 = this;
3355
+ var _this387 = this;
3332
3356
  return _asyncToGenerator(function* () {
3333
3357
  request.pattern = (0, _sdkRtl.encodeParam)(request.pattern);
3334
- return _this386.authStream(callback, 'GET', "/users/search/names/".concat(request.pattern), {
3358
+ return _this387.authStream(callback, 'GET', "/users/search/names/".concat(request.pattern), {
3335
3359
  fields: request.fields,
3336
3360
  page: request.page,
3337
3361
  per_page: request.per_page,
@@ -3348,303 +3372,303 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3348
3372
  })();
3349
3373
  }
3350
3374
  user(callback, user_id, fields, options) {
3351
- var _this387 = this;
3375
+ var _this388 = this;
3352
3376
  return _asyncToGenerator(function* () {
3353
3377
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3354
- return _this387.authStream(callback, 'GET', "/users/".concat(user_id), {
3378
+ return _this388.authStream(callback, 'GET', "/users/".concat(user_id), {
3355
3379
  fields
3356
3380
  }, null, options);
3357
3381
  })();
3358
3382
  }
3359
3383
  update_user(callback, user_id, body, fields, options) {
3360
- var _this388 = this;
3384
+ var _this389 = this;
3361
3385
  return _asyncToGenerator(function* () {
3362
3386
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3363
- return _this388.authStream(callback, 'PATCH', "/users/".concat(user_id), {
3387
+ return _this389.authStream(callback, 'PATCH', "/users/".concat(user_id), {
3364
3388
  fields
3365
3389
  }, body, options);
3366
3390
  })();
3367
3391
  }
3368
3392
  delete_user(callback, user_id, options) {
3369
- var _this389 = this;
3393
+ var _this390 = this;
3370
3394
  return _asyncToGenerator(function* () {
3371
3395
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3372
- return _this389.authStream(callback, 'DELETE', "/users/".concat(user_id), null, null, options);
3396
+ return _this390.authStream(callback, 'DELETE', "/users/".concat(user_id), null, null, options);
3373
3397
  })();
3374
3398
  }
3375
3399
  user_for_credential(callback, credential_type, credential_id, fields, options) {
3376
- var _this390 = this;
3400
+ var _this391 = this;
3377
3401
  return _asyncToGenerator(function* () {
3378
3402
  credential_type = (0, _sdkRtl.encodeParam)(credential_type);
3379
3403
  credential_id = (0, _sdkRtl.encodeParam)(credential_id);
3380
- return _this390.authStream(callback, 'GET', "/users/credential/".concat(credential_type, "/").concat(credential_id), {
3404
+ return _this391.authStream(callback, 'GET', "/users/credential/".concat(credential_type, "/").concat(credential_id), {
3381
3405
  fields
3382
3406
  }, null, options);
3383
3407
  })();
3384
3408
  }
3385
3409
  user_credentials_email(callback, user_id, fields, options) {
3386
- var _this391 = this;
3410
+ var _this392 = this;
3387
3411
  return _asyncToGenerator(function* () {
3388
3412
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3389
- return _this391.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_email"), {
3413
+ return _this392.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_email"), {
3390
3414
  fields
3391
3415
  }, null, options);
3392
3416
  })();
3393
3417
  }
3394
3418
  create_user_credentials_email(callback, user_id, body, fields, options) {
3395
- var _this392 = this;
3419
+ var _this393 = this;
3396
3420
  return _asyncToGenerator(function* () {
3397
3421
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3398
- return _this392.authStream(callback, 'POST', "/users/".concat(user_id, "/credentials_email"), {
3422
+ return _this393.authStream(callback, 'POST', "/users/".concat(user_id, "/credentials_email"), {
3399
3423
  fields
3400
3424
  }, body, options);
3401
3425
  })();
3402
3426
  }
3403
3427
  update_user_credentials_email(callback, user_id, body, fields, options) {
3404
- var _this393 = this;
3428
+ var _this394 = this;
3405
3429
  return _asyncToGenerator(function* () {
3406
3430
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3407
- return _this393.authStream(callback, 'PATCH', "/users/".concat(user_id, "/credentials_email"), {
3431
+ return _this394.authStream(callback, 'PATCH', "/users/".concat(user_id, "/credentials_email"), {
3408
3432
  fields
3409
3433
  }, body, options);
3410
3434
  })();
3411
3435
  }
3412
3436
  delete_user_credentials_email(callback, user_id, options) {
3413
- var _this394 = this;
3437
+ var _this395 = this;
3414
3438
  return _asyncToGenerator(function* () {
3415
3439
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3416
- return _this394.authStream(callback, 'DELETE', "/users/".concat(user_id, "/credentials_email"), null, null, options);
3440
+ return _this395.authStream(callback, 'DELETE', "/users/".concat(user_id, "/credentials_email"), null, null, options);
3417
3441
  })();
3418
3442
  }
3419
3443
  user_credentials_totp(callback, user_id, fields, options) {
3420
- var _this395 = this;
3444
+ var _this396 = this;
3421
3445
  return _asyncToGenerator(function* () {
3422
3446
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3423
- return _this395.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_totp"), {
3447
+ return _this396.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_totp"), {
3424
3448
  fields
3425
3449
  }, null, options);
3426
3450
  })();
3427
3451
  }
3428
3452
  create_user_credentials_totp(callback, user_id, body, fields, options) {
3429
- var _this396 = this;
3453
+ var _this397 = this;
3430
3454
  return _asyncToGenerator(function* () {
3431
3455
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3432
- return _this396.authStream(callback, 'POST', "/users/".concat(user_id, "/credentials_totp"), {
3456
+ return _this397.authStream(callback, 'POST', "/users/".concat(user_id, "/credentials_totp"), {
3433
3457
  fields
3434
3458
  }, body, options);
3435
3459
  })();
3436
3460
  }
3437
3461
  delete_user_credentials_totp(callback, user_id, options) {
3438
- var _this397 = this;
3462
+ var _this398 = this;
3439
3463
  return _asyncToGenerator(function* () {
3440
3464
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3441
- return _this397.authStream(callback, 'DELETE', "/users/".concat(user_id, "/credentials_totp"), null, null, options);
3465
+ return _this398.authStream(callback, 'DELETE', "/users/".concat(user_id, "/credentials_totp"), null, null, options);
3442
3466
  })();
3443
3467
  }
3444
3468
  user_credentials_ldap(callback, user_id, fields, options) {
3445
- var _this398 = this;
3469
+ var _this399 = this;
3446
3470
  return _asyncToGenerator(function* () {
3447
3471
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3448
- return _this398.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_ldap"), {
3472
+ return _this399.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_ldap"), {
3449
3473
  fields
3450
3474
  }, null, options);
3451
3475
  })();
3452
3476
  }
3453
3477
  delete_user_credentials_ldap(callback, user_id, options) {
3454
- var _this399 = this;
3478
+ var _this400 = this;
3455
3479
  return _asyncToGenerator(function* () {
3456
3480
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3457
- return _this399.authStream(callback, 'DELETE', "/users/".concat(user_id, "/credentials_ldap"), null, null, options);
3481
+ return _this400.authStream(callback, 'DELETE', "/users/".concat(user_id, "/credentials_ldap"), null, null, options);
3458
3482
  })();
3459
3483
  }
3460
3484
  user_credentials_google(callback, user_id, fields, options) {
3461
- var _this400 = this;
3485
+ var _this401 = this;
3462
3486
  return _asyncToGenerator(function* () {
3463
3487
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3464
- return _this400.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_google"), {
3488
+ return _this401.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_google"), {
3465
3489
  fields
3466
3490
  }, null, options);
3467
3491
  })();
3468
3492
  }
3469
3493
  delete_user_credentials_google(callback, user_id, options) {
3470
- var _this401 = this;
3494
+ var _this402 = this;
3471
3495
  return _asyncToGenerator(function* () {
3472
3496
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3473
- return _this401.authStream(callback, 'DELETE', "/users/".concat(user_id, "/credentials_google"), null, null, options);
3497
+ return _this402.authStream(callback, 'DELETE', "/users/".concat(user_id, "/credentials_google"), null, null, options);
3474
3498
  })();
3475
3499
  }
3476
3500
  user_credentials_saml(callback, user_id, fields, options) {
3477
- var _this402 = this;
3501
+ var _this403 = this;
3478
3502
  return _asyncToGenerator(function* () {
3479
3503
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3480
- return _this402.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_saml"), {
3504
+ return _this403.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_saml"), {
3481
3505
  fields
3482
3506
  }, null, options);
3483
3507
  })();
3484
3508
  }
3485
3509
  delete_user_credentials_saml(callback, user_id, options) {
3486
- var _this403 = this;
3510
+ var _this404 = this;
3487
3511
  return _asyncToGenerator(function* () {
3488
3512
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3489
- return _this403.authStream(callback, 'DELETE', "/users/".concat(user_id, "/credentials_saml"), null, null, options);
3513
+ return _this404.authStream(callback, 'DELETE', "/users/".concat(user_id, "/credentials_saml"), null, null, options);
3490
3514
  })();
3491
3515
  }
3492
3516
  user_credentials_oidc(callback, user_id, fields, options) {
3493
- var _this404 = this;
3517
+ var _this405 = this;
3494
3518
  return _asyncToGenerator(function* () {
3495
3519
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3496
- return _this404.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_oidc"), {
3520
+ return _this405.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_oidc"), {
3497
3521
  fields
3498
3522
  }, null, options);
3499
3523
  })();
3500
3524
  }
3501
3525
  delete_user_credentials_oidc(callback, user_id, options) {
3502
- var _this405 = this;
3526
+ var _this406 = this;
3503
3527
  return _asyncToGenerator(function* () {
3504
3528
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3505
- return _this405.authStream(callback, 'DELETE', "/users/".concat(user_id, "/credentials_oidc"), null, null, options);
3529
+ return _this406.authStream(callback, 'DELETE', "/users/".concat(user_id, "/credentials_oidc"), null, null, options);
3506
3530
  })();
3507
3531
  }
3508
3532
  user_credentials_api3(callback, user_id, credentials_api3_id, fields, options) {
3509
- var _this406 = this;
3533
+ var _this407 = this;
3510
3534
  return _asyncToGenerator(function* () {
3511
3535
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3512
3536
  credentials_api3_id = (0, _sdkRtl.encodeParam)(credentials_api3_id);
3513
- return _this406.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_api3/").concat(credentials_api3_id), {
3537
+ return _this407.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_api3/").concat(credentials_api3_id), {
3514
3538
  fields
3515
3539
  }, null, options);
3516
3540
  })();
3517
3541
  }
3518
3542
  delete_user_credentials_api3(callback, user_id, credentials_api3_id, options) {
3519
- var _this407 = this;
3543
+ var _this408 = this;
3520
3544
  return _asyncToGenerator(function* () {
3521
3545
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3522
3546
  credentials_api3_id = (0, _sdkRtl.encodeParam)(credentials_api3_id);
3523
- return _this407.authStream(callback, 'DELETE', "/users/".concat(user_id, "/credentials_api3/").concat(credentials_api3_id), null, null, options);
3547
+ return _this408.authStream(callback, 'DELETE', "/users/".concat(user_id, "/credentials_api3/").concat(credentials_api3_id), null, null, options);
3524
3548
  })();
3525
3549
  }
3526
3550
  all_user_credentials_api3s(callback, user_id, fields, options) {
3527
- var _this408 = this;
3551
+ var _this409 = this;
3528
3552
  return _asyncToGenerator(function* () {
3529
3553
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3530
- return _this408.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_api3"), {
3554
+ return _this409.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_api3"), {
3531
3555
  fields
3532
3556
  }, null, options);
3533
3557
  })();
3534
3558
  }
3535
3559
  create_user_credentials_api3(callback, user_id, fields, options) {
3536
- var _this409 = this;
3560
+ var _this410 = this;
3537
3561
  return _asyncToGenerator(function* () {
3538
3562
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3539
- return _this409.authStream(callback, 'POST', "/users/".concat(user_id, "/credentials_api3"), {
3563
+ return _this410.authStream(callback, 'POST', "/users/".concat(user_id, "/credentials_api3"), {
3540
3564
  fields
3541
3565
  }, null, options);
3542
3566
  })();
3543
3567
  }
3544
3568
  user_credentials_embed(callback, user_id, credentials_embed_id, fields, options) {
3545
- var _this410 = this;
3569
+ var _this411 = this;
3546
3570
  return _asyncToGenerator(function* () {
3547
3571
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3548
3572
  credentials_embed_id = (0, _sdkRtl.encodeParam)(credentials_embed_id);
3549
- return _this410.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_embed/").concat(credentials_embed_id), {
3573
+ return _this411.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_embed/").concat(credentials_embed_id), {
3550
3574
  fields
3551
3575
  }, null, options);
3552
3576
  })();
3553
3577
  }
3554
3578
  delete_user_credentials_embed(callback, user_id, credentials_embed_id, options) {
3555
- var _this411 = this;
3579
+ var _this412 = this;
3556
3580
  return _asyncToGenerator(function* () {
3557
3581
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3558
3582
  credentials_embed_id = (0, _sdkRtl.encodeParam)(credentials_embed_id);
3559
- return _this411.authStream(callback, 'DELETE', "/users/".concat(user_id, "/credentials_embed/").concat(credentials_embed_id), null, null, options);
3583
+ return _this412.authStream(callback, 'DELETE', "/users/".concat(user_id, "/credentials_embed/").concat(credentials_embed_id), null, null, options);
3560
3584
  })();
3561
3585
  }
3562
3586
  all_user_credentials_embeds(callback, user_id, fields, options) {
3563
- var _this412 = this;
3587
+ var _this413 = this;
3564
3588
  return _asyncToGenerator(function* () {
3565
3589
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3566
- return _this412.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_embed"), {
3590
+ return _this413.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_embed"), {
3567
3591
  fields
3568
3592
  }, null, options);
3569
3593
  })();
3570
3594
  }
3571
3595
  user_credentials_looker_openid(callback, user_id, fields, options) {
3572
- var _this413 = this;
3596
+ var _this414 = this;
3573
3597
  return _asyncToGenerator(function* () {
3574
3598
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3575
- return _this413.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_looker_openid"), {
3599
+ return _this414.authStream(callback, 'GET', "/users/".concat(user_id, "/credentials_looker_openid"), {
3576
3600
  fields
3577
3601
  }, null, options);
3578
3602
  })();
3579
3603
  }
3580
3604
  delete_user_credentials_looker_openid(callback, user_id, options) {
3581
- var _this414 = this;
3605
+ var _this415 = this;
3582
3606
  return _asyncToGenerator(function* () {
3583
3607
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3584
- return _this414.authStream(callback, 'DELETE', "/users/".concat(user_id, "/credentials_looker_openid"), null, null, options);
3608
+ return _this415.authStream(callback, 'DELETE', "/users/".concat(user_id, "/credentials_looker_openid"), null, null, options);
3585
3609
  })();
3586
3610
  }
3587
3611
  user_session(callback, user_id, session_id, fields, options) {
3588
- var _this415 = this;
3612
+ var _this416 = this;
3589
3613
  return _asyncToGenerator(function* () {
3590
3614
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3591
3615
  session_id = (0, _sdkRtl.encodeParam)(session_id);
3592
- return _this415.authStream(callback, 'GET', "/users/".concat(user_id, "/sessions/").concat(session_id), {
3616
+ return _this416.authStream(callback, 'GET', "/users/".concat(user_id, "/sessions/").concat(session_id), {
3593
3617
  fields
3594
3618
  }, null, options);
3595
3619
  })();
3596
3620
  }
3597
3621
  delete_user_session(callback, user_id, session_id, options) {
3598
- var _this416 = this;
3622
+ var _this417 = this;
3599
3623
  return _asyncToGenerator(function* () {
3600
3624
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3601
3625
  session_id = (0, _sdkRtl.encodeParam)(session_id);
3602
- return _this416.authStream(callback, 'DELETE', "/users/".concat(user_id, "/sessions/").concat(session_id), null, null, options);
3626
+ return _this417.authStream(callback, 'DELETE', "/users/".concat(user_id, "/sessions/").concat(session_id), null, null, options);
3603
3627
  })();
3604
3628
  }
3605
3629
  all_user_sessions(callback, user_id, fields, options) {
3606
- var _this417 = this;
3630
+ var _this418 = this;
3607
3631
  return _asyncToGenerator(function* () {
3608
3632
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3609
- return _this417.authStream(callback, 'GET', "/users/".concat(user_id, "/sessions"), {
3633
+ return _this418.authStream(callback, 'GET', "/users/".concat(user_id, "/sessions"), {
3610
3634
  fields
3611
3635
  }, null, options);
3612
3636
  })();
3613
3637
  }
3614
3638
  create_user_credentials_email_password_reset(callback, request, options) {
3615
- var _this418 = this;
3639
+ var _this419 = this;
3616
3640
  return _asyncToGenerator(function* () {
3617
3641
  request.user_id = (0, _sdkRtl.encodeParam)(request.user_id);
3618
- return _this418.authStream(callback, 'POST', "/users/".concat(request.user_id, "/credentials_email/password_reset"), {
3642
+ return _this419.authStream(callback, 'POST', "/users/".concat(request.user_id, "/credentials_email/password_reset"), {
3619
3643
  expires: request.expires,
3620
3644
  fields: request.fields
3621
3645
  }, null, options);
3622
3646
  })();
3623
3647
  }
3624
3648
  user_roles(callback, request, options) {
3625
- var _this419 = this;
3649
+ var _this420 = this;
3626
3650
  return _asyncToGenerator(function* () {
3627
3651
  request.user_id = (0, _sdkRtl.encodeParam)(request.user_id);
3628
- return _this419.authStream(callback, 'GET', "/users/".concat(request.user_id, "/roles"), {
3652
+ return _this420.authStream(callback, 'GET', "/users/".concat(request.user_id, "/roles"), {
3629
3653
  fields: request.fields,
3630
3654
  direct_association_only: request.direct_association_only
3631
3655
  }, null, options);
3632
3656
  })();
3633
3657
  }
3634
3658
  set_user_roles(callback, user_id, body, fields, options) {
3635
- var _this420 = this;
3659
+ var _this421 = this;
3636
3660
  return _asyncToGenerator(function* () {
3637
3661
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3638
- return _this420.authStream(callback, 'PUT', "/users/".concat(user_id, "/roles"), {
3662
+ return _this421.authStream(callback, 'PUT', "/users/".concat(user_id, "/roles"), {
3639
3663
  fields
3640
3664
  }, body, options);
3641
3665
  })();
3642
3666
  }
3643
3667
  user_attribute_user_values(callback, request, options) {
3644
- var _this421 = this;
3668
+ var _this422 = this;
3645
3669
  return _asyncToGenerator(function* () {
3646
3670
  request.user_id = (0, _sdkRtl.encodeParam)(request.user_id);
3647
- return _this421.authStream(callback, 'GET', "/users/".concat(request.user_id, "/attribute_values"), {
3671
+ return _this422.authStream(callback, 'GET', "/users/".concat(request.user_id, "/attribute_values"), {
3648
3672
  fields: request.fields,
3649
3673
  user_attribute_ids: request.user_attribute_ids,
3650
3674
  all_values: request.all_values,
@@ -3653,114 +3677,114 @@ class Looker40SDKStream extends _sdkRtl.APIMethods {
3653
3677
  })();
3654
3678
  }
3655
3679
  set_user_attribute_user_value(callback, user_id, user_attribute_id, body, options) {
3656
- var _this422 = this;
3680
+ var _this423 = this;
3657
3681
  return _asyncToGenerator(function* () {
3658
3682
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3659
3683
  user_attribute_id = (0, _sdkRtl.encodeParam)(user_attribute_id);
3660
- return _this422.authStream(callback, 'PATCH', "/users/".concat(user_id, "/attribute_values/").concat(user_attribute_id), null, body, options);
3684
+ return _this423.authStream(callback, 'PATCH', "/users/".concat(user_id, "/attribute_values/").concat(user_attribute_id), null, body, options);
3661
3685
  })();
3662
3686
  }
3663
3687
  delete_user_attribute_user_value(callback, user_id, user_attribute_id, options) {
3664
- var _this423 = this;
3688
+ var _this424 = this;
3665
3689
  return _asyncToGenerator(function* () {
3666
3690
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3667
3691
  user_attribute_id = (0, _sdkRtl.encodeParam)(user_attribute_id);
3668
- return _this423.authStream(callback, 'DELETE', "/users/".concat(user_id, "/attribute_values/").concat(user_attribute_id), null, null, options);
3692
+ return _this424.authStream(callback, 'DELETE', "/users/".concat(user_id, "/attribute_values/").concat(user_attribute_id), null, null, options);
3669
3693
  })();
3670
3694
  }
3671
3695
  send_user_credentials_email_password_reset(callback, user_id, fields, options) {
3672
- var _this424 = this;
3696
+ var _this425 = this;
3673
3697
  return _asyncToGenerator(function* () {
3674
3698
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3675
- return _this424.authStream(callback, 'POST', "/users/".concat(user_id, "/credentials_email/send_password_reset"), {
3699
+ return _this425.authStream(callback, 'POST', "/users/".concat(user_id, "/credentials_email/send_password_reset"), {
3676
3700
  fields
3677
3701
  }, null, options);
3678
3702
  })();
3679
3703
  }
3680
3704
  wipeout_user_emails(callback, user_id, body, fields, options) {
3681
- var _this425 = this;
3705
+ var _this426 = this;
3682
3706
  return _asyncToGenerator(function* () {
3683
3707
  user_id = (0, _sdkRtl.encodeParam)(user_id);
3684
- return _this425.authStream(callback, 'POST', "/users/".concat(user_id, "/update_emails"), {
3708
+ return _this426.authStream(callback, 'POST', "/users/".concat(user_id, "/update_emails"), {
3685
3709
  fields
3686
3710
  }, body, options);
3687
3711
  })();
3688
3712
  }
3689
3713
  create_embed_user(callback, body, options) {
3690
- var _this426 = this;
3714
+ var _this427 = this;
3691
3715
  return _asyncToGenerator(function* () {
3692
- return _this426.authStream(callback, 'POST', '/users/embed_user', null, body, options);
3716
+ return _this427.authStream(callback, 'POST', '/users/embed_user', null, body, options);
3693
3717
  })();
3694
3718
  }
3695
3719
  all_user_attributes(callback, request, options) {
3696
- var _this427 = this;
3720
+ var _this428 = this;
3697
3721
  return _asyncToGenerator(function* () {
3698
- return _this427.authStream(callback, 'GET', '/user_attributes', {
3722
+ return _this428.authStream(callback, 'GET', '/user_attributes', {
3699
3723
  fields: request.fields,
3700
3724
  sorts: request.sorts
3701
3725
  }, null, options);
3702
3726
  })();
3703
3727
  }
3704
3728
  create_user_attribute(callback, body, fields, options) {
3705
- var _this428 = this;
3729
+ var _this429 = this;
3706
3730
  return _asyncToGenerator(function* () {
3707
- return _this428.authStream(callback, 'POST', '/user_attributes', {
3731
+ return _this429.authStream(callback, 'POST', '/user_attributes', {
3708
3732
  fields
3709
3733
  }, body, options);
3710
3734
  })();
3711
3735
  }
3712
3736
  user_attribute(callback, user_attribute_id, fields, options) {
3713
- var _this429 = this;
3737
+ var _this430 = this;
3714
3738
  return _asyncToGenerator(function* () {
3715
3739
  user_attribute_id = (0, _sdkRtl.encodeParam)(user_attribute_id);
3716
- return _this429.authStream(callback, 'GET', "/user_attributes/".concat(user_attribute_id), {
3740
+ return _this430.authStream(callback, 'GET', "/user_attributes/".concat(user_attribute_id), {
3717
3741
  fields
3718
3742
  }, null, options);
3719
3743
  })();
3720
3744
  }
3721
3745
  update_user_attribute(callback, user_attribute_id, body, fields, options) {
3722
- var _this430 = this;
3746
+ var _this431 = this;
3723
3747
  return _asyncToGenerator(function* () {
3724
3748
  user_attribute_id = (0, _sdkRtl.encodeParam)(user_attribute_id);
3725
- return _this430.authStream(callback, 'PATCH', "/user_attributes/".concat(user_attribute_id), {
3749
+ return _this431.authStream(callback, 'PATCH', "/user_attributes/".concat(user_attribute_id), {
3726
3750
  fields
3727
3751
  }, body, options);
3728
3752
  })();
3729
3753
  }
3730
3754
  delete_user_attribute(callback, user_attribute_id, options) {
3731
- var _this431 = this;
3755
+ var _this432 = this;
3732
3756
  return _asyncToGenerator(function* () {
3733
3757
  user_attribute_id = (0, _sdkRtl.encodeParam)(user_attribute_id);
3734
- return _this431.authStream(callback, 'DELETE', "/user_attributes/".concat(user_attribute_id), null, null, options);
3758
+ return _this432.authStream(callback, 'DELETE', "/user_attributes/".concat(user_attribute_id), null, null, options);
3735
3759
  })();
3736
3760
  }
3737
3761
  all_user_attribute_group_values(callback, user_attribute_id, fields, options) {
3738
- var _this432 = this;
3762
+ var _this433 = this;
3739
3763
  return _asyncToGenerator(function* () {
3740
3764
  user_attribute_id = (0, _sdkRtl.encodeParam)(user_attribute_id);
3741
- return _this432.authStream(callback, 'GET', "/user_attributes/".concat(user_attribute_id, "/group_values"), {
3765
+ return _this433.authStream(callback, 'GET', "/user_attributes/".concat(user_attribute_id, "/group_values"), {
3742
3766
  fields
3743
3767
  }, null, options);
3744
3768
  })();
3745
3769
  }
3746
3770
  set_user_attribute_group_values(callback, user_attribute_id, body, options) {
3747
- var _this433 = this;
3771
+ var _this434 = this;
3748
3772
  return _asyncToGenerator(function* () {
3749
3773
  user_attribute_id = (0, _sdkRtl.encodeParam)(user_attribute_id);
3750
- return _this433.authStream(callback, 'POST', "/user_attributes/".concat(user_attribute_id, "/group_values"), null, body, options);
3774
+ return _this434.authStream(callback, 'POST', "/user_attributes/".concat(user_attribute_id, "/group_values"), null, body, options);
3751
3775
  })();
3752
3776
  }
3753
3777
  all_workspaces(callback, options) {
3754
- var _this434 = this;
3778
+ var _this435 = this;
3755
3779
  return _asyncToGenerator(function* () {
3756
- return _this434.authStream(callback, 'GET', '/workspaces', null, null, options);
3780
+ return _this435.authStream(callback, 'GET', '/workspaces', null, null, options);
3757
3781
  })();
3758
3782
  }
3759
3783
  workspace(callback, workspace_id, options) {
3760
- var _this435 = this;
3784
+ var _this436 = this;
3761
3785
  return _asyncToGenerator(function* () {
3762
3786
  workspace_id = (0, _sdkRtl.encodeParam)(workspace_id);
3763
- return _this435.authStream(callback, 'GET', "/workspaces/".concat(workspace_id), null, null, options);
3787
+ return _this436.authStream(callback, 'GET', "/workspaces/".concat(workspace_id), null, null, options);
3764
3788
  })();
3765
3789
  }
3766
3790
  }