@wix/referral 1.0.37 → 1.0.38

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/referral",
3
- "version": "1.0.37",
3
+ "version": "1.0.38",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -18,7 +18,7 @@
18
18
  "type-bundles"
19
19
  ],
20
20
  "dependencies": {
21
- "@wix/referral_customers": "1.0.14",
21
+ "@wix/referral_customers": "1.0.15",
22
22
  "@wix/referral_friends": "1.0.12",
23
23
  "@wix/referral_programs": "1.0.21",
24
24
  "@wix/referral_rewards": "1.0.13",
@@ -47,5 +47,5 @@
47
47
  "fqdn": ""
48
48
  }
49
49
  },
50
- "falconPackageHash": "ba7183b2c6d19ae6d84cf320aa4010ddd23b070902968492ddd3582e"
50
+ "falconPackageHash": "b03d839c7cbbb1724853a1df58594e8109337930e36cf8fd684d42f4"
51
51
  }
@@ -4804,11 +4804,15 @@ declare const queryReferringCustomers: MaybeContext<BuildRESTFunction<typeof que
4804
4804
  declare const deleteReferringCustomer: MaybeContext<BuildRESTFunction<typeof deleteReferringCustomer$1> & typeof deleteReferringCustomer$1>;
4805
4805
 
4806
4806
  type _publicOnReferringCustomerCreatedType = typeof onReferringCustomerCreated$1;
4807
- /** */
4807
+ /**
4808
+ * Triggered when a referring customer is created.
4809
+ */
4808
4810
  declare const onReferringCustomerCreated: ReturnType<typeof createEventModule<_publicOnReferringCustomerCreatedType>>;
4809
4811
 
4810
4812
  type _publicOnReferringCustomerDeletedType = typeof onReferringCustomerDeleted$1;
4811
- /** */
4813
+ /**
4814
+ * Triggered when a referring customer is deleted.
4815
+ */
4812
4816
  declare const onReferringCustomerDeleted: ReturnType<typeof createEventModule<_publicOnReferringCustomerDeletedType>>;
4813
4817
 
4814
4818
  type context_ActionEvent = ActionEvent;
@@ -4804,11 +4804,15 @@ declare const queryReferringCustomers: MaybeContext<BuildRESTFunction<typeof que
4804
4804
  declare const deleteReferringCustomer: MaybeContext<BuildRESTFunction<typeof deleteReferringCustomer$1> & typeof deleteReferringCustomer$1>;
4805
4805
 
4806
4806
  type _publicOnReferringCustomerCreatedType = typeof onReferringCustomerCreated$1;
4807
- /** */
4807
+ /**
4808
+ * Triggered when a referring customer is created.
4809
+ */
4808
4810
  declare const onReferringCustomerCreated: ReturnType<typeof createEventModule<_publicOnReferringCustomerCreatedType>>;
4809
4811
 
4810
4812
  type _publicOnReferringCustomerDeletedType = typeof onReferringCustomerDeleted$1;
4811
- /** */
4813
+ /**
4814
+ * Triggered when a referring customer is deleted.
4815
+ */
4812
4816
  declare const onReferringCustomerDeleted: ReturnType<typeof createEventModule<_publicOnReferringCustomerDeletedType>>;
4813
4817
 
4814
4818
  type index_d_ActionEvent = ActionEvent;