@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/types.ts CHANGED
@@ -435,6 +435,7 @@ export type HubspotObjectDataType = {
435
435
  propertyInternalValue: string;
436
436
  propertyValue: string;
437
437
  propertyType: string;
438
+ propertyFieldType: string;
438
439
  }[]
439
440
  >;
440
441
  };