nb-js-client 0.0.87 → 0.0.88

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/dist/index.d.ts CHANGED
@@ -1015,6 +1015,7 @@ interface ArchiveEndPayload {
1015
1015
  ref_code: string;
1016
1016
  zip_name: string;
1017
1017
  error?: string;
1018
+ divide_id?: number;
1018
1019
  }
1019
1020
 
1020
1021
  declare const BASE_URL_V1 = "/api/v1";
@@ -31,4 +31,5 @@ export interface ArchiveEndPayload {
31
31
  ref_code: string;
32
32
  zip_name: string;
33
33
  error?: string;
34
+ divide_id?: number;
34
35
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nb-js-client",
3
- "version": "0.0.87",
3
+ "version": "0.0.88",
4
4
  "main": "dist/bundle.cjs.js",
5
5
  "module": "dist/bundle.esm.js",
6
6
  "files": [