@fill-easy/api 1.0.25 → 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 +1 -0
- 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
|