@lessly/sdk-app 63.6.0 → 63.8.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 +72 -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 +913 -0
- package/dist/_types/gen/workflow/index.d.ts +2 -0
- package/dist/_types/gen/workflow/queryOptions.gen.d.ts +98 -0
- package/dist/chunk-ETSAJJIN.js +10902 -0
- package/dist/chunk-ETSAJJIN.js.map +1 -0
- package/dist/index.cjs +676 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +85 -10299
- 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 +126 -0
- package/dist/workflow/index.cjs.map +1 -0
- package/dist/workflow/index.d.cts +1 -0
- package/dist/workflow/index.d.ts +1 -0
- package/dist/workflow/index.js +101 -0
- package/dist/workflow/index.js.map +1 -0
- package/package.json +22 -2
- package/src/gen/bindings.gen.ts +602 -1
- package/src/gen/client.gen.ts +149 -0
- package/src/gen/manifest.gen.ts +83 -2
- 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 +1004 -0
- package/src/gen/workflow/index.ts +3 -0
- package/src/gen/workflow/queryOptions.gen.ts +161 -0
package/dist/index.cjs
CHANGED
|
@@ -7329,6 +7329,173 @@ var bindings = {
|
|
|
7329
7329
|
}
|
|
7330
7330
|
}
|
|
7331
7331
|
},
|
|
7332
|
+
"playground": {
|
|
7333
|
+
"analytics": {
|
|
7334
|
+
"overview": {
|
|
7335
|
+
"level": "read",
|
|
7336
|
+
"method": "POST",
|
|
7337
|
+
"operationKey": "playground_analytics_overview",
|
|
7338
|
+
"params": [
|
|
7339
|
+
{
|
|
7340
|
+
"in": "body",
|
|
7341
|
+
"name": "limit"
|
|
7342
|
+
}
|
|
7343
|
+
],
|
|
7344
|
+
"path": "/playground/analytics/overview",
|
|
7345
|
+
"readOnly": true
|
|
7346
|
+
}
|
|
7347
|
+
},
|
|
7348
|
+
"billing": {
|
|
7349
|
+
"entitlements": {
|
|
7350
|
+
"level": "read",
|
|
7351
|
+
"method": "POST",
|
|
7352
|
+
"operationKey": "playground_billing_entitlements",
|
|
7353
|
+
"path": "/playground/billing/entitlements",
|
|
7354
|
+
"readOnly": true
|
|
7355
|
+
},
|
|
7356
|
+
"record-usage": {
|
|
7357
|
+
"level": "write",
|
|
7358
|
+
"method": "POST",
|
|
7359
|
+
"operationKey": "playground_billing_record-usage",
|
|
7360
|
+
"params": [
|
|
7361
|
+
{
|
|
7362
|
+
"in": "body",
|
|
7363
|
+
"name": "value"
|
|
7364
|
+
}
|
|
7365
|
+
],
|
|
7366
|
+
"path": "/playground/billing/usage",
|
|
7367
|
+
"readOnly": false
|
|
7368
|
+
}
|
|
7369
|
+
},
|
|
7370
|
+
"clickup": {
|
|
7371
|
+
"create-task": {
|
|
7372
|
+
"level": "write",
|
|
7373
|
+
"method": "POST",
|
|
7374
|
+
"operationKey": "playground_clickup_create-task",
|
|
7375
|
+
"params": [
|
|
7376
|
+
{
|
|
7377
|
+
"in": "body",
|
|
7378
|
+
"name": "listId"
|
|
7379
|
+
},
|
|
7380
|
+
{
|
|
7381
|
+
"in": "body",
|
|
7382
|
+
"name": "name"
|
|
7383
|
+
}
|
|
7384
|
+
],
|
|
7385
|
+
"path": "/playground/clickup/tasks",
|
|
7386
|
+
"readOnly": false
|
|
7387
|
+
},
|
|
7388
|
+
"get-last-webhook": {
|
|
7389
|
+
"level": "read",
|
|
7390
|
+
"method": "GET",
|
|
7391
|
+
"operationKey": "playground_clickup_get-last-webhook",
|
|
7392
|
+
"path": "/playground/clickup/webhooks/last",
|
|
7393
|
+
"readOnly": true
|
|
7394
|
+
},
|
|
7395
|
+
"get-overview": {
|
|
7396
|
+
"level": "read",
|
|
7397
|
+
"method": "GET",
|
|
7398
|
+
"operationKey": "playground_clickup_get-overview",
|
|
7399
|
+
"path": "/playground/clickup/overview",
|
|
7400
|
+
"readOnly": true
|
|
7401
|
+
}
|
|
7402
|
+
},
|
|
7403
|
+
"gdrive": {
|
|
7404
|
+
"get-last-change": {
|
|
7405
|
+
"level": "read",
|
|
7406
|
+
"method": "GET",
|
|
7407
|
+
"operationKey": "playground_gdrive_get-last-change",
|
|
7408
|
+
"path": "/playground/gdrive/changes/last",
|
|
7409
|
+
"readOnly": true
|
|
7410
|
+
},
|
|
7411
|
+
"read-file": {
|
|
7412
|
+
"level": "read",
|
|
7413
|
+
"method": "POST",
|
|
7414
|
+
"operationKey": "playground_gdrive_read-file",
|
|
7415
|
+
"params": [
|
|
7416
|
+
{
|
|
7417
|
+
"in": "body",
|
|
7418
|
+
"name": "fileId"
|
|
7419
|
+
}
|
|
7420
|
+
],
|
|
7421
|
+
"path": "/playground/gdrive/file",
|
|
7422
|
+
"readOnly": true
|
|
7423
|
+
}
|
|
7424
|
+
},
|
|
7425
|
+
"googleads": {
|
|
7426
|
+
"read-customer": {
|
|
7427
|
+
"level": "read",
|
|
7428
|
+
"method": "POST",
|
|
7429
|
+
"operationKey": "playground_googleads_read-customer",
|
|
7430
|
+
"path": "/playground/googleads/customer",
|
|
7431
|
+
"readOnly": true
|
|
7432
|
+
}
|
|
7433
|
+
},
|
|
7434
|
+
"lifecycle": {
|
|
7435
|
+
"get-state": {
|
|
7436
|
+
"level": "read",
|
|
7437
|
+
"method": "GET",
|
|
7438
|
+
"operationKey": "playground_lifecycle_get-state",
|
|
7439
|
+
"path": "/playground/lifecycle/state",
|
|
7440
|
+
"readOnly": true
|
|
7441
|
+
},
|
|
7442
|
+
"list-events": {
|
|
7443
|
+
"level": "read",
|
|
7444
|
+
"method": "GET",
|
|
7445
|
+
"operationKey": "playground_lifecycle_list-events",
|
|
7446
|
+
"path": "/playground/lifecycle/events",
|
|
7447
|
+
"readOnly": true
|
|
7448
|
+
}
|
|
7449
|
+
},
|
|
7450
|
+
"webhook": {
|
|
7451
|
+
"get-last": {
|
|
7452
|
+
"level": "read",
|
|
7453
|
+
"method": "GET",
|
|
7454
|
+
"operationKey": "playground_webhook_get-last",
|
|
7455
|
+
"path": "/playground/webhooks/last",
|
|
7456
|
+
"readOnly": true
|
|
7457
|
+
}
|
|
7458
|
+
},
|
|
7459
|
+
"workflow": {
|
|
7460
|
+
"echo": {
|
|
7461
|
+
"level": "write",
|
|
7462
|
+
"method": "POST",
|
|
7463
|
+
"operationKey": "playground_workflow_echo",
|
|
7464
|
+
"params": [
|
|
7465
|
+
{
|
|
7466
|
+
"in": "body",
|
|
7467
|
+
"name": "note"
|
|
7468
|
+
},
|
|
7469
|
+
{
|
|
7470
|
+
"in": "body",
|
|
7471
|
+
"name": "tags"
|
|
7472
|
+
}
|
|
7473
|
+
],
|
|
7474
|
+
"path": "/playground/workflow/echo",
|
|
7475
|
+
"readOnly": false
|
|
7476
|
+
},
|
|
7477
|
+
"echo-list": {
|
|
7478
|
+
"level": "read",
|
|
7479
|
+
"method": "GET",
|
|
7480
|
+
"operationKey": "playground_workflow_echo-list",
|
|
7481
|
+
"path": "/playground/workflow/echoes",
|
|
7482
|
+
"readOnly": true
|
|
7483
|
+
},
|
|
7484
|
+
"ping": {
|
|
7485
|
+
"level": "write",
|
|
7486
|
+
"method": "POST",
|
|
7487
|
+
"operationKey": "playground_workflow_ping",
|
|
7488
|
+
"params": [
|
|
7489
|
+
{
|
|
7490
|
+
"in": "body",
|
|
7491
|
+
"name": "kind"
|
|
7492
|
+
}
|
|
7493
|
+
],
|
|
7494
|
+
"path": "/playground/workflow/ping",
|
|
7495
|
+
"readOnly": false
|
|
7496
|
+
}
|
|
7497
|
+
}
|
|
7498
|
+
},
|
|
7332
7499
|
"realtime": {
|
|
7333
7500
|
"archive": {
|
|
7334
7501
|
"export": {
|
|
@@ -10507,6 +10674,432 @@ var bindings = {
|
|
|
10507
10674
|
"readOnly": true
|
|
10508
10675
|
}
|
|
10509
10676
|
}
|
|
10677
|
+
},
|
|
10678
|
+
"workflow": {
|
|
10679
|
+
"capability": {
|
|
10680
|
+
"get": {
|
|
10681
|
+
"level": "read",
|
|
10682
|
+
"method": "GET",
|
|
10683
|
+
"operationKey": "workflow_capability_get",
|
|
10684
|
+
"params": [
|
|
10685
|
+
{
|
|
10686
|
+
"in": "query",
|
|
10687
|
+
"name": "key"
|
|
10688
|
+
}
|
|
10689
|
+
],
|
|
10690
|
+
"path": "/workflow/capability/get",
|
|
10691
|
+
"readOnly": true
|
|
10692
|
+
},
|
|
10693
|
+
"list": {
|
|
10694
|
+
"level": "read",
|
|
10695
|
+
"method": "GET",
|
|
10696
|
+
"operationKey": "workflow_capability_list",
|
|
10697
|
+
"params": [
|
|
10698
|
+
{
|
|
10699
|
+
"in": "query",
|
|
10700
|
+
"name": "toolkit"
|
|
10701
|
+
},
|
|
10702
|
+
{
|
|
10703
|
+
"in": "query",
|
|
10704
|
+
"name": "kind"
|
|
10705
|
+
},
|
|
10706
|
+
{
|
|
10707
|
+
"in": "query",
|
|
10708
|
+
"name": "query"
|
|
10709
|
+
},
|
|
10710
|
+
{
|
|
10711
|
+
"in": "query",
|
|
10712
|
+
"name": "cursor"
|
|
10713
|
+
},
|
|
10714
|
+
{
|
|
10715
|
+
"in": "query",
|
|
10716
|
+
"name": "limit"
|
|
10717
|
+
}
|
|
10718
|
+
],
|
|
10719
|
+
"path": "/workflow/capability",
|
|
10720
|
+
"readOnly": true
|
|
10721
|
+
}
|
|
10722
|
+
},
|
|
10723
|
+
"config": {
|
|
10724
|
+
"delete": {
|
|
10725
|
+
"level": "admin",
|
|
10726
|
+
"method": "DELETE",
|
|
10727
|
+
"operationKey": "workflow_config_delete",
|
|
10728
|
+
"params": [
|
|
10729
|
+
{
|
|
10730
|
+
"in": "query",
|
|
10731
|
+
"name": "key"
|
|
10732
|
+
}
|
|
10733
|
+
],
|
|
10734
|
+
"path": "/workflow/config",
|
|
10735
|
+
"readOnly": false
|
|
10736
|
+
},
|
|
10737
|
+
"list": {
|
|
10738
|
+
"level": "read",
|
|
10739
|
+
"method": "GET",
|
|
10740
|
+
"operationKey": "workflow_config_list",
|
|
10741
|
+
"params": [
|
|
10742
|
+
{
|
|
10743
|
+
"in": "query",
|
|
10744
|
+
"name": "cursor"
|
|
10745
|
+
},
|
|
10746
|
+
{
|
|
10747
|
+
"in": "query",
|
|
10748
|
+
"name": "limit"
|
|
10749
|
+
}
|
|
10750
|
+
],
|
|
10751
|
+
"path": "/workflow/config",
|
|
10752
|
+
"readOnly": true
|
|
10753
|
+
},
|
|
10754
|
+
"set": {
|
|
10755
|
+
"level": "write",
|
|
10756
|
+
"method": "POST",
|
|
10757
|
+
"operationKey": "workflow_config_set",
|
|
10758
|
+
"params": [
|
|
10759
|
+
{
|
|
10760
|
+
"in": "body",
|
|
10761
|
+
"name": "key"
|
|
10762
|
+
},
|
|
10763
|
+
{
|
|
10764
|
+
"in": "body",
|
|
10765
|
+
"name": "value"
|
|
10766
|
+
},
|
|
10767
|
+
{
|
|
10768
|
+
"in": "body",
|
|
10769
|
+
"name": "secret"
|
|
10770
|
+
}
|
|
10771
|
+
],
|
|
10772
|
+
"path": "/workflow/config",
|
|
10773
|
+
"readOnly": false
|
|
10774
|
+
}
|
|
10775
|
+
},
|
|
10776
|
+
"definition": {
|
|
10777
|
+
"create": {
|
|
10778
|
+
"level": "write",
|
|
10779
|
+
"method": "POST",
|
|
10780
|
+
"operationKey": "workflow_definition_create",
|
|
10781
|
+
"params": [
|
|
10782
|
+
{
|
|
10783
|
+
"in": "body",
|
|
10784
|
+
"name": "name"
|
|
10785
|
+
},
|
|
10786
|
+
{
|
|
10787
|
+
"in": "body",
|
|
10788
|
+
"name": "description"
|
|
10789
|
+
},
|
|
10790
|
+
{
|
|
10791
|
+
"in": "body",
|
|
10792
|
+
"name": "definition"
|
|
10793
|
+
}
|
|
10794
|
+
],
|
|
10795
|
+
"path": "/workflow/definition",
|
|
10796
|
+
"readOnly": false
|
|
10797
|
+
},
|
|
10798
|
+
"disable": {
|
|
10799
|
+
"level": "write",
|
|
10800
|
+
"method": "POST",
|
|
10801
|
+
"operationKey": "workflow_definition_disable",
|
|
10802
|
+
"params": [
|
|
10803
|
+
{
|
|
10804
|
+
"in": "body",
|
|
10805
|
+
"name": "workflow_id"
|
|
10806
|
+
}
|
|
10807
|
+
],
|
|
10808
|
+
"path": "/workflow/definition/disable",
|
|
10809
|
+
"readOnly": false
|
|
10810
|
+
},
|
|
10811
|
+
"dryrun": {
|
|
10812
|
+
"level": "read",
|
|
10813
|
+
"method": "POST",
|
|
10814
|
+
"operationKey": "workflow_definition_dryrun",
|
|
10815
|
+
"params": [
|
|
10816
|
+
{
|
|
10817
|
+
"in": "body",
|
|
10818
|
+
"name": "workflow_id"
|
|
10819
|
+
},
|
|
10820
|
+
{
|
|
10821
|
+
"in": "body",
|
|
10822
|
+
"name": "definition"
|
|
10823
|
+
},
|
|
10824
|
+
{
|
|
10825
|
+
"in": "body",
|
|
10826
|
+
"name": "trigger_payload"
|
|
10827
|
+
},
|
|
10828
|
+
{
|
|
10829
|
+
"in": "body",
|
|
10830
|
+
"name": "assumptions"
|
|
10831
|
+
}
|
|
10832
|
+
],
|
|
10833
|
+
"path": "/workflow/definition/dryrun",
|
|
10834
|
+
"readOnly": true
|
|
10835
|
+
},
|
|
10836
|
+
"enable": {
|
|
10837
|
+
"level": "write",
|
|
10838
|
+
"method": "POST",
|
|
10839
|
+
"operationKey": "workflow_definition_enable",
|
|
10840
|
+
"params": [
|
|
10841
|
+
{
|
|
10842
|
+
"in": "body",
|
|
10843
|
+
"name": "workflow_id"
|
|
10844
|
+
}
|
|
10845
|
+
],
|
|
10846
|
+
"path": "/workflow/definition/enable",
|
|
10847
|
+
"readOnly": false
|
|
10848
|
+
},
|
|
10849
|
+
"export": {
|
|
10850
|
+
"level": "read",
|
|
10851
|
+
"method": "GET",
|
|
10852
|
+
"operationKey": "workflow_definition_export",
|
|
10853
|
+
"params": [
|
|
10854
|
+
{
|
|
10855
|
+
"in": "query",
|
|
10856
|
+
"name": "workflow_id"
|
|
10857
|
+
},
|
|
10858
|
+
{
|
|
10859
|
+
"in": "query",
|
|
10860
|
+
"name": "version"
|
|
10861
|
+
}
|
|
10862
|
+
],
|
|
10863
|
+
"path": "/workflow/definition/export",
|
|
10864
|
+
"readOnly": true
|
|
10865
|
+
},
|
|
10866
|
+
"get": {
|
|
10867
|
+
"level": "read",
|
|
10868
|
+
"method": "GET",
|
|
10869
|
+
"operationKey": "workflow_definition_get",
|
|
10870
|
+
"params": [
|
|
10871
|
+
{
|
|
10872
|
+
"in": "query",
|
|
10873
|
+
"name": "workflow_id"
|
|
10874
|
+
}
|
|
10875
|
+
],
|
|
10876
|
+
"path": "/workflow/definition/get",
|
|
10877
|
+
"readOnly": true
|
|
10878
|
+
},
|
|
10879
|
+
"import": {
|
|
10880
|
+
"level": "write",
|
|
10881
|
+
"method": "POST",
|
|
10882
|
+
"operationKey": "workflow_definition_import",
|
|
10883
|
+
"params": [
|
|
10884
|
+
{
|
|
10885
|
+
"in": "body",
|
|
10886
|
+
"name": "name"
|
|
10887
|
+
},
|
|
10888
|
+
{
|
|
10889
|
+
"in": "body",
|
|
10890
|
+
"name": "definition"
|
|
10891
|
+
}
|
|
10892
|
+
],
|
|
10893
|
+
"path": "/workflow/definition/import",
|
|
10894
|
+
"readOnly": false
|
|
10895
|
+
},
|
|
10896
|
+
"list": {
|
|
10897
|
+
"level": "read",
|
|
10898
|
+
"method": "GET",
|
|
10899
|
+
"operationKey": "workflow_definition_list",
|
|
10900
|
+
"params": [
|
|
10901
|
+
{
|
|
10902
|
+
"in": "query",
|
|
10903
|
+
"name": "status"
|
|
10904
|
+
},
|
|
10905
|
+
{
|
|
10906
|
+
"in": "query",
|
|
10907
|
+
"name": "cursor"
|
|
10908
|
+
},
|
|
10909
|
+
{
|
|
10910
|
+
"in": "query",
|
|
10911
|
+
"name": "limit"
|
|
10912
|
+
}
|
|
10913
|
+
],
|
|
10914
|
+
"path": "/workflow/definition",
|
|
10915
|
+
"readOnly": true
|
|
10916
|
+
},
|
|
10917
|
+
"publish": {
|
|
10918
|
+
"level": "write",
|
|
10919
|
+
"method": "POST",
|
|
10920
|
+
"operationKey": "workflow_definition_publish",
|
|
10921
|
+
"params": [
|
|
10922
|
+
{
|
|
10923
|
+
"in": "body",
|
|
10924
|
+
"name": "workflow_id"
|
|
10925
|
+
},
|
|
10926
|
+
{
|
|
10927
|
+
"in": "body",
|
|
10928
|
+
"name": "note"
|
|
10929
|
+
}
|
|
10930
|
+
],
|
|
10931
|
+
"path": "/workflow/definition/publish",
|
|
10932
|
+
"readOnly": false
|
|
10933
|
+
},
|
|
10934
|
+
"update": {
|
|
10935
|
+
"level": "write",
|
|
10936
|
+
"method": "POST",
|
|
10937
|
+
"operationKey": "workflow_definition_update",
|
|
10938
|
+
"params": [
|
|
10939
|
+
{
|
|
10940
|
+
"in": "body",
|
|
10941
|
+
"name": "workflow_id"
|
|
10942
|
+
},
|
|
10943
|
+
{
|
|
10944
|
+
"in": "body",
|
|
10945
|
+
"name": "name"
|
|
10946
|
+
},
|
|
10947
|
+
{
|
|
10948
|
+
"in": "body",
|
|
10949
|
+
"name": "description"
|
|
10950
|
+
},
|
|
10951
|
+
{
|
|
10952
|
+
"in": "body",
|
|
10953
|
+
"name": "definition"
|
|
10954
|
+
}
|
|
10955
|
+
],
|
|
10956
|
+
"path": "/workflow/definition/update",
|
|
10957
|
+
"readOnly": false
|
|
10958
|
+
},
|
|
10959
|
+
"validate": {
|
|
10960
|
+
"level": "read",
|
|
10961
|
+
"method": "POST",
|
|
10962
|
+
"operationKey": "workflow_definition_validate",
|
|
10963
|
+
"params": [
|
|
10964
|
+
{
|
|
10965
|
+
"in": "body",
|
|
10966
|
+
"name": "workflow_id"
|
|
10967
|
+
},
|
|
10968
|
+
{
|
|
10969
|
+
"in": "body",
|
|
10970
|
+
"name": "definition"
|
|
10971
|
+
}
|
|
10972
|
+
],
|
|
10973
|
+
"path": "/workflow/definition/validate",
|
|
10974
|
+
"readOnly": true
|
|
10975
|
+
}
|
|
10976
|
+
},
|
|
10977
|
+
"health": {
|
|
10978
|
+
"ping": {
|
|
10979
|
+
"level": "read",
|
|
10980
|
+
"method": "GET",
|
|
10981
|
+
"operationKey": "workflow_health_ping",
|
|
10982
|
+
"path": "/workflow/health/ping",
|
|
10983
|
+
"readOnly": true
|
|
10984
|
+
}
|
|
10985
|
+
},
|
|
10986
|
+
"run": {
|
|
10987
|
+
"cancel": {
|
|
10988
|
+
"level": "write",
|
|
10989
|
+
"method": "POST",
|
|
10990
|
+
"operationKey": "workflow_run_cancel",
|
|
10991
|
+
"params": [
|
|
10992
|
+
{
|
|
10993
|
+
"in": "body",
|
|
10994
|
+
"name": "run_id"
|
|
10995
|
+
}
|
|
10996
|
+
],
|
|
10997
|
+
"path": "/workflow/runs/cancel",
|
|
10998
|
+
"readOnly": false
|
|
10999
|
+
},
|
|
11000
|
+
"get": {
|
|
11001
|
+
"level": "read",
|
|
11002
|
+
"method": "GET",
|
|
11003
|
+
"operationKey": "workflow_run_get",
|
|
11004
|
+
"params": [
|
|
11005
|
+
{
|
|
11006
|
+
"in": "query",
|
|
11007
|
+
"name": "run_id"
|
|
11008
|
+
}
|
|
11009
|
+
],
|
|
11010
|
+
"path": "/workflow/runs/get",
|
|
11011
|
+
"readOnly": true
|
|
11012
|
+
},
|
|
11013
|
+
"list": {
|
|
11014
|
+
"level": "read",
|
|
11015
|
+
"method": "GET",
|
|
11016
|
+
"operationKey": "workflow_run_list",
|
|
11017
|
+
"params": [
|
|
11018
|
+
{
|
|
11019
|
+
"in": "query",
|
|
11020
|
+
"name": "workflow_id"
|
|
11021
|
+
},
|
|
11022
|
+
{
|
|
11023
|
+
"in": "query",
|
|
11024
|
+
"name": "status"
|
|
11025
|
+
},
|
|
11026
|
+
{
|
|
11027
|
+
"in": "query",
|
|
11028
|
+
"name": "cursor"
|
|
11029
|
+
},
|
|
11030
|
+
{
|
|
11031
|
+
"in": "query",
|
|
11032
|
+
"name": "limit"
|
|
11033
|
+
}
|
|
11034
|
+
],
|
|
11035
|
+
"path": "/workflow/runs",
|
|
11036
|
+
"readOnly": true
|
|
11037
|
+
},
|
|
11038
|
+
"replay": {
|
|
11039
|
+
"level": "write",
|
|
11040
|
+
"method": "POST",
|
|
11041
|
+
"operationKey": "workflow_run_replay",
|
|
11042
|
+
"params": [
|
|
11043
|
+
{
|
|
11044
|
+
"in": "body",
|
|
11045
|
+
"name": "run_id"
|
|
11046
|
+
},
|
|
11047
|
+
{
|
|
11048
|
+
"in": "body",
|
|
11049
|
+
"name": "reexecute"
|
|
11050
|
+
}
|
|
11051
|
+
],
|
|
11052
|
+
"path": "/workflow/runs/replay",
|
|
11053
|
+
"readOnly": false
|
|
11054
|
+
},
|
|
11055
|
+
"start": {
|
|
11056
|
+
"level": "write",
|
|
11057
|
+
"method": "POST",
|
|
11058
|
+
"operationKey": "workflow_run_start",
|
|
11059
|
+
"path": "/workflow/runs/start",
|
|
11060
|
+
"readOnly": false
|
|
11061
|
+
}
|
|
11062
|
+
},
|
|
11063
|
+
"version": {
|
|
11064
|
+
"get": {
|
|
11065
|
+
"level": "read",
|
|
11066
|
+
"method": "GET",
|
|
11067
|
+
"operationKey": "workflow_version_get",
|
|
11068
|
+
"params": [
|
|
11069
|
+
{
|
|
11070
|
+
"in": "query",
|
|
11071
|
+
"name": "workflow_id"
|
|
11072
|
+
},
|
|
11073
|
+
{
|
|
11074
|
+
"in": "query",
|
|
11075
|
+
"name": "version"
|
|
11076
|
+
}
|
|
11077
|
+
],
|
|
11078
|
+
"path": "/workflow/version/get",
|
|
11079
|
+
"readOnly": true
|
|
11080
|
+
},
|
|
11081
|
+
"list": {
|
|
11082
|
+
"level": "read",
|
|
11083
|
+
"method": "GET",
|
|
11084
|
+
"operationKey": "workflow_version_list",
|
|
11085
|
+
"params": [
|
|
11086
|
+
{
|
|
11087
|
+
"in": "query",
|
|
11088
|
+
"name": "workflow_id"
|
|
11089
|
+
},
|
|
11090
|
+
{
|
|
11091
|
+
"in": "query",
|
|
11092
|
+
"name": "cursor"
|
|
11093
|
+
},
|
|
11094
|
+
{
|
|
11095
|
+
"in": "query",
|
|
11096
|
+
"name": "limit"
|
|
11097
|
+
}
|
|
11098
|
+
],
|
|
11099
|
+
"path": "/workflow/version",
|
|
11100
|
+
"readOnly": true
|
|
11101
|
+
}
|
|
11102
|
+
}
|
|
10510
11103
|
}
|
|
10511
11104
|
};
|
|
10512
11105
|
|
|
@@ -10896,6 +11489,21 @@ var operations = {
|
|
|
10896
11489
|
"organization_support_threads_list": "read",
|
|
10897
11490
|
"organization_x_install": "read",
|
|
10898
11491
|
"organization_youtube_install": "read",
|
|
11492
|
+
"playground_analytics_overview": "read",
|
|
11493
|
+
"playground_billing_entitlements": "read",
|
|
11494
|
+
"playground_billing_record-usage": "write",
|
|
11495
|
+
"playground_clickup_create-task": "write",
|
|
11496
|
+
"playground_clickup_get-last-webhook": "read",
|
|
11497
|
+
"playground_clickup_get-overview": "read",
|
|
11498
|
+
"playground_gdrive_get-last-change": "read",
|
|
11499
|
+
"playground_gdrive_read-file": "read",
|
|
11500
|
+
"playground_googleads_read-customer": "read",
|
|
11501
|
+
"playground_lifecycle_get-state": "read",
|
|
11502
|
+
"playground_lifecycle_list-events": "read",
|
|
11503
|
+
"playground_webhook_get-last": "read",
|
|
11504
|
+
"playground_workflow_echo": "write",
|
|
11505
|
+
"playground_workflow_echo-list": "read",
|
|
11506
|
+
"playground_workflow_ping": "write",
|
|
10899
11507
|
"realtime_archive_export": "admin",
|
|
10900
11508
|
"realtime_archive_export_status": "read",
|
|
10901
11509
|
"realtime_archive_get": "read",
|
|
@@ -11054,9 +11662,75 @@ var operations = {
|
|
|
11054
11662
|
"waitlist_invites_send": "write",
|
|
11055
11663
|
"waitlist_signups_erase": "write",
|
|
11056
11664
|
"waitlist_signups_funnel": "read",
|
|
11057
|
-
"waitlist_signups_list": "read"
|
|
11665
|
+
"waitlist_signups_list": "read",
|
|
11666
|
+
"workflow_capability_get": "read",
|
|
11667
|
+
"workflow_capability_list": "read",
|
|
11668
|
+
"workflow_config_delete": "admin",
|
|
11669
|
+
"workflow_config_list": "read",
|
|
11670
|
+
"workflow_config_set": "write",
|
|
11671
|
+
"workflow_definition_create": "write",
|
|
11672
|
+
"workflow_definition_disable": "write",
|
|
11673
|
+
"workflow_definition_dryrun": "read",
|
|
11674
|
+
"workflow_definition_enable": "write",
|
|
11675
|
+
"workflow_definition_export": "read",
|
|
11676
|
+
"workflow_definition_get": "read",
|
|
11677
|
+
"workflow_definition_import": "write",
|
|
11678
|
+
"workflow_definition_list": "read",
|
|
11679
|
+
"workflow_definition_publish": "write",
|
|
11680
|
+
"workflow_definition_update": "write",
|
|
11681
|
+
"workflow_definition_validate": "read",
|
|
11682
|
+
"workflow_health_ping": "read",
|
|
11683
|
+
"workflow_run_cancel": "write",
|
|
11684
|
+
"workflow_run_get": "read",
|
|
11685
|
+
"workflow_run_list": "read",
|
|
11686
|
+
"workflow_run_replay": "write",
|
|
11687
|
+
"workflow_run_start": "write",
|
|
11688
|
+
"workflow_version_get": "read",
|
|
11689
|
+
"workflow_version_list": "read"
|
|
11690
|
+
};
|
|
11691
|
+
var compositions = {
|
|
11692
|
+
"mail_audience_create": { "label": "Create audience" },
|
|
11693
|
+
"mail_audience_delete": { "label": "Delete audience" },
|
|
11694
|
+
"mail_audience_get": { "label": "Get audience" },
|
|
11695
|
+
"mail_audience_list": { "label": "List audiences" },
|
|
11696
|
+
"mail_audience_update": { "label": "Rename audience" },
|
|
11697
|
+
"mail_broadcast_cancel": { "pii": ["output.from", "output.replyTo"], "label": "Cancel broadcast" },
|
|
11698
|
+
"mail_broadcast_create": { "pii": ["input.from", "input.replyTo", "output.from", "output.replyTo"], "label": "Create broadcast", "options": { "audienceId": "mail_audience_list", "template.id": "mail_template_list" } },
|
|
11699
|
+
"mail_broadcast_delete": { "label": "Delete broadcast" },
|
|
11700
|
+
"mail_broadcast_get": { "pii": ["output.from", "output.replyTo"], "label": "Get broadcast" },
|
|
11701
|
+
"mail_broadcast_list": { "pii": ["output.items[].from", "output.items[].replyTo"], "label": "List broadcasts" },
|
|
11702
|
+
"mail_broadcast_queue": { "pii": ["output.from", "output.replyTo"], "label": "Queue broadcast" },
|
|
11703
|
+
"mail_broadcast_stats": { "label": "Broadcast stats" },
|
|
11704
|
+
"mail_broadcast_update": { "pii": ["input.from", "input.replyTo", "output.from", "output.replyTo"], "label": "Update broadcast", "options": { "audienceId": "mail_audience_list", "template.id": "mail_template_list" } },
|
|
11705
|
+
"mail_contact_create": { "pii": ["input.email", "input.properties", "output.email", "output.properties"], "label": "Create contact", "options": { "audience_id": "mail_audience_list" } },
|
|
11706
|
+
"mail_contact_delete": { "label": "Delete contact", "options": { "audience_id": "mail_audience_list" } },
|
|
11707
|
+
"mail_contact_get": { "pii": ["output.email", "output.properties"], "label": "Get contact", "options": { "audience_id": "mail_audience_list" } },
|
|
11708
|
+
"mail_contact_list": { "pii": ["output.data[].email", "output.data[].properties"], "label": "List contacts", "options": { "audience_id": "mail_audience_list" } },
|
|
11709
|
+
"mail_contact_update": { "pii": ["input.properties", "output.email", "output.properties"], "label": "Update contact", "options": { "audience_id": "mail_audience_list" } },
|
|
11710
|
+
"mail_domain_allowed_list": { "label": "List allowed apex domains" },
|
|
11711
|
+
"mail_domain_get": { "label": "Get domain" },
|
|
11712
|
+
"mail_domain_list": { "label": "List domains" },
|
|
11713
|
+
"mail_domain_verify": { "label": "Verify domain", "completion_event": "mail/domain.verified" },
|
|
11714
|
+
"mail_email_cancel": { "label": "Cancel email" },
|
|
11715
|
+
"mail_email_get": { "pii": ["output.from", "output.to", "output.cc", "output.bcc"], "label": "Get email" },
|
|
11716
|
+
"mail_email_send": { "pii": ["input.from", "input.to", "input.cc", "input.bcc", "input.reply_to"], "label": "Send email", "options": { "template.id": "mail_template_list" }, "completion_event": "mail/email.delivered" },
|
|
11717
|
+
"mail_email_send_batch": { "pii": ["input.emails[].from", "input.emails[].to", "input.emails[].cc", "input.emails[].bcc", "input.emails[].reply_to"], "label": "Send email batch" },
|
|
11718
|
+
"mail_email_update": { "label": "Reschedule email" },
|
|
11719
|
+
"mail_reputation_get": { "label": "Get reputation status" },
|
|
11720
|
+
"mail_stats_get": { "label": "Get sending stats" },
|
|
11721
|
+
"mail_suppression_add": { "pii": ["input.address", "output.address"], "label": "Suppress address" },
|
|
11722
|
+
"mail_suppression_list": { "pii": ["input.q", "output.items[].address"], "label": "List suppressions" },
|
|
11723
|
+
"mail_suppression_remove": { "pii": ["input.address", "output.address"], "label": "Unsuppress address" },
|
|
11724
|
+
"mail_template_create": { "label": "Create template" },
|
|
11725
|
+
"mail_template_delete": { "label": "Delete template" },
|
|
11726
|
+
"mail_template_get": { "label": "Get template" },
|
|
11727
|
+
"mail_template_list": { "label": "List templates" },
|
|
11728
|
+
"mail_template_publish": { "label": "Publish template" },
|
|
11729
|
+
"mail_template_update": { "label": "Update template" },
|
|
11730
|
+
"mail_usage_get": { "label": "Get usage" },
|
|
11731
|
+
"playground_workflow_echo": { "pii": ["input.note"], "label": "Store workflow echo" },
|
|
11732
|
+
"playground_workflow_ping": { "label": "Fire workflow ping", "completion_event": "playground/workflow.ping" }
|
|
11058
11733
|
};
|
|
11059
|
-
var compositions = {};
|
|
11060
11734
|
|
|
11061
11735
|
// src/runtime/permission-match.ts
|
|
11062
11736
|
var LEVELS = ["read", "write", "admin"];
|