@spiffcommerce/core 15.3.2 → 15.3.3

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.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
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "15.3.2",
3
+ "version": "15.3.3",
4
4
  "description": "Core client API for interacting with the Spiff Commerce backend.",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/main.js",