@vrplatform/api 1.3.1-stage.4642 → 1.3.1-stage.4643

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