@vrplatform/api 1.3.0-stage.1247 → 1.3.0-stage.1249

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.
@@ -2005,7 +2005,7 @@ export interface paths {
2005
2005
  patch?: never;
2006
2006
  trace?: never;
2007
2007
  };
2008
- "/flows/{id}/{connectionId}/mappings/{mappingKey}/sources": {
2008
+ "/flows/{id}/{connectionId}/mappings/{mappingKey}/left": {
2009
2009
  parameters: {
2010
2010
  query?: never;
2011
2011
  header?: never;
@@ -2022,7 +2022,7 @@ export interface paths {
2022
2022
  patch?: never;
2023
2023
  trace?: never;
2024
2024
  };
2025
- "/flows/{id}/{connectionId}/mappings/{mappingKey}/destinations": {
2025
+ "/flows/{id}/{connectionId}/mappings/{mappingKey}/right": {
2026
2026
  parameters: {
2027
2027
  query?: never;
2028
2028
  header?: never;