@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.
- package/README.md +2 -1
- package/dist/centia-io-sdk.cjs +5 -1
- package/dist/centia-io-sdk.d.cts +6 -2
- package/dist/centia-io-sdk.d.cts.map +1 -1
- package/dist/centia-io-sdk.d.ts +6 -2
- package/dist/centia-io-sdk.d.ts.map +1 -1
- package/dist/centia-io-sdk.js +5 -1
- package/dist/centia-io-sdk.js.map +1 -1
- package/dist/centia-io-sdk.umd.js +5 -1
- package/package.json +1 -1
|
@@ -3169,7 +3169,11 @@
|
|
|
3169
3169
|
expectedStatus: 303
|
|
3170
3170
|
})).getHeader("Location")) !== null && _res$getHeader2 !== void 0 ? _res$getHeader2 : "" };
|
|
3171
3171
|
}
|
|
3172
|
-
/**
|
|
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),
|