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

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 or listingOwnerAssignment or listingFeeAssignment), 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 historicalData or historicalOwnerStatement 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. */
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" | "listingOwnerAssignment" | "listingFeeAssignment";
20553
+ type?: "userUpload" | "historicalData" | "historicalOwnerStatement" | "ownerStatementExample" | "listingOwnerAssignment" | "listingFeeAssignment";
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" | "listingOwnerAssignment" | "listingFeeAssignment";
20580
+ type: "userUpload" | "historicalData" | "historicalOwnerStatement" | "ownerStatementExample" | "listingOwnerAssignment" | "listingFeeAssignment";
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" | "listingOwnerAssignment" | "listingFeeAssignment";
20767
+ type: "userUpload" | "historicalData" | "historicalOwnerStatement" | "ownerStatementExample" | "listingOwnerAssignment" | "listingFeeAssignment";
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" | "listingOwnerAssignment" | "listingFeeAssignment";
20955
+ type: "userUpload" | "historicalData" | "historicalOwnerStatement" | "ownerStatementExample" | "listingOwnerAssignment" | "listingFeeAssignment";
20956
20956
  startDate: string | null;
20957
20957
  endDate: string | null;
20958
20958
  /**
@@ -78116,6 +78116,10 @@ export interface operations {
78116
78116
  status: ("skipped" | "completed") | null;
78117
78117
  updatedAt: string | null;
78118
78118
  };
78119
+ listingsSetup: {
78120
+ status: ("skipped" | "completed") | null;
78121
+ updatedAt: string | null;
78122
+ };
78119
78123
  reportingPreferences: {
78120
78124
  status: ("skipped" | "completed") | null;
78121
78125
  updatedAt: string | null;
@@ -78132,6 +78136,14 @@ export interface operations {
78132
78136
  status: ("skipped" | "completed") | null;
78133
78137
  updatedAt: string | null;
78134
78138
  };
78139
+ historicalDataBalances: {
78140
+ status: ("skipped" | "completed") | null;
78141
+ updatedAt: string | null;
78142
+ };
78143
+ historicalOwnerStatements: {
78144
+ status: ("skipped" | "completed") | null;
78145
+ updatedAt: string | null;
78146
+ };
78135
78147
  addWorkflows: {
78136
78148
  status: ("skipped" | "completed") | null;
78137
78149
  updatedAt: string | null;
@@ -78297,6 +78309,9 @@ export interface operations {
78297
78309
  connectPms?: ("skipped" | "completed") | null;
78298
78310
  connectRamp?: ("skipped" | "completed") | null;
78299
78311
  feesAndCommissions?: ("skipped" | "completed") | null;
78312
+ historicalDataBalances?: ("skipped" | "completed") | null;
78313
+ historicalOwnerStatements?: ("skipped" | "completed") | null;
78314
+ listingsSetup?: ("skipped" | "completed") | null;
78300
78315
  openingBalances?: ("skipped" | "completed") | null;
78301
78316
  ownerStatementTemplate?: ("skipped" | "completed") | null;
78302
78317
  reportingPreferences?: ("skipped" | "completed") | null;
@@ -78346,6 +78361,10 @@ export interface operations {
78346
78361
  status: ("skipped" | "completed") | null;
78347
78362
  updatedAt: string | null;
78348
78363
  };
78364
+ listingsSetup: {
78365
+ status: ("skipped" | "completed") | null;
78366
+ updatedAt: string | null;
78367
+ };
78349
78368
  reportingPreferences: {
78350
78369
  status: ("skipped" | "completed") | null;
78351
78370
  updatedAt: string | null;
@@ -78362,6 +78381,14 @@ export interface operations {
78362
78381
  status: ("skipped" | "completed") | null;
78363
78382
  updatedAt: string | null;
78364
78383
  };
78384
+ historicalDataBalances: {
78385
+ status: ("skipped" | "completed") | null;
78386
+ updatedAt: string | null;
78387
+ };
78388
+ historicalOwnerStatements: {
78389
+ status: ("skipped" | "completed") | null;
78390
+ updatedAt: string | null;
78391
+ };
78365
78392
  addWorkflows: {
78366
78393
  status: ("skipped" | "completed") | null;
78367
78394
  updatedAt: string | null;