@spiffcommerce/core 0.10.87 → 0.10.89

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
@@ -392,9 +392,6 @@ declare class ShapeStepService implements StepService<_ShapeStepData1> {
392
392
  fill: string | undefined;
393
393
  stroke: string | undefined;
394
394
  variant: _VariantResource1;
395
- }[] | {
396
- fill: string;
397
- stroke: string;
398
395
  }[]>;
399
396
  init(stepData: _Step1<_ShapeStepData1>, workflowManager: WorkflowManager, reducerState?: _LayoutsState1): Promise<CommandWithFollowup | null>;
400
397
  selectVariant(stepData: _Step1<_ShapeStepData1>, colourOption: ColorOption, elements: RegionElement[], workflowManager: WorkflowManager): Promise<void>;
@@ -1174,6 +1171,10 @@ export interface SavedDesign {
1174
1171
  * The product ID for this transaction.
1175
1172
  */
1176
1173
  productId: string;
1174
+ /**
1175
+ * The integration product ID related to this order.
1176
+ */
1177
+ integrationProductId: string;
1177
1178
  /**
1178
1179
  * The name of the workflow annotated at time of save (may be different from current workflow name).
1179
1180
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "0.10.87",
3
+ "version": "0.10.89",
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",