@looker/sdk 25.4.0 → 25.6.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.
@@ -3164,37 +3164,60 @@ export var tag_ref = function () {
3164
3164
  return _ref303.apply(this, arguments);
3165
3165
  };
3166
3166
  }();
3167
+ export var get_ci_run = function () {
3168
+ var _ref304 = _asyncToGenerator(function* (sdk, project_id, run_id, fields, options) {
3169
+ project_id = encodeParam(project_id);
3170
+ run_id = encodeParam(run_id);
3171
+ return sdk.get("/projects/".concat(project_id, "/ci/runs/").concat(run_id), {
3172
+ fields
3173
+ }, null, options);
3174
+ });
3175
+ return function get_ci_run(_x1021, _x1022, _x1023, _x1024, _x1025) {
3176
+ return _ref304.apply(this, arguments);
3177
+ };
3178
+ }();
3179
+ export var create_ci_run = function () {
3180
+ var _ref305 = _asyncToGenerator(function* (sdk, project_id, body, fields, options) {
3181
+ project_id = encodeParam(project_id);
3182
+ return sdk.post("/projects/".concat(project_id, "/ci/run"), {
3183
+ fields
3184
+ }, body, options);
3185
+ });
3186
+ return function create_ci_run(_x1026, _x1027, _x1028, _x1029, _x1030) {
3187
+ return _ref305.apply(this, arguments);
3188
+ };
3189
+ }();
3167
3190
  export var update_repository_credential = function () {
3168
- var _ref304 = _asyncToGenerator(function* (sdk, root_project_id, credential_id, body, options) {
3191
+ var _ref306 = _asyncToGenerator(function* (sdk, root_project_id, credential_id, body, options) {
3169
3192
  root_project_id = encodeParam(root_project_id);
3170
3193
  credential_id = encodeParam(credential_id);
3171
3194
  return sdk.put("/projects/".concat(root_project_id, "/credential/").concat(credential_id), null, body, options);
3172
3195
  });
3173
- return function update_repository_credential(_x1021, _x1022, _x1023, _x1024, _x1025) {
3174
- return _ref304.apply(this, arguments);
3196
+ return function update_repository_credential(_x1031, _x1032, _x1033, _x1034, _x1035) {
3197
+ return _ref306.apply(this, arguments);
3175
3198
  };
3176
3199
  }();
3177
3200
  export var delete_repository_credential = function () {
3178
- var _ref305 = _asyncToGenerator(function* (sdk, root_project_id, credential_id, options) {
3201
+ var _ref307 = _asyncToGenerator(function* (sdk, root_project_id, credential_id, options) {
3179
3202
  root_project_id = encodeParam(root_project_id);
3180
3203
  credential_id = encodeParam(credential_id);
3181
3204
  return sdk.delete("/projects/".concat(root_project_id, "/credential/").concat(credential_id), null, null, options);
3182
3205
  });
3183
- return function delete_repository_credential(_x1026, _x1027, _x1028, _x1029) {
3184
- return _ref305.apply(this, arguments);
3206
+ return function delete_repository_credential(_x1036, _x1037, _x1038, _x1039) {
3207
+ return _ref307.apply(this, arguments);
3185
3208
  };
3186
3209
  }();
3187
3210
  export var get_all_repository_credentials = function () {
3188
- var _ref306 = _asyncToGenerator(function* (sdk, root_project_id, options) {
3211
+ var _ref308 = _asyncToGenerator(function* (sdk, root_project_id, options) {
3189
3212
  root_project_id = encodeParam(root_project_id);
3190
3213
  return sdk.get("/projects/".concat(root_project_id, "/credentials"), null, null, options);
3191
3214
  });
3192
- return function get_all_repository_credentials(_x1030, _x1031, _x1032) {
3193
- return _ref306.apply(this, arguments);
3215
+ return function get_all_repository_credentials(_x1040, _x1041, _x1042) {
3216
+ return _ref308.apply(this, arguments);
3194
3217
  };
3195
3218
  }();
3196
3219
  export var create_query_task = function () {
3197
- var _ref307 = _asyncToGenerator(function* (sdk, request, options) {
3220
+ var _ref309 = _asyncToGenerator(function* (sdk, request, options) {
3198
3221
  return sdk.post('/query_tasks', {
3199
3222
  limit: request.limit,
3200
3223
  apply_formatting: request.apply_formatting,
@@ -3209,74 +3232,74 @@ export var create_query_task = function () {
3209
3232
  fields: request.fields
3210
3233
  }, request.body, options);
3211
3234
  });
3212
- return function create_query_task(_x1033, _x1034, _x1035) {
3213
- return _ref307.apply(this, arguments);
3235
+ return function create_query_task(_x1043, _x1044, _x1045) {
3236
+ return _ref309.apply(this, arguments);
3214
3237
  };
3215
3238
  }();
3216
3239
  export var query_task_multi_results = function () {
3217
- var _ref308 = _asyncToGenerator(function* (sdk, query_task_ids, options) {
3240
+ var _ref310 = _asyncToGenerator(function* (sdk, query_task_ids, options) {
3218
3241
  return sdk.get('/query_tasks/multi_results', {
3219
3242
  query_task_ids
3220
3243
  }, null, options);
3221
3244
  });
3222
- return function query_task_multi_results(_x1036, _x1037, _x1038) {
3223
- return _ref308.apply(this, arguments);
3245
+ return function query_task_multi_results(_x1046, _x1047, _x1048) {
3246
+ return _ref310.apply(this, arguments);
3224
3247
  };
3225
3248
  }();
3226
3249
  export var query_task = function () {
3227
- var _ref309 = _asyncToGenerator(function* (sdk, query_task_id, fields, options) {
3250
+ var _ref311 = _asyncToGenerator(function* (sdk, query_task_id, fields, options) {
3228
3251
  query_task_id = encodeParam(query_task_id);
3229
3252
  return sdk.get("/query_tasks/".concat(query_task_id), {
3230
3253
  fields
3231
3254
  }, null, options);
3232
3255
  });
3233
- return function query_task(_x1039, _x1040, _x1041, _x1042) {
3234
- return _ref309.apply(this, arguments);
3256
+ return function query_task(_x1049, _x1050, _x1051, _x1052) {
3257
+ return _ref311.apply(this, arguments);
3235
3258
  };
3236
3259
  }();
3237
3260
  export var query_task_results = function () {
3238
- var _ref310 = _asyncToGenerator(function* (sdk, query_task_id, options) {
3261
+ var _ref312 = _asyncToGenerator(function* (sdk, query_task_id, options) {
3239
3262
  query_task_id = encodeParam(query_task_id);
3240
3263
  return sdk.get("/query_tasks/".concat(query_task_id, "/results"), null, null, options);
3241
3264
  });
3242
- return function query_task_results(_x1043, _x1044, _x1045) {
3243
- return _ref310.apply(this, arguments);
3265
+ return function query_task_results(_x1053, _x1054, _x1055) {
3266
+ return _ref312.apply(this, arguments);
3244
3267
  };
3245
3268
  }();
3246
3269
  export var query = function () {
3247
- var _ref311 = _asyncToGenerator(function* (sdk, query_id, fields, options) {
3270
+ var _ref313 = _asyncToGenerator(function* (sdk, query_id, fields, options) {
3248
3271
  query_id = encodeParam(query_id);
3249
3272
  return sdk.get("/queries/".concat(query_id), {
3250
3273
  fields
3251
3274
  }, null, options);
3252
3275
  });
3253
- return function query(_x1046, _x1047, _x1048, _x1049) {
3254
- return _ref311.apply(this, arguments);
3276
+ return function query(_x1056, _x1057, _x1058, _x1059) {
3277
+ return _ref313.apply(this, arguments);
3255
3278
  };
3256
3279
  }();
3257
3280
  export var query_for_slug = function () {
3258
- var _ref312 = _asyncToGenerator(function* (sdk, slug, fields, options) {
3281
+ var _ref314 = _asyncToGenerator(function* (sdk, slug, fields, options) {
3259
3282
  slug = encodeParam(slug);
3260
3283
  return sdk.get("/queries/slug/".concat(slug), {
3261
3284
  fields
3262
3285
  }, null, options);
3263
3286
  });
3264
- return function query_for_slug(_x1050, _x1051, _x1052, _x1053) {
3265
- return _ref312.apply(this, arguments);
3287
+ return function query_for_slug(_x1060, _x1061, _x1062, _x1063) {
3288
+ return _ref314.apply(this, arguments);
3266
3289
  };
3267
3290
  }();
3268
3291
  export var create_query = function () {
3269
- var _ref313 = _asyncToGenerator(function* (sdk, body, fields, options) {
3292
+ var _ref315 = _asyncToGenerator(function* (sdk, body, fields, options) {
3270
3293
  return sdk.post('/queries', {
3271
3294
  fields
3272
3295
  }, body, options);
3273
3296
  });
3274
- return function create_query(_x1054, _x1055, _x1056, _x1057) {
3275
- return _ref313.apply(this, arguments);
3297
+ return function create_query(_x1064, _x1065, _x1066, _x1067) {
3298
+ return _ref315.apply(this, arguments);
3276
3299
  };
3277
3300
  }();
3278
3301
  export var run_query = function () {
3279
- var _ref314 = _asyncToGenerator(function* (sdk, request, options) {
3302
+ var _ref316 = _asyncToGenerator(function* (sdk, request, options) {
3280
3303
  request.query_id = encodeParam(request.query_id);
3281
3304
  request.result_format = encodeParam(request.result_format);
3282
3305
  return sdk.get("/queries/".concat(request.query_id, "/run/").concat(request.result_format), {
@@ -3296,12 +3319,12 @@ export var run_query = function () {
3296
3319
  enable_oauth_error_response: request.enable_oauth_error_response
3297
3320
  }, null, options);
3298
3321
  });
3299
- return function run_query(_x1058, _x1059, _x1060) {
3300
- return _ref314.apply(this, arguments);
3322
+ return function run_query(_x1068, _x1069, _x1070) {
3323
+ return _ref316.apply(this, arguments);
3301
3324
  };
3302
3325
  }();
3303
3326
  export var run_inline_query = function () {
3304
- var _ref315 = _asyncToGenerator(function* (sdk, request, options) {
3327
+ var _ref317 = _asyncToGenerator(function* (sdk, request, options) {
3305
3328
  request.result_format = encodeParam(request.result_format);
3306
3329
  return sdk.post("/queries/run/".concat(request.result_format), {
3307
3330
  limit: request.limit,
@@ -3319,90 +3342,90 @@ export var run_inline_query = function () {
3319
3342
  enable_oauth_error_response: request.enable_oauth_error_response
3320
3343
  }, request.body, options);
3321
3344
  });
3322
- return function run_inline_query(_x1061, _x1062, _x1063) {
3323
- return _ref315.apply(this, arguments);
3345
+ return function run_inline_query(_x1071, _x1072, _x1073) {
3346
+ return _ref317.apply(this, arguments);
3324
3347
  };
3325
3348
  }();
3326
3349
  export var run_url_encoded_query = function () {
3327
- var _ref316 = _asyncToGenerator(function* (sdk, model_name, view_name, result_format, options) {
3350
+ var _ref318 = _asyncToGenerator(function* (sdk, model_name, view_name, result_format, options) {
3328
3351
  model_name = encodeParam(model_name);
3329
3352
  view_name = encodeParam(view_name);
3330
3353
  result_format = encodeParam(result_format);
3331
3354
  return sdk.get("/queries/models/".concat(model_name, "/views/").concat(view_name, "/run/").concat(result_format), null, null, options);
3332
3355
  });
3333
- return function run_url_encoded_query(_x1064, _x1065, _x1066, _x1067, _x1068) {
3334
- return _ref316.apply(this, arguments);
3356
+ return function run_url_encoded_query(_x1074, _x1075, _x1076, _x1077, _x1078) {
3357
+ return _ref318.apply(this, arguments);
3335
3358
  };
3336
3359
  }();
3337
3360
  export var merge_query = function () {
3338
- var _ref317 = _asyncToGenerator(function* (sdk, merge_query_id, fields, options) {
3361
+ var _ref319 = _asyncToGenerator(function* (sdk, merge_query_id, fields, options) {
3339
3362
  merge_query_id = encodeParam(merge_query_id);
3340
3363
  return sdk.get("/merge_queries/".concat(merge_query_id), {
3341
3364
  fields
3342
3365
  }, null, options);
3343
3366
  });
3344
- return function merge_query(_x1069, _x1070, _x1071, _x1072) {
3345
- return _ref317.apply(this, arguments);
3367
+ return function merge_query(_x1079, _x1080, _x1081, _x1082) {
3368
+ return _ref319.apply(this, arguments);
3346
3369
  };
3347
3370
  }();
3348
3371
  export var create_merge_query = function () {
3349
- var _ref318 = _asyncToGenerator(function* (sdk, body, fields, options) {
3372
+ var _ref320 = _asyncToGenerator(function* (sdk, body, fields, options) {
3350
3373
  return sdk.post('/merge_queries', {
3351
3374
  fields
3352
3375
  }, body, options);
3353
3376
  });
3354
- return function create_merge_query(_x1073, _x1074, _x1075, _x1076) {
3355
- return _ref318.apply(this, arguments);
3377
+ return function create_merge_query(_x1083, _x1084, _x1085, _x1086) {
3378
+ return _ref320.apply(this, arguments);
3356
3379
  };
3357
3380
  }();
3358
3381
  export var all_running_queries = function () {
3359
- var _ref319 = _asyncToGenerator(function* (sdk, options) {
3382
+ var _ref321 = _asyncToGenerator(function* (sdk, options) {
3360
3383
  return sdk.get('/running_queries', null, null, options);
3361
3384
  });
3362
- return function all_running_queries(_x1077, _x1078) {
3363
- return _ref319.apply(this, arguments);
3385
+ return function all_running_queries(_x1087, _x1088) {
3386
+ return _ref321.apply(this, arguments);
3364
3387
  };
3365
3388
  }();
3366
3389
  export var kill_query = function () {
3367
- var _ref320 = _asyncToGenerator(function* (sdk, query_task_id, options) {
3390
+ var _ref322 = _asyncToGenerator(function* (sdk, query_task_id, options) {
3368
3391
  query_task_id = encodeParam(query_task_id);
3369
3392
  return sdk.delete("/running_queries/".concat(query_task_id), null, null, options);
3370
3393
  });
3371
- return function kill_query(_x1079, _x1080, _x1081) {
3372
- return _ref320.apply(this, arguments);
3394
+ return function kill_query(_x1089, _x1090, _x1091) {
3395
+ return _ref322.apply(this, arguments);
3373
3396
  };
3374
3397
  }();
3375
3398
  export var create_sql_query = function () {
3376
- var _ref321 = _asyncToGenerator(function* (sdk, body, options) {
3399
+ var _ref323 = _asyncToGenerator(function* (sdk, body, options) {
3377
3400
  return sdk.post('/sql_queries', null, body, options);
3378
3401
  });
3379
- return function create_sql_query(_x1082, _x1083, _x1084) {
3380
- return _ref321.apply(this, arguments);
3402
+ return function create_sql_query(_x1092, _x1093, _x1094) {
3403
+ return _ref323.apply(this, arguments);
3381
3404
  };
3382
3405
  }();
3383
3406
  export var sql_query = function () {
3384
- var _ref322 = _asyncToGenerator(function* (sdk, slug, options) {
3407
+ var _ref324 = _asyncToGenerator(function* (sdk, slug, options) {
3385
3408
  slug = encodeParam(slug);
3386
3409
  return sdk.get("/sql_queries/".concat(slug), null, null, options);
3387
3410
  });
3388
- return function sql_query(_x1085, _x1086, _x1087) {
3389
- return _ref322.apply(this, arguments);
3411
+ return function sql_query(_x1095, _x1096, _x1097) {
3412
+ return _ref324.apply(this, arguments);
3390
3413
  };
3391
3414
  }();
3392
3415
  export var run_sql_query = function () {
3393
- var _ref323 = _asyncToGenerator(function* (sdk, slug, result_format, download, options) {
3416
+ var _ref325 = _asyncToGenerator(function* (sdk, slug, result_format, download, options) {
3394
3417
  slug = encodeParam(slug);
3395
3418
  result_format = encodeParam(result_format);
3396
3419
  return sdk.post("/sql_queries/".concat(slug, "/run/").concat(result_format), {
3397
3420
  download
3398
3421
  }, null, options);
3399
3422
  });
3400
- return function run_sql_query(_x1088, _x1089, _x1090, _x1091, _x1092) {
3401
- return _ref323.apply(this, arguments);
3423
+ return function run_sql_query(_x1098, _x1099, _x1100, _x1101, _x1102) {
3424
+ return _ref325.apply(this, arguments);
3402
3425
  };
3403
3426
  }();
3404
3427
  export var create_look_render_task = function () {
3405
- var _ref324 = _asyncToGenerator(function* (sdk, look_id, result_format, width, height, fields, options) {
3428
+ var _ref326 = _asyncToGenerator(function* (sdk, look_id, result_format, width, height, fields, options) {
3406
3429
  look_id = encodeParam(look_id);
3407
3430
  result_format = encodeParam(result_format);
3408
3431
  return sdk.post("/render_tasks/looks/".concat(look_id, "/").concat(result_format), {
@@ -3411,12 +3434,12 @@ export var create_look_render_task = function () {
3411
3434
  fields
3412
3435
  }, null, options);
3413
3436
  });
3414
- return function create_look_render_task(_x1093, _x1094, _x1095, _x1096, _x1097, _x1098, _x1099) {
3415
- return _ref324.apply(this, arguments);
3437
+ return function create_look_render_task(_x1103, _x1104, _x1105, _x1106, _x1107, _x1108, _x1109) {
3438
+ return _ref326.apply(this, arguments);
3416
3439
  };
3417
3440
  }();
3418
3441
  export var create_query_render_task = function () {
3419
- var _ref325 = _asyncToGenerator(function* (sdk, query_id, result_format, width, height, fields, options) {
3442
+ var _ref327 = _asyncToGenerator(function* (sdk, query_id, result_format, width, height, fields, options) {
3420
3443
  query_id = encodeParam(query_id);
3421
3444
  result_format = encodeParam(result_format);
3422
3445
  return sdk.post("/render_tasks/queries/".concat(query_id, "/").concat(result_format), {
@@ -3425,12 +3448,12 @@ export var create_query_render_task = function () {
3425
3448
  fields
3426
3449
  }, null, options);
3427
3450
  });
3428
- return function create_query_render_task(_x1100, _x1101, _x1102, _x1103, _x1104, _x1105, _x1106) {
3429
- return _ref325.apply(this, arguments);
3451
+ return function create_query_render_task(_x1110, _x1111, _x1112, _x1113, _x1114, _x1115, _x1116) {
3452
+ return _ref327.apply(this, arguments);
3430
3453
  };
3431
3454
  }();
3432
3455
  export var create_dashboard_render_task = function () {
3433
- var _ref326 = _asyncToGenerator(function* (sdk, request, options) {
3456
+ var _ref328 = _asyncToGenerator(function* (sdk, request, options) {
3434
3457
  request.dashboard_id = encodeParam(request.dashboard_id);
3435
3458
  request.result_format = encodeParam(request.result_format);
3436
3459
  return sdk.post("/render_tasks/dashboards/".concat(request.dashboard_id, "/").concat(request.result_format), {
@@ -3443,32 +3466,32 @@ export var create_dashboard_render_task = function () {
3443
3466
  theme: request.theme
3444
3467
  }, request.body, options);
3445
3468
  });
3446
- return function create_dashboard_render_task(_x1107, _x1108, _x1109) {
3447
- return _ref326.apply(this, arguments);
3469
+ return function create_dashboard_render_task(_x1117, _x1118, _x1119) {
3470
+ return _ref328.apply(this, arguments);
3448
3471
  };
3449
3472
  }();
3450
3473
  export var render_task = function () {
3451
- var _ref327 = _asyncToGenerator(function* (sdk, render_task_id, fields, options) {
3474
+ var _ref329 = _asyncToGenerator(function* (sdk, render_task_id, fields, options) {
3452
3475
  render_task_id = encodeParam(render_task_id);
3453
3476
  return sdk.get("/render_tasks/".concat(render_task_id), {
3454
3477
  fields
3455
3478
  }, null, options);
3456
3479
  });
3457
- return function render_task(_x1110, _x1111, _x1112, _x1113) {
3458
- return _ref327.apply(this, arguments);
3480
+ return function render_task(_x1120, _x1121, _x1122, _x1123) {
3481
+ return _ref329.apply(this, arguments);
3459
3482
  };
3460
3483
  }();
3461
3484
  export var render_task_results = function () {
3462
- var _ref328 = _asyncToGenerator(function* (sdk, render_task_id, options) {
3485
+ var _ref330 = _asyncToGenerator(function* (sdk, render_task_id, options) {
3463
3486
  render_task_id = encodeParam(render_task_id);
3464
3487
  return sdk.get("/render_tasks/".concat(render_task_id, "/results"), null, null, options);
3465
3488
  });
3466
- return function render_task_results(_x1114, _x1115, _x1116) {
3467
- return _ref328.apply(this, arguments);
3489
+ return function render_task_results(_x1124, _x1125, _x1126) {
3490
+ return _ref330.apply(this, arguments);
3468
3491
  };
3469
3492
  }();
3470
3493
  export var create_dashboard_element_render_task = function () {
3471
- var _ref329 = _asyncToGenerator(function* (sdk, dashboard_element_id, result_format, width, height, fields, options) {
3494
+ var _ref331 = _asyncToGenerator(function* (sdk, dashboard_element_id, result_format, width, height, fields, options) {
3472
3495
  dashboard_element_id = encodeParam(dashboard_element_id);
3473
3496
  result_format = encodeParam(result_format);
3474
3497
  return sdk.post("/render_tasks/dashboard_elements/".concat(dashboard_element_id, "/").concat(result_format), {
@@ -3477,12 +3500,12 @@ export var create_dashboard_element_render_task = function () {
3477
3500
  fields
3478
3501
  }, null, options);
3479
3502
  });
3480
- return function create_dashboard_element_render_task(_x1117, _x1118, _x1119, _x1120, _x1121, _x1122, _x1123) {
3481
- return _ref329.apply(this, arguments);
3503
+ return function create_dashboard_element_render_task(_x1127, _x1128, _x1129, _x1130, _x1131, _x1132, _x1133) {
3504
+ return _ref331.apply(this, arguments);
3482
3505
  };
3483
3506
  }();
3484
3507
  export var search_reports = function () {
3485
- var _ref330 = _asyncToGenerator(function* (sdk, request, options) {
3508
+ var _ref332 = _asyncToGenerator(function* (sdk, request, options) {
3486
3509
  return sdk.get('/reports/search', {
3487
3510
  folder_id: request.folder_id,
3488
3511
  favorite: request.favorite,
@@ -3495,12 +3518,12 @@ export var search_reports = function () {
3495
3518
  next_page_token: request.next_page_token
3496
3519
  }, null, options);
3497
3520
  });
3498
- return function search_reports(_x1124, _x1125, _x1126) {
3499
- return _ref330.apply(this, arguments);
3521
+ return function search_reports(_x1134, _x1135, _x1136) {
3522
+ return _ref332.apply(this, arguments);
3500
3523
  };
3501
3524
  }();
3502
3525
  export var search_model_sets = function () {
3503
- var _ref331 = _asyncToGenerator(function* (sdk, request, options) {
3526
+ var _ref333 = _asyncToGenerator(function* (sdk, request, options) {
3504
3527
  return sdk.get('/model_sets/search', {
3505
3528
  fields: request.fields,
3506
3529
  limit: request.limit,
@@ -3513,67 +3536,67 @@ export var search_model_sets = function () {
3513
3536
  filter_or: request.filter_or
3514
3537
  }, null, options);
3515
3538
  });
3516
- return function search_model_sets(_x1127, _x1128, _x1129) {
3517
- return _ref331.apply(this, arguments);
3539
+ return function search_model_sets(_x1137, _x1138, _x1139) {
3540
+ return _ref333.apply(this, arguments);
3518
3541
  };
3519
3542
  }();
3520
3543
  export var model_set = function () {
3521
- var _ref332 = _asyncToGenerator(function* (sdk, model_set_id, fields, options) {
3544
+ var _ref334 = _asyncToGenerator(function* (sdk, model_set_id, fields, options) {
3522
3545
  model_set_id = encodeParam(model_set_id);
3523
3546
  return sdk.get("/model_sets/".concat(model_set_id), {
3524
3547
  fields
3525
3548
  }, null, options);
3526
3549
  });
3527
- return function model_set(_x1130, _x1131, _x1132, _x1133) {
3528
- return _ref332.apply(this, arguments);
3550
+ return function model_set(_x1140, _x1141, _x1142, _x1143) {
3551
+ return _ref334.apply(this, arguments);
3529
3552
  };
3530
3553
  }();
3531
3554
  export var update_model_set = function () {
3532
- var _ref333 = _asyncToGenerator(function* (sdk, model_set_id, body, options) {
3555
+ var _ref335 = _asyncToGenerator(function* (sdk, model_set_id, body, options) {
3533
3556
  model_set_id = encodeParam(model_set_id);
3534
3557
  return sdk.patch("/model_sets/".concat(model_set_id), null, body, options);
3535
3558
  });
3536
- return function update_model_set(_x1134, _x1135, _x1136, _x1137) {
3537
- return _ref333.apply(this, arguments);
3559
+ return function update_model_set(_x1144, _x1145, _x1146, _x1147) {
3560
+ return _ref335.apply(this, arguments);
3538
3561
  };
3539
3562
  }();
3540
3563
  export var delete_model_set = function () {
3541
- var _ref334 = _asyncToGenerator(function* (sdk, model_set_id, options) {
3564
+ var _ref336 = _asyncToGenerator(function* (sdk, model_set_id, options) {
3542
3565
  model_set_id = encodeParam(model_set_id);
3543
3566
  return sdk.delete("/model_sets/".concat(model_set_id), null, null, options);
3544
3567
  });
3545
- return function delete_model_set(_x1138, _x1139, _x1140) {
3546
- return _ref334.apply(this, arguments);
3568
+ return function delete_model_set(_x1148, _x1149, _x1150) {
3569
+ return _ref336.apply(this, arguments);
3547
3570
  };
3548
3571
  }();
3549
3572
  export var all_model_sets = function () {
3550
- var _ref335 = _asyncToGenerator(function* (sdk, fields, options) {
3573
+ var _ref337 = _asyncToGenerator(function* (sdk, fields, options) {
3551
3574
  return sdk.get('/model_sets', {
3552
3575
  fields
3553
3576
  }, null, options);
3554
3577
  });
3555
- return function all_model_sets(_x1141, _x1142, _x1143) {
3556
- return _ref335.apply(this, arguments);
3578
+ return function all_model_sets(_x1151, _x1152, _x1153) {
3579
+ return _ref337.apply(this, arguments);
3557
3580
  };
3558
3581
  }();
3559
3582
  export var create_model_set = function () {
3560
- var _ref336 = _asyncToGenerator(function* (sdk, body, options) {
3583
+ var _ref338 = _asyncToGenerator(function* (sdk, body, options) {
3561
3584
  return sdk.post('/model_sets', null, body, options);
3562
3585
  });
3563
- return function create_model_set(_x1144, _x1145, _x1146) {
3564
- return _ref336.apply(this, arguments);
3586
+ return function create_model_set(_x1154, _x1155, _x1156) {
3587
+ return _ref338.apply(this, arguments);
3565
3588
  };
3566
3589
  }();
3567
3590
  export var all_permissions = function () {
3568
- var _ref337 = _asyncToGenerator(function* (sdk, options) {
3591
+ var _ref339 = _asyncToGenerator(function* (sdk, options) {
3569
3592
  return sdk.get('/permissions', null, null, options);
3570
3593
  });
3571
- return function all_permissions(_x1147, _x1148) {
3572
- return _ref337.apply(this, arguments);
3594
+ return function all_permissions(_x1157, _x1158) {
3595
+ return _ref339.apply(this, arguments);
3573
3596
  };
3574
3597
  }();
3575
3598
  export var search_permission_sets = function () {
3576
- var _ref338 = _asyncToGenerator(function* (sdk, request, options) {
3599
+ var _ref340 = _asyncToGenerator(function* (sdk, request, options) {
3577
3600
  return sdk.get('/permission_sets/search', {
3578
3601
  fields: request.fields,
3579
3602
  limit: request.limit,
@@ -3586,78 +3609,78 @@ export var search_permission_sets = function () {
3586
3609
  filter_or: request.filter_or
3587
3610
  }, null, options);
3588
3611
  });
3589
- return function search_permission_sets(_x1149, _x1150, _x1151) {
3590
- return _ref338.apply(this, arguments);
3612
+ return function search_permission_sets(_x1159, _x1160, _x1161) {
3613
+ return _ref340.apply(this, arguments);
3591
3614
  };
3592
3615
  }();
3593
3616
  export var permission_set = function () {
3594
- var _ref339 = _asyncToGenerator(function* (sdk, permission_set_id, fields, options) {
3617
+ var _ref341 = _asyncToGenerator(function* (sdk, permission_set_id, fields, options) {
3595
3618
  permission_set_id = encodeParam(permission_set_id);
3596
3619
  return sdk.get("/permission_sets/".concat(permission_set_id), {
3597
3620
  fields
3598
3621
  }, null, options);
3599
3622
  });
3600
- return function permission_set(_x1152, _x1153, _x1154, _x1155) {
3601
- return _ref339.apply(this, arguments);
3623
+ return function permission_set(_x1162, _x1163, _x1164, _x1165) {
3624
+ return _ref341.apply(this, arguments);
3602
3625
  };
3603
3626
  }();
3604
3627
  export var update_permission_set = function () {
3605
- var _ref340 = _asyncToGenerator(function* (sdk, permission_set_id, body, options) {
3628
+ var _ref342 = _asyncToGenerator(function* (sdk, permission_set_id, body, options) {
3606
3629
  permission_set_id = encodeParam(permission_set_id);
3607
3630
  return sdk.patch("/permission_sets/".concat(permission_set_id), null, body, options);
3608
3631
  });
3609
- return function update_permission_set(_x1156, _x1157, _x1158, _x1159) {
3610
- return _ref340.apply(this, arguments);
3632
+ return function update_permission_set(_x1166, _x1167, _x1168, _x1169) {
3633
+ return _ref342.apply(this, arguments);
3611
3634
  };
3612
3635
  }();
3613
3636
  export var delete_permission_set = function () {
3614
- var _ref341 = _asyncToGenerator(function* (sdk, permission_set_id, options) {
3637
+ var _ref343 = _asyncToGenerator(function* (sdk, permission_set_id, options) {
3615
3638
  permission_set_id = encodeParam(permission_set_id);
3616
3639
  return sdk.delete("/permission_sets/".concat(permission_set_id), null, null, options);
3617
3640
  });
3618
- return function delete_permission_set(_x1160, _x1161, _x1162) {
3619
- return _ref341.apply(this, arguments);
3641
+ return function delete_permission_set(_x1170, _x1171, _x1172) {
3642
+ return _ref343.apply(this, arguments);
3620
3643
  };
3621
3644
  }();
3622
3645
  export var all_permission_sets = function () {
3623
- var _ref342 = _asyncToGenerator(function* (sdk, fields, options) {
3646
+ var _ref344 = _asyncToGenerator(function* (sdk, fields, options) {
3624
3647
  return sdk.get('/permission_sets', {
3625
3648
  fields
3626
3649
  }, null, options);
3627
3650
  });
3628
- return function all_permission_sets(_x1163, _x1164, _x1165) {
3629
- return _ref342.apply(this, arguments);
3651
+ return function all_permission_sets(_x1173, _x1174, _x1175) {
3652
+ return _ref344.apply(this, arguments);
3630
3653
  };
3631
3654
  }();
3632
3655
  export var create_permission_set = function () {
3633
- var _ref343 = _asyncToGenerator(function* (sdk, body, options) {
3656
+ var _ref345 = _asyncToGenerator(function* (sdk, body, options) {
3634
3657
  return sdk.post('/permission_sets', null, body, options);
3635
3658
  });
3636
- return function create_permission_set(_x1166, _x1167, _x1168) {
3637
- return _ref343.apply(this, arguments);
3659
+ return function create_permission_set(_x1176, _x1177, _x1178) {
3660
+ return _ref345.apply(this, arguments);
3638
3661
  };
3639
3662
  }();
3640
3663
  export var all_roles = function () {
3641
- var _ref344 = _asyncToGenerator(function* (sdk, request, options) {
3664
+ var _ref346 = _asyncToGenerator(function* (sdk, request, options) {
3642
3665
  return sdk.get('/roles', {
3643
3666
  fields: request.fields,
3644
3667
  ids: request.ids
3645
3668
  }, null, options);
3646
3669
  });
3647
- return function all_roles(_x1169, _x1170, _x1171) {
3648
- return _ref344.apply(this, arguments);
3670
+ return function all_roles(_x1179, _x1180, _x1181) {
3671
+ return _ref346.apply(this, arguments);
3649
3672
  };
3650
3673
  }();
3651
3674
  export var create_role = function () {
3652
- var _ref345 = _asyncToGenerator(function* (sdk, body, options) {
3675
+ var _ref347 = _asyncToGenerator(function* (sdk, body, options) {
3653
3676
  return sdk.post('/roles', null, body, options);
3654
3677
  });
3655
- return function create_role(_x1172, _x1173, _x1174) {
3656
- return _ref345.apply(this, arguments);
3678
+ return function create_role(_x1182, _x1183, _x1184) {
3679
+ return _ref347.apply(this, arguments);
3657
3680
  };
3658
3681
  }();
3659
3682
  export var search_roles = function () {
3660
- var _ref346 = _asyncToGenerator(function* (sdk, request, options) {
3683
+ var _ref348 = _asyncToGenerator(function* (sdk, request, options) {
3661
3684
  return sdk.get('/roles/search', {
3662
3685
  fields: request.fields,
3663
3686
  limit: request.limit,
@@ -3670,12 +3693,12 @@ export var search_roles = function () {
3670
3693
  is_support_role: request.is_support_role
3671
3694
  }, null, options);
3672
3695
  });
3673
- return function search_roles(_x1175, _x1176, _x1177) {
3674
- return _ref346.apply(this, arguments);
3696
+ return function search_roles(_x1185, _x1186, _x1187) {
3697
+ return _ref348.apply(this, arguments);
3675
3698
  };
3676
3699
  }();
3677
3700
  export var search_roles_with_user_count = function () {
3678
- var _ref347 = _asyncToGenerator(function* (sdk, request, options) {
3701
+ var _ref349 = _asyncToGenerator(function* (sdk, request, options) {
3679
3702
  return sdk.get('/roles/search/with_user_count', {
3680
3703
  fields: request.fields,
3681
3704
  limit: request.limit,
@@ -3687,148 +3710,148 @@ export var search_roles_with_user_count = function () {
3687
3710
  filter_or: request.filter_or
3688
3711
  }, null, options);
3689
3712
  });
3690
- return function search_roles_with_user_count(_x1178, _x1179, _x1180) {
3691
- return _ref347.apply(this, arguments);
3713
+ return function search_roles_with_user_count(_x1188, _x1189, _x1190) {
3714
+ return _ref349.apply(this, arguments);
3692
3715
  };
3693
3716
  }();
3694
3717
  export var role = function () {
3695
- var _ref348 = _asyncToGenerator(function* (sdk, role_id, options) {
3718
+ var _ref350 = _asyncToGenerator(function* (sdk, role_id, options) {
3696
3719
  role_id = encodeParam(role_id);
3697
3720
  return sdk.get("/roles/".concat(role_id), null, null, options);
3698
3721
  });
3699
- return function role(_x1181, _x1182, _x1183) {
3700
- return _ref348.apply(this, arguments);
3722
+ return function role(_x1191, _x1192, _x1193) {
3723
+ return _ref350.apply(this, arguments);
3701
3724
  };
3702
3725
  }();
3703
3726
  export var update_role = function () {
3704
- var _ref349 = _asyncToGenerator(function* (sdk, role_id, body, options) {
3727
+ var _ref351 = _asyncToGenerator(function* (sdk, role_id, body, options) {
3705
3728
  role_id = encodeParam(role_id);
3706
3729
  return sdk.patch("/roles/".concat(role_id), null, body, options);
3707
3730
  });
3708
- return function update_role(_x1184, _x1185, _x1186, _x1187) {
3709
- return _ref349.apply(this, arguments);
3731
+ return function update_role(_x1194, _x1195, _x1196, _x1197) {
3732
+ return _ref351.apply(this, arguments);
3710
3733
  };
3711
3734
  }();
3712
3735
  export var delete_role = function () {
3713
- var _ref350 = _asyncToGenerator(function* (sdk, role_id, options) {
3736
+ var _ref352 = _asyncToGenerator(function* (sdk, role_id, options) {
3714
3737
  role_id = encodeParam(role_id);
3715
3738
  return sdk.delete("/roles/".concat(role_id), null, null, options);
3716
3739
  });
3717
- return function delete_role(_x1188, _x1189, _x1190) {
3718
- return _ref350.apply(this, arguments);
3740
+ return function delete_role(_x1198, _x1199, _x1200) {
3741
+ return _ref352.apply(this, arguments);
3719
3742
  };
3720
3743
  }();
3721
3744
  export var role_groups = function () {
3722
- var _ref351 = _asyncToGenerator(function* (sdk, role_id, fields, options) {
3745
+ var _ref353 = _asyncToGenerator(function* (sdk, role_id, fields, options) {
3723
3746
  role_id = encodeParam(role_id);
3724
3747
  return sdk.get("/roles/".concat(role_id, "/groups"), {
3725
3748
  fields
3726
3749
  }, null, options);
3727
3750
  });
3728
- return function role_groups(_x1191, _x1192, _x1193, _x1194) {
3729
- return _ref351.apply(this, arguments);
3751
+ return function role_groups(_x1201, _x1202, _x1203, _x1204) {
3752
+ return _ref353.apply(this, arguments);
3730
3753
  };
3731
3754
  }();
3732
3755
  export var set_role_groups = function () {
3733
- var _ref352 = _asyncToGenerator(function* (sdk, role_id, body, options) {
3756
+ var _ref354 = _asyncToGenerator(function* (sdk, role_id, body, options) {
3734
3757
  role_id = encodeParam(role_id);
3735
3758
  return sdk.put("/roles/".concat(role_id, "/groups"), null, body, options);
3736
3759
  });
3737
- return function set_role_groups(_x1195, _x1196, _x1197, _x1198) {
3738
- return _ref352.apply(this, arguments);
3760
+ return function set_role_groups(_x1205, _x1206, _x1207, _x1208) {
3761
+ return _ref354.apply(this, arguments);
3739
3762
  };
3740
3763
  }();
3741
3764
  export var role_users = function () {
3742
- var _ref353 = _asyncToGenerator(function* (sdk, request, options) {
3765
+ var _ref355 = _asyncToGenerator(function* (sdk, request, options) {
3743
3766
  request.role_id = encodeParam(request.role_id);
3744
3767
  return sdk.get("/roles/".concat(request.role_id, "/users"), {
3745
3768
  fields: request.fields,
3746
3769
  direct_association_only: request.direct_association_only
3747
3770
  }, null, options);
3748
3771
  });
3749
- return function role_users(_x1199, _x1200, _x1201) {
3750
- return _ref353.apply(this, arguments);
3772
+ return function role_users(_x1209, _x1210, _x1211) {
3773
+ return _ref355.apply(this, arguments);
3751
3774
  };
3752
3775
  }();
3753
3776
  export var set_role_users = function () {
3754
- var _ref354 = _asyncToGenerator(function* (sdk, role_id, body, options) {
3777
+ var _ref356 = _asyncToGenerator(function* (sdk, role_id, body, options) {
3755
3778
  role_id = encodeParam(role_id);
3756
3779
  return sdk.put("/roles/".concat(role_id, "/users"), null, body, options);
3757
3780
  });
3758
- return function set_role_users(_x1202, _x1203, _x1204, _x1205) {
3759
- return _ref354.apply(this, arguments);
3781
+ return function set_role_users(_x1212, _x1213, _x1214, _x1215) {
3782
+ return _ref356.apply(this, arguments);
3760
3783
  };
3761
3784
  }();
3762
3785
  export var scheduled_plans_for_space = function () {
3763
- var _ref355 = _asyncToGenerator(function* (sdk, space_id, fields, options) {
3786
+ var _ref357 = _asyncToGenerator(function* (sdk, space_id, fields, options) {
3764
3787
  space_id = encodeParam(space_id);
3765
3788
  return sdk.get("/scheduled_plans/space/".concat(space_id), {
3766
3789
  fields
3767
3790
  }, null, options);
3768
3791
  });
3769
- return function scheduled_plans_for_space(_x1206, _x1207, _x1208, _x1209) {
3770
- return _ref355.apply(this, arguments);
3792
+ return function scheduled_plans_for_space(_x1216, _x1217, _x1218, _x1219) {
3793
+ return _ref357.apply(this, arguments);
3771
3794
  };
3772
3795
  }();
3773
3796
  export var scheduled_plan = function () {
3774
- var _ref356 = _asyncToGenerator(function* (sdk, scheduled_plan_id, fields, options) {
3797
+ var _ref358 = _asyncToGenerator(function* (sdk, scheduled_plan_id, fields, options) {
3775
3798
  scheduled_plan_id = encodeParam(scheduled_plan_id);
3776
3799
  return sdk.get("/scheduled_plans/".concat(scheduled_plan_id), {
3777
3800
  fields
3778
3801
  }, null, options);
3779
3802
  });
3780
- return function scheduled_plan(_x1210, _x1211, _x1212, _x1213) {
3781
- return _ref356.apply(this, arguments);
3803
+ return function scheduled_plan(_x1220, _x1221, _x1222, _x1223) {
3804
+ return _ref358.apply(this, arguments);
3782
3805
  };
3783
3806
  }();
3784
3807
  export var update_scheduled_plan = function () {
3785
- var _ref357 = _asyncToGenerator(function* (sdk, scheduled_plan_id, body, options) {
3808
+ var _ref359 = _asyncToGenerator(function* (sdk, scheduled_plan_id, body, options) {
3786
3809
  scheduled_plan_id = encodeParam(scheduled_plan_id);
3787
3810
  return sdk.patch("/scheduled_plans/".concat(scheduled_plan_id), null, body, options);
3788
3811
  });
3789
- return function update_scheduled_plan(_x1214, _x1215, _x1216, _x1217) {
3790
- return _ref357.apply(this, arguments);
3812
+ return function update_scheduled_plan(_x1224, _x1225, _x1226, _x1227) {
3813
+ return _ref359.apply(this, arguments);
3791
3814
  };
3792
3815
  }();
3793
3816
  export var delete_scheduled_plan = function () {
3794
- var _ref358 = _asyncToGenerator(function* (sdk, scheduled_plan_id, options) {
3817
+ var _ref360 = _asyncToGenerator(function* (sdk, scheduled_plan_id, options) {
3795
3818
  scheduled_plan_id = encodeParam(scheduled_plan_id);
3796
3819
  return sdk.delete("/scheduled_plans/".concat(scheduled_plan_id), null, null, options);
3797
3820
  });
3798
- return function delete_scheduled_plan(_x1218, _x1219, _x1220) {
3799
- return _ref358.apply(this, arguments);
3821
+ return function delete_scheduled_plan(_x1228, _x1229, _x1230) {
3822
+ return _ref360.apply(this, arguments);
3800
3823
  };
3801
3824
  }();
3802
3825
  export var all_scheduled_plans = function () {
3803
- var _ref359 = _asyncToGenerator(function* (sdk, request, options) {
3826
+ var _ref361 = _asyncToGenerator(function* (sdk, request, options) {
3804
3827
  return sdk.get('/scheduled_plans', {
3805
3828
  user_id: request.user_id,
3806
3829
  fields: request.fields,
3807
3830
  all_users: request.all_users
3808
3831
  }, null, options);
3809
3832
  });
3810
- return function all_scheduled_plans(_x1221, _x1222, _x1223) {
3811
- return _ref359.apply(this, arguments);
3833
+ return function all_scheduled_plans(_x1231, _x1232, _x1233) {
3834
+ return _ref361.apply(this, arguments);
3812
3835
  };
3813
3836
  }();
3814
3837
  export var create_scheduled_plan = function () {
3815
- var _ref360 = _asyncToGenerator(function* (sdk, body, options) {
3838
+ var _ref362 = _asyncToGenerator(function* (sdk, body, options) {
3816
3839
  return sdk.post('/scheduled_plans', null, body, options);
3817
3840
  });
3818
- return function create_scheduled_plan(_x1224, _x1225, _x1226) {
3819
- return _ref360.apply(this, arguments);
3841
+ return function create_scheduled_plan(_x1234, _x1235, _x1236) {
3842
+ return _ref362.apply(this, arguments);
3820
3843
  };
3821
3844
  }();
3822
3845
  export var scheduled_plan_run_once = function () {
3823
- var _ref361 = _asyncToGenerator(function* (sdk, body, options) {
3846
+ var _ref363 = _asyncToGenerator(function* (sdk, body, options) {
3824
3847
  return sdk.post('/scheduled_plans/run_once', null, body, options);
3825
3848
  });
3826
- return function scheduled_plan_run_once(_x1227, _x1228, _x1229) {
3827
- return _ref361.apply(this, arguments);
3849
+ return function scheduled_plan_run_once(_x1237, _x1238, _x1239) {
3850
+ return _ref363.apply(this, arguments);
3828
3851
  };
3829
3852
  }();
3830
3853
  export var search_scheduled_plans = function () {
3831
- var _ref362 = _asyncToGenerator(function* (sdk, request, options) {
3854
+ var _ref364 = _asyncToGenerator(function* (sdk, request, options) {
3832
3855
  return sdk.get('/scheduled_plans/search', {
3833
3856
  user_id: request.user_id,
3834
3857
  fields: request.fields,
@@ -3848,12 +3871,12 @@ export var search_scheduled_plans = function () {
3848
3871
  filter_or: request.filter_or
3849
3872
  }, null, options);
3850
3873
  });
3851
- return function search_scheduled_plans(_x1230, _x1231, _x1232) {
3852
- return _ref362.apply(this, arguments);
3874
+ return function search_scheduled_plans(_x1240, _x1241, _x1242) {
3875
+ return _ref364.apply(this, arguments);
3853
3876
  };
3854
3877
  }();
3855
3878
  export var scheduled_plans_for_look = function () {
3856
- var _ref363 = _asyncToGenerator(function* (sdk, request, options) {
3879
+ var _ref365 = _asyncToGenerator(function* (sdk, request, options) {
3857
3880
  request.look_id = encodeParam(request.look_id);
3858
3881
  return sdk.get("/scheduled_plans/look/".concat(request.look_id), {
3859
3882
  user_id: request.user_id,
@@ -3861,12 +3884,12 @@ export var scheduled_plans_for_look = function () {
3861
3884
  all_users: request.all_users
3862
3885
  }, null, options);
3863
3886
  });
3864
- return function scheduled_plans_for_look(_x1233, _x1234, _x1235) {
3865
- return _ref363.apply(this, arguments);
3887
+ return function scheduled_plans_for_look(_x1243, _x1244, _x1245) {
3888
+ return _ref365.apply(this, arguments);
3866
3889
  };
3867
3890
  }();
3868
3891
  export var scheduled_plans_for_dashboard = function () {
3869
- var _ref364 = _asyncToGenerator(function* (sdk, request, options) {
3892
+ var _ref366 = _asyncToGenerator(function* (sdk, request, options) {
3870
3893
  request.dashboard_id = encodeParam(request.dashboard_id);
3871
3894
  return sdk.get("/scheduled_plans/dashboard/".concat(request.dashboard_id), {
3872
3895
  user_id: request.user_id,
@@ -3874,12 +3897,12 @@ export var scheduled_plans_for_dashboard = function () {
3874
3897
  fields: request.fields
3875
3898
  }, null, options);
3876
3899
  });
3877
- return function scheduled_plans_for_dashboard(_x1236, _x1237, _x1238) {
3878
- return _ref364.apply(this, arguments);
3900
+ return function scheduled_plans_for_dashboard(_x1246, _x1247, _x1248) {
3901
+ return _ref366.apply(this, arguments);
3879
3902
  };
3880
3903
  }();
3881
3904
  export var scheduled_plans_for_lookml_dashboard = function () {
3882
- var _ref365 = _asyncToGenerator(function* (sdk, request, options) {
3905
+ var _ref367 = _asyncToGenerator(function* (sdk, request, options) {
3883
3906
  request.lookml_dashboard_id = encodeParam(request.lookml_dashboard_id);
3884
3907
  return sdk.get("/scheduled_plans/lookml_dashboard/".concat(request.lookml_dashboard_id), {
3885
3908
  user_id: request.user_id,
@@ -3887,82 +3910,82 @@ export var scheduled_plans_for_lookml_dashboard = function () {
3887
3910
  all_users: request.all_users
3888
3911
  }, null, options);
3889
3912
  });
3890
- return function scheduled_plans_for_lookml_dashboard(_x1239, _x1240, _x1241) {
3891
- return _ref365.apply(this, arguments);
3913
+ return function scheduled_plans_for_lookml_dashboard(_x1249, _x1250, _x1251) {
3914
+ return _ref367.apply(this, arguments);
3892
3915
  };
3893
3916
  }();
3894
3917
  export var scheduled_plan_run_once_by_id = function () {
3895
- var _ref366 = _asyncToGenerator(function* (sdk, scheduled_plan_id, body, options) {
3918
+ var _ref368 = _asyncToGenerator(function* (sdk, scheduled_plan_id, body, options) {
3896
3919
  scheduled_plan_id = encodeParam(scheduled_plan_id);
3897
3920
  return sdk.post("/scheduled_plans/".concat(scheduled_plan_id, "/run_once"), null, body, options);
3898
3921
  });
3899
- return function scheduled_plan_run_once_by_id(_x1242, _x1243, _x1244, _x1245) {
3900
- return _ref366.apply(this, arguments);
3922
+ return function scheduled_plan_run_once_by_id(_x1252, _x1253, _x1254, _x1255) {
3923
+ return _ref368.apply(this, arguments);
3901
3924
  };
3902
3925
  }();
3903
3926
  export var session = function () {
3904
- var _ref367 = _asyncToGenerator(function* (sdk, options) {
3927
+ var _ref369 = _asyncToGenerator(function* (sdk, options) {
3905
3928
  return sdk.get('/session', null, null, options);
3906
3929
  });
3907
- return function session(_x1246, _x1247) {
3908
- return _ref367.apply(this, arguments);
3930
+ return function session(_x1256, _x1257) {
3931
+ return _ref369.apply(this, arguments);
3909
3932
  };
3910
3933
  }();
3911
3934
  export var update_session = function () {
3912
- var _ref368 = _asyncToGenerator(function* (sdk, body, options) {
3935
+ var _ref370 = _asyncToGenerator(function* (sdk, body, options) {
3913
3936
  return sdk.patch('/session', null, body, options);
3914
3937
  });
3915
- return function update_session(_x1248, _x1249, _x1250) {
3916
- return _ref368.apply(this, arguments);
3938
+ return function update_session(_x1258, _x1259, _x1260) {
3939
+ return _ref370.apply(this, arguments);
3917
3940
  };
3918
3941
  }();
3919
3942
  export var sql_interface_metadata = function () {
3920
- var _ref369 = _asyncToGenerator(function* (sdk, avatica_request, options) {
3943
+ var _ref371 = _asyncToGenerator(function* (sdk, avatica_request, options) {
3921
3944
  return sdk.get('/sql_interface_queries/metadata', {
3922
3945
  avatica_request
3923
3946
  }, null, options);
3924
3947
  });
3925
- return function sql_interface_metadata(_x1251, _x1252, _x1253) {
3926
- return _ref369.apply(this, arguments);
3948
+ return function sql_interface_metadata(_x1261, _x1262, _x1263) {
3949
+ return _ref371.apply(this, arguments);
3927
3950
  };
3928
3951
  }();
3929
3952
  export var run_sql_interface_query = function () {
3930
- var _ref370 = _asyncToGenerator(function* (sdk, query_id, result_format, options) {
3953
+ var _ref372 = _asyncToGenerator(function* (sdk, query_id, result_format, options) {
3931
3954
  result_format = encodeParam(result_format);
3932
3955
  return sdk.get("/sql_interface_queries/".concat(query_id, "/run/").concat(result_format), null, null, options);
3933
3956
  });
3934
- return function run_sql_interface_query(_x1254, _x1255, _x1256, _x1257) {
3935
- return _ref370.apply(this, arguments);
3957
+ return function run_sql_interface_query(_x1264, _x1265, _x1266, _x1267) {
3958
+ return _ref372.apply(this, arguments);
3936
3959
  };
3937
3960
  }();
3938
3961
  export var create_sql_interface_query = function () {
3939
- var _ref371 = _asyncToGenerator(function* (sdk, body, options) {
3962
+ var _ref373 = _asyncToGenerator(function* (sdk, body, options) {
3940
3963
  return sdk.post('/sql_interface_queries', null, body, options);
3941
3964
  });
3942
- return function create_sql_interface_query(_x1258, _x1259, _x1260) {
3943
- return _ref371.apply(this, arguments);
3965
+ return function create_sql_interface_query(_x1268, _x1269, _x1270) {
3966
+ return _ref373.apply(this, arguments);
3944
3967
  };
3945
3968
  }();
3946
3969
  export var all_themes = function () {
3947
- var _ref372 = _asyncToGenerator(function* (sdk, fields, options) {
3970
+ var _ref374 = _asyncToGenerator(function* (sdk, fields, options) {
3948
3971
  return sdk.get('/themes', {
3949
3972
  fields
3950
3973
  }, null, options);
3951
3974
  });
3952
- return function all_themes(_x1261, _x1262, _x1263) {
3953
- return _ref372.apply(this, arguments);
3975
+ return function all_themes(_x1271, _x1272, _x1273) {
3976
+ return _ref374.apply(this, arguments);
3954
3977
  };
3955
3978
  }();
3956
3979
  export var create_theme = function () {
3957
- var _ref373 = _asyncToGenerator(function* (sdk, body, options) {
3980
+ var _ref375 = _asyncToGenerator(function* (sdk, body, options) {
3958
3981
  return sdk.post('/themes', null, body, options);
3959
3982
  });
3960
- return function create_theme(_x1264, _x1265, _x1266) {
3961
- return _ref373.apply(this, arguments);
3983
+ return function create_theme(_x1274, _x1275, _x1276) {
3984
+ return _ref375.apply(this, arguments);
3962
3985
  };
3963
3986
  }();
3964
3987
  export var search_themes = function () {
3965
- var _ref374 = _asyncToGenerator(function* (sdk, request, options) {
3988
+ var _ref376 = _asyncToGenerator(function* (sdk, request, options) {
3966
3989
  return sdk.get('/themes/search', {
3967
3990
  id: request.id,
3968
3991
  name: request.name,
@@ -3975,92 +3998,92 @@ export var search_themes = function () {
3975
3998
  filter_or: request.filter_or
3976
3999
  }, null, options);
3977
4000
  });
3978
- return function search_themes(_x1267, _x1268, _x1269) {
3979
- return _ref374.apply(this, arguments);
4001
+ return function search_themes(_x1277, _x1278, _x1279) {
4002
+ return _ref376.apply(this, arguments);
3980
4003
  };
3981
4004
  }();
3982
4005
  export var default_theme = function () {
3983
- var _ref375 = _asyncToGenerator(function* (sdk, ts, options) {
4006
+ var _ref377 = _asyncToGenerator(function* (sdk, ts, options) {
3984
4007
  return sdk.get('/themes/default', {
3985
4008
  ts
3986
4009
  }, null, options);
3987
4010
  });
3988
- return function default_theme(_x1270, _x1271, _x1272) {
3989
- return _ref375.apply(this, arguments);
4011
+ return function default_theme(_x1280, _x1281, _x1282) {
4012
+ return _ref377.apply(this, arguments);
3990
4013
  };
3991
4014
  }();
3992
4015
  export var set_default_theme = function () {
3993
- var _ref376 = _asyncToGenerator(function* (sdk, name, options) {
4016
+ var _ref378 = _asyncToGenerator(function* (sdk, name, options) {
3994
4017
  return sdk.put('/themes/default', {
3995
4018
  name
3996
4019
  }, null, options);
3997
4020
  });
3998
- return function set_default_theme(_x1273, _x1274, _x1275) {
3999
- return _ref376.apply(this, arguments);
4021
+ return function set_default_theme(_x1283, _x1284, _x1285) {
4022
+ return _ref378.apply(this, arguments);
4000
4023
  };
4001
4024
  }();
4002
4025
  export var active_themes = function () {
4003
- var _ref377 = _asyncToGenerator(function* (sdk, request, options) {
4026
+ var _ref379 = _asyncToGenerator(function* (sdk, request, options) {
4004
4027
  return sdk.get('/themes/active', {
4005
4028
  name: request.name,
4006
4029
  ts: request.ts,
4007
4030
  fields: request.fields
4008
4031
  }, null, options);
4009
4032
  });
4010
- return function active_themes(_x1276, _x1277, _x1278) {
4011
- return _ref377.apply(this, arguments);
4033
+ return function active_themes(_x1286, _x1287, _x1288) {
4034
+ return _ref379.apply(this, arguments);
4012
4035
  };
4013
4036
  }();
4014
4037
  export var theme_or_default = function () {
4015
- var _ref378 = _asyncToGenerator(function* (sdk, name, ts, options) {
4038
+ var _ref380 = _asyncToGenerator(function* (sdk, name, ts, options) {
4016
4039
  return sdk.get('/themes/theme_or_default', {
4017
4040
  name,
4018
4041
  ts
4019
4042
  }, null, options);
4020
4043
  });
4021
- return function theme_or_default(_x1279, _x1280, _x1281, _x1282) {
4022
- return _ref378.apply(this, arguments);
4044
+ return function theme_or_default(_x1289, _x1290, _x1291, _x1292) {
4045
+ return _ref380.apply(this, arguments);
4023
4046
  };
4024
4047
  }();
4025
4048
  export var validate_theme = function () {
4026
- var _ref379 = _asyncToGenerator(function* (sdk, body, options) {
4049
+ var _ref381 = _asyncToGenerator(function* (sdk, body, options) {
4027
4050
  return sdk.post('/themes/validate', null, body, options);
4028
4051
  });
4029
- return function validate_theme(_x1283, _x1284, _x1285) {
4030
- return _ref379.apply(this, arguments);
4052
+ return function validate_theme(_x1293, _x1294, _x1295) {
4053
+ return _ref381.apply(this, arguments);
4031
4054
  };
4032
4055
  }();
4033
4056
  export var theme = function () {
4034
- var _ref380 = _asyncToGenerator(function* (sdk, theme_id, fields, options) {
4057
+ var _ref382 = _asyncToGenerator(function* (sdk, theme_id, fields, options) {
4035
4058
  theme_id = encodeParam(theme_id);
4036
4059
  return sdk.get("/themes/".concat(theme_id), {
4037
4060
  fields
4038
4061
  }, null, options);
4039
4062
  });
4040
- return function theme(_x1286, _x1287, _x1288, _x1289) {
4041
- return _ref380.apply(this, arguments);
4063
+ return function theme(_x1296, _x1297, _x1298, _x1299) {
4064
+ return _ref382.apply(this, arguments);
4042
4065
  };
4043
4066
  }();
4044
4067
  export var update_theme = function () {
4045
- var _ref381 = _asyncToGenerator(function* (sdk, theme_id, body, options) {
4068
+ var _ref383 = _asyncToGenerator(function* (sdk, theme_id, body, options) {
4046
4069
  theme_id = encodeParam(theme_id);
4047
4070
  return sdk.patch("/themes/".concat(theme_id), null, body, options);
4048
4071
  });
4049
- return function update_theme(_x1290, _x1291, _x1292, _x1293) {
4050
- return _ref381.apply(this, arguments);
4072
+ return function update_theme(_x1300, _x1301, _x1302, _x1303) {
4073
+ return _ref383.apply(this, arguments);
4051
4074
  };
4052
4075
  }();
4053
4076
  export var delete_theme = function () {
4054
- var _ref382 = _asyncToGenerator(function* (sdk, theme_id, options) {
4077
+ var _ref384 = _asyncToGenerator(function* (sdk, theme_id, options) {
4055
4078
  theme_id = encodeParam(theme_id);
4056
4079
  return sdk.delete("/themes/".concat(theme_id), null, null, options);
4057
4080
  });
4058
- return function delete_theme(_x1294, _x1295, _x1296) {
4059
- return _ref382.apply(this, arguments);
4081
+ return function delete_theme(_x1304, _x1305, _x1306) {
4082
+ return _ref384.apply(this, arguments);
4060
4083
  };
4061
4084
  }();
4062
4085
  export var search_credentials_email = function () {
4063
- var _ref383 = _asyncToGenerator(function* (sdk, request, options) {
4086
+ var _ref385 = _asyncToGenerator(function* (sdk, request, options) {
4064
4087
  return sdk.get('/credentials_email/search', {
4065
4088
  fields: request.fields,
4066
4089
  limit: request.limit,
@@ -4072,22 +4095,22 @@ export var search_credentials_email = function () {
4072
4095
  filter_or: request.filter_or
4073
4096
  }, null, options);
4074
4097
  });
4075
- return function search_credentials_email(_x1297, _x1298, _x1299) {
4076
- return _ref383.apply(this, arguments);
4098
+ return function search_credentials_email(_x1307, _x1308, _x1309) {
4099
+ return _ref385.apply(this, arguments);
4077
4100
  };
4078
4101
  }();
4079
4102
  export var me = function () {
4080
- var _ref384 = _asyncToGenerator(function* (sdk, fields, options) {
4103
+ var _ref386 = _asyncToGenerator(function* (sdk, fields, options) {
4081
4104
  return sdk.get('/user', {
4082
4105
  fields
4083
4106
  }, null, options);
4084
4107
  });
4085
- return function me(_x1300, _x1301, _x1302) {
4086
- return _ref384.apply(this, arguments);
4108
+ return function me(_x1310, _x1311, _x1312) {
4109
+ return _ref386.apply(this, arguments);
4087
4110
  };
4088
4111
  }();
4089
4112
  export var all_users = function () {
4090
- var _ref385 = _asyncToGenerator(function* (sdk, request, options) {
4113
+ var _ref387 = _asyncToGenerator(function* (sdk, request, options) {
4091
4114
  return sdk.get('/users', {
4092
4115
  fields: request.fields,
4093
4116
  page: request.page,
@@ -4098,22 +4121,22 @@ export var all_users = function () {
4098
4121
  ids: request.ids
4099
4122
  }, null, options);
4100
4123
  });
4101
- return function all_users(_x1303, _x1304, _x1305) {
4102
- return _ref385.apply(this, arguments);
4124
+ return function all_users(_x1313, _x1314, _x1315) {
4125
+ return _ref387.apply(this, arguments);
4103
4126
  };
4104
4127
  }();
4105
4128
  export var create_user = function () {
4106
- var _ref386 = _asyncToGenerator(function* (sdk, body, fields, options) {
4129
+ var _ref388 = _asyncToGenerator(function* (sdk, body, fields, options) {
4107
4130
  return sdk.post('/users', {
4108
4131
  fields
4109
4132
  }, body, options);
4110
4133
  });
4111
- return function create_user(_x1306, _x1307, _x1308, _x1309) {
4112
- return _ref386.apply(this, arguments);
4134
+ return function create_user(_x1316, _x1317, _x1318, _x1319) {
4135
+ return _ref388.apply(this, arguments);
4113
4136
  };
4114
4137
  }();
4115
4138
  export var search_users = function () {
4116
- var _ref387 = _asyncToGenerator(function* (sdk, request, options) {
4139
+ var _ref389 = _asyncToGenerator(function* (sdk, request, options) {
4117
4140
  return sdk.get('/users/search', {
4118
4141
  fields: request.fields,
4119
4142
  page: request.page,
@@ -4133,12 +4156,12 @@ export var search_users = function () {
4133
4156
  group_id: request.group_id
4134
4157
  }, null, options);
4135
4158
  });
4136
- return function search_users(_x1310, _x1311, _x1312) {
4137
- return _ref387.apply(this, arguments);
4159
+ return function search_users(_x1320, _x1321, _x1322) {
4160
+ return _ref389.apply(this, arguments);
4138
4161
  };
4139
4162
  }();
4140
4163
  export var search_users_names = function () {
4141
- var _ref388 = _asyncToGenerator(function* (sdk, request, options) {
4164
+ var _ref390 = _asyncToGenerator(function* (sdk, request, options) {
4142
4165
  request.pattern = encodeParam(request.pattern);
4143
4166
  return sdk.get("/users/search/names/".concat(request.pattern), {
4144
4167
  fields: request.fields,
@@ -4155,373 +4178,373 @@ export var search_users_names = function () {
4155
4178
  is_disabled: request.is_disabled
4156
4179
  }, null, options);
4157
4180
  });
4158
- return function search_users_names(_x1313, _x1314, _x1315) {
4159
- return _ref388.apply(this, arguments);
4181
+ return function search_users_names(_x1323, _x1324, _x1325) {
4182
+ return _ref390.apply(this, arguments);
4160
4183
  };
4161
4184
  }();
4162
4185
  export var user = function () {
4163
- var _ref389 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4186
+ var _ref391 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4164
4187
  user_id = encodeParam(user_id);
4165
4188
  return sdk.get("/users/".concat(user_id), {
4166
4189
  fields
4167
4190
  }, null, options);
4168
4191
  });
4169
- return function user(_x1316, _x1317, _x1318, _x1319) {
4170
- return _ref389.apply(this, arguments);
4192
+ return function user(_x1326, _x1327, _x1328, _x1329) {
4193
+ return _ref391.apply(this, arguments);
4171
4194
  };
4172
4195
  }();
4173
4196
  export var update_user = function () {
4174
- var _ref390 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
4197
+ var _ref392 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
4175
4198
  user_id = encodeParam(user_id);
4176
4199
  return sdk.patch("/users/".concat(user_id), {
4177
4200
  fields
4178
4201
  }, body, options);
4179
4202
  });
4180
- return function update_user(_x1320, _x1321, _x1322, _x1323, _x1324) {
4181
- return _ref390.apply(this, arguments);
4203
+ return function update_user(_x1330, _x1331, _x1332, _x1333, _x1334) {
4204
+ return _ref392.apply(this, arguments);
4182
4205
  };
4183
4206
  }();
4184
4207
  export var delete_user = function () {
4185
- var _ref391 = _asyncToGenerator(function* (sdk, user_id, options) {
4208
+ var _ref393 = _asyncToGenerator(function* (sdk, user_id, options) {
4186
4209
  user_id = encodeParam(user_id);
4187
4210
  return sdk.delete("/users/".concat(user_id), null, null, options);
4188
4211
  });
4189
- return function delete_user(_x1325, _x1326, _x1327) {
4190
- return _ref391.apply(this, arguments);
4212
+ return function delete_user(_x1335, _x1336, _x1337) {
4213
+ return _ref393.apply(this, arguments);
4191
4214
  };
4192
4215
  }();
4193
4216
  export var user_for_credential = function () {
4194
- var _ref392 = _asyncToGenerator(function* (sdk, credential_type, credential_id, fields, options) {
4217
+ var _ref394 = _asyncToGenerator(function* (sdk, credential_type, credential_id, fields, options) {
4195
4218
  credential_type = encodeParam(credential_type);
4196
4219
  credential_id = encodeParam(credential_id);
4197
4220
  return sdk.get("/users/credential/".concat(credential_type, "/").concat(credential_id), {
4198
4221
  fields
4199
4222
  }, null, options);
4200
4223
  });
4201
- return function user_for_credential(_x1328, _x1329, _x1330, _x1331, _x1332) {
4202
- return _ref392.apply(this, arguments);
4224
+ return function user_for_credential(_x1338, _x1339, _x1340, _x1341, _x1342) {
4225
+ return _ref394.apply(this, arguments);
4203
4226
  };
4204
4227
  }();
4205
4228
  export var user_credentials_email = function () {
4206
- var _ref393 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4229
+ var _ref395 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4207
4230
  user_id = encodeParam(user_id);
4208
4231
  return sdk.get("/users/".concat(user_id, "/credentials_email"), {
4209
4232
  fields
4210
4233
  }, null, options);
4211
4234
  });
4212
- return function user_credentials_email(_x1333, _x1334, _x1335, _x1336) {
4213
- return _ref393.apply(this, arguments);
4235
+ return function user_credentials_email(_x1343, _x1344, _x1345, _x1346) {
4236
+ return _ref395.apply(this, arguments);
4214
4237
  };
4215
4238
  }();
4216
4239
  export var create_user_credentials_email = function () {
4217
- var _ref394 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
4240
+ var _ref396 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
4218
4241
  user_id = encodeParam(user_id);
4219
4242
  return sdk.post("/users/".concat(user_id, "/credentials_email"), {
4220
4243
  fields
4221
4244
  }, body, options);
4222
4245
  });
4223
- return function create_user_credentials_email(_x1337, _x1338, _x1339, _x1340, _x1341) {
4224
- return _ref394.apply(this, arguments);
4246
+ return function create_user_credentials_email(_x1347, _x1348, _x1349, _x1350, _x1351) {
4247
+ return _ref396.apply(this, arguments);
4225
4248
  };
4226
4249
  }();
4227
4250
  export var update_user_credentials_email = function () {
4228
- var _ref395 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
4251
+ var _ref397 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
4229
4252
  user_id = encodeParam(user_id);
4230
4253
  return sdk.patch("/users/".concat(user_id, "/credentials_email"), {
4231
4254
  fields
4232
4255
  }, body, options);
4233
4256
  });
4234
- return function update_user_credentials_email(_x1342, _x1343, _x1344, _x1345, _x1346) {
4235
- return _ref395.apply(this, arguments);
4257
+ return function update_user_credentials_email(_x1352, _x1353, _x1354, _x1355, _x1356) {
4258
+ return _ref397.apply(this, arguments);
4236
4259
  };
4237
4260
  }();
4238
4261
  export var delete_user_credentials_email = function () {
4239
- var _ref396 = _asyncToGenerator(function* (sdk, user_id, options) {
4262
+ var _ref398 = _asyncToGenerator(function* (sdk, user_id, options) {
4240
4263
  user_id = encodeParam(user_id);
4241
4264
  return sdk.delete("/users/".concat(user_id, "/credentials_email"), null, null, options);
4242
4265
  });
4243
- return function delete_user_credentials_email(_x1347, _x1348, _x1349) {
4244
- return _ref396.apply(this, arguments);
4266
+ return function delete_user_credentials_email(_x1357, _x1358, _x1359) {
4267
+ return _ref398.apply(this, arguments);
4245
4268
  };
4246
4269
  }();
4247
4270
  export var user_credentials_totp = function () {
4248
- var _ref397 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4271
+ var _ref399 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4249
4272
  user_id = encodeParam(user_id);
4250
4273
  return sdk.get("/users/".concat(user_id, "/credentials_totp"), {
4251
4274
  fields
4252
4275
  }, null, options);
4253
4276
  });
4254
- return function user_credentials_totp(_x1350, _x1351, _x1352, _x1353) {
4255
- return _ref397.apply(this, arguments);
4277
+ return function user_credentials_totp(_x1360, _x1361, _x1362, _x1363) {
4278
+ return _ref399.apply(this, arguments);
4256
4279
  };
4257
4280
  }();
4258
4281
  export var create_user_credentials_totp = function () {
4259
- var _ref398 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
4282
+ var _ref400 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
4260
4283
  user_id = encodeParam(user_id);
4261
4284
  return sdk.post("/users/".concat(user_id, "/credentials_totp"), {
4262
4285
  fields
4263
4286
  }, body, options);
4264
4287
  });
4265
- return function create_user_credentials_totp(_x1354, _x1355, _x1356, _x1357, _x1358) {
4266
- return _ref398.apply(this, arguments);
4288
+ return function create_user_credentials_totp(_x1364, _x1365, _x1366, _x1367, _x1368) {
4289
+ return _ref400.apply(this, arguments);
4267
4290
  };
4268
4291
  }();
4269
4292
  export var delete_user_credentials_totp = function () {
4270
- var _ref399 = _asyncToGenerator(function* (sdk, user_id, options) {
4293
+ var _ref401 = _asyncToGenerator(function* (sdk, user_id, options) {
4271
4294
  user_id = encodeParam(user_id);
4272
4295
  return sdk.delete("/users/".concat(user_id, "/credentials_totp"), null, null, options);
4273
4296
  });
4274
- return function delete_user_credentials_totp(_x1359, _x1360, _x1361) {
4275
- return _ref399.apply(this, arguments);
4297
+ return function delete_user_credentials_totp(_x1369, _x1370, _x1371) {
4298
+ return _ref401.apply(this, arguments);
4276
4299
  };
4277
4300
  }();
4278
4301
  export var user_credentials_ldap = function () {
4279
- var _ref400 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4302
+ var _ref402 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4280
4303
  user_id = encodeParam(user_id);
4281
4304
  return sdk.get("/users/".concat(user_id, "/credentials_ldap"), {
4282
4305
  fields
4283
4306
  }, null, options);
4284
4307
  });
4285
- return function user_credentials_ldap(_x1362, _x1363, _x1364, _x1365) {
4286
- return _ref400.apply(this, arguments);
4308
+ return function user_credentials_ldap(_x1372, _x1373, _x1374, _x1375) {
4309
+ return _ref402.apply(this, arguments);
4287
4310
  };
4288
4311
  }();
4289
4312
  export var delete_user_credentials_ldap = function () {
4290
- var _ref401 = _asyncToGenerator(function* (sdk, user_id, options) {
4313
+ var _ref403 = _asyncToGenerator(function* (sdk, user_id, options) {
4291
4314
  user_id = encodeParam(user_id);
4292
4315
  return sdk.delete("/users/".concat(user_id, "/credentials_ldap"), null, null, options);
4293
4316
  });
4294
- return function delete_user_credentials_ldap(_x1366, _x1367, _x1368) {
4295
- return _ref401.apply(this, arguments);
4317
+ return function delete_user_credentials_ldap(_x1376, _x1377, _x1378) {
4318
+ return _ref403.apply(this, arguments);
4296
4319
  };
4297
4320
  }();
4298
4321
  export var user_credentials_google = function () {
4299
- var _ref402 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4322
+ var _ref404 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4300
4323
  user_id = encodeParam(user_id);
4301
4324
  return sdk.get("/users/".concat(user_id, "/credentials_google"), {
4302
4325
  fields
4303
4326
  }, null, options);
4304
4327
  });
4305
- return function user_credentials_google(_x1369, _x1370, _x1371, _x1372) {
4306
- return _ref402.apply(this, arguments);
4328
+ return function user_credentials_google(_x1379, _x1380, _x1381, _x1382) {
4329
+ return _ref404.apply(this, arguments);
4307
4330
  };
4308
4331
  }();
4309
4332
  export var delete_user_credentials_google = function () {
4310
- var _ref403 = _asyncToGenerator(function* (sdk, user_id, options) {
4333
+ var _ref405 = _asyncToGenerator(function* (sdk, user_id, options) {
4311
4334
  user_id = encodeParam(user_id);
4312
4335
  return sdk.delete("/users/".concat(user_id, "/credentials_google"), null, null, options);
4313
4336
  });
4314
- return function delete_user_credentials_google(_x1373, _x1374, _x1375) {
4315
- return _ref403.apply(this, arguments);
4337
+ return function delete_user_credentials_google(_x1383, _x1384, _x1385) {
4338
+ return _ref405.apply(this, arguments);
4316
4339
  };
4317
4340
  }();
4318
4341
  export var user_credentials_saml = function () {
4319
- var _ref404 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4342
+ var _ref406 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4320
4343
  user_id = encodeParam(user_id);
4321
4344
  return sdk.get("/users/".concat(user_id, "/credentials_saml"), {
4322
4345
  fields
4323
4346
  }, null, options);
4324
4347
  });
4325
- return function user_credentials_saml(_x1376, _x1377, _x1378, _x1379) {
4326
- return _ref404.apply(this, arguments);
4348
+ return function user_credentials_saml(_x1386, _x1387, _x1388, _x1389) {
4349
+ return _ref406.apply(this, arguments);
4327
4350
  };
4328
4351
  }();
4329
4352
  export var delete_user_credentials_saml = function () {
4330
- var _ref405 = _asyncToGenerator(function* (sdk, user_id, options) {
4353
+ var _ref407 = _asyncToGenerator(function* (sdk, user_id, options) {
4331
4354
  user_id = encodeParam(user_id);
4332
4355
  return sdk.delete("/users/".concat(user_id, "/credentials_saml"), null, null, options);
4333
4356
  });
4334
- return function delete_user_credentials_saml(_x1380, _x1381, _x1382) {
4335
- return _ref405.apply(this, arguments);
4357
+ return function delete_user_credentials_saml(_x1390, _x1391, _x1392) {
4358
+ return _ref407.apply(this, arguments);
4336
4359
  };
4337
4360
  }();
4338
4361
  export var user_credentials_oidc = function () {
4339
- var _ref406 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4362
+ var _ref408 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4340
4363
  user_id = encodeParam(user_id);
4341
4364
  return sdk.get("/users/".concat(user_id, "/credentials_oidc"), {
4342
4365
  fields
4343
4366
  }, null, options);
4344
4367
  });
4345
- return function user_credentials_oidc(_x1383, _x1384, _x1385, _x1386) {
4346
- return _ref406.apply(this, arguments);
4368
+ return function user_credentials_oidc(_x1393, _x1394, _x1395, _x1396) {
4369
+ return _ref408.apply(this, arguments);
4347
4370
  };
4348
4371
  }();
4349
4372
  export var delete_user_credentials_oidc = function () {
4350
- var _ref407 = _asyncToGenerator(function* (sdk, user_id, options) {
4373
+ var _ref409 = _asyncToGenerator(function* (sdk, user_id, options) {
4351
4374
  user_id = encodeParam(user_id);
4352
4375
  return sdk.delete("/users/".concat(user_id, "/credentials_oidc"), null, null, options);
4353
4376
  });
4354
- return function delete_user_credentials_oidc(_x1387, _x1388, _x1389) {
4355
- return _ref407.apply(this, arguments);
4377
+ return function delete_user_credentials_oidc(_x1397, _x1398, _x1399) {
4378
+ return _ref409.apply(this, arguments);
4356
4379
  };
4357
4380
  }();
4358
4381
  export var user_credentials_api3 = function () {
4359
- var _ref408 = _asyncToGenerator(function* (sdk, user_id, credentials_api3_id, fields, options) {
4382
+ var _ref410 = _asyncToGenerator(function* (sdk, user_id, credentials_api3_id, fields, options) {
4360
4383
  user_id = encodeParam(user_id);
4361
4384
  credentials_api3_id = encodeParam(credentials_api3_id);
4362
4385
  return sdk.get("/users/".concat(user_id, "/credentials_api3/").concat(credentials_api3_id), {
4363
4386
  fields
4364
4387
  }, null, options);
4365
4388
  });
4366
- return function user_credentials_api3(_x1390, _x1391, _x1392, _x1393, _x1394) {
4367
- return _ref408.apply(this, arguments);
4389
+ return function user_credentials_api3(_x1400, _x1401, _x1402, _x1403, _x1404) {
4390
+ return _ref410.apply(this, arguments);
4368
4391
  };
4369
4392
  }();
4370
4393
  export var delete_user_credentials_api3 = function () {
4371
- var _ref409 = _asyncToGenerator(function* (sdk, user_id, credentials_api3_id, options) {
4394
+ var _ref411 = _asyncToGenerator(function* (sdk, user_id, credentials_api3_id, options) {
4372
4395
  user_id = encodeParam(user_id);
4373
4396
  credentials_api3_id = encodeParam(credentials_api3_id);
4374
4397
  return sdk.delete("/users/".concat(user_id, "/credentials_api3/").concat(credentials_api3_id), null, null, options);
4375
4398
  });
4376
- return function delete_user_credentials_api3(_x1395, _x1396, _x1397, _x1398) {
4377
- return _ref409.apply(this, arguments);
4399
+ return function delete_user_credentials_api3(_x1405, _x1406, _x1407, _x1408) {
4400
+ return _ref411.apply(this, arguments);
4378
4401
  };
4379
4402
  }();
4380
4403
  export var all_user_credentials_api3s = function () {
4381
- var _ref410 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4404
+ var _ref412 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4382
4405
  user_id = encodeParam(user_id);
4383
4406
  return sdk.get("/users/".concat(user_id, "/credentials_api3"), {
4384
4407
  fields
4385
4408
  }, null, options);
4386
4409
  });
4387
- return function all_user_credentials_api3s(_x1399, _x1400, _x1401, _x1402) {
4388
- return _ref410.apply(this, arguments);
4410
+ return function all_user_credentials_api3s(_x1409, _x1410, _x1411, _x1412) {
4411
+ return _ref412.apply(this, arguments);
4389
4412
  };
4390
4413
  }();
4391
4414
  export var create_user_credentials_api3 = function () {
4392
- var _ref411 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4415
+ var _ref413 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4393
4416
  user_id = encodeParam(user_id);
4394
4417
  return sdk.post("/users/".concat(user_id, "/credentials_api3"), {
4395
4418
  fields
4396
4419
  }, null, options);
4397
4420
  });
4398
- return function create_user_credentials_api3(_x1403, _x1404, _x1405, _x1406) {
4399
- return _ref411.apply(this, arguments);
4421
+ return function create_user_credentials_api3(_x1413, _x1414, _x1415, _x1416) {
4422
+ return _ref413.apply(this, arguments);
4400
4423
  };
4401
4424
  }();
4402
4425
  export var user_credentials_embed = function () {
4403
- var _ref412 = _asyncToGenerator(function* (sdk, user_id, credentials_embed_id, fields, options) {
4426
+ var _ref414 = _asyncToGenerator(function* (sdk, user_id, credentials_embed_id, fields, options) {
4404
4427
  user_id = encodeParam(user_id);
4405
4428
  credentials_embed_id = encodeParam(credentials_embed_id);
4406
4429
  return sdk.get("/users/".concat(user_id, "/credentials_embed/").concat(credentials_embed_id), {
4407
4430
  fields
4408
4431
  }, null, options);
4409
4432
  });
4410
- return function user_credentials_embed(_x1407, _x1408, _x1409, _x1410, _x1411) {
4411
- return _ref412.apply(this, arguments);
4433
+ return function user_credentials_embed(_x1417, _x1418, _x1419, _x1420, _x1421) {
4434
+ return _ref414.apply(this, arguments);
4412
4435
  };
4413
4436
  }();
4414
4437
  export var delete_user_credentials_embed = function () {
4415
- var _ref413 = _asyncToGenerator(function* (sdk, user_id, credentials_embed_id, options) {
4438
+ var _ref415 = _asyncToGenerator(function* (sdk, user_id, credentials_embed_id, options) {
4416
4439
  user_id = encodeParam(user_id);
4417
4440
  credentials_embed_id = encodeParam(credentials_embed_id);
4418
4441
  return sdk.delete("/users/".concat(user_id, "/credentials_embed/").concat(credentials_embed_id), null, null, options);
4419
4442
  });
4420
- return function delete_user_credentials_embed(_x1412, _x1413, _x1414, _x1415) {
4421
- return _ref413.apply(this, arguments);
4443
+ return function delete_user_credentials_embed(_x1422, _x1423, _x1424, _x1425) {
4444
+ return _ref415.apply(this, arguments);
4422
4445
  };
4423
4446
  }();
4424
4447
  export var all_user_credentials_embeds = function () {
4425
- var _ref414 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4448
+ var _ref416 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4426
4449
  user_id = encodeParam(user_id);
4427
4450
  return sdk.get("/users/".concat(user_id, "/credentials_embed"), {
4428
4451
  fields
4429
4452
  }, null, options);
4430
4453
  });
4431
- return function all_user_credentials_embeds(_x1416, _x1417, _x1418, _x1419) {
4432
- return _ref414.apply(this, arguments);
4454
+ return function all_user_credentials_embeds(_x1426, _x1427, _x1428, _x1429) {
4455
+ return _ref416.apply(this, arguments);
4433
4456
  };
4434
4457
  }();
4435
4458
  export var user_credentials_looker_openid = function () {
4436
- var _ref415 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4459
+ var _ref417 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4437
4460
  user_id = encodeParam(user_id);
4438
4461
  return sdk.get("/users/".concat(user_id, "/credentials_looker_openid"), {
4439
4462
  fields
4440
4463
  }, null, options);
4441
4464
  });
4442
- return function user_credentials_looker_openid(_x1420, _x1421, _x1422, _x1423) {
4443
- return _ref415.apply(this, arguments);
4465
+ return function user_credentials_looker_openid(_x1430, _x1431, _x1432, _x1433) {
4466
+ return _ref417.apply(this, arguments);
4444
4467
  };
4445
4468
  }();
4446
4469
  export var delete_user_credentials_looker_openid = function () {
4447
- var _ref416 = _asyncToGenerator(function* (sdk, user_id, options) {
4470
+ var _ref418 = _asyncToGenerator(function* (sdk, user_id, options) {
4448
4471
  user_id = encodeParam(user_id);
4449
4472
  return sdk.delete("/users/".concat(user_id, "/credentials_looker_openid"), null, null, options);
4450
4473
  });
4451
- return function delete_user_credentials_looker_openid(_x1424, _x1425, _x1426) {
4452
- return _ref416.apply(this, arguments);
4474
+ return function delete_user_credentials_looker_openid(_x1434, _x1435, _x1436) {
4475
+ return _ref418.apply(this, arguments);
4453
4476
  };
4454
4477
  }();
4455
4478
  export var user_session = function () {
4456
- var _ref417 = _asyncToGenerator(function* (sdk, user_id, session_id, fields, options) {
4479
+ var _ref419 = _asyncToGenerator(function* (sdk, user_id, session_id, fields, options) {
4457
4480
  user_id = encodeParam(user_id);
4458
4481
  session_id = encodeParam(session_id);
4459
4482
  return sdk.get("/users/".concat(user_id, "/sessions/").concat(session_id), {
4460
4483
  fields
4461
4484
  }, null, options);
4462
4485
  });
4463
- return function user_session(_x1427, _x1428, _x1429, _x1430, _x1431) {
4464
- return _ref417.apply(this, arguments);
4486
+ return function user_session(_x1437, _x1438, _x1439, _x1440, _x1441) {
4487
+ return _ref419.apply(this, arguments);
4465
4488
  };
4466
4489
  }();
4467
4490
  export var delete_user_session = function () {
4468
- var _ref418 = _asyncToGenerator(function* (sdk, user_id, session_id, options) {
4491
+ var _ref420 = _asyncToGenerator(function* (sdk, user_id, session_id, options) {
4469
4492
  user_id = encodeParam(user_id);
4470
4493
  session_id = encodeParam(session_id);
4471
4494
  return sdk.delete("/users/".concat(user_id, "/sessions/").concat(session_id), null, null, options);
4472
4495
  });
4473
- return function delete_user_session(_x1432, _x1433, _x1434, _x1435) {
4474
- return _ref418.apply(this, arguments);
4496
+ return function delete_user_session(_x1442, _x1443, _x1444, _x1445) {
4497
+ return _ref420.apply(this, arguments);
4475
4498
  };
4476
4499
  }();
4477
4500
  export var all_user_sessions = function () {
4478
- var _ref419 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4501
+ var _ref421 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4479
4502
  user_id = encodeParam(user_id);
4480
4503
  return sdk.get("/users/".concat(user_id, "/sessions"), {
4481
4504
  fields
4482
4505
  }, null, options);
4483
4506
  });
4484
- return function all_user_sessions(_x1436, _x1437, _x1438, _x1439) {
4485
- return _ref419.apply(this, arguments);
4507
+ return function all_user_sessions(_x1446, _x1447, _x1448, _x1449) {
4508
+ return _ref421.apply(this, arguments);
4486
4509
  };
4487
4510
  }();
4488
4511
  export var create_user_credentials_email_password_reset = function () {
4489
- var _ref420 = _asyncToGenerator(function* (sdk, request, options) {
4512
+ var _ref422 = _asyncToGenerator(function* (sdk, request, options) {
4490
4513
  request.user_id = encodeParam(request.user_id);
4491
4514
  return sdk.post("/users/".concat(request.user_id, "/credentials_email/password_reset"), {
4492
4515
  expires: request.expires,
4493
4516
  fields: request.fields
4494
4517
  }, null, options);
4495
4518
  });
4496
- return function create_user_credentials_email_password_reset(_x1440, _x1441, _x1442) {
4497
- return _ref420.apply(this, arguments);
4519
+ return function create_user_credentials_email_password_reset(_x1450, _x1451, _x1452) {
4520
+ return _ref422.apply(this, arguments);
4498
4521
  };
4499
4522
  }();
4500
4523
  export var user_roles = function () {
4501
- var _ref421 = _asyncToGenerator(function* (sdk, request, options) {
4524
+ var _ref423 = _asyncToGenerator(function* (sdk, request, options) {
4502
4525
  request.user_id = encodeParam(request.user_id);
4503
4526
  return sdk.get("/users/".concat(request.user_id, "/roles"), {
4504
4527
  fields: request.fields,
4505
4528
  direct_association_only: request.direct_association_only
4506
4529
  }, null, options);
4507
4530
  });
4508
- return function user_roles(_x1443, _x1444, _x1445) {
4509
- return _ref421.apply(this, arguments);
4531
+ return function user_roles(_x1453, _x1454, _x1455) {
4532
+ return _ref423.apply(this, arguments);
4510
4533
  };
4511
4534
  }();
4512
4535
  export var set_user_roles = function () {
4513
- var _ref422 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
4536
+ var _ref424 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
4514
4537
  user_id = encodeParam(user_id);
4515
4538
  return sdk.put("/users/".concat(user_id, "/roles"), {
4516
4539
  fields
4517
4540
  }, body, options);
4518
4541
  });
4519
- return function set_user_roles(_x1446, _x1447, _x1448, _x1449, _x1450) {
4520
- return _ref422.apply(this, arguments);
4542
+ return function set_user_roles(_x1456, _x1457, _x1458, _x1459, _x1460) {
4543
+ return _ref424.apply(this, arguments);
4521
4544
  };
4522
4545
  }();
4523
4546
  export var user_attribute_user_values = function () {
4524
- var _ref423 = _asyncToGenerator(function* (sdk, request, options) {
4547
+ var _ref425 = _asyncToGenerator(function* (sdk, request, options) {
4525
4548
  request.user_id = encodeParam(request.user_id);
4526
4549
  return sdk.get("/users/".concat(request.user_id, "/attribute_values"), {
4527
4550
  fields: request.fields,
@@ -4530,147 +4553,147 @@ export var user_attribute_user_values = function () {
4530
4553
  include_unset: request.include_unset
4531
4554
  }, null, options);
4532
4555
  });
4533
- return function user_attribute_user_values(_x1451, _x1452, _x1453) {
4534
- return _ref423.apply(this, arguments);
4556
+ return function user_attribute_user_values(_x1461, _x1462, _x1463) {
4557
+ return _ref425.apply(this, arguments);
4535
4558
  };
4536
4559
  }();
4537
4560
  export var set_user_attribute_user_value = function () {
4538
- var _ref424 = _asyncToGenerator(function* (sdk, user_id, user_attribute_id, body, options) {
4561
+ var _ref426 = _asyncToGenerator(function* (sdk, user_id, user_attribute_id, body, options) {
4539
4562
  user_id = encodeParam(user_id);
4540
4563
  user_attribute_id = encodeParam(user_attribute_id);
4541
4564
  return sdk.patch("/users/".concat(user_id, "/attribute_values/").concat(user_attribute_id), null, body, options);
4542
4565
  });
4543
- return function set_user_attribute_user_value(_x1454, _x1455, _x1456, _x1457, _x1458) {
4544
- return _ref424.apply(this, arguments);
4566
+ return function set_user_attribute_user_value(_x1464, _x1465, _x1466, _x1467, _x1468) {
4567
+ return _ref426.apply(this, arguments);
4545
4568
  };
4546
4569
  }();
4547
4570
  export var delete_user_attribute_user_value = function () {
4548
- var _ref425 = _asyncToGenerator(function* (sdk, user_id, user_attribute_id, options) {
4571
+ var _ref427 = _asyncToGenerator(function* (sdk, user_id, user_attribute_id, options) {
4549
4572
  user_id = encodeParam(user_id);
4550
4573
  user_attribute_id = encodeParam(user_attribute_id);
4551
4574
  return sdk.delete("/users/".concat(user_id, "/attribute_values/").concat(user_attribute_id), null, null, options);
4552
4575
  });
4553
- return function delete_user_attribute_user_value(_x1459, _x1460, _x1461, _x1462) {
4554
- return _ref425.apply(this, arguments);
4576
+ return function delete_user_attribute_user_value(_x1469, _x1470, _x1471, _x1472) {
4577
+ return _ref427.apply(this, arguments);
4555
4578
  };
4556
4579
  }();
4557
4580
  export var send_user_credentials_email_password_reset = function () {
4558
- var _ref426 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4581
+ var _ref428 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4559
4582
  user_id = encodeParam(user_id);
4560
4583
  return sdk.post("/users/".concat(user_id, "/credentials_email/send_password_reset"), {
4561
4584
  fields
4562
4585
  }, null, options);
4563
4586
  });
4564
- return function send_user_credentials_email_password_reset(_x1463, _x1464, _x1465, _x1466) {
4565
- return _ref426.apply(this, arguments);
4587
+ return function send_user_credentials_email_password_reset(_x1473, _x1474, _x1475, _x1476) {
4588
+ return _ref428.apply(this, arguments);
4566
4589
  };
4567
4590
  }();
4568
4591
  export var wipeout_user_emails = function () {
4569
- var _ref427 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
4592
+ var _ref429 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
4570
4593
  user_id = encodeParam(user_id);
4571
4594
  return sdk.post("/users/".concat(user_id, "/update_emails"), {
4572
4595
  fields
4573
4596
  }, body, options);
4574
4597
  });
4575
- return function wipeout_user_emails(_x1467, _x1468, _x1469, _x1470, _x1471) {
4576
- return _ref427.apply(this, arguments);
4598
+ return function wipeout_user_emails(_x1477, _x1478, _x1479, _x1480, _x1481) {
4599
+ return _ref429.apply(this, arguments);
4577
4600
  };
4578
4601
  }();
4579
4602
  export var create_embed_user = function () {
4580
- var _ref428 = _asyncToGenerator(function* (sdk, body, options) {
4603
+ var _ref430 = _asyncToGenerator(function* (sdk, body, options) {
4581
4604
  return sdk.post('/users/embed_user', null, body, options);
4582
4605
  });
4583
- return function create_embed_user(_x1472, _x1473, _x1474) {
4584
- return _ref428.apply(this, arguments);
4606
+ return function create_embed_user(_x1482, _x1483, _x1484) {
4607
+ return _ref430.apply(this, arguments);
4585
4608
  };
4586
4609
  }();
4587
4610
  export var all_user_attributes = function () {
4588
- var _ref429 = _asyncToGenerator(function* (sdk, request, options) {
4611
+ var _ref431 = _asyncToGenerator(function* (sdk, request, options) {
4589
4612
  return sdk.get('/user_attributes', {
4590
4613
  fields: request.fields,
4591
4614
  sorts: request.sorts
4592
4615
  }, null, options);
4593
4616
  });
4594
- return function all_user_attributes(_x1475, _x1476, _x1477) {
4595
- return _ref429.apply(this, arguments);
4617
+ return function all_user_attributes(_x1485, _x1486, _x1487) {
4618
+ return _ref431.apply(this, arguments);
4596
4619
  };
4597
4620
  }();
4598
4621
  export var create_user_attribute = function () {
4599
- var _ref430 = _asyncToGenerator(function* (sdk, body, fields, options) {
4622
+ var _ref432 = _asyncToGenerator(function* (sdk, body, fields, options) {
4600
4623
  return sdk.post('/user_attributes', {
4601
4624
  fields
4602
4625
  }, body, options);
4603
4626
  });
4604
- return function create_user_attribute(_x1478, _x1479, _x1480, _x1481) {
4605
- return _ref430.apply(this, arguments);
4627
+ return function create_user_attribute(_x1488, _x1489, _x1490, _x1491) {
4628
+ return _ref432.apply(this, arguments);
4606
4629
  };
4607
4630
  }();
4608
4631
  export var user_attribute = function () {
4609
- var _ref431 = _asyncToGenerator(function* (sdk, user_attribute_id, fields, options) {
4632
+ var _ref433 = _asyncToGenerator(function* (sdk, user_attribute_id, fields, options) {
4610
4633
  user_attribute_id = encodeParam(user_attribute_id);
4611
4634
  return sdk.get("/user_attributes/".concat(user_attribute_id), {
4612
4635
  fields
4613
4636
  }, null, options);
4614
4637
  });
4615
- return function user_attribute(_x1482, _x1483, _x1484, _x1485) {
4616
- return _ref431.apply(this, arguments);
4638
+ return function user_attribute(_x1492, _x1493, _x1494, _x1495) {
4639
+ return _ref433.apply(this, arguments);
4617
4640
  };
4618
4641
  }();
4619
4642
  export var update_user_attribute = function () {
4620
- var _ref432 = _asyncToGenerator(function* (sdk, user_attribute_id, body, fields, options) {
4643
+ var _ref434 = _asyncToGenerator(function* (sdk, user_attribute_id, body, fields, options) {
4621
4644
  user_attribute_id = encodeParam(user_attribute_id);
4622
4645
  return sdk.patch("/user_attributes/".concat(user_attribute_id), {
4623
4646
  fields
4624
4647
  }, body, options);
4625
4648
  });
4626
- return function update_user_attribute(_x1486, _x1487, _x1488, _x1489, _x1490) {
4627
- return _ref432.apply(this, arguments);
4649
+ return function update_user_attribute(_x1496, _x1497, _x1498, _x1499, _x1500) {
4650
+ return _ref434.apply(this, arguments);
4628
4651
  };
4629
4652
  }();
4630
4653
  export var delete_user_attribute = function () {
4631
- var _ref433 = _asyncToGenerator(function* (sdk, user_attribute_id, options) {
4654
+ var _ref435 = _asyncToGenerator(function* (sdk, user_attribute_id, options) {
4632
4655
  user_attribute_id = encodeParam(user_attribute_id);
4633
4656
  return sdk.delete("/user_attributes/".concat(user_attribute_id), null, null, options);
4634
4657
  });
4635
- return function delete_user_attribute(_x1491, _x1492, _x1493) {
4636
- return _ref433.apply(this, arguments);
4658
+ return function delete_user_attribute(_x1501, _x1502, _x1503) {
4659
+ return _ref435.apply(this, arguments);
4637
4660
  };
4638
4661
  }();
4639
4662
  export var all_user_attribute_group_values = function () {
4640
- var _ref434 = _asyncToGenerator(function* (sdk, user_attribute_id, fields, options) {
4663
+ var _ref436 = _asyncToGenerator(function* (sdk, user_attribute_id, fields, options) {
4641
4664
  user_attribute_id = encodeParam(user_attribute_id);
4642
4665
  return sdk.get("/user_attributes/".concat(user_attribute_id, "/group_values"), {
4643
4666
  fields
4644
4667
  }, null, options);
4645
4668
  });
4646
- return function all_user_attribute_group_values(_x1494, _x1495, _x1496, _x1497) {
4647
- return _ref434.apply(this, arguments);
4669
+ return function all_user_attribute_group_values(_x1504, _x1505, _x1506, _x1507) {
4670
+ return _ref436.apply(this, arguments);
4648
4671
  };
4649
4672
  }();
4650
4673
  export var set_user_attribute_group_values = function () {
4651
- var _ref435 = _asyncToGenerator(function* (sdk, user_attribute_id, body, options) {
4674
+ var _ref437 = _asyncToGenerator(function* (sdk, user_attribute_id, body, options) {
4652
4675
  user_attribute_id = encodeParam(user_attribute_id);
4653
4676
  return sdk.post("/user_attributes/".concat(user_attribute_id, "/group_values"), null, body, options);
4654
4677
  });
4655
- return function set_user_attribute_group_values(_x1498, _x1499, _x1500, _x1501) {
4656
- return _ref435.apply(this, arguments);
4678
+ return function set_user_attribute_group_values(_x1508, _x1509, _x1510, _x1511) {
4679
+ return _ref437.apply(this, arguments);
4657
4680
  };
4658
4681
  }();
4659
4682
  export var all_workspaces = function () {
4660
- var _ref436 = _asyncToGenerator(function* (sdk, options) {
4683
+ var _ref438 = _asyncToGenerator(function* (sdk, options) {
4661
4684
  return sdk.get('/workspaces', null, null, options);
4662
4685
  });
4663
- return function all_workspaces(_x1502, _x1503) {
4664
- return _ref436.apply(this, arguments);
4686
+ return function all_workspaces(_x1512, _x1513) {
4687
+ return _ref438.apply(this, arguments);
4665
4688
  };
4666
4689
  }();
4667
4690
  export var workspace = function () {
4668
- var _ref437 = _asyncToGenerator(function* (sdk, workspace_id, options) {
4691
+ var _ref439 = _asyncToGenerator(function* (sdk, workspace_id, options) {
4669
4692
  workspace_id = encodeParam(workspace_id);
4670
4693
  return sdk.get("/workspaces/".concat(workspace_id), null, null, options);
4671
4694
  });
4672
- return function workspace(_x1504, _x1505, _x1506) {
4673
- return _ref437.apply(this, arguments);
4695
+ return function workspace(_x1514, _x1515, _x1516) {
4696
+ return _ref439.apply(this, arguments);
4674
4697
  };
4675
4698
  }();
4676
4699
  //# sourceMappingURL=funcs.js.map