@looker/sdk 24.16.1 → 24.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3639,7 +3639,8 @@ export var search_roles = function () {
3639
3639
  id: request.id,
3640
3640
  name: request.name,
3641
3641
  built_in: request.built_in,
3642
- filter_or: request.filter_or
3642
+ filter_or: request.filter_or,
3643
+ is_support_role: request.is_support_role
3643
3644
  }, null, options);
3644
3645
  });
3645
3646
  return function search_roles(_x1172, _x1173, _x1174) {
@@ -3799,8 +3800,33 @@ export var scheduled_plan_run_once = function () {
3799
3800
  return _ref360.apply(this, arguments);
3800
3801
  };
3801
3802
  }();
3802
- export var scheduled_plans_for_look = function () {
3803
+ export var search_scheduled_plans = function () {
3803
3804
  var _ref361 = _asyncToGenerator(function* (sdk, request, options) {
3805
+ return sdk.get('/scheduled_plans/search', {
3806
+ user_id: request.user_id,
3807
+ fields: request.fields,
3808
+ all_users: request.all_users,
3809
+ limit: request.limit,
3810
+ offset: request.offset,
3811
+ sorts: request.sorts,
3812
+ name: request.name,
3813
+ user_first_name: request.user_first_name,
3814
+ user_last_name: request.user_last_name,
3815
+ dashboard_id: request.dashboard_id,
3816
+ look_id: request.look_id,
3817
+ lookml_dashboard_id: request.lookml_dashboard_id,
3818
+ recipient: request.recipient,
3819
+ destination_type: request.destination_type,
3820
+ delivery_format: request.delivery_format,
3821
+ filter_or: request.filter_or
3822
+ }, null, options);
3823
+ });
3824
+ return function search_scheduled_plans(_x1227, _x1228, _x1229) {
3825
+ return _ref361.apply(this, arguments);
3826
+ };
3827
+ }();
3828
+ export var scheduled_plans_for_look = function () {
3829
+ var _ref362 = _asyncToGenerator(function* (sdk, request, options) {
3804
3830
  request.look_id = encodeParam(request.look_id);
3805
3831
  return sdk.get("/scheduled_plans/look/".concat(request.look_id), {
3806
3832
  user_id: request.user_id,
@@ -3808,12 +3834,12 @@ export var scheduled_plans_for_look = function () {
3808
3834
  all_users: request.all_users
3809
3835
  }, null, options);
3810
3836
  });
3811
- return function scheduled_plans_for_look(_x1227, _x1228, _x1229) {
3812
- return _ref361.apply(this, arguments);
3837
+ return function scheduled_plans_for_look(_x1230, _x1231, _x1232) {
3838
+ return _ref362.apply(this, arguments);
3813
3839
  };
3814
3840
  }();
3815
3841
  export var scheduled_plans_for_dashboard = function () {
3816
- var _ref362 = _asyncToGenerator(function* (sdk, request, options) {
3842
+ var _ref363 = _asyncToGenerator(function* (sdk, request, options) {
3817
3843
  request.dashboard_id = encodeParam(request.dashboard_id);
3818
3844
  return sdk.get("/scheduled_plans/dashboard/".concat(request.dashboard_id), {
3819
3845
  user_id: request.user_id,
@@ -3821,12 +3847,12 @@ export var scheduled_plans_for_dashboard = function () {
3821
3847
  fields: request.fields
3822
3848
  }, null, options);
3823
3849
  });
3824
- return function scheduled_plans_for_dashboard(_x1230, _x1231, _x1232) {
3825
- return _ref362.apply(this, arguments);
3850
+ return function scheduled_plans_for_dashboard(_x1233, _x1234, _x1235) {
3851
+ return _ref363.apply(this, arguments);
3826
3852
  };
3827
3853
  }();
3828
3854
  export var scheduled_plans_for_lookml_dashboard = function () {
3829
- var _ref363 = _asyncToGenerator(function* (sdk, request, options) {
3855
+ var _ref364 = _asyncToGenerator(function* (sdk, request, options) {
3830
3856
  request.lookml_dashboard_id = encodeParam(request.lookml_dashboard_id);
3831
3857
  return sdk.get("/scheduled_plans/lookml_dashboard/".concat(request.lookml_dashboard_id), {
3832
3858
  user_id: request.user_id,
@@ -3834,82 +3860,82 @@ export var scheduled_plans_for_lookml_dashboard = function () {
3834
3860
  all_users: request.all_users
3835
3861
  }, null, options);
3836
3862
  });
3837
- return function scheduled_plans_for_lookml_dashboard(_x1233, _x1234, _x1235) {
3838
- return _ref363.apply(this, arguments);
3863
+ return function scheduled_plans_for_lookml_dashboard(_x1236, _x1237, _x1238) {
3864
+ return _ref364.apply(this, arguments);
3839
3865
  };
3840
3866
  }();
3841
3867
  export var scheduled_plan_run_once_by_id = function () {
3842
- var _ref364 = _asyncToGenerator(function* (sdk, scheduled_plan_id, body, options) {
3868
+ var _ref365 = _asyncToGenerator(function* (sdk, scheduled_plan_id, body, options) {
3843
3869
  scheduled_plan_id = encodeParam(scheduled_plan_id);
3844
3870
  return sdk.post("/scheduled_plans/".concat(scheduled_plan_id, "/run_once"), null, body, options);
3845
3871
  });
3846
- return function scheduled_plan_run_once_by_id(_x1236, _x1237, _x1238, _x1239) {
3847
- return _ref364.apply(this, arguments);
3872
+ return function scheduled_plan_run_once_by_id(_x1239, _x1240, _x1241, _x1242) {
3873
+ return _ref365.apply(this, arguments);
3848
3874
  };
3849
3875
  }();
3850
3876
  export var session = function () {
3851
- var _ref365 = _asyncToGenerator(function* (sdk, options) {
3877
+ var _ref366 = _asyncToGenerator(function* (sdk, options) {
3852
3878
  return sdk.get('/session', null, null, options);
3853
3879
  });
3854
- return function session(_x1240, _x1241) {
3855
- return _ref365.apply(this, arguments);
3880
+ return function session(_x1243, _x1244) {
3881
+ return _ref366.apply(this, arguments);
3856
3882
  };
3857
3883
  }();
3858
3884
  export var update_session = function () {
3859
- var _ref366 = _asyncToGenerator(function* (sdk, body, options) {
3885
+ var _ref367 = _asyncToGenerator(function* (sdk, body, options) {
3860
3886
  return sdk.patch('/session', null, body, options);
3861
3887
  });
3862
- return function update_session(_x1242, _x1243, _x1244) {
3863
- return _ref366.apply(this, arguments);
3888
+ return function update_session(_x1245, _x1246, _x1247) {
3889
+ return _ref367.apply(this, arguments);
3864
3890
  };
3865
3891
  }();
3866
3892
  export var sql_interface_metadata = function () {
3867
- var _ref367 = _asyncToGenerator(function* (sdk, avatica_request, options) {
3893
+ var _ref368 = _asyncToGenerator(function* (sdk, avatica_request, options) {
3868
3894
  return sdk.get('/sql_interface_queries/metadata', {
3869
3895
  avatica_request
3870
3896
  }, null, options);
3871
3897
  });
3872
- return function sql_interface_metadata(_x1245, _x1246, _x1247) {
3873
- return _ref367.apply(this, arguments);
3898
+ return function sql_interface_metadata(_x1248, _x1249, _x1250) {
3899
+ return _ref368.apply(this, arguments);
3874
3900
  };
3875
3901
  }();
3876
3902
  export var run_sql_interface_query = function () {
3877
- var _ref368 = _asyncToGenerator(function* (sdk, query_id, result_format, options) {
3903
+ var _ref369 = _asyncToGenerator(function* (sdk, query_id, result_format, options) {
3878
3904
  result_format = encodeParam(result_format);
3879
3905
  return sdk.get("/sql_interface_queries/".concat(query_id, "/run/").concat(result_format), null, null, options);
3880
3906
  });
3881
- return function run_sql_interface_query(_x1248, _x1249, _x1250, _x1251) {
3882
- return _ref368.apply(this, arguments);
3907
+ return function run_sql_interface_query(_x1251, _x1252, _x1253, _x1254) {
3908
+ return _ref369.apply(this, arguments);
3883
3909
  };
3884
3910
  }();
3885
3911
  export var create_sql_interface_query = function () {
3886
- var _ref369 = _asyncToGenerator(function* (sdk, body, options) {
3912
+ var _ref370 = _asyncToGenerator(function* (sdk, body, options) {
3887
3913
  return sdk.post('/sql_interface_queries', null, body, options);
3888
3914
  });
3889
- return function create_sql_interface_query(_x1252, _x1253, _x1254) {
3890
- return _ref369.apply(this, arguments);
3915
+ return function create_sql_interface_query(_x1255, _x1256, _x1257) {
3916
+ return _ref370.apply(this, arguments);
3891
3917
  };
3892
3918
  }();
3893
3919
  export var all_themes = function () {
3894
- var _ref370 = _asyncToGenerator(function* (sdk, fields, options) {
3920
+ var _ref371 = _asyncToGenerator(function* (sdk, fields, options) {
3895
3921
  return sdk.get('/themes', {
3896
3922
  fields
3897
3923
  }, null, options);
3898
3924
  });
3899
- return function all_themes(_x1255, _x1256, _x1257) {
3900
- return _ref370.apply(this, arguments);
3925
+ return function all_themes(_x1258, _x1259, _x1260) {
3926
+ return _ref371.apply(this, arguments);
3901
3927
  };
3902
3928
  }();
3903
3929
  export var create_theme = function () {
3904
- var _ref371 = _asyncToGenerator(function* (sdk, body, options) {
3930
+ var _ref372 = _asyncToGenerator(function* (sdk, body, options) {
3905
3931
  return sdk.post('/themes', null, body, options);
3906
3932
  });
3907
- return function create_theme(_x1258, _x1259, _x1260) {
3908
- return _ref371.apply(this, arguments);
3933
+ return function create_theme(_x1261, _x1262, _x1263) {
3934
+ return _ref372.apply(this, arguments);
3909
3935
  };
3910
3936
  }();
3911
3937
  export var search_themes = function () {
3912
- var _ref372 = _asyncToGenerator(function* (sdk, request, options) {
3938
+ var _ref373 = _asyncToGenerator(function* (sdk, request, options) {
3913
3939
  return sdk.get('/themes/search', {
3914
3940
  id: request.id,
3915
3941
  name: request.name,
@@ -3922,92 +3948,92 @@ export var search_themes = function () {
3922
3948
  filter_or: request.filter_or
3923
3949
  }, null, options);
3924
3950
  });
3925
- return function search_themes(_x1261, _x1262, _x1263) {
3926
- return _ref372.apply(this, arguments);
3951
+ return function search_themes(_x1264, _x1265, _x1266) {
3952
+ return _ref373.apply(this, arguments);
3927
3953
  };
3928
3954
  }();
3929
3955
  export var default_theme = function () {
3930
- var _ref373 = _asyncToGenerator(function* (sdk, ts, options) {
3956
+ var _ref374 = _asyncToGenerator(function* (sdk, ts, options) {
3931
3957
  return sdk.get('/themes/default', {
3932
3958
  ts
3933
3959
  }, null, options);
3934
3960
  });
3935
- return function default_theme(_x1264, _x1265, _x1266) {
3936
- return _ref373.apply(this, arguments);
3961
+ return function default_theme(_x1267, _x1268, _x1269) {
3962
+ return _ref374.apply(this, arguments);
3937
3963
  };
3938
3964
  }();
3939
3965
  export var set_default_theme = function () {
3940
- var _ref374 = _asyncToGenerator(function* (sdk, name, options) {
3966
+ var _ref375 = _asyncToGenerator(function* (sdk, name, options) {
3941
3967
  return sdk.put('/themes/default', {
3942
3968
  name
3943
3969
  }, null, options);
3944
3970
  });
3945
- return function set_default_theme(_x1267, _x1268, _x1269) {
3946
- return _ref374.apply(this, arguments);
3971
+ return function set_default_theme(_x1270, _x1271, _x1272) {
3972
+ return _ref375.apply(this, arguments);
3947
3973
  };
3948
3974
  }();
3949
3975
  export var active_themes = function () {
3950
- var _ref375 = _asyncToGenerator(function* (sdk, request, options) {
3976
+ var _ref376 = _asyncToGenerator(function* (sdk, request, options) {
3951
3977
  return sdk.get('/themes/active', {
3952
3978
  name: request.name,
3953
3979
  ts: request.ts,
3954
3980
  fields: request.fields
3955
3981
  }, null, options);
3956
3982
  });
3957
- return function active_themes(_x1270, _x1271, _x1272) {
3958
- return _ref375.apply(this, arguments);
3983
+ return function active_themes(_x1273, _x1274, _x1275) {
3984
+ return _ref376.apply(this, arguments);
3959
3985
  };
3960
3986
  }();
3961
3987
  export var theme_or_default = function () {
3962
- var _ref376 = _asyncToGenerator(function* (sdk, name, ts, options) {
3988
+ var _ref377 = _asyncToGenerator(function* (sdk, name, ts, options) {
3963
3989
  return sdk.get('/themes/theme_or_default', {
3964
3990
  name,
3965
3991
  ts
3966
3992
  }, null, options);
3967
3993
  });
3968
- return function theme_or_default(_x1273, _x1274, _x1275, _x1276) {
3969
- return _ref376.apply(this, arguments);
3994
+ return function theme_or_default(_x1276, _x1277, _x1278, _x1279) {
3995
+ return _ref377.apply(this, arguments);
3970
3996
  };
3971
3997
  }();
3972
3998
  export var validate_theme = function () {
3973
- var _ref377 = _asyncToGenerator(function* (sdk, body, options) {
3999
+ var _ref378 = _asyncToGenerator(function* (sdk, body, options) {
3974
4000
  return sdk.post('/themes/validate', null, body, options);
3975
4001
  });
3976
- return function validate_theme(_x1277, _x1278, _x1279) {
3977
- return _ref377.apply(this, arguments);
4002
+ return function validate_theme(_x1280, _x1281, _x1282) {
4003
+ return _ref378.apply(this, arguments);
3978
4004
  };
3979
4005
  }();
3980
4006
  export var theme = function () {
3981
- var _ref378 = _asyncToGenerator(function* (sdk, theme_id, fields, options) {
4007
+ var _ref379 = _asyncToGenerator(function* (sdk, theme_id, fields, options) {
3982
4008
  theme_id = encodeParam(theme_id);
3983
4009
  return sdk.get("/themes/".concat(theme_id), {
3984
4010
  fields
3985
4011
  }, null, options);
3986
4012
  });
3987
- return function theme(_x1280, _x1281, _x1282, _x1283) {
3988
- return _ref378.apply(this, arguments);
4013
+ return function theme(_x1283, _x1284, _x1285, _x1286) {
4014
+ return _ref379.apply(this, arguments);
3989
4015
  };
3990
4016
  }();
3991
4017
  export var update_theme = function () {
3992
- var _ref379 = _asyncToGenerator(function* (sdk, theme_id, body, options) {
4018
+ var _ref380 = _asyncToGenerator(function* (sdk, theme_id, body, options) {
3993
4019
  theme_id = encodeParam(theme_id);
3994
4020
  return sdk.patch("/themes/".concat(theme_id), null, body, options);
3995
4021
  });
3996
- return function update_theme(_x1284, _x1285, _x1286, _x1287) {
3997
- return _ref379.apply(this, arguments);
4022
+ return function update_theme(_x1287, _x1288, _x1289, _x1290) {
4023
+ return _ref380.apply(this, arguments);
3998
4024
  };
3999
4025
  }();
4000
4026
  export var delete_theme = function () {
4001
- var _ref380 = _asyncToGenerator(function* (sdk, theme_id, options) {
4027
+ var _ref381 = _asyncToGenerator(function* (sdk, theme_id, options) {
4002
4028
  theme_id = encodeParam(theme_id);
4003
4029
  return sdk.delete("/themes/".concat(theme_id), null, null, options);
4004
4030
  });
4005
- return function delete_theme(_x1288, _x1289, _x1290) {
4006
- return _ref380.apply(this, arguments);
4031
+ return function delete_theme(_x1291, _x1292, _x1293) {
4032
+ return _ref381.apply(this, arguments);
4007
4033
  };
4008
4034
  }();
4009
4035
  export var search_credentials_email = function () {
4010
- var _ref381 = _asyncToGenerator(function* (sdk, request, options) {
4036
+ var _ref382 = _asyncToGenerator(function* (sdk, request, options) {
4011
4037
  return sdk.get('/credentials_email/search', {
4012
4038
  fields: request.fields,
4013
4039
  limit: request.limit,
@@ -4019,22 +4045,22 @@ export var search_credentials_email = function () {
4019
4045
  filter_or: request.filter_or
4020
4046
  }, null, options);
4021
4047
  });
4022
- return function search_credentials_email(_x1291, _x1292, _x1293) {
4023
- return _ref381.apply(this, arguments);
4048
+ return function search_credentials_email(_x1294, _x1295, _x1296) {
4049
+ return _ref382.apply(this, arguments);
4024
4050
  };
4025
4051
  }();
4026
4052
  export var me = function () {
4027
- var _ref382 = _asyncToGenerator(function* (sdk, fields, options) {
4053
+ var _ref383 = _asyncToGenerator(function* (sdk, fields, options) {
4028
4054
  return sdk.get('/user', {
4029
4055
  fields
4030
4056
  }, null, options);
4031
4057
  });
4032
- return function me(_x1294, _x1295, _x1296) {
4033
- return _ref382.apply(this, arguments);
4058
+ return function me(_x1297, _x1298, _x1299) {
4059
+ return _ref383.apply(this, arguments);
4034
4060
  };
4035
4061
  }();
4036
4062
  export var all_users = function () {
4037
- var _ref383 = _asyncToGenerator(function* (sdk, request, options) {
4063
+ var _ref384 = _asyncToGenerator(function* (sdk, request, options) {
4038
4064
  return sdk.get('/users', {
4039
4065
  fields: request.fields,
4040
4066
  page: request.page,
@@ -4045,22 +4071,22 @@ export var all_users = function () {
4045
4071
  ids: request.ids
4046
4072
  }, null, options);
4047
4073
  });
4048
- return function all_users(_x1297, _x1298, _x1299) {
4049
- return _ref383.apply(this, arguments);
4074
+ return function all_users(_x1300, _x1301, _x1302) {
4075
+ return _ref384.apply(this, arguments);
4050
4076
  };
4051
4077
  }();
4052
4078
  export var create_user = function () {
4053
- var _ref384 = _asyncToGenerator(function* (sdk, body, fields, options) {
4079
+ var _ref385 = _asyncToGenerator(function* (sdk, body, fields, options) {
4054
4080
  return sdk.post('/users', {
4055
4081
  fields
4056
4082
  }, body, options);
4057
4083
  });
4058
- return function create_user(_x1300, _x1301, _x1302, _x1303) {
4059
- return _ref384.apply(this, arguments);
4084
+ return function create_user(_x1303, _x1304, _x1305, _x1306) {
4085
+ return _ref385.apply(this, arguments);
4060
4086
  };
4061
4087
  }();
4062
4088
  export var search_users = function () {
4063
- var _ref385 = _asyncToGenerator(function* (sdk, request, options) {
4089
+ var _ref386 = _asyncToGenerator(function* (sdk, request, options) {
4064
4090
  return sdk.get('/users/search', {
4065
4091
  fields: request.fields,
4066
4092
  page: request.page,
@@ -4080,12 +4106,12 @@ export var search_users = function () {
4080
4106
  group_id: request.group_id
4081
4107
  }, null, options);
4082
4108
  });
4083
- return function search_users(_x1304, _x1305, _x1306) {
4084
- return _ref385.apply(this, arguments);
4109
+ return function search_users(_x1307, _x1308, _x1309) {
4110
+ return _ref386.apply(this, arguments);
4085
4111
  };
4086
4112
  }();
4087
4113
  export var search_users_names = function () {
4088
- var _ref386 = _asyncToGenerator(function* (sdk, request, options) {
4114
+ var _ref387 = _asyncToGenerator(function* (sdk, request, options) {
4089
4115
  request.pattern = encodeParam(request.pattern);
4090
4116
  return sdk.get("/users/search/names/".concat(request.pattern), {
4091
4117
  fields: request.fields,
@@ -4102,373 +4128,373 @@ export var search_users_names = function () {
4102
4128
  is_disabled: request.is_disabled
4103
4129
  }, null, options);
4104
4130
  });
4105
- return function search_users_names(_x1307, _x1308, _x1309) {
4106
- return _ref386.apply(this, arguments);
4131
+ return function search_users_names(_x1310, _x1311, _x1312) {
4132
+ return _ref387.apply(this, arguments);
4107
4133
  };
4108
4134
  }();
4109
4135
  export var user = function () {
4110
- var _ref387 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4136
+ var _ref388 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4111
4137
  user_id = encodeParam(user_id);
4112
4138
  return sdk.get("/users/".concat(user_id), {
4113
4139
  fields
4114
4140
  }, null, options);
4115
4141
  });
4116
- return function user(_x1310, _x1311, _x1312, _x1313) {
4117
- return _ref387.apply(this, arguments);
4142
+ return function user(_x1313, _x1314, _x1315, _x1316) {
4143
+ return _ref388.apply(this, arguments);
4118
4144
  };
4119
4145
  }();
4120
4146
  export var update_user = function () {
4121
- var _ref388 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
4147
+ var _ref389 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
4122
4148
  user_id = encodeParam(user_id);
4123
4149
  return sdk.patch("/users/".concat(user_id), {
4124
4150
  fields
4125
4151
  }, body, options);
4126
4152
  });
4127
- return function update_user(_x1314, _x1315, _x1316, _x1317, _x1318) {
4128
- return _ref388.apply(this, arguments);
4153
+ return function update_user(_x1317, _x1318, _x1319, _x1320, _x1321) {
4154
+ return _ref389.apply(this, arguments);
4129
4155
  };
4130
4156
  }();
4131
4157
  export var delete_user = function () {
4132
- var _ref389 = _asyncToGenerator(function* (sdk, user_id, options) {
4158
+ var _ref390 = _asyncToGenerator(function* (sdk, user_id, options) {
4133
4159
  user_id = encodeParam(user_id);
4134
4160
  return sdk.delete("/users/".concat(user_id), null, null, options);
4135
4161
  });
4136
- return function delete_user(_x1319, _x1320, _x1321) {
4137
- return _ref389.apply(this, arguments);
4162
+ return function delete_user(_x1322, _x1323, _x1324) {
4163
+ return _ref390.apply(this, arguments);
4138
4164
  };
4139
4165
  }();
4140
4166
  export var user_for_credential = function () {
4141
- var _ref390 = _asyncToGenerator(function* (sdk, credential_type, credential_id, fields, options) {
4167
+ var _ref391 = _asyncToGenerator(function* (sdk, credential_type, credential_id, fields, options) {
4142
4168
  credential_type = encodeParam(credential_type);
4143
4169
  credential_id = encodeParam(credential_id);
4144
4170
  return sdk.get("/users/credential/".concat(credential_type, "/").concat(credential_id), {
4145
4171
  fields
4146
4172
  }, null, options);
4147
4173
  });
4148
- return function user_for_credential(_x1322, _x1323, _x1324, _x1325, _x1326) {
4149
- return _ref390.apply(this, arguments);
4174
+ return function user_for_credential(_x1325, _x1326, _x1327, _x1328, _x1329) {
4175
+ return _ref391.apply(this, arguments);
4150
4176
  };
4151
4177
  }();
4152
4178
  export var user_credentials_email = function () {
4153
- var _ref391 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4179
+ var _ref392 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4154
4180
  user_id = encodeParam(user_id);
4155
4181
  return sdk.get("/users/".concat(user_id, "/credentials_email"), {
4156
4182
  fields
4157
4183
  }, null, options);
4158
4184
  });
4159
- return function user_credentials_email(_x1327, _x1328, _x1329, _x1330) {
4160
- return _ref391.apply(this, arguments);
4185
+ return function user_credentials_email(_x1330, _x1331, _x1332, _x1333) {
4186
+ return _ref392.apply(this, arguments);
4161
4187
  };
4162
4188
  }();
4163
4189
  export var create_user_credentials_email = function () {
4164
- var _ref392 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
4190
+ var _ref393 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
4165
4191
  user_id = encodeParam(user_id);
4166
4192
  return sdk.post("/users/".concat(user_id, "/credentials_email"), {
4167
4193
  fields
4168
4194
  }, body, options);
4169
4195
  });
4170
- return function create_user_credentials_email(_x1331, _x1332, _x1333, _x1334, _x1335) {
4171
- return _ref392.apply(this, arguments);
4196
+ return function create_user_credentials_email(_x1334, _x1335, _x1336, _x1337, _x1338) {
4197
+ return _ref393.apply(this, arguments);
4172
4198
  };
4173
4199
  }();
4174
4200
  export var update_user_credentials_email = function () {
4175
- var _ref393 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
4201
+ var _ref394 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
4176
4202
  user_id = encodeParam(user_id);
4177
4203
  return sdk.patch("/users/".concat(user_id, "/credentials_email"), {
4178
4204
  fields
4179
4205
  }, body, options);
4180
4206
  });
4181
- return function update_user_credentials_email(_x1336, _x1337, _x1338, _x1339, _x1340) {
4182
- return _ref393.apply(this, arguments);
4207
+ return function update_user_credentials_email(_x1339, _x1340, _x1341, _x1342, _x1343) {
4208
+ return _ref394.apply(this, arguments);
4183
4209
  };
4184
4210
  }();
4185
4211
  export var delete_user_credentials_email = function () {
4186
- var _ref394 = _asyncToGenerator(function* (sdk, user_id, options) {
4212
+ var _ref395 = _asyncToGenerator(function* (sdk, user_id, options) {
4187
4213
  user_id = encodeParam(user_id);
4188
4214
  return sdk.delete("/users/".concat(user_id, "/credentials_email"), null, null, options);
4189
4215
  });
4190
- return function delete_user_credentials_email(_x1341, _x1342, _x1343) {
4191
- return _ref394.apply(this, arguments);
4216
+ return function delete_user_credentials_email(_x1344, _x1345, _x1346) {
4217
+ return _ref395.apply(this, arguments);
4192
4218
  };
4193
4219
  }();
4194
4220
  export var user_credentials_totp = function () {
4195
- var _ref395 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4221
+ var _ref396 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4196
4222
  user_id = encodeParam(user_id);
4197
4223
  return sdk.get("/users/".concat(user_id, "/credentials_totp"), {
4198
4224
  fields
4199
4225
  }, null, options);
4200
4226
  });
4201
- return function user_credentials_totp(_x1344, _x1345, _x1346, _x1347) {
4202
- return _ref395.apply(this, arguments);
4227
+ return function user_credentials_totp(_x1347, _x1348, _x1349, _x1350) {
4228
+ return _ref396.apply(this, arguments);
4203
4229
  };
4204
4230
  }();
4205
4231
  export var create_user_credentials_totp = function () {
4206
- var _ref396 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
4232
+ var _ref397 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
4207
4233
  user_id = encodeParam(user_id);
4208
4234
  return sdk.post("/users/".concat(user_id, "/credentials_totp"), {
4209
4235
  fields
4210
4236
  }, body, options);
4211
4237
  });
4212
- return function create_user_credentials_totp(_x1348, _x1349, _x1350, _x1351, _x1352) {
4213
- return _ref396.apply(this, arguments);
4238
+ return function create_user_credentials_totp(_x1351, _x1352, _x1353, _x1354, _x1355) {
4239
+ return _ref397.apply(this, arguments);
4214
4240
  };
4215
4241
  }();
4216
4242
  export var delete_user_credentials_totp = function () {
4217
- var _ref397 = _asyncToGenerator(function* (sdk, user_id, options) {
4243
+ var _ref398 = _asyncToGenerator(function* (sdk, user_id, options) {
4218
4244
  user_id = encodeParam(user_id);
4219
4245
  return sdk.delete("/users/".concat(user_id, "/credentials_totp"), null, null, options);
4220
4246
  });
4221
- return function delete_user_credentials_totp(_x1353, _x1354, _x1355) {
4222
- return _ref397.apply(this, arguments);
4247
+ return function delete_user_credentials_totp(_x1356, _x1357, _x1358) {
4248
+ return _ref398.apply(this, arguments);
4223
4249
  };
4224
4250
  }();
4225
4251
  export var user_credentials_ldap = function () {
4226
- var _ref398 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4252
+ var _ref399 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4227
4253
  user_id = encodeParam(user_id);
4228
4254
  return sdk.get("/users/".concat(user_id, "/credentials_ldap"), {
4229
4255
  fields
4230
4256
  }, null, options);
4231
4257
  });
4232
- return function user_credentials_ldap(_x1356, _x1357, _x1358, _x1359) {
4233
- return _ref398.apply(this, arguments);
4258
+ return function user_credentials_ldap(_x1359, _x1360, _x1361, _x1362) {
4259
+ return _ref399.apply(this, arguments);
4234
4260
  };
4235
4261
  }();
4236
4262
  export var delete_user_credentials_ldap = function () {
4237
- var _ref399 = _asyncToGenerator(function* (sdk, user_id, options) {
4263
+ var _ref400 = _asyncToGenerator(function* (sdk, user_id, options) {
4238
4264
  user_id = encodeParam(user_id);
4239
4265
  return sdk.delete("/users/".concat(user_id, "/credentials_ldap"), null, null, options);
4240
4266
  });
4241
- return function delete_user_credentials_ldap(_x1360, _x1361, _x1362) {
4242
- return _ref399.apply(this, arguments);
4267
+ return function delete_user_credentials_ldap(_x1363, _x1364, _x1365) {
4268
+ return _ref400.apply(this, arguments);
4243
4269
  };
4244
4270
  }();
4245
4271
  export var user_credentials_google = function () {
4246
- var _ref400 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4272
+ var _ref401 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4247
4273
  user_id = encodeParam(user_id);
4248
4274
  return sdk.get("/users/".concat(user_id, "/credentials_google"), {
4249
4275
  fields
4250
4276
  }, null, options);
4251
4277
  });
4252
- return function user_credentials_google(_x1363, _x1364, _x1365, _x1366) {
4253
- return _ref400.apply(this, arguments);
4278
+ return function user_credentials_google(_x1366, _x1367, _x1368, _x1369) {
4279
+ return _ref401.apply(this, arguments);
4254
4280
  };
4255
4281
  }();
4256
4282
  export var delete_user_credentials_google = function () {
4257
- var _ref401 = _asyncToGenerator(function* (sdk, user_id, options) {
4283
+ var _ref402 = _asyncToGenerator(function* (sdk, user_id, options) {
4258
4284
  user_id = encodeParam(user_id);
4259
4285
  return sdk.delete("/users/".concat(user_id, "/credentials_google"), null, null, options);
4260
4286
  });
4261
- return function delete_user_credentials_google(_x1367, _x1368, _x1369) {
4262
- return _ref401.apply(this, arguments);
4287
+ return function delete_user_credentials_google(_x1370, _x1371, _x1372) {
4288
+ return _ref402.apply(this, arguments);
4263
4289
  };
4264
4290
  }();
4265
4291
  export var user_credentials_saml = function () {
4266
- var _ref402 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4292
+ var _ref403 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4267
4293
  user_id = encodeParam(user_id);
4268
4294
  return sdk.get("/users/".concat(user_id, "/credentials_saml"), {
4269
4295
  fields
4270
4296
  }, null, options);
4271
4297
  });
4272
- return function user_credentials_saml(_x1370, _x1371, _x1372, _x1373) {
4273
- return _ref402.apply(this, arguments);
4298
+ return function user_credentials_saml(_x1373, _x1374, _x1375, _x1376) {
4299
+ return _ref403.apply(this, arguments);
4274
4300
  };
4275
4301
  }();
4276
4302
  export var delete_user_credentials_saml = function () {
4277
- var _ref403 = _asyncToGenerator(function* (sdk, user_id, options) {
4303
+ var _ref404 = _asyncToGenerator(function* (sdk, user_id, options) {
4278
4304
  user_id = encodeParam(user_id);
4279
4305
  return sdk.delete("/users/".concat(user_id, "/credentials_saml"), null, null, options);
4280
4306
  });
4281
- return function delete_user_credentials_saml(_x1374, _x1375, _x1376) {
4282
- return _ref403.apply(this, arguments);
4307
+ return function delete_user_credentials_saml(_x1377, _x1378, _x1379) {
4308
+ return _ref404.apply(this, arguments);
4283
4309
  };
4284
4310
  }();
4285
4311
  export var user_credentials_oidc = function () {
4286
- var _ref404 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4312
+ var _ref405 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4287
4313
  user_id = encodeParam(user_id);
4288
4314
  return sdk.get("/users/".concat(user_id, "/credentials_oidc"), {
4289
4315
  fields
4290
4316
  }, null, options);
4291
4317
  });
4292
- return function user_credentials_oidc(_x1377, _x1378, _x1379, _x1380) {
4293
- return _ref404.apply(this, arguments);
4318
+ return function user_credentials_oidc(_x1380, _x1381, _x1382, _x1383) {
4319
+ return _ref405.apply(this, arguments);
4294
4320
  };
4295
4321
  }();
4296
4322
  export var delete_user_credentials_oidc = function () {
4297
- var _ref405 = _asyncToGenerator(function* (sdk, user_id, options) {
4323
+ var _ref406 = _asyncToGenerator(function* (sdk, user_id, options) {
4298
4324
  user_id = encodeParam(user_id);
4299
4325
  return sdk.delete("/users/".concat(user_id, "/credentials_oidc"), null, null, options);
4300
4326
  });
4301
- return function delete_user_credentials_oidc(_x1381, _x1382, _x1383) {
4302
- return _ref405.apply(this, arguments);
4327
+ return function delete_user_credentials_oidc(_x1384, _x1385, _x1386) {
4328
+ return _ref406.apply(this, arguments);
4303
4329
  };
4304
4330
  }();
4305
4331
  export var user_credentials_api3 = function () {
4306
- var _ref406 = _asyncToGenerator(function* (sdk, user_id, credentials_api3_id, fields, options) {
4332
+ var _ref407 = _asyncToGenerator(function* (sdk, user_id, credentials_api3_id, fields, options) {
4307
4333
  user_id = encodeParam(user_id);
4308
4334
  credentials_api3_id = encodeParam(credentials_api3_id);
4309
4335
  return sdk.get("/users/".concat(user_id, "/credentials_api3/").concat(credentials_api3_id), {
4310
4336
  fields
4311
4337
  }, null, options);
4312
4338
  });
4313
- return function user_credentials_api3(_x1384, _x1385, _x1386, _x1387, _x1388) {
4314
- return _ref406.apply(this, arguments);
4339
+ return function user_credentials_api3(_x1387, _x1388, _x1389, _x1390, _x1391) {
4340
+ return _ref407.apply(this, arguments);
4315
4341
  };
4316
4342
  }();
4317
4343
  export var delete_user_credentials_api3 = function () {
4318
- var _ref407 = _asyncToGenerator(function* (sdk, user_id, credentials_api3_id, options) {
4344
+ var _ref408 = _asyncToGenerator(function* (sdk, user_id, credentials_api3_id, options) {
4319
4345
  user_id = encodeParam(user_id);
4320
4346
  credentials_api3_id = encodeParam(credentials_api3_id);
4321
4347
  return sdk.delete("/users/".concat(user_id, "/credentials_api3/").concat(credentials_api3_id), null, null, options);
4322
4348
  });
4323
- return function delete_user_credentials_api3(_x1389, _x1390, _x1391, _x1392) {
4324
- return _ref407.apply(this, arguments);
4349
+ return function delete_user_credentials_api3(_x1392, _x1393, _x1394, _x1395) {
4350
+ return _ref408.apply(this, arguments);
4325
4351
  };
4326
4352
  }();
4327
4353
  export var all_user_credentials_api3s = function () {
4328
- var _ref408 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4354
+ var _ref409 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4329
4355
  user_id = encodeParam(user_id);
4330
4356
  return sdk.get("/users/".concat(user_id, "/credentials_api3"), {
4331
4357
  fields
4332
4358
  }, null, options);
4333
4359
  });
4334
- return function all_user_credentials_api3s(_x1393, _x1394, _x1395, _x1396) {
4335
- return _ref408.apply(this, arguments);
4360
+ return function all_user_credentials_api3s(_x1396, _x1397, _x1398, _x1399) {
4361
+ return _ref409.apply(this, arguments);
4336
4362
  };
4337
4363
  }();
4338
4364
  export var create_user_credentials_api3 = function () {
4339
- var _ref409 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4365
+ var _ref410 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4340
4366
  user_id = encodeParam(user_id);
4341
4367
  return sdk.post("/users/".concat(user_id, "/credentials_api3"), {
4342
4368
  fields
4343
4369
  }, null, options);
4344
4370
  });
4345
- return function create_user_credentials_api3(_x1397, _x1398, _x1399, _x1400) {
4346
- return _ref409.apply(this, arguments);
4371
+ return function create_user_credentials_api3(_x1400, _x1401, _x1402, _x1403) {
4372
+ return _ref410.apply(this, arguments);
4347
4373
  };
4348
4374
  }();
4349
4375
  export var user_credentials_embed = function () {
4350
- var _ref410 = _asyncToGenerator(function* (sdk, user_id, credentials_embed_id, fields, options) {
4376
+ var _ref411 = _asyncToGenerator(function* (sdk, user_id, credentials_embed_id, fields, options) {
4351
4377
  user_id = encodeParam(user_id);
4352
4378
  credentials_embed_id = encodeParam(credentials_embed_id);
4353
4379
  return sdk.get("/users/".concat(user_id, "/credentials_embed/").concat(credentials_embed_id), {
4354
4380
  fields
4355
4381
  }, null, options);
4356
4382
  });
4357
- return function user_credentials_embed(_x1401, _x1402, _x1403, _x1404, _x1405) {
4358
- return _ref410.apply(this, arguments);
4383
+ return function user_credentials_embed(_x1404, _x1405, _x1406, _x1407, _x1408) {
4384
+ return _ref411.apply(this, arguments);
4359
4385
  };
4360
4386
  }();
4361
4387
  export var delete_user_credentials_embed = function () {
4362
- var _ref411 = _asyncToGenerator(function* (sdk, user_id, credentials_embed_id, options) {
4388
+ var _ref412 = _asyncToGenerator(function* (sdk, user_id, credentials_embed_id, options) {
4363
4389
  user_id = encodeParam(user_id);
4364
4390
  credentials_embed_id = encodeParam(credentials_embed_id);
4365
4391
  return sdk.delete("/users/".concat(user_id, "/credentials_embed/").concat(credentials_embed_id), null, null, options);
4366
4392
  });
4367
- return function delete_user_credentials_embed(_x1406, _x1407, _x1408, _x1409) {
4368
- return _ref411.apply(this, arguments);
4393
+ return function delete_user_credentials_embed(_x1409, _x1410, _x1411, _x1412) {
4394
+ return _ref412.apply(this, arguments);
4369
4395
  };
4370
4396
  }();
4371
4397
  export var all_user_credentials_embeds = function () {
4372
- var _ref412 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4398
+ var _ref413 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4373
4399
  user_id = encodeParam(user_id);
4374
4400
  return sdk.get("/users/".concat(user_id, "/credentials_embed"), {
4375
4401
  fields
4376
4402
  }, null, options);
4377
4403
  });
4378
- return function all_user_credentials_embeds(_x1410, _x1411, _x1412, _x1413) {
4379
- return _ref412.apply(this, arguments);
4404
+ return function all_user_credentials_embeds(_x1413, _x1414, _x1415, _x1416) {
4405
+ return _ref413.apply(this, arguments);
4380
4406
  };
4381
4407
  }();
4382
4408
  export var user_credentials_looker_openid = function () {
4383
- var _ref413 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4409
+ var _ref414 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4384
4410
  user_id = encodeParam(user_id);
4385
4411
  return sdk.get("/users/".concat(user_id, "/credentials_looker_openid"), {
4386
4412
  fields
4387
4413
  }, null, options);
4388
4414
  });
4389
- return function user_credentials_looker_openid(_x1414, _x1415, _x1416, _x1417) {
4390
- return _ref413.apply(this, arguments);
4415
+ return function user_credentials_looker_openid(_x1417, _x1418, _x1419, _x1420) {
4416
+ return _ref414.apply(this, arguments);
4391
4417
  };
4392
4418
  }();
4393
4419
  export var delete_user_credentials_looker_openid = function () {
4394
- var _ref414 = _asyncToGenerator(function* (sdk, user_id, options) {
4420
+ var _ref415 = _asyncToGenerator(function* (sdk, user_id, options) {
4395
4421
  user_id = encodeParam(user_id);
4396
4422
  return sdk.delete("/users/".concat(user_id, "/credentials_looker_openid"), null, null, options);
4397
4423
  });
4398
- return function delete_user_credentials_looker_openid(_x1418, _x1419, _x1420) {
4399
- return _ref414.apply(this, arguments);
4424
+ return function delete_user_credentials_looker_openid(_x1421, _x1422, _x1423) {
4425
+ return _ref415.apply(this, arguments);
4400
4426
  };
4401
4427
  }();
4402
4428
  export var user_session = function () {
4403
- var _ref415 = _asyncToGenerator(function* (sdk, user_id, session_id, fields, options) {
4429
+ var _ref416 = _asyncToGenerator(function* (sdk, user_id, session_id, fields, options) {
4404
4430
  user_id = encodeParam(user_id);
4405
4431
  session_id = encodeParam(session_id);
4406
4432
  return sdk.get("/users/".concat(user_id, "/sessions/").concat(session_id), {
4407
4433
  fields
4408
4434
  }, null, options);
4409
4435
  });
4410
- return function user_session(_x1421, _x1422, _x1423, _x1424, _x1425) {
4411
- return _ref415.apply(this, arguments);
4436
+ return function user_session(_x1424, _x1425, _x1426, _x1427, _x1428) {
4437
+ return _ref416.apply(this, arguments);
4412
4438
  };
4413
4439
  }();
4414
4440
  export var delete_user_session = function () {
4415
- var _ref416 = _asyncToGenerator(function* (sdk, user_id, session_id, options) {
4441
+ var _ref417 = _asyncToGenerator(function* (sdk, user_id, session_id, options) {
4416
4442
  user_id = encodeParam(user_id);
4417
4443
  session_id = encodeParam(session_id);
4418
4444
  return sdk.delete("/users/".concat(user_id, "/sessions/").concat(session_id), null, null, options);
4419
4445
  });
4420
- return function delete_user_session(_x1426, _x1427, _x1428, _x1429) {
4421
- return _ref416.apply(this, arguments);
4446
+ return function delete_user_session(_x1429, _x1430, _x1431, _x1432) {
4447
+ return _ref417.apply(this, arguments);
4422
4448
  };
4423
4449
  }();
4424
4450
  export var all_user_sessions = function () {
4425
- var _ref417 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4451
+ var _ref418 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4426
4452
  user_id = encodeParam(user_id);
4427
4453
  return sdk.get("/users/".concat(user_id, "/sessions"), {
4428
4454
  fields
4429
4455
  }, null, options);
4430
4456
  });
4431
- return function all_user_sessions(_x1430, _x1431, _x1432, _x1433) {
4432
- return _ref417.apply(this, arguments);
4457
+ return function all_user_sessions(_x1433, _x1434, _x1435, _x1436) {
4458
+ return _ref418.apply(this, arguments);
4433
4459
  };
4434
4460
  }();
4435
4461
  export var create_user_credentials_email_password_reset = function () {
4436
- var _ref418 = _asyncToGenerator(function* (sdk, request, options) {
4462
+ var _ref419 = _asyncToGenerator(function* (sdk, request, options) {
4437
4463
  request.user_id = encodeParam(request.user_id);
4438
4464
  return sdk.post("/users/".concat(request.user_id, "/credentials_email/password_reset"), {
4439
4465
  expires: request.expires,
4440
4466
  fields: request.fields
4441
4467
  }, null, options);
4442
4468
  });
4443
- return function create_user_credentials_email_password_reset(_x1434, _x1435, _x1436) {
4444
- return _ref418.apply(this, arguments);
4469
+ return function create_user_credentials_email_password_reset(_x1437, _x1438, _x1439) {
4470
+ return _ref419.apply(this, arguments);
4445
4471
  };
4446
4472
  }();
4447
4473
  export var user_roles = function () {
4448
- var _ref419 = _asyncToGenerator(function* (sdk, request, options) {
4474
+ var _ref420 = _asyncToGenerator(function* (sdk, request, options) {
4449
4475
  request.user_id = encodeParam(request.user_id);
4450
4476
  return sdk.get("/users/".concat(request.user_id, "/roles"), {
4451
4477
  fields: request.fields,
4452
4478
  direct_association_only: request.direct_association_only
4453
4479
  }, null, options);
4454
4480
  });
4455
- return function user_roles(_x1437, _x1438, _x1439) {
4456
- return _ref419.apply(this, arguments);
4481
+ return function user_roles(_x1440, _x1441, _x1442) {
4482
+ return _ref420.apply(this, arguments);
4457
4483
  };
4458
4484
  }();
4459
4485
  export var set_user_roles = function () {
4460
- var _ref420 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
4486
+ var _ref421 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
4461
4487
  user_id = encodeParam(user_id);
4462
4488
  return sdk.put("/users/".concat(user_id, "/roles"), {
4463
4489
  fields
4464
4490
  }, body, options);
4465
4491
  });
4466
- return function set_user_roles(_x1440, _x1441, _x1442, _x1443, _x1444) {
4467
- return _ref420.apply(this, arguments);
4492
+ return function set_user_roles(_x1443, _x1444, _x1445, _x1446, _x1447) {
4493
+ return _ref421.apply(this, arguments);
4468
4494
  };
4469
4495
  }();
4470
4496
  export var user_attribute_user_values = function () {
4471
- var _ref421 = _asyncToGenerator(function* (sdk, request, options) {
4497
+ var _ref422 = _asyncToGenerator(function* (sdk, request, options) {
4472
4498
  request.user_id = encodeParam(request.user_id);
4473
4499
  return sdk.get("/users/".concat(request.user_id, "/attribute_values"), {
4474
4500
  fields: request.fields,
@@ -4477,147 +4503,147 @@ export var user_attribute_user_values = function () {
4477
4503
  include_unset: request.include_unset
4478
4504
  }, null, options);
4479
4505
  });
4480
- return function user_attribute_user_values(_x1445, _x1446, _x1447) {
4481
- return _ref421.apply(this, arguments);
4506
+ return function user_attribute_user_values(_x1448, _x1449, _x1450) {
4507
+ return _ref422.apply(this, arguments);
4482
4508
  };
4483
4509
  }();
4484
4510
  export var set_user_attribute_user_value = function () {
4485
- var _ref422 = _asyncToGenerator(function* (sdk, user_id, user_attribute_id, body, options) {
4511
+ var _ref423 = _asyncToGenerator(function* (sdk, user_id, user_attribute_id, body, options) {
4486
4512
  user_id = encodeParam(user_id);
4487
4513
  user_attribute_id = encodeParam(user_attribute_id);
4488
4514
  return sdk.patch("/users/".concat(user_id, "/attribute_values/").concat(user_attribute_id), null, body, options);
4489
4515
  });
4490
- return function set_user_attribute_user_value(_x1448, _x1449, _x1450, _x1451, _x1452) {
4491
- return _ref422.apply(this, arguments);
4516
+ return function set_user_attribute_user_value(_x1451, _x1452, _x1453, _x1454, _x1455) {
4517
+ return _ref423.apply(this, arguments);
4492
4518
  };
4493
4519
  }();
4494
4520
  export var delete_user_attribute_user_value = function () {
4495
- var _ref423 = _asyncToGenerator(function* (sdk, user_id, user_attribute_id, options) {
4521
+ var _ref424 = _asyncToGenerator(function* (sdk, user_id, user_attribute_id, options) {
4496
4522
  user_id = encodeParam(user_id);
4497
4523
  user_attribute_id = encodeParam(user_attribute_id);
4498
4524
  return sdk.delete("/users/".concat(user_id, "/attribute_values/").concat(user_attribute_id), null, null, options);
4499
4525
  });
4500
- return function delete_user_attribute_user_value(_x1453, _x1454, _x1455, _x1456) {
4501
- return _ref423.apply(this, arguments);
4526
+ return function delete_user_attribute_user_value(_x1456, _x1457, _x1458, _x1459) {
4527
+ return _ref424.apply(this, arguments);
4502
4528
  };
4503
4529
  }();
4504
4530
  export var send_user_credentials_email_password_reset = function () {
4505
- var _ref424 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4531
+ var _ref425 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4506
4532
  user_id = encodeParam(user_id);
4507
4533
  return sdk.post("/users/".concat(user_id, "/credentials_email/send_password_reset"), {
4508
4534
  fields
4509
4535
  }, null, options);
4510
4536
  });
4511
- return function send_user_credentials_email_password_reset(_x1457, _x1458, _x1459, _x1460) {
4512
- return _ref424.apply(this, arguments);
4537
+ return function send_user_credentials_email_password_reset(_x1460, _x1461, _x1462, _x1463) {
4538
+ return _ref425.apply(this, arguments);
4513
4539
  };
4514
4540
  }();
4515
4541
  export var wipeout_user_emails = function () {
4516
- var _ref425 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
4542
+ var _ref426 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
4517
4543
  user_id = encodeParam(user_id);
4518
4544
  return sdk.post("/users/".concat(user_id, "/update_emails"), {
4519
4545
  fields
4520
4546
  }, body, options);
4521
4547
  });
4522
- return function wipeout_user_emails(_x1461, _x1462, _x1463, _x1464, _x1465) {
4523
- return _ref425.apply(this, arguments);
4548
+ return function wipeout_user_emails(_x1464, _x1465, _x1466, _x1467, _x1468) {
4549
+ return _ref426.apply(this, arguments);
4524
4550
  };
4525
4551
  }();
4526
4552
  export var create_embed_user = function () {
4527
- var _ref426 = _asyncToGenerator(function* (sdk, body, options) {
4553
+ var _ref427 = _asyncToGenerator(function* (sdk, body, options) {
4528
4554
  return sdk.post('/users/embed_user', null, body, options);
4529
4555
  });
4530
- return function create_embed_user(_x1466, _x1467, _x1468) {
4531
- return _ref426.apply(this, arguments);
4556
+ return function create_embed_user(_x1469, _x1470, _x1471) {
4557
+ return _ref427.apply(this, arguments);
4532
4558
  };
4533
4559
  }();
4534
4560
  export var all_user_attributes = function () {
4535
- var _ref427 = _asyncToGenerator(function* (sdk, request, options) {
4561
+ var _ref428 = _asyncToGenerator(function* (sdk, request, options) {
4536
4562
  return sdk.get('/user_attributes', {
4537
4563
  fields: request.fields,
4538
4564
  sorts: request.sorts
4539
4565
  }, null, options);
4540
4566
  });
4541
- return function all_user_attributes(_x1469, _x1470, _x1471) {
4542
- return _ref427.apply(this, arguments);
4567
+ return function all_user_attributes(_x1472, _x1473, _x1474) {
4568
+ return _ref428.apply(this, arguments);
4543
4569
  };
4544
4570
  }();
4545
4571
  export var create_user_attribute = function () {
4546
- var _ref428 = _asyncToGenerator(function* (sdk, body, fields, options) {
4572
+ var _ref429 = _asyncToGenerator(function* (sdk, body, fields, options) {
4547
4573
  return sdk.post('/user_attributes', {
4548
4574
  fields
4549
4575
  }, body, options);
4550
4576
  });
4551
- return function create_user_attribute(_x1472, _x1473, _x1474, _x1475) {
4552
- return _ref428.apply(this, arguments);
4577
+ return function create_user_attribute(_x1475, _x1476, _x1477, _x1478) {
4578
+ return _ref429.apply(this, arguments);
4553
4579
  };
4554
4580
  }();
4555
4581
  export var user_attribute = function () {
4556
- var _ref429 = _asyncToGenerator(function* (sdk, user_attribute_id, fields, options) {
4582
+ var _ref430 = _asyncToGenerator(function* (sdk, user_attribute_id, fields, options) {
4557
4583
  user_attribute_id = encodeParam(user_attribute_id);
4558
4584
  return sdk.get("/user_attributes/".concat(user_attribute_id), {
4559
4585
  fields
4560
4586
  }, null, options);
4561
4587
  });
4562
- return function user_attribute(_x1476, _x1477, _x1478, _x1479) {
4563
- return _ref429.apply(this, arguments);
4588
+ return function user_attribute(_x1479, _x1480, _x1481, _x1482) {
4589
+ return _ref430.apply(this, arguments);
4564
4590
  };
4565
4591
  }();
4566
4592
  export var update_user_attribute = function () {
4567
- var _ref430 = _asyncToGenerator(function* (sdk, user_attribute_id, body, fields, options) {
4593
+ var _ref431 = _asyncToGenerator(function* (sdk, user_attribute_id, body, fields, options) {
4568
4594
  user_attribute_id = encodeParam(user_attribute_id);
4569
4595
  return sdk.patch("/user_attributes/".concat(user_attribute_id), {
4570
4596
  fields
4571
4597
  }, body, options);
4572
4598
  });
4573
- return function update_user_attribute(_x1480, _x1481, _x1482, _x1483, _x1484) {
4574
- return _ref430.apply(this, arguments);
4599
+ return function update_user_attribute(_x1483, _x1484, _x1485, _x1486, _x1487) {
4600
+ return _ref431.apply(this, arguments);
4575
4601
  };
4576
4602
  }();
4577
4603
  export var delete_user_attribute = function () {
4578
- var _ref431 = _asyncToGenerator(function* (sdk, user_attribute_id, options) {
4604
+ var _ref432 = _asyncToGenerator(function* (sdk, user_attribute_id, options) {
4579
4605
  user_attribute_id = encodeParam(user_attribute_id);
4580
4606
  return sdk.delete("/user_attributes/".concat(user_attribute_id), null, null, options);
4581
4607
  });
4582
- return function delete_user_attribute(_x1485, _x1486, _x1487) {
4583
- return _ref431.apply(this, arguments);
4608
+ return function delete_user_attribute(_x1488, _x1489, _x1490) {
4609
+ return _ref432.apply(this, arguments);
4584
4610
  };
4585
4611
  }();
4586
4612
  export var all_user_attribute_group_values = function () {
4587
- var _ref432 = _asyncToGenerator(function* (sdk, user_attribute_id, fields, options) {
4613
+ var _ref433 = _asyncToGenerator(function* (sdk, user_attribute_id, fields, options) {
4588
4614
  user_attribute_id = encodeParam(user_attribute_id);
4589
4615
  return sdk.get("/user_attributes/".concat(user_attribute_id, "/group_values"), {
4590
4616
  fields
4591
4617
  }, null, options);
4592
4618
  });
4593
- return function all_user_attribute_group_values(_x1488, _x1489, _x1490, _x1491) {
4594
- return _ref432.apply(this, arguments);
4619
+ return function all_user_attribute_group_values(_x1491, _x1492, _x1493, _x1494) {
4620
+ return _ref433.apply(this, arguments);
4595
4621
  };
4596
4622
  }();
4597
4623
  export var set_user_attribute_group_values = function () {
4598
- var _ref433 = _asyncToGenerator(function* (sdk, user_attribute_id, body, options) {
4624
+ var _ref434 = _asyncToGenerator(function* (sdk, user_attribute_id, body, options) {
4599
4625
  user_attribute_id = encodeParam(user_attribute_id);
4600
4626
  return sdk.post("/user_attributes/".concat(user_attribute_id, "/group_values"), null, body, options);
4601
4627
  });
4602
- return function set_user_attribute_group_values(_x1492, _x1493, _x1494, _x1495) {
4603
- return _ref433.apply(this, arguments);
4628
+ return function set_user_attribute_group_values(_x1495, _x1496, _x1497, _x1498) {
4629
+ return _ref434.apply(this, arguments);
4604
4630
  };
4605
4631
  }();
4606
4632
  export var all_workspaces = function () {
4607
- var _ref434 = _asyncToGenerator(function* (sdk, options) {
4633
+ var _ref435 = _asyncToGenerator(function* (sdk, options) {
4608
4634
  return sdk.get('/workspaces', null, null, options);
4609
4635
  });
4610
- return function all_workspaces(_x1496, _x1497) {
4611
- return _ref434.apply(this, arguments);
4636
+ return function all_workspaces(_x1499, _x1500) {
4637
+ return _ref435.apply(this, arguments);
4612
4638
  };
4613
4639
  }();
4614
4640
  export var workspace = function () {
4615
- var _ref435 = _asyncToGenerator(function* (sdk, workspace_id, options) {
4641
+ var _ref436 = _asyncToGenerator(function* (sdk, workspace_id, options) {
4616
4642
  workspace_id = encodeParam(workspace_id);
4617
4643
  return sdk.get("/workspaces/".concat(workspace_id), null, null, options);
4618
4644
  });
4619
- return function workspace(_x1498, _x1499, _x1500) {
4620
- return _ref435.apply(this, arguments);
4645
+ return function workspace(_x1501, _x1502, _x1503) {
4646
+ return _ref436.apply(this, arguments);
4621
4647
  };
4622
4648
  }();
4623
4649
  //# sourceMappingURL=funcs.js.map