@lessly/sdk-app 63.8.0 → 64.0.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.
@@ -1,5 +1,5 @@
1
1
  import type { GeneratedClient } from '../client.gen.js';
2
- import type { WorkflowCapabilityGetInput, WorkflowCapabilityGetOutput, WorkflowCapabilityListInput, WorkflowCapabilityListOutput, WorkflowConfigDeleteInput, WorkflowConfigListInput, WorkflowConfigListOutput, WorkflowConfigSetInput, WorkflowDefinitionCreateInput, WorkflowDefinitionDisableInput, WorkflowDefinitionDryrunInput, WorkflowDefinitionDryrunOutput, WorkflowDefinitionEnableInput, WorkflowDefinitionExportInput, WorkflowDefinitionExportOutput, WorkflowDefinitionGetInput, WorkflowDefinitionGetOutput, WorkflowDefinitionImportInput, WorkflowDefinitionListInput, WorkflowDefinitionListOutput, WorkflowDefinitionPublishInput, WorkflowDefinitionUpdateInput, WorkflowDefinitionValidateInput, WorkflowDefinitionValidateOutput, WorkflowHealthPingInput, WorkflowHealthPingOutput, WorkflowRunCancelInput, WorkflowRunGetInput, WorkflowRunGetOutput, WorkflowRunListInput, WorkflowRunListOutput, WorkflowRunReplayInput, WorkflowRunStartInput, WorkflowVersionGetInput, WorkflowVersionGetOutput, WorkflowVersionListInput, WorkflowVersionListOutput } from '../types.gen.js';
2
+ import type { WorkflowCapabilityGetInput, WorkflowCapabilityGetOutput, WorkflowCapabilityListInput, WorkflowCapabilityListOutput, WorkflowConfigDeleteInput, WorkflowConfigListInput, WorkflowConfigListOutput, WorkflowConfigSetInput, WorkflowDefinitionCreateInput, WorkflowDefinitionDisableInput, WorkflowDefinitionDryrunInput, WorkflowDefinitionDryrunOutput, WorkflowDefinitionEnableInput, WorkflowDefinitionExportInput, WorkflowDefinitionExportOutput, WorkflowDefinitionGetInput, WorkflowDefinitionGetOutput, WorkflowDefinitionImportInput, WorkflowDefinitionListInput, WorkflowDefinitionListOutput, WorkflowDefinitionPublishInput, WorkflowDefinitionUpdateInput, WorkflowDefinitionValidateInput, WorkflowDefinitionValidateOutput, WorkflowGrantListInput, WorkflowGrantListOutput, WorkflowHealthPingInput, WorkflowHealthPingOutput, WorkflowRunCancelInput, WorkflowRunGetInput, WorkflowRunGetOutput, WorkflowRunListInput, WorkflowRunListOutput, WorkflowRunReplayInput, WorkflowRunStartInput, WorkflowVersionGetInput, WorkflowVersionGetOutput, WorkflowVersionListInput, WorkflowVersionListOutput } from '../types.gen.js';
3
3
  export declare const workflowCapabilityGetQueryOptions: (sdk: GeneratedClient, input: WorkflowCapabilityGetInput) => {
4
4
  queryKey: readonly ["workflow", "capability", "get", WorkflowCapabilityGetInput];
5
5
  queryFn: () => Promise<WorkflowCapabilityGetOutput>;
@@ -64,6 +64,10 @@ export declare const workflowDefinitionValidateQueryOptions: (sdk: GeneratedClie
64
64
  queryKey: readonly ["workflow", "definition", "validate", WorkflowDefinitionValidateInput];
65
65
  queryFn: () => Promise<WorkflowDefinitionValidateOutput>;
66
66
  };
67
+ export declare const workflowGrantListQueryOptions: (sdk: GeneratedClient, input: WorkflowGrantListInput) => {
68
+ queryKey: readonly ["workflow", "grant", "list", WorkflowGrantListInput];
69
+ queryFn: () => Promise<WorkflowGrantListOutput>;
70
+ };
67
71
  export declare const workflowHealthPingQueryOptions: (sdk: GeneratedClient, input: WorkflowHealthPingInput) => {
68
72
  queryKey: readonly ["workflow", "health", "ping", WorkflowHealthPingInput];
69
73
  queryFn: () => Promise<WorkflowHealthPingOutput>;
@@ -10759,6 +10759,21 @@ var bindings = {
10759
10759
  "readOnly": true
10760
10760
  }
10761
10761
  },
10762
+ "grant": {
10763
+ "list": {
10764
+ "level": "read",
10765
+ "method": "GET",
10766
+ "operationKey": "workflow_grant_list",
10767
+ "params": [
10768
+ {
10769
+ "in": "query",
10770
+ "name": "workflow_id"
10771
+ }
10772
+ ],
10773
+ "path": "/workflow/grant",
10774
+ "readOnly": true
10775
+ }
10776
+ },
10762
10777
  "health": {
10763
10778
  "ping": {
10764
10779
  "level": "read",
@@ -10841,6 +10856,20 @@ var bindings = {
10841
10856
  "level": "write",
10842
10857
  "method": "POST",
10843
10858
  "operationKey": "workflow_run_start",
10859
+ "params": [
10860
+ {
10861
+ "in": "body",
10862
+ "name": "workflow_id"
10863
+ },
10864
+ {
10865
+ "in": "body",
10866
+ "name": "idempotency_key"
10867
+ },
10868
+ {
10869
+ "in": "body",
10870
+ "name": "input"
10871
+ }
10872
+ ],
10844
10873
  "path": "/workflow/runs/start",
10845
10874
  "readOnly": false
10846
10875
  }
@@ -10898,5 +10927,5 @@ var wsBindings = {
10898
10927
  };
10899
10928
 
10900
10929
  export { bindings, wsBindings };
10901
- //# sourceMappingURL=chunk-ETSAJJIN.js.map
10902
- //# sourceMappingURL=chunk-ETSAJJIN.js.map
10930
+ //# sourceMappingURL=chunk-PRFCIXWX.js.map
10931
+ //# sourceMappingURL=chunk-PRFCIXWX.js.map