@lepsto/sdk-app 91.0.0 → 91.0.1

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 (35) hide show
  1. package/CHANGELOG.md +4 -13
  2. package/dist/_types/gen/client.gen.d.ts +1 -44
  3. package/dist/_types/gen/manifest.gen.d.ts +1 -1
  4. package/dist/_types/gen/types.gen.d.ts +45 -860
  5. package/dist/_types/gen/users/index.d.ts +1 -1
  6. package/dist/_types/gen/users/queryOptions.gen.d.ts +1 -17
  7. package/dist/index.cjs +0 -393
  8. package/dist/index.cjs.map +1 -1
  9. package/dist/index.js +11312 -30
  10. package/dist/index.js.map +1 -1
  11. package/dist/users/index.cjs +0 -20
  12. package/dist/users/index.cjs.map +1 -1
  13. package/dist/users/index.js +1 -17
  14. package/dist/users/index.js.map +1 -1
  15. package/package.json +2 -12
  16. package/src/gen/bindings.gen.ts +1 -374
  17. package/src/gen/client.gen.ts +0 -85
  18. package/src/gen/manifest.gen.ts +1 -29
  19. package/src/gen/types.gen.ts +45 -914
  20. package/src/gen/users/index.ts +1 -1
  21. package/src/gen/users/queryOptions.gen.ts +0 -25
  22. package/dist/_types/gen/playground/connect.gen.d.ts +0 -3
  23. package/dist/_types/gen/playground/index.d.ts +0 -3
  24. package/dist/_types/gen/playground/queryOptions.gen.d.ts +0 -70
  25. package/dist/chunk-LMCZVZKI.js +0 -11689
  26. package/dist/chunk-LMCZVZKI.js.map +0 -1
  27. package/dist/playground/index.cjs +0 -106
  28. package/dist/playground/index.cjs.map +0 -1
  29. package/dist/playground/index.d.cts +0 -1
  30. package/dist/playground/index.d.ts +0 -1
  31. package/dist/playground/index.js +0 -78
  32. package/dist/playground/index.js.map +0 -1
  33. package/src/gen/playground/connect.gen.ts +0 -9
  34. package/src/gen/playground/index.ts +0 -4
  35. package/src/gen/playground/queryOptions.gen.ts +0 -119
@@ -7404,213 +7404,6 @@ export const bindings: BindingsMap = {
7404
7404
  }
7405
7405
  }
7406
7406
  },
7407
- "playground": {
7408
- "analytics": {
7409
- "overview": {
7410
- "level": "read",
7411
- "method": "POST",
7412
- "operationKey": "playground_analytics_overview",
7413
- "params": [
7414
- {
7415
- "in": "body",
7416
- "name": "limit"
7417
- }
7418
- ],
7419
- "path": "/playground/analytics/overview",
7420
- "readOnly": true
7421
- }
7422
- },
7423
- "billing": {
7424
- "entitlements": {
7425
- "level": "read",
7426
- "method": "POST",
7427
- "operationKey": "playground_billing_entitlements",
7428
- "path": "/playground/billing/entitlements",
7429
- "readOnly": true
7430
- },
7431
- "record-usage": {
7432
- "level": "write",
7433
- "method": "POST",
7434
- "operationKey": "playground_billing_record-usage",
7435
- "params": [
7436
- {
7437
- "in": "body",
7438
- "name": "value"
7439
- }
7440
- ],
7441
- "path": "/playground/billing/usage",
7442
- "readOnly": false
7443
- }
7444
- },
7445
- "clickup": {
7446
- "create-task": {
7447
- "level": "write",
7448
- "method": "POST",
7449
- "operationKey": "playground_clickup_create-task",
7450
- "params": [
7451
- {
7452
- "in": "body",
7453
- "name": "listId"
7454
- },
7455
- {
7456
- "in": "body",
7457
- "name": "name"
7458
- }
7459
- ],
7460
- "path": "/playground/clickup/tasks",
7461
- "readOnly": false
7462
- },
7463
- "get-last-webhook": {
7464
- "level": "read",
7465
- "method": "GET",
7466
- "operationKey": "playground_clickup_get-last-webhook",
7467
- "path": "/playground/clickup/webhooks/last",
7468
- "readOnly": true
7469
- },
7470
- "get-overview": {
7471
- "level": "read",
7472
- "method": "GET",
7473
- "operationKey": "playground_clickup_get-overview",
7474
- "path": "/playground/clickup/overview",
7475
- "readOnly": true
7476
- }
7477
- },
7478
- "echo": {
7479
- "ping": {
7480
- "level": "read",
7481
- "method": "POST",
7482
- "operationKey": "playground_echo_ping",
7483
- "params": [
7484
- {
7485
- "in": "body",
7486
- "name": "message"
7487
- }
7488
- ],
7489
- "path": "/playground/echo/ping",
7490
- "readOnly": true
7491
- }
7492
- },
7493
- "gdrive": {
7494
- "get-last-change": {
7495
- "level": "read",
7496
- "method": "GET",
7497
- "operationKey": "playground_gdrive_get-last-change",
7498
- "path": "/playground/gdrive/changes/last",
7499
- "readOnly": true
7500
- },
7501
- "read-file": {
7502
- "level": "read",
7503
- "method": "POST",
7504
- "operationKey": "playground_gdrive_read-file",
7505
- "params": [
7506
- {
7507
- "in": "body",
7508
- "name": "fileId"
7509
- }
7510
- ],
7511
- "path": "/playground/gdrive/file",
7512
- "readOnly": true
7513
- }
7514
- },
7515
- "googleads": {
7516
- "read-customer": {
7517
- "level": "read",
7518
- "method": "POST",
7519
- "operationKey": "playground_googleads_read-customer",
7520
- "path": "/playground/googleads/customer",
7521
- "readOnly": true
7522
- }
7523
- },
7524
- "lifecycle": {
7525
- "get-state": {
7526
- "level": "read",
7527
- "method": "GET",
7528
- "operationKey": "playground_lifecycle_get-state",
7529
- "path": "/playground/lifecycle/state",
7530
- "readOnly": true
7531
- },
7532
- "list-events": {
7533
- "level": "read",
7534
- "method": "GET",
7535
- "operationKey": "playground_lifecycle_list-events",
7536
- "path": "/playground/lifecycle/events",
7537
- "readOnly": true
7538
- }
7539
- },
7540
- "webhook": {
7541
- "get-last": {
7542
- "level": "read",
7543
- "method": "GET",
7544
- "operationKey": "playground_webhook_get-last",
7545
- "path": "/playground/webhooks/last",
7546
- "readOnly": true
7547
- }
7548
- },
7549
- "workflow": {
7550
- "echo": {
7551
- "level": "write",
7552
- "method": "POST",
7553
- "operationKey": "playground_workflow_echo",
7554
- "params": [
7555
- {
7556
- "in": "body",
7557
- "name": "note"
7558
- },
7559
- {
7560
- "in": "body",
7561
- "name": "tags"
7562
- }
7563
- ],
7564
- "path": "/playground/workflow/echo",
7565
- "readOnly": false
7566
- },
7567
- "echo-list": {
7568
- "level": "read",
7569
- "method": "GET",
7570
- "operationKey": "playground_workflow_echo-list",
7571
- "path": "/playground/workflow/echoes",
7572
- "readOnly": true
7573
- },
7574
- "ping": {
7575
- "level": "write",
7576
- "method": "POST",
7577
- "operationKey": "playground_workflow_ping",
7578
- "params": [
7579
- {
7580
- "in": "body",
7581
- "name": "kind"
7582
- }
7583
- ],
7584
- "path": "/playground/workflow/ping",
7585
- "readOnly": false
7586
- },
7587
- "subjects-list": {
7588
- "level": "read",
7589
- "method": "GET",
7590
- "operationKey": "playground_workflow_subjects-list",
7591
- "params": [
7592
- {
7593
- "in": "query",
7594
- "name": "last_activity_before"
7595
- },
7596
- {
7597
- "in": "query",
7598
- "name": "last_activity_after"
7599
- },
7600
- {
7601
- "in": "query",
7602
- "name": "limit"
7603
- },
7604
- {
7605
- "in": "query",
7606
- "name": "cursor"
7607
- }
7608
- ],
7609
- "path": "/playground/workflow/subjects",
7610
- "readOnly": true
7611
- }
7612
- }
7613
- },
7614
7407
  "realtime": {
7615
7408
  "archive": {
7616
7409
  "export": {
@@ -10306,112 +10099,6 @@ export const bindings: BindingsMap = {
10306
10099
  "readOnly": true
10307
10100
  }
10308
10101
  },
10309
- "touches": {
10310
- "create": {
10311
- "level": "write",
10312
- "method": "POST",
10313
- "operationKey": "users_touches_create",
10314
- "params": [
10315
- {
10316
- "in": "path",
10317
- "name": "userId"
10318
- },
10319
- {
10320
- "in": "body",
10321
- "name": "channel"
10322
- },
10323
- {
10324
- "in": "body",
10325
- "name": "direction"
10326
- },
10327
- {
10328
- "in": "body",
10329
- "name": "occurredAt"
10330
- },
10331
- {
10332
- "in": "body",
10333
- "name": "body"
10334
- }
10335
- ],
10336
- "path": "/users/users/:userId/touches",
10337
- "readOnly": false
10338
- },
10339
- "discard": {
10340
- "level": "write",
10341
- "method": "DELETE",
10342
- "operationKey": "users_touches_discard",
10343
- "params": [
10344
- {
10345
- "in": "path",
10346
- "name": "userId"
10347
- },
10348
- {
10349
- "in": "path",
10350
- "name": "touchId"
10351
- },
10352
- {
10353
- "in": "query",
10354
- "name": "force"
10355
- }
10356
- ],
10357
- "path": "/users/users/:userId/touches/:touchId",
10358
- "readOnly": false
10359
- },
10360
- "list": {
10361
- "level": "read",
10362
- "method": "GET",
10363
- "operationKey": "users_touches_list",
10364
- "params": [
10365
- {
10366
- "in": "path",
10367
- "name": "userId"
10368
- },
10369
- {
10370
- "in": "query",
10371
- "name": "channel"
10372
- },
10373
- {
10374
- "in": "query",
10375
- "name": "limit"
10376
- },
10377
- {
10378
- "in": "query",
10379
- "name": "cursor"
10380
- }
10381
- ],
10382
- "path": "/users/users/:userId/touches",
10383
- "readOnly": true
10384
- },
10385
- "update": {
10386
- "level": "write",
10387
- "method": "PATCH",
10388
- "operationKey": "users_touches_update",
10389
- "params": [
10390
- {
10391
- "in": "path",
10392
- "name": "userId"
10393
- },
10394
- {
10395
- "in": "path",
10396
- "name": "touchId"
10397
- },
10398
- {
10399
- "in": "body",
10400
- "name": "body"
10401
- },
10402
- {
10403
- "in": "body",
10404
- "name": "occurredAt"
10405
- },
10406
- {
10407
- "in": "body",
10408
- "name": "force"
10409
- }
10410
- ],
10411
- "path": "/users/users/:userId/touches/:touchId",
10412
- "readOnly": false
10413
- }
10414
- },
10415
10102
  "users": {
10416
10103
  "ban": {
10417
10104
  "level": "admin",
@@ -10455,18 +10142,6 @@ export const bindings: BindingsMap = {
10455
10142
  "in": "body",
10456
10143
  "name": "testUser"
10457
10144
  },
10458
- {
10459
- "in": "body",
10460
- "name": "kind"
10461
- },
10462
- {
10463
- "in": "body",
10464
- "name": "stage"
10465
- },
10466
- {
10467
- "in": "body",
10468
- "name": "tags"
10469
- },
10470
10145
  {
10471
10146
  "in": "body",
10472
10147
  "name": "requiresReset"
@@ -10517,14 +10192,6 @@ export const bindings: BindingsMap = {
10517
10192
  "in": "query",
10518
10193
  "name": "includeDeleted"
10519
10194
  },
10520
- {
10521
- "in": "query",
10522
- "name": "kind"
10523
- },
10524
- {
10525
- "in": "query",
10526
- "name": "includeContacts"
10527
- },
10528
10195
  {
10529
10196
  "in": "query",
10530
10197
  "name": "limit"
@@ -10613,30 +10280,6 @@ export const bindings: BindingsMap = {
10613
10280
  "in": "query",
10614
10281
  "name": "includeTestUsers"
10615
10282
  },
10616
- {
10617
- "in": "query",
10618
- "name": "kind"
10619
- },
10620
- {
10621
- "in": "query",
10622
- "name": "stage"
10623
- },
10624
- {
10625
- "in": "query",
10626
- "name": "tag"
10627
- },
10628
- {
10629
- "in": "query",
10630
- "name": "includeContacts"
10631
- },
10632
- {
10633
- "in": "query",
10634
- "name": "lastTouchAfter"
10635
- },
10636
- {
10637
- "in": "query",
10638
- "name": "lastTouchBefore"
10639
- },
10640
10283
  {
10641
10284
  "in": "query",
10642
10285
  "name": "limit"
@@ -10702,14 +10345,6 @@ export const bindings: BindingsMap = {
10702
10345
  {
10703
10346
  "in": "body",
10704
10347
  "name": "unsafeMetadata"
10705
- },
10706
- {
10707
- "in": "body",
10708
- "name": "stage"
10709
- },
10710
- {
10711
- "in": "body",
10712
- "name": "tags"
10713
10348
  }
10714
10349
  ],
10715
10350
  "path": "/users/users/:userId",
@@ -11677,12 +11312,4 @@ export const bindings: BindingsMap = {
11677
11312
  }
11678
11313
  };
11679
11314
 
11680
- export const wsBindings: WsBindingsMap = {
11681
- "playground": {
11682
- "ws": {
11683
- "echo": {
11684
- "path": "/playground/ws/echo"
11685
- }
11686
- }
11687
- }
11688
- };
11315
+ export const wsBindings: WsBindingsMap = {};
@@ -797,40 +797,6 @@ import type {
797
797
  OrganizationXInstallOutput,
798
798
  OrganizationYoutubeInstallInput,
799
799
  OrganizationYoutubeInstallOutput,
800
- PlaygroundAnalyticsOverviewInput,
801
- PlaygroundAnalyticsOverviewOutput,
802
- PlaygroundBillingEntitlementsInput,
803
- PlaygroundBillingEntitlementsOutput,
804
- PlaygroundBillingRecordUsageInput,
805
- PlaygroundBillingRecordUsageOutput,
806
- PlaygroundClickupCreateTaskInput,
807
- PlaygroundClickupCreateTaskOutput,
808
- PlaygroundClickupGetLastWebhookInput,
809
- PlaygroundClickupGetLastWebhookOutput,
810
- PlaygroundClickupGetOverviewInput,
811
- PlaygroundClickupGetOverviewOutput,
812
- PlaygroundEchoPingInput,
813
- PlaygroundEchoPingOutput,
814
- PlaygroundGdriveGetLastChangeInput,
815
- PlaygroundGdriveGetLastChangeOutput,
816
- PlaygroundGdriveReadFileInput,
817
- PlaygroundGdriveReadFileOutput,
818
- PlaygroundGoogleadsReadCustomerInput,
819
- PlaygroundGoogleadsReadCustomerOutput,
820
- PlaygroundLifecycleGetStateInput,
821
- PlaygroundLifecycleGetStateOutput,
822
- PlaygroundLifecycleListEventsInput,
823
- PlaygroundLifecycleListEventsOutput,
824
- PlaygroundWebhookGetLastInput,
825
- PlaygroundWebhookGetLastOutput,
826
- PlaygroundWorkflowEchoInput,
827
- PlaygroundWorkflowEchoListInput,
828
- PlaygroundWorkflowEchoListOutput,
829
- PlaygroundWorkflowEchoOutput,
830
- PlaygroundWorkflowPingInput,
831
- PlaygroundWorkflowPingOutput,
832
- PlaygroundWorkflowSubjectsListInput,
833
- PlaygroundWorkflowSubjectsListOutput,
834
800
  RealtimeArchiveExportInput,
835
801
  RealtimeArchiveExportOutput,
836
802
  RealtimeArchiveExportStatusInput,
@@ -1107,14 +1073,6 @@ import type {
1107
1073
  UsersSessionsRevokeOutput,
1108
1074
  UsersStatsGetInput,
1109
1075
  UsersStatsGetOutput,
1110
- UsersTouchesCreateInput,
1111
- UsersTouchesCreateOutput,
1112
- UsersTouchesDiscardInput,
1113
- UsersTouchesDiscardOutput,
1114
- UsersTouchesListInput,
1115
- UsersTouchesListOutput,
1116
- UsersTouchesUpdateInput,
1117
- UsersTouchesUpdateOutput,
1118
1076
  UsersUsersBanInput,
1119
1077
  UsersUsersBanOutput,
1120
1078
  UsersUsersCreateInput,
@@ -1958,43 +1916,6 @@ export interface GeneratedClient {
1958
1916
  install: ((input: OrganizationYoutubeInstallInput) => Promise<OrganizationYoutubeInstallOutput>) & Operation;
1959
1917
  };
1960
1918
  };
1961
- playground: {
1962
- analytics: {
1963
- overview: ((input: PlaygroundAnalyticsOverviewInput) => Promise<PlaygroundAnalyticsOverviewOutput>) & Operation;
1964
- };
1965
- billing: {
1966
- entitlements: ((input: PlaygroundBillingEntitlementsInput) => Promise<PlaygroundBillingEntitlementsOutput>) & Operation;
1967
- 'record-usage': ((input: PlaygroundBillingRecordUsageInput) => Promise<PlaygroundBillingRecordUsageOutput>) & Operation;
1968
- };
1969
- clickup: {
1970
- 'create-task': ((input: PlaygroundClickupCreateTaskInput) => Promise<PlaygroundClickupCreateTaskOutput>) & Operation;
1971
- 'get-last-webhook': ((input: PlaygroundClickupGetLastWebhookInput) => Promise<PlaygroundClickupGetLastWebhookOutput>) & Operation;
1972
- 'get-overview': ((input: PlaygroundClickupGetOverviewInput) => Promise<PlaygroundClickupGetOverviewOutput>) & Operation;
1973
- };
1974
- echo: {
1975
- ping: ((input: PlaygroundEchoPingInput) => Promise<PlaygroundEchoPingOutput>) & Operation;
1976
- };
1977
- gdrive: {
1978
- 'get-last-change': ((input: PlaygroundGdriveGetLastChangeInput) => Promise<PlaygroundGdriveGetLastChangeOutput>) & Operation;
1979
- 'read-file': ((input: PlaygroundGdriveReadFileInput) => Promise<PlaygroundGdriveReadFileOutput>) & Operation;
1980
- };
1981
- googleads: {
1982
- 'read-customer': ((input: PlaygroundGoogleadsReadCustomerInput) => Promise<PlaygroundGoogleadsReadCustomerOutput>) & Operation;
1983
- };
1984
- lifecycle: {
1985
- 'get-state': ((input: PlaygroundLifecycleGetStateInput) => Promise<PlaygroundLifecycleGetStateOutput>) & Operation;
1986
- 'list-events': ((input: PlaygroundLifecycleListEventsInput) => Promise<PlaygroundLifecycleListEventsOutput>) & Operation;
1987
- };
1988
- webhook: {
1989
- 'get-last': ((input: PlaygroundWebhookGetLastInput) => Promise<PlaygroundWebhookGetLastOutput>) & Operation;
1990
- };
1991
- workflow: {
1992
- echo: ((input: PlaygroundWorkflowEchoInput) => Promise<PlaygroundWorkflowEchoOutput>) & Operation;
1993
- 'echo-list': ((input: PlaygroundWorkflowEchoListInput) => Promise<PlaygroundWorkflowEchoListOutput>) & Operation;
1994
- ping: ((input: PlaygroundWorkflowPingInput) => Promise<PlaygroundWorkflowPingOutput>) & Operation;
1995
- 'subjects-list': ((input: PlaygroundWorkflowSubjectsListInput) => Promise<PlaygroundWorkflowSubjectsListOutput>) & Operation;
1996
- };
1997
- };
1998
1919
  realtime: {
1999
1920
  archive: {
2000
1921
  export: ((input: RealtimeArchiveExportInput) => Promise<RealtimeArchiveExportOutput>) & Operation;
@@ -2256,12 +2177,6 @@ export interface GeneratedClient {
2256
2177
  stats: {
2257
2178
  get: ((input: UsersStatsGetInput) => Promise<UsersStatsGetOutput>) & Operation;
2258
2179
  };
2259
- touches: {
2260
- create: ((input: UsersTouchesCreateInput) => Promise<UsersTouchesCreateOutput>) & Operation;
2261
- discard: ((input: UsersTouchesDiscardInput) => Promise<UsersTouchesDiscardOutput>) & Operation;
2262
- list: ((input: UsersTouchesListInput) => Promise<UsersTouchesListOutput>) & Operation;
2263
- update: ((input: UsersTouchesUpdateInput) => Promise<UsersTouchesUpdateOutput>) & Operation;
2264
- };
2265
2180
  users: {
2266
2181
  ban: ((input: UsersUsersBanInput) => Promise<UsersUsersBanOutput>) & Operation;
2267
2182
  create: ((input: UsersUsersCreateInput) => Promise<UsersUsersCreateOutput>) & Operation;
@@ -1,7 +1,7 @@
1
1
  // AUTOGENERATED by scripts/generate.ts — do not edit.
2
2
  import type { ToolLevel, ToolComposition } from '../runtime/types';
3
3
 
4
- export const namespaces = ['analytics', 'brain', 'consent', 'content', 'deployment', 'mail', 'observe', 'organization', 'playground', 'realtime', 'support', 'tracking', 'users', 'workflow'] as const;
4
+ export const namespaces = ['analytics', 'brain', 'consent', 'content', 'deployment', 'mail', 'observe', 'organization', 'realtime', 'support', 'tracking', 'users', 'workflow'] as const;
5
5
 
6
6
  export const operations: Record<string, ToolLevel> = {
7
7
  'analytics_catalog_get': 'read',
@@ -402,23 +402,6 @@ export const operations: Record<string, ToolLevel> = {
402
402
  'organization_support_threads_list': 'read',
403
403
  'organization_x_install': 'read',
404
404
  'organization_youtube_install': 'read',
405
- 'playground_analytics_overview': 'read',
406
- 'playground_billing_entitlements': 'read',
407
- 'playground_billing_record-usage': 'write',
408
- 'playground_clickup_create-task': 'write',
409
- 'playground_clickup_get-last-webhook': 'read',
410
- 'playground_clickup_get-overview': 'read',
411
- 'playground_echo_ping': 'read',
412
- 'playground_gdrive_get-last-change': 'read',
413
- 'playground_gdrive_read-file': 'read',
414
- 'playground_googleads_read-customer': 'read',
415
- 'playground_lifecycle_get-state': 'read',
416
- 'playground_lifecycle_list-events': 'read',
417
- 'playground_webhook_get-last': 'read',
418
- 'playground_workflow_echo': 'write',
419
- 'playground_workflow_echo-list': 'read',
420
- 'playground_workflow_ping': 'write',
421
- 'playground_workflow_subjects-list': 'read',
422
405
  'realtime_archive_export': 'admin',
423
406
  'realtime_archive_export_status': 'read',
424
407
  'realtime_archive_get': 'read',
@@ -557,10 +540,6 @@ export const operations: Record<string, ToolLevel> = {
557
540
  'users_sessions_list': 'read',
558
541
  'users_sessions_revoke': 'admin',
559
542
  'users_stats_get': 'read',
560
- 'users_touches_create': 'write',
561
- 'users_touches_discard': 'write',
562
- 'users_touches_list': 'read',
563
- 'users_touches_update': 'write',
564
543
  'users_users_ban': 'admin',
565
544
  'users_users_create': 'write',
566
545
  'users_users_delete': 'admin',
@@ -702,9 +681,6 @@ export const compositions: Record<string, ToolComposition> = {
702
681
  'mail_template_unarchive': {"label":"Unarchive template","options":{"id":"mail_template_list"}},
703
682
  'mail_template_update': {"label":"Update template","options":{"id":"mail_template_list"}},
704
683
  'mail_usage_get': {"label":"Get usage"},
705
- 'playground_workflow_echo': {"pii":["input.note","output.note"],"label":"Store workflow echo","completion_event":"playground/workflow.echoed"},
706
- 'playground_workflow_ping': {"label":"Fire workflow ping","completion_event":"playground/workflow.ping"},
707
- 'playground_workflow_subjects-list': {"pii":["output.items[].display_name"],"label":"List workflow subjects"},
708
684
  'support_agent_create': {"pii":["input.lesslyUserId","output.lesslyUserId"],"label":"Create agent"},
709
685
  'support_agent_get': {"pii":["output.lesslyUserId"],"label":"Get agent","options":{"id":"support_agent_list"}},
710
686
  'support_agent_list': {"pii":["output.agents[].lesslyUserId"],"label":"List agents"},
@@ -783,10 +759,6 @@ export const compositions: Record<string, ToolComposition> = {
783
759
  'users_sessions_list': {"pii":["output.sessions[].ip","output.sessions[].userAgent"],"label":"List sessions","options":{"userId":"users_users_list"}},
784
760
  'users_sessions_revoke': {"label":"Revoke session","options":{"userId":"users_users_list","sessionId":"users_sessions_list"}},
785
761
  'users_stats_get': {"label":"Get auth stats"},
786
- 'users_touches_create': {"pii":["input.body","output.body"],"label":"Log touch","options":{"userId":"users_users_list"}},
787
- 'users_touches_discard': {"label":"Discard touch","options":{"userId":"users_users_list","touchId":"users_touches_list"}},
788
- 'users_touches_list': {"pii":["output.items[].body"],"label":"List touches","options":{"userId":"users_users_list"}},
789
- 'users_touches_update': {"pii":["input.body","output.body"],"label":"Edit touch","options":{"userId":"users_users_list","touchId":"users_touches_list"}},
790
762
  'users_users_ban': {"pii":["output.name","output.imageUrl","output.publicMetadata","output.privateMetadata","output.unsafeMetadata","output.identifiers[].value","output.identifiers[].valueCanonical","output.primaryEmail"],"label":"Ban user","options":{"userId":"users_users_list"}},
791
763
  'users_users_create': {"pii":["input.name","input.imageUrl","input.identifiers[].value","input.publicMetadata","input.privateMetadata","input.unsafeMetadata","output.name","output.imageUrl","output.publicMetadata","output.privateMetadata","output.unsafeMetadata","output.identifiers[].value","output.identifiers[].valueCanonical","output.primaryEmail"],"label":"Create user","secrets":["input.password.phcHash","input.password.foreignHash"]},
792
764
  'users_users_delete': {"pii":["output.name","output.imageUrl","output.publicMetadata","output.privateMetadata","output.unsafeMetadata","output.identifiers[].value","output.identifiers[].valueCanonical","output.primaryEmail"],"label":"Delete user","options":{"userId":"users_users_list"}},