@spiffcommerce/core 32.4.0-beta.cd474f46-545e-5665-a996-1f7685b6328c → 32.4.0-beta.d49482af-c4b5-57e7-b3e1-1af196d81c48

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 CHANGED
@@ -1390,7 +1390,6 @@ declare abstract class GlobalPropertyHandle {
1390
1390
  * @returns Whether this aspect has been marked as `completed` for mandatory checks. Note that this function always returns `true` if the aspect has not been marked as mandatory.
1391
1391
  */
1392
1392
  isMandatoryFulfilled(): boolean;
1393
- clear(): Promise<void>;
1394
1393
  /**
1395
1394
  * Applies the global state to all shared steps, if the state is set.
1396
1395
  * @param targetExperiences Optionally filter the workflow experiences it should be applied to.
@@ -1556,7 +1555,7 @@ interface GlobalPropertyStateManager {
1556
1555
  setBundleOptions(bundleOptions?: BundleOptions): void;
1557
1556
  getBundleOptions(): BundleOptions | undefined;
1558
1557
  setConfiguration(configuration: GlobalPropertyConfiguration | undefined): void;
1559
- clearAspect(name: string): Promise<void>;
1558
+ clearAspects(names: string[]): Promise<void>;
1560
1559
  }
1561
1560
  interface BundleOptions {
1562
1561
  additionalHeaders?: {