@connectedxm/client 6.5.4 → 6.5.5
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/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3260,6 +3260,7 @@ interface UpdateSelfParams extends MutationParams {
|
|
|
3260
3260
|
website?: string | null;
|
|
3261
3261
|
locale?: string | null;
|
|
3262
3262
|
termsAccepted?: boolean;
|
|
3263
|
+
internalRefId?: string | null;
|
|
3263
3264
|
attributes?: Record<string, string>;
|
|
3264
3265
|
}
|
|
3265
3266
|
declare const UpdateSelf: ({ clientApiParams, queryClient, ...params }: UpdateSelfParams) => Promise<ConnectedXMResponse<Self>>;
|