unshared-clientjs-sdk 1.0.6 → 1.0.7
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/client.d.ts +0 -2
- package/package.json +1 -1
package/dist/client.d.ts
CHANGED
|
@@ -25,7 +25,6 @@ export interface UnsharedLabsClientConfig {
|
|
|
25
25
|
* @property {string} device_id - Encrypted device identifier
|
|
26
26
|
* @property {string} session_hash - Encrypted session hash
|
|
27
27
|
* @property {string} user_agent - Encrypted user agent string
|
|
28
|
-
* @property {string} client_timestamp - Timestamp when the event was created on the client
|
|
29
28
|
*/
|
|
30
29
|
export interface ProcessUserEventData {
|
|
31
30
|
id: string;
|
|
@@ -36,7 +35,6 @@ export interface ProcessUserEventData {
|
|
|
36
35
|
device_id: string;
|
|
37
36
|
session_hash: string;
|
|
38
37
|
user_agent: string;
|
|
39
|
-
client_timestamp: string;
|
|
40
38
|
}
|
|
41
39
|
/**
|
|
42
40
|
* Event processing result containing event data and status information.
|