@thera-hr/api-sdk 0.0.1002 → 0.0.1246
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/client/Client.d.ts +3 -0
- package/api/resources/api/client/Client.js +5 -0
- package/api/resources/api/resources/gusto/resources/index.d.ts +2 -0
- package/{dist/api/resources/db/resources/test → api/resources/api/resources/gusto}/resources/index.js +3 -3
- package/api/resources/api/resources/gusto/resources/oauthToken/types/GrantType.d.ts +8 -0
- package/{dist/api/resources/db/resources/test/resources/employment/types/FernMilestoneStatus.js → api/resources/api/resources/gusto/resources/oauthToken/types/GrantType.js} +4 -4
- package/api/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthRefreshAccessTokenRequest.d.ts +11 -0
- package/api/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthRefreshTokenResponse.d.ts +11 -0
- package/api/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthStrictAccessTokenRequest.d.ts +11 -0
- package/api/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthStrictTokenResponse.d.ts +10 -0
- package/api/resources/api/resources/gusto/resources/oauthToken/types/index.d.ts +5 -0
- package/api/resources/api/resources/gusto/resources/oauthToken/types/index.js +21 -0
- package/api/resources/api/resources/index.d.ts +4 -1
- package/api/resources/api/resources/index.js +5 -2
- 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/index.d.ts +1 -1
- package/api/resources/api/resources/services/index.js +1 -1
- 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 +43 -2
- package/api/resources/api/resources/services/resources/file/index.d.ts +1 -0
- package/api/resources/api/resources/services/resources/file/index.js +1 -0
- package/api/resources/api/resources/services/resources/file/types/LoadGenericDocumentFromEmploymentResponse.d.ts +6 -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 +17 -0
- package/api/resources/api/resources/services/resources/index.d.ts +1 -0
- package/api/resources/api/resources/services/resources/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 +23 -0
- package/api/resources/api/resources/thera/client/Client.js +28 -0
- package/api/resources/api/resources/thera/client/index.d.ts +1 -0
- package/api/resources/api/resources/thera/client/index.js +2 -0
- package/api/resources/api/resources/thera/index.d.ts +2 -0
- package/api/resources/api/resources/thera/index.js +18 -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/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/{dist/serialization/resources/db/resources/test → api/resources/api/resources/thera/resources/address}/resources/index.js +3 -3
- package/api/resources/api/resources/thera/resources/authentication/client/Client.d.ts +17 -0
- package/api/resources/api/resources/thera/resources/authentication/client/Client.js +18 -0
- package/api/resources/api/resources/thera/resources/authentication/client/index.d.ts +1 -0
- package/api/resources/api/resources/thera/resources/authentication/client/index.js +2 -0
- package/api/resources/api/resources/thera/resources/authentication/index.d.ts +2 -0
- package/api/resources/api/resources/thera/resources/authentication/index.js +18 -0
- package/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/client/Client.d.ts +17 -0
- package/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/client/Client.js +91 -0
- package/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/client/index.d.ts +1 -0
- package/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/client/index.js +2 -0
- package/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/index.d.ts +2 -0
- package/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/index.js +18 -0
- package/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/types/GustoAccessTokenResponse.d.ts +9 -0
- package/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/types/index.d.ts +1 -0
- package/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/types/index.js +17 -0
- package/api/resources/api/resources/thera/resources/authentication/resources/index.d.ts +2 -0
- package/api/resources/api/resources/thera/resources/authentication/resources/index.js +31 -0
- 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/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/OnboardW2PayrollSettings.d.ts +7 -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/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 +4 -0
- package/api/resources/api/resources/thera/resources/index.js +30 -0
- 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/{db/resources/test → api/resources/thera/resources/payroll}/resources/index.js +3 -3
- 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/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/resources/company/resources/create/types/ZealCreateCompanyResponse.d.ts +8 -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/{db/resources/test/resources/employment/types/FernDeduction.d.ts → api/resources/zeal/resources/company/resources/model/types/Company.d.ts} +3 -2
- 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/{serialization/resources/db/resources/test/resources/employment/types/FernMilestoneStatus.js → api/resources/api/resources/zeal/resources/index.js} +2 -6
- package/api/resources/db/resources/employment/types/Employment.d.ts +1 -3
- package/api/resources/db/resources/employment/types/EmploymentDocuments.d.ts +2 -1
- package/api/resources/db/resources/employment/types/EorDetails.d.ts +7 -0
- package/api/resources/db/resources/employment/types/EorPayslip.d.ts +9 -0
- package/{dist/api/resources/db/resources/test/resources/employment/types/FernReimbursement.d.ts → api/resources/db/resources/employment/types/GenericEmploymentDocument.d.ts} +2 -2
- package/api/resources/db/resources/employment/types/index.d.ts +3 -0
- package/api/resources/db/resources/employment/types/index.js +3 -0
- package/api/resources/db/resources/gustoAuth/index.d.ts +1 -0
- package/api/resources/db/resources/gustoAuth/index.js +17 -0
- package/api/resources/db/resources/gustoAuth/types/GustoAuth.d.ts +9 -0
- package/api/resources/db/resources/gustoAuth/types/index.d.ts +1 -0
- package/api/resources/db/resources/gustoAuth/types/index.js +17 -0
- package/api/resources/db/resources/index.d.ts +2 -1
- package/api/resources/db/resources/index.js +3 -2
- package/dist/api/resources/api/client/Client.d.ts +3 -0
- package/dist/api/resources/api/client/Client.js +5 -0
- package/dist/api/resources/api/resources/gusto/index.d.ts +1 -0
- package/dist/api/resources/api/resources/gusto/index.js +17 -0
- package/dist/api/resources/api/resources/gusto/resources/index.d.ts +2 -0
- package/{serialization/resources/db/resources/test → dist/api/resources/api/resources/gusto}/resources/index.js +3 -3
- package/dist/api/resources/api/resources/gusto/resources/oauthToken/index.d.ts +1 -0
- package/dist/api/resources/api/resources/gusto/resources/oauthToken/index.js +17 -0
- package/dist/api/resources/api/resources/gusto/resources/oauthToken/types/GrantType.d.ts +8 -0
- package/{api/resources/db/resources/test/resources/employment/types/FernEmploymentStatus.js → dist/api/resources/api/resources/gusto/resources/oauthToken/types/GrantType.js} +4 -4
- package/dist/api/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthRefreshAccessTokenRequest.d.ts +11 -0
- package/dist/api/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthRefreshTokenResponse.d.ts +11 -0
- package/dist/api/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthStrictAccessTokenRequest.d.ts +11 -0
- package/dist/api/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthStrictTokenResponse.d.ts +10 -0
- package/dist/api/resources/api/resources/gusto/resources/oauthToken/types/index.d.ts +5 -0
- package/dist/api/resources/api/resources/gusto/resources/oauthToken/types/index.js +21 -0
- package/dist/api/resources/api/resources/index.d.ts +4 -1
- package/dist/api/resources/api/resources/index.js +5 -2
- 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/index.d.ts +1 -1
- package/dist/api/resources/api/resources/services/index.js +1 -1
- 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 +43 -2
- package/dist/api/resources/api/resources/services/resources/file/index.d.ts +1 -0
- package/dist/api/resources/api/resources/services/resources/file/index.js +1 -0
- package/dist/api/resources/api/resources/services/resources/file/types/LoadGenericDocumentFromEmploymentResponse.d.ts +6 -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 +17 -0
- package/dist/api/resources/api/resources/services/resources/index.d.ts +1 -0
- package/dist/api/resources/api/resources/services/resources/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 +23 -0
- package/dist/api/resources/api/resources/thera/client/Client.js +28 -0
- package/dist/api/resources/api/resources/thera/client/index.d.ts +1 -0
- package/dist/api/resources/api/resources/thera/client/index.js +2 -0
- package/dist/api/resources/api/resources/thera/index.d.ts +2 -0
- package/dist/api/resources/api/resources/thera/index.js +18 -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/client/Client.d.ts +17 -0
- package/dist/api/resources/api/resources/thera/resources/authentication/client/Client.js +18 -0
- package/dist/api/resources/api/resources/thera/resources/authentication/client/index.d.ts +1 -0
- package/dist/api/resources/api/resources/thera/resources/authentication/client/index.js +2 -0
- package/dist/api/resources/api/resources/thera/resources/authentication/index.d.ts +2 -0
- package/dist/api/resources/api/resources/thera/resources/authentication/index.js +18 -0
- package/dist/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/client/Client.d.ts +17 -0
- package/dist/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/client/Client.js +91 -0
- package/dist/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/client/index.d.ts +1 -0
- package/dist/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/client/index.js +2 -0
- package/dist/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/index.d.ts +2 -0
- package/dist/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/index.js +18 -0
- package/dist/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/types/GustoAccessTokenResponse.d.ts +9 -0
- package/dist/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/types/GustoAccessTokenResponse.js +5 -0
- package/dist/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/types/index.d.ts +1 -0
- package/dist/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/types/index.js +17 -0
- package/dist/api/resources/api/resources/thera/resources/authentication/resources/index.d.ts +2 -0
- package/dist/api/resources/api/resources/thera/resources/authentication/resources/index.js +31 -0
- 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 +4 -0
- package/dist/api/resources/api/resources/thera/resources/index.js +30 -0
- 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/{api/resources/db/resources/test/resources/employment/types/FernPerPaycheckFrequency.d.ts → dist/api/resources/api/resources/zeal/resources/company/resources/model/types/Company.d.ts} +3 -2
- 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/{serialization/resources/db/resources/test/resources/employment/types/FernMilestoneStatus.js → api/resources/api/resources/zeal/resources/index.js} +2 -6
- package/dist/api/resources/db/resources/employment/types/Employment.d.ts +1 -3
- package/dist/api/resources/db/resources/employment/types/EmploymentDocuments.d.ts +2 -1
- 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/{api/resources/db/resources/test/resources/employment/types/FernReimbursement.d.ts → dist/api/resources/db/resources/employment/types/GenericEmploymentDocument.d.ts} +2 -2
- package/dist/api/resources/db/resources/employment/types/GenericEmploymentDocument.js +5 -0
- package/dist/api/resources/db/resources/employment/types/index.d.ts +3 -0
- package/dist/api/resources/db/resources/employment/types/index.js +3 -0
- package/dist/api/resources/db/resources/gustoAuth/index.d.ts +1 -0
- package/dist/api/resources/db/resources/gustoAuth/index.js +17 -0
- package/dist/api/resources/db/resources/gustoAuth/types/GustoAuth.d.ts +9 -0
- package/dist/api/resources/db/resources/gustoAuth/types/GustoAuth.js +5 -0
- package/dist/api/resources/db/resources/gustoAuth/types/index.d.ts +1 -0
- package/dist/api/resources/db/resources/gustoAuth/types/index.js +17 -0
- package/dist/api/resources/db/resources/index.d.ts +2 -1
- package/dist/api/resources/db/resources/index.js +3 -2
- package/dist/serialization/resources/api/resources/gusto/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/gusto/index.js +17 -0
- package/dist/serialization/resources/api/resources/gusto/resources/index.d.ts +2 -0
- package/dist/serialization/resources/api/resources/gusto/resources/index.js +31 -0
- package/dist/serialization/resources/api/resources/gusto/resources/oauthToken/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/gusto/resources/oauthToken/index.js +17 -0
- package/{serialization/resources/db/resources/test/resources/employment/types/FernWageType.d.ts → dist/serialization/resources/api/resources/gusto/resources/oauthToken/types/GrantType.d.ts} +3 -3
- package/{serialization/resources/db/resources/test/resources/employment/types/FernWageType.js → dist/serialization/resources/api/resources/gusto/resources/oauthToken/types/GrantType.js} +2 -2
- package/dist/serialization/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthRefreshAccessTokenRequest.d.ts +16 -0
- package/dist/serialization/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthRefreshAccessTokenRequest.js +37 -0
- package/dist/serialization/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthRefreshTokenResponse.d.ts +17 -0
- package/{serialization/resources/db/resources/test/resources/employment/types/FernEmploymentW2PayrollDetails.js → dist/serialization/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthRefreshTokenResponse.js} +8 -3
- package/dist/serialization/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthStrictAccessTokenRequest.d.ts +16 -0
- package/dist/serialization/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthStrictAccessTokenRequest.js +37 -0
- package/dist/serialization/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthStrictTokenResponse.d.ts +16 -0
- package/dist/serialization/resources/{db/resources/test/resources/employment/types/FernFrequency.js → api/resources/gusto/resources/oauthToken/types/GustoOAuthStrictTokenResponse.js} +7 -8
- package/dist/serialization/resources/api/resources/gusto/resources/oauthToken/types/index.d.ts +5 -0
- package/dist/serialization/resources/api/resources/gusto/resources/oauthToken/types/index.js +21 -0
- package/dist/serialization/resources/api/resources/index.d.ts +4 -1
- package/dist/serialization/resources/api/resources/index.js +5 -2
- 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/{db/resources/test/resources/employment/types/FernContractDocumentType.js → api/resources/request/resources/zeal/resources/check/resources/reportingPeriod/types/ReportingPeriodPaySchedule.js} +3 -3
- 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/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/services/resources/file/index.js +1 -0
- package/dist/serialization/resources/api/resources/services/resources/file/types/LoadGenericDocumentFromEmploymentResponse.d.ts +12 -0
- package/dist/serialization/resources/{db/resources/test/resources/employment/types/FernPerPaycheckFrequency.js → api/resources/services/resources/file/types/LoadGenericDocumentFromEmploymentResponse.js} +3 -3
- 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 +17 -0
- package/dist/serialization/resources/api/resources/services/resources/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/services/resources/index.js +1 -0
- package/dist/serialization/resources/api/resources/thera/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/thera/index.js +17 -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/{db/resources/test/resources/employment/types/FernMilestoneDetails.js → api/resources/thera/resources/address/resources/address/types/Address.js} +9 -4
- 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/authentication/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/thera/resources/authentication/index.js +17 -0
- package/dist/serialization/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/index.js +17 -0
- package/dist/serialization/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/types/GustoAccessTokenResponse.d.ts +14 -0
- package/dist/serialization/resources/{db/resources/test/resources/employment/types/FernEmploymentW2PayrollDetails.js → api/resources/thera/resources/authentication/resources/gustoAuthentication/types/GustoAccessTokenResponse.js} +6 -4
- package/dist/serialization/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/types/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/types/index.js +17 -0
- package/dist/serialization/resources/api/resources/thera/resources/authentication/resources/index.d.ts +2 -0
- package/dist/serialization/resources/api/resources/thera/resources/authentication/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/{db/resources/test/resources/employment/types/FernEmploymentStatus.js → api/resources/thera/resources/company/resources/companyApi/types/CompanyPayFrequency.js} +3 -3
- 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/{serialization/resources/db/resources/test/resources/employment/types/FernEarning.js → dist/serialization/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/types/OnboardW2PayrollRequest.js} +6 -9
- 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 +4 -0
- package/dist/serialization/resources/api/resources/thera/resources/index.js +30 -0
- 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/EmploymentDocuments.d.ts +1 -1
- package/dist/serialization/resources/db/resources/employment/types/EmploymentDocuments.js +1 -1
- 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/GenericEmploymentDocument.d.ts +13 -0
- package/{serialization/resources/db/resources/test/resources/employment/types/FernReimbursement.js → dist/serialization/resources/db/resources/employment/types/GenericEmploymentDocument.js} +4 -4
- package/dist/serialization/resources/db/resources/employment/types/index.d.ts +3 -0
- package/dist/serialization/resources/db/resources/employment/types/index.js +3 -0
- package/dist/serialization/resources/db/resources/gustoAuth/index.d.ts +1 -0
- package/dist/serialization/resources/db/resources/gustoAuth/index.js +17 -0
- package/dist/serialization/resources/db/resources/gustoAuth/types/GustoAuth.d.ts +15 -0
- package/dist/serialization/resources/db/resources/gustoAuth/types/GustoAuth.js +36 -0
- package/dist/serialization/resources/db/resources/gustoAuth/types/index.d.ts +1 -0
- package/dist/serialization/resources/db/resources/gustoAuth/types/index.js +17 -0
- package/dist/serialization/resources/db/resources/index.d.ts +2 -1
- package/dist/serialization/resources/db/resources/index.js +3 -2
- package/package.json +1 -1
- package/serialization/resources/api/resources/gusto/index.d.ts +1 -0
- package/serialization/resources/api/resources/gusto/index.js +17 -0
- package/serialization/resources/api/resources/gusto/resources/index.d.ts +2 -0
- package/serialization/resources/api/resources/gusto/resources/index.js +31 -0
- package/serialization/resources/api/resources/gusto/resources/oauthToken/index.d.ts +1 -0
- package/serialization/resources/api/resources/gusto/resources/oauthToken/index.js +17 -0
- package/{dist/serialization/resources/db/resources/test/resources/employment/types/FernWageType.d.ts → serialization/resources/api/resources/gusto/resources/oauthToken/types/GrantType.d.ts} +3 -3
- package/{dist/serialization/resources/db/resources/test/resources/employment/types/FernWageType.js → serialization/resources/api/resources/gusto/resources/oauthToken/types/GrantType.js} +2 -2
- package/serialization/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthRefreshAccessTokenRequest.d.ts +16 -0
- package/serialization/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthRefreshAccessTokenRequest.js +37 -0
- package/serialization/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthRefreshTokenResponse.d.ts +17 -0
- package/serialization/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthRefreshTokenResponse.js +38 -0
- package/serialization/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthStrictAccessTokenRequest.d.ts +16 -0
- package/serialization/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthStrictAccessTokenRequest.js +37 -0
- package/serialization/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthStrictTokenResponse.d.ts +16 -0
- package/serialization/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthStrictTokenResponse.js +37 -0
- package/serialization/resources/api/resources/gusto/resources/oauthToken/types/index.d.ts +5 -0
- package/serialization/resources/api/resources/gusto/resources/oauthToken/types/index.js +21 -0
- package/serialization/resources/api/resources/index.d.ts +4 -1
- package/serialization/resources/api/resources/index.js +5 -2
- 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/{dist/serialization/resources/db/resources/test/resources/employment/types/FernDeduction.js → serialization/resources/api/resources/request/resources/zeal/resources/check/resources/reportingPeriod/types/ReportingPeriodPaySchedule.js} +3 -5
- 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/index.d.ts +1 -0
- package/serialization/resources/api/resources/services/resources/file/index.js +1 -0
- package/serialization/resources/api/resources/services/resources/file/types/LoadGenericDocumentFromEmploymentResponse.d.ts +12 -0
- package/{dist/serialization/resources/db/resources/test/resources/employment/types/FernReimbursement.js → serialization/resources/api/resources/services/resources/file/types/LoadGenericDocumentFromEmploymentResponse.js} +3 -4
- 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 +17 -0
- package/serialization/resources/api/resources/services/resources/index.d.ts +1 -0
- package/serialization/resources/api/resources/services/resources/index.js +1 -0
- package/serialization/resources/api/resources/thera/index.d.ts +1 -0
- package/serialization/resources/api/resources/thera/index.js +17 -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/authentication/index.d.ts +1 -0
- package/serialization/resources/api/resources/thera/resources/authentication/index.js +17 -0
- package/serialization/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/index.d.ts +1 -0
- package/serialization/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/index.js +17 -0
- package/serialization/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/types/GustoAccessTokenResponse.d.ts +14 -0
- package/{dist/serialization/resources/db/resources/test/resources/employment/types/FernEarning.js → serialization/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/types/GustoAccessTokenResponse.js} +6 -9
- package/serialization/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/types/index.d.ts +1 -0
- package/serialization/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/types/index.js +17 -0
- package/serialization/resources/api/resources/thera/resources/authentication/resources/index.d.ts +2 -0
- package/serialization/resources/api/resources/thera/resources/authentication/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/{dist/serialization/resources/db/resources/test/resources/employment/types/FernEmploymentType.js → serialization/resources/api/resources/thera/resources/company/resources/companyApi/types/CompanyPayFrequency.js} +3 -3
- 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 +4 -0
- package/serialization/resources/api/resources/thera/resources/index.js +30 -0
- 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/EmploymentDocuments.d.ts +1 -1
- package/serialization/resources/db/resources/employment/types/EmploymentDocuments.js +1 -1
- 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/GenericEmploymentDocument.d.ts +13 -0
- package/serialization/resources/db/resources/{test/resources/employment/types/FernDeduction.js → employment/types/GenericEmploymentDocument.js} +5 -4
- package/serialization/resources/db/resources/employment/types/index.d.ts +3 -0
- package/serialization/resources/db/resources/employment/types/index.js +3 -0
- package/serialization/resources/db/resources/gustoAuth/index.d.ts +1 -0
- package/serialization/resources/db/resources/gustoAuth/index.js +17 -0
- package/serialization/resources/db/resources/gustoAuth/types/GustoAuth.d.ts +15 -0
- package/serialization/resources/db/resources/gustoAuth/types/GustoAuth.js +36 -0
- package/serialization/resources/db/resources/gustoAuth/types/index.d.ts +1 -0
- package/serialization/resources/db/resources/gustoAuth/types/index.js +17 -0
- package/serialization/resources/db/resources/index.d.ts +2 -1
- package/serialization/resources/db/resources/index.js +3 -2
- package/api/resources/db/resources/test/resources/employment/types/FernContractDocumentType.d.ts +0 -9
- package/api/resources/db/resources/test/resources/employment/types/FernContractDocumentType.js +0 -11
- package/api/resources/db/resources/test/resources/employment/types/FernEarning.d.ts +0 -10
- package/api/resources/db/resources/test/resources/employment/types/FernEmployment.d.ts +0 -26
- package/api/resources/db/resources/test/resources/employment/types/FernEmploymentStatus.d.ts +0 -8
- package/api/resources/db/resources/test/resources/employment/types/FernEmploymentType.d.ts +0 -8
- package/api/resources/db/resources/test/resources/employment/types/FernEmploymentType.js +0 -10
- package/api/resources/db/resources/test/resources/employment/types/FernEmploymentW2PayrollDetails.d.ts +0 -7
- package/api/resources/db/resources/test/resources/employment/types/FernFrequency.d.ts +0 -10
- package/api/resources/db/resources/test/resources/employment/types/FernMilestone.d.ts +0 -11
- package/api/resources/db/resources/test/resources/employment/types/FernMilestoneDetails.d.ts +0 -7
- package/api/resources/db/resources/test/resources/employment/types/FernMilestoneStatus.d.ts +0 -8
- package/api/resources/db/resources/test/resources/employment/types/FernMilestoneStatus.js +0 -10
- package/api/resources/db/resources/test/resources/employment/types/FernRecurrence.d.ts +0 -8
- package/api/resources/db/resources/test/resources/employment/types/FernRecurrenceDetails.d.ts +0 -14
- package/api/resources/db/resources/test/resources/employment/types/FernWageType.d.ts +0 -9
- package/api/resources/db/resources/test/resources/employment/types/FernWageType.js +0 -11
- package/api/resources/db/resources/test/resources/employment/types/index.d.ts +0 -16
- package/api/resources/db/resources/test/resources/employment/types/index.js +0 -32
- package/api/resources/db/resources/test/resources/index.d.ts +0 -2
- package/dist/api/resources/db/resources/test/resources/employment/types/FernContractDocumentType.d.ts +0 -9
- package/dist/api/resources/db/resources/test/resources/employment/types/FernContractDocumentType.js +0 -11
- package/dist/api/resources/db/resources/test/resources/employment/types/FernDeduction.d.ts +0 -6
- package/dist/api/resources/db/resources/test/resources/employment/types/FernEarning.d.ts +0 -10
- package/dist/api/resources/db/resources/test/resources/employment/types/FernEmployment.d.ts +0 -26
- package/dist/api/resources/db/resources/test/resources/employment/types/FernEmploymentStatus.d.ts +0 -8
- package/dist/api/resources/db/resources/test/resources/employment/types/FernEmploymentStatus.js +0 -10
- package/dist/api/resources/db/resources/test/resources/employment/types/FernEmploymentType.d.ts +0 -8
- package/dist/api/resources/db/resources/test/resources/employment/types/FernEmploymentType.js +0 -10
- package/dist/api/resources/db/resources/test/resources/employment/types/FernEmploymentW2PayrollDetails.d.ts +0 -7
- package/dist/api/resources/db/resources/test/resources/employment/types/FernFrequency.d.ts +0 -10
- package/dist/api/resources/db/resources/test/resources/employment/types/FernMilestone.d.ts +0 -11
- package/dist/api/resources/db/resources/test/resources/employment/types/FernMilestoneDetails.d.ts +0 -7
- package/dist/api/resources/db/resources/test/resources/employment/types/FernMilestoneStatus.d.ts +0 -8
- package/dist/api/resources/db/resources/test/resources/employment/types/FernPerPaycheckFrequency.d.ts +0 -6
- package/dist/api/resources/db/resources/test/resources/employment/types/FernRecurrence.d.ts +0 -8
- package/dist/api/resources/db/resources/test/resources/employment/types/FernRecurrenceDetails.d.ts +0 -14
- package/dist/api/resources/db/resources/test/resources/employment/types/FernWageType.d.ts +0 -9
- package/dist/api/resources/db/resources/test/resources/employment/types/FernWageType.js +0 -11
- package/dist/api/resources/db/resources/test/resources/employment/types/index.d.ts +0 -16
- package/dist/api/resources/db/resources/test/resources/employment/types/index.js +0 -32
- package/dist/api/resources/db/resources/test/resources/index.d.ts +0 -2
- package/dist/serialization/resources/db/resources/test/resources/employment/types/FernContractDocumentType.d.ts +0 -10
- package/dist/serialization/resources/db/resources/test/resources/employment/types/FernDeduction.d.ts +0 -12
- package/dist/serialization/resources/db/resources/test/resources/employment/types/FernEarning.d.ts +0 -13
- package/dist/serialization/resources/db/resources/test/resources/employment/types/FernEmployment.d.ts +0 -31
- package/dist/serialization/resources/db/resources/test/resources/employment/types/FernEmployment.js +0 -52
- package/dist/serialization/resources/db/resources/test/resources/employment/types/FernEmploymentStatus.d.ts +0 -10
- package/dist/serialization/resources/db/resources/test/resources/employment/types/FernEmploymentType.d.ts +0 -10
- package/dist/serialization/resources/db/resources/test/resources/employment/types/FernEmploymentW2PayrollDetails.d.ts +0 -12
- package/dist/serialization/resources/db/resources/test/resources/employment/types/FernFrequency.d.ts +0 -13
- package/dist/serialization/resources/db/resources/test/resources/employment/types/FernMilestone.d.ts +0 -16
- package/dist/serialization/resources/db/resources/test/resources/employment/types/FernMilestone.js +0 -37
- package/dist/serialization/resources/db/resources/test/resources/employment/types/FernMilestoneDetails.d.ts +0 -12
- package/dist/serialization/resources/db/resources/test/resources/employment/types/FernMilestoneStatus.d.ts +0 -10
- package/dist/serialization/resources/db/resources/test/resources/employment/types/FernPerPaycheckFrequency.d.ts +0 -12
- package/dist/serialization/resources/db/resources/test/resources/employment/types/FernRecurrence.d.ts +0 -13
- package/dist/serialization/resources/db/resources/test/resources/employment/types/FernRecurrence.js +0 -34
- package/dist/serialization/resources/db/resources/test/resources/employment/types/FernRecurrenceDetails.d.ts +0 -17
- package/dist/serialization/resources/db/resources/test/resources/employment/types/FernRecurrenceDetails.js +0 -41
- package/dist/serialization/resources/db/resources/test/resources/employment/types/FernReimbursement.d.ts +0 -13
- package/dist/serialization/resources/db/resources/test/resources/employment/types/index.d.ts +0 -16
- package/dist/serialization/resources/db/resources/test/resources/employment/types/index.js +0 -32
- package/dist/serialization/resources/db/resources/test/resources/index.d.ts +0 -2
- package/serialization/resources/db/resources/test/resources/employment/types/FernContractDocumentType.d.ts +0 -10
- package/serialization/resources/db/resources/test/resources/employment/types/FernContractDocumentType.js +0 -31
- package/serialization/resources/db/resources/test/resources/employment/types/FernDeduction.d.ts +0 -12
- package/serialization/resources/db/resources/test/resources/employment/types/FernEarning.d.ts +0 -13
- package/serialization/resources/db/resources/test/resources/employment/types/FernEmployment.d.ts +0 -31
- package/serialization/resources/db/resources/test/resources/employment/types/FernEmployment.js +0 -52
- package/serialization/resources/db/resources/test/resources/employment/types/FernEmploymentStatus.d.ts +0 -10
- package/serialization/resources/db/resources/test/resources/employment/types/FernEmploymentStatus.js +0 -31
- package/serialization/resources/db/resources/test/resources/employment/types/FernEmploymentType.d.ts +0 -10
- package/serialization/resources/db/resources/test/resources/employment/types/FernEmploymentType.js +0 -31
- package/serialization/resources/db/resources/test/resources/employment/types/FernEmploymentW2PayrollDetails.d.ts +0 -12
- package/serialization/resources/db/resources/test/resources/employment/types/FernFrequency.d.ts +0 -13
- package/serialization/resources/db/resources/test/resources/employment/types/FernFrequency.js +0 -38
- package/serialization/resources/db/resources/test/resources/employment/types/FernMilestone.d.ts +0 -16
- package/serialization/resources/db/resources/test/resources/employment/types/FernMilestone.js +0 -37
- package/serialization/resources/db/resources/test/resources/employment/types/FernMilestoneDetails.d.ts +0 -12
- package/serialization/resources/db/resources/test/resources/employment/types/FernMilestoneDetails.js +0 -33
- package/serialization/resources/db/resources/test/resources/employment/types/FernMilestoneStatus.d.ts +0 -10
- package/serialization/resources/db/resources/test/resources/employment/types/FernPerPaycheckFrequency.d.ts +0 -12
- package/serialization/resources/db/resources/test/resources/employment/types/FernPerPaycheckFrequency.js +0 -33
- package/serialization/resources/db/resources/test/resources/employment/types/FernRecurrence.d.ts +0 -13
- package/serialization/resources/db/resources/test/resources/employment/types/FernRecurrence.js +0 -34
- package/serialization/resources/db/resources/test/resources/employment/types/FernRecurrenceDetails.d.ts +0 -17
- package/serialization/resources/db/resources/test/resources/employment/types/FernRecurrenceDetails.js +0 -41
- package/serialization/resources/db/resources/test/resources/employment/types/FernReimbursement.d.ts +0 -13
- package/serialization/resources/db/resources/test/resources/employment/types/index.d.ts +0 -16
- package/serialization/resources/db/resources/test/resources/employment/types/index.js +0 -32
- package/serialization/resources/db/resources/test/resources/index.d.ts +0 -2
- /package/api/resources/{db/resources/test → api/resources/gusto}/index.d.ts +0 -0
- /package/api/resources/{db/resources/test → api/resources/gusto}/index.js +0 -0
- /package/api/resources/{db/resources/test/resources/employment → api/resources/gusto/resources/oauthToken}/index.d.ts +0 -0
- /package/api/resources/{db/resources/test/resources/employment → api/resources/gusto/resources/oauthToken}/index.js +0 -0
- /package/api/resources/{db/resources/test/resources/employment/types/FernDeduction.js → api/resources/gusto/resources/oauthToken/types/GustoOAuthRefreshAccessTokenRequest.js} +0 -0
- /package/api/resources/{db/resources/test/resources/employment/types/FernEarning.js → api/resources/gusto/resources/oauthToken/types/GustoOAuthRefreshTokenResponse.js} +0 -0
- /package/api/resources/{db/resources/test/resources/employment/types/FernEmployment.js → api/resources/gusto/resources/oauthToken/types/GustoOAuthStrictAccessTokenRequest.js} +0 -0
- /package/api/resources/{db/resources/test/resources/employment/types/FernEmploymentW2PayrollDetails.js → api/resources/gusto/resources/oauthToken/types/GustoOAuthStrictTokenResponse.js} +0 -0
- /package/api/resources/{db/resources/test/resources/employment/types/FernFrequency.js → api/resources/services/resources/file/types/LoadGenericDocumentFromEmploymentResponse.js} +0 -0
- /package/{dist/api/resources/db/resources/test → api/resources/api/resources/thera/resources/address}/index.d.ts +0 -0
- /package/{dist/api/resources/db/resources/test → api/resources/api/resources/thera/resources/address}/index.js +0 -0
- /package/{dist/api/resources/db/resources/test/resources/employment → api/resources/api/resources/thera/resources/address/resources/address}/index.d.ts +0 -0
- /package/{dist/api/resources/db/resources/test/resources/employment → api/resources/api/resources/thera/resources/address/resources/address}/index.js +0 -0
- /package/api/resources/{db/resources/test/resources/employment/types/FernMilestone.js → api/resources/thera/resources/address/resources/address/types/Address.js} +0 -0
- /package/api/resources/{db/resources/test/resources/employment/types/FernMilestoneDetails.js → api/resources/thera/resources/authentication/resources/gustoAuthentication/types/GustoAccessTokenResponse.js} +0 -0
- /package/{dist/serialization/resources/db/resources/test/resources/employment → api/resources/api/resources/thera/resources/company/resources/companyApi}/index.d.ts +0 -0
- /package/{dist/serialization/resources/db/resources/test/resources/employment → api/resources/api/resources/thera/resources/company/resources/companyApi}/index.js +0 -0
- /package/api/resources/{db/resources/test/resources/employment/types/FernPerPaycheckFrequency.js → api/resources/thera/resources/company/resources/companyW2PayrollApi/types/OnboardW2PayrollRequest.js} +0 -0
- /package/api/resources/{db/resources/test/resources/employment/types/FernRecurrence.js → api/resources/thera/resources/company/resources/companyW2PayrollApi/types/OnboardW2PayrollSettings.js} +0 -0
- /package/api/resources/{db/resources/test/resources/employment/types/FernRecurrenceDetails.js → api/resources/thera/resources/company/resources/companyW2PayrollApi/types/OnboardW2PayrollUpdateCompany.js} +0 -0
- /package/api/resources/{db/resources/test/resources/employment/types/FernReimbursement.js → api/resources/thera/resources/payroll/resources/oncycleApi/types/ApproveOnCycleChecksResponse.js} +0 -0
- /package/{dist/serialization/resources/db/resources/test → api/resources/api/resources/zeal}/index.d.ts +0 -0
- /package/{dist/serialization/resources/db/resources/test → api/resources/api/resources/zeal}/index.js +0 -0
- /package/{serialization/resources/db/resources/test → api/resources/api/resources/zeal/resources/company}/index.d.ts +0 -0
- /package/{serialization/resources/db/resources/test → api/resources/api/resources/zeal/resources/company}/index.js +0 -0
- /package/{serialization/resources/db/resources/test/resources/employment → api/resources/api/resources/zeal/resources/company/resources/create}/index.d.ts +0 -0
- /package/{serialization/resources/db/resources/test/resources/employment → api/resources/api/resources/zeal/resources/company/resources/create}/index.js +0 -0
- /package/{dist/api/resources/db/resources/test/resources/employment/types/FernDeduction.js → api/resources/api/resources/zeal/resources/company/resources/create/types/ZealCreateCompanyResponse.js} +0 -0
- /package/{dist/api/resources/db/resources/test/resources/employment/types/FernEarning.js → api/resources/api/resources/zeal/resources/company/resources/model/types/Company.js} +0 -0
- /package/{dist/api/resources/db/resources/test/resources/employment/types/FernEmployment.js → api/resources/db/resources/employment/types/EorDetails.js} +0 -0
- /package/{dist/api/resources/db/resources/test/resources/employment/types/FernEmploymentW2PayrollDetails.js → api/resources/db/resources/employment/types/EorPayslip.js} +0 -0
- /package/{dist/api/resources/db/resources/test/resources/employment/types/FernFrequency.js → api/resources/db/resources/employment/types/GenericEmploymentDocument.js} +0 -0
- /package/{dist/api/resources/db/resources/test/resources/employment/types/FernMilestone.js → api/resources/db/resources/gustoAuth/types/GustoAuth.js} +0 -0
- /package/dist/api/resources/{db/resources/test/resources/employment/types/FernMilestoneDetails.js → api/resources/gusto/resources/oauthToken/types/GustoOAuthRefreshAccessTokenRequest.js} +0 -0
- /package/dist/api/resources/{db/resources/test/resources/employment/types/FernPerPaycheckFrequency.js → api/resources/gusto/resources/oauthToken/types/GustoOAuthRefreshTokenResponse.js} +0 -0
- /package/dist/api/resources/{db/resources/test/resources/employment/types/FernRecurrence.js → api/resources/gusto/resources/oauthToken/types/GustoOAuthStrictAccessTokenRequest.js} +0 -0
- /package/dist/api/resources/{db/resources/test/resources/employment/types/FernRecurrenceDetails.js → api/resources/gusto/resources/oauthToken/types/GustoOAuthStrictTokenResponse.js} +0 -0
- /package/dist/api/resources/{db/resources/test/resources/employment/types/FernReimbursement.js → api/resources/services/resources/file/types/LoadGenericDocumentFromEmploymentResponse.js} +0 -0
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
export declare type FernContractDocumentType = "NO_CONTRACT" | "USER_PROVIDED" | "CONTRACT_WIZARD";
|
|
5
|
-
export declare const FernContractDocumentType: {
|
|
6
|
-
readonly NoContract: "NO_CONTRACT";
|
|
7
|
-
readonly UserProvided: "USER_PROVIDED";
|
|
8
|
-
readonly ContractWizard: "CONTRACT_WIZARD";
|
|
9
|
-
};
|
package/dist/api/resources/db/resources/test/resources/employment/types/FernContractDocumentType.js
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.FernContractDocumentType = void 0;
|
|
7
|
-
exports.FernContractDocumentType = {
|
|
8
|
-
NoContract: "NO_CONTRACT",
|
|
9
|
-
UserProvided: "USER_PROVIDED",
|
|
10
|
-
ContractWizard: "CONTRACT_WIZARD",
|
|
11
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as TheraApi from "../../../../../../..";
|
|
5
|
-
export declare type FernEarning = TheraApi.db.test.FernEarning.Reimbursement;
|
|
6
|
-
export declare namespace FernEarning {
|
|
7
|
-
interface Reimbursement extends TheraApi.db.test.FernReimbursement {
|
|
8
|
-
type: "reimbursement";
|
|
9
|
-
}
|
|
10
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as TheraApi from "../../../../../../..";
|
|
5
|
-
export interface FernEmployment {
|
|
6
|
-
companyId: string;
|
|
7
|
-
employeeUserId: string;
|
|
8
|
-
id: string;
|
|
9
|
-
zealEmployeeId: string;
|
|
10
|
-
zealCompanyId: string;
|
|
11
|
-
jobTitle: string;
|
|
12
|
-
employmentStatus: TheraApi.db.test.FernEmploymentStatus;
|
|
13
|
-
startDate: string;
|
|
14
|
-
wageType: TheraApi.db.test.FernWageType;
|
|
15
|
-
rate: number;
|
|
16
|
-
contractCurrency: string;
|
|
17
|
-
milestoneDetails: TheraApi.db.test.FernMilestoneDetails;
|
|
18
|
-
contractFileId: string;
|
|
19
|
-
lastPayDate: string;
|
|
20
|
-
scopeOfWork: string;
|
|
21
|
-
type: TheraApi.db.test.FernEmploymentType;
|
|
22
|
-
contractDocumentType: TheraApi.db.test.FernContractDocumentType;
|
|
23
|
-
contractDocumentId: string;
|
|
24
|
-
contractDocumentsRequired: boolean;
|
|
25
|
-
w2Payroll: TheraApi.db.test.FernEmploymentW2PayrollDetails;
|
|
26
|
-
}
|
package/dist/api/resources/db/resources/test/resources/employment/types/FernEmploymentStatus.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.FernEmploymentStatus = void 0;
|
|
7
|
-
exports.FernEmploymentStatus = {
|
|
8
|
-
Active: "ACTIVE",
|
|
9
|
-
Inactive: "INACTIVE",
|
|
10
|
-
};
|
package/dist/api/resources/db/resources/test/resources/employment/types/FernEmploymentType.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.FernEmploymentType = void 0;
|
|
7
|
-
exports.FernEmploymentType = {
|
|
8
|
-
Employee: "EMPLOYEE",
|
|
9
|
-
Contractor: "CONTRACTOR",
|
|
10
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as TheraApi from "../../../../../../..";
|
|
5
|
-
export declare type FernFrequency = TheraApi.db.test.FernFrequency.PerPaycheck;
|
|
6
|
-
export declare namespace FernFrequency {
|
|
7
|
-
interface PerPaycheck extends TheraApi.db.test.FernPerPaycheckFrequency {
|
|
8
|
-
type: "perPaycheck";
|
|
9
|
-
}
|
|
10
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as TheraApi from "../../../../../../..";
|
|
5
|
-
export interface FernMilestone {
|
|
6
|
-
name: string;
|
|
7
|
-
description: string;
|
|
8
|
-
amount: number;
|
|
9
|
-
fileId: string;
|
|
10
|
-
status: TheraApi.db.test.FernMilestoneStatus;
|
|
11
|
-
}
|
package/dist/api/resources/db/resources/test/resources/employment/types/FernRecurrenceDetails.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as TheraApi from "../../../../../../..";
|
|
5
|
-
export declare type FernRecurrenceDetails = TheraApi.db.test.FernRecurrenceDetails.Deduction | TheraApi.db.test.FernRecurrenceDetails.Earning;
|
|
6
|
-
export declare namespace FernRecurrenceDetails {
|
|
7
|
-
interface Deduction extends TheraApi.db.test.FernDeduction {
|
|
8
|
-
type: "deduction";
|
|
9
|
-
}
|
|
10
|
-
interface Earning {
|
|
11
|
-
type: "earning";
|
|
12
|
-
value: TheraApi.db.test.FernEarning;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
export declare type FernWageType = "HOURLY" | "MONTHLY" | "MILESTONE";
|
|
5
|
-
export declare const FernWageType: {
|
|
6
|
-
readonly Hourly: "HOURLY";
|
|
7
|
-
readonly Monthly: "MONTHLY";
|
|
8
|
-
readonly Milestone: "MILESTONE";
|
|
9
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.FernWageType = void 0;
|
|
7
|
-
exports.FernWageType = {
|
|
8
|
-
Hourly: "HOURLY",
|
|
9
|
-
Monthly: "MONTHLY",
|
|
10
|
-
Milestone: "MILESTONE",
|
|
11
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export * from "./FernEmploymentW2PayrollDetails";
|
|
2
|
-
export * from "./FernRecurrence";
|
|
3
|
-
export * from "./FernFrequency";
|
|
4
|
-
export * from "./FernPerPaycheckFrequency";
|
|
5
|
-
export * from "./FernRecurrenceDetails";
|
|
6
|
-
export * from "./FernDeduction";
|
|
7
|
-
export * from "./FernEarning";
|
|
8
|
-
export * from "./FernReimbursement";
|
|
9
|
-
export * from "./FernMilestoneStatus";
|
|
10
|
-
export * from "./FernMilestone";
|
|
11
|
-
export * from "./FernMilestoneDetails";
|
|
12
|
-
export * from "./FernContractDocumentType";
|
|
13
|
-
export * from "./FernEmploymentType";
|
|
14
|
-
export * from "./FernWageType";
|
|
15
|
-
export * from "./FernEmploymentStatus";
|
|
16
|
-
export * from "./FernEmployment";
|
|
@@ -1,32 +0,0 @@
|
|
|
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("./FernEmploymentW2PayrollDetails"), exports);
|
|
18
|
-
__exportStar(require("./FernRecurrence"), exports);
|
|
19
|
-
__exportStar(require("./FernFrequency"), exports);
|
|
20
|
-
__exportStar(require("./FernPerPaycheckFrequency"), exports);
|
|
21
|
-
__exportStar(require("./FernRecurrenceDetails"), exports);
|
|
22
|
-
__exportStar(require("./FernDeduction"), exports);
|
|
23
|
-
__exportStar(require("./FernEarning"), exports);
|
|
24
|
-
__exportStar(require("./FernReimbursement"), exports);
|
|
25
|
-
__exportStar(require("./FernMilestoneStatus"), exports);
|
|
26
|
-
__exportStar(require("./FernMilestone"), exports);
|
|
27
|
-
__exportStar(require("./FernMilestoneDetails"), exports);
|
|
28
|
-
__exportStar(require("./FernContractDocumentType"), exports);
|
|
29
|
-
__exportStar(require("./FernEmploymentType"), exports);
|
|
30
|
-
__exportStar(require("./FernWageType"), exports);
|
|
31
|
-
__exportStar(require("./FernEmploymentStatus"), exports);
|
|
32
|
-
__exportStar(require("./FernEmployment"), exports);
|
|
@@ -1,10 +0,0 @@
|
|
|
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 FernContractDocumentType: core.serialization.Schema<serializers.db.test.FernContractDocumentType.Raw, TheraApi.db.test.FernContractDocumentType>;
|
|
8
|
-
export declare namespace FernContractDocumentType {
|
|
9
|
-
type Raw = "NO_CONTRACT" | "USER_PROVIDED" | "CONTRACT_WIZARD";
|
|
10
|
-
}
|
package/dist/serialization/resources/db/resources/test/resources/employment/types/FernDeduction.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
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 FernDeduction: core.serialization.ObjectSchema<serializers.db.test.FernDeduction.Raw, TheraApi.db.test.FernDeduction>;
|
|
8
|
-
export declare namespace FernDeduction {
|
|
9
|
-
interface Raw {
|
|
10
|
-
deductionTemplateId: string;
|
|
11
|
-
}
|
|
12
|
-
}
|
package/dist/serialization/resources/db/resources/test/resources/employment/types/FernEarning.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
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 FernEarning: core.serialization.Schema<serializers.db.test.FernEarning.Raw, TheraApi.db.test.FernEarning>;
|
|
8
|
-
export declare namespace FernEarning {
|
|
9
|
-
type Raw = FernEarning.Reimbursement;
|
|
10
|
-
interface Reimbursement extends serializers.db.test.FernReimbursement.Raw {
|
|
11
|
-
type: "reimbursement";
|
|
12
|
-
}
|
|
13
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
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 FernEmployment: core.serialization.ObjectSchema<serializers.db.test.FernEmployment.Raw, TheraApi.db.test.FernEmployment>;
|
|
8
|
-
export declare namespace FernEmployment {
|
|
9
|
-
interface Raw {
|
|
10
|
-
companyID: string;
|
|
11
|
-
employeeUserID: string;
|
|
12
|
-
id: string;
|
|
13
|
-
zealEmployeeID: string;
|
|
14
|
-
zealCompanyID: string;
|
|
15
|
-
jobTitle: string;
|
|
16
|
-
employmentStatus: serializers.db.test.FernEmploymentStatus.Raw;
|
|
17
|
-
startDate: string;
|
|
18
|
-
wageType: serializers.db.test.FernWageType.Raw;
|
|
19
|
-
rate: number;
|
|
20
|
-
contractCurrency: string;
|
|
21
|
-
milestoneDetails: serializers.db.test.FernMilestoneDetails.Raw;
|
|
22
|
-
contractFileID: string;
|
|
23
|
-
lastPayDate: string;
|
|
24
|
-
scopeOfWork: string;
|
|
25
|
-
type: serializers.db.test.FernEmploymentType.Raw;
|
|
26
|
-
contractDocumentType: serializers.db.test.FernContractDocumentType.Raw;
|
|
27
|
-
contractDocumentID: string;
|
|
28
|
-
contractDocumentsRequired: boolean;
|
|
29
|
-
w2Payroll: serializers.db.test.FernEmploymentW2PayrollDetails.Raw;
|
|
30
|
-
}
|
|
31
|
-
}
|
package/dist/serialization/resources/db/resources/test/resources/employment/types/FernEmployment.js
DELETED
|
@@ -1,52 +0,0 @@
|
|
|
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.FernEmployment = void 0;
|
|
30
|
-
const core = __importStar(require("../../../../../../../../core"));
|
|
31
|
-
exports.FernEmployment = core.serialization.object({
|
|
32
|
-
companyId: core.serialization.property("companyID", core.serialization.string()),
|
|
33
|
-
employeeUserId: core.serialization.property("employeeUserID", core.serialization.string()),
|
|
34
|
-
id: core.serialization.string(),
|
|
35
|
-
zealEmployeeId: core.serialization.property("zealEmployeeID", core.serialization.string()),
|
|
36
|
-
zealCompanyId: core.serialization.property("zealCompanyID", core.serialization.string()),
|
|
37
|
-
jobTitle: core.serialization.string(),
|
|
38
|
-
employmentStatus: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../../..")))).db.test.FernEmploymentStatus),
|
|
39
|
-
startDate: core.serialization.string(),
|
|
40
|
-
wageType: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../../..")))).db.test.FernWageType),
|
|
41
|
-
rate: core.serialization.number(),
|
|
42
|
-
contractCurrency: core.serialization.string(),
|
|
43
|
-
milestoneDetails: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../../..")))).db.test.FernMilestoneDetails),
|
|
44
|
-
contractFileId: core.serialization.property("contractFileID", core.serialization.string()),
|
|
45
|
-
lastPayDate: core.serialization.string(),
|
|
46
|
-
scopeOfWork: core.serialization.string(),
|
|
47
|
-
type: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../../..")))).db.test.FernEmploymentType),
|
|
48
|
-
contractDocumentType: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../../..")))).db.test.FernContractDocumentType),
|
|
49
|
-
contractDocumentId: core.serialization.property("contractDocumentID", core.serialization.string()),
|
|
50
|
-
contractDocumentsRequired: core.serialization.boolean(),
|
|
51
|
-
w2Payroll: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../../..")))).db.test.FernEmploymentW2PayrollDetails),
|
|
52
|
-
});
|
|
@@ -1,10 +0,0 @@
|
|
|
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 FernEmploymentStatus: core.serialization.Schema<serializers.db.test.FernEmploymentStatus.Raw, TheraApi.db.test.FernEmploymentStatus>;
|
|
8
|
-
export declare namespace FernEmploymentStatus {
|
|
9
|
-
type Raw = "ACTIVE" | "INACTIVE";
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
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 FernEmploymentType: core.serialization.Schema<serializers.db.test.FernEmploymentType.Raw, TheraApi.db.test.FernEmploymentType>;
|
|
8
|
-
export declare namespace FernEmploymentType {
|
|
9
|
-
type Raw = "EMPLOYEE" | "CONTRACTOR";
|
|
10
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
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 FernEmploymentW2PayrollDetails: core.serialization.ObjectSchema<serializers.db.test.FernEmploymentW2PayrollDetails.Raw, TheraApi.db.test.FernEmploymentW2PayrollDetails>;
|
|
8
|
-
export declare namespace FernEmploymentW2PayrollDetails {
|
|
9
|
-
interface Raw {
|
|
10
|
-
recurrences: Record<string, serializers.db.test.FernRecurrence.Raw>;
|
|
11
|
-
}
|
|
12
|
-
}
|
package/dist/serialization/resources/db/resources/test/resources/employment/types/FernFrequency.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
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 FernFrequency: core.serialization.Schema<serializers.db.test.FernFrequency.Raw, TheraApi.db.test.FernFrequency>;
|
|
8
|
-
export declare namespace FernFrequency {
|
|
9
|
-
type Raw = FernFrequency.PerPaycheck;
|
|
10
|
-
interface PerPaycheck extends serializers.db.test.FernPerPaycheckFrequency.Raw {
|
|
11
|
-
type: "perPaycheck";
|
|
12
|
-
}
|
|
13
|
-
}
|
package/dist/serialization/resources/db/resources/test/resources/employment/types/FernMilestone.d.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
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 FernMilestone: core.serialization.ObjectSchema<serializers.db.test.FernMilestone.Raw, TheraApi.db.test.FernMilestone>;
|
|
8
|
-
export declare namespace FernMilestone {
|
|
9
|
-
interface Raw {
|
|
10
|
-
name: string;
|
|
11
|
-
description: string;
|
|
12
|
-
amount: number;
|
|
13
|
-
fileID: string;
|
|
14
|
-
status: serializers.db.test.FernMilestoneStatus.Raw;
|
|
15
|
-
}
|
|
16
|
-
}
|
package/dist/serialization/resources/db/resources/test/resources/employment/types/FernMilestone.js
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
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.FernMilestone = void 0;
|
|
30
|
-
const core = __importStar(require("../../../../../../../../core"));
|
|
31
|
-
exports.FernMilestone = core.serialization.object({
|
|
32
|
-
name: core.serialization.string(),
|
|
33
|
-
description: core.serialization.string(),
|
|
34
|
-
amount: core.serialization.number(),
|
|
35
|
-
fileId: core.serialization.property("fileID", core.serialization.string()),
|
|
36
|
-
status: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../../..")))).db.test.FernMilestoneStatus),
|
|
37
|
-
});
|
|
@@ -1,12 +0,0 @@
|
|
|
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 FernMilestoneDetails: core.serialization.ObjectSchema<serializers.db.test.FernMilestoneDetails.Raw, TheraApi.db.test.FernMilestoneDetails>;
|
|
8
|
-
export declare namespace FernMilestoneDetails {
|
|
9
|
-
interface Raw {
|
|
10
|
-
milestones: Record<string, serializers.db.test.FernMilestone.Raw>;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
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 FernMilestoneStatus: core.serialization.Schema<serializers.db.test.FernMilestoneStatus.Raw, TheraApi.db.test.FernMilestoneStatus>;
|
|
8
|
-
export declare namespace FernMilestoneStatus {
|
|
9
|
-
type Raw = "CREATED" | "COMPLETE";
|
|
10
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
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 FernPerPaycheckFrequency: core.serialization.ObjectSchema<serializers.db.test.FernPerPaycheckFrequency.Raw, TheraApi.db.test.FernPerPaycheckFrequency>;
|
|
8
|
-
export declare namespace FernPerPaycheckFrequency {
|
|
9
|
-
interface Raw {
|
|
10
|
-
metadata: string;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
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 FernRecurrence: core.serialization.ObjectSchema<serializers.db.test.FernRecurrence.Raw, TheraApi.db.test.FernRecurrence>;
|
|
8
|
-
export declare namespace FernRecurrence {
|
|
9
|
-
interface Raw {
|
|
10
|
-
frequency: serializers.db.test.FernFrequency.Raw;
|
|
11
|
-
details: serializers.db.test.FernRecurrenceDetails.Raw;
|
|
12
|
-
}
|
|
13
|
-
}
|
package/dist/serialization/resources/db/resources/test/resources/employment/types/FernRecurrence.js
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
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.FernRecurrence = void 0;
|
|
30
|
-
const core = __importStar(require("../../../../../../../../core"));
|
|
31
|
-
exports.FernRecurrence = core.serialization.object({
|
|
32
|
-
frequency: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../../..")))).db.test.FernFrequency),
|
|
33
|
-
details: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../../..")))).db.test.FernRecurrenceDetails),
|
|
34
|
-
});
|
|
@@ -1,17 +0,0 @@
|
|
|
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 FernRecurrenceDetails: core.serialization.Schema<serializers.db.test.FernRecurrenceDetails.Raw, TheraApi.db.test.FernRecurrenceDetails>;
|
|
8
|
-
export declare namespace FernRecurrenceDetails {
|
|
9
|
-
type Raw = FernRecurrenceDetails.Deduction | FernRecurrenceDetails.Earning;
|
|
10
|
-
interface Deduction extends serializers.db.test.FernDeduction.Raw {
|
|
11
|
-
type: "deduction";
|
|
12
|
-
}
|
|
13
|
-
interface Earning {
|
|
14
|
-
type: "earning";
|
|
15
|
-
value: serializers.db.test.FernEarning.Raw;
|
|
16
|
-
}
|
|
17
|
-
}
|