@centia-io/sdk 0.2.11 → 0.2.12

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.
@@ -3169,7 +3169,11 @@
3169
3169
  expectedStatus: 303
3170
3170
  })).getHeader("Location")) !== null && _res$getHeader2 !== void 0 ? _res$getHeader2 : "" };
3171
3171
  }
3172
- /** Delete a single feature by primary key. */
3172
+ /**
3173
+ * Delete one or more features by primary key. Keys that match are deleted
3174
+ * in one WFS-T transaction; a 404 `CentiaApiError` is thrown only when
3175
+ * none of the keys match.
3176
+ */
3173
3177
  async deleteFeature(schema, table, feature) {
3174
3178
  await this.client.request({
3175
3179
  path: featurePath(schema, table, feature),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@centia-io/sdk",
3
- "version": "0.2.11",
3
+ "version": "0.2.12",
4
4
  "description": "Centia-io TypeScript SDK",
5
5
  "author": "Martin Høgh",
6
6
  "license": "MIT",