@go-avro/avro-js 0.0.13 → 0.0.15

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.
@@ -168,6 +168,7 @@ declare module '../client/QueryClient' {
168
168
  useSearchUsers(searchUsername: string): UseQueryResult<User[], StandardError>;
169
169
  useAcceptProposal(proposal_id: string): ReturnType<typeof useMutation<{
170
170
  msg: string;
171
+ bill_id?: string;
171
172
  }, StandardError, {
172
173
  tasks: {
173
174
  id: string;
@@ -18,6 +18,7 @@ declare module '../../types/api/_Event' {
18
18
  additional_charges: AdditionalCharge[];
19
19
  users: UserEvent[];
20
20
  autostart: boolean;
21
+ team_id: string | null;
21
22
  }
22
23
  }
23
24
  export declare class _Event extends LineItem {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@go-avro/avro-js",
3
- "version": "0.0.13",
3
+ "version": "0.0.15",
4
4
  "description": "JS client for Avro backend integration.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",