@lessly/sdk-app 67.2.0 → 67.3.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
  },
@@ -11841,6 +11866,7 @@ var operations = {
11841
11866
  "playground_workflow_echo": "write",
11842
11867
  "playground_workflow_echo-list": "read",
11843
11868
  "playground_workflow_ping": "write",
11869
+ "playground_workflow_subjects-list": "read",
11844
11870
  "realtime_archive_export": "admin",
11845
11871
  "realtime_archive_export_status": "read",
11846
11872
  "realtime_archive_get": "read",
@@ -12079,7 +12105,8 @@ var compositions = {
12079
12105
  "mail_template_update": { "label": "Update template" },
12080
12106
  "mail_usage_get": { "label": "Get usage" },
12081
12107
  "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" }
12108
+ "playground_workflow_ping": { "label": "Fire workflow ping", "completion_event": "playground/workflow.ping" },
12109
+ "playground_workflow_subjects-list": { "pii": ["output.items[].display_name"], "label": "List workflow subjects" }
12083
12110
  };
12084
12111
 
12085
12112
  // src/runtime/permission-match.ts