@vertigis/viewer-spec 46.0.0 → 46.3.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/messaging/registry/Operations.d.ts +2 -0
- package/messaging/registry/Operations.js +1 -1
- package/messaging/registry/app.d.ts +12 -0
- package/messaging/registry/app.js +1 -1
- package/messaging/registry/edit.d.ts +104 -25
- package/messaging/registry/edit.js +1 -1
- package/messaging/registry/system.d.ts +30 -9
- package/messaging/registry/ui.d.ts +1 -1
- package/messaging/schema/common-action.schema.json +484 -1
- package/messaging/schema/common-event.schema.json +36 -0
- package/messaging/schema/mobile-action.schema.json +307 -12
- package/messaging/schema/web-action.schema.json +486 -1
- package/messaging/schema/web-event.schema.json +36 -0
- package/package.json +3 -3
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -321,6 +321,29 @@
|
|
|
321
321
|
},
|
|
322
322
|
"type": "object"
|
|
323
323
|
},
|
|
324
|
+
"@vertigis.arcgis-extensions.mapping._LayerExtension.LayerReference": {
|
|
325
|
+
"additionalProperties": false,
|
|
326
|
+
"description": "Matches an existing layer.",
|
|
327
|
+
"properties": {
|
|
328
|
+
"id": {
|
|
329
|
+
"description": "The layer's ID.",
|
|
330
|
+
"type": "string"
|
|
331
|
+
},
|
|
332
|
+
"path": {
|
|
333
|
+
"description": "The path to the geodatabase used by an MMAP layer. Mobile only.",
|
|
334
|
+
"type": "string"
|
|
335
|
+
},
|
|
336
|
+
"subtype": {
|
|
337
|
+
"description": "The Layer's type, used for Layer types with multiple possible layer extension mappings.",
|
|
338
|
+
"type": "string"
|
|
339
|
+
},
|
|
340
|
+
"title": {
|
|
341
|
+
"description": "The layer's title.",
|
|
342
|
+
"type": "string"
|
|
343
|
+
}
|
|
344
|
+
},
|
|
345
|
+
"type": "object"
|
|
346
|
+
},
|
|
324
347
|
"@vertigis.arcgis-extensions.support.Action.Action": {
|
|
325
348
|
"$ref": "#/definitions/viewer-spec.Action"
|
|
326
349
|
},
|
|
@@ -894,6 +917,75 @@
|
|
|
894
917
|
},
|
|
895
918
|
"type": "object"
|
|
896
919
|
},
|
|
920
|
+
"DisplayAddFeatureArgs": {
|
|
921
|
+
"additionalProperties": false,
|
|
922
|
+
"description": "Arguments for the \"edit.display-add-features\" command. Web only.",
|
|
923
|
+
"properties": {
|
|
924
|
+
"attributes": {
|
|
925
|
+
"description": "Optional layout XML attributes to be used for the transient UI container."
|
|
926
|
+
},
|
|
927
|
+
"editAttachments": {
|
|
928
|
+
"description": "Whether to allow editing of feature attachments.",
|
|
929
|
+
"type": "boolean"
|
|
930
|
+
},
|
|
931
|
+
"editAttributes": {
|
|
932
|
+
"description": "Whether to allow editing of feature attributes.",
|
|
933
|
+
"type": "boolean"
|
|
934
|
+
},
|
|
935
|
+
"editGeometry": {
|
|
936
|
+
"description": "Whether to allow editing of feature geometry.",
|
|
937
|
+
"type": "boolean"
|
|
938
|
+
},
|
|
939
|
+
"editGeometryOptions": {
|
|
940
|
+
"$ref": "#/definitions/EditGeometryOptions",
|
|
941
|
+
"description": "Options for the geometry editing session."
|
|
942
|
+
},
|
|
943
|
+
"featureAttributes": {
|
|
944
|
+
"description": "A collection of attributes to apply to the new feature."
|
|
945
|
+
},
|
|
946
|
+
"geometry": {
|
|
947
|
+
"$ref": "#/definitions/GeometryLike",
|
|
948
|
+
"description": "The geometry to use for the command/operation."
|
|
949
|
+
},
|
|
950
|
+
"icon": {
|
|
951
|
+
"description": "Optional icon that may be used by the transient UI container.",
|
|
952
|
+
"type": "string"
|
|
953
|
+
},
|
|
954
|
+
"layers": {
|
|
955
|
+
"$ref": "#/definitions/LayersLike",
|
|
956
|
+
"description": "Layer(s) to use for the command/operation."
|
|
957
|
+
},
|
|
958
|
+
"maps": {
|
|
959
|
+
"$ref": "MapsLike",
|
|
960
|
+
"description": "Map(s) to use for the command/operation."
|
|
961
|
+
},
|
|
962
|
+
"orientation": {
|
|
963
|
+
"description": "The orientation of the template picker.",
|
|
964
|
+
"enum": [
|
|
965
|
+
"horizontal",
|
|
966
|
+
"vertical"
|
|
967
|
+
],
|
|
968
|
+
"type": "string"
|
|
969
|
+
},
|
|
970
|
+
"parent": {
|
|
971
|
+
"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.",
|
|
972
|
+
"type": "string"
|
|
973
|
+
},
|
|
974
|
+
"showNotifications": {
|
|
975
|
+
"description": "Whether to show UI notifications.",
|
|
976
|
+
"type": "boolean"
|
|
977
|
+
},
|
|
978
|
+
"showTitles": {
|
|
979
|
+
"description": "Whether to show titles on the template picker.",
|
|
980
|
+
"type": "boolean"
|
|
981
|
+
},
|
|
982
|
+
"templateName": {
|
|
983
|
+
"description": "The template to use as a starting point for this feature. Requires a layer. The default or first template will be used if not set.",
|
|
984
|
+
"type": "string"
|
|
985
|
+
}
|
|
986
|
+
},
|
|
987
|
+
"type": "object"
|
|
988
|
+
},
|
|
897
989
|
"DisplayBusyStateArgs": {
|
|
898
990
|
"additionalProperties": false,
|
|
899
991
|
"description": "Arguments for the \"ui.display-busy-state\" args.",
|
|
@@ -959,7 +1051,7 @@
|
|
|
959
1051
|
},
|
|
960
1052
|
"position": {
|
|
961
1053
|
"$ref": "Position",
|
|
962
|
-
"description": "The position of the notification on the screen."
|
|
1054
|
+
"description": "The position of the notification on the screen. Web only."
|
|
963
1055
|
},
|
|
964
1056
|
"title": {
|
|
965
1057
|
"description": "The notification title - only shown for system notifications. Mobile only.",
|
|
@@ -1002,6 +1094,63 @@
|
|
|
1002
1094
|
],
|
|
1003
1095
|
"type": "object"
|
|
1004
1096
|
},
|
|
1097
|
+
"DisplayUpdateFeatureArgs": {
|
|
1098
|
+
"additionalProperties": false,
|
|
1099
|
+
"description": "Arguments for the \"edit.display-update-features\" operation. Web only.",
|
|
1100
|
+
"properties": {
|
|
1101
|
+
"editAttachments": {
|
|
1102
|
+
"description": "Whether to allow editing of feature attachments.",
|
|
1103
|
+
"type": "boolean"
|
|
1104
|
+
},
|
|
1105
|
+
"editAttributes": {
|
|
1106
|
+
"description": "Whether to allow editing of feature attributes.",
|
|
1107
|
+
"type": "boolean"
|
|
1108
|
+
},
|
|
1109
|
+
"editGeometry": {
|
|
1110
|
+
"description": "Whether to allow editing of feature geometry.",
|
|
1111
|
+
"type": "boolean"
|
|
1112
|
+
},
|
|
1113
|
+
"editGeometryOptions": {
|
|
1114
|
+
"$ref": "#/definitions/EditGeometryOptions",
|
|
1115
|
+
"description": "Options for the geometry editing session."
|
|
1116
|
+
},
|
|
1117
|
+
"featureAttributes": {
|
|
1118
|
+
"description": "A collection of attributes to automatically apply to the updated feature."
|
|
1119
|
+
},
|
|
1120
|
+
"features": {
|
|
1121
|
+
"$ref": "#/definitions/FeaturesLike",
|
|
1122
|
+
"description": "Features to use for the command/operation."
|
|
1123
|
+
},
|
|
1124
|
+
"geometry": {
|
|
1125
|
+
"$ref": "#/definitions/GeometryLike",
|
|
1126
|
+
"description": "The geometry to use for the command/operation."
|
|
1127
|
+
},
|
|
1128
|
+
"maps": {
|
|
1129
|
+
"$ref": "MapsLike",
|
|
1130
|
+
"description": "Map(s) to use for the command/operation."
|
|
1131
|
+
},
|
|
1132
|
+
"showNotifications": {
|
|
1133
|
+
"description": "Whether to show UI notifications.",
|
|
1134
|
+
"type": "boolean"
|
|
1135
|
+
}
|
|
1136
|
+
},
|
|
1137
|
+
"type": "object"
|
|
1138
|
+
},
|
|
1139
|
+
"EditCommandArgs": {
|
|
1140
|
+
"additionalProperties": false,
|
|
1141
|
+
"description": "Arguments for the \"edit.add-features\", \"edit.update-features\" and \"edit.delete-features\" commands. Web only.",
|
|
1142
|
+
"properties": {
|
|
1143
|
+
"features": {
|
|
1144
|
+
"$ref": "#/definitions/FeaturesLike",
|
|
1145
|
+
"description": "Features to use for the command/operation."
|
|
1146
|
+
},
|
|
1147
|
+
"showNotifications": {
|
|
1148
|
+
"description": "Whether to show UI notifications.",
|
|
1149
|
+
"type": "boolean"
|
|
1150
|
+
}
|
|
1151
|
+
},
|
|
1152
|
+
"type": "object"
|
|
1153
|
+
},
|
|
1005
1154
|
"EditGeometryArgs": {
|
|
1006
1155
|
"additionalProperties": false,
|
|
1007
1156
|
"description": "Arguments for the \"sketching.edit-geometry\" operation.",
|
|
@@ -1779,6 +1928,54 @@
|
|
|
1779
1928
|
],
|
|
1780
1929
|
"type": "object"
|
|
1781
1930
|
},
|
|
1931
|
+
"LayersLike": {
|
|
1932
|
+
"anyOf": [
|
|
1933
|
+
{
|
|
1934
|
+
"$ref": "#/definitions/esri.Layer"
|
|
1935
|
+
},
|
|
1936
|
+
{
|
|
1937
|
+
"$ref": "esri.SublayerLike"
|
|
1938
|
+
},
|
|
1939
|
+
{
|
|
1940
|
+
"$ref": "#/definitions/@vertigis.arcgis-extensions.mapping._LayerExtension.LayerReference"
|
|
1941
|
+
},
|
|
1942
|
+
{
|
|
1943
|
+
"$ref": "@vertigis.arcgis-extensions.mapping._LayerExtension.LayerExtension"
|
|
1944
|
+
},
|
|
1945
|
+
{
|
|
1946
|
+
"$ref": "@vertigis.arcgis-extensions.mapping._SublayerExtension.SublayerExtension"
|
|
1947
|
+
},
|
|
1948
|
+
{
|
|
1949
|
+
"items": {
|
|
1950
|
+
"anyOf": [
|
|
1951
|
+
{
|
|
1952
|
+
"$ref": "#/definitions/esri.Layer"
|
|
1953
|
+
},
|
|
1954
|
+
{
|
|
1955
|
+
"$ref": "esri.SublayerLike"
|
|
1956
|
+
},
|
|
1957
|
+
{
|
|
1958
|
+
"$ref": "#/definitions/@vertigis.arcgis-extensions.mapping._LayerExtension.LayerReference"
|
|
1959
|
+
},
|
|
1960
|
+
{
|
|
1961
|
+
"$ref": "@vertigis.arcgis-extensions.mapping._LayerExtension.LayerExtension"
|
|
1962
|
+
},
|
|
1963
|
+
{
|
|
1964
|
+
"$ref": "@vertigis.arcgis-extensions.mapping._SublayerExtension.SublayerExtension"
|
|
1965
|
+
},
|
|
1966
|
+
{
|
|
1967
|
+
"type": "string"
|
|
1968
|
+
}
|
|
1969
|
+
]
|
|
1970
|
+
},
|
|
1971
|
+
"type": "array"
|
|
1972
|
+
},
|
|
1973
|
+
{
|
|
1974
|
+
"type": "string"
|
|
1975
|
+
}
|
|
1976
|
+
],
|
|
1977
|
+
"description": "One or more objects that are convertible to layer extensions."
|
|
1978
|
+
},
|
|
1782
1979
|
"LengthUnitsMobile": {
|
|
1783
1980
|
"description": "The units for distance supported by Mobile.",
|
|
1784
1981
|
"enum": [
|
|
@@ -2026,7 +2223,7 @@
|
|
|
2026
2223
|
"description": "An object containing arguments that this command was originally executed with. This property is populated automatically when using a bound action. The URL will be the configured value, and the context is automatically populated as the argument that was passed into the execute method when the command was executed in context."
|
|
2027
2224
|
},
|
|
2028
2225
|
"numberFormatterLocale": {
|
|
2029
|
-
"description": "The locale to use for number token substitution. Accepts a valid locale
|
|
2226
|
+
"description": "The locale to use for number token substitution. Accepts a valid locale code (example: \"en\", \"fr\" or \"de-AT\"), or \"device\" or \"invariant\" which will use the device's current culture or the invariant culture, respectively. Default is invariant culture.",
|
|
2030
2227
|
"type": "string"
|
|
2031
2228
|
},
|
|
2032
2229
|
"url": {
|
|
@@ -2809,6 +3006,40 @@
|
|
|
2809
3006
|
],
|
|
2810
3007
|
"type": "object"
|
|
2811
3008
|
},
|
|
3009
|
+
"WebOpenUrlArgs": {
|
|
3010
|
+
"additionalProperties": false,
|
|
3011
|
+
"description": "VertiGIS Studio Web's arguments for the system.open-url command.",
|
|
3012
|
+
"properties": {
|
|
3013
|
+
"features": {
|
|
3014
|
+
"$ref": "#/definitions/FeaturesLike",
|
|
3015
|
+
"description": "Features to use for the command/operation."
|
|
3016
|
+
},
|
|
3017
|
+
"geometry": {
|
|
3018
|
+
"$ref": "#/definitions/GeometryLike",
|
|
3019
|
+
"description": "The geometry to use for the command/operation."
|
|
3020
|
+
},
|
|
3021
|
+
"layers": {
|
|
3022
|
+
"$ref": "#/definitions/LayersLike",
|
|
3023
|
+
"description": "Layer(s) to use for the command/operation."
|
|
3024
|
+
},
|
|
3025
|
+
"maps": {
|
|
3026
|
+
"$ref": "MapsLike",
|
|
3027
|
+
"description": "Map(s) to use for the command/operation."
|
|
3028
|
+
},
|
|
3029
|
+
"numberFormatterLocale": {
|
|
3030
|
+
"description": "The locale to use for number token substitution. Accepts a valid locale code (example: \"en\", \"fr\" or \"de-AT\"), or \"device\" or \"invariant\" which will use the device's current culture or the invariant culture, respectively. Default is invariant culture.",
|
|
3031
|
+
"type": "string"
|
|
3032
|
+
},
|
|
3033
|
+
"url": {
|
|
3034
|
+
"description": "The URL to open.",
|
|
3035
|
+
"type": "string"
|
|
3036
|
+
}
|
|
3037
|
+
},
|
|
3038
|
+
"required": [
|
|
3039
|
+
"url"
|
|
3040
|
+
],
|
|
3041
|
+
"type": "object"
|
|
3042
|
+
},
|
|
2812
3043
|
"ZoomToViewpointArgs": {
|
|
2813
3044
|
"additionalProperties": false,
|
|
2814
3045
|
"description": "Arguments for the map.zoom-to-viewpoint command.",
|
|
@@ -2843,6 +3074,12 @@
|
|
|
2843
3074
|
],
|
|
2844
3075
|
"type": "object"
|
|
2845
3076
|
},
|
|
3077
|
+
"app.favorite": {
|
|
3078
|
+
"description": "Adds the currently loaded app to the user's Favorites collection.",
|
|
3079
|
+
"enum": [
|
|
3080
|
+
"app.favorite"
|
|
3081
|
+
]
|
|
3082
|
+
},
|
|
2846
3083
|
"app.go-to-app-selector": {
|
|
2847
3084
|
"description": "Returns to the Geocortex Go view where the user can select a different app. Only enabled if the current app was launched through Geocortex Go.",
|
|
2848
3085
|
"enum": [
|
|
@@ -2855,6 +3092,12 @@
|
|
|
2855
3092
|
"app.refresh"
|
|
2856
3093
|
]
|
|
2857
3094
|
},
|
|
3095
|
+
"app.unfavorite": {
|
|
3096
|
+
"description": "Removes the currently loaded app from the user's Favorites collection.",
|
|
3097
|
+
"enum": [
|
|
3098
|
+
"app.unfavorite"
|
|
3099
|
+
]
|
|
3100
|
+
},
|
|
2858
3101
|
"auth.get-current-user": {
|
|
2859
3102
|
"description": "Gets the user that is currently signed into the application.",
|
|
2860
3103
|
"enum": [
|
|
@@ -2967,16 +3210,29 @@
|
|
|
2967
3210
|
"$ref": "#/definitions/AddAttachmentArgs"
|
|
2968
3211
|
},
|
|
2969
3212
|
"edit.add-feature": {
|
|
2970
|
-
"description": "Adds a feature to a particular layer.",
|
|
3213
|
+
"description": "Adds a feature to a particular layer. `Feature[]` and `EditCommandArgs` are not supported on Mobile.",
|
|
2971
3214
|
"enum": [
|
|
2972
3215
|
"edit.add-feature"
|
|
2973
3216
|
]
|
|
2974
3217
|
},
|
|
2975
3218
|
"edit.add-feature:input": {
|
|
2976
|
-
"
|
|
3219
|
+
"anyOf": [
|
|
3220
|
+
{
|
|
3221
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
3222
|
+
},
|
|
3223
|
+
{
|
|
3224
|
+
"$ref": "#/definitions/EditCommandArgs"
|
|
3225
|
+
},
|
|
3226
|
+
{
|
|
3227
|
+
"items": {
|
|
3228
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
3229
|
+
},
|
|
3230
|
+
"type": "array"
|
|
3231
|
+
}
|
|
3232
|
+
]
|
|
2977
3233
|
},
|
|
2978
3234
|
"edit.delete-features": {
|
|
2979
|
-
"description": "Deletes the given feature or features from their feature sources.",
|
|
3235
|
+
"description": "Deletes the given feature or features from their feature sources. `EditCommandArgs` is not supported on Mobile.",
|
|
2980
3236
|
"enum": [
|
|
2981
3237
|
"edit.delete-features"
|
|
2982
3238
|
]
|
|
@@ -2986,6 +3242,9 @@
|
|
|
2986
3242
|
{
|
|
2987
3243
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
2988
3244
|
},
|
|
3245
|
+
{
|
|
3246
|
+
"$ref": "#/definitions/EditCommandArgs"
|
|
3247
|
+
},
|
|
2989
3248
|
{
|
|
2990
3249
|
"items": {
|
|
2991
3250
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
@@ -2995,31 +3254,58 @@
|
|
|
2995
3254
|
]
|
|
2996
3255
|
},
|
|
2997
3256
|
"edit.display-add-feature": {
|
|
2998
|
-
"description": "Display a form for adding a feature.",
|
|
3257
|
+
"description": "Display a form for adding a feature. `DisplayAddFeatureArgs` is not supported on Mobile.",
|
|
2999
3258
|
"enum": [
|
|
3000
3259
|
"edit.display-add-feature"
|
|
3001
3260
|
]
|
|
3002
3261
|
},
|
|
3003
3262
|
"edit.display-add-feature:input": {
|
|
3004
|
-
"
|
|
3263
|
+
"anyOf": [
|
|
3264
|
+
{
|
|
3265
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSource.FeatureSource"
|
|
3266
|
+
},
|
|
3267
|
+
{
|
|
3268
|
+
"$ref": "#/definitions/DisplayAddFeatureArgs"
|
|
3269
|
+
}
|
|
3270
|
+
]
|
|
3005
3271
|
},
|
|
3006
3272
|
"edit.display-update-feature": {
|
|
3007
|
-
"description": "Display a form for updating a feature.",
|
|
3273
|
+
"description": "Display a form for updating a feature. `DisplayUpdateFeatureArgs` is not supported on Mobile.",
|
|
3008
3274
|
"enum": [
|
|
3009
3275
|
"edit.display-update-feature"
|
|
3010
3276
|
]
|
|
3011
3277
|
},
|
|
3012
3278
|
"edit.display-update-feature:input": {
|
|
3013
|
-
"
|
|
3279
|
+
"anyOf": [
|
|
3280
|
+
{
|
|
3281
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
3282
|
+
},
|
|
3283
|
+
{
|
|
3284
|
+
"$ref": "#/definitions/DisplayUpdateFeatureArgs"
|
|
3285
|
+
}
|
|
3286
|
+
]
|
|
3014
3287
|
},
|
|
3015
3288
|
"edit.update-feature": {
|
|
3016
|
-
"description": "Updates a feature.",
|
|
3289
|
+
"description": "Updates a feature. `Feature[]` and `EditCommandArgs` are not supported on Mobile.",
|
|
3017
3290
|
"enum": [
|
|
3018
3291
|
"edit.update-feature"
|
|
3019
3292
|
]
|
|
3020
3293
|
},
|
|
3021
3294
|
"edit.update-feature:input": {
|
|
3022
|
-
"
|
|
3295
|
+
"anyOf": [
|
|
3296
|
+
{
|
|
3297
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
3298
|
+
},
|
|
3299
|
+
{
|
|
3300
|
+
"$ref": "#/definitions/EditCommandArgs"
|
|
3301
|
+
},
|
|
3302
|
+
{
|
|
3303
|
+
"items": {
|
|
3304
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
3305
|
+
},
|
|
3306
|
+
"type": "array"
|
|
3307
|
+
}
|
|
3308
|
+
]
|
|
3023
3309
|
},
|
|
3024
3310
|
"esri.Extent": {
|
|
3025
3311
|
"$ref": "esri/geometry/Extent"
|
|
@@ -13338,13 +13624,16 @@
|
|
|
13338
13624
|
"type": "boolean"
|
|
13339
13625
|
},
|
|
13340
13626
|
"system.open-url": {
|
|
13341
|
-
"description": "Opens a URL, either in the system browser or whatever app is appropriate for the scheme of the URL. If
|
|
13627
|
+
"description": "Opens a URL, either in the system browser or whatever app is appropriate for the scheme of the URL. If {@link Features} are included as context, then the URL may contain substitution tokens in the format {FIELD_NAME} where FIELD_NAME is the name of a field in the first feature in the context. In this case, the {FIELD_NAME} is substituted with value of the FIELD_NAME field from the feature feature in the {@link Features}, e.g. https://www.google.com/search?q={NAME}, where the value of the NAME field in the first feature from the context is 'Jasper National Park' would produce the result https://www.google.com/search?q=Jasper National Park. Zero to many substitution tokens may be included. If maps are included as context, {@link LocationToken} can be used to access properties on the first map's view. In Web, if both layers and maps are included as context, then {@link LayerToken} can be used to access properties on the first layer.",
|
|
13342
13628
|
"enum": [
|
|
13343
13629
|
"system.open-url"
|
|
13344
13630
|
]
|
|
13345
13631
|
},
|
|
13346
13632
|
"system.open-url:input": {
|
|
13347
13633
|
"anyOf": [
|
|
13634
|
+
{
|
|
13635
|
+
"$ref": "#/definitions/WebOpenUrlArgs"
|
|
13636
|
+
},
|
|
13348
13637
|
{
|
|
13349
13638
|
"$ref": "#/definitions/OpenUrlArgs"
|
|
13350
13639
|
},
|
|
@@ -15188,12 +15477,18 @@
|
|
|
15188
15477
|
],
|
|
15189
15478
|
"type": "object"
|
|
15190
15479
|
},
|
|
15480
|
+
{
|
|
15481
|
+
"$ref": "#/definitions/app.favorite"
|
|
15482
|
+
},
|
|
15191
15483
|
{
|
|
15192
15484
|
"$ref": "#/definitions/app.go-to-app-selector"
|
|
15193
15485
|
},
|
|
15194
15486
|
{
|
|
15195
15487
|
"$ref": "#/definitions/app.refresh"
|
|
15196
15488
|
},
|
|
15489
|
+
{
|
|
15490
|
+
"$ref": "#/definitions/app.unfavorite"
|
|
15491
|
+
},
|
|
15197
15492
|
{
|
|
15198
15493
|
"$ref": "#/definitions/auth.sign-in"
|
|
15199
15494
|
},
|