@lessly/sdk-app 63.8.1 → 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",
@@ -10912,5 +10927,5 @@ var wsBindings = {
10912
10927
  };
10913
10928
 
10914
10929
  export { bindings, wsBindings };
10915
- //# sourceMappingURL=chunk-NC3E6KPQ.js.map
10916
- //# sourceMappingURL=chunk-NC3E6KPQ.js.map
10930
+ //# sourceMappingURL=chunk-PRFCIXWX.js.map
10931
+ //# sourceMappingURL=chunk-PRFCIXWX.js.map