@lessly/sdk-app 65.1.0 → 66.0.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/dist/_types/gen/client.gen.d.ts +35 -1
- package/dist/_types/gen/manifest.gen.d.ts +1 -1
- package/dist/_types/gen/playground/connect.gen.d.ts +3 -0
- package/dist/_types/gen/playground/index.d.ts +3 -0
- package/dist/_types/gen/playground/queryOptions.gen.d.ts +62 -0
- package/dist/_types/gen/types.gen.d.ts +347 -0
- package/dist/_types/gen/workflow/index.d.ts +1 -1
- package/dist/_types/gen/workflow/queryOptions.gen.d.ts +5 -1
- package/dist/chunk-ORP3C4MA.js +11098 -0
- package/dist/chunk-ORP3C4MA.js.map +1 -0
- package/dist/index.cjs +199 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +21 -10907
- package/dist/index.js.map +1 -1
- package/dist/playground/index.cjs +96 -0
- package/dist/playground/index.cjs.map +1 -0
- package/dist/playground/index.d.cts +1 -0
- package/dist/playground/index.d.ts +1 -0
- package/dist/playground/index.js +70 -0
- package/dist/playground/index.js.map +1 -0
- package/dist/workflow/index.cjs +5 -0
- package/dist/workflow/index.cjs.map +1 -1
- package/dist/workflow/index.js +5 -1
- package/dist/workflow/index.js.map +1 -1
- package/package.json +12 -2
- package/src/gen/bindings.gen.ts +189 -1
- package/src/gen/client.gen.ts +66 -0
- package/src/gen/manifest.gen.ts +19 -1
- package/src/gen/playground/connect.gen.ts +9 -0
- package/src/gen/playground/index.ts +4 -0
- package/src/gen/playground/queryOptions.gen.ts +105 -0
- package/src/gen/types.gen.ts +391 -0
- package/src/gen/workflow/index.ts +1 -1
- package/src/gen/workflow/queryOptions.gen.ts +6 -0
package/dist/index.cjs
CHANGED
|
@@ -7402,6 +7402,173 @@ var bindings = {
|
|
|
7402
7402
|
}
|
|
7403
7403
|
}
|
|
7404
7404
|
},
|
|
7405
|
+
"playground": {
|
|
7406
|
+
"analytics": {
|
|
7407
|
+
"overview": {
|
|
7408
|
+
"level": "read",
|
|
7409
|
+
"method": "POST",
|
|
7410
|
+
"operationKey": "playground_analytics_overview",
|
|
7411
|
+
"params": [
|
|
7412
|
+
{
|
|
7413
|
+
"in": "body",
|
|
7414
|
+
"name": "limit"
|
|
7415
|
+
}
|
|
7416
|
+
],
|
|
7417
|
+
"path": "/playground/analytics/overview",
|
|
7418
|
+
"readOnly": true
|
|
7419
|
+
}
|
|
7420
|
+
},
|
|
7421
|
+
"billing": {
|
|
7422
|
+
"entitlements": {
|
|
7423
|
+
"level": "read",
|
|
7424
|
+
"method": "POST",
|
|
7425
|
+
"operationKey": "playground_billing_entitlements",
|
|
7426
|
+
"path": "/playground/billing/entitlements",
|
|
7427
|
+
"readOnly": true
|
|
7428
|
+
},
|
|
7429
|
+
"record-usage": {
|
|
7430
|
+
"level": "write",
|
|
7431
|
+
"method": "POST",
|
|
7432
|
+
"operationKey": "playground_billing_record-usage",
|
|
7433
|
+
"params": [
|
|
7434
|
+
{
|
|
7435
|
+
"in": "body",
|
|
7436
|
+
"name": "value"
|
|
7437
|
+
}
|
|
7438
|
+
],
|
|
7439
|
+
"path": "/playground/billing/usage",
|
|
7440
|
+
"readOnly": false
|
|
7441
|
+
}
|
|
7442
|
+
},
|
|
7443
|
+
"clickup": {
|
|
7444
|
+
"create-task": {
|
|
7445
|
+
"level": "write",
|
|
7446
|
+
"method": "POST",
|
|
7447
|
+
"operationKey": "playground_clickup_create-task",
|
|
7448
|
+
"params": [
|
|
7449
|
+
{
|
|
7450
|
+
"in": "body",
|
|
7451
|
+
"name": "listId"
|
|
7452
|
+
},
|
|
7453
|
+
{
|
|
7454
|
+
"in": "body",
|
|
7455
|
+
"name": "name"
|
|
7456
|
+
}
|
|
7457
|
+
],
|
|
7458
|
+
"path": "/playground/clickup/tasks",
|
|
7459
|
+
"readOnly": false
|
|
7460
|
+
},
|
|
7461
|
+
"get-last-webhook": {
|
|
7462
|
+
"level": "read",
|
|
7463
|
+
"method": "GET",
|
|
7464
|
+
"operationKey": "playground_clickup_get-last-webhook",
|
|
7465
|
+
"path": "/playground/clickup/webhooks/last",
|
|
7466
|
+
"readOnly": true
|
|
7467
|
+
},
|
|
7468
|
+
"get-overview": {
|
|
7469
|
+
"level": "read",
|
|
7470
|
+
"method": "GET",
|
|
7471
|
+
"operationKey": "playground_clickup_get-overview",
|
|
7472
|
+
"path": "/playground/clickup/overview",
|
|
7473
|
+
"readOnly": true
|
|
7474
|
+
}
|
|
7475
|
+
},
|
|
7476
|
+
"gdrive": {
|
|
7477
|
+
"get-last-change": {
|
|
7478
|
+
"level": "read",
|
|
7479
|
+
"method": "GET",
|
|
7480
|
+
"operationKey": "playground_gdrive_get-last-change",
|
|
7481
|
+
"path": "/playground/gdrive/changes/last",
|
|
7482
|
+
"readOnly": true
|
|
7483
|
+
},
|
|
7484
|
+
"read-file": {
|
|
7485
|
+
"level": "read",
|
|
7486
|
+
"method": "POST",
|
|
7487
|
+
"operationKey": "playground_gdrive_read-file",
|
|
7488
|
+
"params": [
|
|
7489
|
+
{
|
|
7490
|
+
"in": "body",
|
|
7491
|
+
"name": "fileId"
|
|
7492
|
+
}
|
|
7493
|
+
],
|
|
7494
|
+
"path": "/playground/gdrive/file",
|
|
7495
|
+
"readOnly": true
|
|
7496
|
+
}
|
|
7497
|
+
},
|
|
7498
|
+
"googleads": {
|
|
7499
|
+
"read-customer": {
|
|
7500
|
+
"level": "read",
|
|
7501
|
+
"method": "POST",
|
|
7502
|
+
"operationKey": "playground_googleads_read-customer",
|
|
7503
|
+
"path": "/playground/googleads/customer",
|
|
7504
|
+
"readOnly": true
|
|
7505
|
+
}
|
|
7506
|
+
},
|
|
7507
|
+
"lifecycle": {
|
|
7508
|
+
"get-state": {
|
|
7509
|
+
"level": "read",
|
|
7510
|
+
"method": "GET",
|
|
7511
|
+
"operationKey": "playground_lifecycle_get-state",
|
|
7512
|
+
"path": "/playground/lifecycle/state",
|
|
7513
|
+
"readOnly": true
|
|
7514
|
+
},
|
|
7515
|
+
"list-events": {
|
|
7516
|
+
"level": "read",
|
|
7517
|
+
"method": "GET",
|
|
7518
|
+
"operationKey": "playground_lifecycle_list-events",
|
|
7519
|
+
"path": "/playground/lifecycle/events",
|
|
7520
|
+
"readOnly": true
|
|
7521
|
+
}
|
|
7522
|
+
},
|
|
7523
|
+
"webhook": {
|
|
7524
|
+
"get-last": {
|
|
7525
|
+
"level": "read",
|
|
7526
|
+
"method": "GET",
|
|
7527
|
+
"operationKey": "playground_webhook_get-last",
|
|
7528
|
+
"path": "/playground/webhooks/last",
|
|
7529
|
+
"readOnly": true
|
|
7530
|
+
}
|
|
7531
|
+
},
|
|
7532
|
+
"workflow": {
|
|
7533
|
+
"echo": {
|
|
7534
|
+
"level": "write",
|
|
7535
|
+
"method": "POST",
|
|
7536
|
+
"operationKey": "playground_workflow_echo",
|
|
7537
|
+
"params": [
|
|
7538
|
+
{
|
|
7539
|
+
"in": "body",
|
|
7540
|
+
"name": "note"
|
|
7541
|
+
},
|
|
7542
|
+
{
|
|
7543
|
+
"in": "body",
|
|
7544
|
+
"name": "tags"
|
|
7545
|
+
}
|
|
7546
|
+
],
|
|
7547
|
+
"path": "/playground/workflow/echo",
|
|
7548
|
+
"readOnly": false
|
|
7549
|
+
},
|
|
7550
|
+
"echo-list": {
|
|
7551
|
+
"level": "read",
|
|
7552
|
+
"method": "GET",
|
|
7553
|
+
"operationKey": "playground_workflow_echo-list",
|
|
7554
|
+
"path": "/playground/workflow/echoes",
|
|
7555
|
+
"readOnly": true
|
|
7556
|
+
},
|
|
7557
|
+
"ping": {
|
|
7558
|
+
"level": "write",
|
|
7559
|
+
"method": "POST",
|
|
7560
|
+
"operationKey": "playground_workflow_ping",
|
|
7561
|
+
"params": [
|
|
7562
|
+
{
|
|
7563
|
+
"in": "body",
|
|
7564
|
+
"name": "kind"
|
|
7565
|
+
}
|
|
7566
|
+
],
|
|
7567
|
+
"path": "/playground/workflow/ping",
|
|
7568
|
+
"readOnly": false
|
|
7569
|
+
}
|
|
7570
|
+
}
|
|
7571
|
+
},
|
|
7405
7572
|
"realtime": {
|
|
7406
7573
|
"archive": {
|
|
7407
7574
|
"export": {
|
|
@@ -10908,6 +11075,19 @@ var bindings = {
|
|
|
10908
11075
|
],
|
|
10909
11076
|
"path": "/workflow/grant",
|
|
10910
11077
|
"readOnly": true
|
|
11078
|
+
},
|
|
11079
|
+
"request": {
|
|
11080
|
+
"level": "write",
|
|
11081
|
+
"method": "POST",
|
|
11082
|
+
"operationKey": "workflow_grant_request",
|
|
11083
|
+
"params": [
|
|
11084
|
+
{
|
|
11085
|
+
"in": "body",
|
|
11086
|
+
"name": "workflow_id"
|
|
11087
|
+
}
|
|
11088
|
+
],
|
|
11089
|
+
"path": "/workflow/grant/request",
|
|
11090
|
+
"readOnly": false
|
|
10911
11091
|
}
|
|
10912
11092
|
},
|
|
10913
11093
|
"health": {
|
|
@@ -11508,6 +11688,21 @@ var operations = {
|
|
|
11508
11688
|
"organization_support_threads_list": "read",
|
|
11509
11689
|
"organization_x_install": "read",
|
|
11510
11690
|
"organization_youtube_install": "read",
|
|
11691
|
+
"playground_analytics_overview": "read",
|
|
11692
|
+
"playground_billing_entitlements": "read",
|
|
11693
|
+
"playground_billing_record-usage": "write",
|
|
11694
|
+
"playground_clickup_create-task": "write",
|
|
11695
|
+
"playground_clickup_get-last-webhook": "read",
|
|
11696
|
+
"playground_clickup_get-overview": "read",
|
|
11697
|
+
"playground_gdrive_get-last-change": "read",
|
|
11698
|
+
"playground_gdrive_read-file": "read",
|
|
11699
|
+
"playground_googleads_read-customer": "read",
|
|
11700
|
+
"playground_lifecycle_get-state": "read",
|
|
11701
|
+
"playground_lifecycle_list-events": "read",
|
|
11702
|
+
"playground_webhook_get-last": "read",
|
|
11703
|
+
"playground_workflow_echo": "write",
|
|
11704
|
+
"playground_workflow_echo-list": "read",
|
|
11705
|
+
"playground_workflow_ping": "write",
|
|
11511
11706
|
"realtime_archive_export": "admin",
|
|
11512
11707
|
"realtime_archive_export_status": "read",
|
|
11513
11708
|
"realtime_archive_get": "read",
|
|
@@ -11685,6 +11880,7 @@ var operations = {
|
|
|
11685
11880
|
"workflow_definition_validate": "read",
|
|
11686
11881
|
"workflow_dependency_list": "read",
|
|
11687
11882
|
"workflow_grant_list": "read",
|
|
11883
|
+
"workflow_grant_request": "write",
|
|
11688
11884
|
"workflow_health_list": "read",
|
|
11689
11885
|
"workflow_health_ping": "read",
|
|
11690
11886
|
"workflow_killswitch_get": "read",
|
|
@@ -11737,7 +11933,9 @@ var compositions = {
|
|
|
11737
11933
|
"mail_template_list": { "label": "List templates" },
|
|
11738
11934
|
"mail_template_publish": { "label": "Publish template" },
|
|
11739
11935
|
"mail_template_update": { "label": "Update template" },
|
|
11740
|
-
"mail_usage_get": { "label": "Get usage" }
|
|
11936
|
+
"mail_usage_get": { "label": "Get usage" },
|
|
11937
|
+
"playground_workflow_echo": { "pii": ["input.note"], "label": "Store workflow echo" },
|
|
11938
|
+
"playground_workflow_ping": { "label": "Fire workflow ping", "completion_event": "playground/workflow.ping" }
|
|
11741
11939
|
};
|
|
11742
11940
|
|
|
11743
11941
|
// src/runtime/permission-match.ts
|