@wix/auto_sdk_pricing-plans_plans 1.0.76 → 1.0.78
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/build/cjs/index.d.ts +4 -4
- package/build/cjs/index.js +3 -1
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +15 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.d.mts +4 -4
- package/build/es/index.mjs +3 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +15 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +4 -4
- package/build/internal/cjs/index.js +3 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +15 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.d.mts +4 -4
- package/build/internal/es/index.mjs +3 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +15 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.d.ts
CHANGED
|
@@ -176,20 +176,20 @@ declare const archivePlan: MaybeContext<BuildRESTFunction<typeof archivePlan$1>
|
|
|
176
176
|
* Triggered when a plan's `buyerCanCancel` field is updated.
|
|
177
177
|
* @deprecated
|
|
178
178
|
*/
|
|
179
|
-
declare const onPlanBuyerCanCancelUpdated: BuildEventDefinition<typeof onPlanBuyerCanCancelUpdated$1
|
|
179
|
+
declare const onPlanBuyerCanCancelUpdated: BuildEventDefinition<typeof onPlanBuyerCanCancelUpdated$1> & typeof onPlanBuyerCanCancelUpdated$1;
|
|
180
180
|
/**
|
|
181
181
|
* Triggered when a pricing plan is created.
|
|
182
182
|
*/
|
|
183
|
-
declare const onPlanCreated: BuildEventDefinition<typeof onPlanCreated$1
|
|
183
|
+
declare const onPlanCreated: BuildEventDefinition<typeof onPlanCreated$1> & typeof onPlanCreated$1;
|
|
184
184
|
/**
|
|
185
185
|
* Triggered when a pricing plan is archived.
|
|
186
186
|
* @deprecated
|
|
187
187
|
*/
|
|
188
|
-
declare const onPlanArchived: BuildEventDefinition<typeof onPlanArchived$1
|
|
188
|
+
declare const onPlanArchived: BuildEventDefinition<typeof onPlanArchived$1> & typeof onPlanArchived$1;
|
|
189
189
|
/**
|
|
190
190
|
* Triggered when a pricing plan is updated.
|
|
191
191
|
* @deprecated
|
|
192
192
|
*/
|
|
193
|
-
declare const onPlanUpdated: BuildEventDefinition<typeof onPlanUpdated$1
|
|
193
|
+
declare const onPlanUpdated: BuildEventDefinition<typeof onPlanUpdated$1> & typeof onPlanUpdated$1;
|
|
194
194
|
|
|
195
195
|
export { ArchivePlanApplicationErrors, ArchivePlanResponse, ClearPrimaryApplicationErrors, CreatePlanApplicationErrors, CreatePlanValidationErrors, GetPlanApplicationErrors, GetPlanStatsApplicationErrors, GetPlanStatsResponse, ListPlansApplicationErrors, ListPlansOptions, ListPlansResponse, ListPlansValidationErrors, ListPublicPlansApplicationErrors, ListPublicPlansOptions, ListPublicPlansResponse, MakePlanPrimaryApplicationErrors, MakePlanPrimaryResponse, Plan, PlanArchivedEnvelope, PlanBuyerCanCancelUpdatedEnvelope, PlanCreatedEnvelope, PlanUpdatedEnvelope, PlansQueryBuilder, SetPlanVisibilityApplicationErrors, SetPlanVisibilityResponse, UpdatePlan, UpdatePlanApplicationErrors, UpdatePlanValidationErrors, archivePlan, clearPrimary, createPlan, getPlan, getPlanStats, listPlans, listPublicPlans, makePlanPrimary, onPlanArchived, onPlanBuyerCanCancelUpdated, onPlanCreated, onPlanUpdated, queryPublicPlans, setPlanVisibility, updatePlan };
|
package/build/cjs/index.js
CHANGED
|
@@ -935,7 +935,9 @@ var setPlanVisibility4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModu
|
|
|
935
935
|
var makePlanPrimary4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(makePlanPrimary3);
|
|
936
936
|
var clearPrimary4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(clearPrimary3);
|
|
937
937
|
var archivePlan4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(archivePlan3);
|
|
938
|
-
var onPlanBuyerCanCancelUpdated2 = (0, import_event_definition_modules.createEventModule)(
|
|
938
|
+
var onPlanBuyerCanCancelUpdated2 = (0, import_event_definition_modules.createEventModule)(
|
|
939
|
+
onPlanBuyerCanCancelUpdated
|
|
940
|
+
);
|
|
939
941
|
var onPlanCreated2 = (0, import_event_definition_modules.createEventModule)(onPlanCreated);
|
|
940
942
|
var onPlanArchived2 = (0, import_event_definition_modules.createEventModule)(onPlanArchived);
|
|
941
943
|
var onPlanUpdated2 = (0, import_event_definition_modules.createEventModule)(onPlanUpdated);
|