@go-avro/avro-js 0.0.2-beta.161 → 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.
- package/dist/types/api.d.ts +2 -2
- package/package.json +1 -1
package/dist/types/api.d.ts
CHANGED
|
@@ -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
|
-
|
|
450
|
+
payments: PlanPayment[];
|
|
451
451
|
overdue_threshold: number;
|
|
452
452
|
stripe_account_id: string;
|
|
453
453
|
is_restricted: boolean;
|
|
@@ -474,8 +474,8 @@ export interface Company {
|
|
|
474
474
|
balance: number;
|
|
475
475
|
plan_id: string;
|
|
476
476
|
payment_methods: PaymentMethod[];
|
|
477
|
-
autopay_payment_id: string;
|
|
478
477
|
intuit_connected: boolean;
|
|
478
|
+
next_payment_due: number | null;
|
|
479
479
|
}
|
|
480
480
|
export interface RouteJob {
|
|
481
481
|
time_created: number;
|