@spiffcommerce/core 33.7.0-beta.83bc95ea-6318-5ed9-8de6-d402830696f8 → 33.7.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.ts +0 -5
- package/dist/index.js +262 -229
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2324 -2291
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -2953,7 +2953,6 @@ interface Step<T extends AnyStepData = AnyStepData> {
|
|
|
2953
2953
|
conditions?: Condition[];
|
|
2954
2954
|
data: T;
|
|
2955
2955
|
globalPropertyAspectConfigurations?: GlobalPropertyAspectConfiguration[];
|
|
2956
|
-
conversionConfigurationFieldLinks?: ConversionConfigurationLink[];
|
|
2957
2956
|
helpText?: string;
|
|
2958
2957
|
mandatory?: boolean;
|
|
2959
2958
|
relevantPanelName?: string;
|
|
@@ -2969,10 +2968,6 @@ interface GlobalPropertyAspectConfiguration {
|
|
|
2969
2968
|
aspectName?: string;
|
|
2970
2969
|
globalPropertyConfigurationId?: string;
|
|
2971
2970
|
}
|
|
2972
|
-
interface ConversionConfigurationLink {
|
|
2973
|
-
identifier?: string;
|
|
2974
|
-
conversionConfigurationId?: string;
|
|
2975
|
-
}
|
|
2976
2971
|
interface GlobalPropertyConfiguration {
|
|
2977
2972
|
id: string;
|
|
2978
2973
|
aspects: GlobalPropertyConfigurationAspect[];
|