@lessly/sdk-app 72.2.0 → 73.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lessly/sdk-app",
3
- "version": "72.2.0",
3
+ "version": "73.1.0",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "engines": {
@@ -148,16 +148,6 @@
148
148
  "default": "./dist/organization/index.cjs"
149
149
  }
150
150
  },
151
- "./playground": {
152
- "import": {
153
- "types": "./dist/playground/index.d.ts",
154
- "default": "./dist/playground/index.js"
155
- },
156
- "require": {
157
- "types": "./dist/playground/index.d.cts",
158
- "default": "./dist/playground/index.cjs"
159
- }
160
- },
161
151
  "./realtime": {
162
152
  "import": {
163
153
  "types": "./dist/realtime/index.d.ts",
@@ -219,5 +209,5 @@
219
209
  }
220
210
  }
221
211
  },
222
- "sdkContentHash": "sha256:d8910c1e0ac3a9547527c0d179b4c610f4f60b7aa8dbb8ca45d4447384665fc0"
212
+ "sdkContentHash": "sha256:e9b036ffebfbc1b87f0f4bd1810a2c4a48d5dba3e7eced2dfee098d25d23355a"
223
213
  }
@@ -7262,198 +7262,6 @@ export const bindings: BindingsMap = {
7262
7262
  }
7263
7263
  }
7264
7264
  },
7265
- "playground": {
7266
- "analytics": {
7267
- "overview": {
7268
- "level": "read",
7269
- "method": "POST",
7270
- "operationKey": "playground_analytics_overview",
7271
- "params": [
7272
- {
7273
- "in": "body",
7274
- "name": "limit"
7275
- }
7276
- ],
7277
- "path": "/playground/analytics/overview",
7278
- "readOnly": true
7279
- }
7280
- },
7281
- "billing": {
7282
- "entitlements": {
7283
- "level": "read",
7284
- "method": "POST",
7285
- "operationKey": "playground_billing_entitlements",
7286
- "path": "/playground/billing/entitlements",
7287
- "readOnly": true
7288
- },
7289
- "record-usage": {
7290
- "level": "write",
7291
- "method": "POST",
7292
- "operationKey": "playground_billing_record-usage",
7293
- "params": [
7294
- {
7295
- "in": "body",
7296
- "name": "value"
7297
- }
7298
- ],
7299
- "path": "/playground/billing/usage",
7300
- "readOnly": false
7301
- }
7302
- },
7303
- "clickup": {
7304
- "create-task": {
7305
- "level": "write",
7306
- "method": "POST",
7307
- "operationKey": "playground_clickup_create-task",
7308
- "params": [
7309
- {
7310
- "in": "body",
7311
- "name": "listId"
7312
- },
7313
- {
7314
- "in": "body",
7315
- "name": "name"
7316
- }
7317
- ],
7318
- "path": "/playground/clickup/tasks",
7319
- "readOnly": false
7320
- },
7321
- "get-last-webhook": {
7322
- "level": "read",
7323
- "method": "GET",
7324
- "operationKey": "playground_clickup_get-last-webhook",
7325
- "path": "/playground/clickup/webhooks/last",
7326
- "readOnly": true
7327
- },
7328
- "get-overview": {
7329
- "level": "read",
7330
- "method": "GET",
7331
- "operationKey": "playground_clickup_get-overview",
7332
- "path": "/playground/clickup/overview",
7333
- "readOnly": true
7334
- }
7335
- },
7336
- "gdrive": {
7337
- "get-last-change": {
7338
- "level": "read",
7339
- "method": "GET",
7340
- "operationKey": "playground_gdrive_get-last-change",
7341
- "path": "/playground/gdrive/changes/last",
7342
- "readOnly": true
7343
- },
7344
- "read-file": {
7345
- "level": "read",
7346
- "method": "POST",
7347
- "operationKey": "playground_gdrive_read-file",
7348
- "params": [
7349
- {
7350
- "in": "body",
7351
- "name": "fileId"
7352
- }
7353
- ],
7354
- "path": "/playground/gdrive/file",
7355
- "readOnly": true
7356
- }
7357
- },
7358
- "googleads": {
7359
- "read-customer": {
7360
- "level": "read",
7361
- "method": "POST",
7362
- "operationKey": "playground_googleads_read-customer",
7363
- "path": "/playground/googleads/customer",
7364
- "readOnly": true
7365
- }
7366
- },
7367
- "lifecycle": {
7368
- "get-state": {
7369
- "level": "read",
7370
- "method": "GET",
7371
- "operationKey": "playground_lifecycle_get-state",
7372
- "path": "/playground/lifecycle/state",
7373
- "readOnly": true
7374
- },
7375
- "list-events": {
7376
- "level": "read",
7377
- "method": "GET",
7378
- "operationKey": "playground_lifecycle_list-events",
7379
- "path": "/playground/lifecycle/events",
7380
- "readOnly": true
7381
- }
7382
- },
7383
- "webhook": {
7384
- "get-last": {
7385
- "level": "read",
7386
- "method": "GET",
7387
- "operationKey": "playground_webhook_get-last",
7388
- "path": "/playground/webhooks/last",
7389
- "readOnly": true
7390
- }
7391
- },
7392
- "workflow": {
7393
- "echo": {
7394
- "level": "write",
7395
- "method": "POST",
7396
- "operationKey": "playground_workflow_echo",
7397
- "params": [
7398
- {
7399
- "in": "body",
7400
- "name": "note"
7401
- },
7402
- {
7403
- "in": "body",
7404
- "name": "tags"
7405
- }
7406
- ],
7407
- "path": "/playground/workflow/echo",
7408
- "readOnly": false
7409
- },
7410
- "echo-list": {
7411
- "level": "read",
7412
- "method": "GET",
7413
- "operationKey": "playground_workflow_echo-list",
7414
- "path": "/playground/workflow/echoes",
7415
- "readOnly": true
7416
- },
7417
- "ping": {
7418
- "level": "write",
7419
- "method": "POST",
7420
- "operationKey": "playground_workflow_ping",
7421
- "params": [
7422
- {
7423
- "in": "body",
7424
- "name": "kind"
7425
- }
7426
- ],
7427
- "path": "/playground/workflow/ping",
7428
- "readOnly": false
7429
- },
7430
- "subjects-list": {
7431
- "level": "read",
7432
- "method": "GET",
7433
- "operationKey": "playground_workflow_subjects-list",
7434
- "params": [
7435
- {
7436
- "in": "query",
7437
- "name": "last_activity_before"
7438
- },
7439
- {
7440
- "in": "query",
7441
- "name": "last_activity_after"
7442
- },
7443
- {
7444
- "in": "query",
7445
- "name": "limit"
7446
- },
7447
- {
7448
- "in": "query",
7449
- "name": "cursor"
7450
- }
7451
- ],
7452
- "path": "/playground/workflow/subjects",
7453
- "readOnly": true
7454
- }
7455
- }
7456
- },
7457
7265
  "realtime": {
7458
7266
  "archive": {
7459
7267
  "export": {
@@ -11369,12 +11177,4 @@ export const bindings: BindingsMap = {
11369
11177
  }
11370
11178
  };
11371
11179
 
11372
- export const wsBindings: WsBindingsMap = {
11373
- "playground": {
11374
- "ws": {
11375
- "echo": {
11376
- "path": "/playground/ws/echo"
11377
- }
11378
- }
11379
- }
11380
- };
11180
+ export const wsBindings: WsBindingsMap = {};
@@ -781,38 +781,6 @@ import type {
781
781
  OrganizationXInstallOutput,
782
782
  OrganizationYoutubeInstallInput,
783
783
  OrganizationYoutubeInstallOutput,
784
- PlaygroundAnalyticsOverviewInput,
785
- PlaygroundAnalyticsOverviewOutput,
786
- PlaygroundBillingEntitlementsInput,
787
- PlaygroundBillingEntitlementsOutput,
788
- PlaygroundBillingRecordUsageInput,
789
- PlaygroundBillingRecordUsageOutput,
790
- PlaygroundClickupCreateTaskInput,
791
- PlaygroundClickupCreateTaskOutput,
792
- PlaygroundClickupGetLastWebhookInput,
793
- PlaygroundClickupGetLastWebhookOutput,
794
- PlaygroundClickupGetOverviewInput,
795
- PlaygroundClickupGetOverviewOutput,
796
- PlaygroundGdriveGetLastChangeInput,
797
- PlaygroundGdriveGetLastChangeOutput,
798
- PlaygroundGdriveReadFileInput,
799
- PlaygroundGdriveReadFileOutput,
800
- PlaygroundGoogleadsReadCustomerInput,
801
- PlaygroundGoogleadsReadCustomerOutput,
802
- PlaygroundLifecycleGetStateInput,
803
- PlaygroundLifecycleGetStateOutput,
804
- PlaygroundLifecycleListEventsInput,
805
- PlaygroundLifecycleListEventsOutput,
806
- PlaygroundWebhookGetLastInput,
807
- PlaygroundWebhookGetLastOutput,
808
- PlaygroundWorkflowEchoInput,
809
- PlaygroundWorkflowEchoListInput,
810
- PlaygroundWorkflowEchoListOutput,
811
- PlaygroundWorkflowEchoOutput,
812
- PlaygroundWorkflowPingInput,
813
- PlaygroundWorkflowPingOutput,
814
- PlaygroundWorkflowSubjectsListInput,
815
- PlaygroundWorkflowSubjectsListOutput,
816
784
  RealtimeArchiveExportInput,
817
785
  RealtimeArchiveExportOutput,
818
786
  RealtimeArchiveExportStatusInput,
@@ -1912,40 +1880,6 @@ export interface GeneratedClient {
1912
1880
  install: ((input: OrganizationYoutubeInstallInput) => Promise<OrganizationYoutubeInstallOutput>) & Operation;
1913
1881
  };
1914
1882
  };
1915
- playground: {
1916
- analytics: {
1917
- overview: ((input: PlaygroundAnalyticsOverviewInput) => Promise<PlaygroundAnalyticsOverviewOutput>) & Operation;
1918
- };
1919
- billing: {
1920
- entitlements: ((input: PlaygroundBillingEntitlementsInput) => Promise<PlaygroundBillingEntitlementsOutput>) & Operation;
1921
- 'record-usage': ((input: PlaygroundBillingRecordUsageInput) => Promise<PlaygroundBillingRecordUsageOutput>) & Operation;
1922
- };
1923
- clickup: {
1924
- 'create-task': ((input: PlaygroundClickupCreateTaskInput) => Promise<PlaygroundClickupCreateTaskOutput>) & Operation;
1925
- 'get-last-webhook': ((input: PlaygroundClickupGetLastWebhookInput) => Promise<PlaygroundClickupGetLastWebhookOutput>) & Operation;
1926
- 'get-overview': ((input: PlaygroundClickupGetOverviewInput) => Promise<PlaygroundClickupGetOverviewOutput>) & Operation;
1927
- };
1928
- gdrive: {
1929
- 'get-last-change': ((input: PlaygroundGdriveGetLastChangeInput) => Promise<PlaygroundGdriveGetLastChangeOutput>) & Operation;
1930
- 'read-file': ((input: PlaygroundGdriveReadFileInput) => Promise<PlaygroundGdriveReadFileOutput>) & Operation;
1931
- };
1932
- googleads: {
1933
- 'read-customer': ((input: PlaygroundGoogleadsReadCustomerInput) => Promise<PlaygroundGoogleadsReadCustomerOutput>) & Operation;
1934
- };
1935
- lifecycle: {
1936
- 'get-state': ((input: PlaygroundLifecycleGetStateInput) => Promise<PlaygroundLifecycleGetStateOutput>) & Operation;
1937
- 'list-events': ((input: PlaygroundLifecycleListEventsInput) => Promise<PlaygroundLifecycleListEventsOutput>) & Operation;
1938
- };
1939
- webhook: {
1940
- 'get-last': ((input: PlaygroundWebhookGetLastInput) => Promise<PlaygroundWebhookGetLastOutput>) & Operation;
1941
- };
1942
- workflow: {
1943
- echo: ((input: PlaygroundWorkflowEchoInput) => Promise<PlaygroundWorkflowEchoOutput>) & Operation;
1944
- 'echo-list': ((input: PlaygroundWorkflowEchoListInput) => Promise<PlaygroundWorkflowEchoListOutput>) & Operation;
1945
- ping: ((input: PlaygroundWorkflowPingInput) => Promise<PlaygroundWorkflowPingOutput>) & Operation;
1946
- 'subjects-list': ((input: PlaygroundWorkflowSubjectsListInput) => Promise<PlaygroundWorkflowSubjectsListOutput>) & Operation;
1947
- };
1948
- };
1949
1883
  realtime: {
1950
1884
  archive: {
1951
1885
  export: ((input: RealtimeArchiveExportInput) => Promise<RealtimeArchiveExportOutput>) & 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', 'waitlist', 'workflow'] as const;
4
+ export const namespaces = ['analytics', 'brain', 'consent', 'content', 'deployment', 'mail', 'observe', 'organization', 'realtime', 'support', 'tracking', 'users', 'waitlist', 'workflow'] as const;
5
5
 
6
6
  export const operations: Record<string, ToolLevel> = {
7
7
  'analytics_catalog_get': 'read',
@@ -394,22 +394,6 @@ export const operations: Record<string, ToolLevel> = {
394
394
  'organization_support_threads_list': 'read',
395
395
  'organization_x_install': 'read',
396
396
  'organization_youtube_install': 'read',
397
- 'playground_analytics_overview': 'read',
398
- 'playground_billing_entitlements': 'read',
399
- 'playground_billing_record-usage': 'write',
400
- 'playground_clickup_create-task': 'write',
401
- 'playground_clickup_get-last-webhook': 'read',
402
- 'playground_clickup_get-overview': 'read',
403
- 'playground_gdrive_get-last-change': 'read',
404
- 'playground_gdrive_read-file': 'read',
405
- 'playground_googleads_read-customer': 'read',
406
- 'playground_lifecycle_get-state': 'read',
407
- 'playground_lifecycle_list-events': 'read',
408
- 'playground_webhook_get-last': 'read',
409
- 'playground_workflow_echo': 'write',
410
- 'playground_workflow_echo-list': 'read',
411
- 'playground_workflow_ping': 'write',
412
- 'playground_workflow_subjects-list': 'read',
413
397
  'realtime_archive_export': 'admin',
414
398
  'realtime_archive_export_status': 'read',
415
399
  'realtime_archive_get': 'read',
@@ -632,13 +616,6 @@ export const compositions: Record<string, ToolComposition> = {
632
616
  'brain_memory_stats': {"label":"Memory stats"},
633
617
  'brain_memory_update': {"pii":["input.content"],"label":"Update memory"},
634
618
  'brain_usage_report': {"label":"Get usage report"},
635
- 'content_metrics_post_series': {"label":"Read post metrics","options":{"id":"content_publications_list"}},
636
- 'content_posts_create': {"pii":["output.author"],"label":"Create draft post"},
637
- 'content_posts_submit': {"pii":["output.author"],"label":"Submit post for approval","options":{"id":"content_posts_list"}},
638
- 'content_publications_cancel': {"label":"Cancel publication","options":{"id":"content_publications_list"}},
639
- 'content_publications_publish': {"label":"Publish now","options":{"postId":"content_posts_list","channelId":"content_channels_list"},"completion_event":"content/publication.settled"},
640
- 'content_publications_schedule': {"label":"Schedule publication","options":{"postId":"content_posts_list","channelId":"content_channels_list"},"completion_event":"content/publication.settled"},
641
- 'content_publications_validate': {"label":"Validate post against channels","options":{"postId":"content_posts_list"}},
642
619
  'mail_audience_create': {"label":"Create audience"},
643
620
  'mail_audience_delete': {"label":"Delete audience"},
644
621
  'mail_audience_get': {"label":"Get audience"},
@@ -678,9 +655,6 @@ export const compositions: Record<string, ToolComposition> = {
678
655
  'mail_template_publish': {"label":"Publish template"},
679
656
  'mail_template_update': {"label":"Update template"},
680
657
  'mail_usage_get': {"label":"Get usage"},
681
- 'playground_workflow_echo': {"pii":["input.note","output.note"],"label":"Store workflow echo","completion_event":"playground/workflow.echoed"},
682
- 'playground_workflow_ping': {"label":"Fire workflow ping","completion_event":"playground/workflow.ping"},
683
- 'playground_workflow_subjects-list': {"pii":["output.items[].display_name"],"label":"List workflow subjects"},
684
658
  'support_agent_create': {"pii":["input.lesslyUserId","output.lesslyUserId"],"label":"Create agent profile"},
685
659
  'support_agent_get': {"pii":["output.lesslyUserId"],"label":"Get agent","options":{"id":"support_agent_list"}},
686
660
  'support_agent_list': {"pii":["output.agents[].lesslyUserId"],"label":"List agents"},