@mergeapi/merge-node-client 1.0.8 → 1.0.9
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/Client.d.ts +6 -6
- package/Client.js +12 -12
- package/api/resources/accounting/resources/accountDetails/client/Client.js +2 -1
- package/api/resources/accounting/resources/accountToken/client/Client.js +2 -1
- package/api/resources/accounting/resources/accountingPeriods/client/Client.js +4 -2
- package/api/resources/accounting/resources/accounts/client/Client.js +8 -4
- package/api/resources/accounting/resources/addresses/client/Client.js +2 -1
- package/api/resources/accounting/resources/asyncPassthrough/client/Client.js +4 -2
- package/api/resources/accounting/resources/attachments/client/Client.js +8 -4
- package/api/resources/accounting/resources/auditTrail/client/Client.js +2 -1
- package/api/resources/accounting/resources/availableActions/client/Client.js +2 -1
- package/api/resources/accounting/resources/balanceSheets/client/Client.js +4 -2
- package/api/resources/accounting/resources/cashFlowStatements/client/Client.js +4 -2
- package/api/resources/accounting/resources/companyInfo/client/Client.js +4 -2
- package/api/resources/accounting/resources/contacts/client/Client.js +8 -4
- package/api/resources/accounting/resources/creditNotes/client/Client.js +4 -2
- package/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/accounting/resources/expenses/client/Client.js +8 -4
- package/api/resources/accounting/resources/fieldMapping/client/Client.d.ts +1 -1
- package/api/resources/accounting/resources/fieldMapping/client/Client.js +13 -7
- package/api/resources/accounting/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/api/resources/accounting/resources/forceResync/client/Client.js +2 -1
- package/api/resources/accounting/resources/generateKey/client/Client.js +2 -1
- package/api/resources/accounting/resources/incomeStatements/client/Client.js +4 -2
- package/api/resources/accounting/resources/invoices/client/Client.js +12 -6
- package/api/resources/accounting/resources/issues/client/Client.js +4 -2
- package/api/resources/accounting/resources/items/client/Client.js +4 -2
- package/api/resources/accounting/resources/journalEntries/client/Client.js +8 -4
- package/api/resources/accounting/resources/linkToken/client/Client.d.ts +1 -1
- package/api/resources/accounting/resources/linkToken/client/Client.js +3 -2
- package/api/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
- package/api/resources/accounting/resources/linkedAccounts/client/Client.js +2 -1
- package/api/resources/accounting/resources/passthrough/client/Client.js +2 -1
- package/api/resources/accounting/resources/payments/client/Client.js +12 -6
- package/api/resources/accounting/resources/phoneNumbers/client/Client.js +2 -1
- package/api/resources/accounting/resources/purchaseOrders/client/Client.js +8 -4
- package/api/resources/accounting/resources/regenerateKey/client/Client.js +2 -1
- package/api/resources/accounting/resources/scopes/client/Client.d.ts +16 -1
- package/api/resources/accounting/resources/scopes/client/Client.js +22 -4
- package/api/resources/accounting/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
- package/api/resources/accounting/resources/syncStatus/client/Client.js +2 -1
- package/api/resources/accounting/resources/taxRates/client/Client.js +4 -2
- package/api/resources/accounting/resources/trackingCategories/client/Client.js +4 -2
- package/api/resources/accounting/resources/transactions/client/Client.js +4 -2
- package/api/resources/accounting/resources/vendorCredits/client/Client.js +4 -2
- package/api/resources/accounting/resources/webhookReceivers/client/Client.js +4 -2
- package/api/resources/ats/resources/accountDetails/client/Client.js +2 -1
- package/api/resources/ats/resources/accountToken/client/Client.js +2 -1
- package/api/resources/ats/resources/activities/client/Client.js +8 -4
- package/api/resources/ats/resources/applications/client/Client.js +10 -5
- package/api/resources/ats/resources/applications/types/ApplicationsListRequestExpand.d.ts +193 -1
- package/api/resources/ats/resources/applications/types/ApplicationsListRequestExpand.js +192 -0
- package/api/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.d.ts +193 -1
- package/api/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.js +192 -0
- package/api/resources/ats/resources/asyncPassthrough/client/Client.js +4 -2
- package/api/resources/ats/resources/attachments/client/Client.js +8 -4
- package/api/resources/ats/resources/auditTrail/client/Client.js +2 -1
- package/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/ats/resources/availableActions/client/Client.js +2 -1
- package/api/resources/ats/resources/candidates/client/Client.js +13 -7
- package/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/ats/resources/departments/client/Client.js +4 -2
- package/api/resources/ats/resources/eeocs/client/Client.js +4 -2
- package/api/resources/ats/resources/fieldMapping/client/Client.d.ts +1 -1
- package/api/resources/ats/resources/fieldMapping/client/Client.js +13 -7
- package/api/resources/ats/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/api/resources/ats/resources/forceResync/client/Client.js +2 -1
- package/api/resources/ats/resources/generateKey/client/Client.js +2 -1
- package/api/resources/ats/resources/interviews/client/Client.js +8 -4
- package/api/resources/ats/resources/issues/client/Client.d.ts +1 -1
- package/api/resources/ats/resources/issues/client/Client.js +9 -4
- package/api/resources/ats/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
- package/api/resources/ats/resources/jobInterviewStages/client/Client.js +4 -2
- package/api/resources/ats/resources/jobPostings/client/Client.js +4 -2
- package/api/resources/ats/resources/jobs/client/Client.js +6 -3
- package/api/resources/ats/resources/linkToken/client/Client.d.ts +1 -1
- package/api/resources/ats/resources/linkToken/client/Client.js +3 -2
- package/api/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +3 -1
- package/api/resources/ats/resources/linkedAccounts/client/Client.js +2 -1
- package/api/resources/ats/resources/offers/client/Client.js +4 -2
- package/api/resources/ats/resources/offices/client/Client.js +4 -2
- package/api/resources/ats/resources/passthrough/client/Client.js +2 -1
- package/api/resources/ats/resources/regenerateKey/client/Client.js +2 -1
- package/api/resources/ats/resources/rejectReasons/client/Client.js +4 -2
- package/api/resources/ats/resources/scopes/client/Client.d.ts +16 -1
- package/api/resources/ats/resources/scopes/client/Client.js +22 -4
- package/api/resources/ats/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
- package/api/resources/ats/resources/scorecards/client/Client.js +4 -2
- package/api/resources/ats/resources/syncStatus/client/Client.js +2 -1
- package/api/resources/ats/resources/tags/client/Client.js +2 -1
- package/api/resources/ats/resources/users/client/Client.js +4 -2
- package/api/resources/ats/resources/webhookReceivers/client/Client.js +4 -2
- package/api/resources/ats/types/AccountIntegration.d.ts +2 -0
- package/api/resources/ats/types/Activity.d.ts +0 -1
- package/api/resources/ats/types/ActivityRequest.d.ts +0 -1
- package/api/resources/ats/types/Application.d.ts +1 -0
- package/api/resources/ats/types/ApplicationRequest.d.ts +1 -0
- package/api/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.d.ts +5 -0
- package/api/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.js +5 -0
- package/api/resources/ats/types/ApplicationScreeningQuestionAnswersItem.d.ts +5 -0
- package/api/resources/ats/types/ApplicationScreeningQuestionAnswersItem.js +5 -0
- package/api/resources/ats/types/AuditLogEvent.d.ts +1 -0
- package/api/resources/ats/types/AuditLogEventEventType.d.ts +1 -0
- package/api/resources/ats/types/EmailAddress.d.ts +2 -0
- package/api/resources/ats/types/EventTypeEnum.d.ts +3 -1
- package/api/resources/ats/types/EventTypeEnum.js +1 -0
- package/api/resources/ats/types/PhoneNumber.d.ts +2 -0
- package/api/resources/ats/types/RemoteFieldApi.d.ts +1 -1
- package/api/resources/ats/types/ScreeningQuestion.d.ts +2 -0
- package/api/resources/ats/types/ScreeningQuestionAnswer.d.ts +30 -0
- package/api/resources/ats/types/ScreeningQuestionAnswer.js +5 -0
- package/api/resources/ats/types/ScreeningQuestionAnswerQuestion.d.ts +8 -0
- package/api/resources/ats/types/ScreeningQuestionAnswerQuestion.js +5 -0
- package/api/resources/ats/types/ScreeningQuestionAnswerRequest.d.ts +25 -0
- package/api/resources/ats/types/ScreeningQuestionAnswerRequest.js +5 -0
- package/api/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.d.ts +8 -0
- package/api/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.js +5 -0
- package/api/resources/ats/types/ScreeningQuestionOption.d.ts +2 -0
- package/api/resources/ats/types/Url.d.ts +2 -0
- package/api/resources/ats/types/index.d.ts +6 -0
- package/api/resources/ats/types/index.js +6 -0
- package/api/resources/crm/resources/accountDetails/client/Client.js +2 -1
- package/api/resources/crm/resources/accountToken/client/Client.js +2 -1
- package/api/resources/crm/resources/accounts/client/Client.js +18 -8
- package/api/resources/crm/resources/accounts/client/requests/AccountsRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/associationTypes/client/Client.js +8 -4
- package/api/resources/crm/resources/associations/client/Client.js +4 -2
- package/api/resources/crm/resources/asyncPassthrough/client/Client.js +4 -2
- package/api/resources/crm/resources/auditTrail/client/Client.js +2 -1
- package/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/crm/resources/availableActions/client/Client.js +2 -1
- package/api/resources/crm/resources/contacts/client/Client.js +19 -9
- package/api/resources/crm/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/customObjectClasses/client/Client.js +4 -2
- package/api/resources/crm/resources/customObjects/client/Client.d.ts +10 -1
- package/api/resources/crm/resources/customObjects/client/Client.js +87 -5
- package/api/resources/crm/resources/customObjects/client/requests/CrmCustomObjectEndpointRequest.d.ts +3 -1
- package/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.d.ts +33 -0
- package/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.js +5 -0
- package/api/resources/crm/resources/customObjects/client/requests/index.d.ts +1 -0
- package/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/crm/resources/engagementTypes/client/Client.js +10 -4
- package/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/engagements/client/Client.js +18 -8
- package/api/resources/crm/resources/engagements/client/requests/EngagementsRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/fieldMapping/client/Client.d.ts +1 -1
- package/api/resources/crm/resources/fieldMapping/client/Client.js +13 -7
- package/api/resources/crm/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/api/resources/crm/resources/forceResync/client/Client.js +2 -1
- package/api/resources/crm/resources/generateKey/client/Client.js +2 -1
- package/api/resources/crm/resources/issues/client/Client.d.ts +1 -1
- package/api/resources/crm/resources/issues/client/Client.js +9 -4
- package/api/resources/crm/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/leads/client/Client.js +14 -6
- package/api/resources/crm/resources/leads/client/requests/LeadsRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/linkToken/client/Client.d.ts +1 -1
- package/api/resources/crm/resources/linkToken/client/Client.js +3 -2
- package/api/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +3 -1
- package/api/resources/crm/resources/linkedAccounts/client/Client.js +2 -1
- package/api/resources/crm/resources/notes/client/Client.js +14 -6
- package/api/resources/crm/resources/notes/client/requests/NotesRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/opportunities/client/Client.js +22 -9
- package/api/resources/crm/resources/opportunities/client/requests/OpportunitiesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/passthrough/client/Client.js +2 -1
- package/api/resources/crm/resources/regenerateKey/client/Client.js +2 -1
- package/api/resources/crm/resources/scopes/client/Client.d.ts +16 -1
- package/api/resources/crm/resources/scopes/client/Client.js +22 -4
- package/api/resources/crm/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
- package/api/resources/crm/resources/stages/client/Client.js +10 -4
- package/api/resources/crm/resources/stages/client/requests/StagesRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/syncStatus/client/Client.js +2 -1
- package/api/resources/crm/resources/tasks/client/Client.js +18 -8
- package/api/resources/crm/resources/tasks/client/requests/TasksRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/users/client/Client.js +11 -5
- package/api/resources/crm/resources/users/client/requests/UsersRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/webhookReceivers/client/Client.js +4 -2
- package/api/resources/crm/types/AccountIntegration.d.ts +2 -0
- package/api/resources/crm/types/Association.d.ts +2 -2
- package/api/resources/crm/types/AuditLogEvent.d.ts +1 -0
- package/api/resources/crm/types/AuditLogEventEventType.d.ts +1 -0
- package/api/resources/crm/types/EventTypeEnum.d.ts +3 -1
- package/api/resources/crm/types/EventTypeEnum.js +1 -0
- package/api/resources/crm/types/RemoteField.d.ts +1 -1
- package/api/resources/crm/types/RemoteFieldApi.d.ts +1 -1
- package/api/resources/crm/types/RemoteFieldRequest.d.ts +1 -1
- package/api/resources/filestorage/resources/accountDetails/client/Client.js +2 -1
- package/api/resources/filestorage/resources/accountToken/client/Client.js +2 -1
- package/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +4 -2
- package/api/resources/filestorage/resources/auditTrail/client/Client.js +2 -1
- package/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/filestorage/resources/availableActions/client/Client.js +2 -1
- package/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/filestorage/resources/drives/client/Client.js +4 -2
- package/api/resources/filestorage/resources/fieldMapping/client/Client.d.ts +1 -1
- package/api/resources/filestorage/resources/fieldMapping/client/Client.js +13 -7
- package/api/resources/filestorage/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/api/resources/filestorage/resources/files/client/Client.d.ts +1 -1
- package/api/resources/filestorage/resources/files/client/Client.js +10 -6
- package/api/resources/filestorage/resources/folders/client/Client.js +8 -4
- package/api/resources/filestorage/resources/forceResync/client/Client.js +2 -1
- package/api/resources/filestorage/resources/generateKey/client/Client.js +2 -1
- package/api/resources/filestorage/resources/groups/client/Client.js +4 -2
- package/api/resources/filestorage/resources/issues/client/Client.d.ts +1 -1
- package/api/resources/filestorage/resources/issues/client/Client.js +9 -4
- package/api/resources/filestorage/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
- package/api/resources/filestorage/resources/linkToken/client/Client.d.ts +1 -1
- package/api/resources/filestorage/resources/linkToken/client/Client.js +3 -2
- package/api/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +3 -1
- package/api/resources/filestorage/resources/linkedAccounts/client/Client.js +2 -1
- package/api/resources/filestorage/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
- package/api/resources/filestorage/resources/passthrough/client/Client.js +2 -1
- package/api/resources/filestorage/resources/regenerateKey/client/Client.js +2 -1
- package/api/resources/filestorage/resources/scopes/client/Client.d.ts +16 -1
- package/api/resources/filestorage/resources/scopes/client/Client.js +22 -4
- package/api/resources/filestorage/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
- package/api/resources/filestorage/resources/syncStatus/client/Client.js +2 -1
- package/api/resources/filestorage/resources/users/client/Client.js +4 -2
- package/api/resources/filestorage/resources/webhookReceivers/client/Client.js +4 -2
- package/api/resources/filestorage/types/AccountIntegration.d.ts +2 -0
- package/api/resources/filestorage/types/AuditLogEvent.d.ts +1 -0
- package/api/resources/filestorage/types/AuditLogEventEventType.d.ts +1 -0
- package/api/resources/filestorage/types/EventTypeEnum.d.ts +3 -1
- package/api/resources/filestorage/types/EventTypeEnum.js +1 -0
- package/api/resources/filestorage/types/Group.d.ts +1 -1
- package/api/resources/filestorage/types/RemoteFieldApi.d.ts +1 -1
- package/api/resources/hris/resources/accountDetails/client/Client.js +2 -1
- package/api/resources/hris/resources/accountToken/client/Client.js +2 -1
- package/api/resources/hris/resources/asyncPassthrough/client/Client.js +4 -2
- package/api/resources/hris/resources/auditTrail/client/Client.js +2 -1
- package/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/hris/resources/availableActions/client/Client.js +2 -1
- package/api/resources/hris/resources/bankInfo/client/Client.js +4 -2
- package/api/resources/hris/resources/bankInfo/client/requests/BankInfoListRequest.d.ts +1 -1
- package/api/resources/hris/resources/benefits/client/Client.js +4 -2
- package/api/resources/hris/resources/companies/client/Client.js +4 -2
- package/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/hris/resources/dependents/client/Client.js +4 -2
- package/api/resources/hris/resources/employeePayrollRuns/client/Client.js +4 -2
- package/api/resources/hris/resources/employees/client/Client.js +9 -5
- package/api/resources/hris/resources/employerBenefits/client/Client.js +4 -2
- package/api/resources/hris/resources/employments/client/Client.js +4 -2
- package/api/resources/hris/resources/employments/client/requests/EmploymentsListRequest.d.ts +1 -1
- package/api/resources/hris/resources/fieldMapping/client/Client.d.ts +1 -1
- package/api/resources/hris/resources/fieldMapping/client/Client.js +13 -7
- package/api/resources/hris/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/api/resources/hris/resources/forceResync/client/Client.js +2 -1
- package/api/resources/hris/resources/generateKey/client/Client.js +2 -1
- package/api/resources/hris/resources/groups/client/Client.js +4 -2
- package/api/resources/hris/resources/issues/client/Client.d.ts +1 -1
- package/api/resources/hris/resources/issues/client/Client.js +9 -4
- package/api/resources/hris/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
- package/api/resources/hris/resources/linkToken/client/Client.d.ts +1 -1
- package/api/resources/hris/resources/linkToken/client/Client.js +3 -2
- package/api/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +3 -1
- package/api/resources/hris/resources/linkedAccounts/client/Client.js +2 -1
- package/api/resources/hris/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
- package/api/resources/hris/resources/locations/client/Client.js +4 -2
- package/api/resources/hris/resources/passthrough/client/Client.js +2 -1
- package/api/resources/hris/resources/payGroups/client/Client.js +4 -2
- package/api/resources/hris/resources/payrollRuns/client/Client.js +4 -2
- package/api/resources/hris/resources/regenerateKey/client/Client.js +2 -1
- package/api/resources/hris/resources/scopes/client/Client.d.ts +16 -1
- package/api/resources/hris/resources/scopes/client/Client.js +22 -4
- package/api/resources/hris/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
- package/api/resources/hris/resources/syncStatus/client/Client.js +2 -1
- package/api/resources/hris/resources/teams/client/Client.js +4 -2
- package/api/resources/hris/resources/timeOff/client/Client.js +8 -4
- package/api/resources/hris/resources/timeOffBalances/client/Client.js +4 -2
- package/api/resources/hris/resources/timesheetEntries/client/Client.js +8 -4
- package/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesListRequest.d.ts +5 -5
- package/api/resources/hris/resources/webhookReceivers/client/Client.js +4 -2
- package/api/resources/hris/types/AccountIntegration.d.ts +2 -0
- package/api/resources/hris/types/AuditLogEvent.d.ts +1 -0
- package/api/resources/hris/types/AuditLogEventEventType.d.ts +1 -0
- package/api/resources/hris/types/EventTypeEnum.d.ts +3 -1
- package/api/resources/hris/types/EventTypeEnum.js +1 -0
- package/api/resources/hris/types/RemoteFieldApi.d.ts +1 -1
- package/api/resources/index.d.ts +2 -2
- package/api/resources/index.js +3 -3
- package/api/resources/ticketing/resources/accountDetails/client/Client.js +2 -1
- package/api/resources/ticketing/resources/accountToken/client/Client.js +2 -1
- package/api/resources/ticketing/resources/accounts/client/Client.js +4 -2
- package/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +4 -2
- package/api/resources/ticketing/resources/attachments/client/Client.d.ts +1 -1
- package/api/resources/ticketing/resources/attachments/client/Client.js +10 -6
- package/api/resources/ticketing/resources/auditTrail/client/Client.js +2 -1
- package/api/resources/ticketing/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/ticketing/resources/availableActions/client/Client.js +2 -1
- package/api/resources/ticketing/resources/collections/client/Client.js +6 -3
- package/api/resources/ticketing/resources/comments/client/Client.js +8 -4
- package/api/resources/ticketing/resources/contacts/client/Client.js +8 -4
- package/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +1 -1
- package/api/resources/ticketing/resources/fieldMapping/client/Client.js +13 -7
- package/api/resources/ticketing/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/api/resources/ticketing/resources/forceResync/client/Client.js +2 -1
- package/api/resources/ticketing/resources/generateKey/client/Client.js +2 -1
- package/api/resources/ticketing/resources/issues/client/Client.d.ts +1 -1
- package/api/resources/ticketing/resources/issues/client/Client.js +9 -4
- package/api/resources/ticketing/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/linkToken/client/Client.d.ts +1 -1
- package/api/resources/ticketing/resources/linkToken/client/Client.js +3 -2
- package/api/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +3 -1
- package/api/resources/ticketing/resources/linkedAccounts/client/Client.js +2 -1
- package/api/resources/ticketing/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
- package/api/resources/ticketing/resources/passthrough/client/Client.js +2 -1
- package/api/resources/ticketing/resources/projects/client/Client.js +6 -3
- package/api/resources/ticketing/resources/regenerateKey/client/Client.js +2 -1
- package/api/resources/ticketing/resources/roles/client/Client.js +4 -2
- package/api/resources/ticketing/resources/scopes/client/Client.d.ts +16 -1
- package/api/resources/ticketing/resources/scopes/client/Client.js +22 -4
- package/api/resources/ticketing/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
- package/api/resources/ticketing/resources/syncStatus/client/Client.js +2 -1
- package/api/resources/ticketing/resources/tags/client/Client.js +4 -2
- package/api/resources/ticketing/resources/teams/client/Client.js +4 -2
- package/api/resources/ticketing/resources/tickets/client/Client.js +24 -10
- package/api/resources/ticketing/resources/tickets/client/requests/TicketsListRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/tickets/client/requests/TicketsRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/users/client/Client.js +4 -2
- package/api/resources/ticketing/resources/webhookReceivers/client/Client.js +4 -2
- package/api/resources/ticketing/types/AccountIntegration.d.ts +2 -0
- package/api/resources/ticketing/types/AuditLogEvent.d.ts +1 -0
- package/api/resources/ticketing/types/AuditLogEventEventType.d.ts +1 -0
- package/api/resources/ticketing/types/EventTypeEnum.d.ts +3 -1
- package/api/resources/ticketing/types/EventTypeEnum.js +1 -0
- package/api/resources/ticketing/types/RemoteFieldApi.d.ts +1 -1
- package/api/resources/ticketing/types/Tag.d.ts +1 -0
- package/dist/Client.d.ts +6 -6
- package/dist/Client.js +12 -12
- package/dist/api/resources/accounting/resources/accountDetails/client/Client.js +2 -1
- package/dist/api/resources/accounting/resources/accountToken/client/Client.js +2 -1
- package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.js +4 -2
- package/dist/api/resources/accounting/resources/accounts/client/Client.js +8 -4
- package/dist/api/resources/accounting/resources/addresses/client/Client.js +2 -1
- package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.js +4 -2
- package/dist/api/resources/accounting/resources/attachments/client/Client.js +8 -4
- package/dist/api/resources/accounting/resources/auditTrail/client/Client.js +2 -1
- package/dist/api/resources/accounting/resources/availableActions/client/Client.js +2 -1
- package/dist/api/resources/accounting/resources/balanceSheets/client/Client.js +4 -2
- package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.js +4 -2
- package/dist/api/resources/accounting/resources/companyInfo/client/Client.js +4 -2
- package/dist/api/resources/accounting/resources/contacts/client/Client.js +8 -4
- package/dist/api/resources/accounting/resources/creditNotes/client/Client.js +4 -2
- package/dist/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/expenses/client/Client.js +8 -4
- package/dist/api/resources/accounting/resources/fieldMapping/client/Client.d.ts +1 -1
- package/dist/api/resources/accounting/resources/fieldMapping/client/Client.js +13 -7
- package/dist/api/resources/accounting/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/dist/api/resources/accounting/resources/forceResync/client/Client.js +2 -1
- package/dist/api/resources/accounting/resources/generateKey/client/Client.js +2 -1
- package/dist/api/resources/accounting/resources/incomeStatements/client/Client.js +4 -2
- package/dist/api/resources/accounting/resources/invoices/client/Client.js +12 -6
- package/dist/api/resources/accounting/resources/issues/client/Client.js +4 -2
- package/dist/api/resources/accounting/resources/items/client/Client.js +4 -2
- package/dist/api/resources/accounting/resources/journalEntries/client/Client.js +8 -4
- package/dist/api/resources/accounting/resources/linkToken/client/Client.d.ts +1 -1
- package/dist/api/resources/accounting/resources/linkToken/client/Client.js +3 -2
- package/dist/api/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
- package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.js +2 -1
- package/dist/api/resources/accounting/resources/passthrough/client/Client.js +2 -1
- package/dist/api/resources/accounting/resources/payments/client/Client.js +12 -6
- package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.js +2 -1
- package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.js +8 -4
- package/dist/api/resources/accounting/resources/regenerateKey/client/Client.js +2 -1
- package/dist/api/resources/accounting/resources/scopes/client/Client.d.ts +16 -1
- package/dist/api/resources/accounting/resources/scopes/client/Client.js +22 -4
- package/dist/api/resources/accounting/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
- package/dist/api/resources/accounting/resources/syncStatus/client/Client.js +2 -1
- package/dist/api/resources/accounting/resources/taxRates/client/Client.js +4 -2
- package/dist/api/resources/accounting/resources/trackingCategories/client/Client.js +4 -2
- package/dist/api/resources/accounting/resources/transactions/client/Client.js +4 -2
- package/dist/api/resources/accounting/resources/vendorCredits/client/Client.js +4 -2
- package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.js +4 -2
- package/dist/api/resources/ats/resources/accountDetails/client/Client.js +2 -1
- package/dist/api/resources/ats/resources/accountToken/client/Client.js +2 -1
- package/dist/api/resources/ats/resources/activities/client/Client.js +8 -4
- package/dist/api/resources/ats/resources/applications/client/Client.js +10 -5
- package/dist/api/resources/ats/resources/applications/types/ApplicationsListRequestExpand.d.ts +193 -1
- package/dist/api/resources/ats/resources/applications/types/ApplicationsListRequestExpand.js +192 -0
- package/dist/api/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.d.ts +193 -1
- package/dist/api/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.js +192 -0
- package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.js +4 -2
- package/dist/api/resources/ats/resources/attachments/client/Client.js +8 -4
- package/dist/api/resources/ats/resources/auditTrail/client/Client.js +2 -1
- package/dist/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/dist/api/resources/ats/resources/availableActions/client/Client.js +2 -1
- package/dist/api/resources/ats/resources/candidates/client/Client.js +13 -7
- package/dist/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/departments/client/Client.js +4 -2
- package/dist/api/resources/ats/resources/eeocs/client/Client.js +4 -2
- package/dist/api/resources/ats/resources/fieldMapping/client/Client.d.ts +1 -1
- package/dist/api/resources/ats/resources/fieldMapping/client/Client.js +13 -7
- package/dist/api/resources/ats/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/dist/api/resources/ats/resources/forceResync/client/Client.js +2 -1
- package/dist/api/resources/ats/resources/generateKey/client/Client.js +2 -1
- package/dist/api/resources/ats/resources/interviews/client/Client.js +8 -4
- package/dist/api/resources/ats/resources/issues/client/Client.d.ts +1 -1
- package/dist/api/resources/ats/resources/issues/client/Client.js +9 -4
- package/dist/api/resources/ats/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.js +4 -2
- package/dist/api/resources/ats/resources/jobPostings/client/Client.js +4 -2
- package/dist/api/resources/ats/resources/jobs/client/Client.js +6 -3
- package/dist/api/resources/ats/resources/linkToken/client/Client.d.ts +1 -1
- package/dist/api/resources/ats/resources/linkToken/client/Client.js +3 -2
- package/dist/api/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +3 -1
- package/dist/api/resources/ats/resources/linkedAccounts/client/Client.js +2 -1
- package/dist/api/resources/ats/resources/offers/client/Client.js +4 -2
- package/dist/api/resources/ats/resources/offices/client/Client.js +4 -2
- package/dist/api/resources/ats/resources/passthrough/client/Client.js +2 -1
- package/dist/api/resources/ats/resources/regenerateKey/client/Client.js +2 -1
- package/dist/api/resources/ats/resources/rejectReasons/client/Client.js +4 -2
- package/dist/api/resources/ats/resources/scopes/client/Client.d.ts +16 -1
- package/dist/api/resources/ats/resources/scopes/client/Client.js +22 -4
- package/dist/api/resources/ats/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
- package/dist/api/resources/ats/resources/scorecards/client/Client.js +4 -2
- package/dist/api/resources/ats/resources/syncStatus/client/Client.js +2 -1
- package/dist/api/resources/ats/resources/tags/client/Client.js +2 -1
- package/dist/api/resources/ats/resources/users/client/Client.js +4 -2
- package/dist/api/resources/ats/resources/webhookReceivers/client/Client.js +4 -2
- package/dist/api/resources/ats/types/AccountIntegration.d.ts +2 -0
- package/dist/api/resources/ats/types/Activity.d.ts +0 -1
- package/dist/api/resources/ats/types/ActivityRequest.d.ts +0 -1
- package/dist/api/resources/ats/types/Application.d.ts +1 -0
- package/dist/api/resources/ats/types/ApplicationRequest.d.ts +1 -0
- package/dist/api/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.d.ts +5 -0
- package/dist/api/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.js +5 -0
- package/dist/api/resources/ats/types/ApplicationScreeningQuestionAnswersItem.d.ts +5 -0
- package/dist/api/resources/ats/types/ApplicationScreeningQuestionAnswersItem.js +5 -0
- package/dist/api/resources/ats/types/AuditLogEvent.d.ts +1 -0
- package/dist/api/resources/ats/types/AuditLogEventEventType.d.ts +1 -0
- package/dist/api/resources/ats/types/EmailAddress.d.ts +2 -0
- package/dist/api/resources/ats/types/EventTypeEnum.d.ts +3 -1
- package/dist/api/resources/ats/types/EventTypeEnum.js +1 -0
- package/dist/api/resources/ats/types/PhoneNumber.d.ts +2 -0
- package/dist/api/resources/ats/types/RemoteFieldApi.d.ts +1 -1
- package/dist/api/resources/ats/types/ScreeningQuestion.d.ts +2 -0
- package/dist/api/resources/ats/types/ScreeningQuestionAnswer.d.ts +30 -0
- package/dist/api/resources/ats/types/ScreeningQuestionAnswer.js +5 -0
- package/dist/api/resources/ats/types/ScreeningQuestionAnswerQuestion.d.ts +8 -0
- package/dist/api/resources/ats/types/ScreeningQuestionAnswerQuestion.js +5 -0
- package/dist/api/resources/ats/types/ScreeningQuestionAnswerRequest.d.ts +25 -0
- package/dist/api/resources/ats/types/ScreeningQuestionAnswerRequest.js +5 -0
- package/dist/api/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.d.ts +8 -0
- package/dist/api/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.js +5 -0
- package/dist/api/resources/ats/types/ScreeningQuestionOption.d.ts +2 -0
- package/dist/api/resources/ats/types/Url.d.ts +2 -0
- package/dist/api/resources/ats/types/index.d.ts +6 -0
- package/dist/api/resources/ats/types/index.js +6 -0
- package/dist/api/resources/crm/resources/accountDetails/client/Client.js +2 -1
- package/dist/api/resources/crm/resources/accountToken/client/Client.js +2 -1
- package/dist/api/resources/crm/resources/accounts/client/Client.js +18 -8
- package/dist/api/resources/crm/resources/accounts/client/requests/AccountsRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/associationTypes/client/Client.js +8 -4
- package/dist/api/resources/crm/resources/associations/client/Client.js +4 -2
- package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.js +4 -2
- package/dist/api/resources/crm/resources/auditTrail/client/Client.js +2 -1
- package/dist/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/dist/api/resources/crm/resources/availableActions/client/Client.js +2 -1
- package/dist/api/resources/crm/resources/contacts/client/Client.js +19 -9
- package/dist/api/resources/crm/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/customObjectClasses/client/Client.js +4 -2
- package/dist/api/resources/crm/resources/customObjects/client/Client.d.ts +10 -1
- package/dist/api/resources/crm/resources/customObjects/client/Client.js +87 -5
- package/dist/api/resources/crm/resources/customObjects/client/requests/CrmCustomObjectEndpointRequest.d.ts +3 -1
- package/dist/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.d.ts +33 -0
- package/dist/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.js +5 -0
- package/dist/api/resources/crm/resources/customObjects/client/requests/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/engagementTypes/client/Client.js +10 -4
- package/dist/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/engagements/client/Client.js +18 -8
- package/dist/api/resources/crm/resources/engagements/client/requests/EngagementsRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/fieldMapping/client/Client.d.ts +1 -1
- package/dist/api/resources/crm/resources/fieldMapping/client/Client.js +13 -7
- package/dist/api/resources/crm/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/dist/api/resources/crm/resources/forceResync/client/Client.js +2 -1
- package/dist/api/resources/crm/resources/generateKey/client/Client.js +2 -1
- package/dist/api/resources/crm/resources/issues/client/Client.d.ts +1 -1
- package/dist/api/resources/crm/resources/issues/client/Client.js +9 -4
- package/dist/api/resources/crm/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/leads/client/Client.js +14 -6
- package/dist/api/resources/crm/resources/leads/client/requests/LeadsRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/linkToken/client/Client.d.ts +1 -1
- package/dist/api/resources/crm/resources/linkToken/client/Client.js +3 -2
- package/dist/api/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +3 -1
- package/dist/api/resources/crm/resources/linkedAccounts/client/Client.js +2 -1
- package/dist/api/resources/crm/resources/notes/client/Client.js +14 -6
- package/dist/api/resources/crm/resources/notes/client/requests/NotesRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/opportunities/client/Client.js +22 -9
- package/dist/api/resources/crm/resources/opportunities/client/requests/OpportunitiesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/passthrough/client/Client.js +2 -1
- package/dist/api/resources/crm/resources/regenerateKey/client/Client.js +2 -1
- package/dist/api/resources/crm/resources/scopes/client/Client.d.ts +16 -1
- package/dist/api/resources/crm/resources/scopes/client/Client.js +22 -4
- package/dist/api/resources/crm/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
- package/dist/api/resources/crm/resources/stages/client/Client.js +10 -4
- package/dist/api/resources/crm/resources/stages/client/requests/StagesRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/syncStatus/client/Client.js +2 -1
- package/dist/api/resources/crm/resources/tasks/client/Client.js +18 -8
- package/dist/api/resources/crm/resources/tasks/client/requests/TasksRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/users/client/Client.js +11 -5
- package/dist/api/resources/crm/resources/users/client/requests/UsersRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/webhookReceivers/client/Client.js +4 -2
- package/dist/api/resources/crm/types/AccountIntegration.d.ts +2 -0
- package/dist/api/resources/crm/types/Association.d.ts +2 -2
- package/dist/api/resources/crm/types/AuditLogEvent.d.ts +1 -0
- package/dist/api/resources/crm/types/AuditLogEventEventType.d.ts +1 -0
- package/dist/api/resources/crm/types/EventTypeEnum.d.ts +3 -1
- package/dist/api/resources/crm/types/EventTypeEnum.js +1 -0
- package/dist/api/resources/crm/types/RemoteField.d.ts +1 -1
- package/dist/api/resources/crm/types/RemoteFieldApi.d.ts +1 -1
- package/dist/api/resources/crm/types/RemoteFieldRequest.d.ts +1 -1
- package/dist/api/resources/filestorage/resources/accountDetails/client/Client.js +2 -1
- package/dist/api/resources/filestorage/resources/accountToken/client/Client.js +2 -1
- package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +4 -2
- package/dist/api/resources/filestorage/resources/auditTrail/client/Client.js +2 -1
- package/dist/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/dist/api/resources/filestorage/resources/availableActions/client/Client.js +2 -1
- package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/drives/client/Client.js +4 -2
- package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.d.ts +1 -1
- package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.js +13 -7
- package/dist/api/resources/filestorage/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/dist/api/resources/filestorage/resources/files/client/Client.d.ts +1 -1
- package/dist/api/resources/filestorage/resources/files/client/Client.js +10 -6
- package/dist/api/resources/filestorage/resources/folders/client/Client.js +8 -4
- package/dist/api/resources/filestorage/resources/forceResync/client/Client.js +2 -1
- package/dist/api/resources/filestorage/resources/generateKey/client/Client.js +2 -1
- package/dist/api/resources/filestorage/resources/groups/client/Client.js +4 -2
- package/dist/api/resources/filestorage/resources/issues/client/Client.d.ts +1 -1
- package/dist/api/resources/filestorage/resources/issues/client/Client.js +9 -4
- package/dist/api/resources/filestorage/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/linkToken/client/Client.d.ts +1 -1
- package/dist/api/resources/filestorage/resources/linkToken/client/Client.js +3 -2
- package/dist/api/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +3 -1
- package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.js +2 -1
- package/dist/api/resources/filestorage/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
- package/dist/api/resources/filestorage/resources/passthrough/client/Client.js +2 -1
- package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.js +2 -1
- package/dist/api/resources/filestorage/resources/scopes/client/Client.d.ts +16 -1
- package/dist/api/resources/filestorage/resources/scopes/client/Client.js +22 -4
- package/dist/api/resources/filestorage/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
- package/dist/api/resources/filestorage/resources/syncStatus/client/Client.js +2 -1
- package/dist/api/resources/filestorage/resources/users/client/Client.js +4 -2
- package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.js +4 -2
- package/dist/api/resources/filestorage/types/AccountIntegration.d.ts +2 -0
- package/dist/api/resources/filestorage/types/AuditLogEvent.d.ts +1 -0
- package/dist/api/resources/filestorage/types/AuditLogEventEventType.d.ts +1 -0
- package/dist/api/resources/filestorage/types/EventTypeEnum.d.ts +3 -1
- package/dist/api/resources/filestorage/types/EventTypeEnum.js +1 -0
- package/dist/api/resources/filestorage/types/Group.d.ts +1 -1
- package/dist/api/resources/filestorage/types/RemoteFieldApi.d.ts +1 -1
- package/dist/api/resources/hris/resources/accountDetails/client/Client.js +2 -1
- package/dist/api/resources/hris/resources/accountToken/client/Client.js +2 -1
- package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.js +4 -2
- package/dist/api/resources/hris/resources/auditTrail/client/Client.js +2 -1
- package/dist/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/dist/api/resources/hris/resources/availableActions/client/Client.js +2 -1
- package/dist/api/resources/hris/resources/bankInfo/client/Client.js +4 -2
- package/dist/api/resources/hris/resources/bankInfo/client/requests/BankInfoListRequest.d.ts +1 -1
- package/dist/api/resources/hris/resources/benefits/client/Client.js +4 -2
- package/dist/api/resources/hris/resources/companies/client/Client.js +4 -2
- package/dist/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/dependents/client/Client.js +4 -2
- package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.js +4 -2
- package/dist/api/resources/hris/resources/employees/client/Client.js +9 -5
- package/dist/api/resources/hris/resources/employerBenefits/client/Client.js +4 -2
- package/dist/api/resources/hris/resources/employments/client/Client.js +4 -2
- package/dist/api/resources/hris/resources/employments/client/requests/EmploymentsListRequest.d.ts +1 -1
- package/dist/api/resources/hris/resources/fieldMapping/client/Client.d.ts +1 -1
- package/dist/api/resources/hris/resources/fieldMapping/client/Client.js +13 -7
- package/dist/api/resources/hris/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/dist/api/resources/hris/resources/forceResync/client/Client.js +2 -1
- package/dist/api/resources/hris/resources/generateKey/client/Client.js +2 -1
- package/dist/api/resources/hris/resources/groups/client/Client.js +4 -2
- package/dist/api/resources/hris/resources/issues/client/Client.d.ts +1 -1
- package/dist/api/resources/hris/resources/issues/client/Client.js +9 -4
- package/dist/api/resources/hris/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/linkToken/client/Client.d.ts +1 -1
- package/dist/api/resources/hris/resources/linkToken/client/Client.js +3 -2
- package/dist/api/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +3 -1
- package/dist/api/resources/hris/resources/linkedAccounts/client/Client.js +2 -1
- package/dist/api/resources/hris/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
- package/dist/api/resources/hris/resources/locations/client/Client.js +4 -2
- package/dist/api/resources/hris/resources/passthrough/client/Client.js +2 -1
- package/dist/api/resources/hris/resources/payGroups/client/Client.js +4 -2
- package/dist/api/resources/hris/resources/payrollRuns/client/Client.js +4 -2
- package/dist/api/resources/hris/resources/regenerateKey/client/Client.js +2 -1
- package/dist/api/resources/hris/resources/scopes/client/Client.d.ts +16 -1
- package/dist/api/resources/hris/resources/scopes/client/Client.js +22 -4
- package/dist/api/resources/hris/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
- package/dist/api/resources/hris/resources/syncStatus/client/Client.js +2 -1
- package/dist/api/resources/hris/resources/teams/client/Client.js +4 -2
- package/dist/api/resources/hris/resources/timeOff/client/Client.js +8 -4
- package/dist/api/resources/hris/resources/timeOffBalances/client/Client.js +4 -2
- package/dist/api/resources/hris/resources/timesheetEntries/client/Client.js +8 -4
- package/dist/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesListRequest.d.ts +5 -5
- package/dist/api/resources/hris/resources/webhookReceivers/client/Client.js +4 -2
- package/dist/api/resources/hris/types/AccountIntegration.d.ts +2 -0
- package/dist/api/resources/hris/types/AuditLogEvent.d.ts +1 -0
- package/dist/api/resources/hris/types/AuditLogEventEventType.d.ts +1 -0
- package/dist/api/resources/hris/types/EventTypeEnum.d.ts +3 -1
- package/dist/api/resources/hris/types/EventTypeEnum.js +1 -0
- package/dist/api/resources/hris/types/RemoteFieldApi.d.ts +1 -1
- package/dist/api/resources/index.d.ts +2 -2
- package/dist/api/resources/index.js +3 -3
- package/dist/api/resources/ticketing/resources/accountDetails/client/Client.js +2 -1
- package/dist/api/resources/ticketing/resources/accountToken/client/Client.js +2 -1
- package/dist/api/resources/ticketing/resources/accounts/client/Client.js +4 -2
- package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +4 -2
- package/dist/api/resources/ticketing/resources/attachments/client/Client.d.ts +1 -1
- package/dist/api/resources/ticketing/resources/attachments/client/Client.js +10 -6
- package/dist/api/resources/ticketing/resources/auditTrail/client/Client.js +2 -1
- package/dist/api/resources/ticketing/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/dist/api/resources/ticketing/resources/availableActions/client/Client.js +2 -1
- package/dist/api/resources/ticketing/resources/collections/client/Client.js +6 -3
- package/dist/api/resources/ticketing/resources/comments/client/Client.js +8 -4
- package/dist/api/resources/ticketing/resources/contacts/client/Client.js +8 -4
- package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +1 -1
- package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.js +13 -7
- package/dist/api/resources/ticketing/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/dist/api/resources/ticketing/resources/forceResync/client/Client.js +2 -1
- package/dist/api/resources/ticketing/resources/generateKey/client/Client.js +2 -1
- package/dist/api/resources/ticketing/resources/issues/client/Client.d.ts +1 -1
- package/dist/api/resources/ticketing/resources/issues/client/Client.js +9 -4
- package/dist/api/resources/ticketing/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/linkToken/client/Client.d.ts +1 -1
- package/dist/api/resources/ticketing/resources/linkToken/client/Client.js +3 -2
- package/dist/api/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +3 -1
- package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.js +2 -1
- package/dist/api/resources/ticketing/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
- package/dist/api/resources/ticketing/resources/passthrough/client/Client.js +2 -1
- package/dist/api/resources/ticketing/resources/projects/client/Client.js +6 -3
- package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.js +2 -1
- package/dist/api/resources/ticketing/resources/roles/client/Client.js +4 -2
- package/dist/api/resources/ticketing/resources/scopes/client/Client.d.ts +16 -1
- package/dist/api/resources/ticketing/resources/scopes/client/Client.js +22 -4
- package/dist/api/resources/ticketing/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
- package/dist/api/resources/ticketing/resources/syncStatus/client/Client.js +2 -1
- package/dist/api/resources/ticketing/resources/tags/client/Client.js +4 -2
- package/dist/api/resources/ticketing/resources/teams/client/Client.js +4 -2
- package/dist/api/resources/ticketing/resources/tickets/client/Client.js +24 -10
- package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsListRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/users/client/Client.js +4 -2
- package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.js +4 -2
- package/dist/api/resources/ticketing/types/AccountIntegration.d.ts +2 -0
- package/dist/api/resources/ticketing/types/AuditLogEvent.d.ts +1 -0
- package/dist/api/resources/ticketing/types/AuditLogEventEventType.d.ts +1 -0
- package/dist/api/resources/ticketing/types/EventTypeEnum.d.ts +3 -1
- package/dist/api/resources/ticketing/types/EventTypeEnum.js +1 -0
- package/dist/api/resources/ticketing/types/RemoteFieldApi.d.ts +1 -1
- package/dist/api/resources/ticketing/types/Tag.d.ts +1 -0
- package/dist/serialization/resources/ats/resources/applications/types/ApplicationsListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/ats/resources/applications/types/ApplicationsListRequestExpand.js +192 -0
- package/dist/serialization/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.js +192 -0
- package/dist/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/dist/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
- package/dist/serialization/resources/ats/types/AccountIntegration.d.ts +1 -0
- package/dist/serialization/resources/ats/types/AccountIntegration.js +1 -0
- package/dist/serialization/resources/ats/types/Application.d.ts +1 -0
- package/dist/serialization/resources/ats/types/Application.js +3 -0
- package/dist/serialization/resources/ats/types/ApplicationRequest.d.ts +1 -0
- package/dist/serialization/resources/ats/types/ApplicationRequest.js +3 -0
- package/dist/serialization/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.d.ts +10 -0
- package/dist/serialization/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.js +43 -0
- package/dist/serialization/resources/ats/types/ApplicationScreeningQuestionAnswersItem.d.ts +10 -0
- package/dist/serialization/resources/ats/types/ApplicationScreeningQuestionAnswersItem.js +43 -0
- package/dist/serialization/resources/ats/types/EmailAddress.d.ts +1 -0
- package/dist/serialization/resources/ats/types/EmailAddress.js +1 -0
- package/dist/serialization/resources/ats/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/ats/types/EventTypeEnum.js +1 -0
- package/dist/serialization/resources/ats/types/PhoneNumber.d.ts +1 -0
- package/dist/serialization/resources/ats/types/PhoneNumber.js +1 -0
- package/dist/serialization/resources/ats/types/RemoteFieldApi.d.ts +1 -1
- package/dist/serialization/resources/ats/types/RemoteFieldApi.js +1 -1
- package/dist/serialization/resources/ats/types/ScreeningQuestion.d.ts +1 -0
- package/dist/serialization/resources/ats/types/ScreeningQuestion.js +1 -0
- package/dist/serialization/resources/ats/types/ScreeningQuestionAnswer.d.ts +18 -0
- package/dist/serialization/resources/ats/types/ScreeningQuestionAnswer.js +50 -0
- package/dist/serialization/resources/ats/types/ScreeningQuestionAnswerQuestion.d.ts +10 -0
- package/dist/serialization/resources/ats/types/ScreeningQuestionAnswerQuestion.js +43 -0
- package/dist/serialization/resources/ats/types/ScreeningQuestionAnswerRequest.d.ts +16 -0
- package/dist/serialization/resources/ats/types/ScreeningQuestionAnswerRequest.js +48 -0
- package/dist/serialization/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.d.ts +10 -0
- package/dist/serialization/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.js +43 -0
- package/dist/serialization/resources/ats/types/ScreeningQuestionOption.d.ts +1 -0
- package/dist/serialization/resources/ats/types/ScreeningQuestionOption.js +1 -0
- package/dist/serialization/resources/ats/types/Url.d.ts +1 -0
- package/dist/serialization/resources/ats/types/Url.js +1 -0
- package/dist/serialization/resources/ats/types/index.d.ts +6 -0
- package/dist/serialization/resources/ats/types/index.js +6 -0
- package/dist/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/dist/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
- package/dist/serialization/resources/crm/types/AccountIntegration.d.ts +1 -0
- package/dist/serialization/resources/crm/types/AccountIntegration.js +1 -0
- package/dist/serialization/resources/crm/types/Association.d.ts +2 -2
- package/dist/serialization/resources/crm/types/Association.js +2 -2
- package/dist/serialization/resources/crm/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/crm/types/EventTypeEnum.js +1 -0
- package/dist/serialization/resources/crm/types/RemoteField.d.ts +1 -1
- package/dist/serialization/resources/crm/types/RemoteField.js +1 -1
- package/dist/serialization/resources/crm/types/RemoteFieldApi.d.ts +1 -1
- package/dist/serialization/resources/crm/types/RemoteFieldApi.js +1 -1
- package/dist/serialization/resources/crm/types/RemoteFieldRequest.d.ts +1 -1
- package/dist/serialization/resources/crm/types/RemoteFieldRequest.js +1 -1
- package/dist/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/dist/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
- package/dist/serialization/resources/filestorage/types/AccountIntegration.d.ts +1 -0
- package/dist/serialization/resources/filestorage/types/AccountIntegration.js +1 -0
- package/dist/serialization/resources/filestorage/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/filestorage/types/EventTypeEnum.js +1 -0
- package/dist/serialization/resources/filestorage/types/RemoteFieldApi.d.ts +1 -1
- package/dist/serialization/resources/filestorage/types/RemoteFieldApi.js +1 -1
- package/dist/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/dist/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
- package/dist/serialization/resources/hris/types/AccountIntegration.d.ts +1 -0
- package/dist/serialization/resources/hris/types/AccountIntegration.js +1 -0
- package/dist/serialization/resources/hris/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/hris/types/EventTypeEnum.js +1 -0
- package/dist/serialization/resources/hris/types/RemoteFieldApi.d.ts +1 -1
- package/dist/serialization/resources/hris/types/RemoteFieldApi.js +1 -1
- package/dist/serialization/resources/index.d.ts +2 -2
- package/dist/serialization/resources/index.js +3 -3
- package/dist/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/dist/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
- package/dist/serialization/resources/ticketing/types/AccountIntegration.d.ts +1 -0
- package/dist/serialization/resources/ticketing/types/AccountIntegration.js +1 -0
- package/dist/serialization/resources/ticketing/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/ticketing/types/EventTypeEnum.js +1 -0
- package/dist/serialization/resources/ticketing/types/RemoteFieldApi.d.ts +1 -1
- package/dist/serialization/resources/ticketing/types/RemoteFieldApi.js +1 -1
- package/dist/serialization/resources/ticketing/types/Tag.d.ts +1 -0
- package/dist/serialization/resources/ticketing/types/Tag.js +1 -0
- package/package.json +1 -1
- package/serialization/resources/ats/resources/applications/types/ApplicationsListRequestExpand.d.ts +1 -1
- package/serialization/resources/ats/resources/applications/types/ApplicationsListRequestExpand.js +192 -0
- package/serialization/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.js +192 -0
- package/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
- package/serialization/resources/ats/types/AccountIntegration.d.ts +1 -0
- package/serialization/resources/ats/types/AccountIntegration.js +1 -0
- package/serialization/resources/ats/types/Application.d.ts +1 -0
- package/serialization/resources/ats/types/Application.js +3 -0
- package/serialization/resources/ats/types/ApplicationRequest.d.ts +1 -0
- package/serialization/resources/ats/types/ApplicationRequest.js +3 -0
- package/serialization/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.d.ts +10 -0
- package/serialization/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.js +43 -0
- package/serialization/resources/ats/types/ApplicationScreeningQuestionAnswersItem.d.ts +10 -0
- package/serialization/resources/ats/types/ApplicationScreeningQuestionAnswersItem.js +43 -0
- package/serialization/resources/ats/types/EmailAddress.d.ts +1 -0
- package/serialization/resources/ats/types/EmailAddress.js +1 -0
- package/serialization/resources/ats/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/ats/types/EventTypeEnum.js +1 -0
- package/serialization/resources/ats/types/PhoneNumber.d.ts +1 -0
- package/serialization/resources/ats/types/PhoneNumber.js +1 -0
- package/serialization/resources/ats/types/RemoteFieldApi.d.ts +1 -1
- package/serialization/resources/ats/types/RemoteFieldApi.js +1 -1
- package/serialization/resources/ats/types/ScreeningQuestion.d.ts +1 -0
- package/serialization/resources/ats/types/ScreeningQuestion.js +1 -0
- package/serialization/resources/ats/types/ScreeningQuestionAnswer.d.ts +18 -0
- package/serialization/resources/ats/types/ScreeningQuestionAnswer.js +50 -0
- package/serialization/resources/ats/types/ScreeningQuestionAnswerQuestion.d.ts +10 -0
- package/serialization/resources/ats/types/ScreeningQuestionAnswerQuestion.js +43 -0
- package/serialization/resources/ats/types/ScreeningQuestionAnswerRequest.d.ts +16 -0
- package/serialization/resources/ats/types/ScreeningQuestionAnswerRequest.js +48 -0
- package/serialization/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.d.ts +10 -0
- package/serialization/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.js +43 -0
- package/serialization/resources/ats/types/ScreeningQuestionOption.d.ts +1 -0
- package/serialization/resources/ats/types/ScreeningQuestionOption.js +1 -0
- package/serialization/resources/ats/types/Url.d.ts +1 -0
- package/serialization/resources/ats/types/Url.js +1 -0
- package/serialization/resources/ats/types/index.d.ts +6 -0
- package/serialization/resources/ats/types/index.js +6 -0
- package/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
- package/serialization/resources/crm/types/AccountIntegration.d.ts +1 -0
- package/serialization/resources/crm/types/AccountIntegration.js +1 -0
- package/serialization/resources/crm/types/Association.d.ts +2 -2
- package/serialization/resources/crm/types/Association.js +2 -2
- package/serialization/resources/crm/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/crm/types/EventTypeEnum.js +1 -0
- package/serialization/resources/crm/types/RemoteField.d.ts +1 -1
- package/serialization/resources/crm/types/RemoteField.js +1 -1
- package/serialization/resources/crm/types/RemoteFieldApi.d.ts +1 -1
- package/serialization/resources/crm/types/RemoteFieldApi.js +1 -1
- package/serialization/resources/crm/types/RemoteFieldRequest.d.ts +1 -1
- package/serialization/resources/crm/types/RemoteFieldRequest.js +1 -1
- package/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
- package/serialization/resources/filestorage/types/AccountIntegration.d.ts +1 -0
- package/serialization/resources/filestorage/types/AccountIntegration.js +1 -0
- package/serialization/resources/filestorage/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/filestorage/types/EventTypeEnum.js +1 -0
- package/serialization/resources/filestorage/types/RemoteFieldApi.d.ts +1 -1
- package/serialization/resources/filestorage/types/RemoteFieldApi.js +1 -1
- package/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
- package/serialization/resources/hris/types/AccountIntegration.d.ts +1 -0
- package/serialization/resources/hris/types/AccountIntegration.js +1 -0
- package/serialization/resources/hris/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/hris/types/EventTypeEnum.js +1 -0
- package/serialization/resources/hris/types/RemoteFieldApi.d.ts +1 -1
- package/serialization/resources/hris/types/RemoteFieldApi.js +1 -1
- package/serialization/resources/index.d.ts +2 -2
- package/serialization/resources/index.js +3 -3
- package/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
- package/serialization/resources/ticketing/types/AccountIntegration.d.ts +1 -0
- package/serialization/resources/ticketing/types/AccountIntegration.js +1 -0
- package/serialization/resources/ticketing/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/ticketing/types/EventTypeEnum.js +1 -0
- package/serialization/resources/ticketing/types/RemoteFieldApi.d.ts +1 -1
- package/serialization/resources/ticketing/types/RemoteFieldApi.js +1 -1
- package/serialization/resources/ticketing/types/Tag.d.ts +1 -0
- package/serialization/resources/ticketing/types/Tag.js +1 -0
|
@@ -6,5 +6,5 @@ import * as Merge from "../../../../../../api";
|
|
|
6
6
|
import * as core from "../../../../../../core";
|
|
7
7
|
export declare const ApplicationsRetrieveRequestExpand: core.serialization.Schema<serializers.ats.ApplicationsRetrieveRequestExpand.Raw, Merge.ats.ApplicationsRetrieveRequestExpand>;
|
|
8
8
|
export declare namespace ApplicationsRetrieveRequestExpand {
|
|
9
|
-
type Raw = "candidate" | "candidate,credited_to" | "candidate,credited_to,current_stage" | "candidate,credited_to,current_stage,reject_reason" | "candidate,credited_to,reject_reason" | "candidate,current_stage" | "candidate,current_stage,reject_reason" | "candidate,job" | "candidate,job,credited_to" | "candidate,job,credited_to,current_stage" | "candidate,job,credited_to,current_stage,reject_reason" | "candidate,job,credited_to,reject_reason" | "candidate,job,current_stage" | "candidate,job,current_stage,reject_reason" | "candidate,job,reject_reason" | "candidate,reject_reason" | "credited_to" | "credited_to,current_stage" | "credited_to,current_stage,reject_reason" | "credited_to,reject_reason" | "current_stage" | "current_stage,reject_reason" | "job" | "job,credited_to" | "job,credited_to,current_stage" | "job,credited_to,current_stage,reject_reason" | "job,credited_to,reject_reason" | "job,current_stage" | "job,current_stage,reject_reason" | "job,reject_reason" | "offers" | "offers,candidate" | "offers,candidate,credited_to" | "offers,candidate,credited_to,current_stage" | "offers,candidate,credited_to,current_stage,reject_reason" | "offers,candidate,credited_to,reject_reason" | "offers,candidate,current_stage" | "offers,candidate,current_stage,reject_reason" | "offers,candidate,job" | "offers,candidate,job,credited_to" | "offers,candidate,job,credited_to,current_stage" | "offers,candidate,job,credited_to,current_stage,reject_reason" | "offers,candidate,job,credited_to,reject_reason" | "offers,candidate,job,current_stage" | "offers,candidate,job,current_stage,reject_reason" | "offers,candidate,job,reject_reason" | "offers,candidate,reject_reason" | "offers,credited_to" | "offers,credited_to,current_stage" | "offers,credited_to,current_stage,reject_reason" | "offers,credited_to,reject_reason" | "offers,current_stage" | "offers,current_stage,reject_reason" | "offers,job" | "offers,job,credited_to" | "offers,job,credited_to,current_stage" | "offers,job,credited_to,current_stage,reject_reason" | "offers,job,credited_to,reject_reason" | "offers,job,current_stage" | "offers,job,current_stage,reject_reason" | "offers,job,reject_reason" | "offers,reject_reason" | "reject_reason";
|
|
9
|
+
type Raw = "candidate" | "candidate,credited_to" | "candidate,credited_to,current_stage" | "candidate,credited_to,current_stage,reject_reason" | "candidate,credited_to,reject_reason" | "candidate,current_stage" | "candidate,current_stage,reject_reason" | "candidate,job" | "candidate,job,credited_to" | "candidate,job,credited_to,current_stage" | "candidate,job,credited_to,current_stage,reject_reason" | "candidate,job,credited_to,reject_reason" | "candidate,job,current_stage" | "candidate,job,current_stage,reject_reason" | "candidate,job,reject_reason" | "candidate,reject_reason" | "credited_to" | "credited_to,current_stage" | "credited_to,current_stage,reject_reason" | "credited_to,reject_reason" | "current_stage" | "current_stage,reject_reason" | "job" | "job,credited_to" | "job,credited_to,current_stage" | "job,credited_to,current_stage,reject_reason" | "job,credited_to,reject_reason" | "job,current_stage" | "job,current_stage,reject_reason" | "job,reject_reason" | "offers" | "offers,candidate" | "offers,candidate,credited_to" | "offers,candidate,credited_to,current_stage" | "offers,candidate,credited_to,current_stage,reject_reason" | "offers,candidate,credited_to,reject_reason" | "offers,candidate,current_stage" | "offers,candidate,current_stage,reject_reason" | "offers,candidate,job" | "offers,candidate,job,credited_to" | "offers,candidate,job,credited_to,current_stage" | "offers,candidate,job,credited_to,current_stage,reject_reason" | "offers,candidate,job,credited_to,reject_reason" | "offers,candidate,job,current_stage" | "offers,candidate,job,current_stage,reject_reason" | "offers,candidate,job,reject_reason" | "offers,candidate,reject_reason" | "offers,credited_to" | "offers,credited_to,current_stage" | "offers,credited_to,current_stage,reject_reason" | "offers,credited_to,reject_reason" | "offers,current_stage" | "offers,current_stage,reject_reason" | "offers,job" | "offers,job,credited_to" | "offers,job,credited_to,current_stage" | "offers,job,credited_to,current_stage,reject_reason" | "offers,job,credited_to,reject_reason" | "offers,job,current_stage" | "offers,job,current_stage,reject_reason" | "offers,job,reject_reason" | "offers,reject_reason" | "offers,screening_question_answers" | "offers,screening_question_answers,candidate" | "offers,screening_question_answers,candidate,credited_to" | "offers,screening_question_answers,candidate,credited_to,current_stage" | "offers,screening_question_answers,candidate,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,candidate,credited_to,reject_reason" | "offers,screening_question_answers,candidate,current_stage" | "offers,screening_question_answers,candidate,current_stage,reject_reason" | "offers,screening_question_answers,candidate,job" | "offers,screening_question_answers,candidate,job,credited_to" | "offers,screening_question_answers,candidate,job,credited_to,current_stage" | "offers,screening_question_answers,candidate,job,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,candidate,job,credited_to,reject_reason" | "offers,screening_question_answers,candidate,job,current_stage" | "offers,screening_question_answers,candidate,job,current_stage,reject_reason" | "offers,screening_question_answers,candidate,job,reject_reason" | "offers,screening_question_answers,candidate,reject_reason" | "offers,screening_question_answers,credited_to" | "offers,screening_question_answers,credited_to,current_stage" | "offers,screening_question_answers,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,credited_to,reject_reason" | "offers,screening_question_answers,current_stage" | "offers,screening_question_answers,current_stage,reject_reason" | "offers,screening_question_answers,job" | "offers,screening_question_answers,job,credited_to" | "offers,screening_question_answers,job,credited_to,current_stage" | "offers,screening_question_answers,job,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,job,credited_to,reject_reason" | "offers,screening_question_answers,job,current_stage" | "offers,screening_question_answers,job,current_stage,reject_reason" | "offers,screening_question_answers,job,reject_reason" | "offers,screening_question_answers,reject_reason" | "offers,screening_question_answers,screening_question_answers.question" | "offers,screening_question_answers,screening_question_answers.question,candidate" | "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to" | "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage" | "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,candidate,current_stage" | "offers,screening_question_answers,screening_question_answers.question,candidate,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,candidate,job" | "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to" | "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage" | "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,candidate,job,current_stage" | "offers,screening_question_answers,screening_question_answers.question,candidate,job,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,candidate,job,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,candidate,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,credited_to" | "offers,screening_question_answers,screening_question_answers.question,credited_to,current_stage" | "offers,screening_question_answers,screening_question_answers.question,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,credited_to,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,current_stage" | "offers,screening_question_answers,screening_question_answers.question,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,job" | "offers,screening_question_answers,screening_question_answers.question,job,credited_to" | "offers,screening_question_answers,screening_question_answers.question,job,credited_to,current_stage" | "offers,screening_question_answers,screening_question_answers.question,job,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,job,credited_to,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,job,current_stage" | "offers,screening_question_answers,screening_question_answers.question,job,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,job,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,reject_reason" | "offers,screening_question_answers.question" | "offers,screening_question_answers.question,candidate" | "offers,screening_question_answers.question,candidate,credited_to" | "offers,screening_question_answers.question,candidate,credited_to,current_stage" | "offers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason" | "offers,screening_question_answers.question,candidate,credited_to,reject_reason" | "offers,screening_question_answers.question,candidate,current_stage" | "offers,screening_question_answers.question,candidate,current_stage,reject_reason" | "offers,screening_question_answers.question,candidate,job" | "offers,screening_question_answers.question,candidate,job,credited_to" | "offers,screening_question_answers.question,candidate,job,credited_to,current_stage" | "offers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason" | "offers,screening_question_answers.question,candidate,job,credited_to,reject_reason" | "offers,screening_question_answers.question,candidate,job,current_stage" | "offers,screening_question_answers.question,candidate,job,current_stage,reject_reason" | "offers,screening_question_answers.question,candidate,job,reject_reason" | "offers,screening_question_answers.question,candidate,reject_reason" | "offers,screening_question_answers.question,credited_to" | "offers,screening_question_answers.question,credited_to,current_stage" | "offers,screening_question_answers.question,credited_to,current_stage,reject_reason" | "offers,screening_question_answers.question,credited_to,reject_reason" | "offers,screening_question_answers.question,current_stage" | "offers,screening_question_answers.question,current_stage,reject_reason" | "offers,screening_question_answers.question,job" | "offers,screening_question_answers.question,job,credited_to" | "offers,screening_question_answers.question,job,credited_to,current_stage" | "offers,screening_question_answers.question,job,credited_to,current_stage,reject_reason" | "offers,screening_question_answers.question,job,credited_to,reject_reason" | "offers,screening_question_answers.question,job,current_stage" | "offers,screening_question_answers.question,job,current_stage,reject_reason" | "offers,screening_question_answers.question,job,reject_reason" | "offers,screening_question_answers.question,reject_reason" | "reject_reason" | "screening_question_answers" | "screening_question_answers,candidate" | "screening_question_answers,candidate,credited_to" | "screening_question_answers,candidate,credited_to,current_stage" | "screening_question_answers,candidate,credited_to,current_stage,reject_reason" | "screening_question_answers,candidate,credited_to,reject_reason" | "screening_question_answers,candidate,current_stage" | "screening_question_answers,candidate,current_stage,reject_reason" | "screening_question_answers,candidate,job" | "screening_question_answers,candidate,job,credited_to" | "screening_question_answers,candidate,job,credited_to,current_stage" | "screening_question_answers,candidate,job,credited_to,current_stage,reject_reason" | "screening_question_answers,candidate,job,credited_to,reject_reason" | "screening_question_answers,candidate,job,current_stage" | "screening_question_answers,candidate,job,current_stage,reject_reason" | "screening_question_answers,candidate,job,reject_reason" | "screening_question_answers,candidate,reject_reason" | "screening_question_answers,credited_to" | "screening_question_answers,credited_to,current_stage" | "screening_question_answers,credited_to,current_stage,reject_reason" | "screening_question_answers,credited_to,reject_reason" | "screening_question_answers,current_stage" | "screening_question_answers,current_stage,reject_reason" | "screening_question_answers,job" | "screening_question_answers,job,credited_to" | "screening_question_answers,job,credited_to,current_stage" | "screening_question_answers,job,credited_to,current_stage,reject_reason" | "screening_question_answers,job,credited_to,reject_reason" | "screening_question_answers,job,current_stage" | "screening_question_answers,job,current_stage,reject_reason" | "screening_question_answers,job,reject_reason" | "screening_question_answers,reject_reason" | "screening_question_answers,screening_question_answers.question" | "screening_question_answers,screening_question_answers.question,candidate" | "screening_question_answers,screening_question_answers.question,candidate,credited_to" | "screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage" | "screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,candidate,credited_to,reject_reason" | "screening_question_answers,screening_question_answers.question,candidate,current_stage" | "screening_question_answers,screening_question_answers.question,candidate,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,candidate,job" | "screening_question_answers,screening_question_answers.question,candidate,job,credited_to" | "screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage" | "screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,candidate,job,credited_to,reject_reason" | "screening_question_answers,screening_question_answers.question,candidate,job,current_stage" | "screening_question_answers,screening_question_answers.question,candidate,job,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,candidate,job,reject_reason" | "screening_question_answers,screening_question_answers.question,candidate,reject_reason" | "screening_question_answers,screening_question_answers.question,credited_to" | "screening_question_answers,screening_question_answers.question,credited_to,current_stage" | "screening_question_answers,screening_question_answers.question,credited_to,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,credited_to,reject_reason" | "screening_question_answers,screening_question_answers.question,current_stage" | "screening_question_answers,screening_question_answers.question,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,job" | "screening_question_answers,screening_question_answers.question,job,credited_to" | "screening_question_answers,screening_question_answers.question,job,credited_to,current_stage" | "screening_question_answers,screening_question_answers.question,job,credited_to,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,job,credited_to,reject_reason" | "screening_question_answers,screening_question_answers.question,job,current_stage" | "screening_question_answers,screening_question_answers.question,job,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,job,reject_reason" | "screening_question_answers,screening_question_answers.question,reject_reason" | "screening_question_answers.question" | "screening_question_answers.question,candidate" | "screening_question_answers.question,candidate,credited_to" | "screening_question_answers.question,candidate,credited_to,current_stage" | "screening_question_answers.question,candidate,credited_to,current_stage,reject_reason" | "screening_question_answers.question,candidate,credited_to,reject_reason" | "screening_question_answers.question,candidate,current_stage" | "screening_question_answers.question,candidate,current_stage,reject_reason" | "screening_question_answers.question,candidate,job" | "screening_question_answers.question,candidate,job,credited_to" | "screening_question_answers.question,candidate,job,credited_to,current_stage" | "screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason" | "screening_question_answers.question,candidate,job,credited_to,reject_reason" | "screening_question_answers.question,candidate,job,current_stage" | "screening_question_answers.question,candidate,job,current_stage,reject_reason" | "screening_question_answers.question,candidate,job,reject_reason" | "screening_question_answers.question,candidate,reject_reason" | "screening_question_answers.question,credited_to" | "screening_question_answers.question,credited_to,current_stage" | "screening_question_answers.question,credited_to,current_stage,reject_reason" | "screening_question_answers.question,credited_to,reject_reason" | "screening_question_answers.question,current_stage" | "screening_question_answers.question,current_stage,reject_reason" | "screening_question_answers.question,job" | "screening_question_answers.question,job,credited_to" | "screening_question_answers.question,job,credited_to,current_stage" | "screening_question_answers.question,job,credited_to,current_stage,reject_reason" | "screening_question_answers.question,job,credited_to,reject_reason" | "screening_question_answers.question,job,current_stage" | "screening_question_answers.question,job,current_stage,reject_reason" | "screening_question_answers.question,job,reject_reason" | "screening_question_answers.question,reject_reason";
|
|
10
10
|
}
|
|
@@ -91,5 +91,197 @@ exports.ApplicationsRetrieveRequestExpand = core.serialization.enum_([
|
|
|
91
91
|
"offers,job,current_stage,reject_reason",
|
|
92
92
|
"offers,job,reject_reason",
|
|
93
93
|
"offers,reject_reason",
|
|
94
|
+
"offers,screening_question_answers",
|
|
95
|
+
"offers,screening_question_answers,candidate",
|
|
96
|
+
"offers,screening_question_answers,candidate,credited_to",
|
|
97
|
+
"offers,screening_question_answers,candidate,credited_to,current_stage",
|
|
98
|
+
"offers,screening_question_answers,candidate,credited_to,current_stage,reject_reason",
|
|
99
|
+
"offers,screening_question_answers,candidate,credited_to,reject_reason",
|
|
100
|
+
"offers,screening_question_answers,candidate,current_stage",
|
|
101
|
+
"offers,screening_question_answers,candidate,current_stage,reject_reason",
|
|
102
|
+
"offers,screening_question_answers,candidate,job",
|
|
103
|
+
"offers,screening_question_answers,candidate,job,credited_to",
|
|
104
|
+
"offers,screening_question_answers,candidate,job,credited_to,current_stage",
|
|
105
|
+
"offers,screening_question_answers,candidate,job,credited_to,current_stage,reject_reason",
|
|
106
|
+
"offers,screening_question_answers,candidate,job,credited_to,reject_reason",
|
|
107
|
+
"offers,screening_question_answers,candidate,job,current_stage",
|
|
108
|
+
"offers,screening_question_answers,candidate,job,current_stage,reject_reason",
|
|
109
|
+
"offers,screening_question_answers,candidate,job,reject_reason",
|
|
110
|
+
"offers,screening_question_answers,candidate,reject_reason",
|
|
111
|
+
"offers,screening_question_answers,credited_to",
|
|
112
|
+
"offers,screening_question_answers,credited_to,current_stage",
|
|
113
|
+
"offers,screening_question_answers,credited_to,current_stage,reject_reason",
|
|
114
|
+
"offers,screening_question_answers,credited_to,reject_reason",
|
|
115
|
+
"offers,screening_question_answers,current_stage",
|
|
116
|
+
"offers,screening_question_answers,current_stage,reject_reason",
|
|
117
|
+
"offers,screening_question_answers,job",
|
|
118
|
+
"offers,screening_question_answers,job,credited_to",
|
|
119
|
+
"offers,screening_question_answers,job,credited_to,current_stage",
|
|
120
|
+
"offers,screening_question_answers,job,credited_to,current_stage,reject_reason",
|
|
121
|
+
"offers,screening_question_answers,job,credited_to,reject_reason",
|
|
122
|
+
"offers,screening_question_answers,job,current_stage",
|
|
123
|
+
"offers,screening_question_answers,job,current_stage,reject_reason",
|
|
124
|
+
"offers,screening_question_answers,job,reject_reason",
|
|
125
|
+
"offers,screening_question_answers,reject_reason",
|
|
126
|
+
"offers,screening_question_answers,screening_question_answers.question",
|
|
127
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate",
|
|
128
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,credited_to",
|
|
129
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage",
|
|
130
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason",
|
|
131
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,reject_reason",
|
|
132
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,current_stage",
|
|
133
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,current_stage,reject_reason",
|
|
134
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,job",
|
|
135
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to",
|
|
136
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage",
|
|
137
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason",
|
|
138
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,reject_reason",
|
|
139
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,job,current_stage",
|
|
140
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,job,current_stage,reject_reason",
|
|
141
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,job,reject_reason",
|
|
142
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,reject_reason",
|
|
143
|
+
"offers,screening_question_answers,screening_question_answers.question,credited_to",
|
|
144
|
+
"offers,screening_question_answers,screening_question_answers.question,credited_to,current_stage",
|
|
145
|
+
"offers,screening_question_answers,screening_question_answers.question,credited_to,current_stage,reject_reason",
|
|
146
|
+
"offers,screening_question_answers,screening_question_answers.question,credited_to,reject_reason",
|
|
147
|
+
"offers,screening_question_answers,screening_question_answers.question,current_stage",
|
|
148
|
+
"offers,screening_question_answers,screening_question_answers.question,current_stage,reject_reason",
|
|
149
|
+
"offers,screening_question_answers,screening_question_answers.question,job",
|
|
150
|
+
"offers,screening_question_answers,screening_question_answers.question,job,credited_to",
|
|
151
|
+
"offers,screening_question_answers,screening_question_answers.question,job,credited_to,current_stage",
|
|
152
|
+
"offers,screening_question_answers,screening_question_answers.question,job,credited_to,current_stage,reject_reason",
|
|
153
|
+
"offers,screening_question_answers,screening_question_answers.question,job,credited_to,reject_reason",
|
|
154
|
+
"offers,screening_question_answers,screening_question_answers.question,job,current_stage",
|
|
155
|
+
"offers,screening_question_answers,screening_question_answers.question,job,current_stage,reject_reason",
|
|
156
|
+
"offers,screening_question_answers,screening_question_answers.question,job,reject_reason",
|
|
157
|
+
"offers,screening_question_answers,screening_question_answers.question,reject_reason",
|
|
158
|
+
"offers,screening_question_answers.question",
|
|
159
|
+
"offers,screening_question_answers.question,candidate",
|
|
160
|
+
"offers,screening_question_answers.question,candidate,credited_to",
|
|
161
|
+
"offers,screening_question_answers.question,candidate,credited_to,current_stage",
|
|
162
|
+
"offers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason",
|
|
163
|
+
"offers,screening_question_answers.question,candidate,credited_to,reject_reason",
|
|
164
|
+
"offers,screening_question_answers.question,candidate,current_stage",
|
|
165
|
+
"offers,screening_question_answers.question,candidate,current_stage,reject_reason",
|
|
166
|
+
"offers,screening_question_answers.question,candidate,job",
|
|
167
|
+
"offers,screening_question_answers.question,candidate,job,credited_to",
|
|
168
|
+
"offers,screening_question_answers.question,candidate,job,credited_to,current_stage",
|
|
169
|
+
"offers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason",
|
|
170
|
+
"offers,screening_question_answers.question,candidate,job,credited_to,reject_reason",
|
|
171
|
+
"offers,screening_question_answers.question,candidate,job,current_stage",
|
|
172
|
+
"offers,screening_question_answers.question,candidate,job,current_stage,reject_reason",
|
|
173
|
+
"offers,screening_question_answers.question,candidate,job,reject_reason",
|
|
174
|
+
"offers,screening_question_answers.question,candidate,reject_reason",
|
|
175
|
+
"offers,screening_question_answers.question,credited_to",
|
|
176
|
+
"offers,screening_question_answers.question,credited_to,current_stage",
|
|
177
|
+
"offers,screening_question_answers.question,credited_to,current_stage,reject_reason",
|
|
178
|
+
"offers,screening_question_answers.question,credited_to,reject_reason",
|
|
179
|
+
"offers,screening_question_answers.question,current_stage",
|
|
180
|
+
"offers,screening_question_answers.question,current_stage,reject_reason",
|
|
181
|
+
"offers,screening_question_answers.question,job",
|
|
182
|
+
"offers,screening_question_answers.question,job,credited_to",
|
|
183
|
+
"offers,screening_question_answers.question,job,credited_to,current_stage",
|
|
184
|
+
"offers,screening_question_answers.question,job,credited_to,current_stage,reject_reason",
|
|
185
|
+
"offers,screening_question_answers.question,job,credited_to,reject_reason",
|
|
186
|
+
"offers,screening_question_answers.question,job,current_stage",
|
|
187
|
+
"offers,screening_question_answers.question,job,current_stage,reject_reason",
|
|
188
|
+
"offers,screening_question_answers.question,job,reject_reason",
|
|
189
|
+
"offers,screening_question_answers.question,reject_reason",
|
|
94
190
|
"reject_reason",
|
|
191
|
+
"screening_question_answers",
|
|
192
|
+
"screening_question_answers,candidate",
|
|
193
|
+
"screening_question_answers,candidate,credited_to",
|
|
194
|
+
"screening_question_answers,candidate,credited_to,current_stage",
|
|
195
|
+
"screening_question_answers,candidate,credited_to,current_stage,reject_reason",
|
|
196
|
+
"screening_question_answers,candidate,credited_to,reject_reason",
|
|
197
|
+
"screening_question_answers,candidate,current_stage",
|
|
198
|
+
"screening_question_answers,candidate,current_stage,reject_reason",
|
|
199
|
+
"screening_question_answers,candidate,job",
|
|
200
|
+
"screening_question_answers,candidate,job,credited_to",
|
|
201
|
+
"screening_question_answers,candidate,job,credited_to,current_stage",
|
|
202
|
+
"screening_question_answers,candidate,job,credited_to,current_stage,reject_reason",
|
|
203
|
+
"screening_question_answers,candidate,job,credited_to,reject_reason",
|
|
204
|
+
"screening_question_answers,candidate,job,current_stage",
|
|
205
|
+
"screening_question_answers,candidate,job,current_stage,reject_reason",
|
|
206
|
+
"screening_question_answers,candidate,job,reject_reason",
|
|
207
|
+
"screening_question_answers,candidate,reject_reason",
|
|
208
|
+
"screening_question_answers,credited_to",
|
|
209
|
+
"screening_question_answers,credited_to,current_stage",
|
|
210
|
+
"screening_question_answers,credited_to,current_stage,reject_reason",
|
|
211
|
+
"screening_question_answers,credited_to,reject_reason",
|
|
212
|
+
"screening_question_answers,current_stage",
|
|
213
|
+
"screening_question_answers,current_stage,reject_reason",
|
|
214
|
+
"screening_question_answers,job",
|
|
215
|
+
"screening_question_answers,job,credited_to",
|
|
216
|
+
"screening_question_answers,job,credited_to,current_stage",
|
|
217
|
+
"screening_question_answers,job,credited_to,current_stage,reject_reason",
|
|
218
|
+
"screening_question_answers,job,credited_to,reject_reason",
|
|
219
|
+
"screening_question_answers,job,current_stage",
|
|
220
|
+
"screening_question_answers,job,current_stage,reject_reason",
|
|
221
|
+
"screening_question_answers,job,reject_reason",
|
|
222
|
+
"screening_question_answers,reject_reason",
|
|
223
|
+
"screening_question_answers,screening_question_answers.question",
|
|
224
|
+
"screening_question_answers,screening_question_answers.question,candidate",
|
|
225
|
+
"screening_question_answers,screening_question_answers.question,candidate,credited_to",
|
|
226
|
+
"screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage",
|
|
227
|
+
"screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason",
|
|
228
|
+
"screening_question_answers,screening_question_answers.question,candidate,credited_to,reject_reason",
|
|
229
|
+
"screening_question_answers,screening_question_answers.question,candidate,current_stage",
|
|
230
|
+
"screening_question_answers,screening_question_answers.question,candidate,current_stage,reject_reason",
|
|
231
|
+
"screening_question_answers,screening_question_answers.question,candidate,job",
|
|
232
|
+
"screening_question_answers,screening_question_answers.question,candidate,job,credited_to",
|
|
233
|
+
"screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage",
|
|
234
|
+
"screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason",
|
|
235
|
+
"screening_question_answers,screening_question_answers.question,candidate,job,credited_to,reject_reason",
|
|
236
|
+
"screening_question_answers,screening_question_answers.question,candidate,job,current_stage",
|
|
237
|
+
"screening_question_answers,screening_question_answers.question,candidate,job,current_stage,reject_reason",
|
|
238
|
+
"screening_question_answers,screening_question_answers.question,candidate,job,reject_reason",
|
|
239
|
+
"screening_question_answers,screening_question_answers.question,candidate,reject_reason",
|
|
240
|
+
"screening_question_answers,screening_question_answers.question,credited_to",
|
|
241
|
+
"screening_question_answers,screening_question_answers.question,credited_to,current_stage",
|
|
242
|
+
"screening_question_answers,screening_question_answers.question,credited_to,current_stage,reject_reason",
|
|
243
|
+
"screening_question_answers,screening_question_answers.question,credited_to,reject_reason",
|
|
244
|
+
"screening_question_answers,screening_question_answers.question,current_stage",
|
|
245
|
+
"screening_question_answers,screening_question_answers.question,current_stage,reject_reason",
|
|
246
|
+
"screening_question_answers,screening_question_answers.question,job",
|
|
247
|
+
"screening_question_answers,screening_question_answers.question,job,credited_to",
|
|
248
|
+
"screening_question_answers,screening_question_answers.question,job,credited_to,current_stage",
|
|
249
|
+
"screening_question_answers,screening_question_answers.question,job,credited_to,current_stage,reject_reason",
|
|
250
|
+
"screening_question_answers,screening_question_answers.question,job,credited_to,reject_reason",
|
|
251
|
+
"screening_question_answers,screening_question_answers.question,job,current_stage",
|
|
252
|
+
"screening_question_answers,screening_question_answers.question,job,current_stage,reject_reason",
|
|
253
|
+
"screening_question_answers,screening_question_answers.question,job,reject_reason",
|
|
254
|
+
"screening_question_answers,screening_question_answers.question,reject_reason",
|
|
255
|
+
"screening_question_answers.question",
|
|
256
|
+
"screening_question_answers.question,candidate",
|
|
257
|
+
"screening_question_answers.question,candidate,credited_to",
|
|
258
|
+
"screening_question_answers.question,candidate,credited_to,current_stage",
|
|
259
|
+
"screening_question_answers.question,candidate,credited_to,current_stage,reject_reason",
|
|
260
|
+
"screening_question_answers.question,candidate,credited_to,reject_reason",
|
|
261
|
+
"screening_question_answers.question,candidate,current_stage",
|
|
262
|
+
"screening_question_answers.question,candidate,current_stage,reject_reason",
|
|
263
|
+
"screening_question_answers.question,candidate,job",
|
|
264
|
+
"screening_question_answers.question,candidate,job,credited_to",
|
|
265
|
+
"screening_question_answers.question,candidate,job,credited_to,current_stage",
|
|
266
|
+
"screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason",
|
|
267
|
+
"screening_question_answers.question,candidate,job,credited_to,reject_reason",
|
|
268
|
+
"screening_question_answers.question,candidate,job,current_stage",
|
|
269
|
+
"screening_question_answers.question,candidate,job,current_stage,reject_reason",
|
|
270
|
+
"screening_question_answers.question,candidate,job,reject_reason",
|
|
271
|
+
"screening_question_answers.question,candidate,reject_reason",
|
|
272
|
+
"screening_question_answers.question,credited_to",
|
|
273
|
+
"screening_question_answers.question,credited_to,current_stage",
|
|
274
|
+
"screening_question_answers.question,credited_to,current_stage,reject_reason",
|
|
275
|
+
"screening_question_answers.question,credited_to,reject_reason",
|
|
276
|
+
"screening_question_answers.question,current_stage",
|
|
277
|
+
"screening_question_answers.question,current_stage,reject_reason",
|
|
278
|
+
"screening_question_answers.question,job",
|
|
279
|
+
"screening_question_answers.question,job,credited_to",
|
|
280
|
+
"screening_question_answers.question,job,credited_to,current_stage",
|
|
281
|
+
"screening_question_answers.question,job,credited_to,current_stage,reject_reason",
|
|
282
|
+
"screening_question_answers.question,job,credited_to,reject_reason",
|
|
283
|
+
"screening_question_answers.question,job,current_stage",
|
|
284
|
+
"screening_question_answers.question,job,current_stage,reject_reason",
|
|
285
|
+
"screening_question_answers.question,job,reject_reason",
|
|
286
|
+
"screening_question_answers.question,reject_reason",
|
|
95
287
|
]);
|
|
@@ -14,6 +14,7 @@ export declare namespace EndUserDetailsRequest {
|
|
|
14
14
|
integration?: string | null;
|
|
15
15
|
link_expiry_mins?: number | null;
|
|
16
16
|
should_create_magic_link_url?: boolean | null;
|
|
17
|
+
hide_admin_magic_link?: boolean | null;
|
|
17
18
|
common_models?: serializers.ats.CommonModelScopesBodyRequest.Raw[] | null;
|
|
18
19
|
category_common_model_scopes?: Record<string, serializers.ats.IndividualCommonModelScopeDeserializerRequest.Raw[] | null | undefined> | null;
|
|
19
20
|
language?: string | null;
|
|
@@ -45,6 +45,7 @@ exports.EndUserDetailsRequest = core.serialization.object({
|
|
|
45
45
|
integration: core.serialization.string().optional(),
|
|
46
46
|
linkExpiryMins: core.serialization.property("link_expiry_mins", core.serialization.number().optional()),
|
|
47
47
|
shouldCreateMagicLinkUrl: core.serialization.property("should_create_magic_link_url", core.serialization.boolean().optional()),
|
|
48
|
+
hideAdminMagicLink: core.serialization.property("hide_admin_magic_link", core.serialization.boolean().optional()),
|
|
48
49
|
commonModels: core.serialization.property("common_models", core.serialization
|
|
49
50
|
.list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../../../..")))).ats.CommonModelScopesBodyRequest; })))
|
|
50
51
|
.optional()),
|
|
@@ -8,6 +8,7 @@ export declare const AccountIntegration: core.serialization.ObjectSchema<seriali
|
|
|
8
8
|
export declare namespace AccountIntegration {
|
|
9
9
|
interface Raw {
|
|
10
10
|
name: string;
|
|
11
|
+
abbreviated_name?: string | null;
|
|
11
12
|
categories?: serializers.ats.CategoriesEnum.Raw[] | null;
|
|
12
13
|
image?: string | null;
|
|
13
14
|
square_image?: string | null;
|
|
@@ -39,6 +39,7 @@ exports.AccountIntegration = void 0;
|
|
|
39
39
|
const core = __importStar(require("../../../../core"));
|
|
40
40
|
exports.AccountIntegration = core.serialization.object({
|
|
41
41
|
name: core.serialization.string(),
|
|
42
|
+
abbreviatedName: core.serialization.property("abbreviated_name", core.serialization.string().optional()),
|
|
42
43
|
categories: core.serialization
|
|
43
44
|
.list(core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).ats.CategoriesEnum; })))
|
|
44
45
|
.optional(),
|
|
@@ -18,6 +18,7 @@ export declare namespace Application {
|
|
|
18
18
|
offers?: (serializers.ats.ApplicationOffersItem.Raw | null | undefined)[] | null;
|
|
19
19
|
source?: string | null;
|
|
20
20
|
credited_to?: serializers.ats.ApplicationCreditedTo.Raw | null;
|
|
21
|
+
screening_question_answers?: serializers.ats.ApplicationScreeningQuestionAnswersItem.Raw[] | null;
|
|
21
22
|
current_stage?: serializers.ats.ApplicationCurrentStage.Raw | null;
|
|
22
23
|
reject_reason?: serializers.ats.ApplicationRejectReason.Raw | null;
|
|
23
24
|
remote_was_deleted?: boolean | null;
|
|
@@ -51,6 +51,9 @@ exports.Application = core.serialization.object({
|
|
|
51
51
|
.optional(),
|
|
52
52
|
source: core.serialization.string().optional(),
|
|
53
53
|
creditedTo: core.serialization.property("credited_to", core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).ats.ApplicationCreditedTo; })).optional()),
|
|
54
|
+
screeningQuestionAnswers: core.serialization.property("screening_question_answers", core.serialization
|
|
55
|
+
.list(core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).ats.ApplicationScreeningQuestionAnswersItem; })))
|
|
56
|
+
.optional()),
|
|
54
57
|
currentStage: core.serialization.property("current_stage", core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).ats.ApplicationCurrentStage; })).optional()),
|
|
55
58
|
rejectReason: core.serialization.property("reject_reason", core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).ats.ApplicationRejectReason; })).optional()),
|
|
56
59
|
remoteWasDeleted: core.serialization.property("remote_was_deleted", core.serialization.boolean().optional()),
|
|
@@ -14,6 +14,7 @@ export declare namespace ApplicationRequest {
|
|
|
14
14
|
offers?: (serializers.ats.ApplicationRequestOffersItem.Raw | null | undefined)[] | null;
|
|
15
15
|
source?: string | null;
|
|
16
16
|
credited_to?: serializers.ats.ApplicationRequestCreditedTo.Raw | null;
|
|
17
|
+
screening_question_answers?: serializers.ats.ApplicationRequestScreeningQuestionAnswersItem.Raw[] | null;
|
|
17
18
|
current_stage?: serializers.ats.ApplicationRequestCurrentStage.Raw | null;
|
|
18
19
|
reject_reason?: serializers.ats.ApplicationRequestRejectReason.Raw | null;
|
|
19
20
|
remote_template_id?: string | null;
|
|
@@ -49,6 +49,9 @@ exports.ApplicationRequest = core.serialization.object({
|
|
|
49
49
|
.optional(),
|
|
50
50
|
source: core.serialization.string().optional(),
|
|
51
51
|
creditedTo: core.serialization.property("credited_to", core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).ats.ApplicationRequestCreditedTo; })).optional()),
|
|
52
|
+
screeningQuestionAnswers: core.serialization.property("screening_question_answers", core.serialization
|
|
53
|
+
.list(core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).ats.ApplicationRequestScreeningQuestionAnswersItem; })))
|
|
54
|
+
.optional()),
|
|
52
55
|
currentStage: core.serialization.property("current_stage", core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).ats.ApplicationRequestCurrentStage; })).optional()),
|
|
53
56
|
rejectReason: core.serialization.property("reject_reason", core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).ats.ApplicationRequestRejectReason; })).optional()),
|
|
54
57
|
remoteTemplateId: core.serialization.property("remote_template_id", core.serialization.string().optional()),
|
package/dist/serialization/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../..";
|
|
5
|
+
import * as Merge from "../../../../api";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
export declare const ApplicationRequestScreeningQuestionAnswersItem: core.serialization.Schema<serializers.ats.ApplicationRequestScreeningQuestionAnswersItem.Raw, Merge.ats.ApplicationRequestScreeningQuestionAnswersItem>;
|
|
8
|
+
export declare namespace ApplicationRequestScreeningQuestionAnswersItem {
|
|
9
|
+
type Raw = string | serializers.ats.ScreeningQuestionAnswerRequest.Raw;
|
|
10
|
+
}
|
package/dist/serialization/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.js
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
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
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
29
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
30
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
31
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
32
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
33
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
34
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
35
|
+
});
|
|
36
|
+
};
|
|
37
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
+
exports.ApplicationRequestScreeningQuestionAnswersItem = void 0;
|
|
39
|
+
const core = __importStar(require("../../../../core"));
|
|
40
|
+
exports.ApplicationRequestScreeningQuestionAnswersItem = core.serialization.undiscriminatedUnion([
|
|
41
|
+
core.serialization.string(),
|
|
42
|
+
core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).ats.ScreeningQuestionAnswerRequest; })),
|
|
43
|
+
]);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../..";
|
|
5
|
+
import * as Merge from "../../../../api";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
export declare const ApplicationScreeningQuestionAnswersItem: core.serialization.Schema<serializers.ats.ApplicationScreeningQuestionAnswersItem.Raw, Merge.ats.ApplicationScreeningQuestionAnswersItem>;
|
|
8
|
+
export declare namespace ApplicationScreeningQuestionAnswersItem {
|
|
9
|
+
type Raw = string | serializers.ats.ScreeningQuestionAnswer.Raw;
|
|
10
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
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
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
29
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
30
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
31
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
32
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
33
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
34
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
35
|
+
});
|
|
36
|
+
};
|
|
37
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
+
exports.ApplicationScreeningQuestionAnswersItem = void 0;
|
|
39
|
+
const core = __importStar(require("../../../../core"));
|
|
40
|
+
exports.ApplicationScreeningQuestionAnswersItem = core.serialization.undiscriminatedUnion([
|
|
41
|
+
core.serialization.string(),
|
|
42
|
+
core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).ats.ScreeningQuestionAnswer; })),
|
|
43
|
+
]);
|
|
@@ -42,4 +42,5 @@ exports.EmailAddress = core.serialization.object({
|
|
|
42
42
|
modifiedAt: core.serialization.property("modified_at", core.serialization.date().optional()),
|
|
43
43
|
value: core.serialization.string().optional(),
|
|
44
44
|
emailAddressType: core.serialization.property("email_address_type", core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).ats.EmailAddressEmailAddressType; })).optional()),
|
|
45
|
+
remoteWasDeleted: core.serialization.property("remote_was_deleted", core.serialization.boolean().optional()),
|
|
45
46
|
});
|
|
@@ -6,5 +6,5 @@ import * as Merge from "../../../../api";
|
|
|
6
6
|
import * as core from "../../../../core";
|
|
7
7
|
export declare const EventTypeEnum: core.serialization.Schema<serializers.ats.EventTypeEnum.Raw, Merge.ats.EventTypeEnum>;
|
|
8
8
|
export declare namespace EventTypeEnum {
|
|
9
|
-
type Raw = "CREATED_REMOTE_PRODUCTION_API_KEY" | "DELETED_REMOTE_PRODUCTION_API_KEY" | "CREATED_TEST_API_KEY" | "DELETED_TEST_API_KEY" | "REGENERATED_PRODUCTION_API_KEY" | "INVITED_USER" | "TWO_FACTOR_AUTH_ENABLED" | "TWO_FACTOR_AUTH_DISABLED" | "DELETED_LINKED_ACCOUNT" | "CREATED_DESTINATION" | "DELETED_DESTINATION" | "CHANGED_DESTINATION" | "CHANGED_SCOPES" | "CHANGED_PERSONAL_INFORMATION" | "CHANGED_ORGANIZATION_SETTINGS" | "ENABLED_INTEGRATION" | "DISABLED_INTEGRATION" | "ENABLED_CATEGORY" | "DISABLED_CATEGORY" | "CHANGED_PASSWORD" | "RESET_PASSWORD" | "ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION" | "ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT" | "DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION" | "DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT" | "CREATED_INTEGRATION_WIDE_FIELD_MAPPING" | "CREATED_LINKED_ACCOUNT_FIELD_MAPPING" | "CHANGED_INTEGRATION_WIDE_FIELD_MAPPING" | "CHANGED_LINKED_ACCOUNT_FIELD_MAPPING" | "DELETED_INTEGRATION_WIDE_FIELD_MAPPING" | "DELETED_LINKED_ACCOUNT_FIELD_MAPPING" | "FORCED_LINKED_ACCOUNT_RESYNC" | "MUTED_ISSUE" | "GENERATED_MAGIC_LINK" | "ENABLED_MERGE_WEBHOOK" | "DISABLED_MERGE_WEBHOOK" | "MERGE_WEBHOOK_TARGET_CHANGED";
|
|
9
|
+
type Raw = "CREATED_REMOTE_PRODUCTION_API_KEY" | "DELETED_REMOTE_PRODUCTION_API_KEY" | "CREATED_TEST_API_KEY" | "DELETED_TEST_API_KEY" | "REGENERATED_PRODUCTION_API_KEY" | "INVITED_USER" | "TWO_FACTOR_AUTH_ENABLED" | "TWO_FACTOR_AUTH_DISABLED" | "DELETED_LINKED_ACCOUNT" | "CREATED_DESTINATION" | "DELETED_DESTINATION" | "CHANGED_DESTINATION" | "CHANGED_SCOPES" | "CHANGED_PERSONAL_INFORMATION" | "CHANGED_ORGANIZATION_SETTINGS" | "ENABLED_INTEGRATION" | "DISABLED_INTEGRATION" | "ENABLED_CATEGORY" | "DISABLED_CATEGORY" | "CHANGED_PASSWORD" | "RESET_PASSWORD" | "ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION" | "ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT" | "DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION" | "DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT" | "CREATED_INTEGRATION_WIDE_FIELD_MAPPING" | "CREATED_LINKED_ACCOUNT_FIELD_MAPPING" | "CHANGED_INTEGRATION_WIDE_FIELD_MAPPING" | "CHANGED_LINKED_ACCOUNT_FIELD_MAPPING" | "DELETED_INTEGRATION_WIDE_FIELD_MAPPING" | "DELETED_LINKED_ACCOUNT_FIELD_MAPPING" | "FORCED_LINKED_ACCOUNT_RESYNC" | "MUTED_ISSUE" | "GENERATED_MAGIC_LINK" | "ENABLED_MERGE_WEBHOOK" | "DISABLED_MERGE_WEBHOOK" | "MERGE_WEBHOOK_TARGET_CHANGED" | "END_USER_CREDENTIALS_ACCESSED";
|
|
10
10
|
}
|
|
@@ -42,4 +42,5 @@ exports.PhoneNumber = core.serialization.object({
|
|
|
42
42
|
modifiedAt: core.serialization.property("modified_at", core.serialization.date().optional()),
|
|
43
43
|
value: core.serialization.string().optional(),
|
|
44
44
|
phoneNumberType: core.serialization.property("phone_number_type", core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).ats.PhoneNumberPhoneNumberType; })).optional()),
|
|
45
|
+
remoteWasDeleted: core.serialization.property("remote_was_deleted", core.serialization.boolean().optional()),
|
|
45
46
|
});
|
|
@@ -10,7 +10,7 @@ export declare namespace RemoteFieldApi {
|
|
|
10
10
|
schema: Record<string, unknown>;
|
|
11
11
|
remote_key_name: string;
|
|
12
12
|
remote_endpoint_info: serializers.ats.RemoteEndpointInfo.Raw;
|
|
13
|
-
example_values
|
|
13
|
+
example_values?: unknown[] | null;
|
|
14
14
|
advanced_metadata?: serializers.ats.AdvancedMetadata.Raw | null;
|
|
15
15
|
coverage?: serializers.ats.RemoteFieldApiCoverage.Raw | null;
|
|
16
16
|
}
|
|
@@ -41,7 +41,7 @@ exports.RemoteFieldApi = core.serialization.object({
|
|
|
41
41
|
schema: core.serialization.record(core.serialization.string(), core.serialization.unknown()),
|
|
42
42
|
remoteKeyName: core.serialization.property("remote_key_name", core.serialization.string()),
|
|
43
43
|
remoteEndpointInfo: core.serialization.property("remote_endpoint_info", core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).ats.RemoteEndpointInfo; }))),
|
|
44
|
-
exampleValues: core.serialization.property("example_values", core.serialization.list(core.serialization.unknown())),
|
|
44
|
+
exampleValues: core.serialization.property("example_values", core.serialization.list(core.serialization.unknown()).optional()),
|
|
45
45
|
advancedMetadata: core.serialization.property("advanced_metadata", core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).ats.AdvancedMetadata; })).optional()),
|
|
46
46
|
coverage: core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).ats.RemoteFieldApiCoverage; })).optional(),
|
|
47
47
|
});
|
|
@@ -48,4 +48,5 @@ exports.ScreeningQuestion = core.serialization.object({
|
|
|
48
48
|
type: core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).ats.ScreeningQuestionType; })).optional(),
|
|
49
49
|
required: core.serialization.boolean().optional(),
|
|
50
50
|
options: core.serialization.list(core.serialization.unknown()).optional(),
|
|
51
|
+
remoteWasDeleted: core.serialization.property("remote_was_deleted", core.serialization.boolean().optional()),
|
|
51
52
|
});
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../..";
|
|
5
|
+
import * as Merge from "../../../../api";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
export declare const ScreeningQuestionAnswer: core.serialization.ObjectSchema<serializers.ats.ScreeningQuestionAnswer.Raw, Merge.ats.ScreeningQuestionAnswer>;
|
|
8
|
+
export declare namespace ScreeningQuestionAnswer {
|
|
9
|
+
interface Raw {
|
|
10
|
+
id?: string | null;
|
|
11
|
+
remote_id?: string | null;
|
|
12
|
+
created_at?: string | null;
|
|
13
|
+
modified_at?: string | null;
|
|
14
|
+
question?: serializers.ats.ScreeningQuestionAnswerQuestion.Raw | null;
|
|
15
|
+
answer?: string | null;
|
|
16
|
+
remote_was_deleted?: boolean | null;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
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
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
29
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
30
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
31
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
32
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
33
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
34
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
35
|
+
});
|
|
36
|
+
};
|
|
37
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
+
exports.ScreeningQuestionAnswer = void 0;
|
|
39
|
+
const core = __importStar(require("../../../../core"));
|
|
40
|
+
exports.ScreeningQuestionAnswer = core.serialization.object({
|
|
41
|
+
id: core.serialization.string().optional(),
|
|
42
|
+
remoteId: core.serialization.property("remote_id", core.serialization.string().optional()),
|
|
43
|
+
createdAt: core.serialization.property("created_at", core.serialization.date().optional()),
|
|
44
|
+
modifiedAt: core.serialization.property("modified_at", core.serialization.date().optional()),
|
|
45
|
+
question: core.serialization
|
|
46
|
+
.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).ats.ScreeningQuestionAnswerQuestion; }))
|
|
47
|
+
.optional(),
|
|
48
|
+
answer: core.serialization.string().optional(),
|
|
49
|
+
remoteWasDeleted: core.serialization.property("remote_was_deleted", core.serialization.boolean().optional()),
|
|
50
|
+
});
|