@vrplatform/api 1.3.1-stage.3757 → 1.3.1-stage.3761

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.
@@ -12235,6 +12235,8 @@ export interface operations {
12235
12235
  type?: "owner" | "vendor";
12236
12236
  companyType?: "c_corporation" | "limited_liability_company" | "partnership" | "s_corporation" | "trust_estate";
12237
12237
  isIndividual?: boolean;
12238
+ /** @description Filter contacts by ownership period ID. */
12239
+ ownershipPeriodId?: string;
12238
12240
  /** @description comma separated contact short refs */
12239
12241
  shortRefs?: string;
12240
12242
  /** @description Comma-separated contact IDs. */
@@ -12763,6 +12765,8 @@ export interface operations {
12763
12765
  type?: "owner" | "vendor";
12764
12766
  companyType?: "c_corporation" | "limited_liability_company" | "partnership" | "s_corporation" | "trust_estate";
12765
12767
  isIndividual?: boolean;
12768
+ /** @description Filter contacts by ownership period ID. */
12769
+ ownershipPeriodId?: string;
12766
12770
  /** @description comma separated contact short refs */
12767
12771
  shortRefs?: string;
12768
12772
  /** @description Comma-separated contact IDs. */