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