@vrplatform/api 1.2.33-951 → 1.2.33-955
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/build/main/generated/v1.d.ts +14 -14
- package/build/main/generated/v1.js.map +1 -1
- package/build/main/index.d.ts +4 -4
- package/build/main/index.js +0 -1
- package/build/main/index.js.map +1 -1
- package/build/main/ingest/index.d.ts +0 -1
- package/build/main/ingest/index.js.map +1 -1
- package/build/main/tsconfig.main.tsbuildinfo +1 -1
- package/build/module/generated/v1.d.ts +14 -14
- package/build/module/generated/v1.js.map +1 -1
- package/build/module/index.d.ts +4 -4
- package/build/module/index.js +0 -1
- package/build/module/index.js.map +1 -1
- package/build/module/ingest/index.d.ts +0 -1
- package/build/module/ingest/index.js.map +1 -1
- package/build/module/tsconfig.esm.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/generated/v1.ts +14 -14
- package/src/index.ts +5 -10
- package/src/ingest/index.ts +0 -2
- package/build/main/ingest-compat/index.d.ts +0 -13
- package/build/main/ingest-compat/index.js +0 -92
- package/build/main/ingest-compat/index.js.map +0 -1
- package/build/main/ingest-compat/map.d.ts +0 -6
- package/build/main/ingest-compat/map.js +0 -67
- package/build/main/ingest-compat/map.js.map +0 -1
- package/build/main/ingest-compat/types.d.ts +0 -7
- package/build/main/ingest-compat/types.js +0 -3
- package/build/main/ingest-compat/types.js.map +0 -1
- package/build/module/ingest-compat/index.d.ts +0 -13
- package/build/module/ingest-compat/index.js +0 -75
- package/build/module/ingest-compat/index.js.map +0 -1
- package/build/module/ingest-compat/map.d.ts +0 -6
- package/build/module/ingest-compat/map.js +0 -64
- package/build/module/ingest-compat/map.js.map +0 -1
- package/build/module/ingest-compat/types.d.ts +0 -7
- package/build/module/ingest-compat/types.js +0 -2
- package/build/module/ingest-compat/types.js.map +0 -1
- package/src/ingest-compat/index.ts +0 -98
- package/src/ingest-compat/map.ts +0 -111
- package/src/ingest-compat/types.ts +0 -9
|
@@ -5809,7 +5809,7 @@ export interface operations {
|
|
|
5809
5809
|
data: {
|
|
5810
5810
|
/** Format: uuid */
|
|
5811
5811
|
listingId: string;
|
|
5812
|
-
/** @default 2025-11-
|
|
5812
|
+
/** @default 2025-11-03 */
|
|
5813
5813
|
startAt: string;
|
|
5814
5814
|
endAt?: string | null;
|
|
5815
5815
|
setListingInactive?: boolean | null;
|
|
@@ -5891,7 +5891,7 @@ export interface operations {
|
|
|
5891
5891
|
"application/json": {
|
|
5892
5892
|
/** Format: uuid */
|
|
5893
5893
|
listingId: string;
|
|
5894
|
-
/** @default 2025-11-
|
|
5894
|
+
/** @default 2025-11-03 */
|
|
5895
5895
|
startAt?: string;
|
|
5896
5896
|
endAt?: string | null;
|
|
5897
5897
|
members: {
|
|
@@ -5925,7 +5925,7 @@ export interface operations {
|
|
|
5925
5925
|
"application/json": {
|
|
5926
5926
|
/** Format: uuid */
|
|
5927
5927
|
listingId: string;
|
|
5928
|
-
/** @default 2025-11-
|
|
5928
|
+
/** @default 2025-11-03 */
|
|
5929
5929
|
startAt: string;
|
|
5930
5930
|
endAt?: string | null;
|
|
5931
5931
|
setListingInactive?: boolean | null;
|
|
@@ -6005,7 +6005,7 @@ export interface operations {
|
|
|
6005
6005
|
"application/json": {
|
|
6006
6006
|
/** Format: uuid */
|
|
6007
6007
|
listingId: string;
|
|
6008
|
-
/** @default 2025-11-
|
|
6008
|
+
/** @default 2025-11-03 */
|
|
6009
6009
|
startAt: string;
|
|
6010
6010
|
endAt?: string | null;
|
|
6011
6011
|
setListingInactive?: boolean | null;
|
|
@@ -6088,7 +6088,7 @@ export interface operations {
|
|
|
6088
6088
|
"application/json": {
|
|
6089
6089
|
/** Format: uuid */
|
|
6090
6090
|
listingId?: string;
|
|
6091
|
-
/** @default 2025-11-
|
|
6091
|
+
/** @default 2025-11-03 */
|
|
6092
6092
|
startAt?: string;
|
|
6093
6093
|
endAt?: string | null;
|
|
6094
6094
|
members?: {
|
|
@@ -6122,7 +6122,7 @@ export interface operations {
|
|
|
6122
6122
|
"application/json": {
|
|
6123
6123
|
/** Format: uuid */
|
|
6124
6124
|
listingId: string;
|
|
6125
|
-
/** @default 2025-11-
|
|
6125
|
+
/** @default 2025-11-03 */
|
|
6126
6126
|
startAt: string;
|
|
6127
6127
|
endAt?: string | null;
|
|
6128
6128
|
setListingInactive?: boolean | null;
|
|
@@ -6308,7 +6308,7 @@ export interface operations {
|
|
|
6308
6308
|
/** Format: uuid */
|
|
6309
6309
|
sourceId?: string | null;
|
|
6310
6310
|
initialOwnership?: {
|
|
6311
|
-
/** @default 2025-11-
|
|
6311
|
+
/** @default 2025-11-03 */
|
|
6312
6312
|
startAt?: string;
|
|
6313
6313
|
endAt?: string | null;
|
|
6314
6314
|
members: {
|
|
@@ -6366,7 +6366,7 @@ export interface operations {
|
|
|
6366
6366
|
status: "active" | "inactive";
|
|
6367
6367
|
defaultCurrency?: string | null;
|
|
6368
6368
|
activeOwnership?: {
|
|
6369
|
-
/** @default 2025-11-
|
|
6369
|
+
/** @default 2025-11-03 */
|
|
6370
6370
|
startAt: string;
|
|
6371
6371
|
endAt?: string | null;
|
|
6372
6372
|
setListingInactive?: boolean | null;
|
|
@@ -6607,7 +6607,7 @@ export interface operations {
|
|
|
6607
6607
|
status: "active" | "inactive";
|
|
6608
6608
|
defaultCurrency?: string | null;
|
|
6609
6609
|
activeOwnership?: {
|
|
6610
|
-
/** @default 2025-11-
|
|
6610
|
+
/** @default 2025-11-03 */
|
|
6611
6611
|
startAt: string;
|
|
6612
6612
|
endAt?: string | null;
|
|
6613
6613
|
setListingInactive?: boolean | null;
|
|
@@ -6746,7 +6746,7 @@ export interface operations {
|
|
|
6746
6746
|
/** Format: uuid */
|
|
6747
6747
|
sourceId?: string | null;
|
|
6748
6748
|
initialOwnership?: {
|
|
6749
|
-
/** @default 2025-11-
|
|
6749
|
+
/** @default 2025-11-03 */
|
|
6750
6750
|
startAt?: string;
|
|
6751
6751
|
endAt?: string | null;
|
|
6752
6752
|
members: {
|
|
@@ -6800,7 +6800,7 @@ export interface operations {
|
|
|
6800
6800
|
status: "active" | "inactive";
|
|
6801
6801
|
defaultCurrency?: string | null;
|
|
6802
6802
|
activeOwnership?: {
|
|
6803
|
-
/** @default 2025-11-
|
|
6803
|
+
/** @default 2025-11-03 */
|
|
6804
6804
|
startAt: string;
|
|
6805
6805
|
endAt?: string | null;
|
|
6806
6806
|
setListingInactive?: boolean | null;
|
|
@@ -7017,7 +7017,7 @@ export interface operations {
|
|
|
7017
7017
|
status: "active" | "inactive";
|
|
7018
7018
|
defaultCurrency?: string | null;
|
|
7019
7019
|
activeOwnership?: {
|
|
7020
|
-
/** @default 2025-11-
|
|
7020
|
+
/** @default 2025-11-03 */
|
|
7021
7021
|
startAt: string;
|
|
7022
7022
|
endAt?: string | null;
|
|
7023
7023
|
setListingInactive?: boolean | null;
|
|
@@ -7164,7 +7164,7 @@ export interface operations {
|
|
|
7164
7164
|
/** Format: uuid */
|
|
7165
7165
|
sourceId?: string | null;
|
|
7166
7166
|
initialOwnership?: {
|
|
7167
|
-
/** @default 2025-11-
|
|
7167
|
+
/** @default 2025-11-03 */
|
|
7168
7168
|
startAt?: string;
|
|
7169
7169
|
endAt?: string | null;
|
|
7170
7170
|
members: {
|
|
@@ -7218,7 +7218,7 @@ export interface operations {
|
|
|
7218
7218
|
status: "active" | "inactive";
|
|
7219
7219
|
defaultCurrency?: string | null;
|
|
7220
7220
|
activeOwnership?: {
|
|
7221
|
-
/** @default 2025-11-
|
|
7221
|
+
/** @default 2025-11-03 */
|
|
7222
7222
|
startAt: string;
|
|
7223
7223
|
endAt?: string | null;
|
|
7224
7224
|
setListingInactive?: boolean | null;
|