@vrplatform/api 1.3.1-stage.4386 → 1.3.1-stage.4387
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
|
@@ -54790,11 +54790,7 @@ export interface operations {
|
|
|
54790
54790
|
};
|
|
54791
54791
|
cookie?: never;
|
|
54792
54792
|
};
|
|
54793
|
-
requestBody?:
|
|
54794
|
-
content: {
|
|
54795
|
-
"application/json": Record<string, never>;
|
|
54796
|
-
};
|
|
54797
|
-
};
|
|
54793
|
+
requestBody?: never;
|
|
54798
54794
|
responses: {
|
|
54799
54795
|
/** @description Successful response */
|
|
54800
54796
|
200: {
|
|
@@ -77584,11 +77580,7 @@ export interface operations {
|
|
|
77584
77580
|
};
|
|
77585
77581
|
cookie?: never;
|
|
77586
77582
|
};
|
|
77587
|
-
requestBody?:
|
|
77588
|
-
content: {
|
|
77589
|
-
"application/json": Record<string, never>;
|
|
77590
|
-
};
|
|
77591
|
-
};
|
|
77583
|
+
requestBody?: never;
|
|
77592
77584
|
responses: {
|
|
77593
77585
|
/** @description Successful response */
|
|
77594
77586
|
200: {
|