-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add overwrite and isView options #1175
Merged
gavinr-maps
merged 3 commits into
Esri:main
from
gavinr-maps:isView-add-ICreateServiceOptions
Dec 17, 2024
Merged
feat: add overwrite and isView options #1175
gavinr-maps
merged 3 commits into
Esri:main
from
gavinr-maps:isView-add-ICreateServiceOptions
Dec 17, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
added overwrite and isView options to ICreateServiceOptions, per https://developers.arcgis.com/rest/users-groups-and-items/create-service/#request-parameters
patrickarlt
pushed a commit
to gavinr-maps/arcgis-rest-js
that referenced
this pull request
Dec 17, 2024
# @esri/arcgis-rest-feature-service [4.1.0](https://github.com/Esri/arcgis-rest-js/compare/@esri/arcgis-rest-feature-service@4.0.6...@esri/arcgis-rest-feature-service@4.1.0) (2024-12-17) ### Features * add overwrite and isView options ([Esri#1175](Esri#1175)) ([949e341](Esri@949e341))
gavinr-maps
pushed a commit
to gavinr-maps/arcgis-rest-js
that referenced
this pull request
Jan 23, 2025
# [4.5.0](https://github.com/Esri/arcgis-rest-js/compare/@esri/arcgis-rest-portal@4.4.1...@esri/arcgis-rest-portal@4.5.0) (2025-01-23) ### Bug Fixes * geocoder demo on windows [Esri#1140](Esri#1140) ([Esri#1177](Esri#1177)) ([bfd7ce9](Esri@bfd7ce9)) * migrate to esm.run ([Esri#1176](Esri#1176)) ([2323340](Esri@2323340)) * small change to trigger a catch-up release ([Esri#1169](Esri#1169)) ([650bca1](Esri@650bca1)) ### Features * add overwrite and isView options ([Esri#1175](Esri#1175)) ([949e341](Esri@949e341)) * Allow arcgis rest places package to use dev endpoints ([Esri#1170](Esri#1170)) ([d0ca26d](Esri@d0ca26d)) * make API keys work with all portal methods ([Esri#1186](Esri#1186)) ([1972413](Esri@1972413))
gavinr-maps
pushed a commit
to gavinr-maps/arcgis-rest-js
that referenced
this pull request
Jan 23, 2025
# [4.3.0](https://github.com/Esri/arcgis-rest-js/compare/@esri/arcgis-rest-request@4.2.3...@esri/arcgis-rest-request@4.3.0) (2025-01-23) ### Bug Fixes * geocoder demo on windows [Esri#1140](Esri#1140) ([Esri#1177](Esri#1177)) ([bfd7ce9](Esri@bfd7ce9)) * migrate to esm.run ([Esri#1176](Esri#1176)) ([2323340](Esri@2323340)) * small change to trigger a catch-up release ([Esri#1165](Esri#1165)) ([73aa677](Esri@73aa677)) * small change to trigger a catch-up release ([Esri#1166](Esri#1166)) ([26c33b1](Esri@26c33b1)) * small change to trigger a catch-up release ([Esri#1167](Esri#1167)) ([42fb211](Esri@42fb211)) * small change to trigger a catch-up release ([Esri#1168](Esri#1168)) ([5417fa7](Esri@5417fa7)) * small change to trigger a catch-up release ([Esri#1169](Esri#1169)) ([650bca1](Esri@650bca1)) ### Features * add overwrite and isView options ([Esri#1175](Esri#1175)) ([949e341](Esri@949e341)) * Allow arcgis rest places package to use dev endpoints ([Esri#1170](Esri#1170)) ([d0ca26d](Esri@d0ca26d)) * make API keys work with all portal methods ([Esri#1186](Esri#1186)) ([1972413](Esri@1972413))
patrickarlt
pushed a commit
to BrunoCaimar/arcgis-rest-js
that referenced
this pull request
Jan 31, 2025
added overwrite and isView options to ICreateServiceOptions, per https://developers.arcgis.com/rest/users-groups-and-items/create-service/#request-parameters
patrickarlt
pushed a commit
to BrunoCaimar/arcgis-rest-js
that referenced
this pull request
Jan 31, 2025
# @esri/arcgis-rest-feature-service [4.1.0](https://github.com/Esri/arcgis-rest-js/compare/@esri/arcgis-rest-feature-service@4.0.6...@esri/arcgis-rest-feature-service@4.1.0) (2024-12-17) ### Features * add overwrite and isView options ([Esri#1175](Esri#1175)) ([949e341](Esri@949e341))
patrickarlt
added a commit
that referenced
this pull request
Jan 31, 2025
* fix: places api - add icon param * chore: update open API types and doc * docs: update docs with link to spec doc * Update packages/arcgis-rest-places/README.md Co-authored-by: Gavin Rehkemper <grehkemper@esri.com> * feat: add overwrite and isView options (#1175) added overwrite and isView options to ICreateServiceOptions, per https://developers.arcgis.com/rest/users-groups-and-items/create-service/#request-parameters * chore(release): 4.1.0 [skip ci] # @esri/arcgis-rest-feature-service [4.1.0](https://github.com/Esri/arcgis-rest-js/compare/@esri/arcgis-rest-feature-service@4.0.6...@esri/arcgis-rest-feature-service@4.1.0) (2024-12-17) ### Features * add overwrite and isView options ([#1175](#1175)) ([949e341](949e341)) * docs: reference correct classes (#1183) * chore: update open API types and doc * docs: update docs with link to spec doc * Update packages/arcgis-rest-places/README.md Co-authored-by: Gavin Rehkemper <grehkemper@esri.com> * chore: update package-lock for merge --------- Co-authored-by: Bruno Caimar <bruno.caimar@gmail.com> Co-authored-by: Gavin Rehkemper <grehkemper@esri.com> Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
gavinr-maps
pushed a commit
to gavinr-maps/arcgis-rest-js
that referenced
this pull request
Feb 14, 2025
# @esri/arcgis-rest-places [1.2.0](https://github.com/Esri/arcgis-rest-js/compare/@esri/arcgis-rest-places@1.1.0...@esri/arcgis-rest-places@1.2.0) (2025-02-10) ### Features * **arcgis-rest-places:** places api - add icon param ([203821d](Esri@203821d)), closes [Esri#1175](Esri#1175) [Esri#1175](Esri#1175) [Esri#1183](Esri#1183)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
added overwrite and isView options to ICreateServiceOptions, per https://developers.arcgis.com/rest/users-groups-and-items/create-service/#request-parameters