@jitsu/protocols 1.9.14 → 1.9.15

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.
Files changed (2) hide show
  1. package/functions.d.ts +8 -0
  2. package/package.json +1 -1
package/functions.d.ts CHANGED
@@ -165,6 +165,14 @@ export type EventContext = {
165
165
  mode?: string;
166
166
  options?: any;
167
167
  };
168
+ // available in Profile Builder transformations
169
+ allConnections?: {
170
+ id: string;
171
+ destinationId: string;
172
+ destinationName: string;
173
+ type: string;
174
+ mode: string;
175
+ }[];
168
176
  workspace: {
169
177
  id: string;
170
178
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jitsu/protocols",
3
- "version": "1.9.14",
3
+ "version": "1.9.15",
4
4
  "description": "",
5
5
  "author": "Jitsu Dev Team <dev@jitsu.com>",
6
6
  "publishConfig": {