@jitsu/protocols 1.3.0 → 1.3.1-canary.300.20231019125048

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 CHANGED
@@ -147,6 +147,14 @@ interface AnalyticsContext {
147
147
  amp?: {
148
148
  id: string;
149
149
  };
150
+ /**
151
+ * Other tracking tools client ids
152
+ */
153
+ clientIds?: {
154
+ //Client ID of GA4 property
155
+ ga4?: string;
156
+ [key: string]: string;
157
+ };
150
158
 
151
159
  [key: string]: any;
152
160
  }
package/functions.d.ts CHANGED
@@ -182,6 +182,8 @@ export type EventContext = {
182
182
  mode?: string;
183
183
  options?: any;
184
184
  };
185
+ // number of retries attempted
186
+ retries?: number;
185
187
  };
186
188
 
187
189
  export type FunctionConfigContext<P extends AnyProps = AnyProps> = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jitsu/protocols",
3
- "version": "1.3.0",
3
+ "version": "1.3.1-canary.300.20231019125048",
4
4
  "description": "",
5
5
  "author": "Jitsu Dev Team <dev@jitsu.com>",
6
6
  "publishConfig": {