@vrplatform/api 1.3.1-stage.4628 → 1.3.1-stage.4633

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.
@@ -1043,7 +1043,7 @@ export interface paths {
1043
1043
  /** @description List supported GL files for the current team. */
1044
1044
  get: operations["getFiles"];
1045
1045
  put?: never;
1046
- /** @description Upload a GL user file as multipart/form-data. Fields: file, optional filename, optional type (userUpload or ownerStatementExample), optional startDate, optional endDate, and optional contactId. Type defaults to userUpload. The API derives team and user context from auth. */
1046
+ /** @description Upload a GL user file as multipart/form-data. Fields: file, optional filename, optional type (userUpload or ownerStatementExample or listingOwnerAssignment), optional startDate, optional endDate, and optional contactId. Type defaults to userUpload. The API derives team and user context from auth. */
1047
1047
  post: operations["postFiles"];
1048
1048
  delete?: never;
1049
1049
  options?: never;
@@ -20550,7 +20550,7 @@ export interface operations {
20550
20550
  /** @description Filter files by filename text match. */
20551
20551
  search?: string;
20552
20552
  /** @description Filter files by their upload purpose. */
20553
- type?: "userUpload" | "ownerStatementExample";
20553
+ type?: "userUpload" | "ownerStatementExample" | "listingOwnerAssignment";
20554
20554
  /** @description Field to sort files by. */
20555
20555
  sortBy?: "filename" | "startDate" | "endDate" | "createdAt" | "contactName";
20556
20556
  /** @description Sort direction. */
@@ -20577,7 +20577,7 @@ export interface operations {
20577
20577
  id: string;
20578
20578
  filename: string;
20579
20579
  /** @enum {string} */
20580
- type: "userUpload" | "ownerStatementExample";
20580
+ type: "userUpload" | "ownerStatementExample" | "listingOwnerAssignment";
20581
20581
  startDate: string | null;
20582
20582
  endDate: string | null;
20583
20583
  /**
@@ -20764,7 +20764,7 @@ export interface operations {
20764
20764
  id: string;
20765
20765
  filename: string;
20766
20766
  /** @enum {string} */
20767
- type: "userUpload" | "ownerStatementExample";
20767
+ type: "userUpload" | "ownerStatementExample" | "listingOwnerAssignment";
20768
20768
  startDate: string | null;
20769
20769
  endDate: string | null;
20770
20770
  /**
@@ -20952,7 +20952,7 @@ export interface operations {
20952
20952
  id: string;
20953
20953
  filename: string;
20954
20954
  /** @enum {string} */
20955
- type: "userUpload" | "ownerStatementExample";
20955
+ type: "userUpload" | "ownerStatementExample" | "listingOwnerAssignment";
20956
20956
  startDate: string | null;
20957
20957
  endDate: string | null;
20958
20958
  /**