docpouch-client 0.8.11 → 0.8.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -176,6 +176,7 @@ export interface I_StructureCreation {
176
176
  fields: I_StructureField[];
177
177
  }
178
178
  export interface I_StructureUpdate {
179
+ _id?: string;
179
180
  name?: string;
180
181
  description?: string;
181
182
  fields?: I_StructureField[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "docpouch-client",
3
- "version": "0.8.11",
3
+ "version": "0.8.12",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {