@fill-easy/api 1.0.24 → 1.0.26
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/openapi.d.ts +6 -2
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -1332,6 +1332,7 @@ export interface components {
|
|
|
1332
1332
|
nameType?: "current" | "old";
|
|
1333
1333
|
/** @description Registered address of the company (when available) */
|
|
1334
1334
|
address?: string;
|
|
1335
|
+
/** @description A list of attributes defining the company's legal structure, registration category, or public/private status as defined by the local jurisdiction. */
|
|
1335
1336
|
registrationDetails: components["schemas"]["registrationDetail"][];
|
|
1336
1337
|
/**
|
|
1337
1338
|
* Format: date
|
|
@@ -3175,8 +3176,11 @@ export interface operations {
|
|
|
3175
3176
|
companyId?: string;
|
|
3176
3177
|
/** @description [ISO 3166 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-2) country code. */
|
|
3177
3178
|
countryCode: components["schemas"]["AutomatedCountry"] | string;
|
|
3178
|
-
/**
|
|
3179
|
-
|
|
3179
|
+
/**
|
|
3180
|
+
* @description Type of document
|
|
3181
|
+
* @default companySearch
|
|
3182
|
+
*/
|
|
3183
|
+
documentType?: string;
|
|
3180
3184
|
/** @description Year of the document */
|
|
3181
3185
|
documentYear?: string | number;
|
|
3182
3186
|
/** @description Specific document ID */
|