@wix/auto_sdk_pricing-plans_plans 1.0.66 → 1.0.68

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.
@@ -201,6 +201,7 @@ declare const onPlanCreated: BuildEventDefinition<typeof onPlanCreated$1>;
201
201
  declare const onPlanArchived: BuildEventDefinition<typeof onPlanArchived$1>;
202
202
  /**
203
203
  * Triggered when a pricing plan is updated.
204
+ * @deprecated
204
205
  */
205
206
  declare const onPlanUpdated: BuildEventDefinition<typeof onPlanUpdated$1>;
206
207