@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
|
@@ -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 ScreeningQuestionAnswerQuestion: core.serialization.Schema<serializers.ats.ScreeningQuestionAnswerQuestion.Raw, Merge.ats.ScreeningQuestionAnswerQuestion>;
|
|
8
|
+
export declare namespace ScreeningQuestionAnswerQuestion {
|
|
9
|
+
type Raw = string | serializers.ats.ScreeningQuestion.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.ScreeningQuestionAnswerQuestion = void 0;
|
|
39
|
+
const core = __importStar(require("../../../../core"));
|
|
40
|
+
exports.ScreeningQuestionAnswerQuestion = 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.ScreeningQuestion; })),
|
|
43
|
+
]);
|
|
@@ -0,0 +1,16 @@
|
|
|
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 ScreeningQuestionAnswerRequest: core.serialization.ObjectSchema<serializers.ats.ScreeningQuestionAnswerRequest.Raw, Merge.ats.ScreeningQuestionAnswerRequest>;
|
|
8
|
+
export declare namespace ScreeningQuestionAnswerRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
remote_id?: string | null;
|
|
11
|
+
question?: serializers.ats.ScreeningQuestionAnswerRequestQuestion.Raw | null;
|
|
12
|
+
answer?: string | null;
|
|
13
|
+
integration_params?: Record<string, unknown> | null;
|
|
14
|
+
linked_account_params?: Record<string, unknown> | null;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
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.ScreeningQuestionAnswerRequest = void 0;
|
|
39
|
+
const core = __importStar(require("../../../../core"));
|
|
40
|
+
exports.ScreeningQuestionAnswerRequest = core.serialization.object({
|
|
41
|
+
remoteId: core.serialization.property("remote_id", core.serialization.string().optional()),
|
|
42
|
+
question: core.serialization
|
|
43
|
+
.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).ats.ScreeningQuestionAnswerRequestQuestion; }))
|
|
44
|
+
.optional(),
|
|
45
|
+
answer: core.serialization.string().optional(),
|
|
46
|
+
integrationParams: core.serialization.property("integration_params", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
|
|
47
|
+
linkedAccountParams: core.serialization.property("linked_account_params", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
|
|
48
|
+
});
|
|
@@ -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 ScreeningQuestionAnswerRequestQuestion: core.serialization.Schema<serializers.ats.ScreeningQuestionAnswerRequestQuestion.Raw, Merge.ats.ScreeningQuestionAnswerRequestQuestion>;
|
|
8
|
+
export declare namespace ScreeningQuestionAnswerRequestQuestion {
|
|
9
|
+
type Raw = string | serializers.ats.ScreeningQuestion.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.ScreeningQuestionAnswerRequestQuestion = void 0;
|
|
39
|
+
const core = __importStar(require("../../../../core"));
|
|
40
|
+
exports.ScreeningQuestionAnswerRequestQuestion = 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.ScreeningQuestion; })),
|
|
43
|
+
]);
|
|
@@ -34,4 +34,5 @@ exports.ScreeningQuestionOption = core.serialization.object({
|
|
|
34
34
|
createdAt: core.serialization.property("created_at", core.serialization.date().optional()),
|
|
35
35
|
modifiedAt: core.serialization.property("modified_at", core.serialization.date().optional()),
|
|
36
36
|
label: core.serialization.string().optional(),
|
|
37
|
+
remoteWasDeleted: core.serialization.property("remote_was_deleted", core.serialization.boolean().optional()),
|
|
37
38
|
});
|
|
@@ -42,4 +42,5 @@ exports.Url = core.serialization.object({
|
|
|
42
42
|
modifiedAt: core.serialization.property("modified_at", core.serialization.date().optional()),
|
|
43
43
|
value: core.serialization.string().optional(),
|
|
44
44
|
urlType: core.serialization.property("url_type", core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).ats.UrlUrlType; })).optional()),
|
|
45
|
+
remoteWasDeleted: core.serialization.property("remote_was_deleted", core.serialization.boolean().optional()),
|
|
45
46
|
});
|
|
@@ -20,6 +20,7 @@ export * from "./ApplicationCandidate";
|
|
|
20
20
|
export * from "./ApplicationJob";
|
|
21
21
|
export * from "./ApplicationOffersItem";
|
|
22
22
|
export * from "./ApplicationCreditedTo";
|
|
23
|
+
export * from "./ApplicationScreeningQuestionAnswersItem";
|
|
23
24
|
export * from "./ApplicationCurrentStage";
|
|
24
25
|
export * from "./ApplicationRejectReason";
|
|
25
26
|
export * from "./Application";
|
|
@@ -27,6 +28,7 @@ export * from "./ApplicationRequestCandidate";
|
|
|
27
28
|
export * from "./ApplicationRequestJob";
|
|
28
29
|
export * from "./ApplicationRequestOffersItem";
|
|
29
30
|
export * from "./ApplicationRequestCreditedTo";
|
|
31
|
+
export * from "./ApplicationRequestScreeningQuestionAnswersItem";
|
|
30
32
|
export * from "./ApplicationRequestCurrentStage";
|
|
31
33
|
export * from "./ApplicationRequestRejectReason";
|
|
32
34
|
export * from "./ApplicationRequest";
|
|
@@ -184,6 +186,10 @@ export * from "./Scorecard";
|
|
|
184
186
|
export * from "./ScreeningQuestionJob";
|
|
185
187
|
export * from "./ScreeningQuestionType";
|
|
186
188
|
export * from "./ScreeningQuestion";
|
|
189
|
+
export * from "./ScreeningQuestionAnswerQuestion";
|
|
190
|
+
export * from "./ScreeningQuestionAnswer";
|
|
191
|
+
export * from "./ScreeningQuestionAnswerRequestQuestion";
|
|
192
|
+
export * from "./ScreeningQuestionAnswerRequest";
|
|
187
193
|
export * from "./ScreeningQuestionOption";
|
|
188
194
|
export * from "./ScreeningQuestionTypeEnum";
|
|
189
195
|
export * from "./SelectiveSyncConfigurationsUsageEnum";
|
|
@@ -36,6 +36,7 @@ __exportStar(require("./ApplicationCandidate"), exports);
|
|
|
36
36
|
__exportStar(require("./ApplicationJob"), exports);
|
|
37
37
|
__exportStar(require("./ApplicationOffersItem"), exports);
|
|
38
38
|
__exportStar(require("./ApplicationCreditedTo"), exports);
|
|
39
|
+
__exportStar(require("./ApplicationScreeningQuestionAnswersItem"), exports);
|
|
39
40
|
__exportStar(require("./ApplicationCurrentStage"), exports);
|
|
40
41
|
__exportStar(require("./ApplicationRejectReason"), exports);
|
|
41
42
|
__exportStar(require("./Application"), exports);
|
|
@@ -43,6 +44,7 @@ __exportStar(require("./ApplicationRequestCandidate"), exports);
|
|
|
43
44
|
__exportStar(require("./ApplicationRequestJob"), exports);
|
|
44
45
|
__exportStar(require("./ApplicationRequestOffersItem"), exports);
|
|
45
46
|
__exportStar(require("./ApplicationRequestCreditedTo"), exports);
|
|
47
|
+
__exportStar(require("./ApplicationRequestScreeningQuestionAnswersItem"), exports);
|
|
46
48
|
__exportStar(require("./ApplicationRequestCurrentStage"), exports);
|
|
47
49
|
__exportStar(require("./ApplicationRequestRejectReason"), exports);
|
|
48
50
|
__exportStar(require("./ApplicationRequest"), exports);
|
|
@@ -200,6 +202,10 @@ __exportStar(require("./Scorecard"), exports);
|
|
|
200
202
|
__exportStar(require("./ScreeningQuestionJob"), exports);
|
|
201
203
|
__exportStar(require("./ScreeningQuestionType"), exports);
|
|
202
204
|
__exportStar(require("./ScreeningQuestion"), exports);
|
|
205
|
+
__exportStar(require("./ScreeningQuestionAnswerQuestion"), exports);
|
|
206
|
+
__exportStar(require("./ScreeningQuestionAnswer"), exports);
|
|
207
|
+
__exportStar(require("./ScreeningQuestionAnswerRequestQuestion"), exports);
|
|
208
|
+
__exportStar(require("./ScreeningQuestionAnswerRequest"), exports);
|
|
203
209
|
__exportStar(require("./ScreeningQuestionOption"), exports);
|
|
204
210
|
__exportStar(require("./ScreeningQuestionTypeEnum"), exports);
|
|
205
211
|
__exportStar(require("./SelectiveSyncConfigurationsUsageEnum"), exports);
|
|
@@ -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.crm.CommonModelScopesBodyRequest.Raw[] | null;
|
|
18
19
|
category_common_model_scopes?: Record<string, serializers.crm.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("../../../../../..")))).crm.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.crm.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("../../..")))).crm.CategoriesEnum; })))
|
|
44
45
|
.optional(),
|
|
@@ -9,8 +9,8 @@ export declare namespace Association {
|
|
|
9
9
|
interface Raw {
|
|
10
10
|
created_at?: string | null;
|
|
11
11
|
modified_at?: string | null;
|
|
12
|
-
source_object?:
|
|
13
|
-
target_object?:
|
|
12
|
+
source_object?: string | null;
|
|
13
|
+
target_object?: string | null;
|
|
14
14
|
association_type?: serializers.crm.AssociationAssociationType.Raw | null;
|
|
15
15
|
}
|
|
16
16
|
}
|
|
@@ -40,7 +40,7 @@ const core = __importStar(require("../../../../core"));
|
|
|
40
40
|
exports.Association = core.serialization.object({
|
|
41
41
|
createdAt: core.serialization.property("created_at", core.serialization.date().optional()),
|
|
42
42
|
modifiedAt: core.serialization.property("modified_at", core.serialization.date().optional()),
|
|
43
|
-
sourceObject: core.serialization.property("source_object", core.serialization.
|
|
44
|
-
targetObject: core.serialization.property("target_object", core.serialization.
|
|
43
|
+
sourceObject: core.serialization.property("source_object", core.serialization.string().optional()),
|
|
44
|
+
targetObject: core.serialization.property("target_object", core.serialization.string().optional()),
|
|
45
45
|
associationType: core.serialization.property("association_type", core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).crm.AssociationAssociationType; })).optional()),
|
|
46
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.crm.EventTypeEnum.Raw, Merge.crm.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
|
}
|
|
@@ -8,6 +8,6 @@ export declare const RemoteField: core.serialization.ObjectSchema<serializers.cr
|
|
|
8
8
|
export declare namespace RemoteField {
|
|
9
9
|
interface Raw {
|
|
10
10
|
remote_field_class: serializers.crm.RemoteFieldRemoteFieldClass.Raw;
|
|
11
|
-
value?:
|
|
11
|
+
value?: unknown | null;
|
|
12
12
|
}
|
|
13
13
|
}
|
|
@@ -39,5 +39,5 @@ exports.RemoteField = void 0;
|
|
|
39
39
|
const core = __importStar(require("../../../../core"));
|
|
40
40
|
exports.RemoteField = core.serialization.object({
|
|
41
41
|
remoteFieldClass: core.serialization.property("remote_field_class", core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).crm.RemoteFieldRemoteFieldClass; }))),
|
|
42
|
-
value: core.serialization.
|
|
42
|
+
value: core.serialization.unknown().optional(),
|
|
43
43
|
});
|
|
@@ -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.crm.RemoteEndpointInfo.Raw;
|
|
13
|
-
example_values
|
|
13
|
+
example_values?: unknown[] | null;
|
|
14
14
|
advanced_metadata?: serializers.crm.AdvancedMetadata.Raw | null;
|
|
15
15
|
coverage?: serializers.crm.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("../../..")))).crm.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("../../..")))).crm.AdvancedMetadata; })).optional()),
|
|
46
46
|
coverage: core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).crm.RemoteFieldApiCoverage; })).optional(),
|
|
47
47
|
});
|
|
@@ -8,6 +8,6 @@ export declare const RemoteFieldRequest: core.serialization.ObjectSchema<seriali
|
|
|
8
8
|
export declare namespace RemoteFieldRequest {
|
|
9
9
|
interface Raw {
|
|
10
10
|
remote_field_class: serializers.crm.RemoteFieldRequestRemoteFieldClass.Raw;
|
|
11
|
-
value?:
|
|
11
|
+
value?: unknown | null;
|
|
12
12
|
}
|
|
13
13
|
}
|
|
@@ -39,5 +39,5 @@ exports.RemoteFieldRequest = void 0;
|
|
|
39
39
|
const core = __importStar(require("../../../../core"));
|
|
40
40
|
exports.RemoteFieldRequest = core.serialization.object({
|
|
41
41
|
remoteFieldClass: core.serialization.property("remote_field_class", core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).crm.RemoteFieldRequestRemoteFieldClass; }))),
|
|
42
|
-
value: core.serialization.
|
|
42
|
+
value: core.serialization.unknown().optional(),
|
|
43
43
|
});
|
|
@@ -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.filestorage.CommonModelScopesBodyRequest.Raw[] | null;
|
|
18
19
|
category_common_model_scopes?: Record<string, serializers.filestorage.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("../../../../../..")))).filestorage.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.filestorage.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("../../..")))).filestorage.CategoriesEnum; })))
|
|
44
45
|
.optional(),
|
|
@@ -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.filestorage.EventTypeEnum.Raw, Merge.filestorage.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
|
}
|
|
@@ -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.filestorage.RemoteEndpointInfo.Raw;
|
|
13
|
-
example_values
|
|
13
|
+
example_values?: unknown[] | null;
|
|
14
14
|
advanced_metadata?: serializers.filestorage.AdvancedMetadata.Raw | null;
|
|
15
15
|
coverage?: serializers.filestorage.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("../../..")))).filestorage.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("../../..")))).filestorage.AdvancedMetadata; })).optional()),
|
|
46
46
|
coverage: core.serialization
|
|
47
47
|
.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).filestorage.RemoteFieldApiCoverage; }))
|
|
@@ -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.hris.CommonModelScopesBodyRequest.Raw[] | null;
|
|
18
19
|
category_common_model_scopes?: Record<string, serializers.hris.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("../../../../../..")))).hris.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.hris.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("../../..")))).hris.CategoriesEnum; })))
|
|
44
45
|
.optional(),
|
|
@@ -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.hris.EventTypeEnum.Raw, Merge.hris.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
|
}
|
|
@@ -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.hris.RemoteEndpointInfo.Raw;
|
|
13
|
-
example_values
|
|
13
|
+
example_values?: unknown[] | null;
|
|
14
14
|
advanced_metadata?: serializers.hris.AdvancedMetadata.Raw | null;
|
|
15
15
|
coverage?: serializers.hris.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("../../..")))).hris.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("../../..")))).hris.AdvancedMetadata; })).optional()),
|
|
46
46
|
coverage: core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).hris.RemoteFieldApiCoverage; })).optional(),
|
|
47
47
|
});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * as
|
|
1
|
+
export * as ats from "./ats";
|
|
2
2
|
export * as crm from "./crm";
|
|
3
|
+
export * as filestorage from "./filestorage";
|
|
3
4
|
export * as hris from "./hris";
|
|
4
5
|
export * as ticketing from "./ticketing";
|
|
5
|
-
export * as ats from "./ats";
|
|
6
6
|
export * as accounting from "./accounting";
|
|
@@ -23,10 +23,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.accounting = exports.
|
|
27
|
-
exports.
|
|
26
|
+
exports.accounting = exports.ticketing = exports.hris = exports.filestorage = exports.crm = exports.ats = void 0;
|
|
27
|
+
exports.ats = __importStar(require("./ats"));
|
|
28
28
|
exports.crm = __importStar(require("./crm"));
|
|
29
|
+
exports.filestorage = __importStar(require("./filestorage"));
|
|
29
30
|
exports.hris = __importStar(require("./hris"));
|
|
30
31
|
exports.ticketing = __importStar(require("./ticketing"));
|
|
31
|
-
exports.ats = __importStar(require("./ats"));
|
|
32
32
|
exports.accounting = __importStar(require("./accounting"));
|
|
@@ -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.ticketing.CommonModelScopesBodyRequest.Raw[] | null;
|
|
18
19
|
category_common_model_scopes?: Record<string, serializers.ticketing.IndividualCommonModelScopeDeserializerRequest.Raw[] | null | undefined> | null;
|
|
19
20
|
language?: string | null;
|