@augno/sdk-mcp 0.12.6 → 0.13.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.
- package/code-tool-worker.d.mts.map +1 -1
- package/code-tool-worker.d.ts.map +1 -1
- package/code-tool-worker.js +42 -0
- package/code-tool-worker.js.map +1 -1
- package/code-tool-worker.mjs +42 -0
- package/code-tool-worker.mjs.map +1 -1
- package/methods.d.mts.map +1 -1
- package/methods.d.ts.map +1 -1
- package/methods.js +252 -0
- package/methods.js.map +1 -1
- package/methods.mjs +252 -0
- package/methods.mjs.map +1 -1
- package/package.json +2 -2
- package/server.js +1 -1
- package/server.mjs +1 -1
- package/src/code-tool-worker.ts +42 -0
- package/src/methods.ts +252 -0
- package/src/server.ts +1 -1
package/src/code-tool-worker.ts
CHANGED
|
@@ -127,6 +127,8 @@ const fuse = new Fuse(
|
|
|
127
127
|
'client.core.addresses.actions.validate',
|
|
128
128
|
'client.core.emailLogs.list',
|
|
129
129
|
'client.core.emailLogs.retrieve',
|
|
130
|
+
'client.core.analytics.updateOee',
|
|
131
|
+
'client.core.analytics.updateScheduleAttainment',
|
|
130
132
|
'client.catalog.units.create',
|
|
131
133
|
'client.catalog.units.delete',
|
|
132
134
|
'client.catalog.units.list',
|
|
@@ -156,6 +158,7 @@ const fuse = new Fuse(
|
|
|
156
158
|
'client.catalog.items.list',
|
|
157
159
|
'client.catalog.items.retrieve',
|
|
158
160
|
'client.catalog.items.retrieveInventory',
|
|
161
|
+
'client.catalog.items.retrieveLotDefault',
|
|
159
162
|
'client.catalog.items.attributes.delete',
|
|
160
163
|
'client.catalog.items.attributes.update',
|
|
161
164
|
'client.catalog.itemCategories.changeUnitGroup',
|
|
@@ -302,6 +305,10 @@ const fuse = new Fuse(
|
|
|
302
305
|
'client.finance.paymentTerms.list',
|
|
303
306
|
'client.finance.paymentTerms.retrieve',
|
|
304
307
|
'client.finance.paymentTerms.update',
|
|
308
|
+
'client.operations.retrieveDemandOverrideTypes',
|
|
309
|
+
'client.operations.retrieveMachineDowntimeReasons',
|
|
310
|
+
'client.operations.retrieveMachineStatus',
|
|
311
|
+
'client.operations.retrieveScheduleDeviationTypes',
|
|
305
312
|
'client.operations.shippingTerms.create',
|
|
306
313
|
'client.operations.shippingTerms.delete',
|
|
307
314
|
'client.operations.shippingTerms.list',
|
|
@@ -317,6 +324,41 @@ const fuse = new Fuse(
|
|
|
317
324
|
'client.operations.carriers.serviceLevels.list',
|
|
318
325
|
'client.operations.carriers.serviceLevels.retrieve',
|
|
319
326
|
'client.operations.carriers.serviceLevels.update',
|
|
327
|
+
'client.operations.machineDowntimeEvents.create',
|
|
328
|
+
'client.operations.machineDowntimeEvents.delete',
|
|
329
|
+
'client.operations.machineDowntimeEvents.list',
|
|
330
|
+
'client.operations.machineDowntimeEvents.retrieve',
|
|
331
|
+
'client.operations.machineDowntimeEvents.update',
|
|
332
|
+
'client.operations.demandOverrides.create',
|
|
333
|
+
'client.operations.demandOverrides.delete',
|
|
334
|
+
'client.operations.demandOverrides.list',
|
|
335
|
+
'client.operations.demandOverrides.retrieve',
|
|
336
|
+
'client.operations.demandOverrides.update',
|
|
337
|
+
'client.operations.productionSchedules.create',
|
|
338
|
+
'client.operations.productionSchedules.delete',
|
|
339
|
+
'client.operations.productionSchedules.list',
|
|
340
|
+
'client.operations.productionSchedules.retrieve',
|
|
341
|
+
'client.operations.productionSchedules.retrieveCurrent',
|
|
342
|
+
'client.operations.productionSchedules.retrieveDerivedLines',
|
|
343
|
+
'client.operations.productionSchedules.retrieveDeviations',
|
|
344
|
+
'client.operations.productionSchedules.retrieveFinishedPolicies',
|
|
345
|
+
'client.operations.productionSchedules.retrieveItemPolicies',
|
|
346
|
+
'client.operations.productionSchedules.retrieveWeekReleasePreview',
|
|
347
|
+
'client.operations.productionSchedules.lines.create',
|
|
348
|
+
'client.operations.productionSchedules.lines.delete',
|
|
349
|
+
'client.operations.productionSchedules.lines.list',
|
|
350
|
+
'client.operations.productionSchedules.lines.update',
|
|
351
|
+
'client.operations.productionSchedules.actions.archive',
|
|
352
|
+
'client.operations.productionSchedules.actions.preview',
|
|
353
|
+
'client.operations.productionSchedules.actions.previewRegenerate',
|
|
354
|
+
'client.operations.productionSchedules.actions.publish',
|
|
355
|
+
'client.operations.productionSchedules.actions.regenerate',
|
|
356
|
+
'client.operations.productionSchedules.actions.releaseWeek',
|
|
357
|
+
'client.operations.productionScheduleSettings.list',
|
|
358
|
+
'client.operations.productionScheduleSettings.update',
|
|
359
|
+
'client.operations.productionScheduleSettings.resources.delete',
|
|
360
|
+
'client.operations.productionScheduleSettings.resources.list',
|
|
361
|
+
'client.operations.productionScheduleSettings.resources.update',
|
|
320
362
|
'client.operations.locations.create',
|
|
321
363
|
'client.operations.locations.delete',
|
|
322
364
|
'client.operations.locations.list',
|
package/src/methods.ts
CHANGED
|
@@ -124,6 +124,18 @@ export const sdkMethods: SdkMethod[] = [
|
|
|
124
124
|
httpMethod: 'get',
|
|
125
125
|
httpPath: '/v1/core/email-logs/{id}',
|
|
126
126
|
},
|
|
127
|
+
{
|
|
128
|
+
clientCallName: 'client.core.analytics.updateOee',
|
|
129
|
+
fullyQualifiedName: 'core.analytics.updateOee',
|
|
130
|
+
httpMethod: 'put',
|
|
131
|
+
httpPath: '/v1/core/analytics/oee',
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
clientCallName: 'client.core.analytics.updateScheduleAttainment',
|
|
135
|
+
fullyQualifiedName: 'core.analytics.updateScheduleAttainment',
|
|
136
|
+
httpMethod: 'put',
|
|
137
|
+
httpPath: '/v1/core/analytics/schedule-attainment',
|
|
138
|
+
},
|
|
127
139
|
{
|
|
128
140
|
clientCallName: 'client.catalog.units.list',
|
|
129
141
|
fullyQualifiedName: 'catalog.units.list',
|
|
@@ -292,6 +304,12 @@ export const sdkMethods: SdkMethod[] = [
|
|
|
292
304
|
httpMethod: 'get',
|
|
293
305
|
httpPath: '/v1/catalog/items/{id}/inventory',
|
|
294
306
|
},
|
|
307
|
+
{
|
|
308
|
+
clientCallName: 'client.catalog.items.retrieveLotDefault',
|
|
309
|
+
fullyQualifiedName: 'catalog.items.retrieveLotDefault',
|
|
310
|
+
httpMethod: 'get',
|
|
311
|
+
httpPath: '/v1/catalog/items/{id}/lot-default',
|
|
312
|
+
},
|
|
295
313
|
{
|
|
296
314
|
clientCallName: 'client.catalog.items.changeCategory',
|
|
297
315
|
fullyQualifiedName: 'catalog.items.changeCategory',
|
|
@@ -1174,6 +1192,30 @@ export const sdkMethods: SdkMethod[] = [
|
|
|
1174
1192
|
httpMethod: 'delete',
|
|
1175
1193
|
httpPath: '/v1/finance/payment-terms/{id}',
|
|
1176
1194
|
},
|
|
1195
|
+
{
|
|
1196
|
+
clientCallName: 'client.operations.retrieveMachineDowntimeReasons',
|
|
1197
|
+
fullyQualifiedName: 'operations.retrieveMachineDowntimeReasons',
|
|
1198
|
+
httpMethod: 'get',
|
|
1199
|
+
httpPath: '/v1/operations/machine-downtime-reasons',
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
clientCallName: 'client.operations.retrieveMachineStatus',
|
|
1203
|
+
fullyQualifiedName: 'operations.retrieveMachineStatus',
|
|
1204
|
+
httpMethod: 'get',
|
|
1205
|
+
httpPath: '/v1/operations/machine-status',
|
|
1206
|
+
},
|
|
1207
|
+
{
|
|
1208
|
+
clientCallName: 'client.operations.retrieveDemandOverrideTypes',
|
|
1209
|
+
fullyQualifiedName: 'operations.retrieveDemandOverrideTypes',
|
|
1210
|
+
httpMethod: 'get',
|
|
1211
|
+
httpPath: '/v1/operations/demand-override-types',
|
|
1212
|
+
},
|
|
1213
|
+
{
|
|
1214
|
+
clientCallName: 'client.operations.retrieveScheduleDeviationTypes',
|
|
1215
|
+
fullyQualifiedName: 'operations.retrieveScheduleDeviationTypes',
|
|
1216
|
+
httpMethod: 'get',
|
|
1217
|
+
httpPath: '/v1/operations/schedule-deviation-types',
|
|
1218
|
+
},
|
|
1177
1219
|
{
|
|
1178
1220
|
clientCallName: 'client.operations.shippingTerms.list',
|
|
1179
1221
|
fullyQualifiedName: 'operations.shippingTerms.list',
|
|
@@ -1264,6 +1306,216 @@ export const sdkMethods: SdkMethod[] = [
|
|
|
1264
1306
|
httpMethod: 'delete',
|
|
1265
1307
|
httpPath: '/v1/operations/carriers/{carrier_id}/service-levels/{id}',
|
|
1266
1308
|
},
|
|
1309
|
+
{
|
|
1310
|
+
clientCallName: 'client.operations.machineDowntimeEvents.list',
|
|
1311
|
+
fullyQualifiedName: 'operations.machineDowntimeEvents.list',
|
|
1312
|
+
httpMethod: 'get',
|
|
1313
|
+
httpPath: '/v1/operations/machine-downtime-events',
|
|
1314
|
+
},
|
|
1315
|
+
{
|
|
1316
|
+
clientCallName: 'client.operations.machineDowntimeEvents.retrieve',
|
|
1317
|
+
fullyQualifiedName: 'operations.machineDowntimeEvents.retrieve',
|
|
1318
|
+
httpMethod: 'get',
|
|
1319
|
+
httpPath: '/v1/operations/machine-downtime-events/{id}',
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
clientCallName: 'client.operations.machineDowntimeEvents.create',
|
|
1323
|
+
fullyQualifiedName: 'operations.machineDowntimeEvents.create',
|
|
1324
|
+
httpMethod: 'post',
|
|
1325
|
+
httpPath: '/v1/operations/machine-downtime-events',
|
|
1326
|
+
},
|
|
1327
|
+
{
|
|
1328
|
+
clientCallName: 'client.operations.machineDowntimeEvents.update',
|
|
1329
|
+
fullyQualifiedName: 'operations.machineDowntimeEvents.update',
|
|
1330
|
+
httpMethod: 'patch',
|
|
1331
|
+
httpPath: '/v1/operations/machine-downtime-events/{id}',
|
|
1332
|
+
},
|
|
1333
|
+
{
|
|
1334
|
+
clientCallName: 'client.operations.machineDowntimeEvents.delete',
|
|
1335
|
+
fullyQualifiedName: 'operations.machineDowntimeEvents.delete',
|
|
1336
|
+
httpMethod: 'delete',
|
|
1337
|
+
httpPath: '/v1/operations/machine-downtime-events/{id}',
|
|
1338
|
+
},
|
|
1339
|
+
{
|
|
1340
|
+
clientCallName: 'client.operations.demandOverrides.list',
|
|
1341
|
+
fullyQualifiedName: 'operations.demandOverrides.list',
|
|
1342
|
+
httpMethod: 'get',
|
|
1343
|
+
httpPath: '/v1/operations/demand-overrides',
|
|
1344
|
+
},
|
|
1345
|
+
{
|
|
1346
|
+
clientCallName: 'client.operations.demandOverrides.retrieve',
|
|
1347
|
+
fullyQualifiedName: 'operations.demandOverrides.retrieve',
|
|
1348
|
+
httpMethod: 'get',
|
|
1349
|
+
httpPath: '/v1/operations/demand-overrides/{id}',
|
|
1350
|
+
},
|
|
1351
|
+
{
|
|
1352
|
+
clientCallName: 'client.operations.demandOverrides.create',
|
|
1353
|
+
fullyQualifiedName: 'operations.demandOverrides.create',
|
|
1354
|
+
httpMethod: 'post',
|
|
1355
|
+
httpPath: '/v1/operations/demand-overrides',
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
clientCallName: 'client.operations.demandOverrides.update',
|
|
1359
|
+
fullyQualifiedName: 'operations.demandOverrides.update',
|
|
1360
|
+
httpMethod: 'patch',
|
|
1361
|
+
httpPath: '/v1/operations/demand-overrides/{id}',
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
clientCallName: 'client.operations.demandOverrides.delete',
|
|
1365
|
+
fullyQualifiedName: 'operations.demandOverrides.delete',
|
|
1366
|
+
httpMethod: 'delete',
|
|
1367
|
+
httpPath: '/v1/operations/demand-overrides/{id}',
|
|
1368
|
+
},
|
|
1369
|
+
{
|
|
1370
|
+
clientCallName: 'client.operations.productionSchedules.list',
|
|
1371
|
+
fullyQualifiedName: 'operations.productionSchedules.list',
|
|
1372
|
+
httpMethod: 'get',
|
|
1373
|
+
httpPath: '/v1/operations/production-schedules',
|
|
1374
|
+
},
|
|
1375
|
+
{
|
|
1376
|
+
clientCallName: 'client.operations.productionSchedules.create',
|
|
1377
|
+
fullyQualifiedName: 'operations.productionSchedules.create',
|
|
1378
|
+
httpMethod: 'post',
|
|
1379
|
+
httpPath: '/v1/operations/production-schedules',
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
clientCallName: 'client.operations.productionSchedules.retrieveCurrent',
|
|
1383
|
+
fullyQualifiedName: 'operations.productionSchedules.retrieveCurrent',
|
|
1384
|
+
httpMethod: 'get',
|
|
1385
|
+
httpPath: '/v1/operations/production-schedules/current',
|
|
1386
|
+
},
|
|
1387
|
+
{
|
|
1388
|
+
clientCallName: 'client.operations.productionSchedules.retrieve',
|
|
1389
|
+
fullyQualifiedName: 'operations.productionSchedules.retrieve',
|
|
1390
|
+
httpMethod: 'get',
|
|
1391
|
+
httpPath: '/v1/operations/production-schedules/{id}',
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
clientCallName: 'client.operations.productionSchedules.retrieveItemPolicies',
|
|
1395
|
+
fullyQualifiedName: 'operations.productionSchedules.retrieveItemPolicies',
|
|
1396
|
+
httpMethod: 'get',
|
|
1397
|
+
httpPath: '/v1/operations/production-schedules/{id}/item-policies',
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
clientCallName: 'client.operations.productionSchedules.retrieveFinishedPolicies',
|
|
1401
|
+
fullyQualifiedName: 'operations.productionSchedules.retrieveFinishedPolicies',
|
|
1402
|
+
httpMethod: 'get',
|
|
1403
|
+
httpPath: '/v1/operations/production-schedules/{id}/finished-policies',
|
|
1404
|
+
},
|
|
1405
|
+
{
|
|
1406
|
+
clientCallName: 'client.operations.productionSchedules.retrieveDerivedLines',
|
|
1407
|
+
fullyQualifiedName: 'operations.productionSchedules.retrieveDerivedLines',
|
|
1408
|
+
httpMethod: 'get',
|
|
1409
|
+
httpPath: '/v1/operations/production-schedules/{id}/derived-lines',
|
|
1410
|
+
},
|
|
1411
|
+
{
|
|
1412
|
+
clientCallName: 'client.operations.productionSchedules.retrieveDeviations',
|
|
1413
|
+
fullyQualifiedName: 'operations.productionSchedules.retrieveDeviations',
|
|
1414
|
+
httpMethod: 'get',
|
|
1415
|
+
httpPath: '/v1/operations/production-schedules/{id}/deviations',
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
clientCallName: 'client.operations.productionSchedules.retrieveWeekReleasePreview',
|
|
1419
|
+
fullyQualifiedName: 'operations.productionSchedules.retrieveWeekReleasePreview',
|
|
1420
|
+
httpMethod: 'get',
|
|
1421
|
+
httpPath: '/v1/operations/production-schedules/{id}/week-release-preview',
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
clientCallName: 'client.operations.productionSchedules.delete',
|
|
1425
|
+
fullyQualifiedName: 'operations.productionSchedules.delete',
|
|
1426
|
+
httpMethod: 'delete',
|
|
1427
|
+
httpPath: '/v1/operations/production-schedules/{id}',
|
|
1428
|
+
},
|
|
1429
|
+
{
|
|
1430
|
+
clientCallName: 'client.operations.productionSchedules.lines.list',
|
|
1431
|
+
fullyQualifiedName: 'operations.productionSchedules.lines.list',
|
|
1432
|
+
httpMethod: 'get',
|
|
1433
|
+
httpPath: '/v1/operations/production-schedules/{id}/lines',
|
|
1434
|
+
},
|
|
1435
|
+
{
|
|
1436
|
+
clientCallName: 'client.operations.productionSchedules.lines.create',
|
|
1437
|
+
fullyQualifiedName: 'operations.productionSchedules.lines.create',
|
|
1438
|
+
httpMethod: 'post',
|
|
1439
|
+
httpPath: '/v1/operations/production-schedules/{id}/lines',
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
clientCallName: 'client.operations.productionSchedules.lines.update',
|
|
1443
|
+
fullyQualifiedName: 'operations.productionSchedules.lines.update',
|
|
1444
|
+
httpMethod: 'patch',
|
|
1445
|
+
httpPath: '/v1/operations/production-schedules/{id}/lines/{line_id}',
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
clientCallName: 'client.operations.productionSchedules.lines.delete',
|
|
1449
|
+
fullyQualifiedName: 'operations.productionSchedules.lines.delete',
|
|
1450
|
+
httpMethod: 'delete',
|
|
1451
|
+
httpPath: '/v1/operations/production-schedules/{id}/lines/{line_id}',
|
|
1452
|
+
},
|
|
1453
|
+
{
|
|
1454
|
+
clientCallName: 'client.operations.productionSchedules.actions.preview',
|
|
1455
|
+
fullyQualifiedName: 'operations.productionSchedules.actions.preview',
|
|
1456
|
+
httpMethod: 'put',
|
|
1457
|
+
httpPath: '/v1/operations/production-schedules/actions/preview',
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
clientCallName: 'client.operations.productionSchedules.actions.previewRegenerate',
|
|
1461
|
+
fullyQualifiedName: 'operations.productionSchedules.actions.previewRegenerate',
|
|
1462
|
+
httpMethod: 'put',
|
|
1463
|
+
httpPath: '/v1/operations/production-schedules/{id}/actions/preview-regenerate',
|
|
1464
|
+
},
|
|
1465
|
+
{
|
|
1466
|
+
clientCallName: 'client.operations.productionSchedules.actions.regenerate',
|
|
1467
|
+
fullyQualifiedName: 'operations.productionSchedules.actions.regenerate',
|
|
1468
|
+
httpMethod: 'put',
|
|
1469
|
+
httpPath: '/v1/operations/production-schedules/{id}/actions/regenerate',
|
|
1470
|
+
},
|
|
1471
|
+
{
|
|
1472
|
+
clientCallName: 'client.operations.productionSchedules.actions.publish',
|
|
1473
|
+
fullyQualifiedName: 'operations.productionSchedules.actions.publish',
|
|
1474
|
+
httpMethod: 'put',
|
|
1475
|
+
httpPath: '/v1/operations/production-schedules/{id}/actions/publish',
|
|
1476
|
+
},
|
|
1477
|
+
{
|
|
1478
|
+
clientCallName: 'client.operations.productionSchedules.actions.releaseWeek',
|
|
1479
|
+
fullyQualifiedName: 'operations.productionSchedules.actions.releaseWeek',
|
|
1480
|
+
httpMethod: 'post',
|
|
1481
|
+
httpPath: '/v1/operations/production-schedules/{id}/actions/release-week',
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
clientCallName: 'client.operations.productionSchedules.actions.archive',
|
|
1485
|
+
fullyQualifiedName: 'operations.productionSchedules.actions.archive',
|
|
1486
|
+
httpMethod: 'put',
|
|
1487
|
+
httpPath: '/v1/operations/production-schedules/{id}/actions/archive',
|
|
1488
|
+
},
|
|
1489
|
+
{
|
|
1490
|
+
clientCallName: 'client.operations.productionScheduleSettings.list',
|
|
1491
|
+
fullyQualifiedName: 'operations.productionScheduleSettings.list',
|
|
1492
|
+
httpMethod: 'get',
|
|
1493
|
+
httpPath: '/v1/operations/production-schedule-settings',
|
|
1494
|
+
},
|
|
1495
|
+
{
|
|
1496
|
+
clientCallName: 'client.operations.productionScheduleSettings.update',
|
|
1497
|
+
fullyQualifiedName: 'operations.productionScheduleSettings.update',
|
|
1498
|
+
httpMethod: 'put',
|
|
1499
|
+
httpPath: '/v1/operations/production-schedule-settings',
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
clientCallName: 'client.operations.productionScheduleSettings.resources.list',
|
|
1503
|
+
fullyQualifiedName: 'operations.productionScheduleSettings.resources.list',
|
|
1504
|
+
httpMethod: 'get',
|
|
1505
|
+
httpPath: '/v1/operations/production-schedule-settings/resources',
|
|
1506
|
+
},
|
|
1507
|
+
{
|
|
1508
|
+
clientCallName: 'client.operations.productionScheduleSettings.resources.update',
|
|
1509
|
+
fullyQualifiedName: 'operations.productionScheduleSettings.resources.update',
|
|
1510
|
+
httpMethod: 'put',
|
|
1511
|
+
httpPath: '/v1/operations/production-schedule-settings/resources',
|
|
1512
|
+
},
|
|
1513
|
+
{
|
|
1514
|
+
clientCallName: 'client.operations.productionScheduleSettings.resources.delete',
|
|
1515
|
+
fullyQualifiedName: 'operations.productionScheduleSettings.resources.delete',
|
|
1516
|
+
httpMethod: 'delete',
|
|
1517
|
+
httpPath: '/v1/operations/production-schedule-settings/resources/{id}',
|
|
1518
|
+
},
|
|
1267
1519
|
{
|
|
1268
1520
|
clientCallName: 'client.operations.locations.list',
|
|
1269
1521
|
fullyQualifiedName: 'operations.locations.list',
|