@digiteers/uloba3-sdk 2.0.0 → 2.0.1

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/types.d.ts CHANGED
@@ -19441,9 +19441,9 @@ export interface paths {
19441
19441
  worker_address_country?: string;
19442
19442
  /** @description Norwegian bank account number */
19443
19443
  worker_bank_account: string;
19444
- worker_emergency_contact_name: string;
19445
- worker_emergency_contact_phone: string;
19446
- worker_emergency_contact_relation: string;
19444
+ worker_emergency_contact_name?: string;
19445
+ worker_emergency_contact_phone?: string;
19446
+ worker_emergency_contact_relation?: string;
19447
19447
  worker_has_previous_employment: boolean;
19448
19448
  worker_previous_employment_details?: string;
19449
19449
  worker_has_prior_assistant_experience: boolean;