@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.
- package/analytics/MobileAction.d.ts +1 -1
- package/analytics/WebAction.d.ts +1 -1
- package/app-config/AppConfig.d.ts +1 -1
- package/app-config/common/ApplicationModelProperties.d.ts +1 -1
- package/app-config/common/BookmarksModelProperties.d.ts +2 -2
- package/app-config/common/BrandingThemeProperties.d.ts +1 -1
- package/app-config/common/CoordinateModelProperties.d.ts +1 -1
- package/app-config/common/EventListenerModelProperties.d.ts +1 -1
- package/app-config/common/FeatureDetailsModelProperties.d.ts +1 -1
- package/app-config/common/HighlightModelProperties.d.ts +1 -1
- package/app-config/common/LayerPresetsModelProperties.d.ts +1 -1
- package/app-config/common/LayoutProperties.d.ts +1 -1
- package/app-config/common/MapModelProperties.d.ts +1 -1
- package/app-config/common/MenuModelProperties.d.ts +2 -2
- package/app-config/common/ModelProperties.d.ts +1 -1
- package/app-config/common/RegionModelProperties.d.ts +1 -1
- package/app-config/common/ResultsModelProperties.d.ts +1 -1
- package/app-config/common/SearchModelProperties.d.ts +1 -1
- package/app-config/common/TranslatableText.d.ts +1 -1
- package/app-config/common/WorkflowModelProperties.d.ts +1 -1
- package/app-config/common/colors.d.ts +2 -2
- package/app-config/mobile/BasemapModelProperties.d.ts +1 -1
- package/app-config/mobile/CoordinateModelProperties.d.ts +1 -1
- package/app-config/mobile/FeatureDetailsModelProperties.d.ts +1 -1
- package/app-config/mobile/MapModelProperties.d.ts +1 -1
- package/app-config/mobile/OfflineModelProperties.d.ts +1 -1
- package/app-config/mobile/ResultsModelProperties.d.ts +1 -1
- package/app-config/schema/common-app-config.schema.json +1 -1
- package/app-config/schema/mobile-app-config.schema.json +1 -1
- package/app-config/schema/web-app-config.schema.json +1 -1
- package/app-config/web/BasemapModelProperties.d.ts +1 -1
- package/app-config/web/ChartModelProperties.d.ts +2 -2
- package/app-config/web/DataLinkSourceProperties.d.ts +2 -2
- package/app-config/web/DrawModelProperties.d.ts +9 -9
- package/app-config/web/FeatureInfoModelProperties.d.ts +1 -1
- package/app-config/web/FeatureListProperties.d.ts +1 -1
- package/app-config/web/FeatureSetProperties.d.ts +3 -3
- package/app-config/web/FeatureSummaryModelProperties.d.ts +1 -1
- package/app-config/web/GeoDataModelProperties.d.ts +1 -1
- package/app-config/web/GeocoderModelProperties.d.ts +2 -2
- package/app-config/web/KpiCardModelProperties.d.ts +2 -2
- package/app-config/web/MenuItemModelProperties.d.ts +1 -1
- package/app-config/web/ModelProperties.d.ts +1 -1
- package/app-config/web/QueryBuilderModelProperties.d.ts +1 -1
- package/app-config/web/ReportModelProperties.d.ts +1 -1
- package/app-config/web/ResultsModelProperties.d.ts +1 -1
- package/app-config/web/ResultsServiceModelProperties.d.ts +1 -1
- package/app-config/web/SearchServiceProperties.d.ts +1 -1
- package/app-config/web/SharedProjectsModelProperties.d.ts +3 -3
- package/app-config/web/SharedStorageModelProperties.d.ts +1 -1
- package/app-config/web/SnappingProperties.d.ts +3 -3
- package/app-config/web/SplashScreenModelProperties.d.ts +1 -1
- package/app-config/web/TopologyProperties.d.ts +2 -2
- package/app-config/web/VertigisWebModelProperties.d.ts +1 -1
- package/messaging/Command.d.ts +1 -1
- package/messaging/Event.d.ts +1 -1
- package/messaging/Message.d.ts +1 -1
- package/messaging/MessageBus.d.ts +2 -2
- package/messaging/Operation.d.ts +1 -1
- package/messaging/common.d.ts +37 -37
- package/messaging/registry/auth.d.ts +3 -4
- package/messaging/registry/basemap.d.ts +1 -1
- package/messaging/registry/drawing.d.ts +9 -9
- package/messaging/registry/edit.d.ts +48 -11
- package/messaging/registry/file.d.ts +1 -2
- package/messaging/registry/geocode.d.ts +1 -1
- package/messaging/registry/geolocation.d.ts +2 -2
- package/messaging/registry/geometry.d.ts +5 -5
- package/messaging/registry/layer-presets.d.ts +1 -1
- package/messaging/registry/layers.d.ts +0 -1
- package/messaging/registry/location-marker.d.ts +5 -5
- package/messaging/registry/map.d.ts +12 -12
- package/messaging/registry/measurement.d.ts +1 -1
- package/messaging/registry/offline.d.ts +7 -9
- package/messaging/registry/portal.d.ts +1 -1
- package/messaging/registry/printing.d.ts +4 -4
- package/messaging/registry/project.d.ts +6 -6
- package/messaging/registry/reports.d.ts +1 -1
- package/messaging/registry/results.d.ts +10 -10
- package/messaging/registry/sketching.d.ts +12 -12
- package/messaging/registry/tasks.d.ts +4 -4
- package/messaging/registry/utility-network.d.ts +4 -5
- package/messaging/registry/viewer.d.ts +1 -1
- package/messaging/schema/common-action.schema.json +1 -1
- package/messaging/schema/common-event.schema.json +1 -1
- package/messaging/schema/mobile-action.schema.json +1 -1
- package/messaging/schema/mobile-event.schema.json +1 -1
- package/messaging/schema/web-action.schema.json +1 -1
- package/messaging/schema/web-drawing-command-definitions.md +554 -76
- package/messaging/schema/web-drawing-operation-definitions.md +268 -21
- package/messaging/schema/web-edit-command-definitions.md +52 -9
- package/messaging/schema/web-event.schema.json +1 -1
- package/messaging/schema/web-geocode-operation-definitions.md +1 -1
- package/messaging/schema/web-geometry-command-definitions.md +0 -16
- package/messaging/schema/web-geometry-operation-definitions.md +233 -18
- package/messaging/schema/web-map-command-definitions.md +870 -58
- package/messaging/schema/web-map-operation-definitions.md +8 -0
- package/messaging/schema/web-measurement-command-definitions.md +556 -94
- package/messaging/schema/web-measurement-operation-definitions.md +124 -11
- package/messaging/schema/web-portal-operation-definitions.md +8 -0
- package/messaging/schema/web-printing-operation-definitions.md +1 -1
- package/messaging/schema/web-results-command-definitions.md +3 -3
- package/messaging/schema/web-results-operation-definitions.md +4 -1
- package/messaging/schema/web-system-command-definitions.md +3 -1
- package/messaging/schema/web-system-operation-definitions.md +16 -0
- package/messaging/schema/web-ui-operation-definitions.md +1 -1
- package/package.json +33 -29
- package/version.d.ts +1 -1
- 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
|
}
|