@vrplatform/api 1.3.0-stage.1247 → 1.3.0-stage.1248
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
|
@@ -2006,7 +2006,7 @@ export interface paths {
|
|
|
2006
2006
|
patch?: never;
|
|
2007
2007
|
trace?: never;
|
|
2008
2008
|
};
|
|
2009
|
-
"/flows/{id}/{connectionId}/mappings/{mappingKey}/
|
|
2009
|
+
"/flows/{id}/{connectionId}/mappings/{mappingKey}/left": {
|
|
2010
2010
|
parameters: {
|
|
2011
2011
|
query?: never;
|
|
2012
2012
|
header?: never;
|
|
@@ -2023,7 +2023,7 @@ export interface paths {
|
|
|
2023
2023
|
patch?: never;
|
|
2024
2024
|
trace?: never;
|
|
2025
2025
|
};
|
|
2026
|
-
"/flows/{id}/{connectionId}/mappings/{mappingKey}/
|
|
2026
|
+
"/flows/{id}/{connectionId}/mappings/{mappingKey}/right": {
|
|
2027
2027
|
parameters: {
|
|
2028
2028
|
query?: never;
|
|
2029
2029
|
header?: never;
|