@erp-galoper/types 1.0.1336 → 1.0.1337
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/openapi.ts +12 -6
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -27454,8 +27454,10 @@ export interface components {
|
|
|
27454
27454
|
startDate: string;
|
|
27455
27455
|
/** Vatdate */
|
|
27456
27456
|
vatDate?: string | null;
|
|
27457
|
-
/**
|
|
27458
|
-
|
|
27457
|
+
/** Financialnumber */
|
|
27458
|
+
FinancialNumber: string;
|
|
27459
|
+
/** Registrationnumber */
|
|
27460
|
+
registrationNumber: string;
|
|
27459
27461
|
/** Email */
|
|
27460
27462
|
email: string;
|
|
27461
27463
|
country: components["schemas"]["CountryCodes"];
|
|
@@ -27501,8 +27503,10 @@ export interface components {
|
|
|
27501
27503
|
startDate: string;
|
|
27502
27504
|
/** Vatdate */
|
|
27503
27505
|
vatDate: string | null;
|
|
27504
|
-
/**
|
|
27505
|
-
|
|
27506
|
+
/** Financialnumber */
|
|
27507
|
+
financialNumber: string;
|
|
27508
|
+
/** Registrationnumber */
|
|
27509
|
+
registrationNumber: string;
|
|
27506
27510
|
/**
|
|
27507
27511
|
* Email
|
|
27508
27512
|
* Format: email
|
|
@@ -27528,8 +27532,10 @@ export interface components {
|
|
|
27528
27532
|
startDate?: string;
|
|
27529
27533
|
/** Vatdate */
|
|
27530
27534
|
vatDate?: string | null;
|
|
27531
|
-
/**
|
|
27532
|
-
|
|
27535
|
+
/** Financialnumber */
|
|
27536
|
+
financialNumber?: string;
|
|
27537
|
+
/** Registrationnumber */
|
|
27538
|
+
registrationNumber?: string;
|
|
27533
27539
|
/**
|
|
27534
27540
|
* Email
|
|
27535
27541
|
* Format: email
|