@thera-hr/api-sdk 0.0.1061 → 0.0.1284
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/api/resources/api/resources/index.d.ts +1 -0
- package/api/resources/api/resources/index.js +2 -1
- package/api/resources/api/resources/request/resources/zeal/resources/check/resources/employee/types/EmployeeCheck.d.ts +1 -1
- package/api/resources/api/resources/request/resources/zeal/resources/check/resources/reportingPeriod/types/ReportingPeriod.d.ts +2 -1
- package/api/resources/api/resources/request/resources/zeal/resources/check/resources/reportingPeriod/types/ReportingPeriodPaySchedule.d.ts +10 -0
- package/api/resources/api/resources/request/resources/zeal/resources/check/resources/reportingPeriod/types/ReportingPeriodPaySchedule.js +12 -0
- package/api/resources/api/resources/request/resources/zeal/resources/check/resources/reportingPeriod/types/index.d.ts +1 -0
- package/api/resources/api/resources/request/resources/zeal/resources/check/resources/reportingPeriod/types/index.js +1 -0
- package/api/resources/api/resources/services/resources/file/client/Client.d.ts +1 -0
- package/api/resources/api/resources/services/resources/file/client/Client.js +44 -3
- package/api/resources/api/resources/services/resources/file/types/LoadPayslipForEorEmployeeResponse.d.ts +6 -0
- package/api/resources/api/resources/services/resources/file/types/LoadPayslipForEorEmployeeResponse.js +5 -0
- package/api/resources/api/resources/services/resources/file/types/index.d.ts +1 -0
- package/api/resources/api/resources/services/resources/file/types/index.js +1 -0
- package/api/resources/api/resources/test/resources/invoices/client/Client.js +1 -1
- package/api/resources/api/resources/thera/client/Client.d.ts +6 -0
- package/api/resources/api/resources/thera/client/Client.js +10 -0
- package/api/resources/api/resources/thera/resources/address/index.d.ts +1 -0
- package/api/resources/api/resources/thera/resources/address/index.js +17 -0
- package/api/resources/api/resources/thera/resources/address/resources/address/index.d.ts +1 -0
- package/api/resources/api/resources/thera/resources/address/resources/address/index.js +17 -0
- package/api/resources/api/resources/thera/resources/address/resources/address/types/Address.d.ts +11 -0
- package/api/resources/api/resources/thera/resources/address/resources/address/types/Address.js +5 -0
- package/api/resources/api/resources/thera/resources/address/resources/address/types/index.d.ts +1 -0
- package/api/resources/api/resources/thera/resources/address/resources/address/types/index.js +17 -0
- package/api/resources/api/resources/thera/resources/address/resources/index.d.ts +2 -0
- package/api/resources/api/resources/thera/resources/address/resources/index.js +31 -0
- package/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/client/Client.js +1 -1
- package/api/resources/api/resources/thera/resources/company/client/Client.d.ts +17 -0
- package/api/resources/api/resources/thera/resources/company/client/Client.js +18 -0
- package/api/resources/api/resources/thera/resources/company/client/index.d.ts +1 -0
- package/api/resources/api/resources/thera/resources/company/client/index.js +2 -0
- package/api/resources/api/resources/thera/resources/company/index.d.ts +2 -0
- package/api/resources/api/resources/thera/resources/company/index.js +18 -0
- package/api/resources/api/resources/thera/resources/company/resources/companyApi/index.d.ts +1 -0
- package/api/resources/api/resources/thera/resources/company/resources/companyApi/index.js +17 -0
- package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyPayFrequency.d.ts +10 -0
- package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyPayFrequency.js +12 -0
- package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/index.d.ts +1 -0
- package/api/resources/api/resources/thera/resources/company/resources/companyApi/types/index.js +17 -0
- package/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/client/Client.d.ts +20 -0
- package/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/client/Client.js +92 -0
- package/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/client/index.d.ts +1 -0
- package/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/client/index.js +2 -0
- package/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/index.d.ts +2 -0
- package/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/index.js +18 -0
- package/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/OnboardW2PayrollRequest.d.ts +9 -0
- package/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/OnboardW2PayrollRequest.js +5 -0
- package/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/OnboardW2PayrollSettings.d.ts +7 -0
- package/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/OnboardW2PayrollSettings.js +5 -0
- package/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/OnboardW2PayrollUpdateCompany.d.ts +11 -0
- package/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/OnboardW2PayrollUpdateCompany.js +5 -0
- package/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/index.d.ts +3 -0
- package/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/index.js +19 -0
- package/api/resources/api/resources/thera/resources/company/resources/index.d.ts +4 -0
- package/api/resources/api/resources/thera/resources/company/resources/index.js +33 -0
- package/api/resources/api/resources/thera/resources/index.d.ts +3 -0
- package/api/resources/api/resources/thera/resources/index.js +4 -1
- package/api/resources/api/resources/thera/resources/payroll/client/Client.d.ts +17 -0
- package/api/resources/api/resources/thera/resources/payroll/client/Client.js +18 -0
- package/api/resources/api/resources/thera/resources/payroll/client/index.d.ts +1 -0
- package/api/resources/api/resources/thera/resources/payroll/client/index.js +2 -0
- package/api/resources/api/resources/thera/resources/payroll/index.d.ts +2 -0
- package/api/resources/api/resources/thera/resources/payroll/index.js +18 -0
- package/api/resources/api/resources/thera/resources/payroll/resources/index.d.ts +2 -0
- package/api/resources/api/resources/thera/resources/payroll/resources/index.js +31 -0
- package/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/Client.d.ts +20 -0
- package/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/Client.js +94 -0
- package/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/index.d.ts +1 -0
- package/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/index.js +2 -0
- package/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/index.d.ts +2 -0
- package/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/index.js +18 -0
- package/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/types/ApproveOnCycleChecksResponse.d.ts +6 -0
- package/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/types/ApproveOnCycleChecksResponse.js +5 -0
- package/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/types/index.d.ts +1 -0
- package/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/types/index.js +17 -0
- package/api/resources/api/resources/zeal/index.d.ts +1 -0
- package/api/resources/api/resources/zeal/index.js +17 -0
- package/api/resources/api/resources/zeal/resources/company/index.d.ts +1 -0
- package/api/resources/api/resources/zeal/resources/company/index.js +17 -0
- package/api/resources/api/resources/zeal/resources/company/resources/create/index.d.ts +1 -0
- package/api/resources/api/resources/zeal/resources/company/resources/create/index.js +17 -0
- package/api/resources/api/resources/zeal/resources/company/resources/create/types/ZealCreateCompanyResponse.d.ts +8 -0
- package/api/resources/api/resources/zeal/resources/company/resources/create/types/ZealCreateCompanyResponse.js +5 -0
- package/api/resources/api/resources/zeal/resources/company/resources/create/types/index.d.ts +1 -0
- package/api/resources/api/resources/zeal/resources/company/resources/create/types/index.js +17 -0
- package/api/resources/api/resources/zeal/resources/company/resources/index.d.ts +4 -0
- package/api/resources/api/resources/zeal/resources/company/resources/index.js +33 -0
- package/api/resources/api/resources/zeal/resources/company/resources/model/index.d.ts +1 -0
- package/api/resources/api/resources/zeal/resources/company/resources/model/index.js +17 -0
- package/api/resources/api/resources/zeal/resources/company/resources/model/types/Company.d.ts +7 -0
- package/api/resources/api/resources/zeal/resources/company/resources/model/types/Company.js +5 -0
- package/api/resources/api/resources/zeal/resources/company/resources/model/types/index.d.ts +1 -0
- package/api/resources/api/resources/zeal/resources/company/resources/model/types/index.js +17 -0
- package/api/resources/api/resources/zeal/resources/index.d.ts +1 -0
- package/api/resources/api/resources/zeal/resources/index.js +27 -0
- package/api/resources/db/resources/employment/types/Employment.d.ts +1 -3
- package/api/resources/db/resources/employment/types/EorDetails.d.ts +7 -0
- package/api/resources/db/resources/employment/types/EorDetails.js +5 -0
- package/api/resources/db/resources/employment/types/EorPayslip.d.ts +9 -0
- package/api/resources/db/resources/employment/types/EorPayslip.js +5 -0
- package/api/resources/db/resources/employment/types/index.d.ts +2 -0
- package/api/resources/db/resources/employment/types/index.js +2 -0
- package/dist/api/resources/api/resources/index.d.ts +1 -0
- package/dist/api/resources/api/resources/index.js +2 -1
- package/dist/api/resources/api/resources/request/resources/zeal/resources/check/resources/employee/types/EmployeeCheck.d.ts +1 -1
- package/dist/api/resources/api/resources/request/resources/zeal/resources/check/resources/reportingPeriod/types/ReportingPeriod.d.ts +2 -1
- package/dist/api/resources/api/resources/request/resources/zeal/resources/check/resources/reportingPeriod/types/ReportingPeriodPaySchedule.d.ts +10 -0
- package/dist/api/resources/api/resources/request/resources/zeal/resources/check/resources/reportingPeriod/types/ReportingPeriodPaySchedule.js +12 -0
- package/dist/api/resources/api/resources/request/resources/zeal/resources/check/resources/reportingPeriod/types/index.d.ts +1 -0
- package/dist/api/resources/api/resources/request/resources/zeal/resources/check/resources/reportingPeriod/types/index.js +1 -0
- package/dist/api/resources/api/resources/services/resources/file/client/Client.d.ts +1 -0
- package/dist/api/resources/api/resources/services/resources/file/client/Client.js +44 -3
- package/dist/api/resources/api/resources/services/resources/file/types/LoadPayslipForEorEmployeeResponse.d.ts +6 -0
- package/dist/api/resources/api/resources/services/resources/file/types/LoadPayslipForEorEmployeeResponse.js +5 -0
- package/dist/api/resources/api/resources/services/resources/file/types/index.d.ts +1 -0
- package/dist/api/resources/api/resources/services/resources/file/types/index.js +1 -0
- package/dist/api/resources/api/resources/test/resources/invoices/client/Client.js +1 -1
- package/dist/api/resources/api/resources/thera/client/Client.d.ts +6 -0
- package/dist/api/resources/api/resources/thera/client/Client.js +10 -0
- package/dist/api/resources/api/resources/thera/resources/address/index.d.ts +1 -0
- package/dist/api/resources/api/resources/thera/resources/address/index.js +17 -0
- package/dist/api/resources/api/resources/thera/resources/address/resources/address/index.d.ts +1 -0
- package/dist/api/resources/api/resources/thera/resources/address/resources/address/index.js +17 -0
- package/dist/api/resources/api/resources/thera/resources/address/resources/address/types/Address.d.ts +11 -0
- package/dist/api/resources/api/resources/thera/resources/address/resources/address/types/Address.js +5 -0
- package/dist/api/resources/api/resources/thera/resources/address/resources/address/types/index.d.ts +1 -0
- package/dist/api/resources/api/resources/thera/resources/address/resources/address/types/index.js +17 -0
- package/dist/api/resources/api/resources/thera/resources/address/resources/index.d.ts +2 -0
- package/dist/api/resources/api/resources/thera/resources/address/resources/index.js +31 -0
- package/dist/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/client/Client.js +1 -1
- package/dist/api/resources/api/resources/thera/resources/company/client/Client.d.ts +17 -0
- package/dist/api/resources/api/resources/thera/resources/company/client/Client.js +18 -0
- package/dist/api/resources/api/resources/thera/resources/company/client/index.d.ts +1 -0
- package/dist/api/resources/api/resources/thera/resources/company/client/index.js +2 -0
- package/dist/api/resources/api/resources/thera/resources/company/index.d.ts +2 -0
- package/dist/api/resources/api/resources/thera/resources/company/index.js +18 -0
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/index.d.ts +1 -0
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/index.js +17 -0
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyPayFrequency.d.ts +10 -0
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyPayFrequency.js +12 -0
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/index.d.ts +1 -0
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyApi/types/index.js +17 -0
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/client/Client.d.ts +20 -0
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/client/Client.js +92 -0
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/client/index.d.ts +1 -0
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/client/index.js +2 -0
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/index.d.ts +2 -0
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/index.js +18 -0
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/OnboardW2PayrollRequest.d.ts +9 -0
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/OnboardW2PayrollRequest.js +5 -0
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/OnboardW2PayrollSettings.d.ts +7 -0
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/OnboardW2PayrollSettings.js +5 -0
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/OnboardW2PayrollUpdateCompany.d.ts +11 -0
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/OnboardW2PayrollUpdateCompany.js +5 -0
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/index.d.ts +3 -0
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/index.js +19 -0
- package/dist/api/resources/api/resources/thera/resources/company/resources/index.d.ts +4 -0
- package/dist/api/resources/api/resources/thera/resources/company/resources/index.js +33 -0
- package/dist/api/resources/api/resources/thera/resources/index.d.ts +3 -0
- package/dist/api/resources/api/resources/thera/resources/index.js +4 -1
- package/dist/api/resources/api/resources/thera/resources/payroll/client/Client.d.ts +17 -0
- package/dist/api/resources/api/resources/thera/resources/payroll/client/Client.js +18 -0
- package/dist/api/resources/api/resources/thera/resources/payroll/client/index.d.ts +1 -0
- package/dist/api/resources/api/resources/thera/resources/payroll/client/index.js +2 -0
- package/dist/api/resources/api/resources/thera/resources/payroll/index.d.ts +2 -0
- package/dist/api/resources/api/resources/thera/resources/payroll/index.js +18 -0
- package/dist/api/resources/api/resources/thera/resources/payroll/resources/index.d.ts +2 -0
- package/dist/api/resources/api/resources/thera/resources/payroll/resources/index.js +31 -0
- package/dist/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/Client.d.ts +20 -0
- package/dist/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/Client.js +94 -0
- package/dist/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/index.d.ts +1 -0
- package/dist/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/index.js +2 -0
- package/dist/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/index.d.ts +2 -0
- package/dist/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/index.js +18 -0
- package/dist/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/types/ApproveOnCycleChecksResponse.d.ts +6 -0
- package/dist/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/types/ApproveOnCycleChecksResponse.js +5 -0
- package/dist/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/types/index.d.ts +1 -0
- package/dist/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/types/index.js +17 -0
- package/dist/api/resources/api/resources/zeal/index.d.ts +1 -0
- package/dist/api/resources/api/resources/zeal/index.js +17 -0
- package/dist/api/resources/api/resources/zeal/resources/company/index.d.ts +1 -0
- package/dist/api/resources/api/resources/zeal/resources/company/index.js +17 -0
- package/dist/api/resources/api/resources/zeal/resources/company/resources/create/index.d.ts +1 -0
- package/dist/api/resources/api/resources/zeal/resources/company/resources/create/index.js +17 -0
- package/dist/api/resources/api/resources/zeal/resources/company/resources/create/types/ZealCreateCompanyResponse.d.ts +8 -0
- package/dist/api/resources/api/resources/zeal/resources/company/resources/create/types/ZealCreateCompanyResponse.js +5 -0
- package/dist/api/resources/api/resources/zeal/resources/company/resources/create/types/index.d.ts +1 -0
- package/dist/api/resources/api/resources/zeal/resources/company/resources/create/types/index.js +17 -0
- package/dist/api/resources/api/resources/zeal/resources/company/resources/index.d.ts +4 -0
- package/dist/api/resources/api/resources/zeal/resources/company/resources/index.js +33 -0
- package/dist/api/resources/api/resources/zeal/resources/company/resources/model/index.d.ts +1 -0
- package/dist/api/resources/api/resources/zeal/resources/company/resources/model/index.js +17 -0
- package/dist/api/resources/api/resources/zeal/resources/company/resources/model/types/Company.d.ts +7 -0
- package/dist/api/resources/api/resources/zeal/resources/company/resources/model/types/Company.js +5 -0
- package/dist/api/resources/api/resources/zeal/resources/company/resources/model/types/index.d.ts +1 -0
- package/dist/api/resources/api/resources/zeal/resources/company/resources/model/types/index.js +17 -0
- package/dist/api/resources/api/resources/zeal/resources/index.d.ts +1 -0
- package/dist/api/resources/api/resources/zeal/resources/index.js +27 -0
- package/dist/api/resources/db/resources/employment/types/Employment.d.ts +1 -3
- package/dist/api/resources/db/resources/employment/types/EorDetails.d.ts +7 -0
- package/dist/api/resources/db/resources/employment/types/EorDetails.js +5 -0
- package/dist/api/resources/db/resources/employment/types/EorPayslip.d.ts +9 -0
- package/dist/api/resources/db/resources/employment/types/EorPayslip.js +5 -0
- package/dist/api/resources/db/resources/employment/types/index.d.ts +2 -0
- package/dist/api/resources/db/resources/employment/types/index.js +2 -0
- package/dist/serialization/resources/api/resources/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/index.js +2 -1
- package/dist/serialization/resources/api/resources/request/resources/zeal/resources/check/resources/employee/types/EmployeeCheck.d.ts +1 -1
- package/dist/serialization/resources/api/resources/request/resources/zeal/resources/check/resources/employee/types/EmployeeCheck.js +1 -1
- package/dist/serialization/resources/api/resources/request/resources/zeal/resources/check/resources/reportingPeriod/types/ReportingPeriod.d.ts +1 -1
- package/dist/serialization/resources/api/resources/request/resources/zeal/resources/check/resources/reportingPeriod/types/ReportingPeriod.js +1 -1
- package/dist/serialization/resources/api/resources/request/resources/zeal/resources/check/resources/reportingPeriod/types/ReportingPeriodPaySchedule.d.ts +10 -0
- package/dist/serialization/resources/api/resources/request/resources/zeal/resources/check/resources/reportingPeriod/types/ReportingPeriodPaySchedule.js +31 -0
- package/dist/serialization/resources/api/resources/request/resources/zeal/resources/check/resources/reportingPeriod/types/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/request/resources/zeal/resources/check/resources/reportingPeriod/types/index.js +1 -0
- package/dist/serialization/resources/api/resources/services/resources/file/types/LoadPayslipForEorEmployeeResponse.d.ts +12 -0
- package/dist/serialization/resources/api/resources/services/resources/file/types/LoadPayslipForEorEmployeeResponse.js +33 -0
- package/dist/serialization/resources/api/resources/services/resources/file/types/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/services/resources/file/types/index.js +1 -0
- package/dist/serialization/resources/api/resources/thera/resources/address/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/thera/resources/address/index.js +17 -0
- package/dist/serialization/resources/api/resources/thera/resources/address/resources/address/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/thera/resources/address/resources/address/index.js +17 -0
- package/dist/serialization/resources/api/resources/thera/resources/address/resources/address/types/Address.d.ts +17 -0
- package/dist/serialization/resources/api/resources/thera/resources/address/resources/address/types/Address.js +38 -0
- package/dist/serialization/resources/api/resources/thera/resources/address/resources/address/types/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/thera/resources/address/resources/address/types/index.js +17 -0
- package/dist/serialization/resources/api/resources/thera/resources/address/resources/index.d.ts +2 -0
- package/dist/serialization/resources/api/resources/thera/resources/address/resources/index.js +31 -0
- package/dist/serialization/resources/api/resources/thera/resources/company/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/thera/resources/company/index.js +17 -0
- package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/index.js +17 -0
- package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyPayFrequency.d.ts +10 -0
- package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyPayFrequency.js +31 -0
- package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/index.js +17 -0
- package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/index.js +17 -0
- package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/OnboardW2PayrollRequest.d.ts +14 -0
- package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/OnboardW2PayrollRequest.js +35 -0
- package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/OnboardW2PayrollSettings.d.ts +13 -0
- package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/OnboardW2PayrollSettings.js +34 -0
- package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/OnboardW2PayrollUpdateCompany.d.ts +16 -0
- package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/OnboardW2PayrollUpdateCompany.js +37 -0
- package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/index.d.ts +3 -0
- package/dist/serialization/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/index.js +19 -0
- package/dist/serialization/resources/api/resources/thera/resources/company/resources/index.d.ts +4 -0
- package/dist/serialization/resources/api/resources/thera/resources/company/resources/index.js +33 -0
- package/dist/serialization/resources/api/resources/thera/resources/index.d.ts +3 -0
- package/dist/serialization/resources/api/resources/thera/resources/index.js +4 -1
- package/dist/serialization/resources/api/resources/thera/resources/payroll/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/thera/resources/payroll/index.js +17 -0
- package/dist/serialization/resources/api/resources/thera/resources/payroll/resources/index.d.ts +2 -0
- package/dist/serialization/resources/api/resources/thera/resources/payroll/resources/index.js +31 -0
- package/dist/serialization/resources/api/resources/thera/resources/payroll/resources/oncycleApi/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/thera/resources/payroll/resources/oncycleApi/index.js +17 -0
- package/dist/serialization/resources/api/resources/thera/resources/payroll/resources/oncycleApi/types/ApproveOnCycleChecksResponse.d.ts +12 -0
- package/dist/serialization/resources/api/resources/thera/resources/payroll/resources/oncycleApi/types/ApproveOnCycleChecksResponse.js +33 -0
- package/dist/serialization/resources/api/resources/thera/resources/payroll/resources/oncycleApi/types/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/thera/resources/payroll/resources/oncycleApi/types/index.js +17 -0
- package/dist/serialization/resources/api/resources/zeal/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/zeal/index.js +17 -0
- package/dist/serialization/resources/api/resources/zeal/resources/company/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/zeal/resources/company/index.js +17 -0
- package/dist/serialization/resources/api/resources/zeal/resources/company/resources/create/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/zeal/resources/company/resources/create/index.js +17 -0
- package/dist/serialization/resources/api/resources/zeal/resources/company/resources/create/types/ZealCreateCompanyResponse.d.ts +13 -0
- package/dist/serialization/resources/api/resources/zeal/resources/company/resources/create/types/ZealCreateCompanyResponse.js +34 -0
- package/dist/serialization/resources/api/resources/zeal/resources/company/resources/create/types/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/zeal/resources/company/resources/create/types/index.js +17 -0
- package/dist/serialization/resources/api/resources/zeal/resources/company/resources/index.d.ts +4 -0
- package/dist/serialization/resources/api/resources/zeal/resources/company/resources/index.js +33 -0
- package/dist/serialization/resources/api/resources/zeal/resources/company/resources/model/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/zeal/resources/company/resources/model/index.js +17 -0
- package/dist/serialization/resources/api/resources/zeal/resources/company/resources/model/types/Company.d.ts +13 -0
- package/dist/serialization/resources/api/resources/zeal/resources/company/resources/model/types/Company.js +34 -0
- package/dist/serialization/resources/api/resources/zeal/resources/company/resources/model/types/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/zeal/resources/company/resources/model/types/index.js +17 -0
- package/dist/serialization/resources/api/resources/zeal/resources/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/zeal/resources/index.js +27 -0
- package/dist/serialization/resources/db/resources/employment/types/Employment.d.ts +1 -3
- package/dist/serialization/resources/db/resources/employment/types/Employment.js +1 -3
- package/dist/serialization/resources/db/resources/employment/types/EorDetails.d.ts +12 -0
- package/dist/serialization/resources/db/resources/employment/types/EorDetails.js +33 -0
- package/dist/serialization/resources/db/resources/employment/types/EorPayslip.d.ts +15 -0
- package/dist/serialization/resources/db/resources/employment/types/EorPayslip.js +36 -0
- package/dist/serialization/resources/db/resources/employment/types/index.d.ts +2 -0
- package/dist/serialization/resources/db/resources/employment/types/index.js +2 -0
- package/package.json +1 -1
- package/serialization/resources/api/resources/index.d.ts +1 -0
- package/serialization/resources/api/resources/index.js +2 -1
- package/serialization/resources/api/resources/request/resources/zeal/resources/check/resources/employee/types/EmployeeCheck.d.ts +1 -1
- package/serialization/resources/api/resources/request/resources/zeal/resources/check/resources/employee/types/EmployeeCheck.js +1 -1
- package/serialization/resources/api/resources/request/resources/zeal/resources/check/resources/reportingPeriod/types/ReportingPeriod.d.ts +1 -1
- package/serialization/resources/api/resources/request/resources/zeal/resources/check/resources/reportingPeriod/types/ReportingPeriod.js +1 -1
- package/serialization/resources/api/resources/request/resources/zeal/resources/check/resources/reportingPeriod/types/ReportingPeriodPaySchedule.d.ts +10 -0
- package/serialization/resources/api/resources/request/resources/zeal/resources/check/resources/reportingPeriod/types/ReportingPeriodPaySchedule.js +31 -0
- package/serialization/resources/api/resources/request/resources/zeal/resources/check/resources/reportingPeriod/types/index.d.ts +1 -0
- package/serialization/resources/api/resources/request/resources/zeal/resources/check/resources/reportingPeriod/types/index.js +1 -0
- package/serialization/resources/api/resources/services/resources/file/types/LoadPayslipForEorEmployeeResponse.d.ts +12 -0
- package/serialization/resources/api/resources/services/resources/file/types/LoadPayslipForEorEmployeeResponse.js +33 -0
- package/serialization/resources/api/resources/services/resources/file/types/index.d.ts +1 -0
- package/serialization/resources/api/resources/services/resources/file/types/index.js +1 -0
- package/serialization/resources/api/resources/thera/resources/address/index.d.ts +1 -0
- package/serialization/resources/api/resources/thera/resources/address/index.js +17 -0
- package/serialization/resources/api/resources/thera/resources/address/resources/address/index.d.ts +1 -0
- package/serialization/resources/api/resources/thera/resources/address/resources/address/index.js +17 -0
- package/serialization/resources/api/resources/thera/resources/address/resources/address/types/Address.d.ts +17 -0
- package/serialization/resources/api/resources/thera/resources/address/resources/address/types/Address.js +38 -0
- package/serialization/resources/api/resources/thera/resources/address/resources/address/types/index.d.ts +1 -0
- package/serialization/resources/api/resources/thera/resources/address/resources/address/types/index.js +17 -0
- package/serialization/resources/api/resources/thera/resources/address/resources/index.d.ts +2 -0
- package/serialization/resources/api/resources/thera/resources/address/resources/index.js +31 -0
- package/serialization/resources/api/resources/thera/resources/company/index.d.ts +1 -0
- package/serialization/resources/api/resources/thera/resources/company/index.js +17 -0
- package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/index.d.ts +1 -0
- package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/index.js +17 -0
- package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyPayFrequency.d.ts +10 -0
- package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyPayFrequency.js +31 -0
- package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/index.d.ts +1 -0
- package/serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/index.js +17 -0
- package/serialization/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/index.d.ts +1 -0
- package/serialization/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/index.js +17 -0
- package/serialization/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/OnboardW2PayrollRequest.d.ts +14 -0
- package/serialization/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/OnboardW2PayrollRequest.js +35 -0
- package/serialization/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/OnboardW2PayrollSettings.d.ts +13 -0
- package/serialization/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/OnboardW2PayrollSettings.js +34 -0
- package/serialization/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/OnboardW2PayrollUpdateCompany.d.ts +16 -0
- package/serialization/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/OnboardW2PayrollUpdateCompany.js +37 -0
- package/serialization/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/index.d.ts +3 -0
- package/serialization/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/index.js +19 -0
- package/serialization/resources/api/resources/thera/resources/company/resources/index.d.ts +4 -0
- package/serialization/resources/api/resources/thera/resources/company/resources/index.js +33 -0
- package/serialization/resources/api/resources/thera/resources/index.d.ts +3 -0
- package/serialization/resources/api/resources/thera/resources/index.js +4 -1
- package/serialization/resources/api/resources/thera/resources/payroll/index.d.ts +1 -0
- package/serialization/resources/api/resources/thera/resources/payroll/index.js +17 -0
- package/serialization/resources/api/resources/thera/resources/payroll/resources/index.d.ts +2 -0
- package/serialization/resources/api/resources/thera/resources/payroll/resources/index.js +31 -0
- package/serialization/resources/api/resources/thera/resources/payroll/resources/oncycleApi/index.d.ts +1 -0
- package/serialization/resources/api/resources/thera/resources/payroll/resources/oncycleApi/index.js +17 -0
- package/serialization/resources/api/resources/thera/resources/payroll/resources/oncycleApi/types/ApproveOnCycleChecksResponse.d.ts +12 -0
- package/serialization/resources/api/resources/thera/resources/payroll/resources/oncycleApi/types/ApproveOnCycleChecksResponse.js +33 -0
- package/serialization/resources/api/resources/thera/resources/payroll/resources/oncycleApi/types/index.d.ts +1 -0
- package/serialization/resources/api/resources/thera/resources/payroll/resources/oncycleApi/types/index.js +17 -0
- package/serialization/resources/api/resources/zeal/index.d.ts +1 -0
- package/serialization/resources/api/resources/zeal/index.js +17 -0
- package/serialization/resources/api/resources/zeal/resources/company/index.d.ts +1 -0
- package/serialization/resources/api/resources/zeal/resources/company/index.js +17 -0
- package/serialization/resources/api/resources/zeal/resources/company/resources/create/index.d.ts +1 -0
- package/serialization/resources/api/resources/zeal/resources/company/resources/create/index.js +17 -0
- package/serialization/resources/api/resources/zeal/resources/company/resources/create/types/ZealCreateCompanyResponse.d.ts +13 -0
- package/serialization/resources/api/resources/zeal/resources/company/resources/create/types/ZealCreateCompanyResponse.js +34 -0
- package/serialization/resources/api/resources/zeal/resources/company/resources/create/types/index.d.ts +1 -0
- package/serialization/resources/api/resources/zeal/resources/company/resources/create/types/index.js +17 -0
- package/serialization/resources/api/resources/zeal/resources/company/resources/index.d.ts +4 -0
- package/serialization/resources/api/resources/zeal/resources/company/resources/index.js +33 -0
- package/serialization/resources/api/resources/zeal/resources/company/resources/model/index.d.ts +1 -0
- package/serialization/resources/api/resources/zeal/resources/company/resources/model/index.js +17 -0
- package/serialization/resources/api/resources/zeal/resources/company/resources/model/types/Company.d.ts +13 -0
- package/serialization/resources/api/resources/zeal/resources/company/resources/model/types/Company.js +34 -0
- package/serialization/resources/api/resources/zeal/resources/company/resources/model/types/index.d.ts +1 -0
- package/serialization/resources/api/resources/zeal/resources/company/resources/model/types/index.js +17 -0
- package/serialization/resources/api/resources/zeal/resources/index.d.ts +1 -0
- package/serialization/resources/api/resources/zeal/resources/index.js +27 -0
- package/serialization/resources/db/resources/employment/types/Employment.d.ts +1 -3
- package/serialization/resources/db/resources/employment/types/Employment.js +1 -3
- package/serialization/resources/db/resources/employment/types/EorDetails.d.ts +12 -0
- package/serialization/resources/db/resources/employment/types/EorDetails.js +33 -0
- package/serialization/resources/db/resources/employment/types/EorPayslip.d.ts +15 -0
- package/serialization/resources/db/resources/employment/types/EorPayslip.js +36 -0
- package/serialization/resources/db/resources/employment/types/index.d.ts +2 -0
- package/serialization/resources/db/resources/employment/types/index.js +2 -0
package/dist/api/resources/api/resources/zeal/resources/company/resources/create/types/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./ZealCreateCompanyResponse";
|
package/dist/api/resources/api/resources/zeal/resources/company/resources/create/types/index.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./ZealCreateCompanyResponse"), exports);
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
26
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.model = exports.create = void 0;
|
|
30
|
+
exports.create = __importStar(require("./create"));
|
|
31
|
+
__exportStar(require("./create/types"), exports);
|
|
32
|
+
exports.model = __importStar(require("./model"));
|
|
33
|
+
__exportStar(require("./model/types"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./types";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./types"), exports);
|
package/dist/api/resources/api/resources/zeal/resources/company/resources/model/types/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./Company";
|
package/dist/api/resources/api/resources/zeal/resources/company/resources/model/types/index.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./Company"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * as company from "./company";
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.company = void 0;
|
|
27
|
+
exports.company = __importStar(require("./company"));
|
|
@@ -6,8 +6,6 @@ export interface Employment {
|
|
|
6
6
|
companyId: string;
|
|
7
7
|
employeeUserId: string;
|
|
8
8
|
id: string;
|
|
9
|
-
zealEmployeeId: string;
|
|
10
|
-
zealCompanyId: string;
|
|
11
9
|
jobTitle: string;
|
|
12
10
|
employmentStatus: TheraApi.db.EmploymentStatus;
|
|
13
11
|
startDate: string;
|
|
@@ -21,8 +19,8 @@ export interface Employment {
|
|
|
21
19
|
type: TheraApi.db.EmploymentType;
|
|
22
20
|
contractDocumentType: TheraApi.db.ContractDocumentType;
|
|
23
21
|
contractDocumentId: string;
|
|
24
|
-
contractDocumentsRequired: boolean;
|
|
25
22
|
w2Payroll: TheraApi.db.EmploymentW2PayrollDetails;
|
|
23
|
+
eor: TheraApi.db.EorDetails;
|
|
26
24
|
companySigningAuthorityUserId: string;
|
|
27
25
|
documents: TheraApi.db.EmploymentDocuments;
|
|
28
26
|
}
|
|
@@ -14,6 +14,8 @@ export * from "./EmploymentType";
|
|
|
14
14
|
export * from "./WageType";
|
|
15
15
|
export * from "./EmploymentStatus";
|
|
16
16
|
export * from "./Employment";
|
|
17
|
+
export * from "./EorDetails";
|
|
18
|
+
export * from "./EorPayslip";
|
|
17
19
|
export * from "./EmploymentDocuments";
|
|
18
20
|
export * from "./GenericEmploymentDocument";
|
|
19
21
|
export * from "./ModifyRecurrencesRequest";
|
|
@@ -30,6 +30,8 @@ __exportStar(require("./EmploymentType"), exports);
|
|
|
30
30
|
__exportStar(require("./WageType"), exports);
|
|
31
31
|
__exportStar(require("./EmploymentStatus"), exports);
|
|
32
32
|
__exportStar(require("./Employment"), exports);
|
|
33
|
+
__exportStar(require("./EorDetails"), exports);
|
|
34
|
+
__exportStar(require("./EorPayslip"), exports);
|
|
33
35
|
__exportStar(require("./EmploymentDocuments"), exports);
|
|
34
36
|
__exportStar(require("./GenericEmploymentDocument"), exports);
|
|
35
37
|
__exportStar(require("./ModifyRecurrencesRequest"), exports);
|
|
@@ -23,10 +23,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.thera = exports.test = exports.services = exports.response = exports.request = exports.gusto = void 0;
|
|
26
|
+
exports.zeal = exports.thera = exports.test = exports.services = exports.response = exports.request = exports.gusto = void 0;
|
|
27
27
|
exports.gusto = __importStar(require("./gusto"));
|
|
28
28
|
exports.request = __importStar(require("./request"));
|
|
29
29
|
exports.response = __importStar(require("./response"));
|
|
30
30
|
exports.services = __importStar(require("./services"));
|
|
31
31
|
exports.test = __importStar(require("./test"));
|
|
32
32
|
exports.thera = __importStar(require("./thera"));
|
|
33
|
+
exports.zeal = __importStar(require("./zeal"));
|
|
@@ -32,7 +32,7 @@ exports.EmployeeCheck = core.serialization.object({
|
|
|
32
32
|
employeeCheckId: core.serialization.property("employeeCheckID", core.serialization.string()),
|
|
33
33
|
employerCheckId: core.serialization.property("employerCheckID", core.serialization.string()),
|
|
34
34
|
status: core.serialization.string(),
|
|
35
|
-
isSalary: core.serialization.property("is_salary", core.serialization.
|
|
35
|
+
isSalary: core.serialization.property("is_salary", core.serialization.boolean()),
|
|
36
36
|
employeeId: core.serialization.property("employeeID", core.serialization.string()),
|
|
37
37
|
companyId: core.serialization.property("companyID", core.serialization.string()),
|
|
38
38
|
checkDate: core.serialization.property("check_date", core.serialization.date()),
|
|
@@ -8,7 +8,7 @@ export declare const ReportingPeriod: core.serialization.ObjectSchema<serializer
|
|
|
8
8
|
export declare namespace ReportingPeriod {
|
|
9
9
|
interface Raw {
|
|
10
10
|
reportingPeriodID: string;
|
|
11
|
-
pay_schedule:
|
|
11
|
+
pay_schedule: serializers.api.request.zeal.check.ReportingPeriodPaySchedule.Raw;
|
|
12
12
|
start: string;
|
|
13
13
|
end: string;
|
|
14
14
|
}
|
|
@@ -30,7 +30,7 @@ exports.ReportingPeriod = void 0;
|
|
|
30
30
|
const core = __importStar(require("../../../../../../../../../../../../core"));
|
|
31
31
|
exports.ReportingPeriod = core.serialization.object({
|
|
32
32
|
reportingPeriodId: core.serialization.property("reportingPeriodID", core.serialization.string()),
|
|
33
|
-
paySchedule: core.serialization.property("pay_schedule", core.serialization.
|
|
33
|
+
paySchedule: core.serialization.property("pay_schedule", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../../../../../../..")))).api.request.zeal.check.ReportingPeriodPaySchedule)),
|
|
34
34
|
start: core.serialization.string(),
|
|
35
35
|
end: core.serialization.string(),
|
|
36
36
|
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../../../../../../../..";
|
|
5
|
+
import * as TheraApi from "../../../../../../../../../../../../api";
|
|
6
|
+
import * as core from "../../../../../../../../../../../../core";
|
|
7
|
+
export declare const ReportingPeriodPaySchedule: core.serialization.Schema<serializers.api.request.zeal.check.ReportingPeriodPaySchedule.Raw, TheraApi.api.request.zeal.check.ReportingPeriodPaySchedule>;
|
|
8
|
+
export declare namespace ReportingPeriodPaySchedule {
|
|
9
|
+
type Raw = "weekly" | "biweekly" | "semimonthly" | "monthly";
|
|
10
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.ReportingPeriodPaySchedule = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../../../../../../../core"));
|
|
31
|
+
exports.ReportingPeriodPaySchedule = core.serialization.enum_(["weekly", "biweekly", "semimonthly", "monthly"]);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../../../..";
|
|
5
|
+
import * as TheraApi from "../../../../../../../../api";
|
|
6
|
+
import * as core from "../../../../../../../../core";
|
|
7
|
+
export declare const LoadPayslipForEorEmployeeResponse: core.serialization.ObjectSchema<serializers.api.services.LoadPayslipForEorEmployeeResponse.Raw, TheraApi.api.services.LoadPayslipForEorEmployeeResponse>;
|
|
8
|
+
export declare namespace LoadPayslipForEorEmployeeResponse {
|
|
9
|
+
interface Raw {
|
|
10
|
+
url: string;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.LoadPayslipForEorEmployeeResponse = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../../../core"));
|
|
31
|
+
exports.LoadPayslipForEorEmployeeResponse = core.serialization.object({
|
|
32
|
+
url: core.serialization.string(),
|
|
33
|
+
});
|
|
@@ -15,3 +15,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./LoadGenericDocumentFromEmploymentResponse"), exports);
|
|
18
|
+
__exportStar(require("./LoadPayslipForEorEmployeeResponse"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./resources";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./resources"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./types";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./types"), exports);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../../../../../..";
|
|
5
|
+
import * as TheraApi from "../../../../../../../../../../api";
|
|
6
|
+
import * as core from "../../../../../../../../../../core";
|
|
7
|
+
export declare const Address: core.serialization.ObjectSchema<serializers.api.thera.address.Address.Raw, TheraApi.api.thera.address.Address>;
|
|
8
|
+
export declare namespace Address {
|
|
9
|
+
interface Raw {
|
|
10
|
+
city: string;
|
|
11
|
+
country: string;
|
|
12
|
+
line1: string;
|
|
13
|
+
line2: string;
|
|
14
|
+
postalCode: string;
|
|
15
|
+
state: string;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.Address = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../../../../../core"));
|
|
31
|
+
exports.Address = core.serialization.object({
|
|
32
|
+
city: core.serialization.string(),
|
|
33
|
+
country: core.serialization.string(),
|
|
34
|
+
line1: core.serialization.string(),
|
|
35
|
+
line2: core.serialization.string(),
|
|
36
|
+
postalCode: core.serialization.string(),
|
|
37
|
+
state: core.serialization.string(),
|
|
38
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./Address";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./Address"), exports);
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
26
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.address = void 0;
|
|
30
|
+
exports.address = __importStar(require("./address"));
|
|
31
|
+
__exportStar(require("./address/types"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./resources";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./resources"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./types";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./types"), exports);
|