@go-avro/avro-js 0.0.2-beta.61 → 0.0.2-beta.62

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.
@@ -214,6 +214,7 @@ export declare class AvroQueryClient {
214
214
  login(data: {
215
215
  username: string;
216
216
  password: string;
217
+ code?: string;
217
218
  }, cancelToken?: CancelToken): Promise<Boolean>;
218
219
  setTokens(tokens: Tokens): Promise<void>;
219
220
  clearTokens(): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@go-avro/avro-js",
3
- "version": "0.0.2-beta.61",
3
+ "version": "0.0.2-beta.62",
4
4
  "description": "JS client for Avro backend integration.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",