@go-avro/avro-js 0.0.2-beta.26 → 0.0.2-beta.28

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.
@@ -27,14 +27,14 @@ export declare class AvroQueryClient {
27
27
  amt?: number;
28
28
  knownIds?: string[];
29
29
  unknownIds?: string[];
30
- keyword?: string;
30
+ query?: string;
31
31
  offset?: number;
32
32
  }, cancelToken?: CancelToken, headers?: Record<string, string>): Promise<any>;
33
33
  fetchEvents(companyGuid: string, body?: {
34
34
  amt?: number;
35
35
  knownIds?: string[];
36
36
  unknownIds?: string[];
37
- keyword?: string;
37
+ query?: string;
38
38
  offset?: number;
39
39
  unbilled?: boolean;
40
40
  billed?: boolean;
@@ -45,7 +45,7 @@ export declare class AvroQueryClient {
45
45
  amt?: number;
46
46
  knownIds?: string[];
47
47
  unknownIds?: string[];
48
- keyword?: string;
48
+ query?: string;
49
49
  offset?: number;
50
50
  unbilled?: boolean;
51
51
  billed?: boolean;
@@ -56,7 +56,7 @@ export declare class AvroQueryClient {
56
56
  amt?: number;
57
57
  knownIds?: string[];
58
58
  unknownIds?: string[];
59
- keyword?: string;
59
+ query?: string;
60
60
  offset?: number;
61
61
  paid?: boolean;
62
62
  }, cancelToken?: CancelToken, headers?: Record<string, string>): Promise<any>;
@@ -308,6 +308,7 @@ export interface Bill {
308
308
  customer_email: string | null;
309
309
  manual_emails: string[][];
310
310
  users: BillUser[];
311
+ paid: boolean;
311
312
  paid_at: number;
312
313
  time_created: number;
313
314
  time_updated: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@go-avro/avro-js",
3
- "version": "0.0.2-beta.26",
3
+ "version": "0.0.2-beta.28",
4
4
  "description": "JS client for Avro backend integration.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",