@jitsu/protocols 1.9.18-canary.1288.20250415203911 → 1.10.0
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/analytics.d.ts +2 -1
- package/package.json +1 -1
package/analytics.d.ts
CHANGED
|
@@ -156,6 +156,7 @@ export type Integrations = {
|
|
|
156
156
|
export type Options = {
|
|
157
157
|
integrations?: Integrations;
|
|
158
158
|
userId?: ID;
|
|
159
|
+
groupId?: ID;
|
|
159
160
|
anonymousId?: ID;
|
|
160
161
|
timestamp?: Date | string;
|
|
161
162
|
context?: AnalyticsContext;
|
|
@@ -203,7 +204,7 @@ interface AnalyticsContext {
|
|
|
203
204
|
|
|
204
205
|
locale?: string;
|
|
205
206
|
|
|
206
|
-
|
|
207
|
+
library?: {
|
|
207
208
|
name: string;
|
|
208
209
|
version: string;
|
|
209
210
|
//allow to add custom fields
|