@looker/sdk 22.0.0 → 22.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/lib/3.1/funcs.d.ts +5 -1
  3. package/lib/3.1/funcs.js +945 -886
  4. package/lib/3.1/funcs.js.map +1 -1
  5. package/lib/3.1/methods.d.ts +5 -1
  6. package/lib/3.1/methods.js +631 -588
  7. package/lib/3.1/methods.js.map +1 -1
  8. package/lib/3.1/methodsInterface.d.ts +5 -1
  9. package/lib/3.1/models.d.ts +27 -0
  10. package/lib/3.1/models.js +10 -1
  11. package/lib/3.1/models.js.map +1 -1
  12. package/lib/3.1/streams.d.ts +5 -1
  13. package/lib/3.1/streams.js +631 -588
  14. package/lib/3.1/streams.js.map +1 -1
  15. package/lib/4.0/funcs.d.ts +7 -1
  16. package/lib/4.0/funcs.js +1036 -953
  17. package/lib/4.0/funcs.js.map +1 -1
  18. package/lib/4.0/methods.d.ts +7 -1
  19. package/lib/4.0/methods.js +691 -632
  20. package/lib/4.0/methods.js.map +1 -1
  21. package/lib/4.0/methodsInterface.d.ts +7 -1
  22. package/lib/4.0/models.d.ts +38 -0
  23. package/lib/4.0/models.js +10 -1
  24. package/lib/4.0/models.js.map +1 -1
  25. package/lib/4.0/streams.d.ts +7 -1
  26. package/lib/4.0/streams.js +691 -632
  27. package/lib/4.0/streams.js.map +1 -1
  28. package/lib/constants.d.ts +1 -1
  29. package/lib/constants.js +1 -1
  30. package/lib/constants.js.map +1 -1
  31. package/lib/esm/3.1/funcs.js +929 -882
  32. package/lib/esm/3.1/funcs.js.map +1 -1
  33. package/lib/esm/3.1/methods.js +631 -588
  34. package/lib/esm/3.1/methods.js.map +1 -1
  35. package/lib/esm/3.1/models.js +8 -0
  36. package/lib/esm/3.1/models.js.map +1 -1
  37. package/lib/esm/3.1/streams.js +631 -588
  38. package/lib/esm/3.1/streams.js.map +1 -1
  39. package/lib/esm/4.0/funcs.js +1013 -948
  40. package/lib/esm/4.0/funcs.js.map +1 -1
  41. package/lib/esm/4.0/methods.js +691 -632
  42. package/lib/esm/4.0/methods.js.map +1 -1
  43. package/lib/esm/4.0/models.js +8 -0
  44. package/lib/esm/4.0/models.js.map +1 -1
  45. package/lib/esm/4.0/streams.js +691 -632
  46. package/lib/esm/4.0/streams.js.map +1 -1
  47. package/lib/esm/constants.js +1 -1
  48. package/lib/esm/constants.js.map +1 -1
  49. package/package.json +2 -2
@@ -943,431 +943,449 @@ export var create_digest_email_send = function () {
943
943
  return _ref91.apply(this, arguments);
944
944
  };
945
945
  }();
946
- export var internal_help_resources_content = function () {
946
+ export var public_egress_ip_addresses = function () {
947
947
  var _ref92 = _asyncToGenerator(function* (sdk, options) {
948
- return sdk.get('/internal_help_resources_content', null, null, options);
948
+ return sdk.get('/public_egress_ip_addresses', null, null, options);
949
949
  });
950
950
 
951
- return function internal_help_resources_content(_x289, _x290) {
951
+ return function public_egress_ip_addresses(_x289, _x290) {
952
952
  return _ref92.apply(this, arguments);
953
953
  };
954
954
  }();
955
+ export var internal_help_resources_content = function () {
956
+ var _ref93 = _asyncToGenerator(function* (sdk, options) {
957
+ return sdk.get('/internal_help_resources_content', null, null, options);
958
+ });
959
+
960
+ return function internal_help_resources_content(_x291, _x292) {
961
+ return _ref93.apply(this, arguments);
962
+ };
963
+ }();
955
964
  export var update_internal_help_resources_content = function () {
956
- var _ref93 = _asyncToGenerator(function* (sdk, body, options) {
965
+ var _ref94 = _asyncToGenerator(function* (sdk, body, options) {
957
966
  return sdk.patch('/internal_help_resources_content', null, body, options);
958
967
  });
959
968
 
960
- return function update_internal_help_resources_content(_x291, _x292, _x293) {
961
- return _ref93.apply(this, arguments);
969
+ return function update_internal_help_resources_content(_x293, _x294, _x295) {
970
+ return _ref94.apply(this, arguments);
962
971
  };
963
972
  }();
964
973
  export var internal_help_resources = function () {
965
- var _ref94 = _asyncToGenerator(function* (sdk, options) {
974
+ var _ref95 = _asyncToGenerator(function* (sdk, options) {
966
975
  return sdk.get('/internal_help_resources_enabled', null, null, options);
967
976
  });
968
977
 
969
- return function internal_help_resources(_x294, _x295) {
970
- return _ref94.apply(this, arguments);
978
+ return function internal_help_resources(_x296, _x297) {
979
+ return _ref95.apply(this, arguments);
971
980
  };
972
981
  }();
973
982
  export var update_internal_help_resources = function () {
974
- var _ref95 = _asyncToGenerator(function* (sdk, body, options) {
983
+ var _ref96 = _asyncToGenerator(function* (sdk, body, options) {
975
984
  return sdk.patch('/internal_help_resources', null, body, options);
976
985
  });
977
986
 
978
- return function update_internal_help_resources(_x296, _x297, _x298) {
979
- return _ref95.apply(this, arguments);
987
+ return function update_internal_help_resources(_x298, _x299, _x300) {
988
+ return _ref96.apply(this, arguments);
980
989
  };
981
990
  }();
982
991
  export var all_legacy_features = function () {
983
- var _ref96 = _asyncToGenerator(function* (sdk, options) {
992
+ var _ref97 = _asyncToGenerator(function* (sdk, options) {
984
993
  return sdk.get('/legacy_features', null, null, options);
985
994
  });
986
995
 
987
- return function all_legacy_features(_x299, _x300) {
988
- return _ref96.apply(this, arguments);
996
+ return function all_legacy_features(_x301, _x302) {
997
+ return _ref97.apply(this, arguments);
989
998
  };
990
999
  }();
991
1000
  export var legacy_feature = function () {
992
- var _ref97 = _asyncToGenerator(function* (sdk, legacy_feature_id, options) {
1001
+ var _ref98 = _asyncToGenerator(function* (sdk, legacy_feature_id, options) {
993
1002
  legacy_feature_id = encodeParam(legacy_feature_id);
994
1003
  return sdk.get("/legacy_features/".concat(legacy_feature_id), null, null, options);
995
1004
  });
996
1005
 
997
- return function legacy_feature(_x301, _x302, _x303) {
998
- return _ref97.apply(this, arguments);
1006
+ return function legacy_feature(_x303, _x304, _x305) {
1007
+ return _ref98.apply(this, arguments);
999
1008
  };
1000
1009
  }();
1001
1010
  export var update_legacy_feature = function () {
1002
- var _ref98 = _asyncToGenerator(function* (sdk, legacy_feature_id, body, options) {
1011
+ var _ref99 = _asyncToGenerator(function* (sdk, legacy_feature_id, body, options) {
1003
1012
  legacy_feature_id = encodeParam(legacy_feature_id);
1004
1013
  return sdk.patch("/legacy_features/".concat(legacy_feature_id), null, body, options);
1005
1014
  });
1006
1015
 
1007
- return function update_legacy_feature(_x304, _x305, _x306, _x307) {
1008
- return _ref98.apply(this, arguments);
1016
+ return function update_legacy_feature(_x306, _x307, _x308, _x309) {
1017
+ return _ref99.apply(this, arguments);
1009
1018
  };
1010
1019
  }();
1011
1020
  export var all_locales = function () {
1012
- var _ref99 = _asyncToGenerator(function* (sdk, options) {
1021
+ var _ref100 = _asyncToGenerator(function* (sdk, options) {
1013
1022
  return sdk.get('/locales', null, null, options);
1014
1023
  });
1015
1024
 
1016
- return function all_locales(_x308, _x309) {
1017
- return _ref99.apply(this, arguments);
1025
+ return function all_locales(_x310, _x311) {
1026
+ return _ref100.apply(this, arguments);
1018
1027
  };
1019
1028
  }();
1020
1029
  export var mobile_settings = function () {
1021
- var _ref100 = _asyncToGenerator(function* (sdk, options) {
1030
+ var _ref101 = _asyncToGenerator(function* (sdk, options) {
1022
1031
  return sdk.get('/mobile/settings', null, null, options);
1023
1032
  });
1024
1033
 
1025
- return function mobile_settings(_x310, _x311) {
1026
- return _ref100.apply(this, arguments);
1034
+ return function mobile_settings(_x312, _x313) {
1035
+ return _ref101.apply(this, arguments);
1027
1036
  };
1028
1037
  }();
1029
1038
  export var get_setting = function () {
1030
- var _ref101 = _asyncToGenerator(function* (sdk, fields, options) {
1039
+ var _ref102 = _asyncToGenerator(function* (sdk, fields, options) {
1031
1040
  return sdk.get('/setting', {
1032
1041
  fields
1033
1042
  }, null, options);
1034
1043
  });
1035
1044
 
1036
- return function get_setting(_x312, _x313, _x314) {
1037
- return _ref101.apply(this, arguments);
1045
+ return function get_setting(_x314, _x315, _x316) {
1046
+ return _ref102.apply(this, arguments);
1038
1047
  };
1039
1048
  }();
1040
1049
  export var set_setting = function () {
1041
- var _ref102 = _asyncToGenerator(function* (sdk, body, fields, options) {
1050
+ var _ref103 = _asyncToGenerator(function* (sdk, body, fields, options) {
1042
1051
  return sdk.patch('/setting', {
1043
1052
  fields
1044
1053
  }, body, options);
1045
1054
  });
1046
1055
 
1047
- return function set_setting(_x315, _x316, _x317, _x318) {
1048
- return _ref102.apply(this, arguments);
1056
+ return function set_setting(_x317, _x318, _x319, _x320) {
1057
+ return _ref103.apply(this, arguments);
1058
+ };
1059
+ }();
1060
+ export var set_smtp_settings = function () {
1061
+ var _ref104 = _asyncToGenerator(function* (sdk, body, options) {
1062
+ return sdk.post('/smtp_settings', null, body, options);
1063
+ });
1064
+
1065
+ return function set_smtp_settings(_x321, _x322, _x323) {
1066
+ return _ref104.apply(this, arguments);
1049
1067
  };
1050
1068
  }();
1051
1069
  export var smtp_status = function () {
1052
- var _ref103 = _asyncToGenerator(function* (sdk, fields, options) {
1070
+ var _ref105 = _asyncToGenerator(function* (sdk, fields, options) {
1053
1071
  return sdk.get('/smtp_status', {
1054
1072
  fields
1055
1073
  }, null, options);
1056
1074
  });
1057
1075
 
1058
- return function smtp_status(_x319, _x320, _x321) {
1059
- return _ref103.apply(this, arguments);
1076
+ return function smtp_status(_x324, _x325, _x326) {
1077
+ return _ref105.apply(this, arguments);
1060
1078
  };
1061
1079
  }();
1062
1080
  export var all_timezones = function () {
1063
- var _ref104 = _asyncToGenerator(function* (sdk, options) {
1081
+ var _ref106 = _asyncToGenerator(function* (sdk, options) {
1064
1082
  return sdk.get('/timezones', null, null, options);
1065
1083
  });
1066
1084
 
1067
- return function all_timezones(_x322, _x323) {
1068
- return _ref104.apply(this, arguments);
1085
+ return function all_timezones(_x327, _x328) {
1086
+ return _ref106.apply(this, arguments);
1069
1087
  };
1070
1088
  }();
1071
1089
  export var versions = function () {
1072
- var _ref105 = _asyncToGenerator(function* (sdk, fields, options) {
1090
+ var _ref107 = _asyncToGenerator(function* (sdk, fields, options) {
1073
1091
  return sdk.get('/versions', {
1074
1092
  fields
1075
1093
  }, null, options);
1076
1094
  });
1077
1095
 
1078
- return function versions(_x324, _x325, _x326) {
1079
- return _ref105.apply(this, arguments);
1096
+ return function versions(_x329, _x330, _x331) {
1097
+ return _ref107.apply(this, arguments);
1080
1098
  };
1081
1099
  }();
1082
1100
  export var api_spec = function () {
1083
- var _ref106 = _asyncToGenerator(function* (sdk, api_version, specification, options) {
1101
+ var _ref108 = _asyncToGenerator(function* (sdk, api_version, specification, options) {
1084
1102
  api_version = encodeParam(api_version);
1085
1103
  specification = encodeParam(specification);
1086
1104
  return sdk.get("/api_spec/".concat(api_version, "/").concat(specification), null, null, options);
1087
1105
  });
1088
1106
 
1089
- return function api_spec(_x327, _x328, _x329, _x330) {
1090
- return _ref106.apply(this, arguments);
1107
+ return function api_spec(_x332, _x333, _x334, _x335) {
1108
+ return _ref108.apply(this, arguments);
1091
1109
  };
1092
1110
  }();
1093
1111
  export var whitelabel_configuration = function () {
1094
- var _ref107 = _asyncToGenerator(function* (sdk, fields, options) {
1112
+ var _ref109 = _asyncToGenerator(function* (sdk, fields, options) {
1095
1113
  return sdk.get('/whitelabel_configuration', {
1096
1114
  fields
1097
1115
  }, null, options);
1098
1116
  });
1099
1117
 
1100
- return function whitelabel_configuration(_x331, _x332, _x333) {
1101
- return _ref107.apply(this, arguments);
1118
+ return function whitelabel_configuration(_x336, _x337, _x338) {
1119
+ return _ref109.apply(this, arguments);
1102
1120
  };
1103
1121
  }();
1104
1122
  export var update_whitelabel_configuration = function () {
1105
- var _ref108 = _asyncToGenerator(function* (sdk, body, options) {
1123
+ var _ref110 = _asyncToGenerator(function* (sdk, body, options) {
1106
1124
  return sdk.put('/whitelabel_configuration', null, body, options);
1107
1125
  });
1108
1126
 
1109
- return function update_whitelabel_configuration(_x334, _x335, _x336) {
1110
- return _ref108.apply(this, arguments);
1127
+ return function update_whitelabel_configuration(_x339, _x340, _x341) {
1128
+ return _ref110.apply(this, arguments);
1111
1129
  };
1112
1130
  }();
1113
1131
  export var all_connections = function () {
1114
- var _ref109 = _asyncToGenerator(function* (sdk, fields, options) {
1132
+ var _ref111 = _asyncToGenerator(function* (sdk, fields, options) {
1115
1133
  return sdk.get('/connections', {
1116
1134
  fields
1117
1135
  }, null, options);
1118
1136
  });
1119
1137
 
1120
- return function all_connections(_x337, _x338, _x339) {
1121
- return _ref109.apply(this, arguments);
1138
+ return function all_connections(_x342, _x343, _x344) {
1139
+ return _ref111.apply(this, arguments);
1122
1140
  };
1123
1141
  }();
1124
1142
  export var create_connection = function () {
1125
- var _ref110 = _asyncToGenerator(function* (sdk, body, options) {
1143
+ var _ref112 = _asyncToGenerator(function* (sdk, body, options) {
1126
1144
  return sdk.post('/connections', null, body, options);
1127
1145
  });
1128
1146
 
1129
- return function create_connection(_x340, _x341, _x342) {
1130
- return _ref110.apply(this, arguments);
1147
+ return function create_connection(_x345, _x346, _x347) {
1148
+ return _ref112.apply(this, arguments);
1131
1149
  };
1132
1150
  }();
1133
1151
  export var connection = function () {
1134
- var _ref111 = _asyncToGenerator(function* (sdk, connection_name, fields, options) {
1152
+ var _ref113 = _asyncToGenerator(function* (sdk, connection_name, fields, options) {
1135
1153
  connection_name = encodeParam(connection_name);
1136
1154
  return sdk.get("/connections/".concat(connection_name), {
1137
1155
  fields
1138
1156
  }, null, options);
1139
1157
  });
1140
1158
 
1141
- return function connection(_x343, _x344, _x345, _x346) {
1142
- return _ref111.apply(this, arguments);
1159
+ return function connection(_x348, _x349, _x350, _x351) {
1160
+ return _ref113.apply(this, arguments);
1143
1161
  };
1144
1162
  }();
1145
1163
  export var update_connection = function () {
1146
- var _ref112 = _asyncToGenerator(function* (sdk, connection_name, body, options) {
1164
+ var _ref114 = _asyncToGenerator(function* (sdk, connection_name, body, options) {
1147
1165
  connection_name = encodeParam(connection_name);
1148
1166
  return sdk.patch("/connections/".concat(connection_name), null, body, options);
1149
1167
  });
1150
1168
 
1151
- return function update_connection(_x347, _x348, _x349, _x350) {
1152
- return _ref112.apply(this, arguments);
1169
+ return function update_connection(_x352, _x353, _x354, _x355) {
1170
+ return _ref114.apply(this, arguments);
1153
1171
  };
1154
1172
  }();
1155
1173
  export var delete_connection = function () {
1156
- var _ref113 = _asyncToGenerator(function* (sdk, connection_name, options) {
1174
+ var _ref115 = _asyncToGenerator(function* (sdk, connection_name, options) {
1157
1175
  connection_name = encodeParam(connection_name);
1158
1176
  return sdk.delete("/connections/".concat(connection_name), null, null, options);
1159
1177
  });
1160
1178
 
1161
- return function delete_connection(_x351, _x352, _x353) {
1162
- return _ref113.apply(this, arguments);
1179
+ return function delete_connection(_x356, _x357, _x358) {
1180
+ return _ref115.apply(this, arguments);
1163
1181
  };
1164
1182
  }();
1165
1183
  export var delete_connection_override = function () {
1166
- var _ref114 = _asyncToGenerator(function* (sdk, connection_name, override_context, options) {
1184
+ var _ref116 = _asyncToGenerator(function* (sdk, connection_name, override_context, options) {
1167
1185
  connection_name = encodeParam(connection_name);
1168
1186
  override_context = encodeParam(override_context);
1169
1187
  return sdk.delete("/connections/".concat(connection_name, "/connection_override/").concat(override_context), null, null, options);
1170
1188
  });
1171
1189
 
1172
- return function delete_connection_override(_x354, _x355, _x356, _x357) {
1173
- return _ref114.apply(this, arguments);
1190
+ return function delete_connection_override(_x359, _x360, _x361, _x362) {
1191
+ return _ref116.apply(this, arguments);
1174
1192
  };
1175
1193
  }();
1176
1194
  export var test_connection = function () {
1177
- var _ref115 = _asyncToGenerator(function* (sdk, connection_name, tests, options) {
1195
+ var _ref117 = _asyncToGenerator(function* (sdk, connection_name, tests, options) {
1178
1196
  connection_name = encodeParam(connection_name);
1179
1197
  return sdk.put("/connections/".concat(connection_name, "/test"), {
1180
1198
  tests
1181
1199
  }, null, options);
1182
1200
  });
1183
1201
 
1184
- return function test_connection(_x358, _x359, _x360, _x361) {
1185
- return _ref115.apply(this, arguments);
1202
+ return function test_connection(_x363, _x364, _x365, _x366) {
1203
+ return _ref117.apply(this, arguments);
1186
1204
  };
1187
1205
  }();
1188
1206
  export var test_connection_config = function () {
1189
- var _ref116 = _asyncToGenerator(function* (sdk, body, tests, options) {
1207
+ var _ref118 = _asyncToGenerator(function* (sdk, body, tests, options) {
1190
1208
  return sdk.put('/connections/test', {
1191
1209
  tests
1192
1210
  }, body, options);
1193
1211
  });
1194
1212
 
1195
- return function test_connection_config(_x362, _x363, _x364, _x365) {
1196
- return _ref116.apply(this, arguments);
1213
+ return function test_connection_config(_x367, _x368, _x369, _x370) {
1214
+ return _ref118.apply(this, arguments);
1197
1215
  };
1198
1216
  }();
1199
1217
  export var all_dialect_infos = function () {
1200
- var _ref117 = _asyncToGenerator(function* (sdk, fields, options) {
1218
+ var _ref119 = _asyncToGenerator(function* (sdk, fields, options) {
1201
1219
  return sdk.get('/dialect_info', {
1202
1220
  fields
1203
1221
  }, null, options);
1204
1222
  });
1205
1223
 
1206
- return function all_dialect_infos(_x366, _x367, _x368) {
1207
- return _ref117.apply(this, arguments);
1224
+ return function all_dialect_infos(_x371, _x372, _x373) {
1225
+ return _ref119.apply(this, arguments);
1208
1226
  };
1209
1227
  }();
1210
1228
  export var all_external_oauth_applications = function () {
1211
- var _ref118 = _asyncToGenerator(function* (sdk, request, options) {
1229
+ var _ref120 = _asyncToGenerator(function* (sdk, request, options) {
1212
1230
  return sdk.get('/external_oauth_applications', {
1213
1231
  name: request.name,
1214
1232
  client_id: request.client_id
1215
1233
  }, null, options);
1216
1234
  });
1217
1235
 
1218
- return function all_external_oauth_applications(_x369, _x370, _x371) {
1219
- return _ref118.apply(this, arguments);
1236
+ return function all_external_oauth_applications(_x374, _x375, _x376) {
1237
+ return _ref120.apply(this, arguments);
1220
1238
  };
1221
1239
  }();
1222
1240
  export var create_external_oauth_application = function () {
1223
- var _ref119 = _asyncToGenerator(function* (sdk, body, options) {
1241
+ var _ref121 = _asyncToGenerator(function* (sdk, body, options) {
1224
1242
  return sdk.post('/external_oauth_applications', null, body, options);
1225
1243
  });
1226
1244
 
1227
- return function create_external_oauth_application(_x372, _x373, _x374) {
1228
- return _ref119.apply(this, arguments);
1245
+ return function create_external_oauth_application(_x377, _x378, _x379) {
1246
+ return _ref121.apply(this, arguments);
1229
1247
  };
1230
1248
  }();
1231
1249
  export var create_oauth_application_user_state = function () {
1232
- var _ref120 = _asyncToGenerator(function* (sdk, body, options) {
1250
+ var _ref122 = _asyncToGenerator(function* (sdk, body, options) {
1233
1251
  return sdk.post('/external_oauth_applications/user_state', null, body, options);
1234
1252
  });
1235
1253
 
1236
- return function create_oauth_application_user_state(_x375, _x376, _x377) {
1237
- return _ref120.apply(this, arguments);
1254
+ return function create_oauth_application_user_state(_x380, _x381, _x382) {
1255
+ return _ref122.apply(this, arguments);
1238
1256
  };
1239
1257
  }();
1240
1258
  export var all_ssh_servers = function () {
1241
- var _ref121 = _asyncToGenerator(function* (sdk, fields, options) {
1259
+ var _ref123 = _asyncToGenerator(function* (sdk, fields, options) {
1242
1260
  return sdk.get('/ssh_servers', {
1243
1261
  fields
1244
1262
  }, null, options);
1245
1263
  });
1246
1264
 
1247
- return function all_ssh_servers(_x378, _x379, _x380) {
1248
- return _ref121.apply(this, arguments);
1265
+ return function all_ssh_servers(_x383, _x384, _x385) {
1266
+ return _ref123.apply(this, arguments);
1249
1267
  };
1250
1268
  }();
1251
1269
  export var create_ssh_server = function () {
1252
- var _ref122 = _asyncToGenerator(function* (sdk, body, options) {
1270
+ var _ref124 = _asyncToGenerator(function* (sdk, body, options) {
1253
1271
  return sdk.post('/ssh_servers', null, body, options);
1254
1272
  });
1255
1273
 
1256
- return function create_ssh_server(_x381, _x382, _x383) {
1257
- return _ref122.apply(this, arguments);
1274
+ return function create_ssh_server(_x386, _x387, _x388) {
1275
+ return _ref124.apply(this, arguments);
1258
1276
  };
1259
1277
  }();
1260
1278
  export var ssh_server = function () {
1261
- var _ref123 = _asyncToGenerator(function* (sdk, ssh_server_id, options) {
1279
+ var _ref125 = _asyncToGenerator(function* (sdk, ssh_server_id, options) {
1262
1280
  ssh_server_id = encodeParam(ssh_server_id);
1263
1281
  return sdk.get("/ssh_server/".concat(ssh_server_id), null, null, options);
1264
1282
  });
1265
1283
 
1266
- return function ssh_server(_x384, _x385, _x386) {
1267
- return _ref123.apply(this, arguments);
1284
+ return function ssh_server(_x389, _x390, _x391) {
1285
+ return _ref125.apply(this, arguments);
1268
1286
  };
1269
1287
  }();
1270
1288
  export var update_ssh_server = function () {
1271
- var _ref124 = _asyncToGenerator(function* (sdk, ssh_server_id, body, options) {
1289
+ var _ref126 = _asyncToGenerator(function* (sdk, ssh_server_id, body, options) {
1272
1290
  ssh_server_id = encodeParam(ssh_server_id);
1273
1291
  return sdk.patch("/ssh_server/".concat(ssh_server_id), null, body, options);
1274
1292
  });
1275
1293
 
1276
- return function update_ssh_server(_x387, _x388, _x389, _x390) {
1277
- return _ref124.apply(this, arguments);
1294
+ return function update_ssh_server(_x392, _x393, _x394, _x395) {
1295
+ return _ref126.apply(this, arguments);
1278
1296
  };
1279
1297
  }();
1280
1298
  export var delete_ssh_server = function () {
1281
- var _ref125 = _asyncToGenerator(function* (sdk, ssh_server_id, options) {
1299
+ var _ref127 = _asyncToGenerator(function* (sdk, ssh_server_id, options) {
1282
1300
  ssh_server_id = encodeParam(ssh_server_id);
1283
1301
  return sdk.delete("/ssh_server/".concat(ssh_server_id), null, null, options);
1284
1302
  });
1285
1303
 
1286
- return function delete_ssh_server(_x391, _x392, _x393) {
1287
- return _ref125.apply(this, arguments);
1304
+ return function delete_ssh_server(_x396, _x397, _x398) {
1305
+ return _ref127.apply(this, arguments);
1288
1306
  };
1289
1307
  }();
1290
1308
  export var test_ssh_server = function () {
1291
- var _ref126 = _asyncToGenerator(function* (sdk, ssh_server_id, options) {
1309
+ var _ref128 = _asyncToGenerator(function* (sdk, ssh_server_id, options) {
1292
1310
  ssh_server_id = encodeParam(ssh_server_id);
1293
1311
  return sdk.get("/ssh_server/".concat(ssh_server_id, "/test"), null, null, options);
1294
1312
  });
1295
1313
 
1296
- return function test_ssh_server(_x394, _x395, _x396) {
1297
- return _ref126.apply(this, arguments);
1314
+ return function test_ssh_server(_x399, _x400, _x401) {
1315
+ return _ref128.apply(this, arguments);
1298
1316
  };
1299
1317
  }();
1300
1318
  export var all_ssh_tunnels = function () {
1301
- var _ref127 = _asyncToGenerator(function* (sdk, fields, options) {
1319
+ var _ref129 = _asyncToGenerator(function* (sdk, fields, options) {
1302
1320
  return sdk.get('/ssh_tunnels', {
1303
1321
  fields
1304
1322
  }, null, options);
1305
1323
  });
1306
1324
 
1307
- return function all_ssh_tunnels(_x397, _x398, _x399) {
1308
- return _ref127.apply(this, arguments);
1325
+ return function all_ssh_tunnels(_x402, _x403, _x404) {
1326
+ return _ref129.apply(this, arguments);
1309
1327
  };
1310
1328
  }();
1311
1329
  export var create_ssh_tunnel = function () {
1312
- var _ref128 = _asyncToGenerator(function* (sdk, body, options) {
1330
+ var _ref130 = _asyncToGenerator(function* (sdk, body, options) {
1313
1331
  return sdk.post('/ssh_tunnels', null, body, options);
1314
1332
  });
1315
1333
 
1316
- return function create_ssh_tunnel(_x400, _x401, _x402) {
1317
- return _ref128.apply(this, arguments);
1334
+ return function create_ssh_tunnel(_x405, _x406, _x407) {
1335
+ return _ref130.apply(this, arguments);
1318
1336
  };
1319
1337
  }();
1320
1338
  export var ssh_tunnel = function () {
1321
- var _ref129 = _asyncToGenerator(function* (sdk, ssh_tunnel_id, options) {
1339
+ var _ref131 = _asyncToGenerator(function* (sdk, ssh_tunnel_id, options) {
1322
1340
  ssh_tunnel_id = encodeParam(ssh_tunnel_id);
1323
1341
  return sdk.get("/ssh_tunnel/".concat(ssh_tunnel_id), null, null, options);
1324
1342
  });
1325
1343
 
1326
- return function ssh_tunnel(_x403, _x404, _x405) {
1327
- return _ref129.apply(this, arguments);
1344
+ return function ssh_tunnel(_x408, _x409, _x410) {
1345
+ return _ref131.apply(this, arguments);
1328
1346
  };
1329
1347
  }();
1330
1348
  export var update_ssh_tunnel = function () {
1331
- var _ref130 = _asyncToGenerator(function* (sdk, ssh_tunnel_id, body, options) {
1349
+ var _ref132 = _asyncToGenerator(function* (sdk, ssh_tunnel_id, body, options) {
1332
1350
  ssh_tunnel_id = encodeParam(ssh_tunnel_id);
1333
1351
  return sdk.patch("/ssh_tunnel/".concat(ssh_tunnel_id), null, body, options);
1334
1352
  });
1335
1353
 
1336
- return function update_ssh_tunnel(_x406, _x407, _x408, _x409) {
1337
- return _ref130.apply(this, arguments);
1354
+ return function update_ssh_tunnel(_x411, _x412, _x413, _x414) {
1355
+ return _ref132.apply(this, arguments);
1338
1356
  };
1339
1357
  }();
1340
1358
  export var delete_ssh_tunnel = function () {
1341
- var _ref131 = _asyncToGenerator(function* (sdk, ssh_tunnel_id, options) {
1359
+ var _ref133 = _asyncToGenerator(function* (sdk, ssh_tunnel_id, options) {
1342
1360
  ssh_tunnel_id = encodeParam(ssh_tunnel_id);
1343
1361
  return sdk.delete("/ssh_tunnel/".concat(ssh_tunnel_id), null, null, options);
1344
1362
  });
1345
1363
 
1346
- return function delete_ssh_tunnel(_x410, _x411, _x412) {
1347
- return _ref131.apply(this, arguments);
1364
+ return function delete_ssh_tunnel(_x415, _x416, _x417) {
1365
+ return _ref133.apply(this, arguments);
1348
1366
  };
1349
1367
  }();
1350
1368
  export var test_ssh_tunnel = function () {
1351
- var _ref132 = _asyncToGenerator(function* (sdk, ssh_tunnel_id, options) {
1369
+ var _ref134 = _asyncToGenerator(function* (sdk, ssh_tunnel_id, options) {
1352
1370
  ssh_tunnel_id = encodeParam(ssh_tunnel_id);
1353
1371
  return sdk.get("/ssh_tunnel/".concat(ssh_tunnel_id, "/test"), null, null, options);
1354
1372
  });
1355
1373
 
1356
- return function test_ssh_tunnel(_x413, _x414, _x415) {
1357
- return _ref132.apply(this, arguments);
1374
+ return function test_ssh_tunnel(_x418, _x419, _x420) {
1375
+ return _ref134.apply(this, arguments);
1358
1376
  };
1359
1377
  }();
1360
1378
  export var ssh_public_key = function () {
1361
- var _ref133 = _asyncToGenerator(function* (sdk, options) {
1379
+ var _ref135 = _asyncToGenerator(function* (sdk, options) {
1362
1380
  return sdk.get('/ssh_public_key', null, null, options);
1363
1381
  });
1364
1382
 
1365
- return function ssh_public_key(_x416, _x417) {
1366
- return _ref133.apply(this, arguments);
1383
+ return function ssh_public_key(_x421, _x422) {
1384
+ return _ref135.apply(this, arguments);
1367
1385
  };
1368
1386
  }();
1369
1387
  export var search_content_favorites = function () {
1370
- var _ref134 = _asyncToGenerator(function* (sdk, request, options) {
1388
+ var _ref136 = _asyncToGenerator(function* (sdk, request, options) {
1371
1389
  return sdk.get('/content_favorite/search', {
1372
1390
  id: request.id,
1373
1391
  user_id: request.user_id,
@@ -1383,115 +1401,115 @@ export var search_content_favorites = function () {
1383
1401
  }, null, options);
1384
1402
  });
1385
1403
 
1386
- return function search_content_favorites(_x418, _x419, _x420) {
1387
- return _ref134.apply(this, arguments);
1404
+ return function search_content_favorites(_x423, _x424, _x425) {
1405
+ return _ref136.apply(this, arguments);
1388
1406
  };
1389
1407
  }();
1390
1408
  export var content_favorite = function () {
1391
- var _ref135 = _asyncToGenerator(function* (sdk, content_favorite_id, fields, options) {
1409
+ var _ref137 = _asyncToGenerator(function* (sdk, content_favorite_id, fields, options) {
1392
1410
  return sdk.get("/content_favorite/".concat(content_favorite_id), {
1393
1411
  fields
1394
1412
  }, null, options);
1395
1413
  });
1396
1414
 
1397
- return function content_favorite(_x421, _x422, _x423, _x424) {
1398
- return _ref135.apply(this, arguments);
1415
+ return function content_favorite(_x426, _x427, _x428, _x429) {
1416
+ return _ref137.apply(this, arguments);
1399
1417
  };
1400
1418
  }();
1401
1419
  export var delete_content_favorite = function () {
1402
- var _ref136 = _asyncToGenerator(function* (sdk, content_favorite_id, options) {
1420
+ var _ref138 = _asyncToGenerator(function* (sdk, content_favorite_id, options) {
1403
1421
  return sdk.delete("/content_favorite/".concat(content_favorite_id), null, null, options);
1404
1422
  });
1405
1423
 
1406
- return function delete_content_favorite(_x425, _x426, _x427) {
1407
- return _ref136.apply(this, arguments);
1424
+ return function delete_content_favorite(_x430, _x431, _x432) {
1425
+ return _ref138.apply(this, arguments);
1408
1426
  };
1409
1427
  }();
1410
1428
  export var create_content_favorite = function () {
1411
- var _ref137 = _asyncToGenerator(function* (sdk, body, options) {
1429
+ var _ref139 = _asyncToGenerator(function* (sdk, body, options) {
1412
1430
  return sdk.post('/content_favorite', null, body, options);
1413
1431
  });
1414
1432
 
1415
- return function create_content_favorite(_x428, _x429, _x430) {
1416
- return _ref137.apply(this, arguments);
1433
+ return function create_content_favorite(_x433, _x434, _x435) {
1434
+ return _ref139.apply(this, arguments);
1417
1435
  };
1418
1436
  }();
1419
1437
  export var all_content_metadatas = function () {
1420
- var _ref138 = _asyncToGenerator(function* (sdk, parent_id, fields, options) {
1438
+ var _ref140 = _asyncToGenerator(function* (sdk, parent_id, fields, options) {
1421
1439
  return sdk.get('/content_metadata', {
1422
1440
  parent_id,
1423
1441
  fields
1424
1442
  }, null, options);
1425
1443
  });
1426
1444
 
1427
- return function all_content_metadatas(_x431, _x432, _x433, _x434) {
1428
- return _ref138.apply(this, arguments);
1445
+ return function all_content_metadatas(_x436, _x437, _x438, _x439) {
1446
+ return _ref140.apply(this, arguments);
1429
1447
  };
1430
1448
  }();
1431
1449
  export var content_metadata = function () {
1432
- var _ref139 = _asyncToGenerator(function* (sdk, content_metadata_id, fields, options) {
1450
+ var _ref141 = _asyncToGenerator(function* (sdk, content_metadata_id, fields, options) {
1433
1451
  return sdk.get("/content_metadata/".concat(content_metadata_id), {
1434
1452
  fields
1435
1453
  }, null, options);
1436
1454
  });
1437
1455
 
1438
- return function content_metadata(_x435, _x436, _x437, _x438) {
1439
- return _ref139.apply(this, arguments);
1456
+ return function content_metadata(_x440, _x441, _x442, _x443) {
1457
+ return _ref141.apply(this, arguments);
1440
1458
  };
1441
1459
  }();
1442
1460
  export var update_content_metadata = function () {
1443
- var _ref140 = _asyncToGenerator(function* (sdk, content_metadata_id, body, options) {
1461
+ var _ref142 = _asyncToGenerator(function* (sdk, content_metadata_id, body, options) {
1444
1462
  return sdk.patch("/content_metadata/".concat(content_metadata_id), null, body, options);
1445
1463
  });
1446
1464
 
1447
- return function update_content_metadata(_x439, _x440, _x441, _x442) {
1448
- return _ref140.apply(this, arguments);
1465
+ return function update_content_metadata(_x444, _x445, _x446, _x447) {
1466
+ return _ref142.apply(this, arguments);
1449
1467
  };
1450
1468
  }();
1451
1469
  export var all_content_metadata_accesses = function () {
1452
- var _ref141 = _asyncToGenerator(function* (sdk, content_metadata_id, fields, options) {
1470
+ var _ref143 = _asyncToGenerator(function* (sdk, content_metadata_id, fields, options) {
1453
1471
  return sdk.get('/content_metadata_access', {
1454
1472
  content_metadata_id,
1455
1473
  fields
1456
1474
  }, null, options);
1457
1475
  });
1458
1476
 
1459
- return function all_content_metadata_accesses(_x443, _x444, _x445, _x446) {
1460
- return _ref141.apply(this, arguments);
1477
+ return function all_content_metadata_accesses(_x448, _x449, _x450, _x451) {
1478
+ return _ref143.apply(this, arguments);
1461
1479
  };
1462
1480
  }();
1463
1481
  export var create_content_metadata_access = function () {
1464
- var _ref142 = _asyncToGenerator(function* (sdk, body, send_boards_notification_email, options) {
1482
+ var _ref144 = _asyncToGenerator(function* (sdk, body, send_boards_notification_email, options) {
1465
1483
  return sdk.post('/content_metadata_access', {
1466
1484
  send_boards_notification_email
1467
1485
  }, body, options);
1468
1486
  });
1469
1487
 
1470
- return function create_content_metadata_access(_x447, _x448, _x449, _x450) {
1471
- return _ref142.apply(this, arguments);
1488
+ return function create_content_metadata_access(_x452, _x453, _x454, _x455) {
1489
+ return _ref144.apply(this, arguments);
1472
1490
  };
1473
1491
  }();
1474
1492
  export var update_content_metadata_access = function () {
1475
- var _ref143 = _asyncToGenerator(function* (sdk, content_metadata_access_id, body, options) {
1493
+ var _ref145 = _asyncToGenerator(function* (sdk, content_metadata_access_id, body, options) {
1476
1494
  content_metadata_access_id = encodeParam(content_metadata_access_id);
1477
1495
  return sdk.put("/content_metadata_access/".concat(content_metadata_access_id), null, body, options);
1478
1496
  });
1479
1497
 
1480
- return function update_content_metadata_access(_x451, _x452, _x453, _x454) {
1481
- return _ref143.apply(this, arguments);
1498
+ return function update_content_metadata_access(_x456, _x457, _x458, _x459) {
1499
+ return _ref145.apply(this, arguments);
1482
1500
  };
1483
1501
  }();
1484
1502
  export var delete_content_metadata_access = function () {
1485
- var _ref144 = _asyncToGenerator(function* (sdk, content_metadata_access_id, options) {
1503
+ var _ref146 = _asyncToGenerator(function* (sdk, content_metadata_access_id, options) {
1486
1504
  return sdk.delete("/content_metadata_access/".concat(content_metadata_access_id), null, null, options);
1487
1505
  });
1488
1506
 
1489
- return function delete_content_metadata_access(_x455, _x456, _x457) {
1490
- return _ref144.apply(this, arguments);
1507
+ return function delete_content_metadata_access(_x460, _x461, _x462) {
1508
+ return _ref146.apply(this, arguments);
1491
1509
  };
1492
1510
  }();
1493
1511
  export var content_thumbnail = function () {
1494
- var _ref145 = _asyncToGenerator(function* (sdk, request, options) {
1512
+ var _ref147 = _asyncToGenerator(function* (sdk, request, options) {
1495
1513
  request.type = encodeParam(request.type);
1496
1514
  request.resource_id = encodeParam(request.resource_id);
1497
1515
  return sdk.get("/content_thumbnail/".concat(request.type, "/").concat(request.resource_id), {
@@ -1502,23 +1520,23 @@ export var content_thumbnail = function () {
1502
1520
  }, null, options);
1503
1521
  });
1504
1522
 
1505
- return function content_thumbnail(_x458, _x459, _x460) {
1506
- return _ref145.apply(this, arguments);
1523
+ return function content_thumbnail(_x463, _x464, _x465) {
1524
+ return _ref147.apply(this, arguments);
1507
1525
  };
1508
1526
  }();
1509
1527
  export var content_validation = function () {
1510
- var _ref146 = _asyncToGenerator(function* (sdk, fields, options) {
1528
+ var _ref148 = _asyncToGenerator(function* (sdk, fields, options) {
1511
1529
  return sdk.get('/content_validation', {
1512
1530
  fields
1513
1531
  }, null, options);
1514
1532
  });
1515
1533
 
1516
- return function content_validation(_x461, _x462, _x463) {
1517
- return _ref146.apply(this, arguments);
1534
+ return function content_validation(_x466, _x467, _x468) {
1535
+ return _ref148.apply(this, arguments);
1518
1536
  };
1519
1537
  }();
1520
1538
  export var search_content_views = function () {
1521
- var _ref147 = _asyncToGenerator(function* (sdk, request, options) {
1539
+ var _ref149 = _asyncToGenerator(function* (sdk, request, options) {
1522
1540
  return sdk.get('/content_view/search', {
1523
1541
  view_count: request.view_count,
1524
1542
  group_id: request.group_id,
@@ -1536,12 +1554,12 @@ export var search_content_views = function () {
1536
1554
  }, null, options);
1537
1555
  });
1538
1556
 
1539
- return function search_content_views(_x464, _x465, _x466) {
1540
- return _ref147.apply(this, arguments);
1557
+ return function search_content_views(_x469, _x470, _x471) {
1558
+ return _ref149.apply(this, arguments);
1541
1559
  };
1542
1560
  }();
1543
1561
  export var vector_thumbnail = function () {
1544
- var _ref148 = _asyncToGenerator(function* (sdk, type, resource_id, reload, options) {
1562
+ var _ref150 = _asyncToGenerator(function* (sdk, type, resource_id, reload, options) {
1545
1563
  type = encodeParam(type);
1546
1564
  resource_id = encodeParam(resource_id);
1547
1565
  return sdk.get("/vector_thumbnail/".concat(type, "/").concat(resource_id), {
@@ -1549,32 +1567,32 @@ export var vector_thumbnail = function () {
1549
1567
  }, null, options);
1550
1568
  });
1551
1569
 
1552
- return function vector_thumbnail(_x467, _x468, _x469, _x470, _x471) {
1553
- return _ref148.apply(this, arguments);
1570
+ return function vector_thumbnail(_x472, _x473, _x474, _x475, _x476) {
1571
+ return _ref150.apply(this, arguments);
1554
1572
  };
1555
1573
  }();
1556
1574
  export var all_dashboards = function () {
1557
- var _ref149 = _asyncToGenerator(function* (sdk, fields, options) {
1575
+ var _ref151 = _asyncToGenerator(function* (sdk, fields, options) {
1558
1576
  return sdk.get('/dashboards', {
1559
1577
  fields
1560
1578
  }, null, options);
1561
1579
  });
1562
1580
 
1563
- return function all_dashboards(_x472, _x473, _x474) {
1564
- return _ref149.apply(this, arguments);
1581
+ return function all_dashboards(_x477, _x478, _x479) {
1582
+ return _ref151.apply(this, arguments);
1565
1583
  };
1566
1584
  }();
1567
1585
  export var create_dashboard = function () {
1568
- var _ref150 = _asyncToGenerator(function* (sdk, body, options) {
1586
+ var _ref152 = _asyncToGenerator(function* (sdk, body, options) {
1569
1587
  return sdk.post('/dashboards', null, body, options);
1570
1588
  });
1571
1589
 
1572
- return function create_dashboard(_x475, _x476, _x477) {
1573
- return _ref150.apply(this, arguments);
1590
+ return function create_dashboard(_x480, _x481, _x482) {
1591
+ return _ref152.apply(this, arguments);
1574
1592
  };
1575
1593
  }();
1576
1594
  export var search_dashboards = function () {
1577
- var _ref151 = _asyncToGenerator(function* (sdk, request, options) {
1595
+ var _ref153 = _asyncToGenerator(function* (sdk, request, options) {
1578
1596
  return sdk.get('/dashboards/search', {
1579
1597
  id: request.id,
1580
1598
  slug: request.slug,
@@ -1598,12 +1616,12 @@ export var search_dashboards = function () {
1598
1616
  }, null, options);
1599
1617
  });
1600
1618
 
1601
- return function search_dashboards(_x478, _x479, _x480) {
1602
- return _ref151.apply(this, arguments);
1619
+ return function search_dashboards(_x483, _x484, _x485) {
1620
+ return _ref153.apply(this, arguments);
1603
1621
  };
1604
1622
  }();
1605
1623
  export var import_lookml_dashboard = function () {
1606
- var _ref152 = _asyncToGenerator(function* (sdk, lookml_dashboard_id, space_id, body, raw_locale, options) {
1624
+ var _ref154 = _asyncToGenerator(function* (sdk, lookml_dashboard_id, space_id, body, raw_locale, options) {
1607
1625
  lookml_dashboard_id = encodeParam(lookml_dashboard_id);
1608
1626
  space_id = encodeParam(space_id);
1609
1627
  return sdk.post("/dashboards/".concat(lookml_dashboard_id, "/import/").concat(space_id), {
@@ -1611,100 +1629,109 @@ export var import_lookml_dashboard = function () {
1611
1629
  }, body, options);
1612
1630
  });
1613
1631
 
1614
- return function import_lookml_dashboard(_x481, _x482, _x483, _x484, _x485, _x486) {
1615
- return _ref152.apply(this, arguments);
1632
+ return function import_lookml_dashboard(_x486, _x487, _x488, _x489, _x490, _x491) {
1633
+ return _ref154.apply(this, arguments);
1616
1634
  };
1617
1635
  }();
1618
1636
  export var sync_lookml_dashboard = function () {
1619
- var _ref153 = _asyncToGenerator(function* (sdk, lookml_dashboard_id, body, raw_locale, options) {
1637
+ var _ref155 = _asyncToGenerator(function* (sdk, lookml_dashboard_id, body, raw_locale, options) {
1620
1638
  lookml_dashboard_id = encodeParam(lookml_dashboard_id);
1621
1639
  return sdk.patch("/dashboards/".concat(lookml_dashboard_id, "/sync"), {
1622
1640
  raw_locale
1623
1641
  }, body, options);
1624
1642
  });
1625
1643
 
1626
- return function sync_lookml_dashboard(_x487, _x488, _x489, _x490, _x491) {
1627
- return _ref153.apply(this, arguments);
1644
+ return function sync_lookml_dashboard(_x492, _x493, _x494, _x495, _x496) {
1645
+ return _ref155.apply(this, arguments);
1628
1646
  };
1629
1647
  }();
1630
1648
  export var dashboard = function () {
1631
- var _ref154 = _asyncToGenerator(function* (sdk, dashboard_id, fields, options) {
1649
+ var _ref156 = _asyncToGenerator(function* (sdk, dashboard_id, fields, options) {
1632
1650
  dashboard_id = encodeParam(dashboard_id);
1633
1651
  return sdk.get("/dashboards/".concat(dashboard_id), {
1634
1652
  fields
1635
1653
  }, null, options);
1636
1654
  });
1637
1655
 
1638
- return function dashboard(_x492, _x493, _x494, _x495) {
1639
- return _ref154.apply(this, arguments);
1656
+ return function dashboard(_x497, _x498, _x499, _x500) {
1657
+ return _ref156.apply(this, arguments);
1640
1658
  };
1641
1659
  }();
1642
1660
  export var update_dashboard = function () {
1643
- var _ref155 = _asyncToGenerator(function* (sdk, dashboard_id, body, options) {
1661
+ var _ref157 = _asyncToGenerator(function* (sdk, dashboard_id, body, options) {
1644
1662
  dashboard_id = encodeParam(dashboard_id);
1645
1663
  return sdk.patch("/dashboards/".concat(dashboard_id), null, body, options);
1646
1664
  });
1647
1665
 
1648
- return function update_dashboard(_x496, _x497, _x498, _x499) {
1649
- return _ref155.apply(this, arguments);
1666
+ return function update_dashboard(_x501, _x502, _x503, _x504) {
1667
+ return _ref157.apply(this, arguments);
1650
1668
  };
1651
1669
  }();
1652
1670
  export var delete_dashboard = function () {
1653
- var _ref156 = _asyncToGenerator(function* (sdk, dashboard_id, options) {
1671
+ var _ref158 = _asyncToGenerator(function* (sdk, dashboard_id, options) {
1654
1672
  dashboard_id = encodeParam(dashboard_id);
1655
1673
  return sdk.delete("/dashboards/".concat(dashboard_id), null, null, options);
1656
1674
  });
1657
1675
 
1658
- return function delete_dashboard(_x500, _x501, _x502) {
1659
- return _ref156.apply(this, arguments);
1676
+ return function delete_dashboard(_x505, _x506, _x507) {
1677
+ return _ref158.apply(this, arguments);
1660
1678
  };
1661
1679
  }();
1662
1680
  export var dashboard_aggregate_table_lookml = function () {
1663
- var _ref157 = _asyncToGenerator(function* (sdk, dashboard_id, options) {
1681
+ var _ref159 = _asyncToGenerator(function* (sdk, dashboard_id, options) {
1664
1682
  dashboard_id = encodeParam(dashboard_id);
1665
1683
  return sdk.get("/dashboards/aggregate_table_lookml/".concat(dashboard_id), null, null, options);
1666
1684
  });
1667
1685
 
1668
- return function dashboard_aggregate_table_lookml(_x503, _x504, _x505) {
1669
- return _ref157.apply(this, arguments);
1686
+ return function dashboard_aggregate_table_lookml(_x508, _x509, _x510) {
1687
+ return _ref159.apply(this, arguments);
1670
1688
  };
1671
1689
  }();
1672
1690
  export var dashboard_lookml = function () {
1673
- var _ref158 = _asyncToGenerator(function* (sdk, dashboard_id, options) {
1691
+ var _ref160 = _asyncToGenerator(function* (sdk, dashboard_id, options) {
1674
1692
  dashboard_id = encodeParam(dashboard_id);
1675
1693
  return sdk.get("/dashboards/lookml/".concat(dashboard_id), null, null, options);
1676
1694
  });
1677
1695
 
1678
- return function dashboard_lookml(_x506, _x507, _x508) {
1679
- return _ref158.apply(this, arguments);
1696
+ return function dashboard_lookml(_x511, _x512, _x513) {
1697
+ return _ref160.apply(this, arguments);
1680
1698
  };
1681
1699
  }();
1682
1700
  export var move_dashboard = function () {
1683
- var _ref159 = _asyncToGenerator(function* (sdk, dashboard_id, folder_id, options) {
1701
+ var _ref161 = _asyncToGenerator(function* (sdk, dashboard_id, folder_id, options) {
1684
1702
  dashboard_id = encodeParam(dashboard_id);
1685
1703
  return sdk.patch("/dashboards/".concat(dashboard_id, "/move"), {
1686
1704
  folder_id
1687
1705
  }, null, options);
1688
1706
  });
1689
1707
 
1690
- return function move_dashboard(_x509, _x510, _x511, _x512) {
1691
- return _ref159.apply(this, arguments);
1708
+ return function move_dashboard(_x514, _x515, _x516, _x517) {
1709
+ return _ref161.apply(this, arguments);
1710
+ };
1711
+ }();
1712
+ export var create_dashboard_from_lookml = function () {
1713
+ var _ref162 = _asyncToGenerator(function* (sdk, body, options) {
1714
+ return sdk.post('/dashboards/from_lookml', null, body, options);
1715
+ });
1716
+
1717
+ return function create_dashboard_from_lookml(_x518, _x519, _x520) {
1718
+ return _ref162.apply(this, arguments);
1692
1719
  };
1693
1720
  }();
1694
1721
  export var copy_dashboard = function () {
1695
- var _ref160 = _asyncToGenerator(function* (sdk, dashboard_id, folder_id, options) {
1722
+ var _ref163 = _asyncToGenerator(function* (sdk, dashboard_id, folder_id, options) {
1696
1723
  dashboard_id = encodeParam(dashboard_id);
1697
1724
  return sdk.post("/dashboards/".concat(dashboard_id, "/copy"), {
1698
1725
  folder_id
1699
1726
  }, null, options);
1700
1727
  });
1701
1728
 
1702
- return function copy_dashboard(_x513, _x514, _x515, _x516) {
1703
- return _ref160.apply(this, arguments);
1729
+ return function copy_dashboard(_x521, _x522, _x523, _x524) {
1730
+ return _ref163.apply(this, arguments);
1704
1731
  };
1705
1732
  }();
1706
1733
  export var search_dashboard_elements = function () {
1707
- var _ref161 = _asyncToGenerator(function* (sdk, request, options) {
1734
+ var _ref164 = _asyncToGenerator(function* (sdk, request, options) {
1708
1735
  return sdk.get('/dashboard_elements/search', {
1709
1736
  dashboard_id: request.dashboard_id,
1710
1737
  look_id: request.look_id,
@@ -1716,264 +1743,264 @@ export var search_dashboard_elements = function () {
1716
1743
  }, null, options);
1717
1744
  });
1718
1745
 
1719
- return function search_dashboard_elements(_x517, _x518, _x519) {
1720
- return _ref161.apply(this, arguments);
1746
+ return function search_dashboard_elements(_x525, _x526, _x527) {
1747
+ return _ref164.apply(this, arguments);
1721
1748
  };
1722
1749
  }();
1723
1750
  export var dashboard_element = function () {
1724
- var _ref162 = _asyncToGenerator(function* (sdk, dashboard_element_id, fields, options) {
1751
+ var _ref165 = _asyncToGenerator(function* (sdk, dashboard_element_id, fields, options) {
1725
1752
  dashboard_element_id = encodeParam(dashboard_element_id);
1726
1753
  return sdk.get("/dashboard_elements/".concat(dashboard_element_id), {
1727
1754
  fields
1728
1755
  }, null, options);
1729
1756
  });
1730
1757
 
1731
- return function dashboard_element(_x520, _x521, _x522, _x523) {
1732
- return _ref162.apply(this, arguments);
1758
+ return function dashboard_element(_x528, _x529, _x530, _x531) {
1759
+ return _ref165.apply(this, arguments);
1733
1760
  };
1734
1761
  }();
1735
1762
  export var update_dashboard_element = function () {
1736
- var _ref163 = _asyncToGenerator(function* (sdk, dashboard_element_id, body, fields, options) {
1763
+ var _ref166 = _asyncToGenerator(function* (sdk, dashboard_element_id, body, fields, options) {
1737
1764
  dashboard_element_id = encodeParam(dashboard_element_id);
1738
1765
  return sdk.patch("/dashboard_elements/".concat(dashboard_element_id), {
1739
1766
  fields
1740
1767
  }, body, options);
1741
1768
  });
1742
1769
 
1743
- return function update_dashboard_element(_x524, _x525, _x526, _x527, _x528) {
1744
- return _ref163.apply(this, arguments);
1770
+ return function update_dashboard_element(_x532, _x533, _x534, _x535, _x536) {
1771
+ return _ref166.apply(this, arguments);
1745
1772
  };
1746
1773
  }();
1747
1774
  export var delete_dashboard_element = function () {
1748
- var _ref164 = _asyncToGenerator(function* (sdk, dashboard_element_id, options) {
1775
+ var _ref167 = _asyncToGenerator(function* (sdk, dashboard_element_id, options) {
1749
1776
  dashboard_element_id = encodeParam(dashboard_element_id);
1750
1777
  return sdk.delete("/dashboard_elements/".concat(dashboard_element_id), null, null, options);
1751
1778
  });
1752
1779
 
1753
- return function delete_dashboard_element(_x529, _x530, _x531) {
1754
- return _ref164.apply(this, arguments);
1780
+ return function delete_dashboard_element(_x537, _x538, _x539) {
1781
+ return _ref167.apply(this, arguments);
1755
1782
  };
1756
1783
  }();
1757
1784
  export var dashboard_dashboard_elements = function () {
1758
- var _ref165 = _asyncToGenerator(function* (sdk, dashboard_id, fields, options) {
1785
+ var _ref168 = _asyncToGenerator(function* (sdk, dashboard_id, fields, options) {
1759
1786
  dashboard_id = encodeParam(dashboard_id);
1760
1787
  return sdk.get("/dashboards/".concat(dashboard_id, "/dashboard_elements"), {
1761
1788
  fields
1762
1789
  }, null, options);
1763
1790
  });
1764
1791
 
1765
- return function dashboard_dashboard_elements(_x532, _x533, _x534, _x535) {
1766
- return _ref165.apply(this, arguments);
1792
+ return function dashboard_dashboard_elements(_x540, _x541, _x542, _x543) {
1793
+ return _ref168.apply(this, arguments);
1767
1794
  };
1768
1795
  }();
1769
1796
  export var create_dashboard_element = function () {
1770
- var _ref166 = _asyncToGenerator(function* (sdk, body, fields, options) {
1797
+ var _ref169 = _asyncToGenerator(function* (sdk, body, fields, options) {
1771
1798
  return sdk.post('/dashboard_elements', {
1772
1799
  fields
1773
1800
  }, body, options);
1774
1801
  });
1775
1802
 
1776
- return function create_dashboard_element(_x536, _x537, _x538, _x539) {
1777
- return _ref166.apply(this, arguments);
1803
+ return function create_dashboard_element(_x544, _x545, _x546, _x547) {
1804
+ return _ref169.apply(this, arguments);
1778
1805
  };
1779
1806
  }();
1780
1807
  export var dashboard_filter = function () {
1781
- var _ref167 = _asyncToGenerator(function* (sdk, dashboard_filter_id, fields, options) {
1808
+ var _ref170 = _asyncToGenerator(function* (sdk, dashboard_filter_id, fields, options) {
1782
1809
  dashboard_filter_id = encodeParam(dashboard_filter_id);
1783
1810
  return sdk.get("/dashboard_filters/".concat(dashboard_filter_id), {
1784
1811
  fields
1785
1812
  }, null, options);
1786
1813
  });
1787
1814
 
1788
- return function dashboard_filter(_x540, _x541, _x542, _x543) {
1789
- return _ref167.apply(this, arguments);
1815
+ return function dashboard_filter(_x548, _x549, _x550, _x551) {
1816
+ return _ref170.apply(this, arguments);
1790
1817
  };
1791
1818
  }();
1792
1819
  export var update_dashboard_filter = function () {
1793
- var _ref168 = _asyncToGenerator(function* (sdk, dashboard_filter_id, body, fields, options) {
1820
+ var _ref171 = _asyncToGenerator(function* (sdk, dashboard_filter_id, body, fields, options) {
1794
1821
  dashboard_filter_id = encodeParam(dashboard_filter_id);
1795
1822
  return sdk.patch("/dashboard_filters/".concat(dashboard_filter_id), {
1796
1823
  fields
1797
1824
  }, body, options);
1798
1825
  });
1799
1826
 
1800
- return function update_dashboard_filter(_x544, _x545, _x546, _x547, _x548) {
1801
- return _ref168.apply(this, arguments);
1827
+ return function update_dashboard_filter(_x552, _x553, _x554, _x555, _x556) {
1828
+ return _ref171.apply(this, arguments);
1802
1829
  };
1803
1830
  }();
1804
1831
  export var delete_dashboard_filter = function () {
1805
- var _ref169 = _asyncToGenerator(function* (sdk, dashboard_filter_id, options) {
1832
+ var _ref172 = _asyncToGenerator(function* (sdk, dashboard_filter_id, options) {
1806
1833
  dashboard_filter_id = encodeParam(dashboard_filter_id);
1807
1834
  return sdk.delete("/dashboard_filters/".concat(dashboard_filter_id), null, null, options);
1808
1835
  });
1809
1836
 
1810
- return function delete_dashboard_filter(_x549, _x550, _x551) {
1811
- return _ref169.apply(this, arguments);
1837
+ return function delete_dashboard_filter(_x557, _x558, _x559) {
1838
+ return _ref172.apply(this, arguments);
1812
1839
  };
1813
1840
  }();
1814
1841
  export var dashboard_dashboard_filters = function () {
1815
- var _ref170 = _asyncToGenerator(function* (sdk, dashboard_id, fields, options) {
1842
+ var _ref173 = _asyncToGenerator(function* (sdk, dashboard_id, fields, options) {
1816
1843
  dashboard_id = encodeParam(dashboard_id);
1817
1844
  return sdk.get("/dashboards/".concat(dashboard_id, "/dashboard_filters"), {
1818
1845
  fields
1819
1846
  }, null, options);
1820
1847
  });
1821
1848
 
1822
- return function dashboard_dashboard_filters(_x552, _x553, _x554, _x555) {
1823
- return _ref170.apply(this, arguments);
1849
+ return function dashboard_dashboard_filters(_x560, _x561, _x562, _x563) {
1850
+ return _ref173.apply(this, arguments);
1824
1851
  };
1825
1852
  }();
1826
1853
  export var create_dashboard_filter = function () {
1827
- var _ref171 = _asyncToGenerator(function* (sdk, body, fields, options) {
1854
+ var _ref174 = _asyncToGenerator(function* (sdk, body, fields, options) {
1828
1855
  return sdk.post('/dashboard_filters', {
1829
1856
  fields
1830
1857
  }, body, options);
1831
1858
  });
1832
1859
 
1833
- return function create_dashboard_filter(_x556, _x557, _x558, _x559) {
1834
- return _ref171.apply(this, arguments);
1860
+ return function create_dashboard_filter(_x564, _x565, _x566, _x567) {
1861
+ return _ref174.apply(this, arguments);
1835
1862
  };
1836
1863
  }();
1837
1864
  export var dashboard_layout_component = function () {
1838
- var _ref172 = _asyncToGenerator(function* (sdk, dashboard_layout_component_id, fields, options) {
1865
+ var _ref175 = _asyncToGenerator(function* (sdk, dashboard_layout_component_id, fields, options) {
1839
1866
  dashboard_layout_component_id = encodeParam(dashboard_layout_component_id);
1840
1867
  return sdk.get("/dashboard_layout_components/".concat(dashboard_layout_component_id), {
1841
1868
  fields
1842
1869
  }, null, options);
1843
1870
  });
1844
1871
 
1845
- return function dashboard_layout_component(_x560, _x561, _x562, _x563) {
1846
- return _ref172.apply(this, arguments);
1872
+ return function dashboard_layout_component(_x568, _x569, _x570, _x571) {
1873
+ return _ref175.apply(this, arguments);
1847
1874
  };
1848
1875
  }();
1849
1876
  export var update_dashboard_layout_component = function () {
1850
- var _ref173 = _asyncToGenerator(function* (sdk, dashboard_layout_component_id, body, fields, options) {
1877
+ var _ref176 = _asyncToGenerator(function* (sdk, dashboard_layout_component_id, body, fields, options) {
1851
1878
  dashboard_layout_component_id = encodeParam(dashboard_layout_component_id);
1852
1879
  return sdk.patch("/dashboard_layout_components/".concat(dashboard_layout_component_id), {
1853
1880
  fields
1854
1881
  }, body, options);
1855
1882
  });
1856
1883
 
1857
- return function update_dashboard_layout_component(_x564, _x565, _x566, _x567, _x568) {
1858
- return _ref173.apply(this, arguments);
1884
+ return function update_dashboard_layout_component(_x572, _x573, _x574, _x575, _x576) {
1885
+ return _ref176.apply(this, arguments);
1859
1886
  };
1860
1887
  }();
1861
1888
  export var dashboard_layout_dashboard_layout_components = function () {
1862
- var _ref174 = _asyncToGenerator(function* (sdk, dashboard_layout_id, fields, options) {
1889
+ var _ref177 = _asyncToGenerator(function* (sdk, dashboard_layout_id, fields, options) {
1863
1890
  dashboard_layout_id = encodeParam(dashboard_layout_id);
1864
1891
  return sdk.get("/dashboard_layouts/".concat(dashboard_layout_id, "/dashboard_layout_components"), {
1865
1892
  fields
1866
1893
  }, null, options);
1867
1894
  });
1868
1895
 
1869
- return function dashboard_layout_dashboard_layout_components(_x569, _x570, _x571, _x572) {
1870
- return _ref174.apply(this, arguments);
1896
+ return function dashboard_layout_dashboard_layout_components(_x577, _x578, _x579, _x580) {
1897
+ return _ref177.apply(this, arguments);
1871
1898
  };
1872
1899
  }();
1873
1900
  export var dashboard_layout = function () {
1874
- var _ref175 = _asyncToGenerator(function* (sdk, dashboard_layout_id, fields, options) {
1901
+ var _ref178 = _asyncToGenerator(function* (sdk, dashboard_layout_id, fields, options) {
1875
1902
  dashboard_layout_id = encodeParam(dashboard_layout_id);
1876
1903
  return sdk.get("/dashboard_layouts/".concat(dashboard_layout_id), {
1877
1904
  fields
1878
1905
  }, null, options);
1879
1906
  });
1880
1907
 
1881
- return function dashboard_layout(_x573, _x574, _x575, _x576) {
1882
- return _ref175.apply(this, arguments);
1908
+ return function dashboard_layout(_x581, _x582, _x583, _x584) {
1909
+ return _ref178.apply(this, arguments);
1883
1910
  };
1884
1911
  }();
1885
1912
  export var update_dashboard_layout = function () {
1886
- var _ref176 = _asyncToGenerator(function* (sdk, dashboard_layout_id, body, fields, options) {
1913
+ var _ref179 = _asyncToGenerator(function* (sdk, dashboard_layout_id, body, fields, options) {
1887
1914
  dashboard_layout_id = encodeParam(dashboard_layout_id);
1888
1915
  return sdk.patch("/dashboard_layouts/".concat(dashboard_layout_id), {
1889
1916
  fields
1890
1917
  }, body, options);
1891
1918
  });
1892
1919
 
1893
- return function update_dashboard_layout(_x577, _x578, _x579, _x580, _x581) {
1894
- return _ref176.apply(this, arguments);
1920
+ return function update_dashboard_layout(_x585, _x586, _x587, _x588, _x589) {
1921
+ return _ref179.apply(this, arguments);
1895
1922
  };
1896
1923
  }();
1897
1924
  export var delete_dashboard_layout = function () {
1898
- var _ref177 = _asyncToGenerator(function* (sdk, dashboard_layout_id, options) {
1925
+ var _ref180 = _asyncToGenerator(function* (sdk, dashboard_layout_id, options) {
1899
1926
  dashboard_layout_id = encodeParam(dashboard_layout_id);
1900
1927
  return sdk.delete("/dashboard_layouts/".concat(dashboard_layout_id), null, null, options);
1901
1928
  });
1902
1929
 
1903
- return function delete_dashboard_layout(_x582, _x583, _x584) {
1904
- return _ref177.apply(this, arguments);
1930
+ return function delete_dashboard_layout(_x590, _x591, _x592) {
1931
+ return _ref180.apply(this, arguments);
1905
1932
  };
1906
1933
  }();
1907
1934
  export var dashboard_dashboard_layouts = function () {
1908
- var _ref178 = _asyncToGenerator(function* (sdk, dashboard_id, fields, options) {
1935
+ var _ref181 = _asyncToGenerator(function* (sdk, dashboard_id, fields, options) {
1909
1936
  dashboard_id = encodeParam(dashboard_id);
1910
1937
  return sdk.get("/dashboards/".concat(dashboard_id, "/dashboard_layouts"), {
1911
1938
  fields
1912
1939
  }, null, options);
1913
1940
  });
1914
1941
 
1915
- return function dashboard_dashboard_layouts(_x585, _x586, _x587, _x588) {
1916
- return _ref178.apply(this, arguments);
1942
+ return function dashboard_dashboard_layouts(_x593, _x594, _x595, _x596) {
1943
+ return _ref181.apply(this, arguments);
1917
1944
  };
1918
1945
  }();
1919
1946
  export var create_dashboard_layout = function () {
1920
- var _ref179 = _asyncToGenerator(function* (sdk, body, fields, options) {
1947
+ var _ref182 = _asyncToGenerator(function* (sdk, body, fields, options) {
1921
1948
  return sdk.post('/dashboard_layouts', {
1922
1949
  fields
1923
1950
  }, body, options);
1924
1951
  });
1925
1952
 
1926
- return function create_dashboard_layout(_x589, _x590, _x591, _x592) {
1927
- return _ref179.apply(this, arguments);
1953
+ return function create_dashboard_layout(_x597, _x598, _x599, _x600) {
1954
+ return _ref182.apply(this, arguments);
1928
1955
  };
1929
1956
  }();
1930
1957
  export var perform_data_action = function () {
1931
- var _ref180 = _asyncToGenerator(function* (sdk, body, options) {
1958
+ var _ref183 = _asyncToGenerator(function* (sdk, body, options) {
1932
1959
  return sdk.post('/data_actions', null, body, options);
1933
1960
  });
1934
1961
 
1935
- return function perform_data_action(_x593, _x594, _x595) {
1936
- return _ref180.apply(this, arguments);
1962
+ return function perform_data_action(_x601, _x602, _x603) {
1963
+ return _ref183.apply(this, arguments);
1937
1964
  };
1938
1965
  }();
1939
1966
  export var fetch_remote_data_action_form = function () {
1940
- var _ref181 = _asyncToGenerator(function* (sdk, body, options) {
1967
+ var _ref184 = _asyncToGenerator(function* (sdk, body, options) {
1941
1968
  return sdk.post('/data_actions/form', null, body, options);
1942
1969
  });
1943
1970
 
1944
- return function fetch_remote_data_action_form(_x596, _x597, _x598) {
1945
- return _ref181.apply(this, arguments);
1971
+ return function fetch_remote_data_action_form(_x604, _x605, _x606) {
1972
+ return _ref184.apply(this, arguments);
1946
1973
  };
1947
1974
  }();
1948
1975
  export var all_datagroups = function () {
1949
- var _ref182 = _asyncToGenerator(function* (sdk, options) {
1976
+ var _ref185 = _asyncToGenerator(function* (sdk, options) {
1950
1977
  return sdk.get('/datagroups', null, null, options);
1951
1978
  });
1952
1979
 
1953
- return function all_datagroups(_x599, _x600) {
1954
- return _ref182.apply(this, arguments);
1980
+ return function all_datagroups(_x607, _x608) {
1981
+ return _ref185.apply(this, arguments);
1955
1982
  };
1956
1983
  }();
1957
1984
  export var datagroup = function () {
1958
- var _ref183 = _asyncToGenerator(function* (sdk, datagroup_id, options) {
1985
+ var _ref186 = _asyncToGenerator(function* (sdk, datagroup_id, options) {
1959
1986
  return sdk.get("/datagroups/".concat(datagroup_id), null, null, options);
1960
1987
  });
1961
1988
 
1962
- return function datagroup(_x601, _x602, _x603) {
1963
- return _ref183.apply(this, arguments);
1989
+ return function datagroup(_x609, _x610, _x611) {
1990
+ return _ref186.apply(this, arguments);
1964
1991
  };
1965
1992
  }();
1966
1993
  export var update_datagroup = function () {
1967
- var _ref184 = _asyncToGenerator(function* (sdk, datagroup_id, body, options) {
1994
+ var _ref187 = _asyncToGenerator(function* (sdk, datagroup_id, body, options) {
1968
1995
  return sdk.patch("/datagroups/".concat(datagroup_id), null, body, options);
1969
1996
  });
1970
1997
 
1971
- return function update_datagroup(_x604, _x605, _x606, _x607) {
1972
- return _ref184.apply(this, arguments);
1998
+ return function update_datagroup(_x612, _x613, _x614, _x615) {
1999
+ return _ref187.apply(this, arguments);
1973
2000
  };
1974
2001
  }();
1975
2002
  export var graph_derived_tables_for_model = function () {
1976
- var _ref185 = _asyncToGenerator(function* (sdk, request, options) {
2003
+ var _ref188 = _asyncToGenerator(function* (sdk, request, options) {
1977
2004
  request.model = encodeParam(request.model);
1978
2005
  return sdk.get("/derived_table/graph/model/".concat(request.model), {
1979
2006
  format: request.format,
@@ -1981,12 +2008,12 @@ export var graph_derived_tables_for_model = function () {
1981
2008
  }, null, options);
1982
2009
  });
1983
2010
 
1984
- return function graph_derived_tables_for_model(_x608, _x609, _x610) {
1985
- return _ref185.apply(this, arguments);
2011
+ return function graph_derived_tables_for_model(_x616, _x617, _x618) {
2012
+ return _ref188.apply(this, arguments);
1986
2013
  };
1987
2014
  }();
1988
2015
  export var graph_derived_tables_for_view = function () {
1989
- var _ref186 = _asyncToGenerator(function* (sdk, request, options) {
2016
+ var _ref189 = _asyncToGenerator(function* (sdk, request, options) {
1990
2017
  request.view = encodeParam(request.view);
1991
2018
  return sdk.get("/derived_table/graph/view/".concat(request.view), {
1992
2019
  models: request.models,
@@ -1994,12 +2021,50 @@ export var graph_derived_tables_for_view = function () {
1994
2021
  }, null, options);
1995
2022
  });
1996
2023
 
1997
- return function graph_derived_tables_for_view(_x611, _x612, _x613) {
1998
- return _ref186.apply(this, arguments);
2024
+ return function graph_derived_tables_for_view(_x619, _x620, _x621) {
2025
+ return _ref189.apply(this, arguments);
2026
+ };
2027
+ }();
2028
+ export var start_pdt_build = function () {
2029
+ var _ref190 = _asyncToGenerator(function* (sdk, request, options) {
2030
+ request.model_name = encodeParam(request.model_name);
2031
+ request.view_name = encodeParam(request.view_name);
2032
+ return sdk.get("/derived_table/".concat(request.model_name, "/").concat(request.view_name, "/start"), {
2033
+ force_rebuild: request.force_rebuild,
2034
+ force_full_incremental: request.force_full_incremental,
2035
+ workspace: request.workspace,
2036
+ source: request.source
2037
+ }, null, options);
2038
+ });
2039
+
2040
+ return function start_pdt_build(_x622, _x623, _x624) {
2041
+ return _ref190.apply(this, arguments);
2042
+ };
2043
+ }();
2044
+ export var check_pdt_build = function () {
2045
+ var _ref191 = _asyncToGenerator(function* (sdk, materialization_id, options) {
2046
+ materialization_id = encodeParam(materialization_id);
2047
+ return sdk.get("/derived_table/".concat(materialization_id, "/status"), null, null, options);
2048
+ });
2049
+
2050
+ return function check_pdt_build(_x625, _x626, _x627) {
2051
+ return _ref191.apply(this, arguments);
2052
+ };
2053
+ }();
2054
+ export var stop_pdt_build = function () {
2055
+ var _ref192 = _asyncToGenerator(function* (sdk, materialization_id, source, options) {
2056
+ materialization_id = encodeParam(materialization_id);
2057
+ return sdk.get("/derived_table/".concat(materialization_id, "/stop"), {
2058
+ source
2059
+ }, null, options);
2060
+ });
2061
+
2062
+ return function stop_pdt_build(_x628, _x629, _x630, _x631) {
2063
+ return _ref192.apply(this, arguments);
1999
2064
  };
2000
2065
  }();
2001
2066
  export var search_folders = function () {
2002
- var _ref187 = _asyncToGenerator(function* (sdk, request, options) {
2067
+ var _ref193 = _asyncToGenerator(function* (sdk, request, options) {
2003
2068
  return sdk.get('/folders/search', {
2004
2069
  fields: request.fields,
2005
2070
  page: request.page,
@@ -2016,64 +2081,64 @@ export var search_folders = function () {
2016
2081
  }, null, options);
2017
2082
  });
2018
2083
 
2019
- return function search_folders(_x614, _x615, _x616) {
2020
- return _ref187.apply(this, arguments);
2084
+ return function search_folders(_x632, _x633, _x634) {
2085
+ return _ref193.apply(this, arguments);
2021
2086
  };
2022
2087
  }();
2023
2088
  export var folder = function () {
2024
- var _ref188 = _asyncToGenerator(function* (sdk, folder_id, fields, options) {
2089
+ var _ref194 = _asyncToGenerator(function* (sdk, folder_id, fields, options) {
2025
2090
  folder_id = encodeParam(folder_id);
2026
2091
  return sdk.get("/folders/".concat(folder_id), {
2027
2092
  fields
2028
2093
  }, null, options);
2029
2094
  });
2030
2095
 
2031
- return function folder(_x617, _x618, _x619, _x620) {
2032
- return _ref188.apply(this, arguments);
2096
+ return function folder(_x635, _x636, _x637, _x638) {
2097
+ return _ref194.apply(this, arguments);
2033
2098
  };
2034
2099
  }();
2035
2100
  export var update_folder = function () {
2036
- var _ref189 = _asyncToGenerator(function* (sdk, folder_id, body, options) {
2101
+ var _ref195 = _asyncToGenerator(function* (sdk, folder_id, body, options) {
2037
2102
  folder_id = encodeParam(folder_id);
2038
2103
  return sdk.patch("/folders/".concat(folder_id), null, body, options);
2039
2104
  });
2040
2105
 
2041
- return function update_folder(_x621, _x622, _x623, _x624) {
2042
- return _ref189.apply(this, arguments);
2106
+ return function update_folder(_x639, _x640, _x641, _x642) {
2107
+ return _ref195.apply(this, arguments);
2043
2108
  };
2044
2109
  }();
2045
2110
  export var delete_folder = function () {
2046
- var _ref190 = _asyncToGenerator(function* (sdk, folder_id, options) {
2111
+ var _ref196 = _asyncToGenerator(function* (sdk, folder_id, options) {
2047
2112
  folder_id = encodeParam(folder_id);
2048
2113
  return sdk.delete("/folders/".concat(folder_id), null, null, options);
2049
2114
  });
2050
2115
 
2051
- return function delete_folder(_x625, _x626, _x627) {
2052
- return _ref190.apply(this, arguments);
2116
+ return function delete_folder(_x643, _x644, _x645) {
2117
+ return _ref196.apply(this, arguments);
2053
2118
  };
2054
2119
  }();
2055
2120
  export var all_folders = function () {
2056
- var _ref191 = _asyncToGenerator(function* (sdk, fields, options) {
2121
+ var _ref197 = _asyncToGenerator(function* (sdk, fields, options) {
2057
2122
  return sdk.get('/folders', {
2058
2123
  fields
2059
2124
  }, null, options);
2060
2125
  });
2061
2126
 
2062
- return function all_folders(_x628, _x629, _x630) {
2063
- return _ref191.apply(this, arguments);
2127
+ return function all_folders(_x646, _x647, _x648) {
2128
+ return _ref197.apply(this, arguments);
2064
2129
  };
2065
2130
  }();
2066
2131
  export var create_folder = function () {
2067
- var _ref192 = _asyncToGenerator(function* (sdk, body, options) {
2132
+ var _ref198 = _asyncToGenerator(function* (sdk, body, options) {
2068
2133
  return sdk.post('/folders', null, body, options);
2069
2134
  });
2070
2135
 
2071
- return function create_folder(_x631, _x632, _x633) {
2072
- return _ref192.apply(this, arguments);
2136
+ return function create_folder(_x649, _x650, _x651) {
2137
+ return _ref198.apply(this, arguments);
2073
2138
  };
2074
2139
  }();
2075
2140
  export var folder_children = function () {
2076
- var _ref193 = _asyncToGenerator(function* (sdk, request, options) {
2141
+ var _ref199 = _asyncToGenerator(function* (sdk, request, options) {
2077
2142
  request.folder_id = encodeParam(request.folder_id);
2078
2143
  return sdk.get("/folders/".concat(request.folder_id, "/children"), {
2079
2144
  fields: request.fields,
@@ -2083,12 +2148,12 @@ export var folder_children = function () {
2083
2148
  }, null, options);
2084
2149
  });
2085
2150
 
2086
- return function folder_children(_x634, _x635, _x636) {
2087
- return _ref193.apply(this, arguments);
2151
+ return function folder_children(_x652, _x653, _x654) {
2152
+ return _ref199.apply(this, arguments);
2088
2153
  };
2089
2154
  }();
2090
2155
  export var folder_children_search = function () {
2091
- var _ref194 = _asyncToGenerator(function* (sdk, request, options) {
2156
+ var _ref200 = _asyncToGenerator(function* (sdk, request, options) {
2092
2157
  request.folder_id = encodeParam(request.folder_id);
2093
2158
  return sdk.get("/folders/".concat(request.folder_id, "/children/search"), {
2094
2159
  fields: request.fields,
@@ -2097,60 +2162,60 @@ export var folder_children_search = function () {
2097
2162
  }, null, options);
2098
2163
  });
2099
2164
 
2100
- return function folder_children_search(_x637, _x638, _x639) {
2101
- return _ref194.apply(this, arguments);
2165
+ return function folder_children_search(_x655, _x656, _x657) {
2166
+ return _ref200.apply(this, arguments);
2102
2167
  };
2103
2168
  }();
2104
2169
  export var folder_parent = function () {
2105
- var _ref195 = _asyncToGenerator(function* (sdk, folder_id, fields, options) {
2170
+ var _ref201 = _asyncToGenerator(function* (sdk, folder_id, fields, options) {
2106
2171
  folder_id = encodeParam(folder_id);
2107
2172
  return sdk.get("/folders/".concat(folder_id, "/parent"), {
2108
2173
  fields
2109
2174
  }, null, options);
2110
2175
  });
2111
2176
 
2112
- return function folder_parent(_x640, _x641, _x642, _x643) {
2113
- return _ref195.apply(this, arguments);
2177
+ return function folder_parent(_x658, _x659, _x660, _x661) {
2178
+ return _ref201.apply(this, arguments);
2114
2179
  };
2115
2180
  }();
2116
2181
  export var folder_ancestors = function () {
2117
- var _ref196 = _asyncToGenerator(function* (sdk, folder_id, fields, options) {
2182
+ var _ref202 = _asyncToGenerator(function* (sdk, folder_id, fields, options) {
2118
2183
  folder_id = encodeParam(folder_id);
2119
2184
  return sdk.get("/folders/".concat(folder_id, "/ancestors"), {
2120
2185
  fields
2121
2186
  }, null, options);
2122
2187
  });
2123
2188
 
2124
- return function folder_ancestors(_x644, _x645, _x646, _x647) {
2125
- return _ref196.apply(this, arguments);
2189
+ return function folder_ancestors(_x662, _x663, _x664, _x665) {
2190
+ return _ref202.apply(this, arguments);
2126
2191
  };
2127
2192
  }();
2128
2193
  export var folder_looks = function () {
2129
- var _ref197 = _asyncToGenerator(function* (sdk, folder_id, fields, options) {
2194
+ var _ref203 = _asyncToGenerator(function* (sdk, folder_id, fields, options) {
2130
2195
  folder_id = encodeParam(folder_id);
2131
2196
  return sdk.get("/folders/".concat(folder_id, "/looks"), {
2132
2197
  fields
2133
2198
  }, null, options);
2134
2199
  });
2135
2200
 
2136
- return function folder_looks(_x648, _x649, _x650, _x651) {
2137
- return _ref197.apply(this, arguments);
2201
+ return function folder_looks(_x666, _x667, _x668, _x669) {
2202
+ return _ref203.apply(this, arguments);
2138
2203
  };
2139
2204
  }();
2140
2205
  export var folder_dashboards = function () {
2141
- var _ref198 = _asyncToGenerator(function* (sdk, folder_id, fields, options) {
2206
+ var _ref204 = _asyncToGenerator(function* (sdk, folder_id, fields, options) {
2142
2207
  folder_id = encodeParam(folder_id);
2143
2208
  return sdk.get("/folders/".concat(folder_id, "/dashboards"), {
2144
2209
  fields
2145
2210
  }, null, options);
2146
2211
  });
2147
2212
 
2148
- return function folder_dashboards(_x652, _x653, _x654, _x655) {
2149
- return _ref198.apply(this, arguments);
2213
+ return function folder_dashboards(_x670, _x671, _x672, _x673) {
2214
+ return _ref204.apply(this, arguments);
2150
2215
  };
2151
2216
  }();
2152
2217
  export var all_groups = function () {
2153
- var _ref199 = _asyncToGenerator(function* (sdk, request, options) {
2218
+ var _ref205 = _asyncToGenerator(function* (sdk, request, options) {
2154
2219
  return sdk.get('/groups', {
2155
2220
  fields: request.fields,
2156
2221
  page: request.page,
@@ -2162,23 +2227,23 @@ export var all_groups = function () {
2162
2227
  }, null, options);
2163
2228
  });
2164
2229
 
2165
- return function all_groups(_x656, _x657, _x658) {
2166
- return _ref199.apply(this, arguments);
2230
+ return function all_groups(_x674, _x675, _x676) {
2231
+ return _ref205.apply(this, arguments);
2167
2232
  };
2168
2233
  }();
2169
2234
  export var create_group = function () {
2170
- var _ref200 = _asyncToGenerator(function* (sdk, body, fields, options) {
2235
+ var _ref206 = _asyncToGenerator(function* (sdk, body, fields, options) {
2171
2236
  return sdk.post('/groups', {
2172
2237
  fields
2173
2238
  }, body, options);
2174
2239
  });
2175
2240
 
2176
- return function create_group(_x659, _x660, _x661, _x662) {
2177
- return _ref200.apply(this, arguments);
2241
+ return function create_group(_x677, _x678, _x679, _x680) {
2242
+ return _ref206.apply(this, arguments);
2178
2243
  };
2179
2244
  }();
2180
2245
  export var search_groups = function () {
2181
- var _ref201 = _asyncToGenerator(function* (sdk, request, options) {
2246
+ var _ref207 = _asyncToGenerator(function* (sdk, request, options) {
2182
2247
  return sdk.get('/groups/search', {
2183
2248
  fields: request.fields,
2184
2249
  limit: request.limit,
@@ -2193,12 +2258,12 @@ export var search_groups = function () {
2193
2258
  }, null, options);
2194
2259
  });
2195
2260
 
2196
- return function search_groups(_x663, _x664, _x665) {
2197
- return _ref201.apply(this, arguments);
2261
+ return function search_groups(_x681, _x682, _x683) {
2262
+ return _ref207.apply(this, arguments);
2198
2263
  };
2199
2264
  }();
2200
2265
  export var search_groups_with_roles = function () {
2201
- var _ref202 = _asyncToGenerator(function* (sdk, request, options) {
2266
+ var _ref208 = _asyncToGenerator(function* (sdk, request, options) {
2202
2267
  return sdk.get('/groups/search/with_roles', {
2203
2268
  fields: request.fields,
2204
2269
  limit: request.limit,
@@ -2213,12 +2278,12 @@ export var search_groups_with_roles = function () {
2213
2278
  }, null, options);
2214
2279
  });
2215
2280
 
2216
- return function search_groups_with_roles(_x666, _x667, _x668) {
2217
- return _ref202.apply(this, arguments);
2281
+ return function search_groups_with_roles(_x684, _x685, _x686) {
2282
+ return _ref208.apply(this, arguments);
2218
2283
  };
2219
2284
  }();
2220
2285
  export var search_groups_with_hierarchy = function () {
2221
- var _ref203 = _asyncToGenerator(function* (sdk, request, options) {
2286
+ var _ref209 = _asyncToGenerator(function* (sdk, request, options) {
2222
2287
  return sdk.get('/groups/search/with_hierarchy', {
2223
2288
  fields: request.fields,
2224
2289
  limit: request.limit,
@@ -2233,63 +2298,63 @@ export var search_groups_with_hierarchy = function () {
2233
2298
  }, null, options);
2234
2299
  });
2235
2300
 
2236
- return function search_groups_with_hierarchy(_x669, _x670, _x671) {
2237
- return _ref203.apply(this, arguments);
2301
+ return function search_groups_with_hierarchy(_x687, _x688, _x689) {
2302
+ return _ref209.apply(this, arguments);
2238
2303
  };
2239
2304
  }();
2240
2305
  export var group = function () {
2241
- var _ref204 = _asyncToGenerator(function* (sdk, group_id, fields, options) {
2306
+ var _ref210 = _asyncToGenerator(function* (sdk, group_id, fields, options) {
2242
2307
  return sdk.get("/groups/".concat(group_id), {
2243
2308
  fields
2244
2309
  }, null, options);
2245
2310
  });
2246
2311
 
2247
- return function group(_x672, _x673, _x674, _x675) {
2248
- return _ref204.apply(this, arguments);
2312
+ return function group(_x690, _x691, _x692, _x693) {
2313
+ return _ref210.apply(this, arguments);
2249
2314
  };
2250
2315
  }();
2251
2316
  export var update_group = function () {
2252
- var _ref205 = _asyncToGenerator(function* (sdk, group_id, body, fields, options) {
2317
+ var _ref211 = _asyncToGenerator(function* (sdk, group_id, body, fields, options) {
2253
2318
  return sdk.patch("/groups/".concat(group_id), {
2254
2319
  fields
2255
2320
  }, body, options);
2256
2321
  });
2257
2322
 
2258
- return function update_group(_x676, _x677, _x678, _x679, _x680) {
2259
- return _ref205.apply(this, arguments);
2323
+ return function update_group(_x694, _x695, _x696, _x697, _x698) {
2324
+ return _ref211.apply(this, arguments);
2260
2325
  };
2261
2326
  }();
2262
2327
  export var delete_group = function () {
2263
- var _ref206 = _asyncToGenerator(function* (sdk, group_id, options) {
2328
+ var _ref212 = _asyncToGenerator(function* (sdk, group_id, options) {
2264
2329
  return sdk.delete("/groups/".concat(group_id), null, null, options);
2265
2330
  });
2266
2331
 
2267
- return function delete_group(_x681, _x682, _x683) {
2268
- return _ref206.apply(this, arguments);
2332
+ return function delete_group(_x699, _x700, _x701) {
2333
+ return _ref212.apply(this, arguments);
2269
2334
  };
2270
2335
  }();
2271
2336
  export var all_group_groups = function () {
2272
- var _ref207 = _asyncToGenerator(function* (sdk, group_id, fields, options) {
2337
+ var _ref213 = _asyncToGenerator(function* (sdk, group_id, fields, options) {
2273
2338
  return sdk.get("/groups/".concat(group_id, "/groups"), {
2274
2339
  fields
2275
2340
  }, null, options);
2276
2341
  });
2277
2342
 
2278
- return function all_group_groups(_x684, _x685, _x686, _x687) {
2279
- return _ref207.apply(this, arguments);
2343
+ return function all_group_groups(_x702, _x703, _x704, _x705) {
2344
+ return _ref213.apply(this, arguments);
2280
2345
  };
2281
2346
  }();
2282
2347
  export var add_group_group = function () {
2283
- var _ref208 = _asyncToGenerator(function* (sdk, group_id, body, options) {
2348
+ var _ref214 = _asyncToGenerator(function* (sdk, group_id, body, options) {
2284
2349
  return sdk.post("/groups/".concat(group_id, "/groups"), null, body, options);
2285
2350
  });
2286
2351
 
2287
- return function add_group_group(_x688, _x689, _x690, _x691) {
2288
- return _ref208.apply(this, arguments);
2352
+ return function add_group_group(_x706, _x707, _x708, _x709) {
2353
+ return _ref214.apply(this, arguments);
2289
2354
  };
2290
2355
  }();
2291
2356
  export var all_group_users = function () {
2292
- var _ref209 = _asyncToGenerator(function* (sdk, request, options) {
2357
+ var _ref215 = _asyncToGenerator(function* (sdk, request, options) {
2293
2358
  return sdk.get("/groups/".concat(request.group_id, "/users"), {
2294
2359
  fields: request.fields,
2295
2360
  page: request.page,
@@ -2298,208 +2363,208 @@ export var all_group_users = function () {
2298
2363
  }, null, options);
2299
2364
  });
2300
2365
 
2301
- return function all_group_users(_x692, _x693, _x694) {
2302
- return _ref209.apply(this, arguments);
2366
+ return function all_group_users(_x710, _x711, _x712) {
2367
+ return _ref215.apply(this, arguments);
2303
2368
  };
2304
2369
  }();
2305
2370
  export var add_group_user = function () {
2306
- var _ref210 = _asyncToGenerator(function* (sdk, group_id, body, options) {
2371
+ var _ref216 = _asyncToGenerator(function* (sdk, group_id, body, options) {
2307
2372
  return sdk.post("/groups/".concat(group_id, "/users"), null, body, options);
2308
2373
  });
2309
2374
 
2310
- return function add_group_user(_x695, _x696, _x697, _x698) {
2311
- return _ref210.apply(this, arguments);
2375
+ return function add_group_user(_x713, _x714, _x715, _x716) {
2376
+ return _ref216.apply(this, arguments);
2312
2377
  };
2313
2378
  }();
2314
2379
  export var delete_group_user = function () {
2315
- var _ref211 = _asyncToGenerator(function* (sdk, group_id, user_id, options) {
2380
+ var _ref217 = _asyncToGenerator(function* (sdk, group_id, user_id, options) {
2316
2381
  return sdk.delete("/groups/".concat(group_id, "/users/").concat(user_id), null, null, options);
2317
2382
  });
2318
2383
 
2319
- return function delete_group_user(_x699, _x700, _x701, _x702) {
2320
- return _ref211.apply(this, arguments);
2384
+ return function delete_group_user(_x717, _x718, _x719, _x720) {
2385
+ return _ref217.apply(this, arguments);
2321
2386
  };
2322
2387
  }();
2323
2388
  export var delete_group_from_group = function () {
2324
- var _ref212 = _asyncToGenerator(function* (sdk, group_id, deleting_group_id, options) {
2389
+ var _ref218 = _asyncToGenerator(function* (sdk, group_id, deleting_group_id, options) {
2325
2390
  return sdk.delete("/groups/".concat(group_id, "/groups/").concat(deleting_group_id), null, null, options);
2326
2391
  });
2327
2392
 
2328
- return function delete_group_from_group(_x703, _x704, _x705, _x706) {
2329
- return _ref212.apply(this, arguments);
2393
+ return function delete_group_from_group(_x721, _x722, _x723, _x724) {
2394
+ return _ref218.apply(this, arguments);
2330
2395
  };
2331
2396
  }();
2332
2397
  export var update_user_attribute_group_value = function () {
2333
- var _ref213 = _asyncToGenerator(function* (sdk, group_id, user_attribute_id, body, options) {
2398
+ var _ref219 = _asyncToGenerator(function* (sdk, group_id, user_attribute_id, body, options) {
2334
2399
  return sdk.patch("/groups/".concat(group_id, "/attribute_values/").concat(user_attribute_id), null, body, options);
2335
2400
  });
2336
2401
 
2337
- return function update_user_attribute_group_value(_x707, _x708, _x709, _x710, _x711) {
2338
- return _ref213.apply(this, arguments);
2402
+ return function update_user_attribute_group_value(_x725, _x726, _x727, _x728, _x729) {
2403
+ return _ref219.apply(this, arguments);
2339
2404
  };
2340
2405
  }();
2341
2406
  export var delete_user_attribute_group_value = function () {
2342
- var _ref214 = _asyncToGenerator(function* (sdk, group_id, user_attribute_id, options) {
2407
+ var _ref220 = _asyncToGenerator(function* (sdk, group_id, user_attribute_id, options) {
2343
2408
  return sdk.delete("/groups/".concat(group_id, "/attribute_values/").concat(user_attribute_id), null, null, options);
2344
2409
  });
2345
2410
 
2346
- return function delete_user_attribute_group_value(_x712, _x713, _x714, _x715) {
2347
- return _ref214.apply(this, arguments);
2411
+ return function delete_user_attribute_group_value(_x730, _x731, _x732, _x733) {
2412
+ return _ref220.apply(this, arguments);
2348
2413
  };
2349
2414
  }();
2350
2415
  export var all_primary_homepage_sections = function () {
2351
- var _ref215 = _asyncToGenerator(function* (sdk, fields, options) {
2416
+ var _ref221 = _asyncToGenerator(function* (sdk, fields, options) {
2352
2417
  return sdk.get('/primary_homepage_sections', {
2353
2418
  fields
2354
2419
  }, null, options);
2355
2420
  });
2356
2421
 
2357
- return function all_primary_homepage_sections(_x716, _x717, _x718) {
2358
- return _ref215.apply(this, arguments);
2422
+ return function all_primary_homepage_sections(_x734, _x735, _x736) {
2423
+ return _ref221.apply(this, arguments);
2359
2424
  };
2360
2425
  }();
2361
2426
  export var all_integration_hubs = function () {
2362
- var _ref216 = _asyncToGenerator(function* (sdk, fields, options) {
2427
+ var _ref222 = _asyncToGenerator(function* (sdk, fields, options) {
2363
2428
  return sdk.get('/integration_hubs', {
2364
2429
  fields
2365
2430
  }, null, options);
2366
2431
  });
2367
2432
 
2368
- return function all_integration_hubs(_x719, _x720, _x721) {
2369
- return _ref216.apply(this, arguments);
2433
+ return function all_integration_hubs(_x737, _x738, _x739) {
2434
+ return _ref222.apply(this, arguments);
2370
2435
  };
2371
2436
  }();
2372
2437
  export var create_integration_hub = function () {
2373
- var _ref217 = _asyncToGenerator(function* (sdk, body, fields, options) {
2438
+ var _ref223 = _asyncToGenerator(function* (sdk, body, fields, options) {
2374
2439
  return sdk.post('/integration_hubs', {
2375
2440
  fields
2376
2441
  }, body, options);
2377
2442
  });
2378
2443
 
2379
- return function create_integration_hub(_x722, _x723, _x724, _x725) {
2380
- return _ref217.apply(this, arguments);
2444
+ return function create_integration_hub(_x740, _x741, _x742, _x743) {
2445
+ return _ref223.apply(this, arguments);
2381
2446
  };
2382
2447
  }();
2383
2448
  export var integration_hub = function () {
2384
- var _ref218 = _asyncToGenerator(function* (sdk, integration_hub_id, fields, options) {
2449
+ var _ref224 = _asyncToGenerator(function* (sdk, integration_hub_id, fields, options) {
2385
2450
  return sdk.get("/integration_hubs/".concat(integration_hub_id), {
2386
2451
  fields
2387
2452
  }, null, options);
2388
2453
  });
2389
2454
 
2390
- return function integration_hub(_x726, _x727, _x728, _x729) {
2391
- return _ref218.apply(this, arguments);
2455
+ return function integration_hub(_x744, _x745, _x746, _x747) {
2456
+ return _ref224.apply(this, arguments);
2392
2457
  };
2393
2458
  }();
2394
2459
  export var update_integration_hub = function () {
2395
- var _ref219 = _asyncToGenerator(function* (sdk, integration_hub_id, body, fields, options) {
2460
+ var _ref225 = _asyncToGenerator(function* (sdk, integration_hub_id, body, fields, options) {
2396
2461
  return sdk.patch("/integration_hubs/".concat(integration_hub_id), {
2397
2462
  fields
2398
2463
  }, body, options);
2399
2464
  });
2400
2465
 
2401
- return function update_integration_hub(_x730, _x731, _x732, _x733, _x734) {
2402
- return _ref219.apply(this, arguments);
2466
+ return function update_integration_hub(_x748, _x749, _x750, _x751, _x752) {
2467
+ return _ref225.apply(this, arguments);
2403
2468
  };
2404
2469
  }();
2405
2470
  export var delete_integration_hub = function () {
2406
- var _ref220 = _asyncToGenerator(function* (sdk, integration_hub_id, options) {
2471
+ var _ref226 = _asyncToGenerator(function* (sdk, integration_hub_id, options) {
2407
2472
  return sdk.delete("/integration_hubs/".concat(integration_hub_id), null, null, options);
2408
2473
  });
2409
2474
 
2410
- return function delete_integration_hub(_x735, _x736, _x737) {
2411
- return _ref220.apply(this, arguments);
2475
+ return function delete_integration_hub(_x753, _x754, _x755) {
2476
+ return _ref226.apply(this, arguments);
2412
2477
  };
2413
2478
  }();
2414
2479
  export var accept_integration_hub_legal_agreement = function () {
2415
- var _ref221 = _asyncToGenerator(function* (sdk, integration_hub_id, options) {
2480
+ var _ref227 = _asyncToGenerator(function* (sdk, integration_hub_id, options) {
2416
2481
  return sdk.post("/integration_hubs/".concat(integration_hub_id, "/accept_legal_agreement"), null, null, options);
2417
2482
  });
2418
2483
 
2419
- return function accept_integration_hub_legal_agreement(_x738, _x739, _x740) {
2420
- return _ref221.apply(this, arguments);
2484
+ return function accept_integration_hub_legal_agreement(_x756, _x757, _x758) {
2485
+ return _ref227.apply(this, arguments);
2421
2486
  };
2422
2487
  }();
2423
2488
  export var all_integrations = function () {
2424
- var _ref222 = _asyncToGenerator(function* (sdk, request, options) {
2489
+ var _ref228 = _asyncToGenerator(function* (sdk, request, options) {
2425
2490
  return sdk.get('/integrations', {
2426
2491
  fields: request.fields,
2427
2492
  integration_hub_id: request.integration_hub_id
2428
2493
  }, null, options);
2429
2494
  });
2430
2495
 
2431
- return function all_integrations(_x741, _x742, _x743) {
2432
- return _ref222.apply(this, arguments);
2496
+ return function all_integrations(_x759, _x760, _x761) {
2497
+ return _ref228.apply(this, arguments);
2433
2498
  };
2434
2499
  }();
2435
2500
  export var integration = function () {
2436
- var _ref223 = _asyncToGenerator(function* (sdk, integration_id, fields, options) {
2501
+ var _ref229 = _asyncToGenerator(function* (sdk, integration_id, fields, options) {
2437
2502
  integration_id = encodeParam(integration_id);
2438
2503
  return sdk.get("/integrations/".concat(integration_id), {
2439
2504
  fields
2440
2505
  }, null, options);
2441
2506
  });
2442
2507
 
2443
- return function integration(_x744, _x745, _x746, _x747) {
2444
- return _ref223.apply(this, arguments);
2508
+ return function integration(_x762, _x763, _x764, _x765) {
2509
+ return _ref229.apply(this, arguments);
2445
2510
  };
2446
2511
  }();
2447
2512
  export var update_integration = function () {
2448
- var _ref224 = _asyncToGenerator(function* (sdk, integration_id, body, fields, options) {
2513
+ var _ref230 = _asyncToGenerator(function* (sdk, integration_id, body, fields, options) {
2449
2514
  integration_id = encodeParam(integration_id);
2450
2515
  return sdk.patch("/integrations/".concat(integration_id), {
2451
2516
  fields
2452
2517
  }, body, options);
2453
2518
  });
2454
2519
 
2455
- return function update_integration(_x748, _x749, _x750, _x751, _x752) {
2456
- return _ref224.apply(this, arguments);
2520
+ return function update_integration(_x766, _x767, _x768, _x769, _x770) {
2521
+ return _ref230.apply(this, arguments);
2457
2522
  };
2458
2523
  }();
2459
2524
  export var fetch_integration_form = function () {
2460
- var _ref225 = _asyncToGenerator(function* (sdk, integration_id, body, options) {
2525
+ var _ref231 = _asyncToGenerator(function* (sdk, integration_id, body, options) {
2461
2526
  integration_id = encodeParam(integration_id);
2462
2527
  return sdk.post("/integrations/".concat(integration_id, "/form"), null, body, options);
2463
2528
  });
2464
2529
 
2465
- return function fetch_integration_form(_x753, _x754, _x755, _x756) {
2466
- return _ref225.apply(this, arguments);
2530
+ return function fetch_integration_form(_x771, _x772, _x773, _x774) {
2531
+ return _ref231.apply(this, arguments);
2467
2532
  };
2468
2533
  }();
2469
2534
  export var test_integration = function () {
2470
- var _ref226 = _asyncToGenerator(function* (sdk, integration_id, options) {
2535
+ var _ref232 = _asyncToGenerator(function* (sdk, integration_id, options) {
2471
2536
  integration_id = encodeParam(integration_id);
2472
2537
  return sdk.post("/integrations/".concat(integration_id, "/test"), null, null, options);
2473
2538
  });
2474
2539
 
2475
- return function test_integration(_x757, _x758, _x759) {
2476
- return _ref226.apply(this, arguments);
2540
+ return function test_integration(_x775, _x776, _x777) {
2541
+ return _ref232.apply(this, arguments);
2477
2542
  };
2478
2543
  }();
2479
2544
  export var all_looks = function () {
2480
- var _ref227 = _asyncToGenerator(function* (sdk, fields, options) {
2545
+ var _ref233 = _asyncToGenerator(function* (sdk, fields, options) {
2481
2546
  return sdk.get('/looks', {
2482
2547
  fields
2483
2548
  }, null, options);
2484
2549
  });
2485
2550
 
2486
- return function all_looks(_x760, _x761, _x762) {
2487
- return _ref227.apply(this, arguments);
2551
+ return function all_looks(_x778, _x779, _x780) {
2552
+ return _ref233.apply(this, arguments);
2488
2553
  };
2489
2554
  }();
2490
2555
  export var create_look = function () {
2491
- var _ref228 = _asyncToGenerator(function* (sdk, body, fields, options) {
2556
+ var _ref234 = _asyncToGenerator(function* (sdk, body, fields, options) {
2492
2557
  return sdk.post('/looks', {
2493
2558
  fields
2494
2559
  }, body, options);
2495
2560
  });
2496
2561
 
2497
- return function create_look(_x763, _x764, _x765, _x766) {
2498
- return _ref228.apply(this, arguments);
2562
+ return function create_look(_x781, _x782, _x783, _x784) {
2563
+ return _ref234.apply(this, arguments);
2499
2564
  };
2500
2565
  }();
2501
2566
  export var search_looks = function () {
2502
- var _ref229 = _asyncToGenerator(function* (sdk, request, options) {
2567
+ var _ref235 = _asyncToGenerator(function* (sdk, request, options) {
2503
2568
  return sdk.get('/looks/search', {
2504
2569
  id: request.id,
2505
2570
  title: request.title,
@@ -2522,46 +2587,46 @@ export var search_looks = function () {
2522
2587
  }, null, options);
2523
2588
  });
2524
2589
 
2525
- return function search_looks(_x767, _x768, _x769) {
2526
- return _ref229.apply(this, arguments);
2590
+ return function search_looks(_x785, _x786, _x787) {
2591
+ return _ref235.apply(this, arguments);
2527
2592
  };
2528
2593
  }();
2529
2594
  export var look = function () {
2530
- var _ref230 = _asyncToGenerator(function* (sdk, look_id, fields, options) {
2595
+ var _ref236 = _asyncToGenerator(function* (sdk, look_id, fields, options) {
2531
2596
  look_id = encodeParam(look_id);
2532
2597
  return sdk.get("/looks/".concat(look_id), {
2533
2598
  fields
2534
2599
  }, null, options);
2535
2600
  });
2536
2601
 
2537
- return function look(_x770, _x771, _x772, _x773) {
2538
- return _ref230.apply(this, arguments);
2602
+ return function look(_x788, _x789, _x790, _x791) {
2603
+ return _ref236.apply(this, arguments);
2539
2604
  };
2540
2605
  }();
2541
2606
  export var update_look = function () {
2542
- var _ref231 = _asyncToGenerator(function* (sdk, look_id, body, fields, options) {
2607
+ var _ref237 = _asyncToGenerator(function* (sdk, look_id, body, fields, options) {
2543
2608
  look_id = encodeParam(look_id);
2544
2609
  return sdk.patch("/looks/".concat(look_id), {
2545
2610
  fields
2546
2611
  }, body, options);
2547
2612
  });
2548
2613
 
2549
- return function update_look(_x774, _x775, _x776, _x777, _x778) {
2550
- return _ref231.apply(this, arguments);
2614
+ return function update_look(_x792, _x793, _x794, _x795, _x796) {
2615
+ return _ref237.apply(this, arguments);
2551
2616
  };
2552
2617
  }();
2553
2618
  export var delete_look = function () {
2554
- var _ref232 = _asyncToGenerator(function* (sdk, look_id, options) {
2619
+ var _ref238 = _asyncToGenerator(function* (sdk, look_id, options) {
2555
2620
  look_id = encodeParam(look_id);
2556
2621
  return sdk.delete("/looks/".concat(look_id), null, null, options);
2557
2622
  });
2558
2623
 
2559
- return function delete_look(_x779, _x780, _x781) {
2560
- return _ref232.apply(this, arguments);
2624
+ return function delete_look(_x797, _x798, _x799) {
2625
+ return _ref238.apply(this, arguments);
2561
2626
  };
2562
2627
  }();
2563
2628
  export var run_look = function () {
2564
- var _ref233 = _asyncToGenerator(function* (sdk, request, options) {
2629
+ var _ref239 = _asyncToGenerator(function* (sdk, request, options) {
2565
2630
  request.look_id = encodeParam(request.look_id);
2566
2631
  request.result_format = encodeParam(request.result_format);
2567
2632
  return sdk.get("/looks/".concat(request.look_id, "/run/").concat(request.result_format), {
@@ -2580,36 +2645,36 @@ export var run_look = function () {
2580
2645
  }, null, options);
2581
2646
  });
2582
2647
 
2583
- return function run_look(_x782, _x783, _x784) {
2584
- return _ref233.apply(this, arguments);
2648
+ return function run_look(_x800, _x801, _x802) {
2649
+ return _ref239.apply(this, arguments);
2585
2650
  };
2586
2651
  }();
2587
2652
  export var copy_look = function () {
2588
- var _ref234 = _asyncToGenerator(function* (sdk, look_id, folder_id, options) {
2653
+ var _ref240 = _asyncToGenerator(function* (sdk, look_id, folder_id, options) {
2589
2654
  look_id = encodeParam(look_id);
2590
2655
  return sdk.post("/looks/".concat(look_id, "/copy"), {
2591
2656
  folder_id
2592
2657
  }, null, options);
2593
2658
  });
2594
2659
 
2595
- return function copy_look(_x785, _x786, _x787, _x788) {
2596
- return _ref234.apply(this, arguments);
2660
+ return function copy_look(_x803, _x804, _x805, _x806) {
2661
+ return _ref240.apply(this, arguments);
2597
2662
  };
2598
2663
  }();
2599
2664
  export var move_look = function () {
2600
- var _ref235 = _asyncToGenerator(function* (sdk, look_id, folder_id, options) {
2665
+ var _ref241 = _asyncToGenerator(function* (sdk, look_id, folder_id, options) {
2601
2666
  look_id = encodeParam(look_id);
2602
2667
  return sdk.patch("/looks/".concat(look_id, "/move"), {
2603
2668
  folder_id
2604
2669
  }, null, options);
2605
2670
  });
2606
2671
 
2607
- return function move_look(_x789, _x790, _x791, _x792) {
2608
- return _ref235.apply(this, arguments);
2672
+ return function move_look(_x807, _x808, _x809, _x810) {
2673
+ return _ref241.apply(this, arguments);
2609
2674
  };
2610
2675
  }();
2611
2676
  export var all_lookml_models = function () {
2612
- var _ref236 = _asyncToGenerator(function* (sdk, request, options) {
2677
+ var _ref242 = _asyncToGenerator(function* (sdk, request, options) {
2613
2678
  return sdk.get('/lookml_models', {
2614
2679
  fields: request.fields,
2615
2680
  limit: request.limit,
@@ -2617,53 +2682,53 @@ export var all_lookml_models = function () {
2617
2682
  }, null, options);
2618
2683
  });
2619
2684
 
2620
- return function all_lookml_models(_x793, _x794, _x795) {
2621
- return _ref236.apply(this, arguments);
2685
+ return function all_lookml_models(_x811, _x812, _x813) {
2686
+ return _ref242.apply(this, arguments);
2622
2687
  };
2623
2688
  }();
2624
2689
  export var create_lookml_model = function () {
2625
- var _ref237 = _asyncToGenerator(function* (sdk, body, options) {
2690
+ var _ref243 = _asyncToGenerator(function* (sdk, body, options) {
2626
2691
  return sdk.post('/lookml_models', null, body, options);
2627
2692
  });
2628
2693
 
2629
- return function create_lookml_model(_x796, _x797, _x798) {
2630
- return _ref237.apply(this, arguments);
2694
+ return function create_lookml_model(_x814, _x815, _x816) {
2695
+ return _ref243.apply(this, arguments);
2631
2696
  };
2632
2697
  }();
2633
2698
  export var lookml_model = function () {
2634
- var _ref238 = _asyncToGenerator(function* (sdk, lookml_model_name, fields, options) {
2699
+ var _ref244 = _asyncToGenerator(function* (sdk, lookml_model_name, fields, options) {
2635
2700
  lookml_model_name = encodeParam(lookml_model_name);
2636
2701
  return sdk.get("/lookml_models/".concat(lookml_model_name), {
2637
2702
  fields
2638
2703
  }, null, options);
2639
2704
  });
2640
2705
 
2641
- return function lookml_model(_x799, _x800, _x801, _x802) {
2642
- return _ref238.apply(this, arguments);
2706
+ return function lookml_model(_x817, _x818, _x819, _x820) {
2707
+ return _ref244.apply(this, arguments);
2643
2708
  };
2644
2709
  }();
2645
2710
  export var update_lookml_model = function () {
2646
- var _ref239 = _asyncToGenerator(function* (sdk, lookml_model_name, body, options) {
2711
+ var _ref245 = _asyncToGenerator(function* (sdk, lookml_model_name, body, options) {
2647
2712
  lookml_model_name = encodeParam(lookml_model_name);
2648
2713
  return sdk.patch("/lookml_models/".concat(lookml_model_name), null, body, options);
2649
2714
  });
2650
2715
 
2651
- return function update_lookml_model(_x803, _x804, _x805, _x806) {
2652
- return _ref239.apply(this, arguments);
2716
+ return function update_lookml_model(_x821, _x822, _x823, _x824) {
2717
+ return _ref245.apply(this, arguments);
2653
2718
  };
2654
2719
  }();
2655
2720
  export var delete_lookml_model = function () {
2656
- var _ref240 = _asyncToGenerator(function* (sdk, lookml_model_name, options) {
2721
+ var _ref246 = _asyncToGenerator(function* (sdk, lookml_model_name, options) {
2657
2722
  lookml_model_name = encodeParam(lookml_model_name);
2658
2723
  return sdk.delete("/lookml_models/".concat(lookml_model_name), null, null, options);
2659
2724
  });
2660
2725
 
2661
- return function delete_lookml_model(_x807, _x808, _x809) {
2662
- return _ref240.apply(this, arguments);
2726
+ return function delete_lookml_model(_x825, _x826, _x827) {
2727
+ return _ref246.apply(this, arguments);
2663
2728
  };
2664
2729
  }();
2665
2730
  export var lookml_model_explore = function () {
2666
- var _ref241 = _asyncToGenerator(function* (sdk, lookml_model_name, explore_name, fields, options) {
2731
+ var _ref247 = _asyncToGenerator(function* (sdk, lookml_model_name, explore_name, fields, options) {
2667
2732
  lookml_model_name = encodeParam(lookml_model_name);
2668
2733
  explore_name = encodeParam(explore_name);
2669
2734
  return sdk.get("/lookml_models/".concat(lookml_model_name, "/explores/").concat(explore_name), {
@@ -2671,12 +2736,12 @@ export var lookml_model_explore = function () {
2671
2736
  }, null, options);
2672
2737
  });
2673
2738
 
2674
- return function lookml_model_explore(_x810, _x811, _x812, _x813, _x814) {
2675
- return _ref241.apply(this, arguments);
2739
+ return function lookml_model_explore(_x828, _x829, _x830, _x831, _x832) {
2740
+ return _ref247.apply(this, arguments);
2676
2741
  };
2677
2742
  }();
2678
2743
  export var model_fieldname_suggestions = function () {
2679
- var _ref242 = _asyncToGenerator(function* (sdk, request, options) {
2744
+ var _ref248 = _asyncToGenerator(function* (sdk, request, options) {
2680
2745
  request.model_name = encodeParam(request.model_name);
2681
2746
  request.view_name = encodeParam(request.view_name);
2682
2747
  request.field_name = encodeParam(request.field_name);
@@ -2686,44 +2751,44 @@ export var model_fieldname_suggestions = function () {
2686
2751
  }, null, options);
2687
2752
  });
2688
2753
 
2689
- return function model_fieldname_suggestions(_x815, _x816, _x817) {
2690
- return _ref242.apply(this, arguments);
2754
+ return function model_fieldname_suggestions(_x833, _x834, _x835) {
2755
+ return _ref248.apply(this, arguments);
2691
2756
  };
2692
2757
  }();
2693
2758
  export var get_model = function () {
2694
- var _ref243 = _asyncToGenerator(function* (sdk, model_name, options) {
2759
+ var _ref249 = _asyncToGenerator(function* (sdk, model_name, options) {
2695
2760
  model_name = encodeParam(model_name);
2696
2761
  return sdk.get("/models/".concat(model_name), null, null, options);
2697
2762
  });
2698
2763
 
2699
- return function get_model(_x818, _x819, _x820) {
2700
- return _ref243.apply(this, arguments);
2764
+ return function get_model(_x836, _x837, _x838) {
2765
+ return _ref249.apply(this, arguments);
2701
2766
  };
2702
2767
  }();
2703
2768
  export var connection_databases = function () {
2704
- var _ref244 = _asyncToGenerator(function* (sdk, connection_name, options) {
2769
+ var _ref250 = _asyncToGenerator(function* (sdk, connection_name, options) {
2705
2770
  connection_name = encodeParam(connection_name);
2706
2771
  return sdk.get("/connections/".concat(connection_name, "/databases"), null, null, options);
2707
2772
  });
2708
2773
 
2709
- return function connection_databases(_x821, _x822, _x823) {
2710
- return _ref244.apply(this, arguments);
2774
+ return function connection_databases(_x839, _x840, _x841) {
2775
+ return _ref250.apply(this, arguments);
2711
2776
  };
2712
2777
  }();
2713
2778
  export var connection_features = function () {
2714
- var _ref245 = _asyncToGenerator(function* (sdk, connection_name, fields, options) {
2779
+ var _ref251 = _asyncToGenerator(function* (sdk, connection_name, fields, options) {
2715
2780
  connection_name = encodeParam(connection_name);
2716
2781
  return sdk.get("/connections/".concat(connection_name, "/features"), {
2717
2782
  fields
2718
2783
  }, null, options);
2719
2784
  });
2720
2785
 
2721
- return function connection_features(_x824, _x825, _x826, _x827) {
2722
- return _ref245.apply(this, arguments);
2786
+ return function connection_features(_x842, _x843, _x844, _x845) {
2787
+ return _ref251.apply(this, arguments);
2723
2788
  };
2724
2789
  }();
2725
2790
  export var connection_schemas = function () {
2726
- var _ref246 = _asyncToGenerator(function* (sdk, request, options) {
2791
+ var _ref252 = _asyncToGenerator(function* (sdk, request, options) {
2727
2792
  request.connection_name = encodeParam(request.connection_name);
2728
2793
  return sdk.get("/connections/".concat(request.connection_name, "/schemas"), {
2729
2794
  database: request.database,
@@ -2732,12 +2797,12 @@ export var connection_schemas = function () {
2732
2797
  }, null, options);
2733
2798
  });
2734
2799
 
2735
- return function connection_schemas(_x828, _x829, _x830) {
2736
- return _ref246.apply(this, arguments);
2800
+ return function connection_schemas(_x846, _x847, _x848) {
2801
+ return _ref252.apply(this, arguments);
2737
2802
  };
2738
2803
  }();
2739
2804
  export var connection_tables = function () {
2740
- var _ref247 = _asyncToGenerator(function* (sdk, request, options) {
2805
+ var _ref253 = _asyncToGenerator(function* (sdk, request, options) {
2741
2806
  request.connection_name = encodeParam(request.connection_name);
2742
2807
  return sdk.get("/connections/".concat(request.connection_name, "/tables"), {
2743
2808
  database: request.database,
@@ -2749,12 +2814,12 @@ export var connection_tables = function () {
2749
2814
  }, null, options);
2750
2815
  });
2751
2816
 
2752
- return function connection_tables(_x831, _x832, _x833) {
2753
- return _ref247.apply(this, arguments);
2817
+ return function connection_tables(_x849, _x850, _x851) {
2818
+ return _ref253.apply(this, arguments);
2754
2819
  };
2755
2820
  }();
2756
2821
  export var connection_columns = function () {
2757
- var _ref248 = _asyncToGenerator(function* (sdk, request, options) {
2822
+ var _ref254 = _asyncToGenerator(function* (sdk, request, options) {
2758
2823
  request.connection_name = encodeParam(request.connection_name);
2759
2824
  return sdk.get("/connections/".concat(request.connection_name, "/columns"), {
2760
2825
  database: request.database,
@@ -2766,12 +2831,12 @@ export var connection_columns = function () {
2766
2831
  }, null, options);
2767
2832
  });
2768
2833
 
2769
- return function connection_columns(_x834, _x835, _x836) {
2770
- return _ref248.apply(this, arguments);
2834
+ return function connection_columns(_x852, _x853, _x854) {
2835
+ return _ref254.apply(this, arguments);
2771
2836
  };
2772
2837
  }();
2773
2838
  export var connection_search_columns = function () {
2774
- var _ref249 = _asyncToGenerator(function* (sdk, request, options) {
2839
+ var _ref255 = _asyncToGenerator(function* (sdk, request, options) {
2775
2840
  request.connection_name = encodeParam(request.connection_name);
2776
2841
  return sdk.get("/connections/".concat(request.connection_name, "/search_columns"), {
2777
2842
  column_name: request.column_name,
@@ -2779,98 +2844,98 @@ export var connection_search_columns = function () {
2779
2844
  }, null, options);
2780
2845
  });
2781
2846
 
2782
- return function connection_search_columns(_x837, _x838, _x839) {
2783
- return _ref249.apply(this, arguments);
2847
+ return function connection_search_columns(_x855, _x856, _x857) {
2848
+ return _ref255.apply(this, arguments);
2784
2849
  };
2785
2850
  }();
2786
2851
  export var connection_cost_estimate = function () {
2787
- var _ref250 = _asyncToGenerator(function* (sdk, connection_name, body, fields, options) {
2852
+ var _ref256 = _asyncToGenerator(function* (sdk, connection_name, body, fields, options) {
2788
2853
  connection_name = encodeParam(connection_name);
2789
2854
  return sdk.post("/connections/".concat(connection_name, "/cost_estimate"), {
2790
2855
  fields
2791
2856
  }, body, options);
2792
2857
  });
2793
2858
 
2794
- return function connection_cost_estimate(_x840, _x841, _x842, _x843, _x844) {
2795
- return _ref250.apply(this, arguments);
2859
+ return function connection_cost_estimate(_x858, _x859, _x860, _x861, _x862) {
2860
+ return _ref256.apply(this, arguments);
2796
2861
  };
2797
2862
  }();
2798
2863
  export var lock_all = function () {
2799
- var _ref251 = _asyncToGenerator(function* (sdk, project_id, fields, options) {
2864
+ var _ref257 = _asyncToGenerator(function* (sdk, project_id, fields, options) {
2800
2865
  project_id = encodeParam(project_id);
2801
2866
  return sdk.post("/projects/".concat(project_id, "/manifest/lock_all"), {
2802
2867
  fields
2803
2868
  }, null, options);
2804
2869
  });
2805
2870
 
2806
- return function lock_all(_x845, _x846, _x847, _x848) {
2807
- return _ref251.apply(this, arguments);
2871
+ return function lock_all(_x863, _x864, _x865, _x866) {
2872
+ return _ref257.apply(this, arguments);
2808
2873
  };
2809
2874
  }();
2810
2875
  export var all_git_branches = function () {
2811
- var _ref252 = _asyncToGenerator(function* (sdk, project_id, options) {
2876
+ var _ref258 = _asyncToGenerator(function* (sdk, project_id, options) {
2812
2877
  project_id = encodeParam(project_id);
2813
2878
  return sdk.get("/projects/".concat(project_id, "/git_branches"), null, null, options);
2814
2879
  });
2815
2880
 
2816
- return function all_git_branches(_x849, _x850, _x851) {
2817
- return _ref252.apply(this, arguments);
2881
+ return function all_git_branches(_x867, _x868, _x869) {
2882
+ return _ref258.apply(this, arguments);
2818
2883
  };
2819
2884
  }();
2820
2885
  export var git_branch = function () {
2821
- var _ref253 = _asyncToGenerator(function* (sdk, project_id, options) {
2886
+ var _ref259 = _asyncToGenerator(function* (sdk, project_id, options) {
2822
2887
  project_id = encodeParam(project_id);
2823
2888
  return sdk.get("/projects/".concat(project_id, "/git_branch"), null, null, options);
2824
2889
  });
2825
2890
 
2826
- return function git_branch(_x852, _x853, _x854) {
2827
- return _ref253.apply(this, arguments);
2891
+ return function git_branch(_x870, _x871, _x872) {
2892
+ return _ref259.apply(this, arguments);
2828
2893
  };
2829
2894
  }();
2830
2895
  export var update_git_branch = function () {
2831
- var _ref254 = _asyncToGenerator(function* (sdk, project_id, body, options) {
2896
+ var _ref260 = _asyncToGenerator(function* (sdk, project_id, body, options) {
2832
2897
  project_id = encodeParam(project_id);
2833
2898
  return sdk.put("/projects/".concat(project_id, "/git_branch"), null, body, options);
2834
2899
  });
2835
2900
 
2836
- return function update_git_branch(_x855, _x856, _x857, _x858) {
2837
- return _ref254.apply(this, arguments);
2901
+ return function update_git_branch(_x873, _x874, _x875, _x876) {
2902
+ return _ref260.apply(this, arguments);
2838
2903
  };
2839
2904
  }();
2840
2905
  export var create_git_branch = function () {
2841
- var _ref255 = _asyncToGenerator(function* (sdk, project_id, body, options) {
2906
+ var _ref261 = _asyncToGenerator(function* (sdk, project_id, body, options) {
2842
2907
  project_id = encodeParam(project_id);
2843
2908
  return sdk.post("/projects/".concat(project_id, "/git_branch"), null, body, options);
2844
2909
  });
2845
2910
 
2846
- return function create_git_branch(_x859, _x860, _x861, _x862) {
2847
- return _ref255.apply(this, arguments);
2911
+ return function create_git_branch(_x877, _x878, _x879, _x880) {
2912
+ return _ref261.apply(this, arguments);
2848
2913
  };
2849
2914
  }();
2850
2915
  export var find_git_branch = function () {
2851
- var _ref256 = _asyncToGenerator(function* (sdk, project_id, branch_name, options) {
2916
+ var _ref262 = _asyncToGenerator(function* (sdk, project_id, branch_name, options) {
2852
2917
  project_id = encodeParam(project_id);
2853
2918
  branch_name = encodeParam(branch_name);
2854
2919
  return sdk.get("/projects/".concat(project_id, "/git_branch/").concat(branch_name), null, null, options);
2855
2920
  });
2856
2921
 
2857
- return function find_git_branch(_x863, _x864, _x865, _x866) {
2858
- return _ref256.apply(this, arguments);
2922
+ return function find_git_branch(_x881, _x882, _x883, _x884) {
2923
+ return _ref262.apply(this, arguments);
2859
2924
  };
2860
2925
  }();
2861
2926
  export var delete_git_branch = function () {
2862
- var _ref257 = _asyncToGenerator(function* (sdk, project_id, branch_name, options) {
2927
+ var _ref263 = _asyncToGenerator(function* (sdk, project_id, branch_name, options) {
2863
2928
  project_id = encodeParam(project_id);
2864
2929
  branch_name = encodeParam(branch_name);
2865
2930
  return sdk.delete("/projects/".concat(project_id, "/git_branch/").concat(branch_name), null, null, options);
2866
2931
  });
2867
2932
 
2868
- return function delete_git_branch(_x867, _x868, _x869, _x870) {
2869
- return _ref257.apply(this, arguments);
2933
+ return function delete_git_branch(_x885, _x886, _x887, _x888) {
2934
+ return _ref263.apply(this, arguments);
2870
2935
  };
2871
2936
  }();
2872
2937
  export var deploy_ref_to_production = function () {
2873
- var _ref258 = _asyncToGenerator(function* (sdk, request, options) {
2938
+ var _ref264 = _asyncToGenerator(function* (sdk, request, options) {
2874
2939
  request.project_id = encodeParam(request.project_id);
2875
2940
  return sdk.post("/projects/".concat(request.project_id, "/deploy_ref_to_production"), {
2876
2941
  branch: request.branch,
@@ -2878,164 +2943,164 @@ export var deploy_ref_to_production = function () {
2878
2943
  }, null, options);
2879
2944
  });
2880
2945
 
2881
- return function deploy_ref_to_production(_x871, _x872, _x873) {
2882
- return _ref258.apply(this, arguments);
2946
+ return function deploy_ref_to_production(_x889, _x890, _x891) {
2947
+ return _ref264.apply(this, arguments);
2883
2948
  };
2884
2949
  }();
2885
2950
  export var deploy_to_production = function () {
2886
- var _ref259 = _asyncToGenerator(function* (sdk, project_id, options) {
2951
+ var _ref265 = _asyncToGenerator(function* (sdk, project_id, options) {
2887
2952
  project_id = encodeParam(project_id);
2888
2953
  return sdk.post("/projects/".concat(project_id, "/deploy_to_production"), null, null, options);
2889
2954
  });
2890
2955
 
2891
- return function deploy_to_production(_x874, _x875, _x876) {
2892
- return _ref259.apply(this, arguments);
2956
+ return function deploy_to_production(_x892, _x893, _x894) {
2957
+ return _ref265.apply(this, arguments);
2893
2958
  };
2894
2959
  }();
2895
2960
  export var reset_project_to_production = function () {
2896
- var _ref260 = _asyncToGenerator(function* (sdk, project_id, options) {
2961
+ var _ref266 = _asyncToGenerator(function* (sdk, project_id, options) {
2897
2962
  project_id = encodeParam(project_id);
2898
2963
  return sdk.post("/projects/".concat(project_id, "/reset_to_production"), null, null, options);
2899
2964
  });
2900
2965
 
2901
- return function reset_project_to_production(_x877, _x878, _x879) {
2902
- return _ref260.apply(this, arguments);
2966
+ return function reset_project_to_production(_x895, _x896, _x897) {
2967
+ return _ref266.apply(this, arguments);
2903
2968
  };
2904
2969
  }();
2905
2970
  export var reset_project_to_remote = function () {
2906
- var _ref261 = _asyncToGenerator(function* (sdk, project_id, options) {
2971
+ var _ref267 = _asyncToGenerator(function* (sdk, project_id, options) {
2907
2972
  project_id = encodeParam(project_id);
2908
2973
  return sdk.post("/projects/".concat(project_id, "/reset_to_remote"), null, null, options);
2909
2974
  });
2910
2975
 
2911
- return function reset_project_to_remote(_x880, _x881, _x882) {
2912
- return _ref261.apply(this, arguments);
2976
+ return function reset_project_to_remote(_x898, _x899, _x900) {
2977
+ return _ref267.apply(this, arguments);
2913
2978
  };
2914
2979
  }();
2915
2980
  export var all_projects = function () {
2916
- var _ref262 = _asyncToGenerator(function* (sdk, fields, options) {
2981
+ var _ref268 = _asyncToGenerator(function* (sdk, fields, options) {
2917
2982
  return sdk.get('/projects', {
2918
2983
  fields
2919
2984
  }, null, options);
2920
2985
  });
2921
2986
 
2922
- return function all_projects(_x883, _x884, _x885) {
2923
- return _ref262.apply(this, arguments);
2987
+ return function all_projects(_x901, _x902, _x903) {
2988
+ return _ref268.apply(this, arguments);
2924
2989
  };
2925
2990
  }();
2926
2991
  export var create_project = function () {
2927
- var _ref263 = _asyncToGenerator(function* (sdk, body, options) {
2992
+ var _ref269 = _asyncToGenerator(function* (sdk, body, options) {
2928
2993
  return sdk.post('/projects', null, body, options);
2929
2994
  });
2930
2995
 
2931
- return function create_project(_x886, _x887, _x888) {
2932
- return _ref263.apply(this, arguments);
2996
+ return function create_project(_x904, _x905, _x906) {
2997
+ return _ref269.apply(this, arguments);
2933
2998
  };
2934
2999
  }();
2935
3000
  export var project = function () {
2936
- var _ref264 = _asyncToGenerator(function* (sdk, project_id, fields, options) {
3001
+ var _ref270 = _asyncToGenerator(function* (sdk, project_id, fields, options) {
2937
3002
  project_id = encodeParam(project_id);
2938
3003
  return sdk.get("/projects/".concat(project_id), {
2939
3004
  fields
2940
3005
  }, null, options);
2941
3006
  });
2942
3007
 
2943
- return function project(_x889, _x890, _x891, _x892) {
2944
- return _ref264.apply(this, arguments);
3008
+ return function project(_x907, _x908, _x909, _x910) {
3009
+ return _ref270.apply(this, arguments);
2945
3010
  };
2946
3011
  }();
2947
3012
  export var update_project = function () {
2948
- var _ref265 = _asyncToGenerator(function* (sdk, project_id, body, fields, options) {
3013
+ var _ref271 = _asyncToGenerator(function* (sdk, project_id, body, fields, options) {
2949
3014
  project_id = encodeParam(project_id);
2950
3015
  return sdk.patch("/projects/".concat(project_id), {
2951
3016
  fields
2952
3017
  }, body, options);
2953
3018
  });
2954
3019
 
2955
- return function update_project(_x893, _x894, _x895, _x896, _x897) {
2956
- return _ref265.apply(this, arguments);
3020
+ return function update_project(_x911, _x912, _x913, _x914, _x915) {
3021
+ return _ref271.apply(this, arguments);
2957
3022
  };
2958
3023
  }();
2959
3024
  export var manifest = function () {
2960
- var _ref266 = _asyncToGenerator(function* (sdk, project_id, options) {
3025
+ var _ref272 = _asyncToGenerator(function* (sdk, project_id, options) {
2961
3026
  project_id = encodeParam(project_id);
2962
3027
  return sdk.get("/projects/".concat(project_id, "/manifest"), null, null, options);
2963
3028
  });
2964
3029
 
2965
- return function manifest(_x898, _x899, _x900) {
2966
- return _ref266.apply(this, arguments);
3030
+ return function manifest(_x916, _x917, _x918) {
3031
+ return _ref272.apply(this, arguments);
2967
3032
  };
2968
3033
  }();
2969
3034
  export var git_deploy_key = function () {
2970
- var _ref267 = _asyncToGenerator(function* (sdk, project_id, options) {
3035
+ var _ref273 = _asyncToGenerator(function* (sdk, project_id, options) {
2971
3036
  project_id = encodeParam(project_id);
2972
3037
  return sdk.get("/projects/".concat(project_id, "/git/deploy_key"), null, null, options);
2973
3038
  });
2974
3039
 
2975
- return function git_deploy_key(_x901, _x902, _x903) {
2976
- return _ref267.apply(this, arguments);
3040
+ return function git_deploy_key(_x919, _x920, _x921) {
3041
+ return _ref273.apply(this, arguments);
2977
3042
  };
2978
3043
  }();
2979
3044
  export var create_git_deploy_key = function () {
2980
- var _ref268 = _asyncToGenerator(function* (sdk, project_id, options) {
3045
+ var _ref274 = _asyncToGenerator(function* (sdk, project_id, options) {
2981
3046
  project_id = encodeParam(project_id);
2982
3047
  return sdk.post("/projects/".concat(project_id, "/git/deploy_key"), null, null, options);
2983
3048
  });
2984
3049
 
2985
- return function create_git_deploy_key(_x904, _x905, _x906) {
2986
- return _ref268.apply(this, arguments);
3050
+ return function create_git_deploy_key(_x922, _x923, _x924) {
3051
+ return _ref274.apply(this, arguments);
2987
3052
  };
2988
3053
  }();
2989
3054
  export var project_validation_results = function () {
2990
- var _ref269 = _asyncToGenerator(function* (sdk, project_id, fields, options) {
3055
+ var _ref275 = _asyncToGenerator(function* (sdk, project_id, fields, options) {
2991
3056
  project_id = encodeParam(project_id);
2992
3057
  return sdk.get("/projects/".concat(project_id, "/validate"), {
2993
3058
  fields
2994
3059
  }, null, options);
2995
3060
  });
2996
3061
 
2997
- return function project_validation_results(_x907, _x908, _x909, _x910) {
2998
- return _ref269.apply(this, arguments);
3062
+ return function project_validation_results(_x925, _x926, _x927, _x928) {
3063
+ return _ref275.apply(this, arguments);
2999
3064
  };
3000
3065
  }();
3001
3066
  export var validate_project = function () {
3002
- var _ref270 = _asyncToGenerator(function* (sdk, project_id, fields, options) {
3067
+ var _ref276 = _asyncToGenerator(function* (sdk, project_id, fields, options) {
3003
3068
  project_id = encodeParam(project_id);
3004
3069
  return sdk.post("/projects/".concat(project_id, "/validate"), {
3005
3070
  fields
3006
3071
  }, null, options);
3007
3072
  });
3008
3073
 
3009
- return function validate_project(_x911, _x912, _x913, _x914) {
3010
- return _ref270.apply(this, arguments);
3074
+ return function validate_project(_x929, _x930, _x931, _x932) {
3075
+ return _ref276.apply(this, arguments);
3011
3076
  };
3012
3077
  }();
3013
3078
  export var project_workspace = function () {
3014
- var _ref271 = _asyncToGenerator(function* (sdk, project_id, fields, options) {
3079
+ var _ref277 = _asyncToGenerator(function* (sdk, project_id, fields, options) {
3015
3080
  project_id = encodeParam(project_id);
3016
3081
  return sdk.get("/projects/".concat(project_id, "/current_workspace"), {
3017
3082
  fields
3018
3083
  }, null, options);
3019
3084
  });
3020
3085
 
3021
- return function project_workspace(_x915, _x916, _x917, _x918) {
3022
- return _ref271.apply(this, arguments);
3086
+ return function project_workspace(_x933, _x934, _x935, _x936) {
3087
+ return _ref277.apply(this, arguments);
3023
3088
  };
3024
3089
  }();
3025
3090
  export var all_project_files = function () {
3026
- var _ref272 = _asyncToGenerator(function* (sdk, project_id, fields, options) {
3091
+ var _ref278 = _asyncToGenerator(function* (sdk, project_id, fields, options) {
3027
3092
  project_id = encodeParam(project_id);
3028
3093
  return sdk.get("/projects/".concat(project_id, "/files"), {
3029
3094
  fields
3030
3095
  }, null, options);
3031
3096
  });
3032
3097
 
3033
- return function all_project_files(_x919, _x920, _x921, _x922) {
3034
- return _ref272.apply(this, arguments);
3098
+ return function all_project_files(_x937, _x938, _x939, _x940) {
3099
+ return _ref278.apply(this, arguments);
3035
3100
  };
3036
3101
  }();
3037
3102
  export var project_file = function () {
3038
- var _ref273 = _asyncToGenerator(function* (sdk, project_id, file_id, fields, options) {
3103
+ var _ref279 = _asyncToGenerator(function* (sdk, project_id, file_id, fields, options) {
3039
3104
  project_id = encodeParam(project_id);
3040
3105
  return sdk.get("/projects/".concat(project_id, "/files/file"), {
3041
3106
  file_id,
@@ -3043,24 +3108,24 @@ export var project_file = function () {
3043
3108
  }, null, options);
3044
3109
  });
3045
3110
 
3046
- return function project_file(_x923, _x924, _x925, _x926, _x927) {
3047
- return _ref273.apply(this, arguments);
3111
+ return function project_file(_x941, _x942, _x943, _x944, _x945) {
3112
+ return _ref279.apply(this, arguments);
3048
3113
  };
3049
3114
  }();
3050
3115
  export var all_git_connection_tests = function () {
3051
- var _ref274 = _asyncToGenerator(function* (sdk, project_id, remote_url, options) {
3116
+ var _ref280 = _asyncToGenerator(function* (sdk, project_id, remote_url, options) {
3052
3117
  project_id = encodeParam(project_id);
3053
3118
  return sdk.get("/projects/".concat(project_id, "/git_connection_tests"), {
3054
3119
  remote_url
3055
3120
  }, null, options);
3056
3121
  });
3057
3122
 
3058
- return function all_git_connection_tests(_x928, _x929, _x930, _x931) {
3059
- return _ref274.apply(this, arguments);
3123
+ return function all_git_connection_tests(_x946, _x947, _x948, _x949) {
3124
+ return _ref280.apply(this, arguments);
3060
3125
  };
3061
3126
  }();
3062
3127
  export var run_git_connection_test = function () {
3063
- var _ref275 = _asyncToGenerator(function* (sdk, request, options) {
3128
+ var _ref281 = _asyncToGenerator(function* (sdk, request, options) {
3064
3129
  request.project_id = encodeParam(request.project_id);
3065
3130
  request.test_id = encodeParam(request.test_id);
3066
3131
  return sdk.get("/projects/".concat(request.project_id, "/git_connection_tests/").concat(request.test_id), {
@@ -3069,24 +3134,24 @@ export var run_git_connection_test = function () {
3069
3134
  }, null, options);
3070
3135
  });
3071
3136
 
3072
- return function run_git_connection_test(_x932, _x933, _x934) {
3073
- return _ref275.apply(this, arguments);
3137
+ return function run_git_connection_test(_x950, _x951, _x952) {
3138
+ return _ref281.apply(this, arguments);
3074
3139
  };
3075
3140
  }();
3076
3141
  export var all_lookml_tests = function () {
3077
- var _ref276 = _asyncToGenerator(function* (sdk, project_id, file_id, options) {
3142
+ var _ref282 = _asyncToGenerator(function* (sdk, project_id, file_id, options) {
3078
3143
  project_id = encodeParam(project_id);
3079
3144
  return sdk.get("/projects/".concat(project_id, "/lookml_tests"), {
3080
3145
  file_id
3081
3146
  }, null, options);
3082
3147
  });
3083
3148
 
3084
- return function all_lookml_tests(_x935, _x936, _x937, _x938) {
3085
- return _ref276.apply(this, arguments);
3149
+ return function all_lookml_tests(_x953, _x954, _x955, _x956) {
3150
+ return _ref282.apply(this, arguments);
3086
3151
  };
3087
3152
  }();
3088
3153
  export var run_lookml_test = function () {
3089
- var _ref277 = _asyncToGenerator(function* (sdk, request, options) {
3154
+ var _ref283 = _asyncToGenerator(function* (sdk, request, options) {
3090
3155
  request.project_id = encodeParam(request.project_id);
3091
3156
  return sdk.get("/projects/".concat(request.project_id, "/lookml_tests/run"), {
3092
3157
  file_id: request.file_id,
@@ -3095,12 +3160,12 @@ export var run_lookml_test = function () {
3095
3160
  }, null, options);
3096
3161
  });
3097
3162
 
3098
- return function run_lookml_test(_x939, _x940, _x941) {
3099
- return _ref277.apply(this, arguments);
3163
+ return function run_lookml_test(_x957, _x958, _x959) {
3164
+ return _ref283.apply(this, arguments);
3100
3165
  };
3101
3166
  }();
3102
3167
  export var tag_ref = function () {
3103
- var _ref278 = _asyncToGenerator(function* (sdk, request, options) {
3168
+ var _ref284 = _asyncToGenerator(function* (sdk, request, options) {
3104
3169
  request.project_id = encodeParam(request.project_id);
3105
3170
  return sdk.post("/projects/".concat(request.project_id, "/tag"), {
3106
3171
  commit_sha: request.commit_sha,
@@ -3109,44 +3174,44 @@ export var tag_ref = function () {
3109
3174
  }, request.body, options);
3110
3175
  });
3111
3176
 
3112
- return function tag_ref(_x942, _x943, _x944) {
3113
- return _ref278.apply(this, arguments);
3177
+ return function tag_ref(_x960, _x961, _x962) {
3178
+ return _ref284.apply(this, arguments);
3114
3179
  };
3115
3180
  }();
3116
3181
  export var update_repository_credential = function () {
3117
- var _ref279 = _asyncToGenerator(function* (sdk, root_project_id, credential_id, body, options) {
3182
+ var _ref285 = _asyncToGenerator(function* (sdk, root_project_id, credential_id, body, options) {
3118
3183
  root_project_id = encodeParam(root_project_id);
3119
3184
  credential_id = encodeParam(credential_id);
3120
3185
  return sdk.put("/projects/".concat(root_project_id, "/credential/").concat(credential_id), null, body, options);
3121
3186
  });
3122
3187
 
3123
- return function update_repository_credential(_x945, _x946, _x947, _x948, _x949) {
3124
- return _ref279.apply(this, arguments);
3188
+ return function update_repository_credential(_x963, _x964, _x965, _x966, _x967) {
3189
+ return _ref285.apply(this, arguments);
3125
3190
  };
3126
3191
  }();
3127
3192
  export var delete_repository_credential = function () {
3128
- var _ref280 = _asyncToGenerator(function* (sdk, root_project_id, credential_id, options) {
3193
+ var _ref286 = _asyncToGenerator(function* (sdk, root_project_id, credential_id, options) {
3129
3194
  root_project_id = encodeParam(root_project_id);
3130
3195
  credential_id = encodeParam(credential_id);
3131
3196
  return sdk.delete("/projects/".concat(root_project_id, "/credential/").concat(credential_id), null, null, options);
3132
3197
  });
3133
3198
 
3134
- return function delete_repository_credential(_x950, _x951, _x952, _x953) {
3135
- return _ref280.apply(this, arguments);
3199
+ return function delete_repository_credential(_x968, _x969, _x970, _x971) {
3200
+ return _ref286.apply(this, arguments);
3136
3201
  };
3137
3202
  }();
3138
3203
  export var get_all_repository_credentials = function () {
3139
- var _ref281 = _asyncToGenerator(function* (sdk, root_project_id, options) {
3204
+ var _ref287 = _asyncToGenerator(function* (sdk, root_project_id, options) {
3140
3205
  root_project_id = encodeParam(root_project_id);
3141
3206
  return sdk.get("/projects/".concat(root_project_id, "/credentials"), null, null, options);
3142
3207
  });
3143
3208
 
3144
- return function get_all_repository_credentials(_x954, _x955, _x956) {
3145
- return _ref281.apply(this, arguments);
3209
+ return function get_all_repository_credentials(_x972, _x973, _x974) {
3210
+ return _ref287.apply(this, arguments);
3146
3211
  };
3147
3212
  }();
3148
3213
  export var create_query_task = function () {
3149
- var _ref282 = _asyncToGenerator(function* (sdk, request, options) {
3214
+ var _ref288 = _asyncToGenerator(function* (sdk, request, options) {
3150
3215
  return sdk.post('/query_tasks', {
3151
3216
  limit: request.limit,
3152
3217
  apply_formatting: request.apply_formatting,
@@ -3164,79 +3229,79 @@ export var create_query_task = function () {
3164
3229
  }, request.body, options);
3165
3230
  });
3166
3231
 
3167
- return function create_query_task(_x957, _x958, _x959) {
3168
- return _ref282.apply(this, arguments);
3232
+ return function create_query_task(_x975, _x976, _x977) {
3233
+ return _ref288.apply(this, arguments);
3169
3234
  };
3170
3235
  }();
3171
3236
  export var query_task_multi_results = function () {
3172
- var _ref283 = _asyncToGenerator(function* (sdk, query_task_ids, options) {
3237
+ var _ref289 = _asyncToGenerator(function* (sdk, query_task_ids, options) {
3173
3238
  return sdk.get('/query_tasks/multi_results', {
3174
3239
  query_task_ids
3175
3240
  }, null, options);
3176
3241
  });
3177
3242
 
3178
- return function query_task_multi_results(_x960, _x961, _x962) {
3179
- return _ref283.apply(this, arguments);
3243
+ return function query_task_multi_results(_x978, _x979, _x980) {
3244
+ return _ref289.apply(this, arguments);
3180
3245
  };
3181
3246
  }();
3182
3247
  export var query_task = function () {
3183
- var _ref284 = _asyncToGenerator(function* (sdk, query_task_id, fields, options) {
3248
+ var _ref290 = _asyncToGenerator(function* (sdk, query_task_id, fields, options) {
3184
3249
  query_task_id = encodeParam(query_task_id);
3185
3250
  return sdk.get("/query_tasks/".concat(query_task_id), {
3186
3251
  fields
3187
3252
  }, null, options);
3188
3253
  });
3189
3254
 
3190
- return function query_task(_x963, _x964, _x965, _x966) {
3191
- return _ref284.apply(this, arguments);
3255
+ return function query_task(_x981, _x982, _x983, _x984) {
3256
+ return _ref290.apply(this, arguments);
3192
3257
  };
3193
3258
  }();
3194
3259
  export var query_task_results = function () {
3195
- var _ref285 = _asyncToGenerator(function* (sdk, query_task_id, options) {
3260
+ var _ref291 = _asyncToGenerator(function* (sdk, query_task_id, options) {
3196
3261
  query_task_id = encodeParam(query_task_id);
3197
3262
  return sdk.get("/query_tasks/".concat(query_task_id, "/results"), null, null, options);
3198
3263
  });
3199
3264
 
3200
- return function query_task_results(_x967, _x968, _x969) {
3201
- return _ref285.apply(this, arguments);
3265
+ return function query_task_results(_x985, _x986, _x987) {
3266
+ return _ref291.apply(this, arguments);
3202
3267
  };
3203
3268
  }();
3204
3269
  export var query = function () {
3205
- var _ref286 = _asyncToGenerator(function* (sdk, query_id, fields, options) {
3270
+ var _ref292 = _asyncToGenerator(function* (sdk, query_id, fields, options) {
3206
3271
  return sdk.get("/queries/".concat(query_id), {
3207
3272
  fields
3208
3273
  }, null, options);
3209
3274
  });
3210
3275
 
3211
- return function query(_x970, _x971, _x972, _x973) {
3212
- return _ref286.apply(this, arguments);
3276
+ return function query(_x988, _x989, _x990, _x991) {
3277
+ return _ref292.apply(this, arguments);
3213
3278
  };
3214
3279
  }();
3215
3280
  export var query_for_slug = function () {
3216
- var _ref287 = _asyncToGenerator(function* (sdk, slug, fields, options) {
3281
+ var _ref293 = _asyncToGenerator(function* (sdk, slug, fields, options) {
3217
3282
  slug = encodeParam(slug);
3218
3283
  return sdk.get("/queries/slug/".concat(slug), {
3219
3284
  fields
3220
3285
  }, null, options);
3221
3286
  });
3222
3287
 
3223
- return function query_for_slug(_x974, _x975, _x976, _x977) {
3224
- return _ref287.apply(this, arguments);
3288
+ return function query_for_slug(_x992, _x993, _x994, _x995) {
3289
+ return _ref293.apply(this, arguments);
3225
3290
  };
3226
3291
  }();
3227
3292
  export var create_query = function () {
3228
- var _ref288 = _asyncToGenerator(function* (sdk, body, fields, options) {
3293
+ var _ref294 = _asyncToGenerator(function* (sdk, body, fields, options) {
3229
3294
  return sdk.post('/queries', {
3230
3295
  fields
3231
3296
  }, body, options);
3232
3297
  });
3233
3298
 
3234
- return function create_query(_x978, _x979, _x980, _x981) {
3235
- return _ref288.apply(this, arguments);
3299
+ return function create_query(_x996, _x997, _x998, _x999) {
3300
+ return _ref294.apply(this, arguments);
3236
3301
  };
3237
3302
  }();
3238
3303
  export var run_query = function () {
3239
- var _ref289 = _asyncToGenerator(function* (sdk, request, options) {
3304
+ var _ref295 = _asyncToGenerator(function* (sdk, request, options) {
3240
3305
  request.result_format = encodeParam(request.result_format);
3241
3306
  return sdk.get("/queries/".concat(request.query_id, "/run/").concat(request.result_format), {
3242
3307
  limit: request.limit,
@@ -3255,12 +3320,12 @@ export var run_query = function () {
3255
3320
  }, null, options);
3256
3321
  });
3257
3322
 
3258
- return function run_query(_x982, _x983, _x984) {
3259
- return _ref289.apply(this, arguments);
3323
+ return function run_query(_x1000, _x1001, _x1002) {
3324
+ return _ref295.apply(this, arguments);
3260
3325
  };
3261
3326
  }();
3262
3327
  export var run_inline_query = function () {
3263
- var _ref290 = _asyncToGenerator(function* (sdk, request, options) {
3328
+ var _ref296 = _asyncToGenerator(function* (sdk, request, options) {
3264
3329
  request.result_format = encodeParam(request.result_format);
3265
3330
  return sdk.post("/queries/run/".concat(request.result_format), {
3266
3331
  limit: request.limit,
@@ -3278,85 +3343,85 @@ export var run_inline_query = function () {
3278
3343
  }, request.body, options);
3279
3344
  });
3280
3345
 
3281
- return function run_inline_query(_x985, _x986, _x987) {
3282
- return _ref290.apply(this, arguments);
3346
+ return function run_inline_query(_x1003, _x1004, _x1005) {
3347
+ return _ref296.apply(this, arguments);
3283
3348
  };
3284
3349
  }();
3285
3350
  export var run_url_encoded_query = function () {
3286
- var _ref291 = _asyncToGenerator(function* (sdk, model_name, view_name, result_format, options) {
3351
+ var _ref297 = _asyncToGenerator(function* (sdk, model_name, view_name, result_format, options) {
3287
3352
  model_name = encodeParam(model_name);
3288
3353
  view_name = encodeParam(view_name);
3289
3354
  result_format = encodeParam(result_format);
3290
3355
  return sdk.get("/queries/models/".concat(model_name, "/views/").concat(view_name, "/run/").concat(result_format), null, null, options);
3291
3356
  });
3292
3357
 
3293
- return function run_url_encoded_query(_x988, _x989, _x990, _x991, _x992) {
3294
- return _ref291.apply(this, arguments);
3358
+ return function run_url_encoded_query(_x1006, _x1007, _x1008, _x1009, _x1010) {
3359
+ return _ref297.apply(this, arguments);
3295
3360
  };
3296
3361
  }();
3297
3362
  export var merge_query = function () {
3298
- var _ref292 = _asyncToGenerator(function* (sdk, merge_query_id, fields, options) {
3363
+ var _ref298 = _asyncToGenerator(function* (sdk, merge_query_id, fields, options) {
3299
3364
  merge_query_id = encodeParam(merge_query_id);
3300
3365
  return sdk.get("/merge_queries/".concat(merge_query_id), {
3301
3366
  fields
3302
3367
  }, null, options);
3303
3368
  });
3304
3369
 
3305
- return function merge_query(_x993, _x994, _x995, _x996) {
3306
- return _ref292.apply(this, arguments);
3370
+ return function merge_query(_x1011, _x1012, _x1013, _x1014) {
3371
+ return _ref298.apply(this, arguments);
3307
3372
  };
3308
3373
  }();
3309
3374
  export var create_merge_query = function () {
3310
- var _ref293 = _asyncToGenerator(function* (sdk, body, fields, options) {
3375
+ var _ref299 = _asyncToGenerator(function* (sdk, body, fields, options) {
3311
3376
  return sdk.post('/merge_queries', {
3312
3377
  fields
3313
3378
  }, body, options);
3314
3379
  });
3315
3380
 
3316
- return function create_merge_query(_x997, _x998, _x999, _x1000) {
3317
- return _ref293.apply(this, arguments);
3381
+ return function create_merge_query(_x1015, _x1016, _x1017, _x1018) {
3382
+ return _ref299.apply(this, arguments);
3318
3383
  };
3319
3384
  }();
3320
3385
  export var all_running_queries = function () {
3321
- var _ref294 = _asyncToGenerator(function* (sdk, options) {
3386
+ var _ref300 = _asyncToGenerator(function* (sdk, options) {
3322
3387
  return sdk.get('/running_queries', null, null, options);
3323
3388
  });
3324
3389
 
3325
- return function all_running_queries(_x1001, _x1002) {
3326
- return _ref294.apply(this, arguments);
3390
+ return function all_running_queries(_x1019, _x1020) {
3391
+ return _ref300.apply(this, arguments);
3327
3392
  };
3328
3393
  }();
3329
3394
  export var kill_query = function () {
3330
- var _ref295 = _asyncToGenerator(function* (sdk, query_task_id, options) {
3395
+ var _ref301 = _asyncToGenerator(function* (sdk, query_task_id, options) {
3331
3396
  query_task_id = encodeParam(query_task_id);
3332
3397
  return sdk.delete("/running_queries/".concat(query_task_id), null, null, options);
3333
3398
  });
3334
3399
 
3335
- return function kill_query(_x1003, _x1004, _x1005) {
3336
- return _ref295.apply(this, arguments);
3400
+ return function kill_query(_x1021, _x1022, _x1023) {
3401
+ return _ref301.apply(this, arguments);
3337
3402
  };
3338
3403
  }();
3339
3404
  export var sql_query = function () {
3340
- var _ref296 = _asyncToGenerator(function* (sdk, slug, options) {
3405
+ var _ref302 = _asyncToGenerator(function* (sdk, slug, options) {
3341
3406
  slug = encodeParam(slug);
3342
3407
  return sdk.get("/sql_queries/".concat(slug), null, null, options);
3343
3408
  });
3344
3409
 
3345
- return function sql_query(_x1006, _x1007, _x1008) {
3346
- return _ref296.apply(this, arguments);
3410
+ return function sql_query(_x1024, _x1025, _x1026) {
3411
+ return _ref302.apply(this, arguments);
3347
3412
  };
3348
3413
  }();
3349
3414
  export var create_sql_query = function () {
3350
- var _ref297 = _asyncToGenerator(function* (sdk, body, options) {
3415
+ var _ref303 = _asyncToGenerator(function* (sdk, body, options) {
3351
3416
  return sdk.post('/sql_queries', null, body, options);
3352
3417
  });
3353
3418
 
3354
- return function create_sql_query(_x1009, _x1010, _x1011) {
3355
- return _ref297.apply(this, arguments);
3419
+ return function create_sql_query(_x1027, _x1028, _x1029) {
3420
+ return _ref303.apply(this, arguments);
3356
3421
  };
3357
3422
  }();
3358
3423
  export var run_sql_query = function () {
3359
- var _ref298 = _asyncToGenerator(function* (sdk, slug, result_format, download, options) {
3424
+ var _ref304 = _asyncToGenerator(function* (sdk, slug, result_format, download, options) {
3360
3425
  slug = encodeParam(slug);
3361
3426
  result_format = encodeParam(result_format);
3362
3427
  return sdk.post("/sql_queries/".concat(slug, "/run/").concat(result_format), {
@@ -3364,12 +3429,12 @@ export var run_sql_query = function () {
3364
3429
  }, null, options);
3365
3430
  });
3366
3431
 
3367
- return function run_sql_query(_x1012, _x1013, _x1014, _x1015, _x1016) {
3368
- return _ref298.apply(this, arguments);
3432
+ return function run_sql_query(_x1030, _x1031, _x1032, _x1033, _x1034) {
3433
+ return _ref304.apply(this, arguments);
3369
3434
  };
3370
3435
  }();
3371
3436
  export var create_look_render_task = function () {
3372
- var _ref299 = _asyncToGenerator(function* (sdk, look_id, result_format, width, height, fields, options) {
3437
+ var _ref305 = _asyncToGenerator(function* (sdk, look_id, result_format, width, height, fields, options) {
3373
3438
  result_format = encodeParam(result_format);
3374
3439
  return sdk.post("/render_tasks/looks/".concat(look_id, "/").concat(result_format), {
3375
3440
  width,
@@ -3378,12 +3443,12 @@ export var create_look_render_task = function () {
3378
3443
  }, null, options);
3379
3444
  });
3380
3445
 
3381
- return function create_look_render_task(_x1017, _x1018, _x1019, _x1020, _x1021, _x1022, _x1023) {
3382
- return _ref299.apply(this, arguments);
3446
+ return function create_look_render_task(_x1035, _x1036, _x1037, _x1038, _x1039, _x1040, _x1041) {
3447
+ return _ref305.apply(this, arguments);
3383
3448
  };
3384
3449
  }();
3385
3450
  export var create_query_render_task = function () {
3386
- var _ref300 = _asyncToGenerator(function* (sdk, query_id, result_format, width, height, fields, options) {
3451
+ var _ref306 = _asyncToGenerator(function* (sdk, query_id, result_format, width, height, fields, options) {
3387
3452
  result_format = encodeParam(result_format);
3388
3453
  return sdk.post("/render_tasks/queries/".concat(query_id, "/").concat(result_format), {
3389
3454
  width,
@@ -3392,12 +3457,12 @@ export var create_query_render_task = function () {
3392
3457
  }, null, options);
3393
3458
  });
3394
3459
 
3395
- return function create_query_render_task(_x1024, _x1025, _x1026, _x1027, _x1028, _x1029, _x1030) {
3396
- return _ref300.apply(this, arguments);
3460
+ return function create_query_render_task(_x1042, _x1043, _x1044, _x1045, _x1046, _x1047, _x1048) {
3461
+ return _ref306.apply(this, arguments);
3397
3462
  };
3398
3463
  }();
3399
3464
  export var create_dashboard_render_task = function () {
3400
- var _ref301 = _asyncToGenerator(function* (sdk, request, options) {
3465
+ var _ref307 = _asyncToGenerator(function* (sdk, request, options) {
3401
3466
  request.dashboard_id = encodeParam(request.dashboard_id);
3402
3467
  request.result_format = encodeParam(request.result_format);
3403
3468
  return sdk.post("/render_tasks/dashboards/".concat(request.dashboard_id, "/").concat(request.result_format), {
@@ -3410,34 +3475,34 @@ export var create_dashboard_render_task = function () {
3410
3475
  }, request.body, options);
3411
3476
  });
3412
3477
 
3413
- return function create_dashboard_render_task(_x1031, _x1032, _x1033) {
3414
- return _ref301.apply(this, arguments);
3478
+ return function create_dashboard_render_task(_x1049, _x1050, _x1051) {
3479
+ return _ref307.apply(this, arguments);
3415
3480
  };
3416
3481
  }();
3417
3482
  export var render_task = function () {
3418
- var _ref302 = _asyncToGenerator(function* (sdk, render_task_id, fields, options) {
3483
+ var _ref308 = _asyncToGenerator(function* (sdk, render_task_id, fields, options) {
3419
3484
  render_task_id = encodeParam(render_task_id);
3420
3485
  return sdk.get("/render_tasks/".concat(render_task_id), {
3421
3486
  fields
3422
3487
  }, null, options);
3423
3488
  });
3424
3489
 
3425
- return function render_task(_x1034, _x1035, _x1036, _x1037) {
3426
- return _ref302.apply(this, arguments);
3490
+ return function render_task(_x1052, _x1053, _x1054, _x1055) {
3491
+ return _ref308.apply(this, arguments);
3427
3492
  };
3428
3493
  }();
3429
3494
  export var render_task_results = function () {
3430
- var _ref303 = _asyncToGenerator(function* (sdk, render_task_id, options) {
3495
+ var _ref309 = _asyncToGenerator(function* (sdk, render_task_id, options) {
3431
3496
  render_task_id = encodeParam(render_task_id);
3432
3497
  return sdk.get("/render_tasks/".concat(render_task_id, "/results"), null, null, options);
3433
3498
  });
3434
3499
 
3435
- return function render_task_results(_x1038, _x1039, _x1040) {
3436
- return _ref303.apply(this, arguments);
3500
+ return function render_task_results(_x1056, _x1057, _x1058) {
3501
+ return _ref309.apply(this, arguments);
3437
3502
  };
3438
3503
  }();
3439
3504
  export var create_dashboard_element_render_task = function () {
3440
- var _ref304 = _asyncToGenerator(function* (sdk, dashboard_element_id, result_format, width, height, fields, options) {
3505
+ var _ref310 = _asyncToGenerator(function* (sdk, dashboard_element_id, result_format, width, height, fields, options) {
3441
3506
  dashboard_element_id = encodeParam(dashboard_element_id);
3442
3507
  result_format = encodeParam(result_format);
3443
3508
  return sdk.post("/render_tasks/dashboard_elements/".concat(dashboard_element_id, "/").concat(result_format), {
@@ -3447,12 +3512,12 @@ export var create_dashboard_element_render_task = function () {
3447
3512
  }, null, options);
3448
3513
  });
3449
3514
 
3450
- return function create_dashboard_element_render_task(_x1041, _x1042, _x1043, _x1044, _x1045, _x1046, _x1047) {
3451
- return _ref304.apply(this, arguments);
3515
+ return function create_dashboard_element_render_task(_x1059, _x1060, _x1061, _x1062, _x1063, _x1064, _x1065) {
3516
+ return _ref310.apply(this, arguments);
3452
3517
  };
3453
3518
  }();
3454
3519
  export var search_model_sets = function () {
3455
- var _ref305 = _asyncToGenerator(function* (sdk, request, options) {
3520
+ var _ref311 = _asyncToGenerator(function* (sdk, request, options) {
3456
3521
  return sdk.get('/model_sets/search', {
3457
3522
  fields: request.fields,
3458
3523
  limit: request.limit,
@@ -3466,70 +3531,70 @@ export var search_model_sets = function () {
3466
3531
  }, null, options);
3467
3532
  });
3468
3533
 
3469
- return function search_model_sets(_x1048, _x1049, _x1050) {
3470
- return _ref305.apply(this, arguments);
3534
+ return function search_model_sets(_x1066, _x1067, _x1068) {
3535
+ return _ref311.apply(this, arguments);
3471
3536
  };
3472
3537
  }();
3473
3538
  export var model_set = function () {
3474
- var _ref306 = _asyncToGenerator(function* (sdk, model_set_id, fields, options) {
3539
+ var _ref312 = _asyncToGenerator(function* (sdk, model_set_id, fields, options) {
3475
3540
  return sdk.get("/model_sets/".concat(model_set_id), {
3476
3541
  fields
3477
3542
  }, null, options);
3478
3543
  });
3479
3544
 
3480
- return function model_set(_x1051, _x1052, _x1053, _x1054) {
3481
- return _ref306.apply(this, arguments);
3545
+ return function model_set(_x1069, _x1070, _x1071, _x1072) {
3546
+ return _ref312.apply(this, arguments);
3482
3547
  };
3483
3548
  }();
3484
3549
  export var update_model_set = function () {
3485
- var _ref307 = _asyncToGenerator(function* (sdk, model_set_id, body, options) {
3550
+ var _ref313 = _asyncToGenerator(function* (sdk, model_set_id, body, options) {
3486
3551
  return sdk.patch("/model_sets/".concat(model_set_id), null, body, options);
3487
3552
  });
3488
3553
 
3489
- return function update_model_set(_x1055, _x1056, _x1057, _x1058) {
3490
- return _ref307.apply(this, arguments);
3554
+ return function update_model_set(_x1073, _x1074, _x1075, _x1076) {
3555
+ return _ref313.apply(this, arguments);
3491
3556
  };
3492
3557
  }();
3493
3558
  export var delete_model_set = function () {
3494
- var _ref308 = _asyncToGenerator(function* (sdk, model_set_id, options) {
3559
+ var _ref314 = _asyncToGenerator(function* (sdk, model_set_id, options) {
3495
3560
  return sdk.delete("/model_sets/".concat(model_set_id), null, null, options);
3496
3561
  });
3497
3562
 
3498
- return function delete_model_set(_x1059, _x1060, _x1061) {
3499
- return _ref308.apply(this, arguments);
3563
+ return function delete_model_set(_x1077, _x1078, _x1079) {
3564
+ return _ref314.apply(this, arguments);
3500
3565
  };
3501
3566
  }();
3502
3567
  export var all_model_sets = function () {
3503
- var _ref309 = _asyncToGenerator(function* (sdk, fields, options) {
3568
+ var _ref315 = _asyncToGenerator(function* (sdk, fields, options) {
3504
3569
  return sdk.get('/model_sets', {
3505
3570
  fields
3506
3571
  }, null, options);
3507
3572
  });
3508
3573
 
3509
- return function all_model_sets(_x1062, _x1063, _x1064) {
3510
- return _ref309.apply(this, arguments);
3574
+ return function all_model_sets(_x1080, _x1081, _x1082) {
3575
+ return _ref315.apply(this, arguments);
3511
3576
  };
3512
3577
  }();
3513
3578
  export var create_model_set = function () {
3514
- var _ref310 = _asyncToGenerator(function* (sdk, body, options) {
3579
+ var _ref316 = _asyncToGenerator(function* (sdk, body, options) {
3515
3580
  return sdk.post('/model_sets', null, body, options);
3516
3581
  });
3517
3582
 
3518
- return function create_model_set(_x1065, _x1066, _x1067) {
3519
- return _ref310.apply(this, arguments);
3583
+ return function create_model_set(_x1083, _x1084, _x1085) {
3584
+ return _ref316.apply(this, arguments);
3520
3585
  };
3521
3586
  }();
3522
3587
  export var all_permissions = function () {
3523
- var _ref311 = _asyncToGenerator(function* (sdk, options) {
3588
+ var _ref317 = _asyncToGenerator(function* (sdk, options) {
3524
3589
  return sdk.get('/permissions', null, null, options);
3525
3590
  });
3526
3591
 
3527
- return function all_permissions(_x1068, _x1069) {
3528
- return _ref311.apply(this, arguments);
3592
+ return function all_permissions(_x1086, _x1087) {
3593
+ return _ref317.apply(this, arguments);
3529
3594
  };
3530
3595
  }();
3531
3596
  export var search_permission_sets = function () {
3532
- var _ref312 = _asyncToGenerator(function* (sdk, request, options) {
3597
+ var _ref318 = _asyncToGenerator(function* (sdk, request, options) {
3533
3598
  return sdk.get('/permission_sets/search', {
3534
3599
  fields: request.fields,
3535
3600
  limit: request.limit,
@@ -3543,82 +3608,82 @@ export var search_permission_sets = function () {
3543
3608
  }, null, options);
3544
3609
  });
3545
3610
 
3546
- return function search_permission_sets(_x1070, _x1071, _x1072) {
3547
- return _ref312.apply(this, arguments);
3611
+ return function search_permission_sets(_x1088, _x1089, _x1090) {
3612
+ return _ref318.apply(this, arguments);
3548
3613
  };
3549
3614
  }();
3550
3615
  export var permission_set = function () {
3551
- var _ref313 = _asyncToGenerator(function* (sdk, permission_set_id, fields, options) {
3616
+ var _ref319 = _asyncToGenerator(function* (sdk, permission_set_id, fields, options) {
3552
3617
  return sdk.get("/permission_sets/".concat(permission_set_id), {
3553
3618
  fields
3554
3619
  }, null, options);
3555
3620
  });
3556
3621
 
3557
- return function permission_set(_x1073, _x1074, _x1075, _x1076) {
3558
- return _ref313.apply(this, arguments);
3622
+ return function permission_set(_x1091, _x1092, _x1093, _x1094) {
3623
+ return _ref319.apply(this, arguments);
3559
3624
  };
3560
3625
  }();
3561
3626
  export var update_permission_set = function () {
3562
- var _ref314 = _asyncToGenerator(function* (sdk, permission_set_id, body, options) {
3627
+ var _ref320 = _asyncToGenerator(function* (sdk, permission_set_id, body, options) {
3563
3628
  return sdk.patch("/permission_sets/".concat(permission_set_id), null, body, options);
3564
3629
  });
3565
3630
 
3566
- return function update_permission_set(_x1077, _x1078, _x1079, _x1080) {
3567
- return _ref314.apply(this, arguments);
3631
+ return function update_permission_set(_x1095, _x1096, _x1097, _x1098) {
3632
+ return _ref320.apply(this, arguments);
3568
3633
  };
3569
3634
  }();
3570
3635
  export var delete_permission_set = function () {
3571
- var _ref315 = _asyncToGenerator(function* (sdk, permission_set_id, options) {
3636
+ var _ref321 = _asyncToGenerator(function* (sdk, permission_set_id, options) {
3572
3637
  return sdk.delete("/permission_sets/".concat(permission_set_id), null, null, options);
3573
3638
  });
3574
3639
 
3575
- return function delete_permission_set(_x1081, _x1082, _x1083) {
3576
- return _ref315.apply(this, arguments);
3640
+ return function delete_permission_set(_x1099, _x1100, _x1101) {
3641
+ return _ref321.apply(this, arguments);
3577
3642
  };
3578
3643
  }();
3579
3644
  export var all_permission_sets = function () {
3580
- var _ref316 = _asyncToGenerator(function* (sdk, fields, options) {
3645
+ var _ref322 = _asyncToGenerator(function* (sdk, fields, options) {
3581
3646
  return sdk.get('/permission_sets', {
3582
3647
  fields
3583
3648
  }, null, options);
3584
3649
  });
3585
3650
 
3586
- return function all_permission_sets(_x1084, _x1085, _x1086) {
3587
- return _ref316.apply(this, arguments);
3651
+ return function all_permission_sets(_x1102, _x1103, _x1104) {
3652
+ return _ref322.apply(this, arguments);
3588
3653
  };
3589
3654
  }();
3590
3655
  export var create_permission_set = function () {
3591
- var _ref317 = _asyncToGenerator(function* (sdk, body, options) {
3656
+ var _ref323 = _asyncToGenerator(function* (sdk, body, options) {
3592
3657
  return sdk.post('/permission_sets', null, body, options);
3593
3658
  });
3594
3659
 
3595
- return function create_permission_set(_x1087, _x1088, _x1089) {
3596
- return _ref317.apply(this, arguments);
3660
+ return function create_permission_set(_x1105, _x1106, _x1107) {
3661
+ return _ref323.apply(this, arguments);
3597
3662
  };
3598
3663
  }();
3599
3664
  export var all_roles = function () {
3600
- var _ref318 = _asyncToGenerator(function* (sdk, request, options) {
3665
+ var _ref324 = _asyncToGenerator(function* (sdk, request, options) {
3601
3666
  return sdk.get('/roles', {
3602
3667
  fields: request.fields,
3603
3668
  ids: request.ids
3604
3669
  }, null, options);
3605
3670
  });
3606
3671
 
3607
- return function all_roles(_x1090, _x1091, _x1092) {
3608
- return _ref318.apply(this, arguments);
3672
+ return function all_roles(_x1108, _x1109, _x1110) {
3673
+ return _ref324.apply(this, arguments);
3609
3674
  };
3610
3675
  }();
3611
3676
  export var create_role = function () {
3612
- var _ref319 = _asyncToGenerator(function* (sdk, body, options) {
3677
+ var _ref325 = _asyncToGenerator(function* (sdk, body, options) {
3613
3678
  return sdk.post('/roles', null, body, options);
3614
3679
  });
3615
3680
 
3616
- return function create_role(_x1093, _x1094, _x1095) {
3617
- return _ref319.apply(this, arguments);
3681
+ return function create_role(_x1111, _x1112, _x1113) {
3682
+ return _ref325.apply(this, arguments);
3618
3683
  };
3619
3684
  }();
3620
3685
  export var search_roles = function () {
3621
- var _ref320 = _asyncToGenerator(function* (sdk, request, options) {
3686
+ var _ref326 = _asyncToGenerator(function* (sdk, request, options) {
3622
3687
  return sdk.get('/roles/search', {
3623
3688
  fields: request.fields,
3624
3689
  limit: request.limit,
@@ -3631,12 +3696,12 @@ export var search_roles = function () {
3631
3696
  }, null, options);
3632
3697
  });
3633
3698
 
3634
- return function search_roles(_x1096, _x1097, _x1098) {
3635
- return _ref320.apply(this, arguments);
3699
+ return function search_roles(_x1114, _x1115, _x1116) {
3700
+ return _ref326.apply(this, arguments);
3636
3701
  };
3637
3702
  }();
3638
3703
  export var search_roles_with_user_count = function () {
3639
- var _ref321 = _asyncToGenerator(function* (sdk, request, options) {
3704
+ var _ref327 = _asyncToGenerator(function* (sdk, request, options) {
3640
3705
  return sdk.get('/roles/search/with_user_count', {
3641
3706
  fields: request.fields,
3642
3707
  limit: request.limit,
@@ -3649,120 +3714,120 @@ export var search_roles_with_user_count = function () {
3649
3714
  }, null, options);
3650
3715
  });
3651
3716
 
3652
- return function search_roles_with_user_count(_x1099, _x1100, _x1101) {
3653
- return _ref321.apply(this, arguments);
3717
+ return function search_roles_with_user_count(_x1117, _x1118, _x1119) {
3718
+ return _ref327.apply(this, arguments);
3654
3719
  };
3655
3720
  }();
3656
3721
  export var role = function () {
3657
- var _ref322 = _asyncToGenerator(function* (sdk, role_id, options) {
3722
+ var _ref328 = _asyncToGenerator(function* (sdk, role_id, options) {
3658
3723
  return sdk.get("/roles/".concat(role_id), null, null, options);
3659
3724
  });
3660
3725
 
3661
- return function role(_x1102, _x1103, _x1104) {
3662
- return _ref322.apply(this, arguments);
3726
+ return function role(_x1120, _x1121, _x1122) {
3727
+ return _ref328.apply(this, arguments);
3663
3728
  };
3664
3729
  }();
3665
3730
  export var update_role = function () {
3666
- var _ref323 = _asyncToGenerator(function* (sdk, role_id, body, options) {
3731
+ var _ref329 = _asyncToGenerator(function* (sdk, role_id, body, options) {
3667
3732
  return sdk.patch("/roles/".concat(role_id), null, body, options);
3668
3733
  });
3669
3734
 
3670
- return function update_role(_x1105, _x1106, _x1107, _x1108) {
3671
- return _ref323.apply(this, arguments);
3735
+ return function update_role(_x1123, _x1124, _x1125, _x1126) {
3736
+ return _ref329.apply(this, arguments);
3672
3737
  };
3673
3738
  }();
3674
3739
  export var delete_role = function () {
3675
- var _ref324 = _asyncToGenerator(function* (sdk, role_id, options) {
3740
+ var _ref330 = _asyncToGenerator(function* (sdk, role_id, options) {
3676
3741
  return sdk.delete("/roles/".concat(role_id), null, null, options);
3677
3742
  });
3678
3743
 
3679
- return function delete_role(_x1109, _x1110, _x1111) {
3680
- return _ref324.apply(this, arguments);
3744
+ return function delete_role(_x1127, _x1128, _x1129) {
3745
+ return _ref330.apply(this, arguments);
3681
3746
  };
3682
3747
  }();
3683
3748
  export var role_groups = function () {
3684
- var _ref325 = _asyncToGenerator(function* (sdk, role_id, fields, options) {
3749
+ var _ref331 = _asyncToGenerator(function* (sdk, role_id, fields, options) {
3685
3750
  return sdk.get("/roles/".concat(role_id, "/groups"), {
3686
3751
  fields
3687
3752
  }, null, options);
3688
3753
  });
3689
3754
 
3690
- return function role_groups(_x1112, _x1113, _x1114, _x1115) {
3691
- return _ref325.apply(this, arguments);
3755
+ return function role_groups(_x1130, _x1131, _x1132, _x1133) {
3756
+ return _ref331.apply(this, arguments);
3692
3757
  };
3693
3758
  }();
3694
3759
  export var set_role_groups = function () {
3695
- var _ref326 = _asyncToGenerator(function* (sdk, role_id, body, options) {
3760
+ var _ref332 = _asyncToGenerator(function* (sdk, role_id, body, options) {
3696
3761
  return sdk.put("/roles/".concat(role_id, "/groups"), null, body, options);
3697
3762
  });
3698
3763
 
3699
- return function set_role_groups(_x1116, _x1117, _x1118, _x1119) {
3700
- return _ref326.apply(this, arguments);
3764
+ return function set_role_groups(_x1134, _x1135, _x1136, _x1137) {
3765
+ return _ref332.apply(this, arguments);
3701
3766
  };
3702
3767
  }();
3703
3768
  export var role_users = function () {
3704
- var _ref327 = _asyncToGenerator(function* (sdk, request, options) {
3769
+ var _ref333 = _asyncToGenerator(function* (sdk, request, options) {
3705
3770
  return sdk.get("/roles/".concat(request.role_id, "/users"), {
3706
3771
  fields: request.fields,
3707
3772
  direct_association_only: request.direct_association_only
3708
3773
  }, null, options);
3709
3774
  });
3710
3775
 
3711
- return function role_users(_x1120, _x1121, _x1122) {
3712
- return _ref327.apply(this, arguments);
3776
+ return function role_users(_x1138, _x1139, _x1140) {
3777
+ return _ref333.apply(this, arguments);
3713
3778
  };
3714
3779
  }();
3715
3780
  export var set_role_users = function () {
3716
- var _ref328 = _asyncToGenerator(function* (sdk, role_id, body, options) {
3781
+ var _ref334 = _asyncToGenerator(function* (sdk, role_id, body, options) {
3717
3782
  return sdk.put("/roles/".concat(role_id, "/users"), null, body, options);
3718
3783
  });
3719
3784
 
3720
- return function set_role_users(_x1123, _x1124, _x1125, _x1126) {
3721
- return _ref328.apply(this, arguments);
3785
+ return function set_role_users(_x1141, _x1142, _x1143, _x1144) {
3786
+ return _ref334.apply(this, arguments);
3722
3787
  };
3723
3788
  }();
3724
3789
  export var scheduled_plans_for_space = function () {
3725
- var _ref329 = _asyncToGenerator(function* (sdk, space_id, fields, options) {
3790
+ var _ref335 = _asyncToGenerator(function* (sdk, space_id, fields, options) {
3726
3791
  return sdk.get("/scheduled_plans/space/".concat(space_id), {
3727
3792
  fields
3728
3793
  }, null, options);
3729
3794
  });
3730
3795
 
3731
- return function scheduled_plans_for_space(_x1127, _x1128, _x1129, _x1130) {
3732
- return _ref329.apply(this, arguments);
3796
+ return function scheduled_plans_for_space(_x1145, _x1146, _x1147, _x1148) {
3797
+ return _ref335.apply(this, arguments);
3733
3798
  };
3734
3799
  }();
3735
3800
  export var scheduled_plan = function () {
3736
- var _ref330 = _asyncToGenerator(function* (sdk, scheduled_plan_id, fields, options) {
3801
+ var _ref336 = _asyncToGenerator(function* (sdk, scheduled_plan_id, fields, options) {
3737
3802
  return sdk.get("/scheduled_plans/".concat(scheduled_plan_id), {
3738
3803
  fields
3739
3804
  }, null, options);
3740
3805
  });
3741
3806
 
3742
- return function scheduled_plan(_x1131, _x1132, _x1133, _x1134) {
3743
- return _ref330.apply(this, arguments);
3807
+ return function scheduled_plan(_x1149, _x1150, _x1151, _x1152) {
3808
+ return _ref336.apply(this, arguments);
3744
3809
  };
3745
3810
  }();
3746
3811
  export var update_scheduled_plan = function () {
3747
- var _ref331 = _asyncToGenerator(function* (sdk, scheduled_plan_id, body, options) {
3812
+ var _ref337 = _asyncToGenerator(function* (sdk, scheduled_plan_id, body, options) {
3748
3813
  return sdk.patch("/scheduled_plans/".concat(scheduled_plan_id), null, body, options);
3749
3814
  });
3750
3815
 
3751
- return function update_scheduled_plan(_x1135, _x1136, _x1137, _x1138) {
3752
- return _ref331.apply(this, arguments);
3816
+ return function update_scheduled_plan(_x1153, _x1154, _x1155, _x1156) {
3817
+ return _ref337.apply(this, arguments);
3753
3818
  };
3754
3819
  }();
3755
3820
  export var delete_scheduled_plan = function () {
3756
- var _ref332 = _asyncToGenerator(function* (sdk, scheduled_plan_id, options) {
3821
+ var _ref338 = _asyncToGenerator(function* (sdk, scheduled_plan_id, options) {
3757
3822
  return sdk.delete("/scheduled_plans/".concat(scheduled_plan_id), null, null, options);
3758
3823
  });
3759
3824
 
3760
- return function delete_scheduled_plan(_x1139, _x1140, _x1141) {
3761
- return _ref332.apply(this, arguments);
3825
+ return function delete_scheduled_plan(_x1157, _x1158, _x1159) {
3826
+ return _ref338.apply(this, arguments);
3762
3827
  };
3763
3828
  }();
3764
3829
  export var all_scheduled_plans = function () {
3765
- var _ref333 = _asyncToGenerator(function* (sdk, request, options) {
3830
+ var _ref339 = _asyncToGenerator(function* (sdk, request, options) {
3766
3831
  return sdk.get('/scheduled_plans', {
3767
3832
  user_id: request.user_id,
3768
3833
  fields: request.fields,
@@ -3770,30 +3835,30 @@ export var all_scheduled_plans = function () {
3770
3835
  }, null, options);
3771
3836
  });
3772
3837
 
3773
- return function all_scheduled_plans(_x1142, _x1143, _x1144) {
3774
- return _ref333.apply(this, arguments);
3838
+ return function all_scheduled_plans(_x1160, _x1161, _x1162) {
3839
+ return _ref339.apply(this, arguments);
3775
3840
  };
3776
3841
  }();
3777
3842
  export var create_scheduled_plan = function () {
3778
- var _ref334 = _asyncToGenerator(function* (sdk, body, options) {
3843
+ var _ref340 = _asyncToGenerator(function* (sdk, body, options) {
3779
3844
  return sdk.post('/scheduled_plans', null, body, options);
3780
3845
  });
3781
3846
 
3782
- return function create_scheduled_plan(_x1145, _x1146, _x1147) {
3783
- return _ref334.apply(this, arguments);
3847
+ return function create_scheduled_plan(_x1163, _x1164, _x1165) {
3848
+ return _ref340.apply(this, arguments);
3784
3849
  };
3785
3850
  }();
3786
3851
  export var scheduled_plan_run_once = function () {
3787
- var _ref335 = _asyncToGenerator(function* (sdk, body, options) {
3852
+ var _ref341 = _asyncToGenerator(function* (sdk, body, options) {
3788
3853
  return sdk.post('/scheduled_plans/run_once', null, body, options);
3789
3854
  });
3790
3855
 
3791
- return function scheduled_plan_run_once(_x1148, _x1149, _x1150) {
3792
- return _ref335.apply(this, arguments);
3856
+ return function scheduled_plan_run_once(_x1166, _x1167, _x1168) {
3857
+ return _ref341.apply(this, arguments);
3793
3858
  };
3794
3859
  }();
3795
3860
  export var scheduled_plans_for_look = function () {
3796
- var _ref336 = _asyncToGenerator(function* (sdk, request, options) {
3861
+ var _ref342 = _asyncToGenerator(function* (sdk, request, options) {
3797
3862
  return sdk.get("/scheduled_plans/look/".concat(request.look_id), {
3798
3863
  user_id: request.user_id,
3799
3864
  fields: request.fields,
@@ -3801,12 +3866,12 @@ export var scheduled_plans_for_look = function () {
3801
3866
  }, null, options);
3802
3867
  });
3803
3868
 
3804
- return function scheduled_plans_for_look(_x1151, _x1152, _x1153) {
3805
- return _ref336.apply(this, arguments);
3869
+ return function scheduled_plans_for_look(_x1169, _x1170, _x1171) {
3870
+ return _ref342.apply(this, arguments);
3806
3871
  };
3807
3872
  }();
3808
3873
  export var scheduled_plans_for_dashboard = function () {
3809
- var _ref337 = _asyncToGenerator(function* (sdk, request, options) {
3874
+ var _ref343 = _asyncToGenerator(function* (sdk, request, options) {
3810
3875
  return sdk.get("/scheduled_plans/dashboard/".concat(request.dashboard_id), {
3811
3876
  user_id: request.user_id,
3812
3877
  all_users: request.all_users,
@@ -3814,12 +3879,12 @@ export var scheduled_plans_for_dashboard = function () {
3814
3879
  }, null, options);
3815
3880
  });
3816
3881
 
3817
- return function scheduled_plans_for_dashboard(_x1154, _x1155, _x1156) {
3818
- return _ref337.apply(this, arguments);
3882
+ return function scheduled_plans_for_dashboard(_x1172, _x1173, _x1174) {
3883
+ return _ref343.apply(this, arguments);
3819
3884
  };
3820
3885
  }();
3821
3886
  export var scheduled_plans_for_lookml_dashboard = function () {
3822
- var _ref338 = _asyncToGenerator(function* (sdk, request, options) {
3887
+ var _ref344 = _asyncToGenerator(function* (sdk, request, options) {
3823
3888
  request.lookml_dashboard_id = encodeParam(request.lookml_dashboard_id);
3824
3889
  return sdk.get("/scheduled_plans/lookml_dashboard/".concat(request.lookml_dashboard_id), {
3825
3890
  user_id: request.user_id,
@@ -3828,59 +3893,59 @@ export var scheduled_plans_for_lookml_dashboard = function () {
3828
3893
  }, null, options);
3829
3894
  });
3830
3895
 
3831
- return function scheduled_plans_for_lookml_dashboard(_x1157, _x1158, _x1159) {
3832
- return _ref338.apply(this, arguments);
3896
+ return function scheduled_plans_for_lookml_dashboard(_x1175, _x1176, _x1177) {
3897
+ return _ref344.apply(this, arguments);
3833
3898
  };
3834
3899
  }();
3835
3900
  export var scheduled_plan_run_once_by_id = function () {
3836
- var _ref339 = _asyncToGenerator(function* (sdk, scheduled_plan_id, body, options) {
3901
+ var _ref345 = _asyncToGenerator(function* (sdk, scheduled_plan_id, body, options) {
3837
3902
  return sdk.post("/scheduled_plans/".concat(scheduled_plan_id, "/run_once"), null, body, options);
3838
3903
  });
3839
3904
 
3840
- return function scheduled_plan_run_once_by_id(_x1160, _x1161, _x1162, _x1163) {
3841
- return _ref339.apply(this, arguments);
3905
+ return function scheduled_plan_run_once_by_id(_x1178, _x1179, _x1180, _x1181) {
3906
+ return _ref345.apply(this, arguments);
3842
3907
  };
3843
3908
  }();
3844
3909
  export var session = function () {
3845
- var _ref340 = _asyncToGenerator(function* (sdk, options) {
3910
+ var _ref346 = _asyncToGenerator(function* (sdk, options) {
3846
3911
  return sdk.get('/session', null, null, options);
3847
3912
  });
3848
3913
 
3849
- return function session(_x1164, _x1165) {
3850
- return _ref340.apply(this, arguments);
3914
+ return function session(_x1182, _x1183) {
3915
+ return _ref346.apply(this, arguments);
3851
3916
  };
3852
3917
  }();
3853
3918
  export var update_session = function () {
3854
- var _ref341 = _asyncToGenerator(function* (sdk, body, options) {
3919
+ var _ref347 = _asyncToGenerator(function* (sdk, body, options) {
3855
3920
  return sdk.patch('/session', null, body, options);
3856
3921
  });
3857
3922
 
3858
- return function update_session(_x1166, _x1167, _x1168) {
3859
- return _ref341.apply(this, arguments);
3923
+ return function update_session(_x1184, _x1185, _x1186) {
3924
+ return _ref347.apply(this, arguments);
3860
3925
  };
3861
3926
  }();
3862
3927
  export var all_themes = function () {
3863
- var _ref342 = _asyncToGenerator(function* (sdk, fields, options) {
3928
+ var _ref348 = _asyncToGenerator(function* (sdk, fields, options) {
3864
3929
  return sdk.get('/themes', {
3865
3930
  fields
3866
3931
  }, null, options);
3867
3932
  });
3868
3933
 
3869
- return function all_themes(_x1169, _x1170, _x1171) {
3870
- return _ref342.apply(this, arguments);
3934
+ return function all_themes(_x1187, _x1188, _x1189) {
3935
+ return _ref348.apply(this, arguments);
3871
3936
  };
3872
3937
  }();
3873
3938
  export var create_theme = function () {
3874
- var _ref343 = _asyncToGenerator(function* (sdk, body, options) {
3939
+ var _ref349 = _asyncToGenerator(function* (sdk, body, options) {
3875
3940
  return sdk.post('/themes', null, body, options);
3876
3941
  });
3877
3942
 
3878
- return function create_theme(_x1172, _x1173, _x1174) {
3879
- return _ref343.apply(this, arguments);
3943
+ return function create_theme(_x1190, _x1191, _x1192) {
3944
+ return _ref349.apply(this, arguments);
3880
3945
  };
3881
3946
  }();
3882
3947
  export var search_themes = function () {
3883
- var _ref344 = _asyncToGenerator(function* (sdk, request, options) {
3948
+ var _ref350 = _asyncToGenerator(function* (sdk, request, options) {
3884
3949
  return sdk.get('/themes/search', {
3885
3950
  id: request.id,
3886
3951
  name: request.name,
@@ -3894,34 +3959,34 @@ export var search_themes = function () {
3894
3959
  }, null, options);
3895
3960
  });
3896
3961
 
3897
- return function search_themes(_x1175, _x1176, _x1177) {
3898
- return _ref344.apply(this, arguments);
3962
+ return function search_themes(_x1193, _x1194, _x1195) {
3963
+ return _ref350.apply(this, arguments);
3899
3964
  };
3900
3965
  }();
3901
3966
  export var default_theme = function () {
3902
- var _ref345 = _asyncToGenerator(function* (sdk, ts, options) {
3967
+ var _ref351 = _asyncToGenerator(function* (sdk, ts, options) {
3903
3968
  return sdk.get('/themes/default', {
3904
3969
  ts
3905
3970
  }, null, options);
3906
3971
  });
3907
3972
 
3908
- return function default_theme(_x1178, _x1179, _x1180) {
3909
- return _ref345.apply(this, arguments);
3973
+ return function default_theme(_x1196, _x1197, _x1198) {
3974
+ return _ref351.apply(this, arguments);
3910
3975
  };
3911
3976
  }();
3912
3977
  export var set_default_theme = function () {
3913
- var _ref346 = _asyncToGenerator(function* (sdk, name, options) {
3978
+ var _ref352 = _asyncToGenerator(function* (sdk, name, options) {
3914
3979
  return sdk.put('/themes/default', {
3915
3980
  name
3916
3981
  }, null, options);
3917
3982
  });
3918
3983
 
3919
- return function set_default_theme(_x1181, _x1182, _x1183) {
3920
- return _ref346.apply(this, arguments);
3984
+ return function set_default_theme(_x1199, _x1200, _x1201) {
3985
+ return _ref352.apply(this, arguments);
3921
3986
  };
3922
3987
  }();
3923
3988
  export var active_themes = function () {
3924
- var _ref347 = _asyncToGenerator(function* (sdk, request, options) {
3989
+ var _ref353 = _asyncToGenerator(function* (sdk, request, options) {
3925
3990
  return sdk.get('/themes/active', {
3926
3991
  name: request.name,
3927
3992
  ts: request.ts,
@@ -3929,63 +3994,63 @@ export var active_themes = function () {
3929
3994
  }, null, options);
3930
3995
  });
3931
3996
 
3932
- return function active_themes(_x1184, _x1185, _x1186) {
3933
- return _ref347.apply(this, arguments);
3997
+ return function active_themes(_x1202, _x1203, _x1204) {
3998
+ return _ref353.apply(this, arguments);
3934
3999
  };
3935
4000
  }();
3936
4001
  export var theme_or_default = function () {
3937
- var _ref348 = _asyncToGenerator(function* (sdk, name, ts, options) {
4002
+ var _ref354 = _asyncToGenerator(function* (sdk, name, ts, options) {
3938
4003
  return sdk.get('/themes/theme_or_default', {
3939
4004
  name,
3940
4005
  ts
3941
4006
  }, null, options);
3942
4007
  });
3943
4008
 
3944
- return function theme_or_default(_x1187, _x1188, _x1189, _x1190) {
3945
- return _ref348.apply(this, arguments);
4009
+ return function theme_or_default(_x1205, _x1206, _x1207, _x1208) {
4010
+ return _ref354.apply(this, arguments);
3946
4011
  };
3947
4012
  }();
3948
4013
  export var validate_theme = function () {
3949
- var _ref349 = _asyncToGenerator(function* (sdk, body, options) {
4014
+ var _ref355 = _asyncToGenerator(function* (sdk, body, options) {
3950
4015
  return sdk.post('/themes/validate', null, body, options);
3951
4016
  });
3952
4017
 
3953
- return function validate_theme(_x1191, _x1192, _x1193) {
3954
- return _ref349.apply(this, arguments);
4018
+ return function validate_theme(_x1209, _x1210, _x1211) {
4019
+ return _ref355.apply(this, arguments);
3955
4020
  };
3956
4021
  }();
3957
4022
  export var theme = function () {
3958
- var _ref350 = _asyncToGenerator(function* (sdk, theme_id, fields, options) {
4023
+ var _ref356 = _asyncToGenerator(function* (sdk, theme_id, fields, options) {
3959
4024
  return sdk.get("/themes/".concat(theme_id), {
3960
4025
  fields
3961
4026
  }, null, options);
3962
4027
  });
3963
4028
 
3964
- return function theme(_x1194, _x1195, _x1196, _x1197) {
3965
- return _ref350.apply(this, arguments);
4029
+ return function theme(_x1212, _x1213, _x1214, _x1215) {
4030
+ return _ref356.apply(this, arguments);
3966
4031
  };
3967
4032
  }();
3968
4033
  export var update_theme = function () {
3969
- var _ref351 = _asyncToGenerator(function* (sdk, theme_id, body, options) {
4034
+ var _ref357 = _asyncToGenerator(function* (sdk, theme_id, body, options) {
3970
4035
  return sdk.patch("/themes/".concat(theme_id), null, body, options);
3971
4036
  });
3972
4037
 
3973
- return function update_theme(_x1198, _x1199, _x1200, _x1201) {
3974
- return _ref351.apply(this, arguments);
4038
+ return function update_theme(_x1216, _x1217, _x1218, _x1219) {
4039
+ return _ref357.apply(this, arguments);
3975
4040
  };
3976
4041
  }();
3977
4042
  export var delete_theme = function () {
3978
- var _ref352 = _asyncToGenerator(function* (sdk, theme_id, options) {
4043
+ var _ref358 = _asyncToGenerator(function* (sdk, theme_id, options) {
3979
4044
  theme_id = encodeParam(theme_id);
3980
4045
  return sdk.delete("/themes/".concat(theme_id), null, null, options);
3981
4046
  });
3982
4047
 
3983
- return function delete_theme(_x1202, _x1203, _x1204) {
3984
- return _ref352.apply(this, arguments);
4048
+ return function delete_theme(_x1220, _x1221, _x1222) {
4049
+ return _ref358.apply(this, arguments);
3985
4050
  };
3986
4051
  }();
3987
4052
  export var search_credentials_email = function () {
3988
- var _ref353 = _asyncToGenerator(function* (sdk, request, options) {
4053
+ var _ref359 = _asyncToGenerator(function* (sdk, request, options) {
3989
4054
  return sdk.get('/credentials_email/search', {
3990
4055
  fields: request.fields,
3991
4056
  limit: request.limit,
@@ -3998,23 +4063,23 @@ export var search_credentials_email = function () {
3998
4063
  }, null, options);
3999
4064
  });
4000
4065
 
4001
- return function search_credentials_email(_x1205, _x1206, _x1207) {
4002
- return _ref353.apply(this, arguments);
4066
+ return function search_credentials_email(_x1223, _x1224, _x1225) {
4067
+ return _ref359.apply(this, arguments);
4003
4068
  };
4004
4069
  }();
4005
4070
  export var me = function () {
4006
- var _ref354 = _asyncToGenerator(function* (sdk, fields, options) {
4071
+ var _ref360 = _asyncToGenerator(function* (sdk, fields, options) {
4007
4072
  return sdk.get('/user', {
4008
4073
  fields
4009
4074
  }, null, options);
4010
4075
  });
4011
4076
 
4012
- return function me(_x1208, _x1209, _x1210) {
4013
- return _ref354.apply(this, arguments);
4077
+ return function me(_x1226, _x1227, _x1228) {
4078
+ return _ref360.apply(this, arguments);
4014
4079
  };
4015
4080
  }();
4016
4081
  export var all_users = function () {
4017
- var _ref355 = _asyncToGenerator(function* (sdk, request, options) {
4082
+ var _ref361 = _asyncToGenerator(function* (sdk, request, options) {
4018
4083
  return sdk.get('/users', {
4019
4084
  fields: request.fields,
4020
4085
  page: request.page,
@@ -4026,23 +4091,23 @@ export var all_users = function () {
4026
4091
  }, null, options);
4027
4092
  });
4028
4093
 
4029
- return function all_users(_x1211, _x1212, _x1213) {
4030
- return _ref355.apply(this, arguments);
4094
+ return function all_users(_x1229, _x1230, _x1231) {
4095
+ return _ref361.apply(this, arguments);
4031
4096
  };
4032
4097
  }();
4033
4098
  export var create_user = function () {
4034
- var _ref356 = _asyncToGenerator(function* (sdk, body, fields, options) {
4099
+ var _ref362 = _asyncToGenerator(function* (sdk, body, fields, options) {
4035
4100
  return sdk.post('/users', {
4036
4101
  fields
4037
4102
  }, body, options);
4038
4103
  });
4039
4104
 
4040
- return function create_user(_x1214, _x1215, _x1216, _x1217) {
4041
- return _ref356.apply(this, arguments);
4105
+ return function create_user(_x1232, _x1233, _x1234, _x1235) {
4106
+ return _ref362.apply(this, arguments);
4042
4107
  };
4043
4108
  }();
4044
4109
  export var search_users = function () {
4045
- var _ref357 = _asyncToGenerator(function* (sdk, request, options) {
4110
+ var _ref363 = _asyncToGenerator(function* (sdk, request, options) {
4046
4111
  return sdk.get('/users/search', {
4047
4112
  fields: request.fields,
4048
4113
  page: request.page,
@@ -4063,12 +4128,12 @@ export var search_users = function () {
4063
4128
  }, null, options);
4064
4129
  });
4065
4130
 
4066
- return function search_users(_x1218, _x1219, _x1220) {
4067
- return _ref357.apply(this, arguments);
4131
+ return function search_users(_x1236, _x1237, _x1238) {
4132
+ return _ref363.apply(this, arguments);
4068
4133
  };
4069
4134
  }();
4070
4135
  export var search_users_names = function () {
4071
- var _ref358 = _asyncToGenerator(function* (sdk, request, options) {
4136
+ var _ref364 = _asyncToGenerator(function* (sdk, request, options) {
4072
4137
  request.pattern = encodeParam(request.pattern);
4073
4138
  return sdk.get("/users/search/names/".concat(request.pattern), {
4074
4139
  fields: request.fields,
@@ -4086,43 +4151,43 @@ export var search_users_names = function () {
4086
4151
  }, null, options);
4087
4152
  });
4088
4153
 
4089
- return function search_users_names(_x1221, _x1222, _x1223) {
4090
- return _ref358.apply(this, arguments);
4154
+ return function search_users_names(_x1239, _x1240, _x1241) {
4155
+ return _ref364.apply(this, arguments);
4091
4156
  };
4092
4157
  }();
4093
4158
  export var user = function () {
4094
- var _ref359 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4159
+ var _ref365 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4095
4160
  return sdk.get("/users/".concat(user_id), {
4096
4161
  fields
4097
4162
  }, null, options);
4098
4163
  });
4099
4164
 
4100
- return function user(_x1224, _x1225, _x1226, _x1227) {
4101
- return _ref359.apply(this, arguments);
4165
+ return function user(_x1242, _x1243, _x1244, _x1245) {
4166
+ return _ref365.apply(this, arguments);
4102
4167
  };
4103
4168
  }();
4104
4169
  export var update_user = function () {
4105
- var _ref360 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
4170
+ var _ref366 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
4106
4171
  return sdk.patch("/users/".concat(user_id), {
4107
4172
  fields
4108
4173
  }, body, options);
4109
4174
  });
4110
4175
 
4111
- return function update_user(_x1228, _x1229, _x1230, _x1231, _x1232) {
4112
- return _ref360.apply(this, arguments);
4176
+ return function update_user(_x1246, _x1247, _x1248, _x1249, _x1250) {
4177
+ return _ref366.apply(this, arguments);
4113
4178
  };
4114
4179
  }();
4115
4180
  export var delete_user = function () {
4116
- var _ref361 = _asyncToGenerator(function* (sdk, user_id, options) {
4181
+ var _ref367 = _asyncToGenerator(function* (sdk, user_id, options) {
4117
4182
  return sdk.delete("/users/".concat(user_id), null, null, options);
4118
4183
  });
4119
4184
 
4120
- return function delete_user(_x1233, _x1234, _x1235) {
4121
- return _ref361.apply(this, arguments);
4185
+ return function delete_user(_x1251, _x1252, _x1253) {
4186
+ return _ref367.apply(this, arguments);
4122
4187
  };
4123
4188
  }();
4124
4189
  export var user_for_credential = function () {
4125
- var _ref362 = _asyncToGenerator(function* (sdk, credential_type, credential_id, fields, options) {
4190
+ var _ref368 = _asyncToGenerator(function* (sdk, credential_type, credential_id, fields, options) {
4126
4191
  credential_type = encodeParam(credential_type);
4127
4192
  credential_id = encodeParam(credential_id);
4128
4193
  return sdk.get("/users/credential/".concat(credential_type, "/").concat(credential_id), {
@@ -4130,324 +4195,324 @@ export var user_for_credential = function () {
4130
4195
  }, null, options);
4131
4196
  });
4132
4197
 
4133
- return function user_for_credential(_x1236, _x1237, _x1238, _x1239, _x1240) {
4134
- return _ref362.apply(this, arguments);
4198
+ return function user_for_credential(_x1254, _x1255, _x1256, _x1257, _x1258) {
4199
+ return _ref368.apply(this, arguments);
4135
4200
  };
4136
4201
  }();
4137
4202
  export var user_credentials_email = function () {
4138
- var _ref363 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4203
+ var _ref369 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4139
4204
  return sdk.get("/users/".concat(user_id, "/credentials_email"), {
4140
4205
  fields
4141
4206
  }, null, options);
4142
4207
  });
4143
4208
 
4144
- return function user_credentials_email(_x1241, _x1242, _x1243, _x1244) {
4145
- return _ref363.apply(this, arguments);
4209
+ return function user_credentials_email(_x1259, _x1260, _x1261, _x1262) {
4210
+ return _ref369.apply(this, arguments);
4146
4211
  };
4147
4212
  }();
4148
4213
  export var create_user_credentials_email = function () {
4149
- var _ref364 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
4214
+ var _ref370 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
4150
4215
  return sdk.post("/users/".concat(user_id, "/credentials_email"), {
4151
4216
  fields
4152
4217
  }, body, options);
4153
4218
  });
4154
4219
 
4155
- return function create_user_credentials_email(_x1245, _x1246, _x1247, _x1248, _x1249) {
4156
- return _ref364.apply(this, arguments);
4220
+ return function create_user_credentials_email(_x1263, _x1264, _x1265, _x1266, _x1267) {
4221
+ return _ref370.apply(this, arguments);
4157
4222
  };
4158
4223
  }();
4159
4224
  export var update_user_credentials_email = function () {
4160
- var _ref365 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
4225
+ var _ref371 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
4161
4226
  return sdk.patch("/users/".concat(user_id, "/credentials_email"), {
4162
4227
  fields
4163
4228
  }, body, options);
4164
4229
  });
4165
4230
 
4166
- return function update_user_credentials_email(_x1250, _x1251, _x1252, _x1253, _x1254) {
4167
- return _ref365.apply(this, arguments);
4231
+ return function update_user_credentials_email(_x1268, _x1269, _x1270, _x1271, _x1272) {
4232
+ return _ref371.apply(this, arguments);
4168
4233
  };
4169
4234
  }();
4170
4235
  export var delete_user_credentials_email = function () {
4171
- var _ref366 = _asyncToGenerator(function* (sdk, user_id, options) {
4236
+ var _ref372 = _asyncToGenerator(function* (sdk, user_id, options) {
4172
4237
  return sdk.delete("/users/".concat(user_id, "/credentials_email"), null, null, options);
4173
4238
  });
4174
4239
 
4175
- return function delete_user_credentials_email(_x1255, _x1256, _x1257) {
4176
- return _ref366.apply(this, arguments);
4240
+ return function delete_user_credentials_email(_x1273, _x1274, _x1275) {
4241
+ return _ref372.apply(this, arguments);
4177
4242
  };
4178
4243
  }();
4179
4244
  export var user_credentials_totp = function () {
4180
- var _ref367 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4245
+ var _ref373 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4181
4246
  return sdk.get("/users/".concat(user_id, "/credentials_totp"), {
4182
4247
  fields
4183
4248
  }, null, options);
4184
4249
  });
4185
4250
 
4186
- return function user_credentials_totp(_x1258, _x1259, _x1260, _x1261) {
4187
- return _ref367.apply(this, arguments);
4251
+ return function user_credentials_totp(_x1276, _x1277, _x1278, _x1279) {
4252
+ return _ref373.apply(this, arguments);
4188
4253
  };
4189
4254
  }();
4190
4255
  export var create_user_credentials_totp = function () {
4191
- var _ref368 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
4256
+ var _ref374 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
4192
4257
  return sdk.post("/users/".concat(user_id, "/credentials_totp"), {
4193
4258
  fields
4194
4259
  }, body, options);
4195
4260
  });
4196
4261
 
4197
- return function create_user_credentials_totp(_x1262, _x1263, _x1264, _x1265, _x1266) {
4198
- return _ref368.apply(this, arguments);
4262
+ return function create_user_credentials_totp(_x1280, _x1281, _x1282, _x1283, _x1284) {
4263
+ return _ref374.apply(this, arguments);
4199
4264
  };
4200
4265
  }();
4201
4266
  export var delete_user_credentials_totp = function () {
4202
- var _ref369 = _asyncToGenerator(function* (sdk, user_id, options) {
4267
+ var _ref375 = _asyncToGenerator(function* (sdk, user_id, options) {
4203
4268
  return sdk.delete("/users/".concat(user_id, "/credentials_totp"), null, null, options);
4204
4269
  });
4205
4270
 
4206
- return function delete_user_credentials_totp(_x1267, _x1268, _x1269) {
4207
- return _ref369.apply(this, arguments);
4271
+ return function delete_user_credentials_totp(_x1285, _x1286, _x1287) {
4272
+ return _ref375.apply(this, arguments);
4208
4273
  };
4209
4274
  }();
4210
4275
  export var user_credentials_ldap = function () {
4211
- var _ref370 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4276
+ var _ref376 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4212
4277
  return sdk.get("/users/".concat(user_id, "/credentials_ldap"), {
4213
4278
  fields
4214
4279
  }, null, options);
4215
4280
  });
4216
4281
 
4217
- return function user_credentials_ldap(_x1270, _x1271, _x1272, _x1273) {
4218
- return _ref370.apply(this, arguments);
4282
+ return function user_credentials_ldap(_x1288, _x1289, _x1290, _x1291) {
4283
+ return _ref376.apply(this, arguments);
4219
4284
  };
4220
4285
  }();
4221
4286
  export var delete_user_credentials_ldap = function () {
4222
- var _ref371 = _asyncToGenerator(function* (sdk, user_id, options) {
4287
+ var _ref377 = _asyncToGenerator(function* (sdk, user_id, options) {
4223
4288
  return sdk.delete("/users/".concat(user_id, "/credentials_ldap"), null, null, options);
4224
4289
  });
4225
4290
 
4226
- return function delete_user_credentials_ldap(_x1274, _x1275, _x1276) {
4227
- return _ref371.apply(this, arguments);
4291
+ return function delete_user_credentials_ldap(_x1292, _x1293, _x1294) {
4292
+ return _ref377.apply(this, arguments);
4228
4293
  };
4229
4294
  }();
4230
4295
  export var user_credentials_google = function () {
4231
- var _ref372 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4296
+ var _ref378 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4232
4297
  return sdk.get("/users/".concat(user_id, "/credentials_google"), {
4233
4298
  fields
4234
4299
  }, null, options);
4235
4300
  });
4236
4301
 
4237
- return function user_credentials_google(_x1277, _x1278, _x1279, _x1280) {
4238
- return _ref372.apply(this, arguments);
4302
+ return function user_credentials_google(_x1295, _x1296, _x1297, _x1298) {
4303
+ return _ref378.apply(this, arguments);
4239
4304
  };
4240
4305
  }();
4241
4306
  export var delete_user_credentials_google = function () {
4242
- var _ref373 = _asyncToGenerator(function* (sdk, user_id, options) {
4307
+ var _ref379 = _asyncToGenerator(function* (sdk, user_id, options) {
4243
4308
  return sdk.delete("/users/".concat(user_id, "/credentials_google"), null, null, options);
4244
4309
  });
4245
4310
 
4246
- return function delete_user_credentials_google(_x1281, _x1282, _x1283) {
4247
- return _ref373.apply(this, arguments);
4311
+ return function delete_user_credentials_google(_x1299, _x1300, _x1301) {
4312
+ return _ref379.apply(this, arguments);
4248
4313
  };
4249
4314
  }();
4250
4315
  export var user_credentials_saml = function () {
4251
- var _ref374 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4316
+ var _ref380 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4252
4317
  return sdk.get("/users/".concat(user_id, "/credentials_saml"), {
4253
4318
  fields
4254
4319
  }, null, options);
4255
4320
  });
4256
4321
 
4257
- return function user_credentials_saml(_x1284, _x1285, _x1286, _x1287) {
4258
- return _ref374.apply(this, arguments);
4322
+ return function user_credentials_saml(_x1302, _x1303, _x1304, _x1305) {
4323
+ return _ref380.apply(this, arguments);
4259
4324
  };
4260
4325
  }();
4261
4326
  export var delete_user_credentials_saml = function () {
4262
- var _ref375 = _asyncToGenerator(function* (sdk, user_id, options) {
4327
+ var _ref381 = _asyncToGenerator(function* (sdk, user_id, options) {
4263
4328
  return sdk.delete("/users/".concat(user_id, "/credentials_saml"), null, null, options);
4264
4329
  });
4265
4330
 
4266
- return function delete_user_credentials_saml(_x1288, _x1289, _x1290) {
4267
- return _ref375.apply(this, arguments);
4331
+ return function delete_user_credentials_saml(_x1306, _x1307, _x1308) {
4332
+ return _ref381.apply(this, arguments);
4268
4333
  };
4269
4334
  }();
4270
4335
  export var user_credentials_oidc = function () {
4271
- var _ref376 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4336
+ var _ref382 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4272
4337
  return sdk.get("/users/".concat(user_id, "/credentials_oidc"), {
4273
4338
  fields
4274
4339
  }, null, options);
4275
4340
  });
4276
4341
 
4277
- return function user_credentials_oidc(_x1291, _x1292, _x1293, _x1294) {
4278
- return _ref376.apply(this, arguments);
4342
+ return function user_credentials_oidc(_x1309, _x1310, _x1311, _x1312) {
4343
+ return _ref382.apply(this, arguments);
4279
4344
  };
4280
4345
  }();
4281
4346
  export var delete_user_credentials_oidc = function () {
4282
- var _ref377 = _asyncToGenerator(function* (sdk, user_id, options) {
4347
+ var _ref383 = _asyncToGenerator(function* (sdk, user_id, options) {
4283
4348
  return sdk.delete("/users/".concat(user_id, "/credentials_oidc"), null, null, options);
4284
4349
  });
4285
4350
 
4286
- return function delete_user_credentials_oidc(_x1295, _x1296, _x1297) {
4287
- return _ref377.apply(this, arguments);
4351
+ return function delete_user_credentials_oidc(_x1313, _x1314, _x1315) {
4352
+ return _ref383.apply(this, arguments);
4288
4353
  };
4289
4354
  }();
4290
4355
  export var user_credentials_api3 = function () {
4291
- var _ref378 = _asyncToGenerator(function* (sdk, user_id, credentials_api3_id, fields, options) {
4356
+ var _ref384 = _asyncToGenerator(function* (sdk, user_id, credentials_api3_id, fields, options) {
4292
4357
  return sdk.get("/users/".concat(user_id, "/credentials_api3/").concat(credentials_api3_id), {
4293
4358
  fields
4294
4359
  }, null, options);
4295
4360
  });
4296
4361
 
4297
- return function user_credentials_api3(_x1298, _x1299, _x1300, _x1301, _x1302) {
4298
- return _ref378.apply(this, arguments);
4362
+ return function user_credentials_api3(_x1316, _x1317, _x1318, _x1319, _x1320) {
4363
+ return _ref384.apply(this, arguments);
4299
4364
  };
4300
4365
  }();
4301
4366
  export var delete_user_credentials_api3 = function () {
4302
- var _ref379 = _asyncToGenerator(function* (sdk, user_id, credentials_api3_id, options) {
4367
+ var _ref385 = _asyncToGenerator(function* (sdk, user_id, credentials_api3_id, options) {
4303
4368
  return sdk.delete("/users/".concat(user_id, "/credentials_api3/").concat(credentials_api3_id), null, null, options);
4304
4369
  });
4305
4370
 
4306
- return function delete_user_credentials_api3(_x1303, _x1304, _x1305, _x1306) {
4307
- return _ref379.apply(this, arguments);
4371
+ return function delete_user_credentials_api3(_x1321, _x1322, _x1323, _x1324) {
4372
+ return _ref385.apply(this, arguments);
4308
4373
  };
4309
4374
  }();
4310
4375
  export var all_user_credentials_api3s = function () {
4311
- var _ref380 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4376
+ var _ref386 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4312
4377
  return sdk.get("/users/".concat(user_id, "/credentials_api3"), {
4313
4378
  fields
4314
4379
  }, null, options);
4315
4380
  });
4316
4381
 
4317
- return function all_user_credentials_api3s(_x1307, _x1308, _x1309, _x1310) {
4318
- return _ref380.apply(this, arguments);
4382
+ return function all_user_credentials_api3s(_x1325, _x1326, _x1327, _x1328) {
4383
+ return _ref386.apply(this, arguments);
4319
4384
  };
4320
4385
  }();
4321
4386
  export var create_user_credentials_api3 = function () {
4322
- var _ref381 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4387
+ var _ref387 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4323
4388
  return sdk.post("/users/".concat(user_id, "/credentials_api3"), {
4324
4389
  fields
4325
4390
  }, null, options);
4326
4391
  });
4327
4392
 
4328
- return function create_user_credentials_api3(_x1311, _x1312, _x1313, _x1314) {
4329
- return _ref381.apply(this, arguments);
4393
+ return function create_user_credentials_api3(_x1329, _x1330, _x1331, _x1332) {
4394
+ return _ref387.apply(this, arguments);
4330
4395
  };
4331
4396
  }();
4332
4397
  export var user_credentials_embed = function () {
4333
- var _ref382 = _asyncToGenerator(function* (sdk, user_id, credentials_embed_id, fields, options) {
4398
+ var _ref388 = _asyncToGenerator(function* (sdk, user_id, credentials_embed_id, fields, options) {
4334
4399
  return sdk.get("/users/".concat(user_id, "/credentials_embed/").concat(credentials_embed_id), {
4335
4400
  fields
4336
4401
  }, null, options);
4337
4402
  });
4338
4403
 
4339
- return function user_credentials_embed(_x1315, _x1316, _x1317, _x1318, _x1319) {
4340
- return _ref382.apply(this, arguments);
4404
+ return function user_credentials_embed(_x1333, _x1334, _x1335, _x1336, _x1337) {
4405
+ return _ref388.apply(this, arguments);
4341
4406
  };
4342
4407
  }();
4343
4408
  export var delete_user_credentials_embed = function () {
4344
- var _ref383 = _asyncToGenerator(function* (sdk, user_id, credentials_embed_id, options) {
4409
+ var _ref389 = _asyncToGenerator(function* (sdk, user_id, credentials_embed_id, options) {
4345
4410
  return sdk.delete("/users/".concat(user_id, "/credentials_embed/").concat(credentials_embed_id), null, null, options);
4346
4411
  });
4347
4412
 
4348
- return function delete_user_credentials_embed(_x1320, _x1321, _x1322, _x1323) {
4349
- return _ref383.apply(this, arguments);
4413
+ return function delete_user_credentials_embed(_x1338, _x1339, _x1340, _x1341) {
4414
+ return _ref389.apply(this, arguments);
4350
4415
  };
4351
4416
  }();
4352
4417
  export var all_user_credentials_embeds = function () {
4353
- var _ref384 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4418
+ var _ref390 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4354
4419
  return sdk.get("/users/".concat(user_id, "/credentials_embed"), {
4355
4420
  fields
4356
4421
  }, null, options);
4357
4422
  });
4358
4423
 
4359
- return function all_user_credentials_embeds(_x1324, _x1325, _x1326, _x1327) {
4360
- return _ref384.apply(this, arguments);
4424
+ return function all_user_credentials_embeds(_x1342, _x1343, _x1344, _x1345) {
4425
+ return _ref390.apply(this, arguments);
4361
4426
  };
4362
4427
  }();
4363
4428
  export var user_credentials_looker_openid = function () {
4364
- var _ref385 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4429
+ var _ref391 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4365
4430
  return sdk.get("/users/".concat(user_id, "/credentials_looker_openid"), {
4366
4431
  fields
4367
4432
  }, null, options);
4368
4433
  });
4369
4434
 
4370
- return function user_credentials_looker_openid(_x1328, _x1329, _x1330, _x1331) {
4371
- return _ref385.apply(this, arguments);
4435
+ return function user_credentials_looker_openid(_x1346, _x1347, _x1348, _x1349) {
4436
+ return _ref391.apply(this, arguments);
4372
4437
  };
4373
4438
  }();
4374
4439
  export var delete_user_credentials_looker_openid = function () {
4375
- var _ref386 = _asyncToGenerator(function* (sdk, user_id, options) {
4440
+ var _ref392 = _asyncToGenerator(function* (sdk, user_id, options) {
4376
4441
  return sdk.delete("/users/".concat(user_id, "/credentials_looker_openid"), null, null, options);
4377
4442
  });
4378
4443
 
4379
- return function delete_user_credentials_looker_openid(_x1332, _x1333, _x1334) {
4380
- return _ref386.apply(this, arguments);
4444
+ return function delete_user_credentials_looker_openid(_x1350, _x1351, _x1352) {
4445
+ return _ref392.apply(this, arguments);
4381
4446
  };
4382
4447
  }();
4383
4448
  export var user_session = function () {
4384
- var _ref387 = _asyncToGenerator(function* (sdk, user_id, session_id, fields, options) {
4449
+ var _ref393 = _asyncToGenerator(function* (sdk, user_id, session_id, fields, options) {
4385
4450
  return sdk.get("/users/".concat(user_id, "/sessions/").concat(session_id), {
4386
4451
  fields
4387
4452
  }, null, options);
4388
4453
  });
4389
4454
 
4390
- return function user_session(_x1335, _x1336, _x1337, _x1338, _x1339) {
4391
- return _ref387.apply(this, arguments);
4455
+ return function user_session(_x1353, _x1354, _x1355, _x1356, _x1357) {
4456
+ return _ref393.apply(this, arguments);
4392
4457
  };
4393
4458
  }();
4394
4459
  export var delete_user_session = function () {
4395
- var _ref388 = _asyncToGenerator(function* (sdk, user_id, session_id, options) {
4460
+ var _ref394 = _asyncToGenerator(function* (sdk, user_id, session_id, options) {
4396
4461
  return sdk.delete("/users/".concat(user_id, "/sessions/").concat(session_id), null, null, options);
4397
4462
  });
4398
4463
 
4399
- return function delete_user_session(_x1340, _x1341, _x1342, _x1343) {
4400
- return _ref388.apply(this, arguments);
4464
+ return function delete_user_session(_x1358, _x1359, _x1360, _x1361) {
4465
+ return _ref394.apply(this, arguments);
4401
4466
  };
4402
4467
  }();
4403
4468
  export var all_user_sessions = function () {
4404
- var _ref389 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4469
+ var _ref395 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4405
4470
  return sdk.get("/users/".concat(user_id, "/sessions"), {
4406
4471
  fields
4407
4472
  }, null, options);
4408
4473
  });
4409
4474
 
4410
- return function all_user_sessions(_x1344, _x1345, _x1346, _x1347) {
4411
- return _ref389.apply(this, arguments);
4475
+ return function all_user_sessions(_x1362, _x1363, _x1364, _x1365) {
4476
+ return _ref395.apply(this, arguments);
4412
4477
  };
4413
4478
  }();
4414
4479
  export var create_user_credentials_email_password_reset = function () {
4415
- var _ref390 = _asyncToGenerator(function* (sdk, request, options) {
4480
+ var _ref396 = _asyncToGenerator(function* (sdk, request, options) {
4416
4481
  return sdk.post("/users/".concat(request.user_id, "/credentials_email/password_reset"), {
4417
4482
  expires: request.expires,
4418
4483
  fields: request.fields
4419
4484
  }, null, options);
4420
4485
  });
4421
4486
 
4422
- return function create_user_credentials_email_password_reset(_x1348, _x1349, _x1350) {
4423
- return _ref390.apply(this, arguments);
4487
+ return function create_user_credentials_email_password_reset(_x1366, _x1367, _x1368) {
4488
+ return _ref396.apply(this, arguments);
4424
4489
  };
4425
4490
  }();
4426
4491
  export var user_roles = function () {
4427
- var _ref391 = _asyncToGenerator(function* (sdk, request, options) {
4492
+ var _ref397 = _asyncToGenerator(function* (sdk, request, options) {
4428
4493
  return sdk.get("/users/".concat(request.user_id, "/roles"), {
4429
4494
  fields: request.fields,
4430
4495
  direct_association_only: request.direct_association_only
4431
4496
  }, null, options);
4432
4497
  });
4433
4498
 
4434
- return function user_roles(_x1351, _x1352, _x1353) {
4435
- return _ref391.apply(this, arguments);
4499
+ return function user_roles(_x1369, _x1370, _x1371) {
4500
+ return _ref397.apply(this, arguments);
4436
4501
  };
4437
4502
  }();
4438
4503
  export var set_user_roles = function () {
4439
- var _ref392 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
4504
+ var _ref398 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
4440
4505
  return sdk.put("/users/".concat(user_id, "/roles"), {
4441
4506
  fields
4442
4507
  }, body, options);
4443
4508
  });
4444
4509
 
4445
- return function set_user_roles(_x1354, _x1355, _x1356, _x1357, _x1358) {
4446
- return _ref392.apply(this, arguments);
4510
+ return function set_user_roles(_x1372, _x1373, _x1374, _x1375, _x1376) {
4511
+ return _ref398.apply(this, arguments);
4447
4512
  };
4448
4513
  }();
4449
4514
  export var user_attribute_user_values = function () {
4450
- var _ref393 = _asyncToGenerator(function* (sdk, request, options) {
4515
+ var _ref399 = _asyncToGenerator(function* (sdk, request, options) {
4451
4516
  return sdk.get("/users/".concat(request.user_id, "/attribute_values"), {
4452
4517
  fields: request.fields,
4453
4518
  user_attribute_ids: request.user_attribute_ids,
@@ -4456,150 +4521,150 @@ export var user_attribute_user_values = function () {
4456
4521
  }, null, options);
4457
4522
  });
4458
4523
 
4459
- return function user_attribute_user_values(_x1359, _x1360, _x1361) {
4460
- return _ref393.apply(this, arguments);
4524
+ return function user_attribute_user_values(_x1377, _x1378, _x1379) {
4525
+ return _ref399.apply(this, arguments);
4461
4526
  };
4462
4527
  }();
4463
4528
  export var set_user_attribute_user_value = function () {
4464
- var _ref394 = _asyncToGenerator(function* (sdk, user_id, user_attribute_id, body, options) {
4529
+ var _ref400 = _asyncToGenerator(function* (sdk, user_id, user_attribute_id, body, options) {
4465
4530
  return sdk.patch("/users/".concat(user_id, "/attribute_values/").concat(user_attribute_id), null, body, options);
4466
4531
  });
4467
4532
 
4468
- return function set_user_attribute_user_value(_x1362, _x1363, _x1364, _x1365, _x1366) {
4469
- return _ref394.apply(this, arguments);
4533
+ return function set_user_attribute_user_value(_x1380, _x1381, _x1382, _x1383, _x1384) {
4534
+ return _ref400.apply(this, arguments);
4470
4535
  };
4471
4536
  }();
4472
4537
  export var delete_user_attribute_user_value = function () {
4473
- var _ref395 = _asyncToGenerator(function* (sdk, user_id, user_attribute_id, options) {
4538
+ var _ref401 = _asyncToGenerator(function* (sdk, user_id, user_attribute_id, options) {
4474
4539
  return sdk.delete("/users/".concat(user_id, "/attribute_values/").concat(user_attribute_id), null, null, options);
4475
4540
  });
4476
4541
 
4477
- return function delete_user_attribute_user_value(_x1367, _x1368, _x1369, _x1370) {
4478
- return _ref395.apply(this, arguments);
4542
+ return function delete_user_attribute_user_value(_x1385, _x1386, _x1387, _x1388) {
4543
+ return _ref401.apply(this, arguments);
4479
4544
  };
4480
4545
  }();
4481
4546
  export var send_user_credentials_email_password_reset = function () {
4482
- var _ref396 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4547
+ var _ref402 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
4483
4548
  return sdk.post("/users/".concat(user_id, "/credentials_email/send_password_reset"), {
4484
4549
  fields
4485
4550
  }, null, options);
4486
4551
  });
4487
4552
 
4488
- return function send_user_credentials_email_password_reset(_x1371, _x1372, _x1373, _x1374) {
4489
- return _ref396.apply(this, arguments);
4553
+ return function send_user_credentials_email_password_reset(_x1389, _x1390, _x1391, _x1392) {
4554
+ return _ref402.apply(this, arguments);
4490
4555
  };
4491
4556
  }();
4492
4557
  export var wipeout_user_emails = function () {
4493
- var _ref397 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
4558
+ var _ref403 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
4494
4559
  return sdk.post("/users/".concat(user_id, "/update_emails"), {
4495
4560
  fields
4496
4561
  }, body, options);
4497
4562
  });
4498
4563
 
4499
- return function wipeout_user_emails(_x1375, _x1376, _x1377, _x1378, _x1379) {
4500
- return _ref397.apply(this, arguments);
4564
+ return function wipeout_user_emails(_x1393, _x1394, _x1395, _x1396, _x1397) {
4565
+ return _ref403.apply(this, arguments);
4501
4566
  };
4502
4567
  }();
4503
4568
  export var create_embed_user = function () {
4504
- var _ref398 = _asyncToGenerator(function* (sdk, body, options) {
4569
+ var _ref404 = _asyncToGenerator(function* (sdk, body, options) {
4505
4570
  return sdk.post('/users/embed_user', null, body, options);
4506
4571
  });
4507
4572
 
4508
- return function create_embed_user(_x1380, _x1381, _x1382) {
4509
- return _ref398.apply(this, arguments);
4573
+ return function create_embed_user(_x1398, _x1399, _x1400) {
4574
+ return _ref404.apply(this, arguments);
4510
4575
  };
4511
4576
  }();
4512
4577
  export var all_user_attributes = function () {
4513
- var _ref399 = _asyncToGenerator(function* (sdk, request, options) {
4578
+ var _ref405 = _asyncToGenerator(function* (sdk, request, options) {
4514
4579
  return sdk.get('/user_attributes', {
4515
4580
  fields: request.fields,
4516
4581
  sorts: request.sorts
4517
4582
  }, null, options);
4518
4583
  });
4519
4584
 
4520
- return function all_user_attributes(_x1383, _x1384, _x1385) {
4521
- return _ref399.apply(this, arguments);
4585
+ return function all_user_attributes(_x1401, _x1402, _x1403) {
4586
+ return _ref405.apply(this, arguments);
4522
4587
  };
4523
4588
  }();
4524
4589
  export var create_user_attribute = function () {
4525
- var _ref400 = _asyncToGenerator(function* (sdk, body, fields, options) {
4590
+ var _ref406 = _asyncToGenerator(function* (sdk, body, fields, options) {
4526
4591
  return sdk.post('/user_attributes', {
4527
4592
  fields
4528
4593
  }, body, options);
4529
4594
  });
4530
4595
 
4531
- return function create_user_attribute(_x1386, _x1387, _x1388, _x1389) {
4532
- return _ref400.apply(this, arguments);
4596
+ return function create_user_attribute(_x1404, _x1405, _x1406, _x1407) {
4597
+ return _ref406.apply(this, arguments);
4533
4598
  };
4534
4599
  }();
4535
4600
  export var user_attribute = function () {
4536
- var _ref401 = _asyncToGenerator(function* (sdk, user_attribute_id, fields, options) {
4601
+ var _ref407 = _asyncToGenerator(function* (sdk, user_attribute_id, fields, options) {
4537
4602
  return sdk.get("/user_attributes/".concat(user_attribute_id), {
4538
4603
  fields
4539
4604
  }, null, options);
4540
4605
  });
4541
4606
 
4542
- return function user_attribute(_x1390, _x1391, _x1392, _x1393) {
4543
- return _ref401.apply(this, arguments);
4607
+ return function user_attribute(_x1408, _x1409, _x1410, _x1411) {
4608
+ return _ref407.apply(this, arguments);
4544
4609
  };
4545
4610
  }();
4546
4611
  export var update_user_attribute = function () {
4547
- var _ref402 = _asyncToGenerator(function* (sdk, user_attribute_id, body, fields, options) {
4612
+ var _ref408 = _asyncToGenerator(function* (sdk, user_attribute_id, body, fields, options) {
4548
4613
  return sdk.patch("/user_attributes/".concat(user_attribute_id), {
4549
4614
  fields
4550
4615
  }, body, options);
4551
4616
  });
4552
4617
 
4553
- return function update_user_attribute(_x1394, _x1395, _x1396, _x1397, _x1398) {
4554
- return _ref402.apply(this, arguments);
4618
+ return function update_user_attribute(_x1412, _x1413, _x1414, _x1415, _x1416) {
4619
+ return _ref408.apply(this, arguments);
4555
4620
  };
4556
4621
  }();
4557
4622
  export var delete_user_attribute = function () {
4558
- var _ref403 = _asyncToGenerator(function* (sdk, user_attribute_id, options) {
4623
+ var _ref409 = _asyncToGenerator(function* (sdk, user_attribute_id, options) {
4559
4624
  return sdk.delete("/user_attributes/".concat(user_attribute_id), null, null, options);
4560
4625
  });
4561
4626
 
4562
- return function delete_user_attribute(_x1399, _x1400, _x1401) {
4563
- return _ref403.apply(this, arguments);
4627
+ return function delete_user_attribute(_x1417, _x1418, _x1419) {
4628
+ return _ref409.apply(this, arguments);
4564
4629
  };
4565
4630
  }();
4566
4631
  export var all_user_attribute_group_values = function () {
4567
- var _ref404 = _asyncToGenerator(function* (sdk, user_attribute_id, fields, options) {
4632
+ var _ref410 = _asyncToGenerator(function* (sdk, user_attribute_id, fields, options) {
4568
4633
  return sdk.get("/user_attributes/".concat(user_attribute_id, "/group_values"), {
4569
4634
  fields
4570
4635
  }, null, options);
4571
4636
  });
4572
4637
 
4573
- return function all_user_attribute_group_values(_x1402, _x1403, _x1404, _x1405) {
4574
- return _ref404.apply(this, arguments);
4638
+ return function all_user_attribute_group_values(_x1420, _x1421, _x1422, _x1423) {
4639
+ return _ref410.apply(this, arguments);
4575
4640
  };
4576
4641
  }();
4577
4642
  export var set_user_attribute_group_values = function () {
4578
- var _ref405 = _asyncToGenerator(function* (sdk, user_attribute_id, body, options) {
4643
+ var _ref411 = _asyncToGenerator(function* (sdk, user_attribute_id, body, options) {
4579
4644
  return sdk.post("/user_attributes/".concat(user_attribute_id, "/group_values"), null, body, options);
4580
4645
  });
4581
4646
 
4582
- return function set_user_attribute_group_values(_x1406, _x1407, _x1408, _x1409) {
4583
- return _ref405.apply(this, arguments);
4647
+ return function set_user_attribute_group_values(_x1424, _x1425, _x1426, _x1427) {
4648
+ return _ref411.apply(this, arguments);
4584
4649
  };
4585
4650
  }();
4586
4651
  export var all_workspaces = function () {
4587
- var _ref406 = _asyncToGenerator(function* (sdk, options) {
4652
+ var _ref412 = _asyncToGenerator(function* (sdk, options) {
4588
4653
  return sdk.get('/workspaces', null, null, options);
4589
4654
  });
4590
4655
 
4591
- return function all_workspaces(_x1410, _x1411) {
4592
- return _ref406.apply(this, arguments);
4656
+ return function all_workspaces(_x1428, _x1429) {
4657
+ return _ref412.apply(this, arguments);
4593
4658
  };
4594
4659
  }();
4595
4660
  export var workspace = function () {
4596
- var _ref407 = _asyncToGenerator(function* (sdk, workspace_id, options) {
4661
+ var _ref413 = _asyncToGenerator(function* (sdk, workspace_id, options) {
4597
4662
  workspace_id = encodeParam(workspace_id);
4598
4663
  return sdk.get("/workspaces/".concat(workspace_id), null, null, options);
4599
4664
  });
4600
4665
 
4601
- return function workspace(_x1412, _x1413, _x1414) {
4602
- return _ref407.apply(this, arguments);
4666
+ return function workspace(_x1430, _x1431, _x1432) {
4667
+ return _ref413.apply(this, arguments);
4603
4668
  };
4604
4669
  }();
4605
4670
  //# sourceMappingURL=funcs.js.map