@stigg/typescript-mcp 0.1.0-beta.16 → 0.1.0-beta.18
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 +14 -10
- package/code-tool-worker.js.map +1 -1
- package/code-tool-worker.mjs +14 -10
- package/code-tool-worker.mjs.map +1 -1
- package/local-docs-search.d.mts.map +1 -1
- package/local-docs-search.d.ts.map +1 -1
- package/local-docs-search.js +1912 -1732
- package/local-docs-search.js.map +1 -1
- package/local-docs-search.mjs +1912 -1732
- package/local-docs-search.mjs.map +1 -1
- package/methods.d.mts.map +1 -1
- package/methods.d.ts.map +1 -1
- package/methods.js +84 -60
- package/methods.js.map +1 -1
- package/methods.mjs +84 -60
- 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 +14 -10
- package/src/local-docs-search.ts +1998 -1779
- package/src/methods.ts +84 -60
- package/src/server.ts +1 -1
package/src/methods.ts
CHANGED
|
@@ -256,6 +256,90 @@ export const sdkMethods: SdkMethod[] = [
|
|
|
256
256
|
httpMethod: 'post',
|
|
257
257
|
httpPath: '/api/v1/events',
|
|
258
258
|
},
|
|
259
|
+
{
|
|
260
|
+
clientCallName: 'client.v1.events.beta.customers.entitlements.check',
|
|
261
|
+
fullyQualifiedName: 'v1.events.beta.customers.entitlements.check',
|
|
262
|
+
httpMethod: 'get',
|
|
263
|
+
httpPath: '/api/v1-beta/customers/{id}/entitlements/check',
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
clientCallName: 'client.v1.events.beta.customers.entities.retrieve',
|
|
267
|
+
fullyQualifiedName: 'v1.events.beta.customers.entities.retrieve',
|
|
268
|
+
httpMethod: 'get',
|
|
269
|
+
httpPath: '/api/v1-beta/customers/{id}/entities/{entityId}',
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
clientCallName: 'client.v1.events.beta.customers.entities.list',
|
|
273
|
+
fullyQualifiedName: 'v1.events.beta.customers.entities.list',
|
|
274
|
+
httpMethod: 'get',
|
|
275
|
+
httpPath: '/api/v1-beta/customers/{id}/entities',
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
clientCallName: 'client.v1.events.beta.customers.entities.archive',
|
|
279
|
+
fullyQualifiedName: 'v1.events.beta.customers.entities.archive',
|
|
280
|
+
httpMethod: 'post',
|
|
281
|
+
httpPath: '/api/v1-beta/customers/{id}/entities/archive',
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
clientCallName: 'client.v1.events.beta.customers.entities.unarchive',
|
|
285
|
+
fullyQualifiedName: 'v1.events.beta.customers.entities.unarchive',
|
|
286
|
+
httpMethod: 'post',
|
|
287
|
+
httpPath: '/api/v1-beta/customers/{id}/entities/unarchive',
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
clientCallName: 'client.v1.events.beta.customers.entities.upsert',
|
|
291
|
+
fullyQualifiedName: 'v1.events.beta.customers.entities.upsert',
|
|
292
|
+
httpMethod: 'put',
|
|
293
|
+
httpPath: '/api/v1-beta/customers/{id}/entities',
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
clientCallName: 'client.v1.events.beta.customers.assignments.list',
|
|
297
|
+
fullyQualifiedName: 'v1.events.beta.customers.assignments.list',
|
|
298
|
+
httpMethod: 'get',
|
|
299
|
+
httpPath: '/api/v1-beta/customers/{id}/assignments',
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
clientCallName: 'client.v1.events.beta.customers.assignments.upsert',
|
|
303
|
+
fullyQualifiedName: 'v1.events.beta.customers.assignments.upsert',
|
|
304
|
+
httpMethod: 'put',
|
|
305
|
+
httpPath: '/api/v1-beta/customers/{id}/assignments',
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
clientCallName: 'client.v1.events.beta.entityTypes.list',
|
|
309
|
+
fullyQualifiedName: 'v1.events.beta.entityTypes.list',
|
|
310
|
+
httpMethod: 'get',
|
|
311
|
+
httpPath: '/api/v1-beta/entity-types',
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
clientCallName: 'client.v1.events.beta.entityTypes.upsert',
|
|
315
|
+
fullyQualifiedName: 'v1.events.beta.entityTypes.upsert',
|
|
316
|
+
httpMethod: 'put',
|
|
317
|
+
httpPath: '/api/v1-beta/entity-types',
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
clientCallName: 'client.v1.events.dataExport.mintScopedToken',
|
|
321
|
+
fullyQualifiedName: 'v1.events.dataExport.mintScopedToken',
|
|
322
|
+
httpMethod: 'post',
|
|
323
|
+
httpPath: '/api/v1/data-export/scoped-token',
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
clientCallName: 'client.v1.events.dataExport.triggerSync',
|
|
327
|
+
fullyQualifiedName: 'v1.events.dataExport.triggerSync',
|
|
328
|
+
httpMethod: 'post',
|
|
329
|
+
httpPath: '/api/v1/data-export/sync',
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
clientCallName: 'client.v1.events.dataExport.destinations.create',
|
|
333
|
+
fullyQualifiedName: 'v1.events.dataExport.destinations.create',
|
|
334
|
+
httpMethod: 'post',
|
|
335
|
+
httpPath: '/api/v1/data-export/destinations',
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
clientCallName: 'client.v1.events.dataExport.destinations.delete',
|
|
339
|
+
fullyQualifiedName: 'v1.events.dataExport.destinations.delete',
|
|
340
|
+
httpMethod: 'delete',
|
|
341
|
+
httpPath: '/api/v1/data-export/destinations/{destinationId}',
|
|
342
|
+
},
|
|
259
343
|
{
|
|
260
344
|
clientCallName: 'client.v1.credits.getAutoRecharge',
|
|
261
345
|
fullyQualifiedName: 'v1.credits.getAutoRecharge',
|
|
@@ -574,66 +658,6 @@ export const sdkMethods: SdkMethod[] = [
|
|
|
574
658
|
httpMethod: 'patch',
|
|
575
659
|
httpPath: '/api/v1/products/{id}',
|
|
576
660
|
},
|
|
577
|
-
{
|
|
578
|
-
clientCallName: 'client.v1Beta.customers.entitlements.check',
|
|
579
|
-
fullyQualifiedName: 'v1Beta.customers.entitlements.check',
|
|
580
|
-
httpMethod: 'get',
|
|
581
|
-
httpPath: '/api/v1-beta/customers/{id}/entitlements/check',
|
|
582
|
-
},
|
|
583
|
-
{
|
|
584
|
-
clientCallName: 'client.v1Beta.customers.entities.retrieve',
|
|
585
|
-
fullyQualifiedName: 'v1Beta.customers.entities.retrieve',
|
|
586
|
-
httpMethod: 'get',
|
|
587
|
-
httpPath: '/api/v1-beta/customers/{id}/entities/{entityId}',
|
|
588
|
-
},
|
|
589
|
-
{
|
|
590
|
-
clientCallName: 'client.v1Beta.customers.entities.list',
|
|
591
|
-
fullyQualifiedName: 'v1Beta.customers.entities.list',
|
|
592
|
-
httpMethod: 'get',
|
|
593
|
-
httpPath: '/api/v1-beta/customers/{id}/entities',
|
|
594
|
-
},
|
|
595
|
-
{
|
|
596
|
-
clientCallName: 'client.v1Beta.customers.entities.archive',
|
|
597
|
-
fullyQualifiedName: 'v1Beta.customers.entities.archive',
|
|
598
|
-
httpMethod: 'post',
|
|
599
|
-
httpPath: '/api/v1-beta/customers/{id}/entities/archive',
|
|
600
|
-
},
|
|
601
|
-
{
|
|
602
|
-
clientCallName: 'client.v1Beta.customers.entities.unarchive',
|
|
603
|
-
fullyQualifiedName: 'v1Beta.customers.entities.unarchive',
|
|
604
|
-
httpMethod: 'post',
|
|
605
|
-
httpPath: '/api/v1-beta/customers/{id}/entities/unarchive',
|
|
606
|
-
},
|
|
607
|
-
{
|
|
608
|
-
clientCallName: 'client.v1Beta.customers.entities.upsert',
|
|
609
|
-
fullyQualifiedName: 'v1Beta.customers.entities.upsert',
|
|
610
|
-
httpMethod: 'put',
|
|
611
|
-
httpPath: '/api/v1-beta/customers/{id}/entities',
|
|
612
|
-
},
|
|
613
|
-
{
|
|
614
|
-
clientCallName: 'client.v1Beta.customers.assignments.list',
|
|
615
|
-
fullyQualifiedName: 'v1Beta.customers.assignments.list',
|
|
616
|
-
httpMethod: 'get',
|
|
617
|
-
httpPath: '/api/v1-beta/customers/{id}/assignments',
|
|
618
|
-
},
|
|
619
|
-
{
|
|
620
|
-
clientCallName: 'client.v1Beta.customers.assignments.upsert',
|
|
621
|
-
fullyQualifiedName: 'v1Beta.customers.assignments.upsert',
|
|
622
|
-
httpMethod: 'put',
|
|
623
|
-
httpPath: '/api/v1-beta/customers/{id}/assignments',
|
|
624
|
-
},
|
|
625
|
-
{
|
|
626
|
-
clientCallName: 'client.v1Beta.entityTypes.list',
|
|
627
|
-
fullyQualifiedName: 'v1Beta.entityTypes.list',
|
|
628
|
-
httpMethod: 'get',
|
|
629
|
-
httpPath: '/api/v1-beta/entity-types',
|
|
630
|
-
},
|
|
631
|
-
{
|
|
632
|
-
clientCallName: 'client.v1Beta.entityTypes.upsert',
|
|
633
|
-
fullyQualifiedName: 'v1Beta.entityTypes.upsert',
|
|
634
|
-
httpMethod: 'put',
|
|
635
|
-
httpPath: '/api/v1-beta/entity-types',
|
|
636
|
-
},
|
|
637
661
|
];
|
|
638
662
|
|
|
639
663
|
function allowedMethodsForCodeTool(options: McpOptions | undefined): SdkMethod[] | undefined {
|
package/src/server.ts
CHANGED