amplify-headless-interface
Advanced tools
Comparing version 1.16.0-cdkv2.1 to 1.16.0-cdkv2.2
@@ -540,3 +540,5 @@ ## API Report File for "amplify-headless-interface" | ||
// (undocumented) | ||
VectorHereExploreTruck = "VectorHereExploreTruck" | ||
VectorHereExploreTruck = "VectorHereExploreTruck", | ||
// (undocumented) | ||
VectorOpenDataStandardLight = "VectorOpenDataStandardLight" | ||
} | ||
@@ -543,0 +545,0 @@ |
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.16.0-cdkv2.2](https://github.com/aws-amplify/amplify-cli/compare/amplify-headless-interface@1.16.0-cdkv2.1...amplify-headless-interface@1.16.0-cdkv2.2) (2022-12-28) | ||
### Features | ||
* **category-geo:** add new map style 2022.12 ([#11621](https://github.com/aws-amplify/amplify-cli/issues/11621)) ([dc60f7d](https://github.com/aws-amplify/amplify-cli/commit/dc60f7d1368b3bb4721f51f2404bf7a8f84075c0)) | ||
# [1.16.0-cdkv2.1](https://github.com/aws-amplify/amplify-cli/compare/amplify-headless-interface@1.16.0-cdkv2.0...amplify-headless-interface@1.16.0-cdkv2.1) (2022-12-13) | ||
@@ -8,0 +19,0 @@ |
@@ -31,4 +31,5 @@ export interface AddGeoRequest { | ||
RasterHereExploreSatellite = "RasterHereExploreSatellite", | ||
HybridHereExploreSatellite = "HybridHereExploreSatellite" | ||
HybridHereExploreSatellite = "HybridHereExploreSatellite", | ||
VectorOpenDataStandardLight = "VectorOpenDataStandardLight" | ||
} | ||
//# sourceMappingURL=add.d.ts.map |
@@ -22,3 +22,4 @@ "use strict"; | ||
MapStyle["HybridHereExploreSatellite"] = "HybridHereExploreSatellite"; | ||
MapStyle["VectorOpenDataStandardLight"] = "VectorOpenDataStandardLight"; | ||
})(MapStyle = exports.MapStyle || (exports.MapStyle = {})); | ||
//# sourceMappingURL=add.js.map |
{ | ||
"name": "amplify-headless-interface", | ||
"version": "1.16.0-cdkv2.1", | ||
"version": "1.16.0-cdkv2.2", | ||
"description": "interfaces for amplify headless mode payloads", | ||
@@ -23,3 +23,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "ba726ce8e41ab9767cb982520de249c541c34bc4" | ||
"gitHead": "ea337bb89334d0c6f8869a27f57718c91f3bbe2b" | ||
} |
@@ -99,3 +99,4 @@ { | ||
"RasterHereExploreSatellite", | ||
"HybridHereExploreSatellite" | ||
"HybridHereExploreSatellite", | ||
"VectorOpenDataStandardLight" | ||
], | ||
@@ -102,0 +103,0 @@ "type": "string" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
200661
3922