@tellescope/types-models 1.196.0 → 1.197.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.
@@ -1802,6 +1802,7 @@ export interface Integration extends Integration_readonly, Integration_required,
1802
1802
  overwriteAddress?: boolean;
1803
1803
  requirePhoneToPushEnduser?: boolean;
1804
1804
  syncAsActive?: boolean;
1805
+ shardId?: string;
1805
1806
  }
1806
1807
  export type BuildDatabaseRecordField<K extends string, V, O> = {
1807
1808
  type: K;