nb-js-client 1.0.2 → 1.0.3

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
@@ -786,6 +786,7 @@ interface ExtensionListParams extends RequestBaseParams {
786
786
  ext_value?: string | null;
787
787
  file_mode?: ExtensionFileMode[];
788
788
  lang?: string;
789
+ tag?: string;
789
790
  }
790
791
 
791
792
  interface FileLocking {
@@ -98,5 +98,6 @@ export interface ExtensionListParams extends RequestBaseParams {
98
98
  ext_value?: string | null;
99
99
  file_mode?: ExtensionFileMode[];
100
100
  lang?: string;
101
+ tag?: string;
101
102
  }
102
103
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nb-js-client",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "main": "dist/bundle.cjs.js",
5
5
  "module": "dist/bundle.esm.js",
6
6
  "files": [