@experteam-mx/ngx-services 20.3.6-dev1.0 → 20.3.6-dev1.2
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/index.d.ts
CHANGED
|
@@ -2315,6 +2315,7 @@ interface Location extends LaravelModel {
|
|
|
2315
2315
|
country_zone_id: number | null;
|
|
2316
2316
|
county_name: string;
|
|
2317
2317
|
default_account_id: number | null;
|
|
2318
|
+
default_rpa_account_id: number | null;
|
|
2318
2319
|
email: string | null;
|
|
2319
2320
|
etools_auto_billing_enabled: boolean;
|
|
2320
2321
|
extra_fields: {
|