@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.
Files changed (36) hide show
  1. package/dist/_types/gen/client.gen.d.ts +72 -1
  2. package/dist/_types/gen/manifest.gen.d.ts +1 -1
  3. package/dist/_types/gen/playground/connect.gen.d.ts +3 -0
  4. package/dist/_types/gen/playground/index.d.ts +3 -0
  5. package/dist/_types/gen/playground/queryOptions.gen.d.ts +62 -0
  6. package/dist/_types/gen/types.gen.d.ts +913 -0
  7. package/dist/_types/gen/workflow/index.d.ts +2 -0
  8. package/dist/_types/gen/workflow/queryOptions.gen.d.ts +98 -0
  9. package/dist/chunk-ETSAJJIN.js +10902 -0
  10. package/dist/chunk-ETSAJJIN.js.map +1 -0
  11. package/dist/index.cjs +676 -2
  12. package/dist/index.cjs.map +1 -1
  13. package/dist/index.js +85 -10299
  14. package/dist/index.js.map +1 -1
  15. package/dist/playground/index.cjs +96 -0
  16. package/dist/playground/index.cjs.map +1 -0
  17. package/dist/playground/index.d.cts +1 -0
  18. package/dist/playground/index.d.ts +1 -0
  19. package/dist/playground/index.js +70 -0
  20. package/dist/playground/index.js.map +1 -0
  21. package/dist/workflow/index.cjs +126 -0
  22. package/dist/workflow/index.cjs.map +1 -0
  23. package/dist/workflow/index.d.cts +1 -0
  24. package/dist/workflow/index.d.ts +1 -0
  25. package/dist/workflow/index.js +101 -0
  26. package/dist/workflow/index.js.map +1 -0
  27. package/package.json +22 -2
  28. package/src/gen/bindings.gen.ts +602 -1
  29. package/src/gen/client.gen.ts +149 -0
  30. package/src/gen/manifest.gen.ts +83 -2
  31. package/src/gen/playground/connect.gen.ts +9 -0
  32. package/src/gen/playground/index.ts +4 -0
  33. package/src/gen/playground/queryOptions.gen.ts +105 -0
  34. package/src/gen/types.gen.ts +1004 -0
  35. package/src/gen/workflow/index.ts +3 -0
  36. package/src/gen/workflow/queryOptions.gen.ts +161 -0
@@ -7116,6 +7116,173 @@ export const bindings: BindingsMap = {
7116
7116
  }
7117
7117
  }
7118
7118
  },
7119
+ "playground": {
7120
+ "analytics": {
7121
+ "overview": {
7122
+ "level": "read",
7123
+ "method": "POST",
7124
+ "operationKey": "playground_analytics_overview",
7125
+ "params": [
7126
+ {
7127
+ "in": "body",
7128
+ "name": "limit"
7129
+ }
7130
+ ],
7131
+ "path": "/playground/analytics/overview",
7132
+ "readOnly": true
7133
+ }
7134
+ },
7135
+ "billing": {
7136
+ "entitlements": {
7137
+ "level": "read",
7138
+ "method": "POST",
7139
+ "operationKey": "playground_billing_entitlements",
7140
+ "path": "/playground/billing/entitlements",
7141
+ "readOnly": true
7142
+ },
7143
+ "record-usage": {
7144
+ "level": "write",
7145
+ "method": "POST",
7146
+ "operationKey": "playground_billing_record-usage",
7147
+ "params": [
7148
+ {
7149
+ "in": "body",
7150
+ "name": "value"
7151
+ }
7152
+ ],
7153
+ "path": "/playground/billing/usage",
7154
+ "readOnly": false
7155
+ }
7156
+ },
7157
+ "clickup": {
7158
+ "create-task": {
7159
+ "level": "write",
7160
+ "method": "POST",
7161
+ "operationKey": "playground_clickup_create-task",
7162
+ "params": [
7163
+ {
7164
+ "in": "body",
7165
+ "name": "listId"
7166
+ },
7167
+ {
7168
+ "in": "body",
7169
+ "name": "name"
7170
+ }
7171
+ ],
7172
+ "path": "/playground/clickup/tasks",
7173
+ "readOnly": false
7174
+ },
7175
+ "get-last-webhook": {
7176
+ "level": "read",
7177
+ "method": "GET",
7178
+ "operationKey": "playground_clickup_get-last-webhook",
7179
+ "path": "/playground/clickup/webhooks/last",
7180
+ "readOnly": true
7181
+ },
7182
+ "get-overview": {
7183
+ "level": "read",
7184
+ "method": "GET",
7185
+ "operationKey": "playground_clickup_get-overview",
7186
+ "path": "/playground/clickup/overview",
7187
+ "readOnly": true
7188
+ }
7189
+ },
7190
+ "gdrive": {
7191
+ "get-last-change": {
7192
+ "level": "read",
7193
+ "method": "GET",
7194
+ "operationKey": "playground_gdrive_get-last-change",
7195
+ "path": "/playground/gdrive/changes/last",
7196
+ "readOnly": true
7197
+ },
7198
+ "read-file": {
7199
+ "level": "read",
7200
+ "method": "POST",
7201
+ "operationKey": "playground_gdrive_read-file",
7202
+ "params": [
7203
+ {
7204
+ "in": "body",
7205
+ "name": "fileId"
7206
+ }
7207
+ ],
7208
+ "path": "/playground/gdrive/file",
7209
+ "readOnly": true
7210
+ }
7211
+ },
7212
+ "googleads": {
7213
+ "read-customer": {
7214
+ "level": "read",
7215
+ "method": "POST",
7216
+ "operationKey": "playground_googleads_read-customer",
7217
+ "path": "/playground/googleads/customer",
7218
+ "readOnly": true
7219
+ }
7220
+ },
7221
+ "lifecycle": {
7222
+ "get-state": {
7223
+ "level": "read",
7224
+ "method": "GET",
7225
+ "operationKey": "playground_lifecycle_get-state",
7226
+ "path": "/playground/lifecycle/state",
7227
+ "readOnly": true
7228
+ },
7229
+ "list-events": {
7230
+ "level": "read",
7231
+ "method": "GET",
7232
+ "operationKey": "playground_lifecycle_list-events",
7233
+ "path": "/playground/lifecycle/events",
7234
+ "readOnly": true
7235
+ }
7236
+ },
7237
+ "webhook": {
7238
+ "get-last": {
7239
+ "level": "read",
7240
+ "method": "GET",
7241
+ "operationKey": "playground_webhook_get-last",
7242
+ "path": "/playground/webhooks/last",
7243
+ "readOnly": true
7244
+ }
7245
+ },
7246
+ "workflow": {
7247
+ "echo": {
7248
+ "level": "write",
7249
+ "method": "POST",
7250
+ "operationKey": "playground_workflow_echo",
7251
+ "params": [
7252
+ {
7253
+ "in": "body",
7254
+ "name": "note"
7255
+ },
7256
+ {
7257
+ "in": "body",
7258
+ "name": "tags"
7259
+ }
7260
+ ],
7261
+ "path": "/playground/workflow/echo",
7262
+ "readOnly": false
7263
+ },
7264
+ "echo-list": {
7265
+ "level": "read",
7266
+ "method": "GET",
7267
+ "operationKey": "playground_workflow_echo-list",
7268
+ "path": "/playground/workflow/echoes",
7269
+ "readOnly": true
7270
+ },
7271
+ "ping": {
7272
+ "level": "write",
7273
+ "method": "POST",
7274
+ "operationKey": "playground_workflow_ping",
7275
+ "params": [
7276
+ {
7277
+ "in": "body",
7278
+ "name": "kind"
7279
+ }
7280
+ ],
7281
+ "path": "/playground/workflow/ping",
7282
+ "readOnly": false
7283
+ }
7284
+ }
7285
+ },
7119
7286
  "realtime": {
7120
7287
  "archive": {
7121
7288
  "export": {
@@ -10294,7 +10461,441 @@ export const bindings: BindingsMap = {
10294
10461
  "readOnly": true
10295
10462
  }
10296
10463
  }
10464
+ },
10465
+ "workflow": {
10466
+ "capability": {
10467
+ "get": {
10468
+ "level": "read",
10469
+ "method": "GET",
10470
+ "operationKey": "workflow_capability_get",
10471
+ "params": [
10472
+ {
10473
+ "in": "query",
10474
+ "name": "key"
10475
+ }
10476
+ ],
10477
+ "path": "/workflow/capability/get",
10478
+ "readOnly": true
10479
+ },
10480
+ "list": {
10481
+ "level": "read",
10482
+ "method": "GET",
10483
+ "operationKey": "workflow_capability_list",
10484
+ "params": [
10485
+ {
10486
+ "in": "query",
10487
+ "name": "toolkit"
10488
+ },
10489
+ {
10490
+ "in": "query",
10491
+ "name": "kind"
10492
+ },
10493
+ {
10494
+ "in": "query",
10495
+ "name": "query"
10496
+ },
10497
+ {
10498
+ "in": "query",
10499
+ "name": "cursor"
10500
+ },
10501
+ {
10502
+ "in": "query",
10503
+ "name": "limit"
10504
+ }
10505
+ ],
10506
+ "path": "/workflow/capability",
10507
+ "readOnly": true
10508
+ }
10509
+ },
10510
+ "config": {
10511
+ "delete": {
10512
+ "level": "admin",
10513
+ "method": "DELETE",
10514
+ "operationKey": "workflow_config_delete",
10515
+ "params": [
10516
+ {
10517
+ "in": "query",
10518
+ "name": "key"
10519
+ }
10520
+ ],
10521
+ "path": "/workflow/config",
10522
+ "readOnly": false
10523
+ },
10524
+ "list": {
10525
+ "level": "read",
10526
+ "method": "GET",
10527
+ "operationKey": "workflow_config_list",
10528
+ "params": [
10529
+ {
10530
+ "in": "query",
10531
+ "name": "cursor"
10532
+ },
10533
+ {
10534
+ "in": "query",
10535
+ "name": "limit"
10536
+ }
10537
+ ],
10538
+ "path": "/workflow/config",
10539
+ "readOnly": true
10540
+ },
10541
+ "set": {
10542
+ "level": "write",
10543
+ "method": "POST",
10544
+ "operationKey": "workflow_config_set",
10545
+ "params": [
10546
+ {
10547
+ "in": "body",
10548
+ "name": "key"
10549
+ },
10550
+ {
10551
+ "in": "body",
10552
+ "name": "value"
10553
+ },
10554
+ {
10555
+ "in": "body",
10556
+ "name": "secret"
10557
+ }
10558
+ ],
10559
+ "path": "/workflow/config",
10560
+ "readOnly": false
10561
+ }
10562
+ },
10563
+ "definition": {
10564
+ "create": {
10565
+ "level": "write",
10566
+ "method": "POST",
10567
+ "operationKey": "workflow_definition_create",
10568
+ "params": [
10569
+ {
10570
+ "in": "body",
10571
+ "name": "name"
10572
+ },
10573
+ {
10574
+ "in": "body",
10575
+ "name": "description"
10576
+ },
10577
+ {
10578
+ "in": "body",
10579
+ "name": "definition"
10580
+ }
10581
+ ],
10582
+ "path": "/workflow/definition",
10583
+ "readOnly": false
10584
+ },
10585
+ "disable": {
10586
+ "level": "write",
10587
+ "method": "POST",
10588
+ "operationKey": "workflow_definition_disable",
10589
+ "params": [
10590
+ {
10591
+ "in": "body",
10592
+ "name": "workflow_id"
10593
+ }
10594
+ ],
10595
+ "path": "/workflow/definition/disable",
10596
+ "readOnly": false
10597
+ },
10598
+ "dryrun": {
10599
+ "level": "read",
10600
+ "method": "POST",
10601
+ "operationKey": "workflow_definition_dryrun",
10602
+ "params": [
10603
+ {
10604
+ "in": "body",
10605
+ "name": "workflow_id"
10606
+ },
10607
+ {
10608
+ "in": "body",
10609
+ "name": "definition"
10610
+ },
10611
+ {
10612
+ "in": "body",
10613
+ "name": "trigger_payload"
10614
+ },
10615
+ {
10616
+ "in": "body",
10617
+ "name": "assumptions"
10618
+ }
10619
+ ],
10620
+ "path": "/workflow/definition/dryrun",
10621
+ "readOnly": true
10622
+ },
10623
+ "enable": {
10624
+ "level": "write",
10625
+ "method": "POST",
10626
+ "operationKey": "workflow_definition_enable",
10627
+ "params": [
10628
+ {
10629
+ "in": "body",
10630
+ "name": "workflow_id"
10631
+ }
10632
+ ],
10633
+ "path": "/workflow/definition/enable",
10634
+ "readOnly": false
10635
+ },
10636
+ "export": {
10637
+ "level": "read",
10638
+ "method": "GET",
10639
+ "operationKey": "workflow_definition_export",
10640
+ "params": [
10641
+ {
10642
+ "in": "query",
10643
+ "name": "workflow_id"
10644
+ },
10645
+ {
10646
+ "in": "query",
10647
+ "name": "version"
10648
+ }
10649
+ ],
10650
+ "path": "/workflow/definition/export",
10651
+ "readOnly": true
10652
+ },
10653
+ "get": {
10654
+ "level": "read",
10655
+ "method": "GET",
10656
+ "operationKey": "workflow_definition_get",
10657
+ "params": [
10658
+ {
10659
+ "in": "query",
10660
+ "name": "workflow_id"
10661
+ }
10662
+ ],
10663
+ "path": "/workflow/definition/get",
10664
+ "readOnly": true
10665
+ },
10666
+ "import": {
10667
+ "level": "write",
10668
+ "method": "POST",
10669
+ "operationKey": "workflow_definition_import",
10670
+ "params": [
10671
+ {
10672
+ "in": "body",
10673
+ "name": "name"
10674
+ },
10675
+ {
10676
+ "in": "body",
10677
+ "name": "definition"
10678
+ }
10679
+ ],
10680
+ "path": "/workflow/definition/import",
10681
+ "readOnly": false
10682
+ },
10683
+ "list": {
10684
+ "level": "read",
10685
+ "method": "GET",
10686
+ "operationKey": "workflow_definition_list",
10687
+ "params": [
10688
+ {
10689
+ "in": "query",
10690
+ "name": "status"
10691
+ },
10692
+ {
10693
+ "in": "query",
10694
+ "name": "cursor"
10695
+ },
10696
+ {
10697
+ "in": "query",
10698
+ "name": "limit"
10699
+ }
10700
+ ],
10701
+ "path": "/workflow/definition",
10702
+ "readOnly": true
10703
+ },
10704
+ "publish": {
10705
+ "level": "write",
10706
+ "method": "POST",
10707
+ "operationKey": "workflow_definition_publish",
10708
+ "params": [
10709
+ {
10710
+ "in": "body",
10711
+ "name": "workflow_id"
10712
+ },
10713
+ {
10714
+ "in": "body",
10715
+ "name": "note"
10716
+ }
10717
+ ],
10718
+ "path": "/workflow/definition/publish",
10719
+ "readOnly": false
10720
+ },
10721
+ "update": {
10722
+ "level": "write",
10723
+ "method": "POST",
10724
+ "operationKey": "workflow_definition_update",
10725
+ "params": [
10726
+ {
10727
+ "in": "body",
10728
+ "name": "workflow_id"
10729
+ },
10730
+ {
10731
+ "in": "body",
10732
+ "name": "name"
10733
+ },
10734
+ {
10735
+ "in": "body",
10736
+ "name": "description"
10737
+ },
10738
+ {
10739
+ "in": "body",
10740
+ "name": "definition"
10741
+ }
10742
+ ],
10743
+ "path": "/workflow/definition/update",
10744
+ "readOnly": false
10745
+ },
10746
+ "validate": {
10747
+ "level": "read",
10748
+ "method": "POST",
10749
+ "operationKey": "workflow_definition_validate",
10750
+ "params": [
10751
+ {
10752
+ "in": "body",
10753
+ "name": "workflow_id"
10754
+ },
10755
+ {
10756
+ "in": "body",
10757
+ "name": "definition"
10758
+ }
10759
+ ],
10760
+ "path": "/workflow/definition/validate",
10761
+ "readOnly": true
10762
+ }
10763
+ },
10764
+ "health": {
10765
+ "ping": {
10766
+ "level": "read",
10767
+ "method": "GET",
10768
+ "operationKey": "workflow_health_ping",
10769
+ "path": "/workflow/health/ping",
10770
+ "readOnly": true
10771
+ }
10772
+ },
10773
+ "run": {
10774
+ "cancel": {
10775
+ "level": "write",
10776
+ "method": "POST",
10777
+ "operationKey": "workflow_run_cancel",
10778
+ "params": [
10779
+ {
10780
+ "in": "body",
10781
+ "name": "run_id"
10782
+ }
10783
+ ],
10784
+ "path": "/workflow/runs/cancel",
10785
+ "readOnly": false
10786
+ },
10787
+ "get": {
10788
+ "level": "read",
10789
+ "method": "GET",
10790
+ "operationKey": "workflow_run_get",
10791
+ "params": [
10792
+ {
10793
+ "in": "query",
10794
+ "name": "run_id"
10795
+ }
10796
+ ],
10797
+ "path": "/workflow/runs/get",
10798
+ "readOnly": true
10799
+ },
10800
+ "list": {
10801
+ "level": "read",
10802
+ "method": "GET",
10803
+ "operationKey": "workflow_run_list",
10804
+ "params": [
10805
+ {
10806
+ "in": "query",
10807
+ "name": "workflow_id"
10808
+ },
10809
+ {
10810
+ "in": "query",
10811
+ "name": "status"
10812
+ },
10813
+ {
10814
+ "in": "query",
10815
+ "name": "cursor"
10816
+ },
10817
+ {
10818
+ "in": "query",
10819
+ "name": "limit"
10820
+ }
10821
+ ],
10822
+ "path": "/workflow/runs",
10823
+ "readOnly": true
10824
+ },
10825
+ "replay": {
10826
+ "level": "write",
10827
+ "method": "POST",
10828
+ "operationKey": "workflow_run_replay",
10829
+ "params": [
10830
+ {
10831
+ "in": "body",
10832
+ "name": "run_id"
10833
+ },
10834
+ {
10835
+ "in": "body",
10836
+ "name": "reexecute"
10837
+ }
10838
+ ],
10839
+ "path": "/workflow/runs/replay",
10840
+ "readOnly": false
10841
+ },
10842
+ "start": {
10843
+ "level": "write",
10844
+ "method": "POST",
10845
+ "operationKey": "workflow_run_start",
10846
+ "path": "/workflow/runs/start",
10847
+ "readOnly": false
10848
+ }
10849
+ },
10850
+ "version": {
10851
+ "get": {
10852
+ "level": "read",
10853
+ "method": "GET",
10854
+ "operationKey": "workflow_version_get",
10855
+ "params": [
10856
+ {
10857
+ "in": "query",
10858
+ "name": "workflow_id"
10859
+ },
10860
+ {
10861
+ "in": "query",
10862
+ "name": "version"
10863
+ }
10864
+ ],
10865
+ "path": "/workflow/version/get",
10866
+ "readOnly": true
10867
+ },
10868
+ "list": {
10869
+ "level": "read",
10870
+ "method": "GET",
10871
+ "operationKey": "workflow_version_list",
10872
+ "params": [
10873
+ {
10874
+ "in": "query",
10875
+ "name": "workflow_id"
10876
+ },
10877
+ {
10878
+ "in": "query",
10879
+ "name": "cursor"
10880
+ },
10881
+ {
10882
+ "in": "query",
10883
+ "name": "limit"
10884
+ }
10885
+ ],
10886
+ "path": "/workflow/version",
10887
+ "readOnly": true
10888
+ }
10889
+ }
10297
10890
  }
10298
10891
  };
10299
10892
 
10300
- export const wsBindings: WsBindingsMap = {};
10893
+ export const wsBindings: WsBindingsMap = {
10894
+ "playground": {
10895
+ "ws": {
10896
+ "echo": {
10897
+ "path": "/playground/ws/echo"
10898
+ }
10899
+ }
10900
+ }
10901
+ };