@looker/sdk 24.16.1 → 24.18.0

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