@periskope/types 0.6.86 → 0.6.87

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/types.d.ts CHANGED
@@ -288,6 +288,7 @@ export type HubspotObjectDataType = {
288
288
  propertyInternalValue: string;
289
289
  propertyValue: string;
290
290
  propertyType: string;
291
+ propertyFieldType: string;
291
292
  }[]>;
292
293
  };
293
294
  export type UserPreferences = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@periskope/types",
3
- "version": "0.6.86",
3
+ "version": "0.6.87",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",