@cdp-forge/types 1.2.0 → 1.3.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.
Files changed (2) hide show
  1. package/dist/types.d.ts +2 -2
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -110,8 +110,8 @@ export type Event = {
110
110
  target?: string;
111
111
  oldId?: string;
112
112
  newId?: string;
113
- ExternalIdtype?: string;
114
- ExternalId?: string;
113
+ externalIdType?: string;
114
+ externalId?: string;
115
115
  userAgent?: string;
116
116
  ip?: string;
117
117
  topics?: (keyof typeof GoogleTopicsMap)[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdp-forge/types",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "TypeScript types for @cdp-forge",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",