@spiffcommerce/core 14.2.5-alpha.0 → 14.2.7-alpha.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/index.d.mts +9 -1
- package/dist/index.mjs +2 -0
- package/dist/index.umd.js +69 -69
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2349,4 +2349,12 @@ declare class BulkStepHandle extends StepHandle<BulkStepData> {
|
|
|
2349
2349
|
|
|
2350
2350
|
declare const shortenUrl: (longUrl: string) => Promise<string>;
|
|
2351
2351
|
|
|
2352
|
-
|
|
2352
|
+
interface StepAspectValue {
|
|
2353
|
+
stepName: string;
|
|
2354
|
+
stepAspectType: string;
|
|
2355
|
+
value?: string;
|
|
2356
|
+
}
|
|
2357
|
+
declare const stepAspectValuesToDesignInputSteps: (stepAspectValues: StepAspectValue[], workflow: Workflow) => DesignInputStep[];
|
|
2358
|
+
declare const generateStateFromDesignInputSteps: (designInputSteps: DesignInputStep[], workflow: Workflow, layouts: ILayout[], productOverlayImageUrl?: string) => Promise<LayoutsState>;
|
|
2359
|
+
|
|
2360
|
+
export { AssetNotFoundError, BulkPriceCalculationStrategy, BulkStepHandle, ColorOption, ConversionConfiguration, ConversionData, ConversionDataType, ConversionLocation, Customer, CustomerDetailsInput, DesignCreationMessage, DesignCreationProgressUpdate, DesignInputStep, EditedSteps, FrameService, FrameStep, FrameStepHandle, GetWorkflowOptions, IllustrationStepHandle, InformationMessageType, InformationResult, LayoutNotFoundError, MandatorySteps, MaterialStepHandle, MisconfigurationError, MockWorkflowManager, ModelStepHandle, ObjectInput, ObjectInputType, OptionNotFoundError, ParseError, PictureStepHandle, ProductCameraRig, PromiseQueue, QuestionStepHandle, QueueablePromise, RegionElement, RenderableScene, ResourceNotFoundError, SavedDesign, SelectionStorage, ShapeStepHandle, SpiffCommerceClient, Stakeholder, StakeholderType, StepElements, StepHandle, TextInput, TextStepHandle, TextStepStorage, Transaction, UnhandledBehaviorError, Variant, VariationRecord, WorkflowExperience, WorkflowManager, WorkflowMetadata, WorkflowScene, WorkflowSelections, WorkflowStorage, assetService, createDesign, designService, digitalContentStepService, frameStepService, gatherVaryingStepAspects, generateCommands, generateStateFromDesignInputSteps, getBoundedOffsets, getWorkflow, graphQlManager, illustrationStepService, materialStepService, modelStepService, moduleStepService, optionService, persistenceService, pictureStepService, questionStepService, shapeStepService, shortenUrl, spiffCoreConfiguration, stepAspectValuesToDesignInputSteps, textStepService, toast };
|
package/dist/index.mjs
CHANGED
|
@@ -55457,6 +55457,7 @@ export {
|
|
|
55457
55457
|
xe as generate,
|
|
55458
55458
|
sk as generateCommands,
|
|
55459
55459
|
Bc as generateSVGWithUnknownColors,
|
|
55460
|
+
Ak as generateStateFromDesignInputSteps,
|
|
55460
55461
|
Nu as getAttributesFromArrayBuffer,
|
|
55461
55462
|
Zk as getAxisAlignedBoundingBox,
|
|
55462
55463
|
OO as getBoundedOffsets,
|
|
@@ -55480,6 +55481,7 @@ export {
|
|
|
55480
55481
|
Tl as shapeStepService,
|
|
55481
55482
|
I5 as shortenUrl,
|
|
55482
55483
|
nu as spiffCoreConfiguration,
|
|
55484
|
+
uk as stepAspectValuesToDesignInputSteps,
|
|
55483
55485
|
or as textStepService,
|
|
55484
55486
|
J5 as toast
|
|
55485
55487
|
};
|