@yuntijs/arcadia-bff-sdk 1.2.112 → 1.2.113
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/cjs/sdk.d.ts +2 -0
- package/dist/esm/sdk.d.ts +2 -0
- package/dist/umd/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/sdk.d.ts
CHANGED
|
@@ -910,6 +910,8 @@ export type CreateWorkflowInput = {
|
|
|
910
910
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
911
911
|
/** 展示名,别名 */
|
|
912
912
|
displayName: Scalars['String']['input'];
|
|
913
|
+
/** 流水线编排的react-flow画布 */
|
|
914
|
+
graph: Scalars['Map']['input'];
|
|
913
915
|
/** 图标 */
|
|
914
916
|
icon?: InputMaybe<Scalars['String']['input']>;
|
|
915
917
|
/**
|
package/dist/esm/sdk.d.ts
CHANGED
|
@@ -910,6 +910,8 @@ export type CreateWorkflowInput = {
|
|
|
910
910
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
911
911
|
/** 展示名,别名 */
|
|
912
912
|
displayName: Scalars['String']['input'];
|
|
913
|
+
/** 流水线编排的react-flow画布 */
|
|
914
|
+
graph: Scalars['Map']['input'];
|
|
913
915
|
/** 图标 */
|
|
914
916
|
icon?: InputMaybe<Scalars['String']['input']>;
|
|
915
917
|
/**
|