@brigadasos/nadeshiko-sdk 1.4.0-dev.6f733b8 → 1.4.0-dev.7a7fd76

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.
package/dist/index.cjs CHANGED
@@ -26,10 +26,18 @@ var __export = (target, all) => {
26
26
  });
27
27
  };
28
28
 
29
- // generated/internal/index.ts
30
- var exports_internal = {};
31
- __export(exports_internal, {
32
- updateReport: () => updateReport,
29
+ // generated/dev/index.ts
30
+ var exports_dev = {};
31
+ __export(exports_dev, {
32
+ userReportIndex: () => userReportIndex,
33
+ userReportCreate: () => userReportCreate,
34
+ userQuotaShow: () => userQuotaShow,
35
+ userPreferencesUpdate: () => userPreferencesUpdate,
36
+ userPreferencesShow: () => userPreferencesShow,
37
+ userExportShow: () => userExportShow,
38
+ userActivityStatsShow: () => userActivityStatsShow,
39
+ userActivityIndex: () => userActivityIndex,
40
+ userActivityDestroy: () => userActivityDestroy,
33
41
  seiyuuShow: () => seiyuuShow,
34
42
  segmentUpdate: () => segmentUpdate,
35
43
  segmentShowByUuid: () => segmentShowByUuid,
@@ -37,13 +45,11 @@ __export(exports_internal, {
37
45
  segmentIndex: () => segmentIndex,
38
46
  segmentDestroy: () => segmentDestroy,
39
47
  segmentCreate: () => segmentCreate,
48
+ segmentContextShow: () => segmentContextShow,
40
49
  searchWords: () => searchWords,
41
- searchSegments: () => searchSegments,
50
+ searchStats: () => searchStats,
51
+ searchIndex: () => searchIndex,
42
52
  search: () => exports_search_gen,
43
- retryQueueJobs: () => retryQueueJobs,
44
- reindexElasticsearch: () => reindexElasticsearch,
45
- purgeFailedJobs: () => purgeFailedJobs,
46
- morphemeBackfill: () => morphemeBackfill,
47
53
  mediaUpdate: () => mediaUpdate,
48
54
  mediaShow: () => mediaShow,
49
55
  mediaIndex: () => mediaIndex,
@@ -63,34 +69,42 @@ __export(exports_internal, {
63
69
  listCreate: () => listCreate,
64
70
  listAddSegment: () => listAddSegment,
65
71
  listAddItem: () => listAddItem,
72
+ labIndex: () => labIndex,
66
73
  healthCheck: () => healthCheck,
67
- getUserReports: () => getUserReports,
68
- getUserQuota: () => getUserQuota,
69
- getSegmentContext: () => getSegmentContext,
70
- getSearchStats: () => getSearchStats,
71
- getQueueStats: () => getQueueStats,
72
- getQueueDetails: () => getQueueDetails,
73
- getFailedJobs: () => getFailedJobs,
74
- getAdminReports: () => getAdminReports,
75
74
  episodeUpdate: () => episodeUpdate,
76
75
  episodeShow: () => episodeShow,
77
76
  episodeIndex: () => episodeIndex,
78
77
  episodeDestroy: () => episodeDestroy,
79
78
  episodeCreate: () => episodeCreate,
80
- createReport: () => createReport,
81
79
  createNadeshikoClient: () => createNadeshikoClient,
82
80
  createClient: () => createClient2,
83
81
  client: () => client,
84
82
  characterShow: () => characterShow,
85
- browseMedia: () => browseMedia
83
+ adminReviewRunShow: () => adminReviewRunShow,
84
+ adminReviewRunIndex: () => adminReviewRunIndex,
85
+ adminReviewRunCreate: () => adminReviewRunCreate,
86
+ adminReviewCheckUpdate: () => adminReviewCheckUpdate,
87
+ adminReviewCheckIndex: () => adminReviewCheckIndex,
88
+ adminReviewAllowlistIndex: () => adminReviewAllowlistIndex,
89
+ adminReviewAllowlistDestroy: () => adminReviewAllowlistDestroy,
90
+ adminReviewAllowlistCreate: () => adminReviewAllowlistCreate,
91
+ adminReportUpdate: () => adminReportUpdate,
92
+ adminReportIndex: () => adminReportIndex,
93
+ adminReindexCreate: () => adminReindexCreate,
94
+ adminQueueStatsIndex: () => adminQueueStatsIndex,
95
+ adminQueueShow: () => adminQueueShow,
96
+ adminQueueRetryCreate: () => adminQueueRetryCreate,
97
+ adminQueueFailedIndex: () => adminQueueFailedIndex,
98
+ adminQueueFailedDestroy: () => adminQueueFailedDestroy,
99
+ adminMorphemeBackfillCreate: () => adminMorphemeBackfillCreate
86
100
  });
87
- module.exports = __toCommonJS(exports_internal);
101
+ module.exports = __toCommonJS(exports_dev);
88
102
 
89
- // generated/internal/core/bodySerializer.gen.ts
103
+ // generated/dev/core/bodySerializer.gen.ts
90
104
  var jsonBodySerializer = {
91
105
  bodySerializer: (body) => JSON.stringify(body, (_key, value) => typeof value === "bigint" ? value.toString() : value)
92
106
  };
93
- // generated/internal/core/params.gen.ts
107
+ // generated/dev/core/params.gen.ts
94
108
  var extraPrefixesMap = {
95
109
  $body_: "body",
96
110
  $headers_: "headers",
@@ -98,7 +112,7 @@ var extraPrefixesMap = {
98
112
  $query_: "query"
99
113
  };
100
114
  var extraPrefixes = Object.entries(extraPrefixesMap);
101
- // generated/internal/core/serverSentEvents.gen.ts
115
+ // generated/dev/core/serverSentEvents.gen.ts
102
116
  var createSseClient = ({
103
117
  onRequest,
104
118
  onSseError,
@@ -234,7 +248,7 @@ var createSseClient = ({
234
248
  return { stream };
235
249
  };
236
250
 
237
- // generated/internal/core/pathSerializer.gen.ts
251
+ // generated/dev/core/pathSerializer.gen.ts
238
252
  var separatorArrayExplode = (style) => {
239
253
  switch (style) {
240
254
  case "label":
@@ -358,7 +372,7 @@ var serializeObjectParam = ({
358
372
  return style === "label" || style === "matrix" ? separator + joinedValues : joinedValues;
359
373
  };
360
374
 
361
- // generated/internal/core/utils.gen.ts
375
+ // generated/dev/core/utils.gen.ts
362
376
  var PATH_PARAM_RE = /\{[^{}]+\}/g;
363
377
  var defaultPathSerializer = ({ path, url: _url }) => {
364
378
  let url = _url;
@@ -447,7 +461,7 @@ function getValidRequestBody(options) {
447
461
  return;
448
462
  }
449
463
 
450
- // generated/internal/core/auth.gen.ts
464
+ // generated/dev/core/auth.gen.ts
451
465
  var getAuthToken = async (auth, callback) => {
452
466
  const token = typeof callback === "function" ? await callback(auth) : callback;
453
467
  if (!token) {
@@ -462,7 +476,7 @@ var getAuthToken = async (auth, callback) => {
462
476
  return token;
463
477
  };
464
478
 
465
- // generated/internal/client/utils.gen.ts
479
+ // generated/dev/client/utils.gen.ts
466
480
  var createQuerySerializer = ({
467
481
  parameters = {},
468
482
  ...args
@@ -679,7 +693,7 @@ var createConfig = (override = {}) => ({
679
693
  ...override
680
694
  });
681
695
 
682
- // generated/internal/client/client.gen.ts
696
+ // generated/dev/client/client.gen.ts
683
697
  var createClient = (config = {}) => {
684
698
  let _config = mergeConfigs(createConfig(), config);
685
699
  const getConfig = () => ({ ..._config });
@@ -885,29 +899,29 @@ var createClient = (config = {}) => {
885
899
  trace: makeMethodFn("TRACE")
886
900
  };
887
901
  };
888
- // generated/internal/client.gen.ts
902
+ // generated/dev/client.gen.ts
889
903
  var client = createClient(createConfig({ baseUrl: "http://localhost:5000" }));
890
904
 
891
- // generated/internal/sdk.gen.ts
905
+ // generated/dev/sdk.gen.ts
892
906
  var healthCheck = (options) => (options?.client ?? client).get({
893
907
  security: [{ scheme: "bearer", type: "http" }],
894
908
  url: "/v1/health",
895
909
  ...options
896
910
  });
897
- var searchSegments = (options) => (options?.client ?? client).post({
911
+ var searchIndex = (options) => (options?.client ?? client).post({
898
912
  security: [{ scheme: "bearer", type: "http" }, {
899
913
  in: "cookie",
900
914
  name: "nadeshiko.session_token",
901
915
  type: "apiKey"
902
916
  }],
903
- url: "/v1/search/segments",
917
+ url: "/v1/search",
904
918
  ...options,
905
919
  headers: {
906
920
  "Content-Type": "application/json",
907
921
  ...options?.headers
908
922
  }
909
923
  });
910
- var getSearchStats = (options) => (options?.client ?? client).post({
924
+ var searchStats = (options) => (options?.client ?? client).post({
911
925
  security: [{ scheme: "bearer", type: "http" }, {
912
926
  in: "cookie",
913
927
  name: "nadeshiko.session_token",
@@ -933,28 +947,6 @@ var searchWords = (options) => (options.client ?? client).post({
933
947
  ...options.headers
934
948
  }
935
949
  });
936
- var getSegmentContext = (options) => (options.client ?? client).post({
937
- security: [{ scheme: "bearer", type: "http" }, {
938
- in: "cookie",
939
- name: "nadeshiko.session_token",
940
- type: "apiKey"
941
- }],
942
- url: "/v1/search/context",
943
- ...options,
944
- headers: {
945
- "Content-Type": "application/json",
946
- ...options.headers
947
- }
948
- });
949
- var browseMedia = (options) => (options?.client ?? client).get({
950
- security: [{ scheme: "bearer", type: "http" }, {
951
- in: "cookie",
952
- name: "nadeshiko.session_token",
953
- type: "apiKey"
954
- }],
955
- url: "/v1/media/browse",
956
- ...options
957
- });
958
950
  var mediaIndex = (options) => (options?.client ?? client).get({
959
951
  security: [{ scheme: "bearer", type: "http" }],
960
952
  url: "/v1/media",
@@ -1059,6 +1051,11 @@ var segmentShowByUuid = (options) => (options.client ?? client).get({
1059
1051
  url: "/v1/media/segments/{uuid}",
1060
1052
  ...options
1061
1053
  });
1054
+ var segmentContextShow = (options) => (options.client ?? client).get({
1055
+ security: [{ scheme: "bearer", type: "http" }],
1056
+ url: "/v1/media/segments/{uuid}/context",
1057
+ ...options
1058
+ });
1062
1059
  var characterShow = (options) => (options.client ?? client).get({
1063
1060
  security: [{ scheme: "bearer", type: "http" }],
1064
1061
  url: "/v1/media/characters/{id}",
@@ -1069,7 +1066,7 @@ var seiyuuShow = (options) => (options.client ?? client).get({
1069
1066
  url: "/v1/media/seiyuu/{id}",
1070
1067
  ...options
1071
1068
  });
1072
- var getUserQuota = (options) => (options?.client ?? client).get({
1069
+ var userQuotaShow = (options) => (options?.client ?? client).get({
1073
1070
  security: [{
1074
1071
  in: "cookie",
1075
1072
  name: "nadeshiko.session_token",
@@ -1078,7 +1075,7 @@ var getUserQuota = (options) => (options?.client ?? client).get({
1078
1075
  url: "/v1/user/quota",
1079
1076
  ...options
1080
1077
  });
1081
- var getUserReports = (options) => (options?.client ?? client).get({
1078
+ var userReportIndex = (options) => (options?.client ?? client).get({
1082
1079
  security: [{
1083
1080
  in: "cookie",
1084
1081
  name: "nadeshiko.session_token",
@@ -1087,7 +1084,7 @@ var getUserReports = (options) => (options?.client ?? client).get({
1087
1084
  url: "/v1/user/reports",
1088
1085
  ...options
1089
1086
  });
1090
- var createReport = (options) => (options.client ?? client).post({
1087
+ var userReportCreate = (options) => (options.client ?? client).post({
1091
1088
  security: [{
1092
1089
  in: "cookie",
1093
1090
  name: "nadeshiko.session_token",
@@ -1100,6 +1097,73 @@ var createReport = (options) => (options.client ?? client).post({
1100
1097
  ...options.headers
1101
1098
  }
1102
1099
  });
1100
+ var userPreferencesShow = (options) => (options?.client ?? client).get({
1101
+ security: [{
1102
+ in: "cookie",
1103
+ name: "nadeshiko.session_token",
1104
+ type: "apiKey"
1105
+ }],
1106
+ url: "/v1/user/preferences",
1107
+ ...options
1108
+ });
1109
+ var userPreferencesUpdate = (options) => (options.client ?? client).patch({
1110
+ security: [{
1111
+ in: "cookie",
1112
+ name: "nadeshiko.session_token",
1113
+ type: "apiKey"
1114
+ }],
1115
+ url: "/v1/user/preferences",
1116
+ ...options,
1117
+ headers: {
1118
+ "Content-Type": "application/json",
1119
+ ...options.headers
1120
+ }
1121
+ });
1122
+ var userActivityDestroy = (options) => (options?.client ?? client).delete({
1123
+ security: [{
1124
+ in: "cookie",
1125
+ name: "nadeshiko.session_token",
1126
+ type: "apiKey"
1127
+ }],
1128
+ url: "/v1/user/activity",
1129
+ ...options
1130
+ });
1131
+ var userActivityIndex = (options) => (options?.client ?? client).get({
1132
+ security: [{
1133
+ in: "cookie",
1134
+ name: "nadeshiko.session_token",
1135
+ type: "apiKey"
1136
+ }],
1137
+ url: "/v1/user/activity",
1138
+ ...options
1139
+ });
1140
+ var userActivityStatsShow = (options) => (options?.client ?? client).get({
1141
+ security: [{
1142
+ in: "cookie",
1143
+ name: "nadeshiko.session_token",
1144
+ type: "apiKey"
1145
+ }],
1146
+ url: "/v1/user/activity/stats",
1147
+ ...options
1148
+ });
1149
+ var userExportShow = (options) => (options?.client ?? client).get({
1150
+ security: [{
1151
+ in: "cookie",
1152
+ name: "nadeshiko.session_token",
1153
+ type: "apiKey"
1154
+ }],
1155
+ url: "/v1/user/export",
1156
+ ...options
1157
+ });
1158
+ var labIndex = (options) => (options?.client ?? client).get({
1159
+ security: [{ scheme: "bearer", type: "http" }, {
1160
+ in: "cookie",
1161
+ name: "nadeshiko.session_token",
1162
+ type: "apiKey"
1163
+ }],
1164
+ url: "/v1/labs",
1165
+ ...options
1166
+ });
1103
1167
  var listIndex = (options) => (options?.client ?? client).get({
1104
1168
  security: [{ scheme: "bearer", type: "http" }],
1105
1169
  url: "/v1/lists",
@@ -1200,7 +1264,7 @@ var listUpdateSegment = (options) => (options.client ?? client).patch({
1200
1264
  ...options.headers
1201
1265
  }
1202
1266
  });
1203
- var reindexElasticsearch = (options) => (options?.client ?? client).post({
1267
+ var adminReindexCreate = (options) => (options?.client ?? client).post({
1204
1268
  security: [{ scheme: "bearer", type: "http" }],
1205
1269
  url: "/v1/admin/reindex",
1206
1270
  ...options,
@@ -1209,32 +1273,32 @@ var reindexElasticsearch = (options) => (options?.client ?? client).post({
1209
1273
  ...options?.headers
1210
1274
  }
1211
1275
  });
1212
- var getQueueStats = (options) => (options?.client ?? client).get({
1276
+ var adminQueueStatsIndex = (options) => (options?.client ?? client).get({
1213
1277
  security: [{ scheme: "bearer", type: "http" }],
1214
1278
  url: "/v1/admin/queues/stats",
1215
1279
  ...options
1216
1280
  });
1217
- var getQueueDetails = (options) => (options.client ?? client).get({
1281
+ var adminQueueShow = (options) => (options.client ?? client).get({
1218
1282
  security: [{ scheme: "bearer", type: "http" }],
1219
1283
  url: "/v1/admin/queues/{queueName}",
1220
1284
  ...options
1221
1285
  });
1222
- var getFailedJobs = (options) => (options.client ?? client).get({
1286
+ var adminQueueFailedIndex = (options) => (options.client ?? client).get({
1223
1287
  security: [{ scheme: "bearer", type: "http" }],
1224
1288
  url: "/v1/admin/queues/{queueName}/failed",
1225
1289
  ...options
1226
1290
  });
1227
- var retryQueueJobs = (options) => (options.client ?? client).post({
1291
+ var adminQueueRetryCreate = (options) => (options.client ?? client).post({
1228
1292
  security: [{ scheme: "bearer", type: "http" }],
1229
1293
  url: "/v1/admin/queues/{queueName}/retry",
1230
1294
  ...options
1231
1295
  });
1232
- var purgeFailedJobs = (options) => (options.client ?? client).delete({
1296
+ var adminQueueFailedDestroy = (options) => (options.client ?? client).delete({
1233
1297
  security: [{ scheme: "bearer", type: "http" }],
1234
1298
  url: "/v1/admin/queues/{queueName}/purge",
1235
1299
  ...options
1236
1300
  });
1237
- var morphemeBackfill = (options) => (options?.client ?? client).post({
1301
+ var adminMorphemeBackfillCreate = (options) => (options?.client ?? client).post({
1238
1302
  security: [{ scheme: "bearer", type: "http" }, {
1239
1303
  in: "cookie",
1240
1304
  name: "nadeshiko.session_token",
@@ -1243,12 +1307,12 @@ var morphemeBackfill = (options) => (options?.client ?? client).post({
1243
1307
  url: "/v1/admin/morpheme-backfill",
1244
1308
  ...options
1245
1309
  });
1246
- var getAdminReports = (options) => (options?.client ?? client).get({
1310
+ var adminReportIndex = (options) => (options?.client ?? client).get({
1247
1311
  security: [{ scheme: "bearer", type: "http" }],
1248
1312
  url: "/v1/admin/reports",
1249
1313
  ...options
1250
1314
  });
1251
- var updateReport = (options) => (options.client ?? client).patch({
1315
+ var adminReportUpdate = (options) => (options.client ?? client).patch({
1252
1316
  security: [{ scheme: "bearer", type: "http" }],
1253
1317
  url: "/v1/admin/reports/{id}",
1254
1318
  ...options,
@@ -1257,7 +1321,55 @@ var updateReport = (options) => (options.client ?? client).patch({
1257
1321
  ...options.headers
1258
1322
  }
1259
1323
  });
1260
- // generated/internal/nadeshiko.gen.ts
1324
+ var adminReviewRunCreate = (options) => (options?.client ?? client).post({
1325
+ security: [{ scheme: "bearer", type: "http" }],
1326
+ url: "/v1/admin/review/run",
1327
+ ...options
1328
+ });
1329
+ var adminReviewCheckIndex = (options) => (options?.client ?? client).get({
1330
+ security: [{ scheme: "bearer", type: "http" }],
1331
+ url: "/v1/admin/review/checks",
1332
+ ...options
1333
+ });
1334
+ var adminReviewCheckUpdate = (options) => (options.client ?? client).patch({
1335
+ security: [{ scheme: "bearer", type: "http" }],
1336
+ url: "/v1/admin/review/checks/{name}",
1337
+ ...options,
1338
+ headers: {
1339
+ "Content-Type": "application/json",
1340
+ ...options.headers
1341
+ }
1342
+ });
1343
+ var adminReviewRunIndex = (options) => (options?.client ?? client).get({
1344
+ security: [{ scheme: "bearer", type: "http" }],
1345
+ url: "/v1/admin/review/runs",
1346
+ ...options
1347
+ });
1348
+ var adminReviewRunShow = (options) => (options.client ?? client).get({
1349
+ security: [{ scheme: "bearer", type: "http" }],
1350
+ url: "/v1/admin/review/runs/{id}",
1351
+ ...options
1352
+ });
1353
+ var adminReviewAllowlistIndex = (options) => (options?.client ?? client).get({
1354
+ security: [{ scheme: "bearer", type: "http" }],
1355
+ url: "/v1/admin/review/allowlist",
1356
+ ...options
1357
+ });
1358
+ var adminReviewAllowlistCreate = (options) => (options.client ?? client).post({
1359
+ security: [{ scheme: "bearer", type: "http" }],
1360
+ url: "/v1/admin/review/allowlist",
1361
+ ...options,
1362
+ headers: {
1363
+ "Content-Type": "application/json",
1364
+ ...options.headers
1365
+ }
1366
+ });
1367
+ var adminReviewAllowlistDestroy = (options) => (options.client ?? client).delete({
1368
+ security: [{ scheme: "bearer", type: "http" }],
1369
+ url: "/v1/admin/review/allowlist/{id}",
1370
+ ...options
1371
+ });
1372
+ // generated/dev/nadeshiko.gen.ts
1261
1373
  var environments = {
1262
1374
  LOCAL: "http://localhost:5000/api",
1263
1375
  DEVELOPMENT: "https://api.dev.brigadasos.xyz/api",
@@ -1271,37 +1383,51 @@ function createNadeshikoClient(config) {
1271
1383
  }));
1272
1384
  return {
1273
1385
  client: clientInstance,
1274
- searchSegments: (options) => searchSegments({ ...options, client: clientInstance }),
1275
- getSearchStats: (options) => getSearchStats({ ...options, client: clientInstance }),
1386
+ searchIndex: (options) => searchIndex({ ...options, client: clientInstance }),
1387
+ searchStats: (options) => searchStats({ ...options, client: clientInstance }),
1276
1388
  searchWords: (options) => searchWords({ ...options, client: clientInstance }),
1277
- getSegmentContext: (options) => getSegmentContext({ ...options, client: clientInstance }),
1278
- browseMedia: (options) => browseMedia({ ...options, client: clientInstance }),
1279
1389
  mediaIndex: (options) => mediaIndex({ ...options, client: clientInstance }),
1280
1390
  mediaShow: (options) => mediaShow({ ...options, client: clientInstance }),
1281
1391
  episodeIndex: (options) => episodeIndex({ ...options, client: clientInstance }),
1282
1392
  episodeShow: (options) => episodeShow({ ...options, client: clientInstance }),
1283
1393
  segmentShow: (options) => segmentShow({ ...options, client: clientInstance }),
1284
1394
  segmentShowByUuid: (options) => segmentShowByUuid({ ...options, client: clientInstance }),
1395
+ segmentContextShow: (options) => segmentContextShow({ ...options, client: clientInstance }),
1285
1396
  characterShow: (options) => characterShow({ ...options, client: clientInstance }),
1286
1397
  seiyuuShow: (options) => seiyuuShow({ ...options, client: clientInstance }),
1287
- getUserQuota: (options) => getUserQuota({ ...options, client: clientInstance }),
1288
- createReport: (options) => createReport({ ...options, client: clientInstance }),
1289
- getUserReports: (options) => getUserReports({ ...options, client: clientInstance }),
1398
+ userQuotaShow: (options) => userQuotaShow({ ...options, client: clientInstance }),
1399
+ userReportCreate: (options) => userReportCreate({ ...options, client: clientInstance }),
1400
+ userReportIndex: (options) => userReportIndex({ ...options, client: clientInstance }),
1401
+ userPreferencesShow: (options) => userPreferencesShow({ ...options, client: clientInstance }),
1402
+ userPreferencesUpdate: (options) => userPreferencesUpdate({ ...options, client: clientInstance }),
1403
+ userActivityIndex: (options) => userActivityIndex({ ...options, client: clientInstance }),
1404
+ userActivityDestroy: (options) => userActivityDestroy({ ...options, client: clientInstance }),
1405
+ userActivityStatsShow: (options) => userActivityStatsShow({ ...options, client: clientInstance }),
1406
+ userExportShow: (options) => userExportShow({ ...options, client: clientInstance }),
1407
+ labIndex: (options) => labIndex({ ...options, client: clientInstance }),
1290
1408
  listIndex: (options) => listIndex({ ...options, client: clientInstance }),
1291
1409
  listShow: (options) => listShow({ ...options, client: clientInstance }),
1292
1410
  listGetSegments: (options) => listGetSegments({ ...options, client: clientInstance }),
1293
1411
  listAddSegment: (options) => listAddSegment({ ...options, client: clientInstance }),
1294
1412
  listUpdateSegment: (options) => listUpdateSegment({ ...options, client: clientInstance }),
1295
1413
  listRemoveSegment: (options) => listRemoveSegment({ ...options, client: clientInstance }),
1296
- reindexElasticsearch: (options) => reindexElasticsearch({ ...options, client: clientInstance }),
1297
- getQueueStats: (options) => getQueueStats({ ...options, client: clientInstance }),
1298
- getQueueDetails: (options) => getQueueDetails({ ...options, client: clientInstance }),
1299
- getFailedJobs: (options) => getFailedJobs({ ...options, client: clientInstance }),
1300
- retryQueueJobs: (options) => retryQueueJobs({ ...options, client: clientInstance }),
1301
- purgeFailedJobs: (options) => purgeFailedJobs({ ...options, client: clientInstance }),
1302
- morphemeBackfill: (options) => morphemeBackfill({ ...options, client: clientInstance }),
1303
- getAdminReports: (options) => getAdminReports({ ...options, client: clientInstance }),
1304
- updateReport: (options) => updateReport({ ...options, client: clientInstance }),
1414
+ adminReindexCreate: (options) => adminReindexCreate({ ...options, client: clientInstance }),
1415
+ adminQueueStatsIndex: (options) => adminQueueStatsIndex({ ...options, client: clientInstance }),
1416
+ adminQueueShow: (options) => adminQueueShow({ ...options, client: clientInstance }),
1417
+ adminQueueFailedIndex: (options) => adminQueueFailedIndex({ ...options, client: clientInstance }),
1418
+ adminQueueRetryCreate: (options) => adminQueueRetryCreate({ ...options, client: clientInstance }),
1419
+ adminQueueFailedDestroy: (options) => adminQueueFailedDestroy({ ...options, client: clientInstance }),
1420
+ adminMorphemeBackfillCreate: (options) => adminMorphemeBackfillCreate({ ...options, client: clientInstance }),
1421
+ adminReportIndex: (options) => adminReportIndex({ ...options, client: clientInstance }),
1422
+ adminReportUpdate: (options) => adminReportUpdate({ ...options, client: clientInstance }),
1423
+ adminReviewRunCreate: (options) => adminReviewRunCreate({ ...options, client: clientInstance }),
1424
+ adminReviewCheckIndex: (options) => adminReviewCheckIndex({ ...options, client: clientInstance }),
1425
+ adminReviewCheckUpdate: (options) => adminReviewCheckUpdate({ ...options, client: clientInstance }),
1426
+ adminReviewRunIndex: (options) => adminReviewRunIndex({ ...options, client: clientInstance }),
1427
+ adminReviewRunShow: (options) => adminReviewRunShow({ ...options, client: clientInstance }),
1428
+ adminReviewAllowlistIndex: (options) => adminReviewAllowlistIndex({ ...options, client: clientInstance }),
1429
+ adminReviewAllowlistCreate: (options) => adminReviewAllowlistCreate({ ...options, client: clientInstance }),
1430
+ adminReviewAllowlistDestroy: (options) => adminReviewAllowlistDestroy({ ...options, client: clientInstance }),
1305
1431
  healthCheck: (options) => healthCheck({ ...options, client: clientInstance }),
1306
1432
  mediaCreate: (options) => mediaCreate({ ...options, client: clientInstance }),
1307
1433
  mediaUpdate: (options) => mediaUpdate({ ...options, client: clientInstance }),
@@ -1322,12 +1448,12 @@ function createNadeshikoClient(config) {
1322
1448
  };
1323
1449
  }
1324
1450
  var createClient2 = createNadeshikoClient;
1325
- // generated/internal/internal/search.gen.ts
1451
+ // generated/dev/internal/search.gen.ts
1326
1452
  var exports_search_gen = {};
1327
1453
  __export(exports_search_gen, {
1328
1454
  healthCheck: () => healthCheck
1329
1455
  });
1330
- // generated/internal/internal/media.gen.ts
1456
+ // generated/dev/internal/media.gen.ts
1331
1457
  var exports_media_gen = {};
1332
1458
  __export(exports_media_gen, {
1333
1459
  segmentUpdate: () => segmentUpdate,
@@ -1341,7 +1467,7 @@ __export(exports_media_gen, {
1341
1467
  episodeDestroy: () => episodeDestroy,
1342
1468
  episodeCreate: () => episodeCreate
1343
1469
  });
1344
- // generated/internal/internal/lists.gen.ts
1470
+ // generated/dev/internal/lists.gen.ts
1345
1471
  var exports_lists_gen = {};
1346
1472
  __export(exports_lists_gen, {
1347
1473
  listUpdateItem: () => listUpdateItem,
@@ -1352,5 +1478,5 @@ __export(exports_lists_gen, {
1352
1478
  listAddItem: () => listAddItem
1353
1479
  });
1354
1480
 
1355
- //# debugId=FC450958C5EB234C64756E2164756E21
1481
+ //# debugId=BF824D857B17D1BC64756E2164756E21
1356
1482
  //# sourceMappingURL=index.js.map