@spiffcommerce/core 15.3.2 → 15.3.4
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/main.js +24 -24
- package/dist/module.js +18 -18
- package/dist/types.d.ts +0 -6
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -2508,12 +2508,6 @@ export class ObjectInput extends FlowExecutionInput {
|
|
|
2508
2508
|
constructor(id: string, type: ObjectInputType);
|
|
2509
2509
|
static validUUID(uuid: string): RegExpMatchArray | null;
|
|
2510
2510
|
}
|
|
2511
|
-
/**
|
|
2512
|
-
* Handles validation of text input for transmission to the server.
|
|
2513
|
-
*/
|
|
2514
|
-
export class TextInput extends FlowExecutionInput {
|
|
2515
|
-
constructor(id: string);
|
|
2516
|
-
}
|
|
2517
2511
|
export const getWorkflows: (ids: string[], options?: GetWorkflowGraphqlOptions) => Promise<_Workflow1[]>;
|
|
2518
2512
|
export const getWorkflow: (id: string, options?: GetWorkflowGraphqlOptions) => Promise<_Workflow1>;
|
|
2519
2513
|
/**
|