@wix/auto_sdk_ecom_subscription-contracts 1.0.50 → 1.0.51
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 +3 -3
- package/build/cjs/index.js +9 -3
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.d.mts +3 -3
- package/build/es/index.mjs +9 -3
- package/build/es/index.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +3 -3
- package/build/internal/cjs/index.js +9 -3
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/es/index.d.mts +3 -3
- package/build/internal/es/index.mjs +9 -3
- package/build/internal/es/index.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -32,10 +32,10 @@ declare const onSubscriptionContractUpdated$1: EventDefinition<SubscriptionContr
|
|
|
32
32
|
declare const getSubscriptionContract: MaybeContext<BuildRESTFunction<typeof getSubscriptionContract$1> & typeof getSubscriptionContract$1>;
|
|
33
33
|
declare const querySubscriptionContracts: MaybeContext<BuildRESTFunction<typeof querySubscriptionContracts$1> & typeof querySubscriptionContracts$1>;
|
|
34
34
|
/** */
|
|
35
|
-
declare const onSubscriptionContractCreated: BuildEventDefinition<typeof onSubscriptionContractCreated$1
|
|
35
|
+
declare const onSubscriptionContractCreated: BuildEventDefinition<typeof onSubscriptionContractCreated$1> & typeof onSubscriptionContractCreated$1;
|
|
36
36
|
/** */
|
|
37
|
-
declare const onSubscriptionContractDeleted: BuildEventDefinition<typeof onSubscriptionContractDeleted$1
|
|
37
|
+
declare const onSubscriptionContractDeleted: BuildEventDefinition<typeof onSubscriptionContractDeleted$1> & typeof onSubscriptionContractDeleted$1;
|
|
38
38
|
/** */
|
|
39
|
-
declare const onSubscriptionContractUpdated: BuildEventDefinition<typeof onSubscriptionContractUpdated$1
|
|
39
|
+
declare const onSubscriptionContractUpdated: BuildEventDefinition<typeof onSubscriptionContractUpdated$1> & typeof onSubscriptionContractUpdated$1;
|
|
40
40
|
|
|
41
41
|
export { SubscriptionContract, SubscriptionContractCreatedEnvelope, SubscriptionContractDeletedEnvelope, SubscriptionContractUpdatedEnvelope, SubscriptionContractsQueryBuilder, getSubscriptionContract, onSubscriptionContractCreated, onSubscriptionContractDeleted, onSubscriptionContractUpdated, querySubscriptionContracts };
|
|
@@ -587,9 +587,15 @@ import { createRESTModule } from "@wix/sdk-runtime/rest-modules";
|
|
|
587
587
|
import { createEventModule } from "@wix/sdk-runtime/event-definition-modules";
|
|
588
588
|
var getSubscriptionContract4 = /* @__PURE__ */ createRESTModule(getSubscriptionContract3);
|
|
589
589
|
var querySubscriptionContracts4 = /* @__PURE__ */ createRESTModule(querySubscriptionContracts3);
|
|
590
|
-
var onSubscriptionContractCreated2 = createEventModule(
|
|
591
|
-
|
|
592
|
-
|
|
590
|
+
var onSubscriptionContractCreated2 = createEventModule(
|
|
591
|
+
onSubscriptionContractCreated
|
|
592
|
+
);
|
|
593
|
+
var onSubscriptionContractDeleted2 = createEventModule(
|
|
594
|
+
onSubscriptionContractDeleted
|
|
595
|
+
);
|
|
596
|
+
var onSubscriptionContractUpdated2 = createEventModule(
|
|
597
|
+
onSubscriptionContractUpdated
|
|
598
|
+
);
|
|
593
599
|
export {
|
|
594
600
|
AdjustmentType,
|
|
595
601
|
ChannelType,
|