@tellescope/types-models 1.256.3 → 1.256.5

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.
@@ -2136,6 +2136,7 @@ export interface Form_updatesDisabled {
2136
2136
  export interface Form extends Form_readonly, Form_required, Form_updatesDisabled {
2137
2137
  accessTags?: string[];
2138
2138
  gtmTag?: string;
2139
+ sendProductNamesToGTM?: boolean;
2139
2140
  ipAddressCustomField: string;
2140
2141
  archivedAt?: Date | '';
2141
2142
  displayTitle?: string;