@lessly/sdk-app 67.2.0 → 67.4.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/index.cjs CHANGED
@@ -7566,6 +7566,31 @@ var bindings = {
7566
7566
  ],
7567
7567
  "path": "/playground/workflow/ping",
7568
7568
  "readOnly": false
7569
+ },
7570
+ "subjects-list": {
7571
+ "level": "read",
7572
+ "method": "GET",
7573
+ "operationKey": "playground_workflow_subjects-list",
7574
+ "params": [
7575
+ {
7576
+ "in": "query",
7577
+ "name": "last_activity_before"
7578
+ },
7579
+ {
7580
+ "in": "query",
7581
+ "name": "last_activity_after"
7582
+ },
7583
+ {
7584
+ "in": "query",
7585
+ "name": "limit"
7586
+ },
7587
+ {
7588
+ "in": "query",
7589
+ "name": "cursor"
7590
+ }
7591
+ ],
7592
+ "path": "/playground/workflow/subjects",
7593
+ "readOnly": true
7569
7594
  }
7570
7595
  }
7571
7596
  },
@@ -10749,6 +10774,15 @@ var bindings = {
10749
10774
  }
10750
10775
  },
10751
10776
  "workflow": {
10777
+ "cap": {
10778
+ "list": {
10779
+ "level": "read",
10780
+ "method": "GET",
10781
+ "operationKey": "workflow_cap_list",
10782
+ "path": "/workflow/caps",
10783
+ "readOnly": true
10784
+ }
10785
+ },
10752
10786
  "capability": {
10753
10787
  "get": {
10754
10788
  "level": "read",
@@ -11186,6 +11220,10 @@ var bindings = {
11186
11220
  "in": "query",
11187
11221
  "name": "test"
11188
11222
  },
11223
+ {
11224
+ "in": "query",
11225
+ "name": "subject_key"
11226
+ },
11189
11227
  {
11190
11228
  "in": "query",
11191
11229
  "name": "cursor"
@@ -11841,6 +11879,7 @@ var operations = {
11841
11879
  "playground_workflow_echo": "write",
11842
11880
  "playground_workflow_echo-list": "read",
11843
11881
  "playground_workflow_ping": "write",
11882
+ "playground_workflow_subjects-list": "read",
11844
11883
  "realtime_archive_export": "admin",
11845
11884
  "realtime_archive_export_status": "read",
11846
11885
  "realtime_archive_get": "read",
@@ -12000,6 +12039,7 @@ var operations = {
12000
12039
  "waitlist_signups_erase": "write",
12001
12040
  "waitlist_signups_funnel": "read",
12002
12041
  "waitlist_signups_list": "read",
12042
+ "workflow_cap_list": "read",
12003
12043
  "workflow_capability_get": "read",
12004
12044
  "workflow_capability_list": "read",
12005
12045
  "workflow_config_delete": "admin",
@@ -12079,7 +12119,8 @@ var compositions = {
12079
12119
  "mail_template_update": { "label": "Update template" },
12080
12120
  "mail_usage_get": { "label": "Get usage" },
12081
12121
  "playground_workflow_echo": { "pii": ["input.note", "output.note"], "label": "Store workflow echo", "completion_event": "playground/workflow.echoed" },
12082
- "playground_workflow_ping": { "label": "Fire workflow ping", "completion_event": "playground/workflow.ping" }
12122
+ "playground_workflow_ping": { "label": "Fire workflow ping", "completion_event": "playground/workflow.ping" },
12123
+ "playground_workflow_subjects-list": { "pii": ["output.items[].display_name"], "label": "List workflow subjects" }
12083
12124
  };
12084
12125
 
12085
12126
  // src/runtime/permission-match.ts