@lambda-development/erp-core 0.1.9 → 0.1.11

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.
@@ -184,6 +184,13 @@ export declare const api: {
184
184
  createCompany: (data: {
185
185
  name: string;
186
186
  currency?: string;
187
+ email?: string;
188
+ phone?: string;
189
+ address?: string;
190
+ city?: string;
191
+ zip_code?: string;
192
+ country?: string;
193
+ tax_id?: string;
187
194
  }) => Promise<any>;
188
195
  seedDemo: () => Promise<any>;
189
196
  seedHistory: (data?: {