@unified-api/typescript-sdk 2.72.4 → 2.73.0
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/bin/mcp-server.js +1066 -244
- package/bin/mcp-server.js.map +112 -109
- package/funcs/crmListCrmDeals.js +1 -0
- package/funcs/crmListCrmDeals.js.map +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/lib/security.d.ts +2 -2
- package/lib/security.d.ts.map +1 -1
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/package.json +1 -1
- package/sdk/models/operations/listcrmdeals.d.ts +5 -0
- package/sdk/models/operations/listcrmdeals.d.ts.map +1 -1
- package/sdk/models/operations/listcrmdeals.js +4 -0
- package/sdk/models/operations/listcrmdeals.js.map +1 -1
- package/sdk/models/shared/accountingaccount.d.ts +11 -39
- package/sdk/models/shared/accountingaccount.d.ts.map +1 -1
- package/sdk/models/shared/accountingaccount.js +19 -4
- package/sdk/models/shared/accountingaccount.js.map +1 -1
- package/sdk/models/shared/accountingcontact.d.ts +6 -30
- package/sdk/models/shared/accountingcontact.d.ts.map +1 -1
- package/sdk/models/shared/accountingcontact.js +10 -2
- package/sdk/models/shared/accountingcontact.js.map +1 -1
- package/sdk/models/shared/accountingcontactpaymentmethod.d.ts +6 -26
- package/sdk/models/shared/accountingcontactpaymentmethod.d.ts.map +1 -1
- package/sdk/models/shared/accountingcontactpaymentmethod.js +10 -2
- package/sdk/models/shared/accountingcontactpaymentmethod.js.map +1 -1
- package/sdk/models/shared/accountingemail.d.ts +6 -14
- package/sdk/models/shared/accountingemail.d.ts.map +1 -1
- package/sdk/models/shared/accountingemail.js +10 -2
- package/sdk/models/shared/accountingemail.js.map +1 -1
- package/sdk/models/shared/accountinginvoice.d.ts +16 -46
- package/sdk/models/shared/accountinginvoice.d.ts.map +1 -1
- package/sdk/models/shared/accountinginvoice.js +28 -6
- package/sdk/models/shared/accountinginvoice.js.map +1 -1
- package/sdk/models/shared/accountingorder.d.ts +11 -33
- package/sdk/models/shared/accountingorder.d.ts.map +1 -1
- package/sdk/models/shared/accountingorder.js +19 -4
- package/sdk/models/shared/accountingorder.js.map +1 -1
- package/sdk/models/shared/accountingreport.d.ts +6 -14
- package/sdk/models/shared/accountingreport.d.ts.map +1 -1
- package/sdk/models/shared/accountingreport.js +10 -2
- package/sdk/models/shared/accountingreport.js.map +1 -1
- package/sdk/models/shared/accountingtelephone.d.ts +6 -18
- package/sdk/models/shared/accountingtelephone.d.ts.map +1 -1
- package/sdk/models/shared/accountingtelephone.js +10 -2
- package/sdk/models/shared/accountingtelephone.js.map +1 -1
- package/sdk/models/shared/apicall.d.ts +6 -14
- package/sdk/models/shared/apicall.d.ts.map +1 -1
- package/sdk/models/shared/apicall.js +9 -2
- package/sdk/models/shared/apicall.js.map +1 -1
- package/sdk/models/shared/atsactivity.d.ts +6 -14
- package/sdk/models/shared/atsactivity.d.ts.map +1 -1
- package/sdk/models/shared/atsactivity.js +10 -2
- package/sdk/models/shared/atsactivity.js.map +1 -1
- package/sdk/models/shared/atsapplication.d.ts +6 -36
- package/sdk/models/shared/atsapplication.d.ts.map +1 -1
- package/sdk/models/shared/atsapplication.js +10 -2
- package/sdk/models/shared/atsapplication.js.map +1 -1
- package/sdk/models/shared/atscandidate.d.ts +6 -20
- package/sdk/models/shared/atscandidate.d.ts.map +1 -1
- package/sdk/models/shared/atscandidate.js +10 -2
- package/sdk/models/shared/atscandidate.js.map +1 -1
- package/sdk/models/shared/atscompensation.d.ts +11 -39
- package/sdk/models/shared/atscompensation.d.ts.map +1 -1
- package/sdk/models/shared/atscompensation.js +18 -4
- package/sdk/models/shared/atscompensation.js.map +1 -1
- package/sdk/models/shared/atsdocument.d.ts +6 -20
- package/sdk/models/shared/atsdocument.d.ts.map +1 -1
- package/sdk/models/shared/atsdocument.js +10 -2
- package/sdk/models/shared/atsdocument.js.map +1 -1
- package/sdk/models/shared/atsemail.d.ts +6 -14
- package/sdk/models/shared/atsemail.d.ts.map +1 -1
- package/sdk/models/shared/atsemail.js +10 -2
- package/sdk/models/shared/atsemail.js.map +1 -1
- package/sdk/models/shared/atsgroup.d.ts +6 -22
- package/sdk/models/shared/atsgroup.d.ts.map +1 -1
- package/sdk/models/shared/atsgroup.js +10 -2
- package/sdk/models/shared/atsgroup.js.map +1 -1
- package/sdk/models/shared/atsinterview.d.ts +6 -18
- package/sdk/models/shared/atsinterview.d.ts.map +1 -1
- package/sdk/models/shared/atsinterview.js +10 -2
- package/sdk/models/shared/atsinterview.js.map +1 -1
- package/sdk/models/shared/atsjob.d.ts +11 -45
- package/sdk/models/shared/atsjob.d.ts.map +1 -1
- package/sdk/models/shared/atsjob.js +19 -4
- package/sdk/models/shared/atsjob.js.map +1 -1
- package/sdk/models/shared/atsjobopening.d.ts +6 -12
- package/sdk/models/shared/atsjobopening.d.ts.map +1 -1
- package/sdk/models/shared/atsjobopening.js +10 -2
- package/sdk/models/shared/atsjobopening.js.map +1 -1
- package/sdk/models/shared/atsjobquestion.d.ts +6 -32
- package/sdk/models/shared/atsjobquestion.d.ts.map +1 -1
- package/sdk/models/shared/atsjobquestion.js +10 -2
- package/sdk/models/shared/atsjobquestion.js.map +1 -1
- package/sdk/models/shared/atsmetadata.d.ts +6 -34
- package/sdk/models/shared/atsmetadata.d.ts.map +1 -1
- package/sdk/models/shared/atsmetadata.js +10 -2
- package/sdk/models/shared/atsmetadata.js.map +1 -1
- package/sdk/models/shared/atsoffer.d.ts +6 -16
- package/sdk/models/shared/atsoffer.d.ts.map +1 -1
- package/sdk/models/shared/atsoffer.js +10 -2
- package/sdk/models/shared/atsoffer.js.map +1 -1
- package/sdk/models/shared/atsscorecard.d.ts +6 -16
- package/sdk/models/shared/atsscorecard.d.ts.map +1 -1
- package/sdk/models/shared/atsscorecard.js +10 -2
- package/sdk/models/shared/atsscorecard.js.map +1 -1
- package/sdk/models/shared/atsstatus.d.ts +6 -36
- package/sdk/models/shared/atsstatus.d.ts.map +1 -1
- package/sdk/models/shared/atsstatus.js +10 -2
- package/sdk/models/shared/atsstatus.js.map +1 -1
- package/sdk/models/shared/atstelephone.d.ts +6 -18
- package/sdk/models/shared/atstelephone.d.ts.map +1 -1
- package/sdk/models/shared/atstelephone.js +10 -2
- package/sdk/models/shared/atstelephone.js.map +1 -1
- package/sdk/models/shared/calendarattachment.d.ts +35 -0
- package/sdk/models/shared/calendarattachment.d.ts.map +1 -0
- package/sdk/models/shared/calendarattachment.js +76 -0
- package/sdk/models/shared/calendarattachment.js.map +1 -0
- package/sdk/models/shared/calendarattendee.d.ts +6 -14
- package/sdk/models/shared/calendarattendee.d.ts.map +1 -1
- package/sdk/models/shared/calendarattendee.js +10 -2
- package/sdk/models/shared/calendarattendee.js.map +1 -1
- package/sdk/models/shared/calendarconference.d.ts +45 -0
- package/sdk/models/shared/calendarconference.d.ts.map +1 -0
- package/sdk/models/shared/calendarconference.js +92 -0
- package/sdk/models/shared/calendarconference.js.map +1 -0
- package/sdk/models/shared/calendarevent.d.ts +14 -14
- package/sdk/models/shared/calendarevent.d.ts.map +1 -1
- package/sdk/models/shared/calendarevent.js +20 -2
- package/sdk/models/shared/calendarevent.js.map +1 -1
- package/sdk/models/shared/calendareventrecurrence.d.ts +6 -16
- package/sdk/models/shared/calendareventrecurrence.d.ts.map +1 -1
- package/sdk/models/shared/calendareventrecurrence.js +10 -2
- package/sdk/models/shared/calendareventrecurrence.js.map +1 -1
- package/sdk/models/shared/commercecollection.d.ts +6 -14
- package/sdk/models/shared/commercecollection.d.ts.map +1 -1
- package/sdk/models/shared/commercecollection.js +10 -2
- package/sdk/models/shared/commercecollection.js.map +1 -1
- package/sdk/models/shared/commerceitemmedia.d.ts +6 -12
- package/sdk/models/shared/commerceitemmedia.d.ts.map +1 -1
- package/sdk/models/shared/commerceitemmedia.js +10 -2
- package/sdk/models/shared/commerceitemmedia.js.map +1 -1
- package/sdk/models/shared/commerceitemvariant.d.ts +11 -27
- package/sdk/models/shared/commerceitemvariant.d.ts.map +1 -1
- package/sdk/models/shared/commerceitemvariant.js +17 -4
- package/sdk/models/shared/commerceitemvariant.js.map +1 -1
- package/sdk/models/shared/commercemetadata.d.ts +6 -34
- package/sdk/models/shared/commercemetadata.d.ts.map +1 -1
- package/sdk/models/shared/commercemetadata.js +10 -2
- package/sdk/models/shared/commercemetadata.js.map +1 -1
- package/sdk/models/shared/commercereview.d.ts +6 -16
- package/sdk/models/shared/commercereview.d.ts.map +1 -1
- package/sdk/models/shared/commercereview.js +10 -2
- package/sdk/models/shared/commercereview.js.map +1 -1
- package/sdk/models/shared/commercereviewcomment.d.ts +6 -16
- package/sdk/models/shared/commercereviewcomment.d.ts.map +1 -1
- package/sdk/models/shared/commercereviewcomment.js +10 -2
- package/sdk/models/shared/commercereviewcomment.js.map +1 -1
- package/sdk/models/shared/crmemail.d.ts +6 -14
- package/sdk/models/shared/crmemail.d.ts.map +1 -1
- package/sdk/models/shared/crmemail.js +10 -2
- package/sdk/models/shared/crmemail.js.map +1 -1
- package/sdk/models/shared/crmevent.d.ts +6 -24
- package/sdk/models/shared/crmevent.d.ts.map +1 -1
- package/sdk/models/shared/crmevent.js +10 -2
- package/sdk/models/shared/crmevent.js.map +1 -1
- package/sdk/models/shared/crmeventformfield.d.ts +6 -36
- package/sdk/models/shared/crmeventformfield.d.ts.map +1 -1
- package/sdk/models/shared/crmeventformfield.js +10 -2
- package/sdk/models/shared/crmeventformfield.js.map +1 -1
- package/sdk/models/shared/crmtelephone.d.ts +6 -18
- package/sdk/models/shared/crmtelephone.d.ts.map +1 -1
- package/sdk/models/shared/crmtelephone.js +10 -2
- package/sdk/models/shared/crmtelephone.js.map +1 -1
- package/sdk/models/shared/enrichemail.d.ts +6 -14
- package/sdk/models/shared/enrichemail.d.ts.map +1 -1
- package/sdk/models/shared/enrichemail.js +10 -2
- package/sdk/models/shared/enrichemail.js.map +1 -1
- package/sdk/models/shared/enrichperson.d.ts +6 -12
- package/sdk/models/shared/enrichperson.d.ts.map +1 -1
- package/sdk/models/shared/enrichperson.js +10 -2
- package/sdk/models/shared/enrichperson.js.map +1 -1
- package/sdk/models/shared/enrichtelephone.d.ts +6 -18
- package/sdk/models/shared/enrichtelephone.d.ts.map +1 -1
- package/sdk/models/shared/enrichtelephone.js +10 -2
- package/sdk/models/shared/enrichtelephone.js.map +1 -1
- package/sdk/models/shared/genaicontent.d.ts +6 -12
- package/sdk/models/shared/genaicontent.d.ts.map +1 -1
- package/sdk/models/shared/genaicontent.js +10 -2
- package/sdk/models/shared/genaicontent.js.map +1 -1
- package/sdk/models/shared/hriscompensation.d.ts +11 -39
- package/sdk/models/shared/hriscompensation.d.ts.map +1 -1
- package/sdk/models/shared/hriscompensation.js +19 -4
- package/sdk/models/shared/hriscompensation.js.map +1 -1
- package/sdk/models/shared/hrisemail.d.ts +6 -14
- package/sdk/models/shared/hrisemail.d.ts.map +1 -1
- package/sdk/models/shared/hrisemail.js +10 -2
- package/sdk/models/shared/hrisemail.js.map +1 -1
- package/sdk/models/shared/hrisemployee.d.ts +21 -67
- package/sdk/models/shared/hrisemployee.d.ts.map +1 -1
- package/sdk/models/shared/hrisemployee.js +37 -8
- package/sdk/models/shared/hrisemployee.js.map +1 -1
- package/sdk/models/shared/hrisgroup.d.ts +6 -22
- package/sdk/models/shared/hrisgroup.d.ts.map +1 -1
- package/sdk/models/shared/hrisgroup.js +10 -2
- package/sdk/models/shared/hrisgroup.js.map +1 -1
- package/sdk/models/shared/hrismetadata.d.ts +6 -34
- package/sdk/models/shared/hrismetadata.d.ts.map +1 -1
- package/sdk/models/shared/hrismetadata.js +10 -2
- package/sdk/models/shared/hrismetadata.js.map +1 -1
- package/sdk/models/shared/hrispayslip.d.ts +6 -14
- package/sdk/models/shared/hrispayslip.d.ts.map +1 -1
- package/sdk/models/shared/hrispayslip.js +9 -2
- package/sdk/models/shared/hrispayslip.js.map +1 -1
- package/sdk/models/shared/hrispayslipdetail.d.ts +6 -42
- package/sdk/models/shared/hrispayslipdetail.d.ts.map +1 -1
- package/sdk/models/shared/hrispayslipdetail.js +10 -2
- package/sdk/models/shared/hrispayslipdetail.js.map +1 -1
- package/sdk/models/shared/hristelephone.d.ts +6 -18
- package/sdk/models/shared/hristelephone.d.ts.map +1 -1
- package/sdk/models/shared/hristelephone.js +10 -2
- package/sdk/models/shared/hristelephone.js.map +1 -1
- package/sdk/models/shared/hristimeoff.d.ts +11 -25
- package/sdk/models/shared/hristimeoff.d.ts.map +1 -1
- package/sdk/models/shared/hristimeoff.js +19 -4
- package/sdk/models/shared/hristimeoff.js.map +1 -1
- package/sdk/models/shared/index.d.ts +2 -0
- package/sdk/models/shared/index.d.ts.map +1 -1
- package/sdk/models/shared/index.js +2 -0
- package/sdk/models/shared/index.js.map +1 -1
- package/sdk/models/shared/issue.d.ts +6 -24
- package/sdk/models/shared/issue.d.ts.map +1 -1
- package/sdk/models/shared/issue.js +9 -2
- package/sdk/models/shared/issue.js.map +1 -1
- package/sdk/models/shared/kmscomment.d.ts +11 -27
- package/sdk/models/shared/kmscomment.d.ts.map +1 -1
- package/sdk/models/shared/kmscomment.js +18 -4
- package/sdk/models/shared/kmscomment.js.map +1 -1
- package/sdk/models/shared/kmspage.d.ts +6 -16
- package/sdk/models/shared/kmspage.d.ts.map +1 -1
- package/sdk/models/shared/kmspage.js +9 -2
- package/sdk/models/shared/kmspage.js.map +1 -1
- package/sdk/models/shared/kmspagemetadata.d.ts +6 -34
- package/sdk/models/shared/kmspagemetadata.d.ts.map +1 -1
- package/sdk/models/shared/kmspagemetadata.js +10 -2
- package/sdk/models/shared/kmspagemetadata.js.map +1 -1
- package/sdk/models/shared/lmsmedia.d.ts +6 -20
- package/sdk/models/shared/lmsmedia.d.ts.map +1 -1
- package/sdk/models/shared/lmsmedia.js +10 -2
- package/sdk/models/shared/lmsmedia.js.map +1 -1
- package/sdk/models/shared/lmstelephone.d.ts +6 -18
- package/sdk/models/shared/lmstelephone.d.ts.map +1 -1
- package/sdk/models/shared/lmstelephone.js +10 -2
- package/sdk/models/shared/lmstelephone.js.map +1 -1
- package/sdk/models/shared/marketingemail.d.ts +6 -14
- package/sdk/models/shared/marketingemail.d.ts.map +1 -1
- package/sdk/models/shared/marketingemail.js +10 -2
- package/sdk/models/shared/marketingemail.js.map +1 -1
- package/sdk/models/shared/metadatametadata.d.ts +6 -34
- package/sdk/models/shared/metadatametadata.d.ts.map +1 -1
- package/sdk/models/shared/metadatametadata.js +10 -2
- package/sdk/models/shared/metadatametadata.js.map +1 -1
- package/sdk/models/shared/paymentpayout.d.ts +6 -16
- package/sdk/models/shared/paymentpayout.d.ts.map +1 -1
- package/sdk/models/shared/paymentpayout.js +10 -2
- package/sdk/models/shared/paymentpayout.js.map +1 -1
- package/sdk/models/shared/paymentrefund.d.ts +6 -16
- package/sdk/models/shared/paymentrefund.d.ts.map +1 -1
- package/sdk/models/shared/paymentrefund.js +10 -2
- package/sdk/models/shared/paymentrefund.js.map +1 -1
- package/sdk/models/shared/paymentsubscription.d.ts +11 -31
- package/sdk/models/shared/paymentsubscription.d.ts.map +1 -1
- package/sdk/models/shared/paymentsubscription.js +19 -4
- package/sdk/models/shared/paymentsubscription.js.map +1 -1
- package/sdk/models/shared/propertyatsactivityfrom.d.ts +6 -14
- package/sdk/models/shared/propertyatsactivityfrom.d.ts.map +1 -1
- package/sdk/models/shared/propertyatsactivityfrom.js +10 -2
- package/sdk/models/shared/propertyatsactivityfrom.js.map +1 -1
- package/sdk/models/shared/propertycalendareventorganizer.d.ts +6 -14
- package/sdk/models/shared/propertycalendareventorganizer.d.ts.map +1 -1
- package/sdk/models/shared/propertycalendareventorganizer.js +10 -2
- package/sdk/models/shared/propertycalendareventorganizer.js.map +1 -1
- package/sdk/models/shared/propertycalendareventrecurrenceondays.d.ts +6 -22
- package/sdk/models/shared/propertycalendareventrecurrenceondays.d.ts.map +1 -1
- package/sdk/models/shared/propertycalendareventrecurrenceondays.js +10 -2
- package/sdk/models/shared/propertycalendareventrecurrenceondays.js.map +1 -1
- package/sdk/models/shared/propertycalendarrecordingtranscriptattendee.d.ts +6 -14
- package/sdk/models/shared/propertycalendarrecordingtranscriptattendee.d.ts.map +1 -1
- package/sdk/models/shared/propertycalendarrecordingtranscriptattendee.js +9 -2
- package/sdk/models/shared/propertycalendarrecordingtranscriptattendee.js.map +1 -1
- package/sdk/models/shared/propertyconnectioncategories.d.ts +6 -52
- package/sdk/models/shared/propertyconnectioncategories.d.ts.map +1 -1
- package/sdk/models/shared/propertyconnectioncategories.js +10 -2
- package/sdk/models/shared/propertyconnectioncategories.js.map +1 -1
- package/sdk/models/shared/propertyconnectionpermissions.d.ts +6 -312
- package/sdk/models/shared/propertyconnectionpermissions.d.ts.map +1 -1
- package/sdk/models/shared/propertyconnectionpermissions.js +10 -2
- package/sdk/models/shared/propertyconnectionpermissions.js.map +1 -1
- package/sdk/models/shared/propertycrmeventtask.d.ts +11 -29
- package/sdk/models/shared/propertycrmeventtask.d.ts.map +1 -1
- package/sdk/models/shared/propertycrmeventtask.js +18 -4
- package/sdk/models/shared/propertycrmeventtask.js.map +1 -1
- package/sdk/models/shared/propertyhrisemployeeemployeeroles.d.ts +6 -18
- package/sdk/models/shared/propertyhrisemployeeemployeeroles.d.ts.map +1 -1
- package/sdk/models/shared/propertyhrisemployeeemployeeroles.js +10 -2
- package/sdk/models/shared/propertyhrisemployeeemployeeroles.js.map +1 -1
- package/sdk/models/shared/propertyintegrationcategories.d.ts +6 -52
- package/sdk/models/shared/propertyintegrationcategories.d.ts.map +1 -1
- package/sdk/models/shared/propertyintegrationcategories.js +10 -2
- package/sdk/models/shared/propertyintegrationcategories.js.map +1 -1
- package/sdk/models/shared/propertyscimgroupmeta.d.ts +6 -12
- package/sdk/models/shared/propertyscimgroupmeta.d.ts.map +1 -1
- package/sdk/models/shared/propertyscimgroupmeta.js +10 -2
- package/sdk/models/shared/propertyscimgroupmeta.js.map +1 -1
- package/sdk/models/shared/propertyscimgroupschemas.d.ts +6 -10
- package/sdk/models/shared/propertyscimgroupschemas.d.ts.map +1 -1
- package/sdk/models/shared/propertyscimgroupschemas.js +10 -2
- package/sdk/models/shared/propertyscimgroupschemas.js.map +1 -1
- package/sdk/models/shared/propertyscimusermeta.d.ts +6 -12
- package/sdk/models/shared/propertyscimusermeta.d.ts.map +1 -1
- package/sdk/models/shared/propertyscimusermeta.js +10 -2
- package/sdk/models/shared/propertyscimusermeta.js.map +1 -1
- package/sdk/models/shared/propertyscimuserschemas.d.ts +6 -16
- package/sdk/models/shared/propertyscimuserschemas.d.ts.map +1 -1
- package/sdk/models/shared/propertyscimuserschemas.js +10 -2
- package/sdk/models/shared/propertyscimuserschemas.js.map +1 -1
- package/sdk/models/shared/propertyscimuserurnietfparamsscimschemasextensionenterprise20user.d.ts +6 -12
- package/sdk/models/shared/propertyscimuserurnietfparamsscimschemasextensionenterprise20user.d.ts.map +1 -1
- package/sdk/models/shared/propertyscimuserurnietfparamsscimschemasextensionenterprise20user.js +10 -2
- package/sdk/models/shared/propertyscimuserurnietfparamsscimschemasextensionenterprise20user.js.map +1 -1
- package/sdk/models/shared/propertyscimuserurnietfparamsscimschemasextensionenterprise20usermanager.d.ts +6 -12
- package/sdk/models/shared/propertyscimuserurnietfparamsscimschemasextensionenterprise20usermanager.d.ts.map +1 -1
- package/sdk/models/shared/propertyscimuserurnietfparamsscimschemasextensionenterprise20usermanager.js +10 -2
- package/sdk/models/shared/propertyscimuserurnietfparamsscimschemasextensionenterprise20usermanager.js.map +1 -1
- package/sdk/models/shared/propertyscimuserurnietfparamsscimschemasextensionlatticeattributes10user.d.ts +16 -52
- package/sdk/models/shared/propertyscimuserurnietfparamsscimschemasextensionlatticeattributes10user.d.ts.map +1 -1
- package/sdk/models/shared/propertyscimuserurnietfparamsscimschemasextensionlatticeattributes10user.js +27 -6
- package/sdk/models/shared/propertyscimuserurnietfparamsscimschemasextensionlatticeattributes10user.js.map +1 -1
- package/sdk/models/shared/propertyscimuserurnietfparamsscimschemasextensionpeakon20user.d.ts +6 -12
- package/sdk/models/shared/propertyscimuserurnietfparamsscimschemasextensionpeakon20user.d.ts.map +1 -1
- package/sdk/models/shared/propertyscimuserurnietfparamsscimschemasextensionpeakon20user.js +10 -2
- package/sdk/models/shared/propertyscimuserurnietfparamsscimschemasextensionpeakon20user.js.map +1 -1
- package/sdk/models/shared/propertystoragepermissionroles.d.ts +6 -14
- package/sdk/models/shared/propertystoragepermissionroles.d.ts.map +1 -1
- package/sdk/models/shared/propertystoragepermissionroles.js +10 -2
- package/sdk/models/shared/propertystoragepermissionroles.js.map +1 -1
- package/sdk/models/shared/propertyuccalltelephone.d.ts +6 -18
- package/sdk/models/shared/propertyuccalltelephone.d.ts.map +1 -1
- package/sdk/models/shared/propertyuccalltelephone.js +10 -2
- package/sdk/models/shared/propertyuccalltelephone.js.map +1 -1
- package/sdk/models/shared/repopullrequest.d.ts +6 -14
- package/sdk/models/shared/repopullrequest.d.ts.map +1 -1
- package/sdk/models/shared/repopullrequest.js +10 -2
- package/sdk/models/shared/repopullrequest.js.map +1 -1
- package/sdk/models/shared/scimaddress.d.ts +6 -14
- package/sdk/models/shared/scimaddress.d.ts.map +1 -1
- package/sdk/models/shared/scimaddress.js +10 -2
- package/sdk/models/shared/scimaddress.js.map +1 -1
- package/sdk/models/shared/scimemail.d.ts +6 -14
- package/sdk/models/shared/scimemail.d.ts.map +1 -1
- package/sdk/models/shared/scimemail.js +10 -2
- package/sdk/models/shared/scimemail.js.map +1 -1
- package/sdk/models/shared/scimgroupmember.d.ts +11 -23
- package/sdk/models/shared/scimgroupmember.d.ts.map +1 -1
- package/sdk/models/shared/scimgroupmember.js +18 -4
- package/sdk/models/shared/scimgroupmember.js.map +1 -1
- package/sdk/models/shared/scimims.d.ts +6 -24
- package/sdk/models/shared/scimims.d.ts.map +1 -1
- package/sdk/models/shared/scimims.js +9 -2
- package/sdk/models/shared/scimims.js.map +1 -1
- package/sdk/models/shared/scimmanager.d.ts +6 -12
- package/sdk/models/shared/scimmanager.d.ts.map +1 -1
- package/sdk/models/shared/scimmanager.js +10 -2
- package/sdk/models/shared/scimmanager.js.map +1 -1
- package/sdk/models/shared/scimphonenumber.d.ts +6 -20
- package/sdk/models/shared/scimphonenumber.d.ts.map +1 -1
- package/sdk/models/shared/scimphonenumber.js +10 -2
- package/sdk/models/shared/scimphonenumber.js.map +1 -1
- package/sdk/models/shared/scimphoto.d.ts +6 -12
- package/sdk/models/shared/scimphoto.d.ts.map +1 -1
- package/sdk/models/shared/scimphoto.js +10 -2
- package/sdk/models/shared/scimphoto.js.map +1 -1
- package/sdk/models/shared/scimusergroups.d.ts +6 -12
- package/sdk/models/shared/scimusergroups.d.ts.map +1 -1
- package/sdk/models/shared/scimusergroups.js +10 -2
- package/sdk/models/shared/scimusergroups.js.map +1 -1
- package/sdk/models/shared/storagefile.d.ts +6 -12
- package/sdk/models/shared/storagefile.d.ts.map +1 -1
- package/sdk/models/shared/storagefile.js +10 -2
- package/sdk/models/shared/storagefile.js.map +1 -1
- package/sdk/models/shared/taskproject.d.ts +2 -0
- package/sdk/models/shared/taskproject.d.ts.map +1 -1
- package/sdk/models/shared/taskproject.js +4 -0
- package/sdk/models/shared/taskproject.js.map +1 -1
- package/sdk/models/shared/tasktask.d.ts +6 -14
- package/sdk/models/shared/tasktask.d.ts.map +1 -1
- package/sdk/models/shared/tasktask.js +10 -2
- package/sdk/models/shared/tasktask.js.map +1 -1
- package/sdk/models/shared/ticketingemail.d.ts +6 -14
- package/sdk/models/shared/ticketingemail.d.ts.map +1 -1
- package/sdk/models/shared/ticketingemail.js +10 -2
- package/sdk/models/shared/ticketingemail.js.map +1 -1
- package/sdk/models/shared/ticketingtelephone.d.ts +6 -18
- package/sdk/models/shared/ticketingtelephone.d.ts.map +1 -1
- package/sdk/models/shared/ticketingtelephone.js +10 -2
- package/sdk/models/shared/ticketingtelephone.js.map +1 -1
- package/sdk/models/shared/ticketingticket.d.ts +6 -12
- package/sdk/models/shared/ticketingticket.d.ts.map +1 -1
- package/sdk/models/shared/ticketingticket.js +10 -2
- package/sdk/models/shared/ticketingticket.js.map +1 -1
- package/sdk/models/shared/ucemail.d.ts +6 -14
- package/sdk/models/shared/ucemail.d.ts.map +1 -1
- package/sdk/models/shared/ucemail.js +9 -2
- package/sdk/models/shared/ucemail.js.map +1 -1
- package/sdk/models/shared/uctelephone.d.ts +6 -18
- package/sdk/models/shared/uctelephone.d.ts.map +1 -1
- package/sdk/models/shared/uctelephone.js +10 -2
- package/sdk/models/shared/uctelephone.js.map +1 -1
- package/sdk/models/shared/webhook.d.ts +21 -213
- package/sdk/models/shared/webhook.d.ts.map +1 -1
- package/sdk/models/shared/webhook.js +36 -8
- package/sdk/models/shared/webhook.js.map +1 -1
- package/sdk/types/constdatetime.js +1 -1
- package/src/funcs/crmListCrmDeals.ts +1 -0
- package/src/lib/config.ts +3 -3
- package/src/lib/security.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/sdk/models/operations/listcrmdeals.ts +9 -0
- package/src/sdk/models/shared/accountingaccount.ts +28 -12
- package/src/sdk/models/shared/accountingcontact.ts +23 -6
- package/src/sdk/models/shared/accountingcontactpaymentmethod.ts +23 -8
- package/src/sdk/models/shared/accountingemail.ts +23 -8
- package/src/sdk/models/shared/accountinginvoice.ts +59 -26
- package/src/sdk/models/shared/accountingorder.ts +41 -15
- package/src/sdk/models/shared/accountingreport.ts +23 -8
- package/src/sdk/models/shared/accountingtelephone.ts +23 -10
- package/src/sdk/models/shared/apicall.ts +23 -6
- package/src/sdk/models/shared/atsactivity.ts +23 -8
- package/src/sdk/models/shared/atsapplication.ts +23 -8
- package/src/sdk/models/shared/atscandidate.ts +16 -6
- package/src/sdk/models/shared/atscompensation.ts +41 -13
- package/src/sdk/models/shared/atsdocument.ts +23 -8
- package/src/sdk/models/shared/atsemail.ts +23 -6
- package/src/sdk/models/shared/atsgroup.ts +23 -6
- package/src/sdk/models/shared/atsinterview.ts +23 -8
- package/src/sdk/models/shared/atsjob.ts +41 -13
- package/src/sdk/models/shared/atsjobopening.ts +23 -8
- package/src/sdk/models/shared/atsjobquestion.ts +23 -8
- package/src/sdk/models/shared/atsmetadata.ts +16 -6
- package/src/sdk/models/shared/atsoffer.ts +23 -8
- package/src/sdk/models/shared/atsscorecard.ts +23 -8
- package/src/sdk/models/shared/atsstatus.ts +23 -8
- package/src/sdk/models/shared/atstelephone.ts +23 -8
- package/src/sdk/models/shared/calendarattachment.ts +89 -0
- package/src/sdk/models/shared/calendarattendee.ts +23 -8
- package/src/sdk/models/shared/calendarconference.ts +115 -0
- package/src/sdk/models/shared/calendarevent.ts +49 -8
- package/src/sdk/models/shared/calendareventrecurrence.ts +23 -8
- package/src/sdk/models/shared/commercecollection.ts +23 -8
- package/src/sdk/models/shared/commerceitemmedia.ts +23 -8
- package/src/sdk/models/shared/commerceitemvariant.ts +41 -11
- package/src/sdk/models/shared/commercemetadata.ts +23 -8
- package/src/sdk/models/shared/commercereview.ts +23 -8
- package/src/sdk/models/shared/commercereviewcomment.ts +23 -8
- package/src/sdk/models/shared/crmemail.ts +23 -6
- package/src/sdk/models/shared/crmevent.ts +23 -6
- package/src/sdk/models/shared/crmeventformfield.ts +23 -8
- package/src/sdk/models/shared/crmtelephone.ts +23 -8
- package/src/sdk/models/shared/enrichemail.ts +23 -8
- package/src/sdk/models/shared/enrichperson.ts +16 -6
- package/src/sdk/models/shared/enrichtelephone.ts +23 -8
- package/src/sdk/models/shared/genaicontent.ts +17 -7
- package/src/sdk/models/shared/hriscompensation.ts +41 -15
- package/src/sdk/models/shared/hrisemail.ts +23 -8
- package/src/sdk/models/shared/hrisemployee.ts +77 -29
- package/src/sdk/models/shared/hrisgroup.ts +23 -8
- package/src/sdk/models/shared/hrismetadata.ts +23 -8
- package/src/sdk/models/shared/hrispayslip.ts +23 -6
- package/src/sdk/models/shared/hrispayslipdetail.ts +23 -8
- package/src/sdk/models/shared/hristelephone.ts +23 -8
- package/src/sdk/models/shared/hristimeoff.ts +41 -15
- package/src/sdk/models/shared/index.ts +2 -0
- package/src/sdk/models/shared/issue.ts +23 -6
- package/src/sdk/models/shared/kmscomment.ts +41 -13
- package/src/sdk/models/shared/kmspage.ts +23 -6
- package/src/sdk/models/shared/kmspagemetadata.ts +23 -8
- package/src/sdk/models/shared/lmsmedia.ts +23 -6
- package/src/sdk/models/shared/lmstelephone.ts +23 -8
- package/src/sdk/models/shared/marketingemail.ts +23 -8
- package/src/sdk/models/shared/metadatametadata.ts +23 -8
- package/src/sdk/models/shared/paymentpayout.ts +23 -8
- package/src/sdk/models/shared/paymentrefund.ts +23 -8
- package/src/sdk/models/shared/paymentsubscription.ts +41 -13
- package/src/sdk/models/shared/propertyatsactivityfrom.ts +23 -8
- package/src/sdk/models/shared/propertycalendareventorganizer.ts +23 -9
- package/src/sdk/models/shared/propertycalendareventrecurrenceondays.ts +23 -9
- package/src/sdk/models/shared/propertycalendarrecordingtranscriptattendee.ts +23 -6
- package/src/sdk/models/shared/propertyconnectioncategories.ts +23 -8
- package/src/sdk/models/shared/propertyconnectionpermissions.ts +23 -8
- package/src/sdk/models/shared/propertycrmeventtask.ts +41 -13
- package/src/sdk/models/shared/propertyhrisemployeeemployeeroles.ts +23 -8
- package/src/sdk/models/shared/propertyintegrationcategories.ts +23 -8
- package/src/sdk/models/shared/propertyscimgroupmeta.ts +23 -6
- package/src/sdk/models/shared/propertyscimgroupschemas.ts +23 -8
- package/src/sdk/models/shared/propertyscimusermeta.ts +23 -8
- package/src/sdk/models/shared/propertyscimuserschemas.ts +23 -10
- package/src/sdk/models/shared/propertyscimuserurnietfparamsscimschemasextensionenterprise20user.ts +26 -10
- package/src/sdk/models/shared/propertyscimuserurnietfparamsscimschemasextensionenterprise20usermanager.ts +26 -10
- package/src/sdk/models/shared/propertyscimuserurnietfparamsscimschemasextensionlatticeattributes10user.ts +62 -22
- package/src/sdk/models/shared/propertyscimuserurnietfparamsscimschemasextensionpeakon20user.ts +26 -10
- package/src/sdk/models/shared/propertystoragepermissionroles.ts +23 -8
- package/src/sdk/models/shared/propertyuccalltelephone.ts +23 -8
- package/src/sdk/models/shared/repopullrequest.ts +23 -8
- package/src/sdk/models/shared/scimaddress.ts +23 -8
- package/src/sdk/models/shared/scimemail.ts +23 -8
- package/src/sdk/models/shared/scimgroupmember.ts +41 -13
- package/src/sdk/models/shared/scimims.ts +23 -6
- package/src/sdk/models/shared/scimmanager.ts +23 -8
- package/src/sdk/models/shared/scimphonenumber.ts +23 -8
- package/src/sdk/models/shared/scimphoto.ts +23 -8
- package/src/sdk/models/shared/scimusergroups.ts +23 -8
- package/src/sdk/models/shared/storagefile.ts +23 -8
- package/src/sdk/models/shared/taskproject.ts +6 -0
- package/src/sdk/models/shared/tasktask.ts +23 -8
- package/src/sdk/models/shared/ticketingemail.ts +23 -8
- package/src/sdk/models/shared/ticketingtelephone.ts +23 -8
- package/src/sdk/models/shared/ticketingticket.ts +23 -8
- package/src/sdk/models/shared/ucemail.ts +23 -6
- package/src/sdk/models/shared/uctelephone.ts +23 -8
- package/src/sdk/models/shared/webhook.ts +63 -22
- package/src/sdk/types/constdatetime.ts +1 -1
package/bin/mcp-server.js
CHANGED
|
@@ -34231,9 +34231,9 @@ var init_config = __esm(() => {
|
|
|
34231
34231
|
SDK_METADATA = {
|
|
34232
34232
|
language: "typescript",
|
|
34233
34233
|
openapiDocVersion: "1.0",
|
|
34234
|
-
sdkVersion: "2.
|
|
34235
|
-
genVersion: "2.
|
|
34236
|
-
userAgent: "speakeasy-sdk/typescript 2.
|
|
34234
|
+
sdkVersion: "2.73.0",
|
|
34235
|
+
genVersion: "2.632.2",
|
|
34236
|
+
userAgent: "speakeasy-sdk/typescript 2.73.0 2.632.2 1.0 @unified-api/typescript-sdk"
|
|
34237
34237
|
};
|
|
34238
34238
|
});
|
|
34239
34239
|
|
|
@@ -35661,6 +35661,11 @@ var init_security = __esm(() => {
|
|
|
35661
35661
|
};
|
|
35662
35662
|
});
|
|
35663
35663
|
|
|
35664
|
+
// src/sdk/types/enums.ts
|
|
35665
|
+
function catchUnrecognizedEnum(value) {
|
|
35666
|
+
return value;
|
|
35667
|
+
}
|
|
35668
|
+
|
|
35664
35669
|
// src/sdk/models/shared/accountingaccount.ts
|
|
35665
35670
|
var Status, Type, Status$inboundSchema, Status$outboundSchema, Status$, Type$inboundSchema, Type$outboundSchema, Type$, AccountingAccount$inboundSchema, AccountingAccount$outboundSchema, AccountingAccount$;
|
|
35666
35671
|
var init_accountingaccount = __esm(() => {
|
|
@@ -35682,14 +35687,26 @@ var init_accountingaccount = __esm(() => {
|
|
|
35682
35687
|
Revenue: "REVENUE",
|
|
35683
35688
|
Other: "OTHER"
|
|
35684
35689
|
};
|
|
35685
|
-
Status$inboundSchema =
|
|
35686
|
-
|
|
35690
|
+
Status$inboundSchema = unionType([
|
|
35691
|
+
nativeEnumType(Status),
|
|
35692
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
35693
|
+
]);
|
|
35694
|
+
Status$outboundSchema = unionType([
|
|
35695
|
+
nativeEnumType(Status),
|
|
35696
|
+
stringType().and(custom())
|
|
35697
|
+
]);
|
|
35687
35698
|
((Status$) => {
|
|
35688
35699
|
Status$.inboundSchema = Status$inboundSchema;
|
|
35689
35700
|
Status$.outboundSchema = Status$outboundSchema;
|
|
35690
35701
|
})(Status$ ||= {});
|
|
35691
|
-
Type$inboundSchema =
|
|
35692
|
-
|
|
35702
|
+
Type$inboundSchema = unionType([
|
|
35703
|
+
nativeEnumType(Type),
|
|
35704
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
35705
|
+
]);
|
|
35706
|
+
Type$outboundSchema = unionType([
|
|
35707
|
+
nativeEnumType(Type),
|
|
35708
|
+
stringType().and(custom())
|
|
35709
|
+
]);
|
|
35693
35710
|
((Type$) => {
|
|
35694
35711
|
Type$.inboundSchema = Type$inboundSchema;
|
|
35695
35712
|
Type$.outboundSchema = Type$outboundSchema;
|
|
@@ -35767,8 +35784,14 @@ var init_accountingemail = __esm(() => {
|
|
|
35767
35784
|
Home: "HOME",
|
|
35768
35785
|
Other: "OTHER"
|
|
35769
35786
|
};
|
|
35770
|
-
AccountingEmailType$inboundSchema =
|
|
35771
|
-
|
|
35787
|
+
AccountingEmailType$inboundSchema = unionType([
|
|
35788
|
+
nativeEnumType(AccountingEmailType),
|
|
35789
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
35790
|
+
]);
|
|
35791
|
+
AccountingEmailType$outboundSchema = unionType([
|
|
35792
|
+
nativeEnumType(AccountingEmailType),
|
|
35793
|
+
stringType().and(custom())
|
|
35794
|
+
]);
|
|
35772
35795
|
((AccountingEmailType$) => {
|
|
35773
35796
|
AccountingEmailType$.inboundSchema = AccountingEmailType$inboundSchema;
|
|
35774
35797
|
AccountingEmailType$.outboundSchema = AccountingEmailType$outboundSchema;
|
|
@@ -35902,8 +35925,14 @@ var init_accountingcontactpaymentmethod = __esm(() => {
|
|
|
35902
35925
|
Wire: "WIRE",
|
|
35903
35926
|
Check: "CHECK"
|
|
35904
35927
|
};
|
|
35905
|
-
AccountingContactPaymentMethodType$inboundSchema =
|
|
35906
|
-
|
|
35928
|
+
AccountingContactPaymentMethodType$inboundSchema = unionType([
|
|
35929
|
+
nativeEnumType(AccountingContactPaymentMethodType),
|
|
35930
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
35931
|
+
]);
|
|
35932
|
+
AccountingContactPaymentMethodType$outboundSchema = unionType([
|
|
35933
|
+
nativeEnumType(AccountingContactPaymentMethodType),
|
|
35934
|
+
stringType().and(custom())
|
|
35935
|
+
]);
|
|
35907
35936
|
((AccountingContactPaymentMethodType$) => {
|
|
35908
35937
|
AccountingContactPaymentMethodType$.inboundSchema = AccountingContactPaymentMethodType$inboundSchema;
|
|
35909
35938
|
AccountingContactPaymentMethodType$.outboundSchema = AccountingContactPaymentMethodType$outboundSchema;
|
|
@@ -35937,8 +35966,14 @@ var init_accountingtelephone = __esm(() => {
|
|
|
35937
35966
|
Fax: "FAX",
|
|
35938
35967
|
Mobile: "MOBILE"
|
|
35939
35968
|
};
|
|
35940
|
-
AccountingTelephoneType$inboundSchema =
|
|
35941
|
-
|
|
35969
|
+
AccountingTelephoneType$inboundSchema = unionType([
|
|
35970
|
+
nativeEnumType(AccountingTelephoneType),
|
|
35971
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
35972
|
+
]);
|
|
35973
|
+
AccountingTelephoneType$outboundSchema = unionType([
|
|
35974
|
+
nativeEnumType(AccountingTelephoneType),
|
|
35975
|
+
stringType().and(custom())
|
|
35976
|
+
]);
|
|
35942
35977
|
((AccountingTelephoneType$) => {
|
|
35943
35978
|
AccountingTelephoneType$.inboundSchema = AccountingTelephoneType$inboundSchema;
|
|
35944
35979
|
AccountingTelephoneType$.outboundSchema = AccountingTelephoneType$outboundSchema;
|
|
@@ -36067,8 +36102,14 @@ var init_accountingcontact = __esm(() => {
|
|
|
36067
36102
|
Foreign: "FOREIGN",
|
|
36068
36103
|
Other: "OTHER"
|
|
36069
36104
|
};
|
|
36070
|
-
TaxExemption$inboundSchema =
|
|
36071
|
-
|
|
36105
|
+
TaxExemption$inboundSchema = unionType([
|
|
36106
|
+
nativeEnumType(TaxExemption),
|
|
36107
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
36108
|
+
]);
|
|
36109
|
+
TaxExemption$outboundSchema = unionType([
|
|
36110
|
+
nativeEnumType(TaxExemption),
|
|
36111
|
+
stringType().and(custom())
|
|
36112
|
+
]);
|
|
36072
36113
|
((TaxExemption$) => {
|
|
36073
36114
|
TaxExemption$.inboundSchema = TaxExemption$inboundSchema;
|
|
36074
36115
|
TaxExemption$.outboundSchema = TaxExemption$outboundSchema;
|
|
@@ -36265,20 +36306,38 @@ var init_accountinginvoice = __esm(() => {
|
|
|
36265
36306
|
Invoice: "INVOICE",
|
|
36266
36307
|
Creditmemo: "CREDITMEMO"
|
|
36267
36308
|
};
|
|
36268
|
-
PaymentCollectionMethod$inboundSchema =
|
|
36269
|
-
|
|
36309
|
+
PaymentCollectionMethod$inboundSchema = unionType([
|
|
36310
|
+
nativeEnumType(PaymentCollectionMethod),
|
|
36311
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
36312
|
+
]);
|
|
36313
|
+
PaymentCollectionMethod$outboundSchema = unionType([
|
|
36314
|
+
nativeEnumType(PaymentCollectionMethod),
|
|
36315
|
+
stringType().and(custom())
|
|
36316
|
+
]);
|
|
36270
36317
|
((PaymentCollectionMethod$) => {
|
|
36271
36318
|
PaymentCollectionMethod$.inboundSchema = PaymentCollectionMethod$inboundSchema;
|
|
36272
36319
|
PaymentCollectionMethod$.outboundSchema = PaymentCollectionMethod$outboundSchema;
|
|
36273
36320
|
})(PaymentCollectionMethod$ ||= {});
|
|
36274
|
-
AccountingInvoiceStatus$inboundSchema =
|
|
36275
|
-
|
|
36321
|
+
AccountingInvoiceStatus$inboundSchema = unionType([
|
|
36322
|
+
nativeEnumType(AccountingInvoiceStatus),
|
|
36323
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
36324
|
+
]);
|
|
36325
|
+
AccountingInvoiceStatus$outboundSchema = unionType([
|
|
36326
|
+
nativeEnumType(AccountingInvoiceStatus),
|
|
36327
|
+
stringType().and(custom())
|
|
36328
|
+
]);
|
|
36276
36329
|
((AccountingInvoiceStatus$) => {
|
|
36277
36330
|
AccountingInvoiceStatus$.inboundSchema = AccountingInvoiceStatus$inboundSchema;
|
|
36278
36331
|
AccountingInvoiceStatus$.outboundSchema = AccountingInvoiceStatus$outboundSchema;
|
|
36279
36332
|
})(AccountingInvoiceStatus$ ||= {});
|
|
36280
|
-
AccountingInvoiceType$inboundSchema =
|
|
36281
|
-
|
|
36333
|
+
AccountingInvoiceType$inboundSchema = unionType([
|
|
36334
|
+
nativeEnumType(AccountingInvoiceType),
|
|
36335
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
36336
|
+
]);
|
|
36337
|
+
AccountingInvoiceType$outboundSchema = unionType([
|
|
36338
|
+
nativeEnumType(AccountingInvoiceType),
|
|
36339
|
+
stringType().and(custom())
|
|
36340
|
+
]);
|
|
36282
36341
|
((AccountingInvoiceType$) => {
|
|
36283
36342
|
AccountingInvoiceType$.inboundSchema = AccountingInvoiceType$inboundSchema;
|
|
36284
36343
|
AccountingInvoiceType$.outboundSchema = AccountingInvoiceType$outboundSchema;
|
|
@@ -36601,14 +36660,26 @@ var init_accountingorder = __esm(() => {
|
|
|
36601
36660
|
Sales: "SALES",
|
|
36602
36661
|
Purchase: "PURCHASE"
|
|
36603
36662
|
};
|
|
36604
|
-
AccountingOrderStatus$inboundSchema =
|
|
36605
|
-
|
|
36663
|
+
AccountingOrderStatus$inboundSchema = unionType([
|
|
36664
|
+
nativeEnumType(AccountingOrderStatus),
|
|
36665
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
36666
|
+
]);
|
|
36667
|
+
AccountingOrderStatus$outboundSchema = unionType([
|
|
36668
|
+
nativeEnumType(AccountingOrderStatus),
|
|
36669
|
+
stringType().and(custom())
|
|
36670
|
+
]);
|
|
36606
36671
|
((AccountingOrderStatus$) => {
|
|
36607
36672
|
AccountingOrderStatus$.inboundSchema = AccountingOrderStatus$inboundSchema;
|
|
36608
36673
|
AccountingOrderStatus$.outboundSchema = AccountingOrderStatus$outboundSchema;
|
|
36609
36674
|
})(AccountingOrderStatus$ ||= {});
|
|
36610
|
-
AccountingOrderType$inboundSchema =
|
|
36611
|
-
|
|
36675
|
+
AccountingOrderType$inboundSchema = unionType([
|
|
36676
|
+
nativeEnumType(AccountingOrderType),
|
|
36677
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
36678
|
+
]);
|
|
36679
|
+
AccountingOrderType$outboundSchema = unionType([
|
|
36680
|
+
nativeEnumType(AccountingOrderType),
|
|
36681
|
+
stringType().and(custom())
|
|
36682
|
+
]);
|
|
36612
36683
|
((AccountingOrderType$) => {
|
|
36613
36684
|
AccountingOrderType$.inboundSchema = AccountingOrderType$inboundSchema;
|
|
36614
36685
|
AccountingOrderType$.outboundSchema = AccountingOrderType$outboundSchema;
|
|
@@ -36983,8 +37054,14 @@ var init_accountingreport = __esm(() => {
|
|
|
36983
37054
|
BalanceSheet: "BALANCE_SHEET",
|
|
36984
37055
|
ProfitAndLoss: "PROFIT_AND_LOSS"
|
|
36985
37056
|
};
|
|
36986
|
-
AccountingReportType$inboundSchema =
|
|
36987
|
-
|
|
37057
|
+
AccountingReportType$inboundSchema = unionType([
|
|
37058
|
+
nativeEnumType(AccountingReportType),
|
|
37059
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
37060
|
+
]);
|
|
37061
|
+
AccountingReportType$outboundSchema = unionType([
|
|
37062
|
+
nativeEnumType(AccountingReportType),
|
|
37063
|
+
stringType().and(custom())
|
|
37064
|
+
]);
|
|
36988
37065
|
((AccountingReportType$) => {
|
|
36989
37066
|
AccountingReportType$.inboundSchema = AccountingReportType$inboundSchema;
|
|
36990
37067
|
AccountingReportType$.outboundSchema = AccountingReportType$outboundSchema;
|
|
@@ -37257,8 +37334,14 @@ var init_apicall = __esm(() => {
|
|
|
37257
37334
|
Webhook: "webhook",
|
|
37258
37335
|
Inbound: "inbound"
|
|
37259
37336
|
};
|
|
37260
|
-
ApiCallType$inboundSchema =
|
|
37261
|
-
|
|
37337
|
+
ApiCallType$inboundSchema = unionType([
|
|
37338
|
+
nativeEnumType(ApiCallType),
|
|
37339
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
37340
|
+
]);
|
|
37341
|
+
ApiCallType$outboundSchema = unionType([
|
|
37342
|
+
nativeEnumType(ApiCallType),
|
|
37343
|
+
stringType().and(custom())
|
|
37344
|
+
]);
|
|
37262
37345
|
((ApiCallType$) => {
|
|
37263
37346
|
ApiCallType$.inboundSchema = ApiCallType$inboundSchema;
|
|
37264
37347
|
ApiCallType$.outboundSchema = ApiCallType$outboundSchema;
|
|
@@ -37338,8 +37421,14 @@ var init_atsemail = __esm(() => {
|
|
|
37338
37421
|
Home: "HOME",
|
|
37339
37422
|
Other: "OTHER"
|
|
37340
37423
|
};
|
|
37341
|
-
AtsEmailType$inboundSchema =
|
|
37342
|
-
|
|
37424
|
+
AtsEmailType$inboundSchema = unionType([
|
|
37425
|
+
nativeEnumType(AtsEmailType),
|
|
37426
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
37427
|
+
]);
|
|
37428
|
+
AtsEmailType$outboundSchema = unionType([
|
|
37429
|
+
nativeEnumType(AtsEmailType),
|
|
37430
|
+
stringType().and(custom())
|
|
37431
|
+
]);
|
|
37343
37432
|
((AtsEmailType$) => {
|
|
37344
37433
|
AtsEmailType$.inboundSchema = AtsEmailType$inboundSchema;
|
|
37345
37434
|
AtsEmailType$.outboundSchema = AtsEmailType$outboundSchema;
|
|
@@ -37369,8 +37458,14 @@ var init_propertyatsactivityfrom = __esm(() => {
|
|
|
37369
37458
|
Home: "HOME",
|
|
37370
37459
|
Other: "OTHER"
|
|
37371
37460
|
};
|
|
37372
|
-
PropertyAtsActivityFromType$inboundSchema =
|
|
37373
|
-
|
|
37461
|
+
PropertyAtsActivityFromType$inboundSchema = unionType([
|
|
37462
|
+
nativeEnumType(PropertyAtsActivityFromType),
|
|
37463
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
37464
|
+
]);
|
|
37465
|
+
PropertyAtsActivityFromType$outboundSchema = unionType([
|
|
37466
|
+
nativeEnumType(PropertyAtsActivityFromType),
|
|
37467
|
+
stringType().and(custom())
|
|
37468
|
+
]);
|
|
37374
37469
|
((PropertyAtsActivityFromType$) => {
|
|
37375
37470
|
PropertyAtsActivityFromType$.inboundSchema = PropertyAtsActivityFromType$inboundSchema;
|
|
37376
37471
|
PropertyAtsActivityFromType$.outboundSchema = PropertyAtsActivityFromType$outboundSchema;
|
|
@@ -37403,8 +37498,14 @@ var init_atsactivity = __esm(() => {
|
|
|
37403
37498
|
Task: "TASK",
|
|
37404
37499
|
Email: "EMAIL"
|
|
37405
37500
|
};
|
|
37406
|
-
AtsActivityType$inboundSchema =
|
|
37407
|
-
|
|
37501
|
+
AtsActivityType$inboundSchema = unionType([
|
|
37502
|
+
nativeEnumType(AtsActivityType),
|
|
37503
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
37504
|
+
]);
|
|
37505
|
+
AtsActivityType$outboundSchema = unionType([
|
|
37506
|
+
nativeEnumType(AtsActivityType),
|
|
37507
|
+
stringType().and(custom())
|
|
37508
|
+
]);
|
|
37408
37509
|
((AtsActivityType$) => {
|
|
37409
37510
|
AtsActivityType$.inboundSchema = AtsActivityType$inboundSchema;
|
|
37410
37511
|
AtsActivityType$.outboundSchema = AtsActivityType$outboundSchema;
|
|
@@ -37682,8 +37783,14 @@ var init_atsmetadata = __esm(() => {
|
|
|
37682
37783
|
ExtraData$.inboundSchema = ExtraData$inboundSchema;
|
|
37683
37784
|
ExtraData$.outboundSchema = ExtraData$outboundSchema;
|
|
37684
37785
|
})(ExtraData$ ||= {});
|
|
37685
|
-
Format$inboundSchema =
|
|
37686
|
-
|
|
37786
|
+
Format$inboundSchema = unionType([
|
|
37787
|
+
nativeEnumType(Format),
|
|
37788
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
37789
|
+
]);
|
|
37790
|
+
Format$outboundSchema = unionType([
|
|
37791
|
+
nativeEnumType(Format),
|
|
37792
|
+
stringType().and(custom())
|
|
37793
|
+
]);
|
|
37687
37794
|
((Format$) => {
|
|
37688
37795
|
Format$.inboundSchema = Format$inboundSchema;
|
|
37689
37796
|
Format$.outboundSchema = Format$outboundSchema;
|
|
@@ -37913,14 +38020,26 @@ var init_atscompensation = __esm(() => {
|
|
|
37913
38020
|
Equity: "EQUITY",
|
|
37914
38021
|
Other: "OTHER"
|
|
37915
38022
|
};
|
|
37916
|
-
Frequency$inboundSchema =
|
|
37917
|
-
|
|
38023
|
+
Frequency$inboundSchema = unionType([
|
|
38024
|
+
nativeEnumType(Frequency),
|
|
38025
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
38026
|
+
]);
|
|
38027
|
+
Frequency$outboundSchema = unionType([
|
|
38028
|
+
nativeEnumType(Frequency),
|
|
38029
|
+
stringType().and(custom())
|
|
38030
|
+
]);
|
|
37918
38031
|
((Frequency$) => {
|
|
37919
38032
|
Frequency$.inboundSchema = Frequency$inboundSchema;
|
|
37920
38033
|
Frequency$.outboundSchema = Frequency$outboundSchema;
|
|
37921
38034
|
})(Frequency$ ||= {});
|
|
37922
|
-
AtsCompensationType$inboundSchema =
|
|
37923
|
-
|
|
38035
|
+
AtsCompensationType$inboundSchema = unionType([
|
|
38036
|
+
nativeEnumType(AtsCompensationType),
|
|
38037
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
38038
|
+
]);
|
|
38039
|
+
AtsCompensationType$outboundSchema = unionType([
|
|
38040
|
+
nativeEnumType(AtsCompensationType),
|
|
38041
|
+
stringType().and(custom())
|
|
38042
|
+
]);
|
|
37924
38043
|
((AtsCompensationType$) => {
|
|
37925
38044
|
AtsCompensationType$.inboundSchema = AtsCompensationType$inboundSchema;
|
|
37926
38045
|
AtsCompensationType$.outboundSchema = AtsCompensationType$outboundSchema;
|
|
@@ -37957,8 +38076,14 @@ var init_atsoffer = __esm(() => {
|
|
|
37957
38076
|
Accepted: "ACCEPTED",
|
|
37958
38077
|
Rejected: "REJECTED"
|
|
37959
38078
|
};
|
|
37960
|
-
AtsOfferStatus$inboundSchema =
|
|
37961
|
-
|
|
38079
|
+
AtsOfferStatus$inboundSchema = unionType([
|
|
38080
|
+
nativeEnumType(AtsOfferStatus),
|
|
38081
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
38082
|
+
]);
|
|
38083
|
+
AtsOfferStatus$outboundSchema = unionType([
|
|
38084
|
+
nativeEnumType(AtsOfferStatus),
|
|
38085
|
+
stringType().and(custom())
|
|
38086
|
+
]);
|
|
37962
38087
|
((AtsOfferStatus$) => {
|
|
37963
38088
|
AtsOfferStatus$.inboundSchema = AtsOfferStatus$inboundSchema;
|
|
37964
38089
|
AtsOfferStatus$.outboundSchema = AtsOfferStatus$outboundSchema;
|
|
@@ -38043,8 +38168,14 @@ var init_atsapplication = __esm(() => {
|
|
|
38043
38168
|
Declined: "DECLINED",
|
|
38044
38169
|
Withdrawn: "WITHDRAWN"
|
|
38045
38170
|
};
|
|
38046
|
-
AtsApplicationStatus$inboundSchema =
|
|
38047
|
-
|
|
38171
|
+
AtsApplicationStatus$inboundSchema = unionType([
|
|
38172
|
+
nativeEnumType(AtsApplicationStatus),
|
|
38173
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
38174
|
+
]);
|
|
38175
|
+
AtsApplicationStatus$outboundSchema = unionType([
|
|
38176
|
+
nativeEnumType(AtsApplicationStatus),
|
|
38177
|
+
stringType().and(custom())
|
|
38178
|
+
]);
|
|
38048
38179
|
((AtsApplicationStatus$) => {
|
|
38049
38180
|
AtsApplicationStatus$.inboundSchema = AtsApplicationStatus$inboundSchema;
|
|
38050
38181
|
AtsApplicationStatus$.outboundSchema = AtsApplicationStatus$outboundSchema;
|
|
@@ -38200,8 +38331,14 @@ var init_atstelephone = __esm(() => {
|
|
|
38200
38331
|
Fax: "FAX",
|
|
38201
38332
|
Mobile: "MOBILE"
|
|
38202
38333
|
};
|
|
38203
|
-
AtsTelephoneType$inboundSchema =
|
|
38204
|
-
|
|
38334
|
+
AtsTelephoneType$inboundSchema = unionType([
|
|
38335
|
+
nativeEnumType(AtsTelephoneType),
|
|
38336
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
38337
|
+
]);
|
|
38338
|
+
AtsTelephoneType$outboundSchema = unionType([
|
|
38339
|
+
nativeEnumType(AtsTelephoneType),
|
|
38340
|
+
stringType().and(custom())
|
|
38341
|
+
]);
|
|
38205
38342
|
((AtsTelephoneType$) => {
|
|
38206
38343
|
AtsTelephoneType$.inboundSchema = AtsTelephoneType$inboundSchema;
|
|
38207
38344
|
AtsTelephoneType$.outboundSchema = AtsTelephoneType$outboundSchema;
|
|
@@ -38282,8 +38419,14 @@ var init_atscandidate = __esm(() => {
|
|
|
38282
38419
|
Sourced: "SOURCED",
|
|
38283
38420
|
University: "UNIVERSITY"
|
|
38284
38421
|
};
|
|
38285
|
-
Origin$inboundSchema =
|
|
38286
|
-
|
|
38422
|
+
Origin$inboundSchema = unionType([
|
|
38423
|
+
nativeEnumType(Origin),
|
|
38424
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
38425
|
+
]);
|
|
38426
|
+
Origin$outboundSchema = unionType([
|
|
38427
|
+
nativeEnumType(Origin),
|
|
38428
|
+
stringType().and(custom())
|
|
38429
|
+
]);
|
|
38287
38430
|
((Origin$) => {
|
|
38288
38431
|
Origin$.inboundSchema = Origin$inboundSchema;
|
|
38289
38432
|
Origin$.outboundSchema = Origin$outboundSchema;
|
|
@@ -38483,8 +38626,14 @@ var init_atsdocument = __esm(() => {
|
|
|
38483
38626
|
TakeHomeTest: "TAKE_HOME_TEST",
|
|
38484
38627
|
Other: "OTHER"
|
|
38485
38628
|
};
|
|
38486
|
-
AtsDocumentType$inboundSchema =
|
|
38487
|
-
|
|
38629
|
+
AtsDocumentType$inboundSchema = unionType([
|
|
38630
|
+
nativeEnumType(AtsDocumentType),
|
|
38631
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
38632
|
+
]);
|
|
38633
|
+
AtsDocumentType$outboundSchema = unionType([
|
|
38634
|
+
nativeEnumType(AtsDocumentType),
|
|
38635
|
+
stringType().and(custom())
|
|
38636
|
+
]);
|
|
38488
38637
|
((AtsDocumentType$) => {
|
|
38489
38638
|
AtsDocumentType$.inboundSchema = AtsDocumentType$inboundSchema;
|
|
38490
38639
|
AtsDocumentType$.outboundSchema = AtsDocumentType$outboundSchema;
|
|
@@ -38558,8 +38707,14 @@ var init_atsgroup = __esm(() => {
|
|
|
38558
38707
|
Branch: "BRANCH",
|
|
38559
38708
|
SubDepartment: "SUB_DEPARTMENT"
|
|
38560
38709
|
};
|
|
38561
|
-
AtsGroupType$inboundSchema =
|
|
38562
|
-
|
|
38710
|
+
AtsGroupType$inboundSchema = unionType([
|
|
38711
|
+
nativeEnumType(AtsGroupType),
|
|
38712
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
38713
|
+
]);
|
|
38714
|
+
AtsGroupType$outboundSchema = unionType([
|
|
38715
|
+
nativeEnumType(AtsGroupType),
|
|
38716
|
+
stringType().and(custom())
|
|
38717
|
+
]);
|
|
38563
38718
|
((AtsGroupType$) => {
|
|
38564
38719
|
AtsGroupType$.inboundSchema = AtsGroupType$inboundSchema;
|
|
38565
38720
|
AtsGroupType$.outboundSchema = AtsGroupType$outboundSchema;
|
|
@@ -38592,8 +38747,14 @@ var init_atsinterview = __esm(() => {
|
|
|
38592
38747
|
Canceled: "CANCELED",
|
|
38593
38748
|
NeedsScheduling: "NEEDS_SCHEDULING"
|
|
38594
38749
|
};
|
|
38595
|
-
AtsInterviewStatus$inboundSchema =
|
|
38596
|
-
|
|
38750
|
+
AtsInterviewStatus$inboundSchema = unionType([
|
|
38751
|
+
nativeEnumType(AtsInterviewStatus),
|
|
38752
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
38753
|
+
]);
|
|
38754
|
+
AtsInterviewStatus$outboundSchema = unionType([
|
|
38755
|
+
nativeEnumType(AtsInterviewStatus),
|
|
38756
|
+
stringType().and(custom())
|
|
38757
|
+
]);
|
|
38597
38758
|
((AtsInterviewStatus$) => {
|
|
38598
38759
|
AtsInterviewStatus$.inboundSchema = AtsInterviewStatus$inboundSchema;
|
|
38599
38760
|
AtsInterviewStatus$.outboundSchema = AtsInterviewStatus$outboundSchema;
|
|
@@ -38667,8 +38828,14 @@ var init_atsjobopening = __esm(() => {
|
|
|
38667
38828
|
Open: "OPEN",
|
|
38668
38829
|
Closed: "CLOSED"
|
|
38669
38830
|
};
|
|
38670
|
-
AtsJobOpeningStatus$inboundSchema =
|
|
38671
|
-
|
|
38831
|
+
AtsJobOpeningStatus$inboundSchema = unionType([
|
|
38832
|
+
nativeEnumType(AtsJobOpeningStatus),
|
|
38833
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
38834
|
+
]);
|
|
38835
|
+
AtsJobOpeningStatus$outboundSchema = unionType([
|
|
38836
|
+
nativeEnumType(AtsJobOpeningStatus),
|
|
38837
|
+
stringType().and(custom())
|
|
38838
|
+
]);
|
|
38672
38839
|
((AtsJobOpeningStatus$) => {
|
|
38673
38840
|
AtsJobOpeningStatus$.inboundSchema = AtsJobOpeningStatus$inboundSchema;
|
|
38674
38841
|
AtsJobOpeningStatus$.outboundSchema = AtsJobOpeningStatus$outboundSchema;
|
|
@@ -38816,8 +38983,14 @@ var init_atsjobquestion = __esm(() => {
|
|
|
38816
38983
|
Currency: "CURRENCY",
|
|
38817
38984
|
Url: "URL"
|
|
38818
38985
|
};
|
|
38819
|
-
AtsJobQuestionType$inboundSchema =
|
|
38820
|
-
|
|
38986
|
+
AtsJobQuestionType$inboundSchema = unionType([
|
|
38987
|
+
nativeEnumType(AtsJobQuestionType),
|
|
38988
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
38989
|
+
]);
|
|
38990
|
+
AtsJobQuestionType$outboundSchema = unionType([
|
|
38991
|
+
nativeEnumType(AtsJobQuestionType),
|
|
38992
|
+
stringType().and(custom())
|
|
38993
|
+
]);
|
|
38821
38994
|
((AtsJobQuestionType$) => {
|
|
38822
38995
|
AtsJobQuestionType$.inboundSchema = AtsJobQuestionType$inboundSchema;
|
|
38823
38996
|
AtsJobQuestionType$.outboundSchema = AtsJobQuestionType$outboundSchema;
|
|
@@ -38877,14 +39050,26 @@ var init_atsjob = __esm(() => {
|
|
|
38877
39050
|
Open: "OPEN",
|
|
38878
39051
|
Closed: "CLOSED"
|
|
38879
39052
|
};
|
|
38880
|
-
EmploymentType$inboundSchema =
|
|
38881
|
-
|
|
39053
|
+
EmploymentType$inboundSchema = unionType([
|
|
39054
|
+
nativeEnumType(EmploymentType),
|
|
39055
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
39056
|
+
]);
|
|
39057
|
+
EmploymentType$outboundSchema = unionType([
|
|
39058
|
+
nativeEnumType(EmploymentType),
|
|
39059
|
+
stringType().and(custom())
|
|
39060
|
+
]);
|
|
38882
39061
|
((EmploymentType$) => {
|
|
38883
39062
|
EmploymentType$.inboundSchema = EmploymentType$inboundSchema;
|
|
38884
39063
|
EmploymentType$.outboundSchema = EmploymentType$outboundSchema;
|
|
38885
39064
|
})(EmploymentType$ ||= {});
|
|
38886
|
-
AtsJobStatus$inboundSchema =
|
|
38887
|
-
|
|
39065
|
+
AtsJobStatus$inboundSchema = unionType([
|
|
39066
|
+
nativeEnumType(AtsJobStatus),
|
|
39067
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
39068
|
+
]);
|
|
39069
|
+
AtsJobStatus$outboundSchema = unionType([
|
|
39070
|
+
nativeEnumType(AtsJobStatus),
|
|
39071
|
+
stringType().and(custom())
|
|
39072
|
+
]);
|
|
38888
39073
|
((AtsJobStatus$) => {
|
|
38889
39074
|
AtsJobStatus$.inboundSchema = AtsJobStatus$inboundSchema;
|
|
38890
39075
|
AtsJobStatus$.outboundSchema = AtsJobStatus$outboundSchema;
|
|
@@ -39005,8 +39190,14 @@ var init_atsscorecard = __esm(() => {
|
|
|
39005
39190
|
Yes: "YES",
|
|
39006
39191
|
StrongYes: "STRONG_YES"
|
|
39007
39192
|
};
|
|
39008
|
-
Recommendation$inboundSchema =
|
|
39009
|
-
|
|
39193
|
+
Recommendation$inboundSchema = unionType([
|
|
39194
|
+
nativeEnumType(Recommendation),
|
|
39195
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
39196
|
+
]);
|
|
39197
|
+
Recommendation$outboundSchema = unionType([
|
|
39198
|
+
nativeEnumType(Recommendation),
|
|
39199
|
+
stringType().and(custom())
|
|
39200
|
+
]);
|
|
39010
39201
|
((Recommendation$) => {
|
|
39011
39202
|
Recommendation$.inboundSchema = Recommendation$inboundSchema;
|
|
39012
39203
|
Recommendation$.outboundSchema = Recommendation$outboundSchema;
|
|
@@ -39086,8 +39277,14 @@ var init_atsstatus = __esm(() => {
|
|
|
39086
39277
|
Declined: "DECLINED",
|
|
39087
39278
|
Withdrawn: "WITHDRAWN"
|
|
39088
39279
|
};
|
|
39089
|
-
AtsStatusStatus$inboundSchema =
|
|
39090
|
-
|
|
39280
|
+
AtsStatusStatus$inboundSchema = unionType([
|
|
39281
|
+
nativeEnumType(AtsStatusStatus),
|
|
39282
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
39283
|
+
]);
|
|
39284
|
+
AtsStatusStatus$outboundSchema = unionType([
|
|
39285
|
+
nativeEnumType(AtsStatusStatus),
|
|
39286
|
+
stringType().and(custom())
|
|
39287
|
+
]);
|
|
39091
39288
|
((AtsStatusStatus$) => {
|
|
39092
39289
|
AtsStatusStatus$.inboundSchema = AtsStatusStatus$inboundSchema;
|
|
39093
39290
|
AtsStatusStatus$.outboundSchema = AtsStatusStatus$outboundSchema;
|
|
@@ -39120,6 +39317,39 @@ var init_atsstatus = __esm(() => {
|
|
|
39120
39317
|
})(AtsStatus$ ||= {});
|
|
39121
39318
|
});
|
|
39122
39319
|
|
|
39320
|
+
// src/sdk/models/shared/calendarattachment.ts
|
|
39321
|
+
var CalendarAttachment$inboundSchema, CalendarAttachment$outboundSchema, CalendarAttachment$;
|
|
39322
|
+
var init_calendarattachment = __esm(() => {
|
|
39323
|
+
init_esm();
|
|
39324
|
+
init_primitives();
|
|
39325
|
+
CalendarAttachment$inboundSchema = objectType({
|
|
39326
|
+
download_url: stringType().optional(),
|
|
39327
|
+
id: stringType().optional(),
|
|
39328
|
+
mime_type: stringType().optional(),
|
|
39329
|
+
name: stringType().optional()
|
|
39330
|
+
}).transform((v2) => {
|
|
39331
|
+
return remap(v2, {
|
|
39332
|
+
download_url: "downloadUrl",
|
|
39333
|
+
mime_type: "mimeType"
|
|
39334
|
+
});
|
|
39335
|
+
});
|
|
39336
|
+
CalendarAttachment$outboundSchema = objectType({
|
|
39337
|
+
downloadUrl: stringType().optional(),
|
|
39338
|
+
id: stringType().optional(),
|
|
39339
|
+
mimeType: stringType().optional(),
|
|
39340
|
+
name: stringType().optional()
|
|
39341
|
+
}).transform((v2) => {
|
|
39342
|
+
return remap(v2, {
|
|
39343
|
+
downloadUrl: "download_url",
|
|
39344
|
+
mimeType: "mime_type"
|
|
39345
|
+
});
|
|
39346
|
+
});
|
|
39347
|
+
((CalendarAttachment$) => {
|
|
39348
|
+
CalendarAttachment$.inboundSchema = CalendarAttachment$inboundSchema;
|
|
39349
|
+
CalendarAttachment$.outboundSchema = CalendarAttachment$outboundSchema;
|
|
39350
|
+
})(CalendarAttachment$ ||= {});
|
|
39351
|
+
});
|
|
39352
|
+
|
|
39123
39353
|
// src/sdk/models/shared/calendarattendee.ts
|
|
39124
39354
|
var CalendarAttendeeStatus, CalendarAttendeeStatus$inboundSchema, CalendarAttendeeStatus$outboundSchema, CalendarAttendeeStatus$, CalendarAttendee$inboundSchema, CalendarAttendee$outboundSchema, CalendarAttendee$;
|
|
39125
39355
|
var init_calendarattendee = __esm(() => {
|
|
@@ -39130,8 +39360,14 @@ var init_calendarattendee = __esm(() => {
|
|
|
39130
39360
|
Rejected: "REJECTED",
|
|
39131
39361
|
Tentative: "TENTATIVE"
|
|
39132
39362
|
};
|
|
39133
|
-
CalendarAttendeeStatus$inboundSchema =
|
|
39134
|
-
|
|
39363
|
+
CalendarAttendeeStatus$inboundSchema = unionType([
|
|
39364
|
+
nativeEnumType(CalendarAttendeeStatus),
|
|
39365
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
39366
|
+
]);
|
|
39367
|
+
CalendarAttendeeStatus$outboundSchema = unionType([
|
|
39368
|
+
nativeEnumType(CalendarAttendeeStatus),
|
|
39369
|
+
stringType().and(custom())
|
|
39370
|
+
]);
|
|
39135
39371
|
((CalendarAttendeeStatus$) => {
|
|
39136
39372
|
CalendarAttendeeStatus$.inboundSchema = CalendarAttendeeStatus$inboundSchema;
|
|
39137
39373
|
CalendarAttendeeStatus$.outboundSchema = CalendarAttendeeStatus$outboundSchema;
|
|
@@ -39242,6 +39478,55 @@ var init_calendarcalendar = __esm(() => {
|
|
|
39242
39478
|
})(CalendarCalendar$ ||= {});
|
|
39243
39479
|
});
|
|
39244
39480
|
|
|
39481
|
+
// src/sdk/models/shared/calendarconference.ts
|
|
39482
|
+
var CalendarConference$inboundSchema, CalendarConference$outboundSchema, CalendarConference$;
|
|
39483
|
+
var init_calendarconference = __esm(() => {
|
|
39484
|
+
init_esm();
|
|
39485
|
+
init_primitives();
|
|
39486
|
+
CalendarConference$inboundSchema = objectType({
|
|
39487
|
+
conference_identifier: stringType().optional(),
|
|
39488
|
+
country_code: stringType().optional(),
|
|
39489
|
+
host_access_code: stringType().optional(),
|
|
39490
|
+
label: stringType().optional(),
|
|
39491
|
+
notes: stringType().optional(),
|
|
39492
|
+
participant_access_code: stringType().optional(),
|
|
39493
|
+
region_code: stringType().optional(),
|
|
39494
|
+
telephone: stringType().optional(),
|
|
39495
|
+
url: stringType().optional()
|
|
39496
|
+
}).transform((v2) => {
|
|
39497
|
+
return remap(v2, {
|
|
39498
|
+
conference_identifier: "conferenceIdentifier",
|
|
39499
|
+
country_code: "countryCode",
|
|
39500
|
+
host_access_code: "hostAccessCode",
|
|
39501
|
+
participant_access_code: "participantAccessCode",
|
|
39502
|
+
region_code: "regionCode"
|
|
39503
|
+
});
|
|
39504
|
+
});
|
|
39505
|
+
CalendarConference$outboundSchema = objectType({
|
|
39506
|
+
conferenceIdentifier: stringType().optional(),
|
|
39507
|
+
countryCode: stringType().optional(),
|
|
39508
|
+
hostAccessCode: stringType().optional(),
|
|
39509
|
+
label: stringType().optional(),
|
|
39510
|
+
notes: stringType().optional(),
|
|
39511
|
+
participantAccessCode: stringType().optional(),
|
|
39512
|
+
regionCode: stringType().optional(),
|
|
39513
|
+
telephone: stringType().optional(),
|
|
39514
|
+
url: stringType().optional()
|
|
39515
|
+
}).transform((v2) => {
|
|
39516
|
+
return remap(v2, {
|
|
39517
|
+
conferenceIdentifier: "conference_identifier",
|
|
39518
|
+
countryCode: "country_code",
|
|
39519
|
+
hostAccessCode: "host_access_code",
|
|
39520
|
+
participantAccessCode: "participant_access_code",
|
|
39521
|
+
regionCode: "region_code"
|
|
39522
|
+
});
|
|
39523
|
+
});
|
|
39524
|
+
((CalendarConference$) => {
|
|
39525
|
+
CalendarConference$.inboundSchema = CalendarConference$inboundSchema;
|
|
39526
|
+
CalendarConference$.outboundSchema = CalendarConference$outboundSchema;
|
|
39527
|
+
})(CalendarConference$ ||= {});
|
|
39528
|
+
});
|
|
39529
|
+
|
|
39245
39530
|
// src/sdk/models/shared/propertycalendareventrecurrenceondays.ts
|
|
39246
39531
|
var PropertyCalendarEventRecurrenceOnDays, PropertyCalendarEventRecurrenceOnDays$inboundSchema, PropertyCalendarEventRecurrenceOnDays$outboundSchema, PropertyCalendarEventRecurrenceOnDays$;
|
|
39247
39532
|
var init_propertycalendareventrecurrenceondays = __esm(() => {
|
|
@@ -39255,8 +39540,14 @@ var init_propertycalendareventrecurrenceondays = __esm(() => {
|
|
|
39255
39540
|
Fr: "FR",
|
|
39256
39541
|
Sa: "SA"
|
|
39257
39542
|
};
|
|
39258
|
-
PropertyCalendarEventRecurrenceOnDays$inboundSchema =
|
|
39259
|
-
|
|
39543
|
+
PropertyCalendarEventRecurrenceOnDays$inboundSchema = unionType([
|
|
39544
|
+
nativeEnumType(PropertyCalendarEventRecurrenceOnDays),
|
|
39545
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
39546
|
+
]);
|
|
39547
|
+
PropertyCalendarEventRecurrenceOnDays$outboundSchema = unionType([
|
|
39548
|
+
nativeEnumType(PropertyCalendarEventRecurrenceOnDays),
|
|
39549
|
+
stringType().and(custom())
|
|
39550
|
+
]);
|
|
39260
39551
|
((PropertyCalendarEventRecurrenceOnDays$) => {
|
|
39261
39552
|
PropertyCalendarEventRecurrenceOnDays$.inboundSchema = PropertyCalendarEventRecurrenceOnDays$inboundSchema;
|
|
39262
39553
|
PropertyCalendarEventRecurrenceOnDays$.outboundSchema = PropertyCalendarEventRecurrenceOnDays$outboundSchema;
|
|
@@ -39275,8 +39566,14 @@ var init_calendareventrecurrence = __esm(() => {
|
|
|
39275
39566
|
Monthly: "MONTHLY",
|
|
39276
39567
|
Yearly: "YEARLY"
|
|
39277
39568
|
};
|
|
39278
|
-
CalendarEventRecurrenceFrequency$inboundSchema =
|
|
39279
|
-
|
|
39569
|
+
CalendarEventRecurrenceFrequency$inboundSchema = unionType([
|
|
39570
|
+
nativeEnumType(CalendarEventRecurrenceFrequency),
|
|
39571
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
39572
|
+
]);
|
|
39573
|
+
CalendarEventRecurrenceFrequency$outboundSchema = unionType([
|
|
39574
|
+
nativeEnumType(CalendarEventRecurrenceFrequency),
|
|
39575
|
+
stringType().and(custom())
|
|
39576
|
+
]);
|
|
39280
39577
|
((CalendarEventRecurrenceFrequency$) => {
|
|
39281
39578
|
CalendarEventRecurrenceFrequency$.inboundSchema = CalendarEventRecurrenceFrequency$inboundSchema;
|
|
39282
39579
|
CalendarEventRecurrenceFrequency$.outboundSchema = CalendarEventRecurrenceFrequency$outboundSchema;
|
|
@@ -39333,8 +39630,14 @@ var init_propertycalendareventorganizer = __esm(() => {
|
|
|
39333
39630
|
Rejected: "REJECTED",
|
|
39334
39631
|
Tentative: "TENTATIVE"
|
|
39335
39632
|
};
|
|
39336
|
-
PropertyCalendarEventOrganizerStatus$inboundSchema =
|
|
39337
|
-
|
|
39633
|
+
PropertyCalendarEventOrganizerStatus$inboundSchema = unionType([
|
|
39634
|
+
nativeEnumType(PropertyCalendarEventOrganizerStatus),
|
|
39635
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
39636
|
+
]);
|
|
39637
|
+
PropertyCalendarEventOrganizerStatus$outboundSchema = unionType([
|
|
39638
|
+
nativeEnumType(PropertyCalendarEventOrganizerStatus),
|
|
39639
|
+
stringType().and(custom())
|
|
39640
|
+
]);
|
|
39338
39641
|
((PropertyCalendarEventOrganizerStatus$) => {
|
|
39339
39642
|
PropertyCalendarEventOrganizerStatus$.inboundSchema = PropertyCalendarEventOrganizerStatus$inboundSchema;
|
|
39340
39643
|
PropertyCalendarEventOrganizerStatus$.outboundSchema = PropertyCalendarEventOrganizerStatus$outboundSchema;
|
|
@@ -39372,7 +39675,9 @@ var CalendarEventStatus, CalendarEventStatus$inboundSchema, CalendarEventStatus$
|
|
|
39372
39675
|
var init_calendarevent = __esm(() => {
|
|
39373
39676
|
init_esm();
|
|
39374
39677
|
init_primitives();
|
|
39678
|
+
init_calendarattachment();
|
|
39375
39679
|
init_calendarattendee();
|
|
39680
|
+
init_calendarconference();
|
|
39376
39681
|
init_calendareventrecurrence();
|
|
39377
39682
|
init_propertycalendareventorganizer();
|
|
39378
39683
|
CalendarEventStatus = {
|
|
@@ -39380,17 +39685,26 @@ var init_calendarevent = __esm(() => {
|
|
|
39380
39685
|
Confirmed: "CONFIRMED",
|
|
39381
39686
|
Tentative: "TENTATIVE"
|
|
39382
39687
|
};
|
|
39383
|
-
CalendarEventStatus$inboundSchema =
|
|
39384
|
-
|
|
39688
|
+
CalendarEventStatus$inboundSchema = unionType([
|
|
39689
|
+
nativeEnumType(CalendarEventStatus),
|
|
39690
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
39691
|
+
]);
|
|
39692
|
+
CalendarEventStatus$outboundSchema = unionType([
|
|
39693
|
+
nativeEnumType(CalendarEventStatus),
|
|
39694
|
+
stringType().and(custom())
|
|
39695
|
+
]);
|
|
39385
39696
|
((CalendarEventStatus$) => {
|
|
39386
39697
|
CalendarEventStatus$.inboundSchema = CalendarEventStatus$inboundSchema;
|
|
39387
39698
|
CalendarEventStatus$.outboundSchema = CalendarEventStatus$outboundSchema;
|
|
39388
39699
|
})(CalendarEventStatus$ ||= {});
|
|
39389
39700
|
CalendarEvent$inboundSchema = objectType({
|
|
39701
|
+
attachments: arrayType(CalendarAttachment$inboundSchema).optional(),
|
|
39390
39702
|
attendees: arrayType(CalendarAttendee$inboundSchema).optional(),
|
|
39391
39703
|
calendar_id: stringType().optional(),
|
|
39704
|
+
conference: arrayType(CalendarConference$inboundSchema).optional(),
|
|
39392
39705
|
created_at: stringType().optional(),
|
|
39393
39706
|
end_at: stringType().optional(),
|
|
39707
|
+
has_conference: booleanType().optional(),
|
|
39394
39708
|
id: stringType().optional(),
|
|
39395
39709
|
is_all_day: booleanType().optional(),
|
|
39396
39710
|
is_free: booleanType().optional(),
|
|
@@ -39412,6 +39726,7 @@ var init_calendarevent = __esm(() => {
|
|
|
39412
39726
|
calendar_id: "calendarId",
|
|
39413
39727
|
created_at: "createdAt",
|
|
39414
39728
|
end_at: "endAt",
|
|
39729
|
+
has_conference: "hasConference",
|
|
39415
39730
|
is_all_day: "isAllDay",
|
|
39416
39731
|
is_free: "isFree",
|
|
39417
39732
|
is_private: "isPrivate",
|
|
@@ -39422,10 +39737,13 @@ var init_calendarevent = __esm(() => {
|
|
|
39422
39737
|
});
|
|
39423
39738
|
});
|
|
39424
39739
|
CalendarEvent$outboundSchema = objectType({
|
|
39740
|
+
attachments: arrayType(CalendarAttachment$outboundSchema).optional(),
|
|
39425
39741
|
attendees: arrayType(CalendarAttendee$outboundSchema).optional(),
|
|
39426
39742
|
calendarId: stringType().optional(),
|
|
39743
|
+
conference: arrayType(CalendarConference$outboundSchema).optional(),
|
|
39427
39744
|
createdAt: stringType().optional(),
|
|
39428
39745
|
endAt: stringType().optional(),
|
|
39746
|
+
hasConference: booleanType().optional(),
|
|
39429
39747
|
id: stringType().optional(),
|
|
39430
39748
|
isAllDay: booleanType().optional(),
|
|
39431
39749
|
isFree: booleanType().optional(),
|
|
@@ -39447,6 +39765,7 @@ var init_calendarevent = __esm(() => {
|
|
|
39447
39765
|
calendarId: "calendar_id",
|
|
39448
39766
|
createdAt: "created_at",
|
|
39449
39767
|
endAt: "end_at",
|
|
39768
|
+
hasConference: "has_conference",
|
|
39450
39769
|
isAllDay: "is_all_day",
|
|
39451
39770
|
isFree: "is_free",
|
|
39452
39771
|
isPrivate: "is_private",
|
|
@@ -39525,8 +39844,14 @@ var init_propertycalendarrecordingtranscriptattendee = __esm(() => {
|
|
|
39525
39844
|
Rejected: "REJECTED",
|
|
39526
39845
|
Tentative: "TENTATIVE"
|
|
39527
39846
|
};
|
|
39528
|
-
PropertyCalendarRecordingTranscriptAttendeeStatus$inboundSchema =
|
|
39529
|
-
|
|
39847
|
+
PropertyCalendarRecordingTranscriptAttendeeStatus$inboundSchema = unionType([
|
|
39848
|
+
nativeEnumType(PropertyCalendarRecordingTranscriptAttendeeStatus),
|
|
39849
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
39850
|
+
]);
|
|
39851
|
+
PropertyCalendarRecordingTranscriptAttendeeStatus$outboundSchema = unionType([
|
|
39852
|
+
nativeEnumType(PropertyCalendarRecordingTranscriptAttendeeStatus),
|
|
39853
|
+
stringType().and(custom())
|
|
39854
|
+
]);
|
|
39530
39855
|
((PropertyCalendarRecordingTranscriptAttendeeStatus$) => {
|
|
39531
39856
|
PropertyCalendarRecordingTranscriptAttendeeStatus$.inboundSchema = PropertyCalendarRecordingTranscriptAttendeeStatus$inboundSchema;
|
|
39532
39857
|
PropertyCalendarRecordingTranscriptAttendeeStatus$.outboundSchema = PropertyCalendarRecordingTranscriptAttendeeStatus$outboundSchema;
|
|
@@ -39836,8 +40161,14 @@ var init_commercemetadata = __esm(() => {
|
|
|
39836
40161
|
CommerceMetadataExtraData$.inboundSchema = CommerceMetadataExtraData$inboundSchema;
|
|
39837
40162
|
CommerceMetadataExtraData$.outboundSchema = CommerceMetadataExtraData$outboundSchema;
|
|
39838
40163
|
})(CommerceMetadataExtraData$ ||= {});
|
|
39839
|
-
CommerceMetadataFormat$inboundSchema =
|
|
39840
|
-
|
|
40164
|
+
CommerceMetadataFormat$inboundSchema = unionType([
|
|
40165
|
+
nativeEnumType(CommerceMetadataFormat),
|
|
40166
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
40167
|
+
]);
|
|
40168
|
+
CommerceMetadataFormat$outboundSchema = unionType([
|
|
40169
|
+
nativeEnumType(CommerceMetadataFormat),
|
|
40170
|
+
stringType().and(custom())
|
|
40171
|
+
]);
|
|
39841
40172
|
((CommerceMetadataFormat$) => {
|
|
39842
40173
|
CommerceMetadataFormat$.inboundSchema = CommerceMetadataFormat$inboundSchema;
|
|
39843
40174
|
CommerceMetadataFormat$.outboundSchema = CommerceMetadataFormat$outboundSchema;
|
|
@@ -40077,8 +40408,14 @@ var init_commerceitemmedia = __esm(() => {
|
|
|
40077
40408
|
Image: "image",
|
|
40078
40409
|
Video: "video"
|
|
40079
40410
|
};
|
|
40080
|
-
CommerceItemMediaType$inboundSchema =
|
|
40081
|
-
|
|
40411
|
+
CommerceItemMediaType$inboundSchema = unionType([
|
|
40412
|
+
nativeEnumType(CommerceItemMediaType),
|
|
40413
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
40414
|
+
]);
|
|
40415
|
+
CommerceItemMediaType$outboundSchema = unionType([
|
|
40416
|
+
nativeEnumType(CommerceItemMediaType),
|
|
40417
|
+
stringType().and(custom())
|
|
40418
|
+
]);
|
|
40082
40419
|
((CommerceItemMediaType$) => {
|
|
40083
40420
|
CommerceItemMediaType$.inboundSchema = CommerceItemMediaType$inboundSchema;
|
|
40084
40421
|
CommerceItemMediaType$.outboundSchema = CommerceItemMediaType$outboundSchema;
|
|
@@ -40121,8 +40458,14 @@ var init_commercecollection = __esm(() => {
|
|
|
40121
40458
|
SavedSearch: "SAVED_SEARCH",
|
|
40122
40459
|
Category: "CATEGORY"
|
|
40123
40460
|
};
|
|
40124
|
-
CommerceCollectionType$inboundSchema =
|
|
40125
|
-
|
|
40461
|
+
CommerceCollectionType$inboundSchema = unionType([
|
|
40462
|
+
nativeEnumType(CommerceCollectionType),
|
|
40463
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
40464
|
+
]);
|
|
40465
|
+
CommerceCollectionType$outboundSchema = unionType([
|
|
40466
|
+
nativeEnumType(CommerceCollectionType),
|
|
40467
|
+
stringType().and(custom())
|
|
40468
|
+
]);
|
|
40126
40469
|
((CommerceCollectionType$) => {
|
|
40127
40470
|
CommerceCollectionType$.inboundSchema = CommerceCollectionType$inboundSchema;
|
|
40128
40471
|
CommerceCollectionType$.outboundSchema = CommerceCollectionType$outboundSchema;
|
|
@@ -40308,14 +40651,26 @@ var init_commerceitemvariant = __esm(() => {
|
|
|
40308
40651
|
Oz: "oz",
|
|
40309
40652
|
Lb: "lb"
|
|
40310
40653
|
};
|
|
40311
|
-
SizeUnit$inboundSchema =
|
|
40312
|
-
|
|
40654
|
+
SizeUnit$inboundSchema = unionType([
|
|
40655
|
+
nativeEnumType(SizeUnit),
|
|
40656
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
40657
|
+
]);
|
|
40658
|
+
SizeUnit$outboundSchema = unionType([
|
|
40659
|
+
nativeEnumType(SizeUnit),
|
|
40660
|
+
stringType().and(custom())
|
|
40661
|
+
]);
|
|
40313
40662
|
((SizeUnit$) => {
|
|
40314
40663
|
SizeUnit$.inboundSchema = SizeUnit$inboundSchema;
|
|
40315
40664
|
SizeUnit$.outboundSchema = SizeUnit$outboundSchema;
|
|
40316
40665
|
})(SizeUnit$ ||= {});
|
|
40317
|
-
WeightUnit$inboundSchema =
|
|
40318
|
-
|
|
40666
|
+
WeightUnit$inboundSchema = unionType([
|
|
40667
|
+
nativeEnumType(WeightUnit),
|
|
40668
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
40669
|
+
]);
|
|
40670
|
+
WeightUnit$outboundSchema = unionType([
|
|
40671
|
+
nativeEnumType(WeightUnit),
|
|
40672
|
+
stringType().and(custom())
|
|
40673
|
+
]);
|
|
40319
40674
|
((WeightUnit$) => {
|
|
40320
40675
|
WeightUnit$.inboundSchema = WeightUnit$inboundSchema;
|
|
40321
40676
|
WeightUnit$.outboundSchema = WeightUnit$outboundSchema;
|
|
@@ -40595,8 +40950,14 @@ var init_commercereviewcomment = __esm(() => {
|
|
|
40595
40950
|
Rejected: "REJECTED",
|
|
40596
40951
|
Spam: "SPAM"
|
|
40597
40952
|
};
|
|
40598
|
-
CommerceReviewCommentStatus$inboundSchema =
|
|
40599
|
-
|
|
40953
|
+
CommerceReviewCommentStatus$inboundSchema = unionType([
|
|
40954
|
+
nativeEnumType(CommerceReviewCommentStatus),
|
|
40955
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
40956
|
+
]);
|
|
40957
|
+
CommerceReviewCommentStatus$outboundSchema = unionType([
|
|
40958
|
+
nativeEnumType(CommerceReviewCommentStatus),
|
|
40959
|
+
stringType().and(custom())
|
|
40960
|
+
]);
|
|
40600
40961
|
((CommerceReviewCommentStatus$) => {
|
|
40601
40962
|
CommerceReviewCommentStatus$.inboundSchema = CommerceReviewCommentStatus$inboundSchema;
|
|
40602
40963
|
CommerceReviewCommentStatus$.outboundSchema = CommerceReviewCommentStatus$outboundSchema;
|
|
@@ -40681,8 +41042,14 @@ var init_commercereview = __esm(() => {
|
|
|
40681
41042
|
Rejected: "REJECTED",
|
|
40682
41043
|
Spam: "SPAM"
|
|
40683
41044
|
};
|
|
40684
|
-
CommerceReviewStatus$inboundSchema =
|
|
40685
|
-
|
|
41045
|
+
CommerceReviewStatus$inboundSchema = unionType([
|
|
41046
|
+
nativeEnumType(CommerceReviewStatus),
|
|
41047
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
41048
|
+
]);
|
|
41049
|
+
CommerceReviewStatus$outboundSchema = unionType([
|
|
41050
|
+
nativeEnumType(CommerceReviewStatus),
|
|
41051
|
+
stringType().and(custom())
|
|
41052
|
+
]);
|
|
40686
41053
|
((CommerceReviewStatus$) => {
|
|
40687
41054
|
CommerceReviewStatus$.inboundSchema = CommerceReviewStatus$inboundSchema;
|
|
40688
41055
|
CommerceReviewStatus$.outboundSchema = CommerceReviewStatus$outboundSchema;
|
|
@@ -40908,8 +41275,14 @@ var init_propertyconnectioncategories = __esm(() => {
|
|
|
40908
41275
|
Metadata: "metadata",
|
|
40909
41276
|
Calendar: "calendar"
|
|
40910
41277
|
};
|
|
40911
|
-
PropertyConnectionCategories$inboundSchema =
|
|
40912
|
-
|
|
41278
|
+
PropertyConnectionCategories$inboundSchema = unionType([
|
|
41279
|
+
nativeEnumType(PropertyConnectionCategories),
|
|
41280
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
41281
|
+
]);
|
|
41282
|
+
PropertyConnectionCategories$outboundSchema = unionType([
|
|
41283
|
+
nativeEnumType(PropertyConnectionCategories),
|
|
41284
|
+
stringType().and(custom())
|
|
41285
|
+
]);
|
|
40913
41286
|
((PropertyConnectionCategories$) => {
|
|
40914
41287
|
PropertyConnectionCategories$.inboundSchema = PropertyConnectionCategories$inboundSchema;
|
|
40915
41288
|
PropertyConnectionCategories$.outboundSchema = PropertyConnectionCategories$outboundSchema;
|
|
@@ -41074,8 +41447,14 @@ var init_propertyconnectionpermissions = __esm(() => {
|
|
|
41074
41447
|
EnrichPersonRead: "enrich_person_read",
|
|
41075
41448
|
EnrichCompanyRead: "enrich_company_read"
|
|
41076
41449
|
};
|
|
41077
|
-
PropertyConnectionPermissions$inboundSchema =
|
|
41078
|
-
|
|
41450
|
+
PropertyConnectionPermissions$inboundSchema = unionType([
|
|
41451
|
+
nativeEnumType(PropertyConnectionPermissions),
|
|
41452
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
41453
|
+
]);
|
|
41454
|
+
PropertyConnectionPermissions$outboundSchema = unionType([
|
|
41455
|
+
nativeEnumType(PropertyConnectionPermissions),
|
|
41456
|
+
stringType().and(custom())
|
|
41457
|
+
]);
|
|
41079
41458
|
((PropertyConnectionPermissions$) => {
|
|
41080
41459
|
PropertyConnectionPermissions$.inboundSchema = PropertyConnectionPermissions$inboundSchema;
|
|
41081
41460
|
PropertyConnectionPermissions$.outboundSchema = PropertyConnectionPermissions$outboundSchema;
|
|
@@ -41165,8 +41544,14 @@ var init_crmemail = __esm(() => {
|
|
|
41165
41544
|
Home: "HOME",
|
|
41166
41545
|
Other: "OTHER"
|
|
41167
41546
|
};
|
|
41168
|
-
CrmEmailType$inboundSchema =
|
|
41169
|
-
|
|
41547
|
+
CrmEmailType$inboundSchema = unionType([
|
|
41548
|
+
nativeEnumType(CrmEmailType),
|
|
41549
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
41550
|
+
]);
|
|
41551
|
+
CrmEmailType$outboundSchema = unionType([
|
|
41552
|
+
nativeEnumType(CrmEmailType),
|
|
41553
|
+
stringType().and(custom())
|
|
41554
|
+
]);
|
|
41170
41555
|
((CrmEmailType$) => {
|
|
41171
41556
|
CrmEmailType$.inboundSchema = CrmEmailType$inboundSchema;
|
|
41172
41557
|
CrmEmailType$.outboundSchema = CrmEmailType$outboundSchema;
|
|
@@ -41524,8 +41909,14 @@ var init_crmtelephone = __esm(() => {
|
|
|
41524
41909
|
Fax: "FAX",
|
|
41525
41910
|
Mobile: "MOBILE"
|
|
41526
41911
|
};
|
|
41527
|
-
CrmTelephoneType$inboundSchema =
|
|
41528
|
-
|
|
41912
|
+
CrmTelephoneType$inboundSchema = unionType([
|
|
41913
|
+
nativeEnumType(CrmTelephoneType),
|
|
41914
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
41915
|
+
]);
|
|
41916
|
+
CrmTelephoneType$outboundSchema = unionType([
|
|
41917
|
+
nativeEnumType(CrmTelephoneType),
|
|
41918
|
+
stringType().and(custom())
|
|
41919
|
+
]);
|
|
41529
41920
|
((CrmTelephoneType$) => {
|
|
41530
41921
|
CrmTelephoneType$.inboundSchema = CrmTelephoneType$inboundSchema;
|
|
41531
41922
|
CrmTelephoneType$.outboundSchema = CrmTelephoneType$outboundSchema;
|
|
@@ -41963,8 +42354,14 @@ var init_crmeventformfield = __esm(() => {
|
|
|
41963
42354
|
Currency: "CURRENCY",
|
|
41964
42355
|
Url: "URL"
|
|
41965
42356
|
};
|
|
41966
|
-
CrmEventFormFieldType$inboundSchema =
|
|
41967
|
-
|
|
42357
|
+
CrmEventFormFieldType$inboundSchema = unionType([
|
|
42358
|
+
nativeEnumType(CrmEventFormFieldType),
|
|
42359
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
42360
|
+
]);
|
|
42361
|
+
CrmEventFormFieldType$outboundSchema = unionType([
|
|
42362
|
+
nativeEnumType(CrmEventFormFieldType),
|
|
42363
|
+
stringType().and(custom())
|
|
42364
|
+
]);
|
|
41968
42365
|
((CrmEventFormFieldType$) => {
|
|
41969
42366
|
CrmEventFormFieldType$.inboundSchema = CrmEventFormFieldType$inboundSchema;
|
|
41970
42367
|
CrmEventFormFieldType$.outboundSchema = CrmEventFormFieldType$outboundSchema;
|
|
@@ -42145,14 +42542,26 @@ var init_propertycrmeventtask = __esm(() => {
|
|
|
42145
42542
|
WorkInProgress: "WORK_IN_PROGRESS",
|
|
42146
42543
|
Deferred: "DEFERRED"
|
|
42147
42544
|
};
|
|
42148
|
-
Priority$inboundSchema =
|
|
42149
|
-
|
|
42545
|
+
Priority$inboundSchema = unionType([
|
|
42546
|
+
nativeEnumType(Priority),
|
|
42547
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
42548
|
+
]);
|
|
42549
|
+
Priority$outboundSchema = unionType([
|
|
42550
|
+
nativeEnumType(Priority),
|
|
42551
|
+
stringType().and(custom())
|
|
42552
|
+
]);
|
|
42150
42553
|
((Priority$) => {
|
|
42151
42554
|
Priority$.inboundSchema = Priority$inboundSchema;
|
|
42152
42555
|
Priority$.outboundSchema = Priority$outboundSchema;
|
|
42153
42556
|
})(Priority$ ||= {});
|
|
42154
|
-
PropertyCrmEventTaskStatus$inboundSchema =
|
|
42155
|
-
|
|
42557
|
+
PropertyCrmEventTaskStatus$inboundSchema = unionType([
|
|
42558
|
+
nativeEnumType(PropertyCrmEventTaskStatus),
|
|
42559
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
42560
|
+
]);
|
|
42561
|
+
PropertyCrmEventTaskStatus$outboundSchema = unionType([
|
|
42562
|
+
nativeEnumType(PropertyCrmEventTaskStatus),
|
|
42563
|
+
stringType().and(custom())
|
|
42564
|
+
]);
|
|
42156
42565
|
((PropertyCrmEventTaskStatus$) => {
|
|
42157
42566
|
PropertyCrmEventTaskStatus$.inboundSchema = PropertyCrmEventTaskStatus$inboundSchema;
|
|
42158
42567
|
PropertyCrmEventTaskStatus$.outboundSchema = PropertyCrmEventTaskStatus$outboundSchema;
|
|
@@ -42208,8 +42617,14 @@ var init_crmevent = __esm(() => {
|
|
|
42208
42617
|
Form: "FORM",
|
|
42209
42618
|
PageView: "PAGE_VIEW"
|
|
42210
42619
|
};
|
|
42211
|
-
CrmEventType$inboundSchema =
|
|
42212
|
-
|
|
42620
|
+
CrmEventType$inboundSchema = unionType([
|
|
42621
|
+
nativeEnumType(CrmEventType),
|
|
42622
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
42623
|
+
]);
|
|
42624
|
+
CrmEventType$outboundSchema = unionType([
|
|
42625
|
+
nativeEnumType(CrmEventType),
|
|
42626
|
+
stringType().and(custom())
|
|
42627
|
+
]);
|
|
42213
42628
|
((CrmEventType$) => {
|
|
42214
42629
|
CrmEventType$.inboundSchema = CrmEventType$inboundSchema;
|
|
42215
42630
|
CrmEventType$.outboundSchema = CrmEventType$outboundSchema;
|
|
@@ -42510,8 +42925,14 @@ var init_enrichtelephone = __esm(() => {
|
|
|
42510
42925
|
Fax: "FAX",
|
|
42511
42926
|
Mobile: "MOBILE"
|
|
42512
42927
|
};
|
|
42513
|
-
EnrichTelephoneType$inboundSchema =
|
|
42514
|
-
|
|
42928
|
+
EnrichTelephoneType$inboundSchema = unionType([
|
|
42929
|
+
nativeEnumType(EnrichTelephoneType),
|
|
42930
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
42931
|
+
]);
|
|
42932
|
+
EnrichTelephoneType$outboundSchema = unionType([
|
|
42933
|
+
nativeEnumType(EnrichTelephoneType),
|
|
42934
|
+
stringType().and(custom())
|
|
42935
|
+
]);
|
|
42515
42936
|
((EnrichTelephoneType$) => {
|
|
42516
42937
|
EnrichTelephoneType$.inboundSchema = EnrichTelephoneType$inboundSchema;
|
|
42517
42938
|
EnrichTelephoneType$.outboundSchema = EnrichTelephoneType$outboundSchema;
|
|
@@ -42690,8 +43111,14 @@ var init_enrichemail = __esm(() => {
|
|
|
42690
43111
|
Home: "HOME",
|
|
42691
43112
|
Other: "OTHER"
|
|
42692
43113
|
};
|
|
42693
|
-
EnrichEmailType$inboundSchema =
|
|
42694
|
-
|
|
43114
|
+
EnrichEmailType$inboundSchema = unionType([
|
|
43115
|
+
nativeEnumType(EnrichEmailType),
|
|
43116
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
43117
|
+
]);
|
|
43118
|
+
EnrichEmailType$outboundSchema = unionType([
|
|
43119
|
+
nativeEnumType(EnrichEmailType),
|
|
43120
|
+
stringType().and(custom())
|
|
43121
|
+
]);
|
|
42695
43122
|
((EnrichEmailType$) => {
|
|
42696
43123
|
EnrichEmailType$.inboundSchema = EnrichEmailType$inboundSchema;
|
|
42697
43124
|
EnrichEmailType$.outboundSchema = EnrichEmailType$outboundSchema;
|
|
@@ -42821,8 +43248,14 @@ var init_enrichperson = __esm(() => {
|
|
|
42821
43248
|
Male: "MALE",
|
|
42822
43249
|
Female: "FEMALE"
|
|
42823
43250
|
};
|
|
42824
|
-
Gender$inboundSchema =
|
|
42825
|
-
|
|
43251
|
+
Gender$inboundSchema = unionType([
|
|
43252
|
+
nativeEnumType(Gender),
|
|
43253
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
43254
|
+
]);
|
|
43255
|
+
Gender$outboundSchema = unionType([
|
|
43256
|
+
nativeEnumType(Gender),
|
|
43257
|
+
stringType().and(custom())
|
|
43258
|
+
]);
|
|
42826
43259
|
((Gender$) => {
|
|
42827
43260
|
Gender$.inboundSchema = Gender$inboundSchema;
|
|
42828
43261
|
Gender$.outboundSchema = Gender$outboundSchema;
|
|
@@ -42923,8 +43356,14 @@ var init_genaicontent = __esm(() => {
|
|
|
42923
43356
|
System: "SYSTEM",
|
|
42924
43357
|
User: "USER"
|
|
42925
43358
|
};
|
|
42926
|
-
Role$inboundSchema =
|
|
42927
|
-
|
|
43359
|
+
Role$inboundSchema = unionType([
|
|
43360
|
+
nativeEnumType(Role),
|
|
43361
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
43362
|
+
]);
|
|
43363
|
+
Role$outboundSchema = unionType([
|
|
43364
|
+
nativeEnumType(Role),
|
|
43365
|
+
stringType().and(custom())
|
|
43366
|
+
]);
|
|
42928
43367
|
((Role$) => {
|
|
42929
43368
|
Role$.inboundSchema = Role$inboundSchema;
|
|
42930
43369
|
Role$.outboundSchema = Role$outboundSchema;
|
|
@@ -43131,14 +43570,26 @@ var init_hriscompensation = __esm(() => {
|
|
|
43131
43570
|
Equity: "EQUITY",
|
|
43132
43571
|
Other: "OTHER"
|
|
43133
43572
|
};
|
|
43134
|
-
HrisCompensationFrequency$inboundSchema =
|
|
43135
|
-
|
|
43573
|
+
HrisCompensationFrequency$inboundSchema = unionType([
|
|
43574
|
+
nativeEnumType(HrisCompensationFrequency),
|
|
43575
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
43576
|
+
]);
|
|
43577
|
+
HrisCompensationFrequency$outboundSchema = unionType([
|
|
43578
|
+
nativeEnumType(HrisCompensationFrequency),
|
|
43579
|
+
stringType().and(custom())
|
|
43580
|
+
]);
|
|
43136
43581
|
((HrisCompensationFrequency$) => {
|
|
43137
43582
|
HrisCompensationFrequency$.inboundSchema = HrisCompensationFrequency$inboundSchema;
|
|
43138
43583
|
HrisCompensationFrequency$.outboundSchema = HrisCompensationFrequency$outboundSchema;
|
|
43139
43584
|
})(HrisCompensationFrequency$ ||= {});
|
|
43140
|
-
HrisCompensationType$inboundSchema =
|
|
43141
|
-
|
|
43585
|
+
HrisCompensationType$inboundSchema = unionType([
|
|
43586
|
+
nativeEnumType(HrisCompensationType),
|
|
43587
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
43588
|
+
]);
|
|
43589
|
+
HrisCompensationType$outboundSchema = unionType([
|
|
43590
|
+
nativeEnumType(HrisCompensationType),
|
|
43591
|
+
stringType().and(custom())
|
|
43592
|
+
]);
|
|
43142
43593
|
((HrisCompensationType$) => {
|
|
43143
43594
|
HrisCompensationType$.inboundSchema = HrisCompensationType$inboundSchema;
|
|
43144
43595
|
HrisCompensationType$.outboundSchema = HrisCompensationType$outboundSchema;
|
|
@@ -43257,8 +43708,14 @@ var init_hrisemail = __esm(() => {
|
|
|
43257
43708
|
Home: "HOME",
|
|
43258
43709
|
Other: "OTHER"
|
|
43259
43710
|
};
|
|
43260
|
-
HrisEmailType$inboundSchema =
|
|
43261
|
-
|
|
43711
|
+
HrisEmailType$inboundSchema = unionType([
|
|
43712
|
+
nativeEnumType(HrisEmailType),
|
|
43713
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
43714
|
+
]);
|
|
43715
|
+
HrisEmailType$outboundSchema = unionType([
|
|
43716
|
+
nativeEnumType(HrisEmailType),
|
|
43717
|
+
stringType().and(custom())
|
|
43718
|
+
]);
|
|
43262
43719
|
((HrisEmailType$) => {
|
|
43263
43720
|
HrisEmailType$.inboundSchema = HrisEmailType$inboundSchema;
|
|
43264
43721
|
HrisEmailType$.outboundSchema = HrisEmailType$outboundSchema;
|
|
@@ -43291,8 +43748,14 @@ var init_hrisgroup = __esm(() => {
|
|
|
43291
43748
|
Branch: "BRANCH",
|
|
43292
43749
|
SubDepartment: "SUB_DEPARTMENT"
|
|
43293
43750
|
};
|
|
43294
|
-
HrisGroupType$inboundSchema =
|
|
43295
|
-
|
|
43751
|
+
HrisGroupType$inboundSchema = unionType([
|
|
43752
|
+
nativeEnumType(HrisGroupType),
|
|
43753
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
43754
|
+
]);
|
|
43755
|
+
HrisGroupType$outboundSchema = unionType([
|
|
43756
|
+
nativeEnumType(HrisGroupType),
|
|
43757
|
+
stringType().and(custom())
|
|
43758
|
+
]);
|
|
43296
43759
|
((HrisGroupType$) => {
|
|
43297
43760
|
HrisGroupType$.inboundSchema = HrisGroupType$inboundSchema;
|
|
43298
43761
|
HrisGroupType$.outboundSchema = HrisGroupType$outboundSchema;
|
|
@@ -43362,8 +43825,14 @@ var init_hristelephone = __esm(() => {
|
|
|
43362
43825
|
Fax: "FAX",
|
|
43363
43826
|
Mobile: "MOBILE"
|
|
43364
43827
|
};
|
|
43365
|
-
HrisTelephoneType$inboundSchema =
|
|
43366
|
-
|
|
43828
|
+
HrisTelephoneType$inboundSchema = unionType([
|
|
43829
|
+
nativeEnumType(HrisTelephoneType),
|
|
43830
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
43831
|
+
]);
|
|
43832
|
+
HrisTelephoneType$outboundSchema = unionType([
|
|
43833
|
+
nativeEnumType(HrisTelephoneType),
|
|
43834
|
+
stringType().and(custom())
|
|
43835
|
+
]);
|
|
43367
43836
|
((HrisTelephoneType$) => {
|
|
43368
43837
|
HrisTelephoneType$.inboundSchema = HrisTelephoneType$inboundSchema;
|
|
43369
43838
|
HrisTelephoneType$.outboundSchema = HrisTelephoneType$outboundSchema;
|
|
@@ -43632,8 +44101,14 @@ var init_hrismetadata = __esm(() => {
|
|
|
43632
44101
|
HrisMetadataExtraData$.inboundSchema = HrisMetadataExtraData$inboundSchema;
|
|
43633
44102
|
HrisMetadataExtraData$.outboundSchema = HrisMetadataExtraData$outboundSchema;
|
|
43634
44103
|
})(HrisMetadataExtraData$ ||= {});
|
|
43635
|
-
HrisMetadataFormat$inboundSchema =
|
|
43636
|
-
|
|
44104
|
+
HrisMetadataFormat$inboundSchema = unionType([
|
|
44105
|
+
nativeEnumType(HrisMetadataFormat),
|
|
44106
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
44107
|
+
]);
|
|
44108
|
+
HrisMetadataFormat$outboundSchema = unionType([
|
|
44109
|
+
nativeEnumType(HrisMetadataFormat),
|
|
44110
|
+
stringType().and(custom())
|
|
44111
|
+
]);
|
|
43637
44112
|
((HrisMetadataFormat$) => {
|
|
43638
44113
|
HrisMetadataFormat$.inboundSchema = HrisMetadataFormat$inboundSchema;
|
|
43639
44114
|
HrisMetadataFormat$.outboundSchema = HrisMetadataFormat$outboundSchema;
|
|
@@ -43909,8 +44384,14 @@ var init_propertyhrisemployeeemployeeroles = __esm(() => {
|
|
|
43909
44384
|
Salesrep: "SALESREP",
|
|
43910
44385
|
Interviewer: "INTERVIEWER"
|
|
43911
44386
|
};
|
|
43912
|
-
PropertyHrisEmployeeEmployeeRoles$inboundSchema =
|
|
43913
|
-
|
|
44387
|
+
PropertyHrisEmployeeEmployeeRoles$inboundSchema = unionType([
|
|
44388
|
+
nativeEnumType(PropertyHrisEmployeeEmployeeRoles),
|
|
44389
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
44390
|
+
]);
|
|
44391
|
+
PropertyHrisEmployeeEmployeeRoles$outboundSchema = unionType([
|
|
44392
|
+
nativeEnumType(PropertyHrisEmployeeEmployeeRoles),
|
|
44393
|
+
stringType().and(custom())
|
|
44394
|
+
]);
|
|
43914
44395
|
((PropertyHrisEmployeeEmployeeRoles$) => {
|
|
43915
44396
|
PropertyHrisEmployeeEmployeeRoles$.inboundSchema = PropertyHrisEmployeeEmployeeRoles$inboundSchema;
|
|
43916
44397
|
PropertyHrisEmployeeEmployeeRoles$.outboundSchema = PropertyHrisEmployeeEmployeeRoles$outboundSchema;
|
|
@@ -43957,26 +44438,50 @@ var init_hrisemployee = __esm(() => {
|
|
|
43957
44438
|
Married: "MARRIED",
|
|
43958
44439
|
Single: "SINGLE"
|
|
43959
44440
|
};
|
|
43960
|
-
EmploymentStatus$inboundSchema =
|
|
43961
|
-
|
|
44441
|
+
EmploymentStatus$inboundSchema = unionType([
|
|
44442
|
+
nativeEnumType(EmploymentStatus),
|
|
44443
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
44444
|
+
]);
|
|
44445
|
+
EmploymentStatus$outboundSchema = unionType([
|
|
44446
|
+
nativeEnumType(EmploymentStatus),
|
|
44447
|
+
stringType().and(custom())
|
|
44448
|
+
]);
|
|
43962
44449
|
((EmploymentStatus$) => {
|
|
43963
44450
|
EmploymentStatus$.inboundSchema = EmploymentStatus$inboundSchema;
|
|
43964
44451
|
EmploymentStatus$.outboundSchema = EmploymentStatus$outboundSchema;
|
|
43965
44452
|
})(EmploymentStatus$ ||= {});
|
|
43966
|
-
HrisEmployeeEmploymentType$inboundSchema =
|
|
43967
|
-
|
|
44453
|
+
HrisEmployeeEmploymentType$inboundSchema = unionType([
|
|
44454
|
+
nativeEnumType(HrisEmployeeEmploymentType),
|
|
44455
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
44456
|
+
]);
|
|
44457
|
+
HrisEmployeeEmploymentType$outboundSchema = unionType([
|
|
44458
|
+
nativeEnumType(HrisEmployeeEmploymentType),
|
|
44459
|
+
stringType().and(custom())
|
|
44460
|
+
]);
|
|
43968
44461
|
((HrisEmployeeEmploymentType$) => {
|
|
43969
44462
|
HrisEmployeeEmploymentType$.inboundSchema = HrisEmployeeEmploymentType$inboundSchema;
|
|
43970
44463
|
HrisEmployeeEmploymentType$.outboundSchema = HrisEmployeeEmploymentType$outboundSchema;
|
|
43971
44464
|
})(HrisEmployeeEmploymentType$ ||= {});
|
|
43972
|
-
HrisEmployeeGender$inboundSchema =
|
|
43973
|
-
|
|
44465
|
+
HrisEmployeeGender$inboundSchema = unionType([
|
|
44466
|
+
nativeEnumType(HrisEmployeeGender),
|
|
44467
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
44468
|
+
]);
|
|
44469
|
+
HrisEmployeeGender$outboundSchema = unionType([
|
|
44470
|
+
nativeEnumType(HrisEmployeeGender),
|
|
44471
|
+
stringType().and(custom())
|
|
44472
|
+
]);
|
|
43974
44473
|
((HrisEmployeeGender$) => {
|
|
43975
44474
|
HrisEmployeeGender$.inboundSchema = HrisEmployeeGender$inboundSchema;
|
|
43976
44475
|
HrisEmployeeGender$.outboundSchema = HrisEmployeeGender$outboundSchema;
|
|
43977
44476
|
})(HrisEmployeeGender$ ||= {});
|
|
43978
|
-
MaritalStatus$inboundSchema =
|
|
43979
|
-
|
|
44477
|
+
MaritalStatus$inboundSchema = unionType([
|
|
44478
|
+
nativeEnumType(MaritalStatus),
|
|
44479
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
44480
|
+
]);
|
|
44481
|
+
MaritalStatus$outboundSchema = unionType([
|
|
44482
|
+
nativeEnumType(MaritalStatus),
|
|
44483
|
+
stringType().and(custom())
|
|
44484
|
+
]);
|
|
43980
44485
|
((MaritalStatus$) => {
|
|
43981
44486
|
MaritalStatus$.inboundSchema = MaritalStatus$inboundSchema;
|
|
43982
44487
|
MaritalStatus$.outboundSchema = MaritalStatus$outboundSchema;
|
|
@@ -44133,8 +44638,14 @@ var init_hrispayslipdetail = __esm(() => {
|
|
|
44133
44638
|
PosttaxGarnishment: "POSTTAX_GARNISHMENT",
|
|
44134
44639
|
Reimbursement: "REIMBURSEMENT"
|
|
44135
44640
|
};
|
|
44136
|
-
HrisPayslipDetailType$inboundSchema =
|
|
44137
|
-
|
|
44641
|
+
HrisPayslipDetailType$inboundSchema = unionType([
|
|
44642
|
+
nativeEnumType(HrisPayslipDetailType),
|
|
44643
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
44644
|
+
]);
|
|
44645
|
+
HrisPayslipDetailType$outboundSchema = unionType([
|
|
44646
|
+
nativeEnumType(HrisPayslipDetailType),
|
|
44647
|
+
stringType().and(custom())
|
|
44648
|
+
]);
|
|
44138
44649
|
((HrisPayslipDetailType$) => {
|
|
44139
44650
|
HrisPayslipDetailType$.inboundSchema = HrisPayslipDetailType$inboundSchema;
|
|
44140
44651
|
HrisPayslipDetailType$.outboundSchema = HrisPayslipDetailType$outboundSchema;
|
|
@@ -44182,8 +44693,14 @@ var init_hrispayslip = __esm(() => {
|
|
|
44182
44693
|
Cheque: "CHEQUE",
|
|
44183
44694
|
Cash: "CASH"
|
|
44184
44695
|
};
|
|
44185
|
-
PaymentType$inboundSchema =
|
|
44186
|
-
|
|
44696
|
+
PaymentType$inboundSchema = unionType([
|
|
44697
|
+
nativeEnumType(PaymentType),
|
|
44698
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
44699
|
+
]);
|
|
44700
|
+
PaymentType$outboundSchema = unionType([
|
|
44701
|
+
nativeEnumType(PaymentType),
|
|
44702
|
+
stringType().and(custom())
|
|
44703
|
+
]);
|
|
44187
44704
|
((PaymentType$) => {
|
|
44188
44705
|
PaymentType$.inboundSchema = PaymentType$inboundSchema;
|
|
44189
44706
|
PaymentType$.outboundSchema = PaymentType$outboundSchema;
|
|
@@ -44266,14 +44783,26 @@ var init_hristimeoff = __esm(() => {
|
|
|
44266
44783
|
Paid: "PAID",
|
|
44267
44784
|
Unpaid: "UNPAID"
|
|
44268
44785
|
};
|
|
44269
|
-
HrisTimeoffStatus$inboundSchema =
|
|
44270
|
-
|
|
44786
|
+
HrisTimeoffStatus$inboundSchema = unionType([
|
|
44787
|
+
nativeEnumType(HrisTimeoffStatus),
|
|
44788
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
44789
|
+
]);
|
|
44790
|
+
HrisTimeoffStatus$outboundSchema = unionType([
|
|
44791
|
+
nativeEnumType(HrisTimeoffStatus),
|
|
44792
|
+
stringType().and(custom())
|
|
44793
|
+
]);
|
|
44271
44794
|
((HrisTimeoffStatus$) => {
|
|
44272
44795
|
HrisTimeoffStatus$.inboundSchema = HrisTimeoffStatus$inboundSchema;
|
|
44273
44796
|
HrisTimeoffStatus$.outboundSchema = HrisTimeoffStatus$outboundSchema;
|
|
44274
44797
|
})(HrisTimeoffStatus$ ||= {});
|
|
44275
|
-
HrisTimeoffType$inboundSchema =
|
|
44276
|
-
|
|
44798
|
+
HrisTimeoffType$inboundSchema = unionType([
|
|
44799
|
+
nativeEnumType(HrisTimeoffType),
|
|
44800
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
44801
|
+
]);
|
|
44802
|
+
HrisTimeoffType$outboundSchema = unionType([
|
|
44803
|
+
nativeEnumType(HrisTimeoffType),
|
|
44804
|
+
stringType().and(custom())
|
|
44805
|
+
]);
|
|
44277
44806
|
((HrisTimeoffType$) => {
|
|
44278
44807
|
HrisTimeoffType$.inboundSchema = HrisTimeoffType$inboundSchema;
|
|
44279
44808
|
HrisTimeoffType$.outboundSchema = HrisTimeoffType$outboundSchema;
|
|
@@ -44438,8 +44967,14 @@ var init_propertyintegrationcategories = __esm(() => {
|
|
|
44438
44967
|
Metadata: "metadata",
|
|
44439
44968
|
Calendar: "calendar"
|
|
44440
44969
|
};
|
|
44441
|
-
PropertyIntegrationCategories$inboundSchema =
|
|
44442
|
-
|
|
44970
|
+
PropertyIntegrationCategories$inboundSchema = unionType([
|
|
44971
|
+
nativeEnumType(PropertyIntegrationCategories),
|
|
44972
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
44973
|
+
]);
|
|
44974
|
+
PropertyIntegrationCategories$outboundSchema = unionType([
|
|
44975
|
+
nativeEnumType(PropertyIntegrationCategories),
|
|
44976
|
+
stringType().and(custom())
|
|
44977
|
+
]);
|
|
44443
44978
|
((PropertyIntegrationCategories$) => {
|
|
44444
44979
|
PropertyIntegrationCategories$.inboundSchema = PropertyIntegrationCategories$inboundSchema;
|
|
44445
44980
|
PropertyIntegrationCategories$.outboundSchema = PropertyIntegrationCategories$outboundSchema;
|
|
@@ -44977,8 +45512,14 @@ var init_issue = __esm(() => {
|
|
|
44977
45512
|
Rejected: "REJECTED",
|
|
44978
45513
|
UpNext: "UP_NEXT"
|
|
44979
45514
|
};
|
|
44980
|
-
IssueStatus$inboundSchema =
|
|
44981
|
-
|
|
45515
|
+
IssueStatus$inboundSchema = unionType([
|
|
45516
|
+
nativeEnumType(IssueStatus),
|
|
45517
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
45518
|
+
]);
|
|
45519
|
+
IssueStatus$outboundSchema = unionType([
|
|
45520
|
+
nativeEnumType(IssueStatus),
|
|
45521
|
+
stringType().and(custom())
|
|
45522
|
+
]);
|
|
44982
45523
|
((IssueStatus$) => {
|
|
44983
45524
|
IssueStatus$.inboundSchema = IssueStatus$inboundSchema;
|
|
44984
45525
|
IssueStatus$.outboundSchema = IssueStatus$outboundSchema;
|
|
@@ -45048,14 +45589,26 @@ var init_kmscomment = __esm(() => {
|
|
|
45048
45589
|
PageInline: "PAGE_INLINE",
|
|
45049
45590
|
Page: "PAGE"
|
|
45050
45591
|
};
|
|
45051
|
-
ContentType$inboundSchema =
|
|
45052
|
-
|
|
45592
|
+
ContentType$inboundSchema = unionType([
|
|
45593
|
+
nativeEnumType(ContentType),
|
|
45594
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
45595
|
+
]);
|
|
45596
|
+
ContentType$outboundSchema = unionType([
|
|
45597
|
+
nativeEnumType(ContentType),
|
|
45598
|
+
stringType().and(custom())
|
|
45599
|
+
]);
|
|
45053
45600
|
((ContentType$) => {
|
|
45054
45601
|
ContentType$.inboundSchema = ContentType$inboundSchema;
|
|
45055
45602
|
ContentType$.outboundSchema = ContentType$outboundSchema;
|
|
45056
45603
|
})(ContentType$ ||= {});
|
|
45057
|
-
KmsCommentType$inboundSchema =
|
|
45058
|
-
|
|
45604
|
+
KmsCommentType$inboundSchema = unionType([
|
|
45605
|
+
nativeEnumType(KmsCommentType),
|
|
45606
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
45607
|
+
]);
|
|
45608
|
+
KmsCommentType$outboundSchema = unionType([
|
|
45609
|
+
nativeEnumType(KmsCommentType),
|
|
45610
|
+
stringType().and(custom())
|
|
45611
|
+
]);
|
|
45059
45612
|
((KmsCommentType$) => {
|
|
45060
45613
|
KmsCommentType$.inboundSchema = KmsCommentType$inboundSchema;
|
|
45061
45614
|
KmsCommentType$.outboundSchema = KmsCommentType$outboundSchema;
|
|
@@ -45248,8 +45801,14 @@ var init_kmspagemetadata = __esm(() => {
|
|
|
45248
45801
|
KmsPageMetadataExtraData$.inboundSchema = KmsPageMetadataExtraData$inboundSchema;
|
|
45249
45802
|
KmsPageMetadataExtraData$.outboundSchema = KmsPageMetadataExtraData$outboundSchema;
|
|
45250
45803
|
})(KmsPageMetadataExtraData$ ||= {});
|
|
45251
|
-
KmsPageMetadataFormat$inboundSchema =
|
|
45252
|
-
|
|
45804
|
+
KmsPageMetadataFormat$inboundSchema = unionType([
|
|
45805
|
+
nativeEnumType(KmsPageMetadataFormat),
|
|
45806
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
45807
|
+
]);
|
|
45808
|
+
KmsPageMetadataFormat$outboundSchema = unionType([
|
|
45809
|
+
nativeEnumType(KmsPageMetadataFormat),
|
|
45810
|
+
stringType().and(custom())
|
|
45811
|
+
]);
|
|
45253
45812
|
((KmsPageMetadataFormat$) => {
|
|
45254
45813
|
KmsPageMetadataFormat$.inboundSchema = KmsPageMetadataFormat$inboundSchema;
|
|
45255
45814
|
KmsPageMetadataFormat$.outboundSchema = KmsPageMetadataFormat$outboundSchema;
|
|
@@ -45492,8 +46051,14 @@ var init_kmspage = __esm(() => {
|
|
|
45492
46051
|
Text: "TEXT",
|
|
45493
46052
|
Other: "OTHER"
|
|
45494
46053
|
};
|
|
45495
|
-
KmsPageType$inboundSchema =
|
|
45496
|
-
|
|
46054
|
+
KmsPageType$inboundSchema = unionType([
|
|
46055
|
+
nativeEnumType(KmsPageType),
|
|
46056
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
46057
|
+
]);
|
|
46058
|
+
KmsPageType$outboundSchema = unionType([
|
|
46059
|
+
nativeEnumType(KmsPageType),
|
|
46060
|
+
stringType().and(custom())
|
|
46061
|
+
]);
|
|
45497
46062
|
((KmsPageType$) => {
|
|
45498
46063
|
KmsPageType$.inboundSchema = KmsPageType$inboundSchema;
|
|
45499
46064
|
KmsPageType$.outboundSchema = KmsPageType$outboundSchema;
|
|
@@ -45626,8 +46191,14 @@ var init_lmsmedia = __esm(() => {
|
|
|
45626
46191
|
Document: "DOCUMENT",
|
|
45627
46192
|
Other: "OTHER"
|
|
45628
46193
|
};
|
|
45629
|
-
LmsMediaType$inboundSchema =
|
|
45630
|
-
|
|
46194
|
+
LmsMediaType$inboundSchema = unionType([
|
|
46195
|
+
nativeEnumType(LmsMediaType),
|
|
46196
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
46197
|
+
]);
|
|
46198
|
+
LmsMediaType$outboundSchema = unionType([
|
|
46199
|
+
nativeEnumType(LmsMediaType),
|
|
46200
|
+
stringType().and(custom())
|
|
46201
|
+
]);
|
|
45631
46202
|
((LmsMediaType$) => {
|
|
45632
46203
|
LmsMediaType$.inboundSchema = LmsMediaType$inboundSchema;
|
|
45633
46204
|
LmsMediaType$.outboundSchema = LmsMediaType$outboundSchema;
|
|
@@ -45803,8 +46374,14 @@ var init_lmstelephone = __esm(() => {
|
|
|
45803
46374
|
Fax: "FAX",
|
|
45804
46375
|
Mobile: "MOBILE"
|
|
45805
46376
|
};
|
|
45806
|
-
LmsTelephoneType$inboundSchema =
|
|
45807
|
-
|
|
46377
|
+
LmsTelephoneType$inboundSchema = unionType([
|
|
46378
|
+
nativeEnumType(LmsTelephoneType),
|
|
46379
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
46380
|
+
]);
|
|
46381
|
+
LmsTelephoneType$outboundSchema = unionType([
|
|
46382
|
+
nativeEnumType(LmsTelephoneType),
|
|
46383
|
+
stringType().and(custom())
|
|
46384
|
+
]);
|
|
45808
46385
|
((LmsTelephoneType$) => {
|
|
45809
46386
|
LmsTelephoneType$.inboundSchema = LmsTelephoneType$inboundSchema;
|
|
45810
46387
|
LmsTelephoneType$.outboundSchema = LmsTelephoneType$outboundSchema;
|
|
@@ -45970,8 +46547,14 @@ var init_marketingemail = __esm(() => {
|
|
|
45970
46547
|
Home: "HOME",
|
|
45971
46548
|
Other: "OTHER"
|
|
45972
46549
|
};
|
|
45973
|
-
MarketingEmailType$inboundSchema =
|
|
45974
|
-
|
|
46550
|
+
MarketingEmailType$inboundSchema = unionType([
|
|
46551
|
+
nativeEnumType(MarketingEmailType),
|
|
46552
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
46553
|
+
]);
|
|
46554
|
+
MarketingEmailType$outboundSchema = unionType([
|
|
46555
|
+
nativeEnumType(MarketingEmailType),
|
|
46556
|
+
stringType().and(custom())
|
|
46557
|
+
]);
|
|
45975
46558
|
((MarketingEmailType$) => {
|
|
45976
46559
|
MarketingEmailType$.inboundSchema = MarketingEmailType$inboundSchema;
|
|
45977
46560
|
MarketingEmailType$.outboundSchema = MarketingEmailType$outboundSchema;
|
|
@@ -46358,8 +46941,14 @@ var init_metadatametadata = __esm(() => {
|
|
|
46358
46941
|
Currency: "CURRENCY",
|
|
46359
46942
|
Url: "URL"
|
|
46360
46943
|
};
|
|
46361
|
-
MetadataMetadataFormat$inboundSchema =
|
|
46362
|
-
|
|
46944
|
+
MetadataMetadataFormat$inboundSchema = unionType([
|
|
46945
|
+
nativeEnumType(MetadataMetadataFormat),
|
|
46946
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
46947
|
+
]);
|
|
46948
|
+
MetadataMetadataFormat$outboundSchema = unionType([
|
|
46949
|
+
nativeEnumType(MetadataMetadataFormat),
|
|
46950
|
+
stringType().and(custom())
|
|
46951
|
+
]);
|
|
46363
46952
|
((MetadataMetadataFormat$) => {
|
|
46364
46953
|
MetadataMetadataFormat$.inboundSchema = MetadataMetadataFormat$inboundSchema;
|
|
46365
46954
|
MetadataMetadataFormat$.outboundSchema = MetadataMetadataFormat$outboundSchema;
|
|
@@ -46627,8 +47216,14 @@ var init_paymentpayout = __esm(() => {
|
|
|
46627
47216
|
Failed: "FAILED",
|
|
46628
47217
|
Canceled: "CANCELED"
|
|
46629
47218
|
};
|
|
46630
|
-
PaymentPayoutStatus$inboundSchema =
|
|
46631
|
-
|
|
47219
|
+
PaymentPayoutStatus$inboundSchema = unionType([
|
|
47220
|
+
nativeEnumType(PaymentPayoutStatus),
|
|
47221
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
47222
|
+
]);
|
|
47223
|
+
PaymentPayoutStatus$outboundSchema = unionType([
|
|
47224
|
+
nativeEnumType(PaymentPayoutStatus),
|
|
47225
|
+
stringType().and(custom())
|
|
47226
|
+
]);
|
|
46632
47227
|
((PaymentPayoutStatus$) => {
|
|
46633
47228
|
PaymentPayoutStatus$.inboundSchema = PaymentPayoutStatus$inboundSchema;
|
|
46634
47229
|
PaymentPayoutStatus$.outboundSchema = PaymentPayoutStatus$outboundSchema;
|
|
@@ -46682,8 +47277,14 @@ var init_paymentrefund = __esm(() => {
|
|
|
46682
47277
|
Failed: "FAILED",
|
|
46683
47278
|
Canceled: "CANCELED"
|
|
46684
47279
|
};
|
|
46685
|
-
PaymentRefundStatus$inboundSchema =
|
|
46686
|
-
|
|
47280
|
+
PaymentRefundStatus$inboundSchema = unionType([
|
|
47281
|
+
nativeEnumType(PaymentRefundStatus),
|
|
47282
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
47283
|
+
]);
|
|
47284
|
+
PaymentRefundStatus$outboundSchema = unionType([
|
|
47285
|
+
nativeEnumType(PaymentRefundStatus),
|
|
47286
|
+
stringType().and(custom())
|
|
47287
|
+
]);
|
|
46687
47288
|
((PaymentRefundStatus$) => {
|
|
46688
47289
|
PaymentRefundStatus$.inboundSchema = PaymentRefundStatus$inboundSchema;
|
|
46689
47290
|
PaymentRefundStatus$.outboundSchema = PaymentRefundStatus$outboundSchema;
|
|
@@ -46750,14 +47351,26 @@ var init_paymentsubscription = __esm(() => {
|
|
|
46750
47351
|
Canceled: "CANCELED",
|
|
46751
47352
|
Paused: "PAUSED"
|
|
46752
47353
|
};
|
|
46753
|
-
IntervalUnit$inboundSchema =
|
|
46754
|
-
|
|
47354
|
+
IntervalUnit$inboundSchema = unionType([
|
|
47355
|
+
nativeEnumType(IntervalUnit),
|
|
47356
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
47357
|
+
]);
|
|
47358
|
+
IntervalUnit$outboundSchema = unionType([
|
|
47359
|
+
nativeEnumType(IntervalUnit),
|
|
47360
|
+
stringType().and(custom())
|
|
47361
|
+
]);
|
|
46755
47362
|
((IntervalUnit$) => {
|
|
46756
47363
|
IntervalUnit$.inboundSchema = IntervalUnit$inboundSchema;
|
|
46757
47364
|
IntervalUnit$.outboundSchema = IntervalUnit$outboundSchema;
|
|
46758
47365
|
})(IntervalUnit$ ||= {});
|
|
46759
|
-
PaymentSubscriptionStatus$inboundSchema =
|
|
46760
|
-
|
|
47366
|
+
PaymentSubscriptionStatus$inboundSchema = unionType([
|
|
47367
|
+
nativeEnumType(PaymentSubscriptionStatus),
|
|
47368
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
47369
|
+
]);
|
|
47370
|
+
PaymentSubscriptionStatus$outboundSchema = unionType([
|
|
47371
|
+
nativeEnumType(PaymentSubscriptionStatus),
|
|
47372
|
+
stringType().and(custom())
|
|
47373
|
+
]);
|
|
46761
47374
|
((PaymentSubscriptionStatus$) => {
|
|
46762
47375
|
PaymentSubscriptionStatus$.inboundSchema = PaymentSubscriptionStatus$inboundSchema;
|
|
46763
47376
|
PaymentSubscriptionStatus$.outboundSchema = PaymentSubscriptionStatus$outboundSchema;
|
|
@@ -46850,8 +47463,14 @@ var init_propertyscimgroupmeta = __esm(() => {
|
|
|
46850
47463
|
User: "User",
|
|
46851
47464
|
Group: "Group"
|
|
46852
47465
|
};
|
|
46853
|
-
ResourceType$inboundSchema =
|
|
46854
|
-
|
|
47466
|
+
ResourceType$inboundSchema = unionType([
|
|
47467
|
+
nativeEnumType(ResourceType),
|
|
47468
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
47469
|
+
]);
|
|
47470
|
+
ResourceType$outboundSchema = unionType([
|
|
47471
|
+
nativeEnumType(ResourceType),
|
|
47472
|
+
stringType().and(custom())
|
|
47473
|
+
]);
|
|
46855
47474
|
((ResourceType$) => {
|
|
46856
47475
|
ResourceType$.inboundSchema = ResourceType$inboundSchema;
|
|
46857
47476
|
ResourceType$.outboundSchema = ResourceType$outboundSchema;
|
|
@@ -46883,8 +47502,14 @@ var init_propertyscimgroupschemas = __esm(() => {
|
|
|
46883
47502
|
PropertyScimGroupSchemas = {
|
|
46884
47503
|
UrnIetfParamsScimSchemasCore20Group: "urn:ietf:params:scim:schemas:core:2.0:Group"
|
|
46885
47504
|
};
|
|
46886
|
-
PropertyScimGroupSchemas$inboundSchema =
|
|
46887
|
-
|
|
47505
|
+
PropertyScimGroupSchemas$inboundSchema = unionType([
|
|
47506
|
+
nativeEnumType(PropertyScimGroupSchemas),
|
|
47507
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
47508
|
+
]);
|
|
47509
|
+
PropertyScimGroupSchemas$outboundSchema = unionType([
|
|
47510
|
+
nativeEnumType(PropertyScimGroupSchemas),
|
|
47511
|
+
stringType().and(custom())
|
|
47512
|
+
]);
|
|
46888
47513
|
((PropertyScimGroupSchemas$) => {
|
|
46889
47514
|
PropertyScimGroupSchemas$.inboundSchema = PropertyScimGroupSchemas$inboundSchema;
|
|
46890
47515
|
PropertyScimGroupSchemas$.outboundSchema = PropertyScimGroupSchemas$outboundSchema;
|
|
@@ -46899,8 +47524,14 @@ var init_propertyscimusermeta = __esm(() => {
|
|
|
46899
47524
|
User: "User",
|
|
46900
47525
|
Group: "Group"
|
|
46901
47526
|
};
|
|
46902
|
-
PropertyScimUserMetaResourceType$inboundSchema =
|
|
46903
|
-
|
|
47527
|
+
PropertyScimUserMetaResourceType$inboundSchema = unionType([
|
|
47528
|
+
nativeEnumType(PropertyScimUserMetaResourceType),
|
|
47529
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
47530
|
+
]);
|
|
47531
|
+
PropertyScimUserMetaResourceType$outboundSchema = unionType([
|
|
47532
|
+
nativeEnumType(PropertyScimUserMetaResourceType),
|
|
47533
|
+
stringType().and(custom())
|
|
47534
|
+
]);
|
|
46904
47535
|
((PropertyScimUserMetaResourceType$) => {
|
|
46905
47536
|
PropertyScimUserMetaResourceType$.inboundSchema = PropertyScimUserMetaResourceType$inboundSchema;
|
|
46906
47537
|
PropertyScimUserMetaResourceType$.outboundSchema = PropertyScimUserMetaResourceType$outboundSchema;
|
|
@@ -46961,8 +47592,14 @@ var init_propertyscimuserschemas = __esm(() => {
|
|
|
46961
47592
|
UrnIetfParamsScimSchemasExtensionLatticeAttributes10User: "urn:ietf:params:scim:schemas:extension:lattice:attributes:1.0:User",
|
|
46962
47593
|
UrnIetfParamsScimSchemasExtensionPeakon20User: "urn:ietf:params:scim:schemas:extension:peakon:2.0:User"
|
|
46963
47594
|
};
|
|
46964
|
-
PropertyScimUserSchemas$inboundSchema =
|
|
46965
|
-
|
|
47595
|
+
PropertyScimUserSchemas$inboundSchema = unionType([
|
|
47596
|
+
nativeEnumType(PropertyScimUserSchemas),
|
|
47597
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
47598
|
+
]);
|
|
47599
|
+
PropertyScimUserSchemas$outboundSchema = unionType([
|
|
47600
|
+
nativeEnumType(PropertyScimUserSchemas),
|
|
47601
|
+
stringType().and(custom())
|
|
47602
|
+
]);
|
|
46966
47603
|
((PropertyScimUserSchemas$) => {
|
|
46967
47604
|
PropertyScimUserSchemas$.inboundSchema = PropertyScimUserSchemas$inboundSchema;
|
|
46968
47605
|
PropertyScimUserSchemas$.outboundSchema = PropertyScimUserSchemas$outboundSchema;
|
|
@@ -46978,8 +47615,14 @@ var init_propertyscimuserurnietfparamsscimschemasextensionenterprise20usermanage
|
|
|
46978
47615
|
Direct: "direct",
|
|
46979
47616
|
Indirect: "indirect"
|
|
46980
47617
|
};
|
|
46981
|
-
PropertyScimUserUrnIetfParamsScimSchemasExtensionEnterprise20UserManagerType$inboundSchema =
|
|
46982
|
-
|
|
47618
|
+
PropertyScimUserUrnIetfParamsScimSchemasExtensionEnterprise20UserManagerType$inboundSchema = unionType([
|
|
47619
|
+
nativeEnumType(PropertyScimUserUrnIetfParamsScimSchemasExtensionEnterprise20UserManagerType),
|
|
47620
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
47621
|
+
]);
|
|
47622
|
+
PropertyScimUserUrnIetfParamsScimSchemasExtensionEnterprise20UserManagerType$outboundSchema = unionType([
|
|
47623
|
+
nativeEnumType(PropertyScimUserUrnIetfParamsScimSchemasExtensionEnterprise20UserManagerType),
|
|
47624
|
+
stringType().and(custom())
|
|
47625
|
+
]);
|
|
46983
47626
|
((PropertyScimUserUrnIetfParamsScimSchemasExtensionEnterprise20UserManagerType$) => {
|
|
46984
47627
|
PropertyScimUserUrnIetfParamsScimSchemasExtensionEnterprise20UserManagerType$.inboundSchema = PropertyScimUserUrnIetfParamsScimSchemasExtensionEnterprise20UserManagerType$inboundSchema;
|
|
46985
47628
|
PropertyScimUserUrnIetfParamsScimSchemasExtensionEnterprise20UserManagerType$.outboundSchema = PropertyScimUserUrnIetfParamsScimSchemasExtensionEnterprise20UserManagerType$outboundSchema;
|
|
@@ -47021,8 +47664,14 @@ var init_scimmanager = __esm(() => {
|
|
|
47021
47664
|
Direct: "direct",
|
|
47022
47665
|
Indirect: "indirect"
|
|
47023
47666
|
};
|
|
47024
|
-
ScimManagerType$inboundSchema =
|
|
47025
|
-
|
|
47667
|
+
ScimManagerType$inboundSchema = unionType([
|
|
47668
|
+
nativeEnumType(ScimManagerType),
|
|
47669
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
47670
|
+
]);
|
|
47671
|
+
ScimManagerType$outboundSchema = unionType([
|
|
47672
|
+
nativeEnumType(ScimManagerType),
|
|
47673
|
+
stringType().and(custom())
|
|
47674
|
+
]);
|
|
47026
47675
|
((ScimManagerType$) => {
|
|
47027
47676
|
ScimManagerType$.inboundSchema = ScimManagerType$inboundSchema;
|
|
47028
47677
|
ScimManagerType$.outboundSchema = ScimManagerType$outboundSchema;
|
|
@@ -47065,8 +47714,14 @@ var init_propertyscimuserurnietfparamsscimschemasextensionenterprise20user = __e
|
|
|
47065
47714
|
Male: "male",
|
|
47066
47715
|
Female: "female"
|
|
47067
47716
|
};
|
|
47068
|
-
PropertyScimUserUrnIetfParamsScimSchemasExtensionEnterprise20UserGender$inboundSchema =
|
|
47069
|
-
|
|
47717
|
+
PropertyScimUserUrnIetfParamsScimSchemasExtensionEnterprise20UserGender$inboundSchema = unionType([
|
|
47718
|
+
nativeEnumType(PropertyScimUserUrnIetfParamsScimSchemasExtensionEnterprise20UserGender),
|
|
47719
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
47720
|
+
]);
|
|
47721
|
+
PropertyScimUserUrnIetfParamsScimSchemasExtensionEnterprise20UserGender$outboundSchema = unionType([
|
|
47722
|
+
nativeEnumType(PropertyScimUserUrnIetfParamsScimSchemasExtensionEnterprise20UserGender),
|
|
47723
|
+
stringType().and(custom())
|
|
47724
|
+
]);
|
|
47070
47725
|
((PropertyScimUserUrnIetfParamsScimSchemasExtensionEnterprise20UserGender$) => {
|
|
47071
47726
|
PropertyScimUserUrnIetfParamsScimSchemasExtensionEnterprise20UserGender$.inboundSchema = PropertyScimUserUrnIetfParamsScimSchemasExtensionEnterprise20UserGender$inboundSchema;
|
|
47072
47727
|
PropertyScimUserUrnIetfParamsScimSchemasExtensionEnterprise20UserGender$.outboundSchema = PropertyScimUserUrnIetfParamsScimSchemasExtensionEnterprise20UserGender$outboundSchema;
|
|
@@ -47133,20 +47788,38 @@ var init_propertyscimuserurnietfparamsscimschemasextensionlatticeattributes10use
|
|
|
47133
47788
|
Heterosexual: "Heterosexual",
|
|
47134
47789
|
Straight: "Straight"
|
|
47135
47790
|
};
|
|
47136
|
-
Ethnicity$inboundSchema =
|
|
47137
|
-
|
|
47791
|
+
Ethnicity$inboundSchema = unionType([
|
|
47792
|
+
nativeEnumType(Ethnicity),
|
|
47793
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
47794
|
+
]);
|
|
47795
|
+
Ethnicity$outboundSchema = unionType([
|
|
47796
|
+
nativeEnumType(Ethnicity),
|
|
47797
|
+
stringType().and(custom())
|
|
47798
|
+
]);
|
|
47138
47799
|
((Ethnicity$) => {
|
|
47139
47800
|
Ethnicity$.inboundSchema = Ethnicity$inboundSchema;
|
|
47140
47801
|
Ethnicity$.outboundSchema = Ethnicity$outboundSchema;
|
|
47141
47802
|
})(Ethnicity$ ||= {});
|
|
47142
|
-
PropertyScimUserUrnIetfParamsScimSchemasExtensionLatticeAttributes10UserGender$inboundSchema =
|
|
47143
|
-
|
|
47803
|
+
PropertyScimUserUrnIetfParamsScimSchemasExtensionLatticeAttributes10UserGender$inboundSchema = unionType([
|
|
47804
|
+
nativeEnumType(PropertyScimUserUrnIetfParamsScimSchemasExtensionLatticeAttributes10UserGender),
|
|
47805
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
47806
|
+
]);
|
|
47807
|
+
PropertyScimUserUrnIetfParamsScimSchemasExtensionLatticeAttributes10UserGender$outboundSchema = unionType([
|
|
47808
|
+
nativeEnumType(PropertyScimUserUrnIetfParamsScimSchemasExtensionLatticeAttributes10UserGender),
|
|
47809
|
+
stringType().and(custom())
|
|
47810
|
+
]);
|
|
47144
47811
|
((PropertyScimUserUrnIetfParamsScimSchemasExtensionLatticeAttributes10UserGender$) => {
|
|
47145
47812
|
PropertyScimUserUrnIetfParamsScimSchemasExtensionLatticeAttributes10UserGender$.inboundSchema = PropertyScimUserUrnIetfParamsScimSchemasExtensionLatticeAttributes10UserGender$inboundSchema;
|
|
47146
47813
|
PropertyScimUserUrnIetfParamsScimSchemasExtensionLatticeAttributes10UserGender$.outboundSchema = PropertyScimUserUrnIetfParamsScimSchemasExtensionLatticeAttributes10UserGender$outboundSchema;
|
|
47147
47814
|
})(PropertyScimUserUrnIetfParamsScimSchemasExtensionLatticeAttributes10UserGender$ ||= {});
|
|
47148
|
-
SexualOrientation$inboundSchema =
|
|
47149
|
-
|
|
47815
|
+
SexualOrientation$inboundSchema = unionType([
|
|
47816
|
+
nativeEnumType(SexualOrientation),
|
|
47817
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
47818
|
+
]);
|
|
47819
|
+
SexualOrientation$outboundSchema = unionType([
|
|
47820
|
+
nativeEnumType(SexualOrientation),
|
|
47821
|
+
stringType().and(custom())
|
|
47822
|
+
]);
|
|
47150
47823
|
((SexualOrientation$) => {
|
|
47151
47824
|
SexualOrientation$.inboundSchema = SexualOrientation$inboundSchema;
|
|
47152
47825
|
SexualOrientation$.outboundSchema = SexualOrientation$outboundSchema;
|
|
@@ -47206,8 +47879,14 @@ var init_propertyscimuserurnietfparamsscimschemasextensionpeakon20user = __esm((
|
|
|
47206
47879
|
Female: "Female",
|
|
47207
47880
|
Male: "Male"
|
|
47208
47881
|
};
|
|
47209
|
-
PropertyScimUserUrnIetfParamsScimSchemasExtensionPeakon20UserGender$inboundSchema =
|
|
47210
|
-
|
|
47882
|
+
PropertyScimUserUrnIetfParamsScimSchemasExtensionPeakon20UserGender$inboundSchema = unionType([
|
|
47883
|
+
nativeEnumType(PropertyScimUserUrnIetfParamsScimSchemasExtensionPeakon20UserGender),
|
|
47884
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
47885
|
+
]);
|
|
47886
|
+
PropertyScimUserUrnIetfParamsScimSchemasExtensionPeakon20UserGender$outboundSchema = unionType([
|
|
47887
|
+
nativeEnumType(PropertyScimUserUrnIetfParamsScimSchemasExtensionPeakon20UserGender),
|
|
47888
|
+
stringType().and(custom())
|
|
47889
|
+
]);
|
|
47211
47890
|
((PropertyScimUserUrnIetfParamsScimSchemasExtensionPeakon20UserGender$) => {
|
|
47212
47891
|
PropertyScimUserUrnIetfParamsScimSchemasExtensionPeakon20UserGender$.inboundSchema = PropertyScimUserUrnIetfParamsScimSchemasExtensionPeakon20UserGender$inboundSchema;
|
|
47213
47892
|
PropertyScimUserUrnIetfParamsScimSchemasExtensionPeakon20UserGender$.outboundSchema = PropertyScimUserUrnIetfParamsScimSchemasExtensionPeakon20UserGender$outboundSchema;
|
|
@@ -47253,8 +47932,14 @@ var init_propertystoragepermissionroles = __esm(() => {
|
|
|
47253
47932
|
Read: "READ",
|
|
47254
47933
|
Write: "WRITE"
|
|
47255
47934
|
};
|
|
47256
|
-
PropertyStoragePermissionRoles$inboundSchema =
|
|
47257
|
-
|
|
47935
|
+
PropertyStoragePermissionRoles$inboundSchema = unionType([
|
|
47936
|
+
nativeEnumType(PropertyStoragePermissionRoles),
|
|
47937
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
47938
|
+
]);
|
|
47939
|
+
PropertyStoragePermissionRoles$outboundSchema = unionType([
|
|
47940
|
+
nativeEnumType(PropertyStoragePermissionRoles),
|
|
47941
|
+
stringType().and(custom())
|
|
47942
|
+
]);
|
|
47258
47943
|
((PropertyStoragePermissionRoles$) => {
|
|
47259
47944
|
PropertyStoragePermissionRoles$.inboundSchema = PropertyStoragePermissionRoles$inboundSchema;
|
|
47260
47945
|
PropertyStoragePermissionRoles$.outboundSchema = PropertyStoragePermissionRoles$outboundSchema;
|
|
@@ -47272,8 +47957,14 @@ var init_propertyuccalltelephone = __esm(() => {
|
|
|
47272
47957
|
Fax: "FAX",
|
|
47273
47958
|
Mobile: "MOBILE"
|
|
47274
47959
|
};
|
|
47275
|
-
PropertyUcCallTelephoneType$inboundSchema =
|
|
47276
|
-
|
|
47960
|
+
PropertyUcCallTelephoneType$inboundSchema = unionType([
|
|
47961
|
+
nativeEnumType(PropertyUcCallTelephoneType),
|
|
47962
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
47963
|
+
]);
|
|
47964
|
+
PropertyUcCallTelephoneType$outboundSchema = unionType([
|
|
47965
|
+
nativeEnumType(PropertyUcCallTelephoneType),
|
|
47966
|
+
stringType().and(custom())
|
|
47967
|
+
]);
|
|
47277
47968
|
((PropertyUcCallTelephoneType$) => {
|
|
47278
47969
|
PropertyUcCallTelephoneType$.inboundSchema = PropertyUcCallTelephoneType$inboundSchema;
|
|
47279
47970
|
PropertyUcCallTelephoneType$.outboundSchema = PropertyUcCallTelephoneType$outboundSchema;
|
|
@@ -47437,8 +48128,14 @@ var init_repopullrequest = __esm(() => {
|
|
|
47437
48128
|
Approved: "APPROVED",
|
|
47438
48129
|
Rejected: "REJECTED"
|
|
47439
48130
|
};
|
|
47440
|
-
RepoPullrequestStatus$inboundSchema =
|
|
47441
|
-
|
|
48131
|
+
RepoPullrequestStatus$inboundSchema = unionType([
|
|
48132
|
+
nativeEnumType(RepoPullrequestStatus),
|
|
48133
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
48134
|
+
]);
|
|
48135
|
+
RepoPullrequestStatus$outboundSchema = unionType([
|
|
48136
|
+
nativeEnumType(RepoPullrequestStatus),
|
|
48137
|
+
stringType().and(custom())
|
|
48138
|
+
]);
|
|
47442
48139
|
((RepoPullrequestStatus$) => {
|
|
47443
48140
|
RepoPullrequestStatus$.inboundSchema = RepoPullrequestStatus$inboundSchema;
|
|
47444
48141
|
RepoPullrequestStatus$.outboundSchema = RepoPullrequestStatus$outboundSchema;
|
|
@@ -47551,8 +48248,14 @@ var init_scimaddress = __esm(() => {
|
|
|
47551
48248
|
Home: "home",
|
|
47552
48249
|
Other: "other"
|
|
47553
48250
|
};
|
|
47554
|
-
ScimAddressType$inboundSchema =
|
|
47555
|
-
|
|
48251
|
+
ScimAddressType$inboundSchema = unionType([
|
|
48252
|
+
nativeEnumType(ScimAddressType),
|
|
48253
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
48254
|
+
]);
|
|
48255
|
+
ScimAddressType$outboundSchema = unionType([
|
|
48256
|
+
nativeEnumType(ScimAddressType),
|
|
48257
|
+
stringType().and(custom())
|
|
48258
|
+
]);
|
|
47556
48259
|
((ScimAddressType$) => {
|
|
47557
48260
|
ScimAddressType$.inboundSchema = ScimAddressType$inboundSchema;
|
|
47558
48261
|
ScimAddressType$.outboundSchema = ScimAddressType$outboundSchema;
|
|
@@ -47590,8 +48293,14 @@ var init_scimemail = __esm(() => {
|
|
|
47590
48293
|
Home: "home",
|
|
47591
48294
|
Other: "other"
|
|
47592
48295
|
};
|
|
47593
|
-
ScimEmailType$inboundSchema =
|
|
47594
|
-
|
|
48296
|
+
ScimEmailType$inboundSchema = unionType([
|
|
48297
|
+
nativeEnumType(ScimEmailType),
|
|
48298
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
48299
|
+
]);
|
|
48300
|
+
ScimEmailType$outboundSchema = unionType([
|
|
48301
|
+
nativeEnumType(ScimEmailType),
|
|
48302
|
+
stringType().and(custom())
|
|
48303
|
+
]);
|
|
47595
48304
|
((ScimEmailType$) => {
|
|
47596
48305
|
ScimEmailType$.inboundSchema = ScimEmailType$inboundSchema;
|
|
47597
48306
|
ScimEmailType$.outboundSchema = ScimEmailType$outboundSchema;
|
|
@@ -47649,14 +48358,26 @@ var init_scimgroupmember = __esm(() => {
|
|
|
47649
48358
|
User: "User",
|
|
47650
48359
|
Group: "Group"
|
|
47651
48360
|
};
|
|
47652
|
-
Operation$inboundSchema =
|
|
47653
|
-
|
|
48361
|
+
Operation$inboundSchema = unionType([
|
|
48362
|
+
nativeEnumType(Operation),
|
|
48363
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
48364
|
+
]);
|
|
48365
|
+
Operation$outboundSchema = unionType([
|
|
48366
|
+
nativeEnumType(Operation),
|
|
48367
|
+
stringType().and(custom())
|
|
48368
|
+
]);
|
|
47654
48369
|
((Operation$) => {
|
|
47655
48370
|
Operation$.inboundSchema = Operation$inboundSchema;
|
|
47656
48371
|
Operation$.outboundSchema = Operation$outboundSchema;
|
|
47657
48372
|
})(Operation$ ||= {});
|
|
47658
|
-
ScimGroupMemberType$inboundSchema =
|
|
47659
|
-
|
|
48373
|
+
ScimGroupMemberType$inboundSchema = unionType([
|
|
48374
|
+
nativeEnumType(ScimGroupMemberType),
|
|
48375
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
48376
|
+
]);
|
|
48377
|
+
ScimGroupMemberType$outboundSchema = unionType([
|
|
48378
|
+
nativeEnumType(ScimGroupMemberType),
|
|
48379
|
+
stringType().and(custom())
|
|
48380
|
+
]);
|
|
47660
48381
|
((ScimGroupMemberType$) => {
|
|
47661
48382
|
ScimGroupMemberType$.inboundSchema = ScimGroupMemberType$inboundSchema;
|
|
47662
48383
|
ScimGroupMemberType$.outboundSchema = ScimGroupMemberType$outboundSchema;
|
|
@@ -47734,8 +48455,14 @@ var init_scimims = __esm(() => {
|
|
|
47734
48455
|
Qq: "qq",
|
|
47735
48456
|
Yahoo: "yahoo"
|
|
47736
48457
|
};
|
|
47737
|
-
ScimImsType$inboundSchema =
|
|
47738
|
-
|
|
48458
|
+
ScimImsType$inboundSchema = unionType([
|
|
48459
|
+
nativeEnumType(ScimImsType),
|
|
48460
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
48461
|
+
]);
|
|
48462
|
+
ScimImsType$outboundSchema = unionType([
|
|
48463
|
+
nativeEnumType(ScimImsType),
|
|
48464
|
+
stringType().and(custom())
|
|
48465
|
+
]);
|
|
47739
48466
|
((ScimImsType$) => {
|
|
47740
48467
|
ScimImsType$.inboundSchema = ScimImsType$inboundSchema;
|
|
47741
48468
|
ScimImsType$.outboundSchema = ScimImsType$outboundSchema;
|
|
@@ -47770,8 +48497,14 @@ var init_scimphonenumber = __esm(() => {
|
|
|
47770
48497
|
Fax: "fax",
|
|
47771
48498
|
Pager: "pager"
|
|
47772
48499
|
};
|
|
47773
|
-
ScimPhoneNumberType$inboundSchema =
|
|
47774
|
-
|
|
48500
|
+
ScimPhoneNumberType$inboundSchema = unionType([
|
|
48501
|
+
nativeEnumType(ScimPhoneNumberType),
|
|
48502
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
48503
|
+
]);
|
|
48504
|
+
ScimPhoneNumberType$outboundSchema = unionType([
|
|
48505
|
+
nativeEnumType(ScimPhoneNumberType),
|
|
48506
|
+
stringType().and(custom())
|
|
48507
|
+
]);
|
|
47775
48508
|
((ScimPhoneNumberType$) => {
|
|
47776
48509
|
ScimPhoneNumberType$.inboundSchema = ScimPhoneNumberType$inboundSchema;
|
|
47777
48510
|
ScimPhoneNumberType$.outboundSchema = ScimPhoneNumberType$outboundSchema;
|
|
@@ -47802,8 +48535,14 @@ var init_scimphoto = __esm(() => {
|
|
|
47802
48535
|
Photo: "photo",
|
|
47803
48536
|
Thumbnail: "thumbnail"
|
|
47804
48537
|
};
|
|
47805
|
-
ScimPhotoType$inboundSchema =
|
|
47806
|
-
|
|
48538
|
+
ScimPhotoType$inboundSchema = unionType([
|
|
48539
|
+
nativeEnumType(ScimPhotoType),
|
|
48540
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
48541
|
+
]);
|
|
48542
|
+
ScimPhotoType$outboundSchema = unionType([
|
|
48543
|
+
nativeEnumType(ScimPhotoType),
|
|
48544
|
+
stringType().and(custom())
|
|
48545
|
+
]);
|
|
47807
48546
|
((ScimPhotoType$) => {
|
|
47808
48547
|
ScimPhotoType$.inboundSchema = ScimPhotoType$inboundSchema;
|
|
47809
48548
|
ScimPhotoType$.outboundSchema = ScimPhotoType$outboundSchema;
|
|
@@ -47857,8 +48596,14 @@ var init_scimusergroups = __esm(() => {
|
|
|
47857
48596
|
Direct: "direct",
|
|
47858
48597
|
Indirect: "indirect"
|
|
47859
48598
|
};
|
|
47860
|
-
ScimUserGroupsType$inboundSchema =
|
|
47861
|
-
|
|
48599
|
+
ScimUserGroupsType$inboundSchema = unionType([
|
|
48600
|
+
nativeEnumType(ScimUserGroupsType),
|
|
48601
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
48602
|
+
]);
|
|
48603
|
+
ScimUserGroupsType$outboundSchema = unionType([
|
|
48604
|
+
nativeEnumType(ScimUserGroupsType),
|
|
48605
|
+
stringType().and(custom())
|
|
48606
|
+
]);
|
|
47862
48607
|
((ScimUserGroupsType$) => {
|
|
47863
48608
|
ScimUserGroupsType$.inboundSchema = ScimUserGroupsType$inboundSchema;
|
|
47864
48609
|
ScimUserGroupsType$.outboundSchema = ScimUserGroupsType$outboundSchema;
|
|
@@ -48052,8 +48797,14 @@ var init_storagefile = __esm(() => {
|
|
|
48052
48797
|
File: "FILE",
|
|
48053
48798
|
Folder: "FOLDER"
|
|
48054
48799
|
};
|
|
48055
|
-
StorageFileType$inboundSchema =
|
|
48056
|
-
|
|
48800
|
+
StorageFileType$inboundSchema = unionType([
|
|
48801
|
+
nativeEnumType(StorageFileType),
|
|
48802
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
48803
|
+
]);
|
|
48804
|
+
StorageFileType$outboundSchema = unionType([
|
|
48805
|
+
nativeEnumType(StorageFileType),
|
|
48806
|
+
stringType().and(custom())
|
|
48807
|
+
]);
|
|
48057
48808
|
((StorageFileType$) => {
|
|
48058
48809
|
StorageFileType$.inboundSchema = StorageFileType$inboundSchema;
|
|
48059
48810
|
StorageFileType$.outboundSchema = StorageFileType$outboundSchema;
|
|
@@ -48178,6 +48929,7 @@ var init_taskproject = __esm(() => {
|
|
|
48178
48929
|
created_at: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
48179
48930
|
description: stringType().optional(),
|
|
48180
48931
|
group_ids: arrayType(stringType()).optional(),
|
|
48932
|
+
has_children: booleanType().optional(),
|
|
48181
48933
|
has_tasks: booleanType().optional(),
|
|
48182
48934
|
id: stringType().optional(),
|
|
48183
48935
|
name: stringType().optional(),
|
|
@@ -48189,6 +48941,7 @@ var init_taskproject = __esm(() => {
|
|
|
48189
48941
|
return remap(v2, {
|
|
48190
48942
|
created_at: "createdAt",
|
|
48191
48943
|
group_ids: "groupIds",
|
|
48944
|
+
has_children: "hasChildren",
|
|
48192
48945
|
has_tasks: "hasTasks",
|
|
48193
48946
|
parent_id: "parentId",
|
|
48194
48947
|
updated_at: "updatedAt",
|
|
@@ -48199,6 +48952,7 @@ var init_taskproject = __esm(() => {
|
|
|
48199
48952
|
createdAt: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
48200
48953
|
description: stringType().optional(),
|
|
48201
48954
|
groupIds: arrayType(stringType()).optional(),
|
|
48955
|
+
hasChildren: booleanType().optional(),
|
|
48202
48956
|
hasTasks: booleanType().optional(),
|
|
48203
48957
|
id: stringType().optional(),
|
|
48204
48958
|
name: stringType().optional(),
|
|
@@ -48210,6 +48964,7 @@ var init_taskproject = __esm(() => {
|
|
|
48210
48964
|
return remap(v2, {
|
|
48211
48965
|
createdAt: "created_at",
|
|
48212
48966
|
groupIds: "group_ids",
|
|
48967
|
+
hasChildren: "has_children",
|
|
48213
48968
|
hasTasks: "has_tasks",
|
|
48214
48969
|
parentId: "parent_id",
|
|
48215
48970
|
updatedAt: "updated_at",
|
|
@@ -48232,8 +48987,14 @@ var init_tasktask = __esm(() => {
|
|
|
48232
48987
|
InProgress: "IN_PROGRESS",
|
|
48233
48988
|
Completed: "COMPLETED"
|
|
48234
48989
|
};
|
|
48235
|
-
TaskTaskStatus$inboundSchema =
|
|
48236
|
-
|
|
48990
|
+
TaskTaskStatus$inboundSchema = unionType([
|
|
48991
|
+
nativeEnumType(TaskTaskStatus),
|
|
48992
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
48993
|
+
]);
|
|
48994
|
+
TaskTaskStatus$outboundSchema = unionType([
|
|
48995
|
+
nativeEnumType(TaskTaskStatus),
|
|
48996
|
+
stringType().and(custom())
|
|
48997
|
+
]);
|
|
48237
48998
|
((TaskTaskStatus$) => {
|
|
48238
48999
|
TaskTaskStatus$.inboundSchema = TaskTaskStatus$inboundSchema;
|
|
48239
49000
|
TaskTaskStatus$.outboundSchema = TaskTaskStatus$outboundSchema;
|
|
@@ -48323,8 +49084,14 @@ var init_ticketingemail = __esm(() => {
|
|
|
48323
49084
|
Home: "HOME",
|
|
48324
49085
|
Other: "OTHER"
|
|
48325
49086
|
};
|
|
48326
|
-
TicketingEmailType$inboundSchema =
|
|
48327
|
-
|
|
49087
|
+
TicketingEmailType$inboundSchema = unionType([
|
|
49088
|
+
nativeEnumType(TicketingEmailType),
|
|
49089
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
49090
|
+
]);
|
|
49091
|
+
TicketingEmailType$outboundSchema = unionType([
|
|
49092
|
+
nativeEnumType(TicketingEmailType),
|
|
49093
|
+
stringType().and(custom())
|
|
49094
|
+
]);
|
|
48328
49095
|
((TicketingEmailType$) => {
|
|
48329
49096
|
TicketingEmailType$.inboundSchema = TicketingEmailType$inboundSchema;
|
|
48330
49097
|
TicketingEmailType$.outboundSchema = TicketingEmailType$outboundSchema;
|
|
@@ -48354,8 +49121,14 @@ var init_ticketingtelephone = __esm(() => {
|
|
|
48354
49121
|
Fax: "FAX",
|
|
48355
49122
|
Mobile: "MOBILE"
|
|
48356
49123
|
};
|
|
48357
|
-
TicketingTelephoneType$inboundSchema =
|
|
48358
|
-
|
|
49124
|
+
TicketingTelephoneType$inboundSchema = unionType([
|
|
49125
|
+
nativeEnumType(TicketingTelephoneType),
|
|
49126
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
49127
|
+
]);
|
|
49128
|
+
TicketingTelephoneType$outboundSchema = unionType([
|
|
49129
|
+
nativeEnumType(TicketingTelephoneType),
|
|
49130
|
+
stringType().and(custom())
|
|
49131
|
+
]);
|
|
48359
49132
|
((TicketingTelephoneType$) => {
|
|
48360
49133
|
TicketingTelephoneType$.inboundSchema = TicketingTelephoneType$inboundSchema;
|
|
48361
49134
|
TicketingTelephoneType$.outboundSchema = TicketingTelephoneType$outboundSchema;
|
|
@@ -48473,8 +49246,14 @@ var init_ticketingticket = __esm(() => {
|
|
|
48473
49246
|
Active: "ACTIVE",
|
|
48474
49247
|
Closed: "CLOSED"
|
|
48475
49248
|
};
|
|
48476
|
-
TicketingTicketStatus$inboundSchema =
|
|
48477
|
-
|
|
49249
|
+
TicketingTicketStatus$inboundSchema = unionType([
|
|
49250
|
+
nativeEnumType(TicketingTicketStatus),
|
|
49251
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
49252
|
+
]);
|
|
49253
|
+
TicketingTicketStatus$outboundSchema = unionType([
|
|
49254
|
+
nativeEnumType(TicketingTicketStatus),
|
|
49255
|
+
stringType().and(custom())
|
|
49256
|
+
]);
|
|
48478
49257
|
((TicketingTicketStatus$) => {
|
|
48479
49258
|
TicketingTicketStatus$.inboundSchema = TicketingTicketStatus$inboundSchema;
|
|
48480
49259
|
TicketingTicketStatus$.outboundSchema = TicketingTicketStatus$outboundSchema;
|
|
@@ -48639,8 +49418,14 @@ var init_ucemail = __esm(() => {
|
|
|
48639
49418
|
Home: "HOME",
|
|
48640
49419
|
Other: "OTHER"
|
|
48641
49420
|
};
|
|
48642
|
-
UcEmailType$inboundSchema =
|
|
48643
|
-
|
|
49421
|
+
UcEmailType$inboundSchema = unionType([
|
|
49422
|
+
nativeEnumType(UcEmailType),
|
|
49423
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
49424
|
+
]);
|
|
49425
|
+
UcEmailType$outboundSchema = unionType([
|
|
49426
|
+
nativeEnumType(UcEmailType),
|
|
49427
|
+
stringType().and(custom())
|
|
49428
|
+
]);
|
|
48644
49429
|
((UcEmailType$) => {
|
|
48645
49430
|
UcEmailType$.inboundSchema = UcEmailType$inboundSchema;
|
|
48646
49431
|
UcEmailType$.outboundSchema = UcEmailType$outboundSchema;
|
|
@@ -48670,8 +49455,14 @@ var init_uctelephone = __esm(() => {
|
|
|
48670
49455
|
Fax: "FAX",
|
|
48671
49456
|
Mobile: "MOBILE"
|
|
48672
49457
|
};
|
|
48673
|
-
UcTelephoneType$inboundSchema =
|
|
48674
|
-
|
|
49458
|
+
UcTelephoneType$inboundSchema = unionType([
|
|
49459
|
+
nativeEnumType(UcTelephoneType),
|
|
49460
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
49461
|
+
]);
|
|
49462
|
+
UcTelephoneType$outboundSchema = unionType([
|
|
49463
|
+
nativeEnumType(UcTelephoneType),
|
|
49464
|
+
stringType().and(custom())
|
|
49465
|
+
]);
|
|
48675
49466
|
((UcTelephoneType$) => {
|
|
48676
49467
|
UcTelephoneType$.inboundSchema = UcTelephoneType$inboundSchema;
|
|
48677
49468
|
UcTelephoneType$.outboundSchema = UcTelephoneType$outboundSchema;
|
|
@@ -48993,26 +49784,50 @@ var init_webhook = __esm(() => {
|
|
|
48993
49784
|
Virtual: "virtual",
|
|
48994
49785
|
Native: "native"
|
|
48995
49786
|
};
|
|
48996
|
-
DbType$inboundSchema =
|
|
48997
|
-
|
|
49787
|
+
DbType$inboundSchema = unionType([
|
|
49788
|
+
nativeEnumType(DbType),
|
|
49789
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
49790
|
+
]);
|
|
49791
|
+
DbType$outboundSchema = unionType([
|
|
49792
|
+
nativeEnumType(DbType),
|
|
49793
|
+
stringType().and(custom())
|
|
49794
|
+
]);
|
|
48998
49795
|
((DbType$) => {
|
|
48999
49796
|
DbType$.inboundSchema = DbType$inboundSchema;
|
|
49000
49797
|
DbType$.outboundSchema = DbType$outboundSchema;
|
|
49001
49798
|
})(DbType$ ||= {});
|
|
49002
|
-
Event$inboundSchema =
|
|
49003
|
-
|
|
49799
|
+
Event$inboundSchema = unionType([
|
|
49800
|
+
nativeEnumType(Event),
|
|
49801
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
49802
|
+
]);
|
|
49803
|
+
Event$outboundSchema = unionType([
|
|
49804
|
+
nativeEnumType(Event),
|
|
49805
|
+
stringType().and(custom())
|
|
49806
|
+
]);
|
|
49004
49807
|
((Event$) => {
|
|
49005
49808
|
Event$.inboundSchema = Event$inboundSchema;
|
|
49006
49809
|
Event$.outboundSchema = Event$outboundSchema;
|
|
49007
49810
|
})(Event$ ||= {});
|
|
49008
|
-
ObjectType$inboundSchema =
|
|
49009
|
-
|
|
49811
|
+
ObjectType$inboundSchema = unionType([
|
|
49812
|
+
nativeEnumType(ObjectType),
|
|
49813
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
49814
|
+
]);
|
|
49815
|
+
ObjectType$outboundSchema = unionType([
|
|
49816
|
+
nativeEnumType(ObjectType),
|
|
49817
|
+
stringType().and(custom())
|
|
49818
|
+
]);
|
|
49010
49819
|
((ObjectType$) => {
|
|
49011
49820
|
ObjectType$.inboundSchema = ObjectType$inboundSchema;
|
|
49012
49821
|
ObjectType$.outboundSchema = ObjectType$outboundSchema;
|
|
49013
49822
|
})(ObjectType$ ||= {});
|
|
49014
|
-
WebhookType$inboundSchema =
|
|
49015
|
-
|
|
49823
|
+
WebhookType$inboundSchema = unionType([
|
|
49824
|
+
nativeEnumType(WebhookType),
|
|
49825
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
49826
|
+
]);
|
|
49827
|
+
WebhookType$outboundSchema = unionType([
|
|
49828
|
+
nativeEnumType(WebhookType),
|
|
49829
|
+
stringType().and(custom())
|
|
49830
|
+
]);
|
|
49016
49831
|
((WebhookType$) => {
|
|
49017
49832
|
WebhookType$.inboundSchema = WebhookType$inboundSchema;
|
|
49018
49833
|
WebhookType$.outboundSchema = WebhookType$outboundSchema;
|
|
@@ -49157,9 +49972,11 @@ var init_shared2 = __esm(() => {
|
|
|
49157
49972
|
init_atsscorecardquestion();
|
|
49158
49973
|
init_atsstatus();
|
|
49159
49974
|
init_atstelephone();
|
|
49975
|
+
init_calendarattachment();
|
|
49160
49976
|
init_calendarattendee();
|
|
49161
49977
|
init_calendarbusy();
|
|
49162
49978
|
init_calendarcalendar();
|
|
49979
|
+
init_calendarconference();
|
|
49163
49980
|
init_calendarevent();
|
|
49164
49981
|
init_calendareventrecurrence();
|
|
49165
49982
|
init_calendarlink();
|
|
@@ -55745,6 +56562,7 @@ var init_listcrmdeals = __esm(() => {
|
|
|
55745
56562
|
limit: numberType().optional(),
|
|
55746
56563
|
offset: numberType().optional(),
|
|
55747
56564
|
order: stringType().optional(),
|
|
56565
|
+
pipeline_id: stringType().optional(),
|
|
55748
56566
|
query: stringType().optional(),
|
|
55749
56567
|
raw: stringType().optional(),
|
|
55750
56568
|
sort: stringType().optional(),
|
|
@@ -55755,6 +56573,7 @@ var init_listcrmdeals = __esm(() => {
|
|
|
55755
56573
|
company_id: "companyId",
|
|
55756
56574
|
connection_id: "connectionId",
|
|
55757
56575
|
contact_id: "contactId",
|
|
56576
|
+
pipeline_id: "pipelineId",
|
|
55758
56577
|
updated_gte: "updatedGte",
|
|
55759
56578
|
user_id: "userId"
|
|
55760
56579
|
});
|
|
@@ -55767,6 +56586,7 @@ var init_listcrmdeals = __esm(() => {
|
|
|
55767
56586
|
limit: numberType().optional(),
|
|
55768
56587
|
offset: numberType().optional(),
|
|
55769
56588
|
order: stringType().optional(),
|
|
56589
|
+
pipelineId: stringType().optional(),
|
|
55770
56590
|
query: stringType().optional(),
|
|
55771
56591
|
raw: stringType().optional(),
|
|
55772
56592
|
sort: stringType().optional(),
|
|
@@ -55777,6 +56597,7 @@ var init_listcrmdeals = __esm(() => {
|
|
|
55777
56597
|
companyId: "company_id",
|
|
55778
56598
|
connectionId: "connection_id",
|
|
55779
56599
|
contactId: "contact_id",
|
|
56600
|
+
pipelineId: "pipeline_id",
|
|
55780
56601
|
updatedGte: "updated_gte",
|
|
55781
56602
|
userId: "user_id"
|
|
55782
56603
|
});
|
|
@@ -88071,6 +88892,7 @@ async function $do187(client, request, options) {
|
|
|
88071
88892
|
limit: payload.limit,
|
|
88072
88893
|
offset: payload.offset,
|
|
88073
88894
|
order: payload.order,
|
|
88895
|
+
pipeline_id: payload.pipeline_id,
|
|
88074
88896
|
query: payload.query,
|
|
88075
88897
|
raw: payload.raw,
|
|
88076
88898
|
sort: payload.sort,
|
|
@@ -116595,7 +117417,7 @@ var init_unifiedUpdateUnifiedWebhookTrigger2 = __esm(() => {
|
|
|
116595
117417
|
function createMCPServer(deps) {
|
|
116596
117418
|
const server = new McpServer({
|
|
116597
117419
|
name: "UnifiedTo",
|
|
116598
|
-
version: "2.
|
|
117420
|
+
version: "2.73.0"
|
|
116599
117421
|
});
|
|
116600
117422
|
const client = new UnifiedToCore({
|
|
116601
117423
|
security: deps.security,
|
|
@@ -118694,7 +119516,7 @@ var routes = an({
|
|
|
118694
119516
|
var app = He(routes, {
|
|
118695
119517
|
name: "mcp",
|
|
118696
119518
|
versionInfo: {
|
|
118697
|
-
currentVersion: "2.
|
|
119519
|
+
currentVersion: "2.73.0"
|
|
118698
119520
|
}
|
|
118699
119521
|
});
|
|
118700
119522
|
zt(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -118702,5 +119524,5 @@ export {
|
|
|
118702
119524
|
app
|
|
118703
119525
|
};
|
|
118704
119526
|
|
|
118705
|
-
//# debugId=
|
|
119527
|
+
//# debugId=ED52C22088B6421A64756E2164756E21
|
|
118706
119528
|
//# sourceMappingURL=mcp-server.js.map
|