@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.
- package/dist/_types/gen/client.gen.d.ts +4 -1
- package/dist/_types/gen/types.gen.d.ts +359 -3
- package/dist/_types/gen/workflow/index.d.ts +1 -1
- package/dist/_types/gen/workflow/queryOptions.gen.d.ts +5 -1
- package/dist/{chunk-NC3E6KPQ.js → chunk-PRFCIXWX.js} +17 -2
- package/dist/{chunk-NC3E6KPQ.js.map → chunk-PRFCIXWX.js.map} +1 -1
- package/dist/index.cjs +16 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/playground/index.cjs.map +1 -1
- package/dist/playground/index.js +1 -1
- package/dist/workflow/index.cjs +5 -0
- package/dist/workflow/index.cjs.map +1 -1
- package/dist/workflow/index.js +5 -1
- package/dist/workflow/index.js.map +1 -1
- package/package.json +2 -2
- package/src/gen/bindings.gen.ts +15 -0
- package/src/gen/client.gen.ts +5 -0
- package/src/gen/manifest.gen.ts +1 -0
- package/src/gen/types.gen.ts +361 -3
- package/src/gen/workflow/index.ts +1 -1
- package/src/gen/workflow/queryOptions.gen.ts +7 -0
|
@@ -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-
|
|
10916
|
-
//# sourceMappingURL=chunk-
|
|
10930
|
+
//# sourceMappingURL=chunk-PRFCIXWX.js.map
|
|
10931
|
+
//# sourceMappingURL=chunk-PRFCIXWX.js.map
|