@wix/referral 1.0.45 → 1.0.46

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.45",
3
+ "version": "1.0.46",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -22,7 +22,7 @@
22
22
  ],
23
23
  "dependencies": {
24
24
  "@wix/referral_customers": "1.0.18",
25
- "@wix/referral_friends": "1.0.16",
25
+ "@wix/referral_friends": "1.0.17",
26
26
  "@wix/referral_programs": "1.0.25",
27
27
  "@wix/referral_rewards": "1.0.16",
28
28
  "@wix/referral_tracker": "1.0.20"
@@ -50,5 +50,5 @@
50
50
  "fqdn": ""
51
51
  }
52
52
  },
53
- "falconPackageHash": "0f83973bec951a4f945d622c7ecf1fe5ba3a32c47d0af6d01a9502c4"
53
+ "falconPackageHash": "9372fd42c8225e517ba243b4185ec8feea70a1f69ef1eb2f614859e0"
54
54
  }
@@ -4195,9 +4195,8 @@ interface GetReferredFriendSignature {
4195
4195
  /**
4196
4196
  * Retrieves a referred friend by ID.
4197
4197
  * @param - ID of the referred friend to retrieve.
4198
- * @returns Retrieved referred friend.
4199
4198
  */
4200
- (referredFriendId: string): Promise<ReferredFriend & ReferredFriendNonNullableFields>;
4199
+ (referredFriendId: string): Promise<GetReferredFriendResponse & GetReferredFriendResponseNonNullableFields>;
4201
4200
  }
4202
4201
  declare function getReferredFriendByContactId$1(httpClient: HttpClient): GetReferredFriendByContactIdSignature;
4203
4202
  interface GetReferredFriendByContactIdSignature {
@@ -4206,8 +4205,9 @@ interface GetReferredFriendByContactIdSignature {
4206
4205
  *
4207
4206
  * You can use `me` instead of a specific contact ID to get the referred friend for the current identity's contact.
4208
4207
  * @param - Contact ID or "me" to get the current identity's contact.
4208
+ * @returns Retrieved referred friend.
4209
4209
  */
4210
- (contactId: string): Promise<GetReferredFriendByContactIdResponse & GetReferredFriendByContactIdResponseNonNullableFields>;
4210
+ (contactId: string): Promise<ReferredFriend & ReferredFriendNonNullableFields>;
4211
4211
  }
4212
4212
  declare function updateReferredFriend$1(httpClient: HttpClient): UpdateReferredFriendSignature;
4213
4213
  interface UpdateReferredFriendSignature {
@@ -4195,9 +4195,8 @@ interface GetReferredFriendSignature {
4195
4195
  /**
4196
4196
  * Retrieves a referred friend by ID.
4197
4197
  * @param - ID of the referred friend to retrieve.
4198
- * @returns Retrieved referred friend.
4199
4198
  */
4200
- (referredFriendId: string): Promise<ReferredFriend & ReferredFriendNonNullableFields>;
4199
+ (referredFriendId: string): Promise<GetReferredFriendResponse & GetReferredFriendResponseNonNullableFields>;
4201
4200
  }
4202
4201
  declare function getReferredFriendByContactId$1(httpClient: HttpClient): GetReferredFriendByContactIdSignature;
4203
4202
  interface GetReferredFriendByContactIdSignature {
@@ -4206,8 +4205,9 @@ interface GetReferredFriendByContactIdSignature {
4206
4205
  *
4207
4206
  * You can use `me` instead of a specific contact ID to get the referred friend for the current identity's contact.
4208
4207
  * @param - Contact ID or "me" to get the current identity's contact.
4208
+ * @returns Retrieved referred friend.
4209
4209
  */
4210
- (contactId: string): Promise<GetReferredFriendByContactIdResponse & GetReferredFriendByContactIdResponseNonNullableFields>;
4210
+ (contactId: string): Promise<ReferredFriend & ReferredFriendNonNullableFields>;
4211
4211
  }
4212
4212
  declare function updateReferredFriend$1(httpClient: HttpClient): UpdateReferredFriendSignature;
4213
4213
  interface UpdateReferredFriendSignature {