@lessly/sdk-app 65.1.0 → 65.2.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 +34 -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 +257 -0
- package/dist/chunk-Z3HG67EN.js +11085 -0
- package/dist/chunk-Z3HG67EN.js.map +1 -0
- package/dist/index.cjs +185 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +20 -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/package.json +12 -2
- package/src/gen/bindings.gen.ts +176 -1
- package/src/gen/client.gen.ts +63 -0
- package/src/gen/manifest.gen.ts +18 -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 +299 -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": {
|
|
@@ -11508,6 +11675,21 @@ var operations = {
|
|
|
11508
11675
|
"organization_support_threads_list": "read",
|
|
11509
11676
|
"organization_x_install": "read",
|
|
11510
11677
|
"organization_youtube_install": "read",
|
|
11678
|
+
"playground_analytics_overview": "read",
|
|
11679
|
+
"playground_billing_entitlements": "read",
|
|
11680
|
+
"playground_billing_record-usage": "write",
|
|
11681
|
+
"playground_clickup_create-task": "write",
|
|
11682
|
+
"playground_clickup_get-last-webhook": "read",
|
|
11683
|
+
"playground_clickup_get-overview": "read",
|
|
11684
|
+
"playground_gdrive_get-last-change": "read",
|
|
11685
|
+
"playground_gdrive_read-file": "read",
|
|
11686
|
+
"playground_googleads_read-customer": "read",
|
|
11687
|
+
"playground_lifecycle_get-state": "read",
|
|
11688
|
+
"playground_lifecycle_list-events": "read",
|
|
11689
|
+
"playground_webhook_get-last": "read",
|
|
11690
|
+
"playground_workflow_echo": "write",
|
|
11691
|
+
"playground_workflow_echo-list": "read",
|
|
11692
|
+
"playground_workflow_ping": "write",
|
|
11511
11693
|
"realtime_archive_export": "admin",
|
|
11512
11694
|
"realtime_archive_export_status": "read",
|
|
11513
11695
|
"realtime_archive_get": "read",
|
|
@@ -11737,7 +11919,9 @@ var compositions = {
|
|
|
11737
11919
|
"mail_template_list": { "label": "List templates" },
|
|
11738
11920
|
"mail_template_publish": { "label": "Publish template" },
|
|
11739
11921
|
"mail_template_update": { "label": "Update template" },
|
|
11740
|
-
"mail_usage_get": { "label": "Get usage" }
|
|
11922
|
+
"mail_usage_get": { "label": "Get usage" },
|
|
11923
|
+
"playground_workflow_echo": { "pii": ["input.note"], "label": "Store workflow echo" },
|
|
11924
|
+
"playground_workflow_ping": { "label": "Fire workflow ping", "completion_event": "playground/workflow.ping" }
|
|
11741
11925
|
};
|
|
11742
11926
|
|
|
11743
11927
|
// src/runtime/permission-match.ts
|