@@ -4050,6 +4050,17 @@ export const atsSpec = {
4050
4050
type: 'string',
4051
4051
},
4052
4052
},
4053
+ {
4054
+ name: 'export_format',
4055
+ required: false,
4056
+ in: 'query',
4057
+ description: 'The export format of the file',
4058
+ schema: {
4059
+ nullable: true,
4060
+ example: 'text/plain',
4061
+ type: 'string',
4062
+ },
4063
+ },
4053
4064
],
4054
4065
responses: {
4055
4066
'200': {
@@ -12617,7 +12628,7 @@ export const atsSpec = {
12617
12628
schema: {
12618
12629
nullable: true,
12619
12630
example:
12620
- 'id,remote_id,title,locations,internal,status,job_id,remote_job_id,content,compensation,employment_type,employment_contract_type,external_url,external_apply_url,questionnaires,updated_at,created_at',
12631
+ 'id,remote_id,title,locations,internal,status,job_id,remote_job_id,content,compensation,employment_type,employment_contract_type,external_url,external_apply_url,questionnaires,start_date, updated_at,created_at',
12621
12632
type: 'string',
12622
12633
},
12623
12634
},
@@ -12941,7 +12952,7 @@ export const atsSpec = {
12941
12952
schema: {
12942
12953
nullable: true,
12943
12954
example:
12944
- 'id,remote_id,title,locations,internal,status,job_id,remote_job_id,content,compensation,employment_type,employment_contract_type,external_url,external_apply_url,questionnaires,updated_at,created_at',
12955
+ 'id,remote_id,title,locations,internal,status,job_id,remote_job_id,content,compensation,employment_type,employment_contract_type,external_url,external_apply_url,questionnaires,start_date, updated_at,created_at',
12945
12956
type: 'string',
12946
12957
},
12947
12958
},
@@ -17354,6 +17365,9 @@ export const atsSpec = {
17354
17365
'number',
17355
17366
'date',
17356
17367
'video',
17368
+ 'reference_check',
17369
+ 'url',
17370
+ 'unmapped_value',
17357
17371
null,
17358
17372
],
17359
17373
description: 'The type of the answer.',
@@ -18062,6 +18076,7 @@ export const atsSpec = {
18062
18076
'company_overview',
18063
18077
'description',
18064
18078
'other',
18079
+ 'unmapped_value',
18065
18080
null,
18066
18081
],
18067
18082
description: 'The type of the description.',
@@ -18538,7 +18553,7 @@ export const atsSpec = {
18538
18553
confidential: {
18539
18554
type: 'string',
18540
18555
description: 'Confidential status of the job',
18541
- enum: ['true', 'false', null],
18556
+ enum: ['true', 'false', 'unmapped_value', null],
18542
18557
'x-speakeasy-unknown-values': 'allow',
18543
18558
nullable: true,
18544
18559
},
@@ -19394,7 +19409,7 @@ export const atsSpec = {
19394
19409
confidential: {
19395
19410
type: 'string',
19396
19411
description: 'Confidential status of the job',
19397
- enum: ['true', 'false', null],
19412
+ enum: ['true', 'false', 'unmapped_value', null],
19398
19413
'x-speakeasy-unknown-values': 'allow',
19399
19414
nullable: true,
19400
19415
},
@@ -20113,7 +20128,7 @@ export const atsSpec = {
20113
20128
properties: {
20114
20129
value: {
20115
20130
type: 'string',
20116
- enum: ['equals_to', 'contains', null],
20131
+ enum: ['equals_to', 'contains', 'unmapped_value', null],
20117
20132
description: "The type of the question's condition",
20118
20133
example: 'equals_to',
20119
20134
'x-speakeasy-unknown-values': 'allow',
@@ -20150,7 +20165,7 @@ export const atsSpec = {
20150
20165
value: {
20151
20166
type: 'string',
20152
20167
description: 'Whether the file is confidential or not',
20153
- enum: ['true', 'false', null],
20168
+ enum: ['true', 'false', 'unmapped_value', null],
20154
20169
example: 'true',
20155
20170
'x-speakeasy-unknown-values': 'allow',
20156
20171
nullable: true,
@@ -20679,6 +20694,7 @@ export const atsSpec = {
20679
20694
'multi_select',
20680
20695
'url',
20681
20696
'other',
20697
+ 'unmapped_value',
20682
20698
null,
20683
20699
],
20684
20700
'x-speakeasy-unknown-values': 'allow',
@@ -22234,7 +22250,7 @@ export const atsSpec = {
22234
22250
items: {},
22235
22251
},
22236
22252
],
22237
- example: 'abc ',
22253
+ example: 'application/pdf ',
22238
22254
nullable: true,
22239
22255
},
22240
22256
},
@@ -22880,7 +22896,7 @@ export const atsSpec = {
22880
22896
confidential: {
22881
22897
type: 'string',
22882
22898
description: 'Confidential status of the job',
22883
- enum: ['true', 'false', null],
22899
+ enum: ['true', 'false', 'unmapped_value', null],
22884
22900
'x-speakeasy-unknown-values': 'allow',
22885
22901
nullable: true,
22886
22902
},
@@ -22998,7 +23014,7 @@ export const atsSpec = {
22998
23014
},
22999
23015
internal: {
23000
23016
type: 'string',
23001
- enum: ['true', 'false', null],
23017
+ enum: ['true', 'false', 'unmapped_value', null],
23002
23018
example: 'true',
23003
23019
'x-speakeasy-unknown-values': 'allow',
23004
23020
nullable: true,
@@ -23281,6 +23297,13 @@ export const atsSpec = {
23281
23297
$ref: '#/components/schemas/JobPostingQuestionnaire',
23282
23298
},
23283
23299
},
23300
+ start_date: {
23301
+ type: 'string',
23302
+ description: 'The posting start date',
23303
+ example: '2021-01-01T00:00:00.000Z',
23304
+ format: 'date-time',
23305
+ nullable: true,
23306
+ },
23284
23307
created_at: {
23285
23308
type: 'string',
23286
23309
description: 'Date of creation',
@@ -23961,7 +23984,7 @@ export const atsSpec = {
23961
23984
properties: {
23962
23985
value: {
23963
23986
type: 'string',
23964
- enum: ['private', 'public', null],
23987
+ enum: ['private', 'public', 'unmapped_value', null],
23965
23988
description: 'The visibility of the notes.',
23966
23989
example: 'public',
23967
23990
'x-speakeasy-unknown-values': 'allow',
@@ -24662,7 +24685,16 @@ export const atsSpec = {
24662
24685
type: {
24663
24686
type: 'string',
24664
24687
description: 'Type of phone number',
24665
- enum: ['personal', 'work', 'mobile', 'home', 'unknown', 'other', null],
24688
+ enum: [
24689
+ 'personal',
24690
+ 'work',
24691
+ 'mobile',
24692
+ 'home',
24693
+ 'unknown',
24694
+ 'other',
24695
+ 'unmapped_value',
24696
+ null,
24697
+ ],
24666
24698
'x-speakeasy-unknown-values': 'allow',
24667
24699
nullable: true,
24668
24700
},
@@ -24879,6 +24911,9 @@ export const atsSpec = {
24879
24911
'number',
24880
24912
'date',
24881
24913
'video',
24914
+ 'reference_check',
24915
+ 'url',
24916
+ 'unmapped_value',
24882
24917
null,
24883
24918
],
24884
24919
description: 'The type of the questions.',
@@ -24928,10 +24963,6 @@ export const atsSpec = {
24928
24963
{
24929
24964
type: 'object',
24930
24965
},
24931
- {
24932
- type: 'string',
24933
- format: 'binary',
24934
- },
24935
24966
{
24936
24967
type: 'array',
24937
24968
items: {
@@ -24941,17 +24972,24 @@ export const atsSpec = {
24941
24972
maximum: 255,
24942
24973
},
24943
24974
},
24944
- {
24945
- type: 'string',
24946
- format: 'byte',
24947
- },
24948
24975
],
24949
24976
additionalProperties: true,
24950
24977
nullable: true,
24951
24978
},
24952
24979
response: {
24953
- type: 'object',
24954
- additionalProperties: true,
24980
+ oneOf: [
24981
+ {
24982
+ type: 'object',
24983
+ additionalProperties: true,
24984
+ },
24985
+ {
24986
+ type: 'array',
24987
+ items: {},
24988
+ },
24989
+ {
24990
+ type: 'string',
24991
+ },
24992
+ ],
24955
24993
nullable: true,
24956
24994
},
24957
24995
},
@@ -25164,7 +25202,7 @@ export const atsSpec = {
25164
25202
properties: {
25165
25203
value: {
25166
25204
type: 'string',
25167
- enum: ['cancelled', 'completed', 'expired', 'failed', 'passed', null],
25205
+ enum: ['cancelled', 'completed', 'expired', 'failed', 'passed', 'unmapped_value', null],
25168
25206
description: 'The result of the test.',
25169
25207
example: 'passed',
25170
25208
'x-speakeasy-unknown-values': 'allow',
@@ -25491,14 +25529,14 @@ export const atsSpec = {
25491
25529
created_at: {
25492
25530
type: 'string',
25493
25531
description: 'The creation date of the scorecard',
25494
- example: '2021-01-01T00:00.000Z',
25532
+ example: '2021-01-01T00:00:00 .000Z',
25495
25533
format: 'date-time',
25496
25534
nullable: true,
25497
25535
},
25498
25536
updated_at: {
25499
25537
type: 'string',
25500
25538
description: 'The update date of the scorecard',
25501
- example: '2021-01-01T00:00.000Z',
25539
+ example: '2021-01-01T00:00:00 .000Z',
25502
25540
format: 'date-time',
25503
25541
nullable: true,
25504
25542
},
0 commit comments