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