@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
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.0-stage.1247",
6
+ "version": "1.3.0-stage.1248",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -2006,7 +2006,7 @@ export interface paths {
2006
2006
  patch?: never;
2007
2007
  trace?: never;
2008
2008
  };
2009
- "/flows/{id}/{connectionId}/mappings/{mappingKey}/sources": {
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}/destinations": {
2026
+ "/flows/{id}/{connectionId}/mappings/{mappingKey}/right": {
2027
2027
  parameters: {
2028
2028
  query?: never;
2029
2029
  header?: never;