@vertigis/viewer-spec 61.14.0 → 61.15.0

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.
Files changed (109) hide show
  1. package/analytics/MobileAction.d.ts +1 -1
  2. package/analytics/WebAction.d.ts +1 -1
  3. package/app-config/AppConfig.d.ts +1 -1
  4. package/app-config/common/ApplicationModelProperties.d.ts +1 -1
  5. package/app-config/common/BookmarksModelProperties.d.ts +2 -2
  6. package/app-config/common/BrandingThemeProperties.d.ts +1 -1
  7. package/app-config/common/CoordinateModelProperties.d.ts +1 -1
  8. package/app-config/common/EventListenerModelProperties.d.ts +1 -1
  9. package/app-config/common/FeatureDetailsModelProperties.d.ts +1 -1
  10. package/app-config/common/HighlightModelProperties.d.ts +1 -1
  11. package/app-config/common/LayerPresetsModelProperties.d.ts +1 -1
  12. package/app-config/common/LayoutProperties.d.ts +1 -1
  13. package/app-config/common/MapModelProperties.d.ts +1 -1
  14. package/app-config/common/MenuModelProperties.d.ts +2 -2
  15. package/app-config/common/ModelProperties.d.ts +1 -1
  16. package/app-config/common/RegionModelProperties.d.ts +1 -1
  17. package/app-config/common/ResultsModelProperties.d.ts +1 -1
  18. package/app-config/common/SearchModelProperties.d.ts +1 -1
  19. package/app-config/common/TranslatableText.d.ts +1 -1
  20. package/app-config/common/WorkflowModelProperties.d.ts +1 -1
  21. package/app-config/common/colors.d.ts +2 -2
  22. package/app-config/mobile/BasemapModelProperties.d.ts +1 -1
  23. package/app-config/mobile/CoordinateModelProperties.d.ts +1 -1
  24. package/app-config/mobile/FeatureDetailsModelProperties.d.ts +1 -1
  25. package/app-config/mobile/MapModelProperties.d.ts +1 -1
  26. package/app-config/mobile/OfflineModelProperties.d.ts +1 -1
  27. package/app-config/mobile/ResultsModelProperties.d.ts +1 -1
  28. package/app-config/schema/common-app-config.schema.json +1 -1
  29. package/app-config/schema/mobile-app-config.schema.json +1 -1
  30. package/app-config/schema/web-app-config.schema.json +1 -1
  31. package/app-config/web/BasemapModelProperties.d.ts +1 -1
  32. package/app-config/web/ChartModelProperties.d.ts +2 -2
  33. package/app-config/web/DataLinkSourceProperties.d.ts +2 -2
  34. package/app-config/web/DrawModelProperties.d.ts +9 -9
  35. package/app-config/web/FeatureInfoModelProperties.d.ts +1 -1
  36. package/app-config/web/FeatureListProperties.d.ts +1 -1
  37. package/app-config/web/FeatureSetProperties.d.ts +3 -3
  38. package/app-config/web/FeatureSummaryModelProperties.d.ts +1 -1
  39. package/app-config/web/GeoDataModelProperties.d.ts +1 -1
  40. package/app-config/web/GeocoderModelProperties.d.ts +2 -2
  41. package/app-config/web/KpiCardModelProperties.d.ts +2 -2
  42. package/app-config/web/MenuItemModelProperties.d.ts +1 -1
  43. package/app-config/web/ModelProperties.d.ts +1 -1
  44. package/app-config/web/QueryBuilderModelProperties.d.ts +1 -1
  45. package/app-config/web/ReportModelProperties.d.ts +1 -1
  46. package/app-config/web/ResultsModelProperties.d.ts +1 -1
  47. package/app-config/web/ResultsServiceModelProperties.d.ts +1 -1
  48. package/app-config/web/SearchServiceProperties.d.ts +1 -1
  49. package/app-config/web/SharedProjectsModelProperties.d.ts +3 -3
  50. package/app-config/web/SharedStorageModelProperties.d.ts +1 -1
  51. package/app-config/web/SnappingProperties.d.ts +3 -3
  52. package/app-config/web/SplashScreenModelProperties.d.ts +1 -1
  53. package/app-config/web/TopologyProperties.d.ts +2 -2
  54. package/app-config/web/VertigisWebModelProperties.d.ts +1 -1
  55. package/messaging/Command.d.ts +1 -1
  56. package/messaging/Event.d.ts +1 -1
  57. package/messaging/Message.d.ts +1 -1
  58. package/messaging/MessageBus.d.ts +2 -2
  59. package/messaging/Operation.d.ts +1 -1
  60. package/messaging/common.d.ts +37 -37
  61. package/messaging/registry/auth.d.ts +3 -4
  62. package/messaging/registry/basemap.d.ts +1 -1
  63. package/messaging/registry/drawing.d.ts +9 -9
  64. package/messaging/registry/edit.d.ts +48 -11
  65. package/messaging/registry/file.d.ts +1 -2
  66. package/messaging/registry/geocode.d.ts +1 -1
  67. package/messaging/registry/geolocation.d.ts +2 -2
  68. package/messaging/registry/geometry.d.ts +5 -5
  69. package/messaging/registry/layer-presets.d.ts +1 -1
  70. package/messaging/registry/layers.d.ts +0 -1
  71. package/messaging/registry/location-marker.d.ts +5 -5
  72. package/messaging/registry/map.d.ts +12 -12
  73. package/messaging/registry/measurement.d.ts +1 -1
  74. package/messaging/registry/offline.d.ts +7 -9
  75. package/messaging/registry/portal.d.ts +1 -1
  76. package/messaging/registry/printing.d.ts +4 -4
  77. package/messaging/registry/project.d.ts +6 -6
  78. package/messaging/registry/reports.d.ts +1 -1
  79. package/messaging/registry/results.d.ts +10 -10
  80. package/messaging/registry/sketching.d.ts +12 -12
  81. package/messaging/registry/tasks.d.ts +4 -4
  82. package/messaging/registry/utility-network.d.ts +4 -5
  83. package/messaging/registry/viewer.d.ts +1 -1
  84. package/messaging/schema/common-action.schema.json +1 -1
  85. package/messaging/schema/common-event.schema.json +1 -1
  86. package/messaging/schema/mobile-action.schema.json +1 -1
  87. package/messaging/schema/mobile-event.schema.json +1 -1
  88. package/messaging/schema/web-action.schema.json +1 -1
  89. package/messaging/schema/web-drawing-command-definitions.md +554 -76
  90. package/messaging/schema/web-drawing-operation-definitions.md +268 -21
  91. package/messaging/schema/web-edit-command-definitions.md +52 -9
  92. package/messaging/schema/web-event.schema.json +1 -1
  93. package/messaging/schema/web-geocode-operation-definitions.md +1 -1
  94. package/messaging/schema/web-geometry-command-definitions.md +0 -16
  95. package/messaging/schema/web-geometry-operation-definitions.md +233 -18
  96. package/messaging/schema/web-map-command-definitions.md +870 -58
  97. package/messaging/schema/web-map-operation-definitions.md +8 -0
  98. package/messaging/schema/web-measurement-command-definitions.md +556 -94
  99. package/messaging/schema/web-measurement-operation-definitions.md +124 -11
  100. package/messaging/schema/web-portal-operation-definitions.md +8 -0
  101. package/messaging/schema/web-printing-operation-definitions.md +1 -1
  102. package/messaging/schema/web-results-command-definitions.md +3 -3
  103. package/messaging/schema/web-results-operation-definitions.md +4 -1
  104. package/messaging/schema/web-system-command-definitions.md +3 -1
  105. package/messaging/schema/web-system-operation-definitions.md +16 -0
  106. package/messaging/schema/web-ui-operation-definitions.md +1 -1
  107. package/package.json +33 -29
  108. package/version.d.ts +1 -1
  109. package/version.js +1 -1
@@ -120,6 +120,14 @@ GetCoordinateArgs properties:
120
120
  "description": "The map on which to select the result."
121
121
  },
122
122
  "parent": {
123
+ "anyOf": [
124
+ {
125
+ "$ref": "#/definitions/Model"
126
+ },
127
+ {
128
+ "type": "string"
129
+ }
130
+ ],
123
131
  "description": "The layout ID or ItemRef to target for the command/operation. This component will be the parent of the temporary UI that will be removed after the command/operation completes."
124
132
  }
125
133
  }