amplify-headless-interface
Advanced tools
Comparing version 1.16.1-stack-mapping-dec-22.0 to 1.17.0-graphql15.0
@@ -508,3 +508,3 @@ ## API Report File for "amplify-headless-interface" | ||
// (undocumented) | ||
serviceName: "Map"; | ||
serviceName: 'Map'; | ||
} | ||
@@ -515,3 +515,3 @@ | ||
// (undocumented) | ||
serviceName: "Map"; | ||
serviceName: 'Map'; | ||
} | ||
@@ -542,3 +542,5 @@ | ||
// (undocumented) | ||
VectorHereExploreTruck = "VectorHereExploreTruck" | ||
VectorHereExploreTruck = "VectorHereExploreTruck", | ||
// (undocumented) | ||
VectorOpenDataStandardLight = "VectorOpenDataStandardLight" | ||
} | ||
@@ -545,0 +547,0 @@ |
@@ -6,10 +6,18 @@ # Change Log | ||
## [1.16.1-stack-mapping-dec-22.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-headless-interface@1.16.0...amplify-headless-interface@1.16.1-stack-mapping-dec-22.0) (2022-12-13) | ||
# [1.17.0-graphql15.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-headless-interface@1.16.0...amplify-headless-interface@1.17.0-graphql15.0) (2022-12-29) | ||
**Note:** Version bump only for package amplify-headless-interface | ||
### Bug Fixes | ||
* automatic lint fixes ([#11636](https://github.com/aws-amplify/amplify-cli/issues/11636)) ([0e7f70b](https://github.com/aws-amplify/amplify-cli/commit/0e7f70befbe72d17dfb11f5fed1c8609a13d4a97)) | ||
### 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](https://github.com/aws-amplify/amplify-cli/compare/amplify-headless-interface@1.15.0...amplify-headless-interface@1.16.0) (2022-11-17) | ||
@@ -16,0 +24,0 @@ |
@@ -13,3 +13,3 @@ export interface AddGeoRequest { | ||
export interface MapConfiguration { | ||
serviceName: "Map"; | ||
serviceName: 'Map'; | ||
mapStyle: MapStyle; | ||
@@ -32,4 +32,5 @@ } | ||
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 |
@@ -1,2 +0,2 @@ | ||
import { AccessType } from "./add"; | ||
import { AccessType } from './add'; | ||
export interface UpdateGeoRequest { | ||
@@ -14,4 +14,4 @@ version: 1; | ||
export interface MapModification { | ||
serviceName: "Map"; | ||
serviceName: 'Map'; | ||
} | ||
//# sourceMappingURL=update.d.ts.map |
{ | ||
"name": "amplify-headless-interface", | ||
"version": "1.16.1-stack-mapping-dec-22.0", | ||
"version": "1.17.0-graphql15.0", | ||
"description": "interfaces for amplify headless mode payloads", | ||
@@ -23,3 +23,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "15854271a7fd903733d88e50aa59ae90fd198079" | ||
"gitHead": "a870ec62056ad90d3fdd4e85749158d981e8a7af" | ||
} |
@@ -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
199550
3922