@vrplatform/api 1.3.1-stage.1930 → 1.3.1-stage.1931
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.
|
@@ -32800,13 +32800,7 @@ export interface operations {
|
|
|
32800
32800
|
};
|
|
32801
32801
|
requestBody?: {
|
|
32802
32802
|
content: {
|
|
32803
|
-
"application/json":
|
|
32804
|
-
cancelation?: {
|
|
32805
|
-
/** @enum {string} */
|
|
32806
|
-
reason?: "different-expectations" | "different-provider" | "missing-feature" | "no-longer-needed" | "switch-to-gl" | "removed-from-billing-console" | "other";
|
|
32807
|
-
feedback?: string | null;
|
|
32808
|
-
};
|
|
32809
|
-
};
|
|
32803
|
+
"application/json": Record<string, never>;
|
|
32810
32804
|
};
|
|
32811
32805
|
};
|
|
32812
32806
|
responses: {
|