@go-avro/avro-js 0.0.2-beta.162 → 0.0.2-beta.163

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.
@@ -447,7 +447,7 @@ export interface Company {
447
447
  use_client_side_employee_stop_billing: boolean;
448
448
  logo_url: string;
449
449
  delay_scalar: number;
450
- incomplete_payments: PlanPayment[];
450
+ payments: PlanPayment[];
451
451
  overdue_threshold: number;
452
452
  stripe_account_id: string;
453
453
  is_restricted: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@go-avro/avro-js",
3
- "version": "0.0.2-beta.162",
3
+ "version": "0.0.2-beta.163",
4
4
  "description": "JS client for Avro backend integration.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",