-
Notifications
You must be signed in to change notification settings - Fork 2
/
files.gen
executable file
·731 lines (731 loc) · 34.7 KB
/
files.gen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
src/sdk/accounts.ts
src/sdk/connectsessions.ts
src/sdk/connectors.ts
src/sdk/ats.ts
src/sdk/crm.ts
src/sdk/hris.ts
src/sdk/marketing.ts
src/sdk/proxy.ts
src/sdk/sdk.ts
.eslintrc.js
.npmignore
package-lock.json
package.json
src/index.ts
src/lib/base64.ts
src/lib/config.ts
src/lib/encodings.ts
src/lib/http.ts
src/lib/retries.ts
src/lib/sdks.ts
src/lib/security.ts
src/lib/url.ts
src/sdk/index.ts
src/sdk/models/errors/sdkerror.ts
src/sdk/types/blobs.ts
src/sdk/types/decimal.ts
src/sdk/types/index.ts
src/sdk/types/operations.ts
src/sdk/types/rfcdate.ts
tsconfig.json
src/sdk/models/operations/stackonedeleteaccount.ts
src/sdk/models/operations/stackonegetaccount.ts
src/sdk/models/operations/stackonegetaccountmetainfo.ts
src/sdk/models/operations/stackonelistlinkedaccounts.ts
src/sdk/models/operations/stackoneupdateaccount.ts
src/sdk/models/operations/stackoneauthenticateconnectsession.ts
src/sdk/models/operations/stackonecreateconnectsession.ts
src/sdk/models/operations/stackonegetconnectormeta.ts
src/sdk/models/operations/stackonelistconnectorsmeta.ts
src/sdk/models/operations/atscreateapplication.ts
src/sdk/models/operations/atscreatecandidate.ts
src/sdk/models/operations/atscreatecandidatenote.ts
src/sdk/models/operations/atscreateoffer.ts
src/sdk/models/operations/atsgetapplication.ts
src/sdk/models/operations/atsgetapplicationoffer.ts
src/sdk/models/operations/atsgetapplicationscorecard.ts
src/sdk/models/operations/atsgetcandidate.ts
src/sdk/models/operations/atsgetcandidatenote.ts
src/sdk/models/operations/atsgetdepartment.ts
src/sdk/models/operations/atsgetinterview.ts
src/sdk/models/operations/atsgetinterviewstage.ts
src/sdk/models/operations/atsgetjob.ts
src/sdk/models/operations/atsgetjobposting.ts
src/sdk/models/operations/atsgetlocation.ts
src/sdk/models/operations/atsgetoffer.ts
src/sdk/models/operations/atsgetrejectedreason.ts
src/sdk/models/operations/atsgetuser.ts
src/sdk/models/operations/atslistapplicationscorecards.ts
src/sdk/models/operations/atslistapplications.ts
src/sdk/models/operations/atslistapplicationsoffers.ts
src/sdk/models/operations/atslistcandidatenotes.ts
src/sdk/models/operations/atslistcandidates.ts
src/sdk/models/operations/atslistdepartments.ts
src/sdk/models/operations/atslistinterviewstages.ts
src/sdk/models/operations/atslistinterviews.ts
src/sdk/models/operations/atslistjobpostings.ts
src/sdk/models/operations/atslistjobs.ts
src/sdk/models/operations/atslistlocations.ts
src/sdk/models/operations/atslistoffers.ts
src/sdk/models/operations/atslistrejectedreasons.ts
src/sdk/models/operations/atslistusers.ts
src/sdk/models/operations/atsupdateapplication.ts
src/sdk/models/operations/atsupdatecandidate.ts
src/sdk/models/operations/crmcreatecontact.ts
src/sdk/models/operations/crmgetaccount.ts
src/sdk/models/operations/crmgetcontact.ts
src/sdk/models/operations/crmgetlist.ts
src/sdk/models/operations/crmlistaccounts.ts
src/sdk/models/operations/crmlistcontacts.ts
src/sdk/models/operations/crmlistlists.ts
src/sdk/models/operations/crmupdatecontact.ts
src/sdk/models/operations/hriscreateemployee.ts
src/sdk/models/operations/hriscreateemployeetimeoffrequest.ts
src/sdk/models/operations/hriscreatetimeoffrequest.ts
src/sdk/models/operations/hrisgetcompany.ts
src/sdk/models/operations/hrisgetemployee.ts
src/sdk/models/operations/hrisgetemployeestimeoffrequest.ts
src/sdk/models/operations/hrisgetemployment.ts
src/sdk/models/operations/hrisgetlocation.ts
src/sdk/models/operations/hrisgettimeoffrequest.ts
src/sdk/models/operations/hrislistcompanies.ts
src/sdk/models/operations/hrislistemployeetimeoffrequests.ts
src/sdk/models/operations/hrislistemployees.ts
src/sdk/models/operations/hrislistemployments.ts
src/sdk/models/operations/hrislistlocations.ts
src/sdk/models/operations/hrislisttimeoffrequests.ts
src/sdk/models/operations/hrisupdateemployee.ts
src/sdk/models/operations/hrisupdatetimeoffrequest.ts
src/sdk/models/operations/marketingcreateemailtemplate.ts
src/sdk/models/operations/marketingcreateomnichanneltemplate.ts
src/sdk/models/operations/marketingcreatepushtemplate.ts
src/sdk/models/operations/marketinggetcampaign.ts
src/sdk/models/operations/marketinggetemailtemplate.ts
src/sdk/models/operations/marketinggetomnichanneltemplate.ts
src/sdk/models/operations/marketinggetpushtemplate.ts
src/sdk/models/operations/marketinglistcampaigns.ts
src/sdk/models/operations/marketinglistemailtemplates.ts
src/sdk/models/operations/marketinglistomnichanneltemplates.ts
src/sdk/models/operations/marketinglistpushtemplates.ts
src/sdk/models/operations/marketingupdateemailtemplate.ts
src/sdk/models/operations/marketingupdateomnichanneltemplate.ts
src/sdk/models/operations/marketingupdatepushtemplate.ts
src/sdk/models/operations/stackoneproxyrequest.ts
src/sdk/models/shared/linkedaccount.ts
src/sdk/models/shared/linkedaccountmeta.ts
src/sdk/models/shared/patchaccountdto.ts
src/sdk/models/shared/connectsession.ts
src/sdk/models/shared/connectsessionauthenticate.ts
src/sdk/models/shared/connectsessiontoken.ts
src/sdk/models/shared/connectsessioncreate.ts
src/sdk/models/shared/connectorsmeta.ts
src/sdk/models/shared/createresult.ts
src/sdk/models/shared/atscreateapplicationrequestdto.ts
src/sdk/models/shared/answer.ts
src/sdk/models/shared/applicationcandidate.ts
src/sdk/models/shared/applicationattachment.ts
src/sdk/models/shared/attachmenttype.ts
src/sdk/models/shared/applicationstatusenumapimodel.ts
src/sdk/models/shared/candidateresult.ts
src/sdk/models/shared/rawresponse.ts
src/sdk/models/shared/candidate.ts
src/sdk/models/shared/sociallink.ts
src/sdk/models/shared/candidateemail.ts
src/sdk/models/shared/atscreatecandidaterequestdto.ts
src/sdk/models/shared/createcandidatenoteresult.ts
src/sdk/models/shared/atscreatenotesrequestdto.ts
src/sdk/models/shared/notecontentapimodel.ts
src/sdk/models/shared/createofferresult.ts
src/sdk/models/shared/atscreateofferrequestdto.ts
src/sdk/models/shared/offerstatusenum.ts
src/sdk/models/shared/offerhistory.ts
src/sdk/models/shared/applicationresult.ts
src/sdk/models/shared/application.ts
src/sdk/models/shared/resultlink.ts
src/sdk/models/shared/rejectedreason.ts
src/sdk/models/shared/rejectedreasontypeenum.ts
src/sdk/models/shared/interviewstage.ts
src/sdk/models/shared/offersresult.ts
src/sdk/models/shared/offer.ts
src/sdk/models/shared/noteresult.ts
src/sdk/models/shared/note.ts
src/sdk/models/shared/departmentresult.ts
src/sdk/models/shared/department.ts
src/sdk/models/shared/interviewsresult.ts
src/sdk/models/shared/interview.ts
src/sdk/models/shared/interviewer.ts
src/sdk/models/shared/interviewpart.ts
src/sdk/models/shared/interviewstageresult.ts
src/sdk/models/shared/jobresult.ts
src/sdk/models/shared/job.ts
src/sdk/models/shared/jobstatusenum.ts
src/sdk/models/shared/hiringteam.ts
src/sdk/models/shared/jobpostingresult.ts
src/sdk/models/shared/jobposting.ts
src/sdk/models/shared/questionnaire.ts
src/sdk/models/shared/location.ts
src/sdk/models/shared/compensation.ts
src/sdk/models/shared/atslocationresult.ts
src/sdk/models/shared/atslocation.ts
src/sdk/models/shared/rejectedreasonresult.ts
src/sdk/models/shared/userresult.ts
src/sdk/models/shared/user.ts
src/sdk/models/shared/scorecardspaginated.ts
src/sdk/models/shared/scorecard.ts
src/sdk/models/shared/scorecardsection.ts
src/sdk/models/shared/field.ts
src/sdk/models/shared/applicationspaginated.ts
src/sdk/models/shared/offerspaginated.ts
src/sdk/models/shared/notespaginated.ts
src/sdk/models/shared/candidatespaginated.ts
src/sdk/models/shared/departmentspaginated.ts
src/sdk/models/shared/interviewstagespaginated.ts
src/sdk/models/shared/interviewspaginated.ts
src/sdk/models/shared/jobpostingspaginated.ts
src/sdk/models/shared/jobspaginated.ts
src/sdk/models/shared/atslocationspaginated.ts
src/sdk/models/shared/rejectedreasonspaginated.ts
src/sdk/models/shared/userspaginated.ts
src/sdk/models/shared/updateresult.ts
src/sdk/models/shared/atsupdateapplicationrequestdto.ts
src/sdk/models/shared/atsupdatecandidatesrequestdto.ts
src/sdk/models/shared/contactresult.ts
src/sdk/models/shared/contact.ts
src/sdk/models/shared/crmcreatecontactrequestdto.ts
src/sdk/models/shared/accountresult.ts
src/sdk/models/shared/account.ts
src/sdk/models/shared/accountaddress.ts
src/sdk/models/shared/listresult.ts
src/sdk/models/shared/list.ts
src/sdk/models/shared/accountspaginated.ts
src/sdk/models/shared/contactspaginated.ts
src/sdk/models/shared/listspaginated.ts
src/sdk/models/shared/createemployeeresult.ts
src/sdk/models/shared/hriscreateemployeerequestdto.ts
src/sdk/models/shared/employment.ts
src/sdk/models/shared/employeecustomfields.ts
src/sdk/models/shared/createtimeoffresult.ts
src/sdk/models/shared/hriscreatetimeoffrequestdto.ts
src/sdk/models/shared/companyresult.ts
src/sdk/models/shared/company.ts
src/sdk/models/shared/employeeresult.ts
src/sdk/models/shared/employee.ts
src/sdk/models/shared/timeoffresult.ts
src/sdk/models/shared/timeoff.ts
src/sdk/models/shared/employmentresult.ts
src/sdk/models/shared/hrislocationresult.ts
src/sdk/models/shared/hrislocation.ts
src/sdk/models/shared/companiespaginated.ts
src/sdk/models/shared/timeoffpaginated.ts
src/sdk/models/shared/employeespaginated.ts
src/sdk/models/shared/employmentspaginated.ts
src/sdk/models/shared/hrislocationspaginated.ts
src/sdk/models/shared/createtemplateresult.ts
src/sdk/models/shared/marketingcreateemailtemplaterequestdto.ts
src/sdk/models/shared/emailmessages.ts
src/sdk/models/shared/marketingcreatetemplaterequestdto.ts
src/sdk/models/shared/message.ts
src/sdk/models/shared/marketingcreatepushtemplaterequestdto.ts
src/sdk/models/shared/pushmessages.ts
src/sdk/models/shared/campaignresult.ts
src/sdk/models/shared/campaign.ts
src/sdk/models/shared/channelsenum.ts
src/sdk/models/shared/templateresult.ts
src/sdk/models/shared/template.ts
src/sdk/models/shared/campaignspaginated.ts
src/sdk/models/shared/templatespaginated.ts
src/sdk/models/shared/proxyrequestbody.ts
src/sdk/models/shared/security.ts
src/sdk/models/errors/index.ts
src/sdk/models/operations/index.ts
src/sdk/models/shared/index.ts
docs/sdk/models/operations/stackonedeleteaccountrequest.md
docs/sdk/models/operations/stackonedeleteaccountresponse.md
docs/sdk/models/operations/stackonegetaccountrequest.md
docs/sdk/models/operations/stackonegetaccountresponse.md
docs/sdk/models/operations/stackonegetaccountmetainforequest.md
docs/sdk/models/operations/stackonegetaccountmetainforesponse.md
docs/sdk/models/operations/stackonelistlinkedaccountsrequest.md
docs/sdk/models/operations/stackonelistlinkedaccountsresponse.md
docs/sdk/models/operations/stackoneupdateaccountrequest.md
docs/sdk/models/operations/stackoneupdateaccountresponse.md
docs/sdk/models/operations/stackoneauthenticateconnectsessionresponse.md
docs/sdk/models/operations/stackonecreateconnectsessionresponse.md
docs/sdk/models/operations/stackonegetconnectormetarequest.md
docs/sdk/models/operations/stackonegetconnectormetaresponse.md
docs/sdk/models/operations/stackonelistconnectorsmetarequest.md
docs/sdk/models/operations/stackonelistconnectorsmetaresponse.md
docs/sdk/models/operations/atscreateapplicationrequest.md
docs/sdk/models/operations/atscreateapplicationresponse.md
docs/sdk/models/operations/atscreatecandidaterequest.md
docs/sdk/models/operations/atscreatecandidateresponse.md
docs/sdk/models/operations/atscreatecandidatenoterequest.md
docs/sdk/models/operations/atscreatecandidatenoteresponse.md
docs/sdk/models/operations/atscreateofferrequest.md
docs/sdk/models/operations/atscreateofferresponse.md
docs/sdk/models/operations/proxy.md
docs/sdk/models/operations/atsgetapplicationrequest.md
docs/sdk/models/operations/atsgetapplicationresponse.md
docs/sdk/models/operations/queryparamproxy.md
docs/sdk/models/operations/atsgetapplicationofferrequest.md
docs/sdk/models/operations/atsgetapplicationofferresponse.md
docs/sdk/models/operations/atsgetapplicationscorecardqueryparamproxy.md
docs/sdk/models/operations/atsgetapplicationscorecardrequest.md
docs/sdk/models/operations/atsgetapplicationscorecardresponse.md
docs/sdk/models/operations/atsgetcandidatequeryparamproxy.md
docs/sdk/models/operations/atsgetcandidaterequest.md
docs/sdk/models/operations/atsgetcandidateresponse.md
docs/sdk/models/operations/atsgetcandidatenotequeryparamproxy.md
docs/sdk/models/operations/atsgetcandidatenoterequest.md
docs/sdk/models/operations/atsgetcandidatenoteresponse.md
docs/sdk/models/operations/atsgetdepartmentqueryparamproxy.md
docs/sdk/models/operations/atsgetdepartmentrequest.md
docs/sdk/models/operations/atsgetdepartmentresponse.md
docs/sdk/models/operations/atsgetinterviewqueryparamproxy.md
docs/sdk/models/operations/atsgetinterviewrequest.md
docs/sdk/models/operations/atsgetinterviewresponse.md
docs/sdk/models/operations/atsgetinterviewstagequeryparamproxy.md
docs/sdk/models/operations/atsgetinterviewstagerequest.md
docs/sdk/models/operations/atsgetinterviewstageresponse.md
docs/sdk/models/operations/atsgetjobqueryparamproxy.md
docs/sdk/models/operations/atsgetjobrequest.md
docs/sdk/models/operations/atsgetjobresponse.md
docs/sdk/models/operations/atsgetjobpostingqueryparamproxy.md
docs/sdk/models/operations/atsgetjobpostingrequest.md
docs/sdk/models/operations/atsgetjobpostingresponse.md
docs/sdk/models/operations/atsgetlocationqueryparamproxy.md
docs/sdk/models/operations/atsgetlocationrequest.md
docs/sdk/models/operations/atsgetlocationresponse.md
docs/sdk/models/operations/atsgetofferqueryparamproxy.md
docs/sdk/models/operations/atsgetofferrequest.md
docs/sdk/models/operations/atsgetofferresponse.md
docs/sdk/models/operations/atsgetrejectedreasonqueryparamproxy.md
docs/sdk/models/operations/atsgetrejectedreasonrequest.md
docs/sdk/models/operations/atsgetrejectedreasonresponse.md
docs/sdk/models/operations/atsgetuserqueryparamproxy.md
docs/sdk/models/operations/atsgetuserrequest.md
docs/sdk/models/operations/atsgetuserresponse.md
docs/sdk/models/operations/atslistapplicationscorecardsqueryparamproxy.md
docs/sdk/models/operations/atslistapplicationscorecardsrequest.md
docs/sdk/models/operations/atslistapplicationscorecardsresponse.md
docs/sdk/models/operations/atslistapplicationsqueryparamproxy.md
docs/sdk/models/operations/atslistapplicationsrequest.md
docs/sdk/models/operations/atslistapplicationsresponse.md
docs/sdk/models/operations/atslistapplicationsoffersqueryparamproxy.md
docs/sdk/models/operations/atslistapplicationsoffersrequest.md
docs/sdk/models/operations/atslistapplicationsoffersresponse.md
docs/sdk/models/operations/atslistcandidatenotesqueryparamproxy.md
docs/sdk/models/operations/atslistcandidatenotesrequest.md
docs/sdk/models/operations/atslistcandidatenotesresponse.md
docs/sdk/models/operations/atslistcandidatesqueryparamproxy.md
docs/sdk/models/operations/atslistcandidatesrequest.md
docs/sdk/models/operations/atslistcandidatesresponse.md
docs/sdk/models/operations/atslistdepartmentsqueryparamproxy.md
docs/sdk/models/operations/atslistdepartmentsrequest.md
docs/sdk/models/operations/atslistdepartmentsresponse.md
docs/sdk/models/operations/atslistinterviewstagesqueryparamproxy.md
docs/sdk/models/operations/atslistinterviewstagesrequest.md
docs/sdk/models/operations/atslistinterviewstagesresponse.md
docs/sdk/models/operations/atslistinterviewsqueryparamproxy.md
docs/sdk/models/operations/atslistinterviewsrequest.md
docs/sdk/models/operations/atslistinterviewsresponse.md
docs/sdk/models/operations/atslistjobpostingsqueryparamproxy.md
docs/sdk/models/operations/atslistjobpostingsrequest.md
docs/sdk/models/operations/atslistjobpostingsresponse.md
docs/sdk/models/operations/atslistjobsqueryparamproxy.md
docs/sdk/models/operations/atslistjobsrequest.md
docs/sdk/models/operations/atslistjobsresponse.md
docs/sdk/models/operations/atslistlocationsqueryparamproxy.md
docs/sdk/models/operations/atslistlocationsrequest.md
docs/sdk/models/operations/atslistlocationsresponse.md
docs/sdk/models/operations/atslistoffersqueryparamproxy.md
docs/sdk/models/operations/atslistoffersrequest.md
docs/sdk/models/operations/atslistoffersresponse.md
docs/sdk/models/operations/atslistrejectedreasonsqueryparamproxy.md
docs/sdk/models/operations/atslistrejectedreasonsrequest.md
docs/sdk/models/operations/atslistrejectedreasonsresponse.md
docs/sdk/models/operations/atslistusersqueryparamproxy.md
docs/sdk/models/operations/atslistusersrequest.md
docs/sdk/models/operations/atslistusersresponse.md
docs/sdk/models/operations/atsupdateapplicationrequest.md
docs/sdk/models/operations/atsupdateapplicationresponse.md
docs/sdk/models/operations/atsupdatecandidaterequest.md
docs/sdk/models/operations/atsupdatecandidateresponse.md
docs/sdk/models/operations/crmcreatecontactrequest.md
docs/sdk/models/operations/crmcreatecontactresponse.md
docs/sdk/models/operations/crmgetaccountqueryparamproxy.md
docs/sdk/models/operations/crmgetaccountrequest.md
docs/sdk/models/operations/crmgetaccountresponse.md
docs/sdk/models/operations/crmgetcontactqueryparamproxy.md
docs/sdk/models/operations/crmgetcontactrequest.md
docs/sdk/models/operations/crmgetcontactresponse.md
docs/sdk/models/operations/crmgetlistqueryparamproxy.md
docs/sdk/models/operations/crmgetlistrequest.md
docs/sdk/models/operations/crmgetlistresponse.md
docs/sdk/models/operations/crmlistaccountsqueryparamproxy.md
docs/sdk/models/operations/crmlistaccountsrequest.md
docs/sdk/models/operations/crmlistaccountsresponse.md
docs/sdk/models/operations/crmlistcontactsqueryparamproxy.md
docs/sdk/models/operations/crmlistcontactsrequest.md
docs/sdk/models/operations/crmlistcontactsresponse.md
docs/sdk/models/operations/crmlistlistsqueryparamproxy.md
docs/sdk/models/operations/crmlistlistsrequest.md
docs/sdk/models/operations/crmlistlistsresponse.md
docs/sdk/models/operations/crmupdatecontactrequest.md
docs/sdk/models/operations/crmupdatecontactresponse.md
docs/sdk/models/operations/hriscreateemployeerequest.md
docs/sdk/models/operations/hriscreateemployeeresponse.md
docs/sdk/models/operations/hriscreateemployeetimeoffrequestrequest.md
docs/sdk/models/operations/hriscreateemployeetimeoffrequestresponse.md
docs/sdk/models/operations/hriscreatetimeoffrequestrequest.md
docs/sdk/models/operations/hriscreatetimeoffrequestresponse.md
docs/sdk/models/operations/hrisgetcompanyqueryparamproxy.md
docs/sdk/models/operations/hrisgetcompanyrequest.md
docs/sdk/models/operations/hrisgetcompanyresponse.md
docs/sdk/models/operations/hrisgetemployeequeryparamproxy.md
docs/sdk/models/operations/hrisgetemployeerequest.md
docs/sdk/models/operations/hrisgetemployeeresponse.md
docs/sdk/models/operations/hrisgetemployeestimeoffrequestqueryparamproxy.md
docs/sdk/models/operations/hrisgetemployeestimeoffrequestrequest.md
docs/sdk/models/operations/hrisgetemployeestimeoffrequestresponse.md
docs/sdk/models/operations/hrisgetemploymentqueryparamproxy.md
docs/sdk/models/operations/hrisgetemploymentrequest.md
docs/sdk/models/operations/hrisgetemploymentresponse.md
docs/sdk/models/operations/hrisgetlocationqueryparamproxy.md
docs/sdk/models/operations/hrisgetlocationrequest.md
docs/sdk/models/operations/hrisgetlocationresponse.md
docs/sdk/models/operations/hrisgettimeoffrequestqueryparamproxy.md
docs/sdk/models/operations/hrisgettimeoffrequestrequest.md
docs/sdk/models/operations/hrisgettimeoffrequestresponse.md
docs/sdk/models/operations/hrislistcompaniesqueryparamproxy.md
docs/sdk/models/operations/hrislistcompaniesrequest.md
docs/sdk/models/operations/hrislistcompaniesresponse.md
docs/sdk/models/operations/hrislistemployeetimeoffrequestsqueryparamproxy.md
docs/sdk/models/operations/hrislistemployeetimeoffrequestsrequest.md
docs/sdk/models/operations/hrislistemployeetimeoffrequestsresponse.md
docs/sdk/models/operations/hrislistemployeesqueryparamproxy.md
docs/sdk/models/operations/hrislistemployeesrequest.md
docs/sdk/models/operations/hrislistemployeesresponse.md
docs/sdk/models/operations/hrislistemploymentsqueryparamproxy.md
docs/sdk/models/operations/hrislistemploymentsrequest.md
docs/sdk/models/operations/hrislistemploymentsresponse.md
docs/sdk/models/operations/hrislistlocationsqueryparamproxy.md
docs/sdk/models/operations/hrislistlocationsrequest.md
docs/sdk/models/operations/hrislistlocationsresponse.md
docs/sdk/models/operations/hrislisttimeoffrequestsqueryparamproxy.md
docs/sdk/models/operations/hrislisttimeoffrequestsrequest.md
docs/sdk/models/operations/hrislisttimeoffrequestsresponse.md
docs/sdk/models/operations/hrisupdateemployeerequest.md
docs/sdk/models/operations/hrisupdateemployeeresponse.md
docs/sdk/models/operations/hrisupdatetimeoffrequestrequest.md
docs/sdk/models/operations/hrisupdatetimeoffrequestresponse.md
docs/sdk/models/operations/marketingcreateemailtemplaterequest.md
docs/sdk/models/operations/marketingcreateemailtemplateresponse.md
docs/sdk/models/operations/marketingcreateomnichanneltemplaterequest.md
docs/sdk/models/operations/marketingcreateomnichanneltemplateresponse.md
docs/sdk/models/operations/marketingcreatepushtemplaterequest.md
docs/sdk/models/operations/marketingcreatepushtemplateresponse.md
docs/sdk/models/operations/marketinggetcampaignqueryparamproxy.md
docs/sdk/models/operations/marketinggetcampaignrequest.md
docs/sdk/models/operations/marketinggetcampaignresponse.md
docs/sdk/models/operations/marketinggetemailtemplatequeryparamproxy.md
docs/sdk/models/operations/marketinggetemailtemplaterequest.md
docs/sdk/models/operations/marketinggetemailtemplateresponse.md
docs/sdk/models/operations/marketinggetomnichanneltemplatequeryparamproxy.md
docs/sdk/models/operations/marketinggetomnichanneltemplaterequest.md
docs/sdk/models/operations/marketinggetomnichanneltemplateresponse.md
docs/sdk/models/operations/marketinggetpushtemplatequeryparamproxy.md
docs/sdk/models/operations/marketinggetpushtemplaterequest.md
docs/sdk/models/operations/marketinggetpushtemplateresponse.md
docs/sdk/models/operations/marketinglistcampaignsqueryparamproxy.md
docs/sdk/models/operations/marketinglistcampaignsrequest.md
docs/sdk/models/operations/marketinglistcampaignsresponse.md
docs/sdk/models/operations/marketinglistemailtemplatesqueryparamproxy.md
docs/sdk/models/operations/marketinglistemailtemplatesrequest.md
docs/sdk/models/operations/marketinglistemailtemplatesresponse.md
docs/sdk/models/operations/marketinglistomnichanneltemplatesqueryparamproxy.md
docs/sdk/models/operations/marketinglistomnichanneltemplatesrequest.md
docs/sdk/models/operations/marketinglistomnichanneltemplatesresponse.md
docs/sdk/models/operations/marketinglistpushtemplatesqueryparamproxy.md
docs/sdk/models/operations/marketinglistpushtemplatesrequest.md
docs/sdk/models/operations/marketinglistpushtemplatesresponse.md
docs/sdk/models/operations/marketingupdateemailtemplaterequest.md
docs/sdk/models/operations/marketingupdateemailtemplateresponse.md
docs/sdk/models/operations/marketingupdateomnichanneltemplaterequest.md
docs/sdk/models/operations/marketingupdateomnichanneltemplateresponse.md
docs/sdk/models/operations/marketingupdatepushtemplaterequest.md
docs/sdk/models/operations/marketingupdatepushtemplateresponse.md
docs/sdk/models/operations/stackoneproxyrequestrequest.md
docs/sdk/models/operations/stackoneproxyrequestresponse.md
docs/sdk/models/shared/credentials.md
docs/sdk/models/shared/setupinformation.md
docs/sdk/models/shared/linkedaccount.md
docs/sdk/models/shared/linkedaccountmetacategory.md
docs/sdk/models/shared/linkedaccountmetamodels.md
docs/sdk/models/shared/linkedaccountmeta.md
docs/sdk/models/shared/patchaccountdto.md
docs/sdk/models/shared/categories.md
docs/sdk/models/shared/connectsession.md
docs/sdk/models/shared/connectsessionauthenticate.md
docs/sdk/models/shared/connectsessiontokencategories.md
docs/sdk/models/shared/connectsessiontoken.md
docs/sdk/models/shared/connectsessioncreatecategories.md
docs/sdk/models/shared/metadata.md
docs/sdk/models/shared/connectsessioncreate.md
docs/sdk/models/shared/category.md
docs/sdk/models/shared/models.md
docs/sdk/models/shared/connectorsmeta.md
docs/sdk/models/shared/createresult.md
docs/sdk/models/shared/atscreateapplicationrequestdtoquestionnaire.md
docs/sdk/models/shared/atscreateapplicationrequestdto.md
docs/sdk/models/shared/answervalue.md
docs/sdk/models/shared/typet.md
docs/sdk/models/shared/answer.md
docs/sdk/models/shared/applicationcandidate.md
docs/sdk/models/shared/applicationattachmentvalue.md
docs/sdk/models/shared/contenttype.md
docs/sdk/models/shared/applicationattachment.md
docs/sdk/models/shared/attachmenttypevalue.md
docs/sdk/models/shared/attachmenttype.md
docs/sdk/models/shared/value.md
docs/sdk/models/shared/applicationstatusenumapimodel.md
docs/sdk/models/shared/candidateresult.md
docs/sdk/models/shared/response.md
docs/sdk/models/shared/rawresponse.md
docs/sdk/models/shared/candidate.md
docs/sdk/models/shared/sociallink.md
docs/sdk/models/shared/candidateemail.md
docs/sdk/models/shared/atscreatecandidaterequestdto.md
docs/sdk/models/shared/createcandidatenoteresult.md
docs/sdk/models/shared/atscreatenotesrequestdtovalue.md
docs/sdk/models/shared/visibility.md
docs/sdk/models/shared/atscreatenotesrequestdto.md
docs/sdk/models/shared/notecontentapimodel.md
docs/sdk/models/shared/createofferresult.md
docs/sdk/models/shared/atscreateofferrequestdto.md
docs/sdk/models/shared/offerstatusenumvalue.md
docs/sdk/models/shared/offerstatusenum.md
docs/sdk/models/shared/offerhistory.md
docs/sdk/models/shared/applicationresult.md
docs/sdk/models/shared/applicationquestionnaire.md
docs/sdk/models/shared/application.md
docs/sdk/models/shared/resultlink.md
docs/sdk/models/shared/rejectedreason.md
docs/sdk/models/shared/rejectedreasontypeenumvalue.md
docs/sdk/models/shared/rejectedreasontypeenum.md
docs/sdk/models/shared/interviewstage.md
docs/sdk/models/shared/offersresult.md
docs/sdk/models/shared/offer.md
docs/sdk/models/shared/noteresult.md
docs/sdk/models/shared/notevalue.md
docs/sdk/models/shared/notevisibility.md
docs/sdk/models/shared/note.md
docs/sdk/models/shared/departmentresult.md
docs/sdk/models/shared/department.md
docs/sdk/models/shared/interviewsresult.md
docs/sdk/models/shared/interviewvalue.md
docs/sdk/models/shared/interviewstatus.md
docs/sdk/models/shared/interview.md
docs/sdk/models/shared/interviewer.md
docs/sdk/models/shared/interviewpart.md
docs/sdk/models/shared/interviewstageresult.md
docs/sdk/models/shared/jobresult.md
docs/sdk/models/shared/confidential.md
docs/sdk/models/shared/job.md
docs/sdk/models/shared/jobstatusenumvalue.md
docs/sdk/models/shared/jobstatusenum.md
docs/sdk/models/shared/hiringteam.md
docs/sdk/models/shared/jobpostingresult.md
docs/sdk/models/shared/content.md
docs/sdk/models/shared/jobpostingvalue.md
docs/sdk/models/shared/jobpostingemploymentcontracttype.md
docs/sdk/models/shared/jobpostingschemasvalue.md
docs/sdk/models/shared/jobpostingemploymenttype.md
docs/sdk/models/shared/internal.md
docs/sdk/models/shared/jobpostingschemasstatusvalue.md
docs/sdk/models/shared/jobpostingstatus.md
docs/sdk/models/shared/jobposting.md
docs/sdk/models/shared/questionnaire.md
docs/sdk/models/shared/location.md
docs/sdk/models/shared/compensationvalue.md
docs/sdk/models/shared/payfrequency.md
docs/sdk/models/shared/compensationschemasvalue.md
docs/sdk/models/shared/payperiod.md
docs/sdk/models/shared/compensationschemastypevalue.md
docs/sdk/models/shared/compensationtype.md
docs/sdk/models/shared/compensation.md
docs/sdk/models/shared/atslocationresult.md
docs/sdk/models/shared/atslocation.md
docs/sdk/models/shared/rejectedreasonresult.md
docs/sdk/models/shared/userresult.md
docs/sdk/models/shared/user.md
docs/sdk/models/shared/scorecardspaginated.md
docs/sdk/models/shared/overallrecommendation.md
docs/sdk/models/shared/scorecard.md
docs/sdk/models/shared/scorecardsection.md
docs/sdk/models/shared/fieldtype.md
docs/sdk/models/shared/field.md
docs/sdk/models/shared/applicationspaginated.md
docs/sdk/models/shared/offerspaginated.md
docs/sdk/models/shared/notespaginated.md
docs/sdk/models/shared/candidatespaginated.md
docs/sdk/models/shared/departmentspaginated.md
docs/sdk/models/shared/interviewstagespaginated.md
docs/sdk/models/shared/interviewspaginated.md
docs/sdk/models/shared/jobpostingspaginated.md
docs/sdk/models/shared/jobspaginated.md
docs/sdk/models/shared/atslocationspaginated.md
docs/sdk/models/shared/rejectedreasonspaginated.md
docs/sdk/models/shared/userspaginated.md
docs/sdk/models/shared/updateresult.md
docs/sdk/models/shared/atsupdateapplicationrequestdtoquestionnaire.md
docs/sdk/models/shared/atsupdateapplicationrequestdto.md
docs/sdk/models/shared/atsupdatecandidatesrequestdto.md
docs/sdk/models/shared/contactresult.md
docs/sdk/models/shared/contact.md
docs/sdk/models/shared/crmcreatecontactrequestdto.md
docs/sdk/models/shared/accountresult.md
docs/sdk/models/shared/account.md
docs/sdk/models/shared/accountaddressschemasvalue.md
docs/sdk/models/shared/country.md
docs/sdk/models/shared/accountaddressvalue.md
docs/sdk/models/shared/locationtype.md
docs/sdk/models/shared/accountaddress.md
docs/sdk/models/shared/listresult.md
docs/sdk/models/shared/listvalue.md
docs/sdk/models/shared/listtype.md
docs/sdk/models/shared/list.md
docs/sdk/models/shared/accountspaginated.md
docs/sdk/models/shared/contactspaginated.md
docs/sdk/models/shared/listspaginated.md
docs/sdk/models/shared/createemployeeresult.md
docs/sdk/models/shared/hriscreateemployeerequestdtoavatar.md
docs/sdk/models/shared/hriscreateemployeerequestdtovalue.md
docs/sdk/models/shared/hriscreateemployeerequestdtoemploymentcontracttype.md
docs/sdk/models/shared/hriscreateemployeerequestdtoschemasvalue.md
docs/sdk/models/shared/hriscreateemployeerequestdtoemploymentstatus.md
docs/sdk/models/shared/hriscreateemployeerequestdtoschemasemploymenttypevalue.md
docs/sdk/models/shared/hriscreateemployeerequestdtoemploymenttype.md
docs/sdk/models/shared/hriscreateemployeerequestdtoschemasethnicityvalue.md
docs/sdk/models/shared/hriscreateemployeerequestdtoethnicity.md
docs/sdk/models/shared/hriscreateemployeerequestdtoschemasgendervalue.md
docs/sdk/models/shared/hriscreateemployeerequestdtogender.md
docs/sdk/models/shared/hriscreateemployeerequestdtoschemashomelocationvalue.md
docs/sdk/models/shared/hriscreateemployeerequestdtocountry.md
docs/sdk/models/shared/hriscreateemployeerequestdtoschemashomelocationstatevalue.md
docs/sdk/models/shared/state.md
docs/sdk/models/shared/hriscreateemployeerequestdtohomelocation.md
docs/sdk/models/shared/hriscreateemployeerequestdtoschemasmaritalstatusvalue.md
docs/sdk/models/shared/hriscreateemployeerequestdtomaritalstatus.md
docs/sdk/models/shared/hriscreateemployeerequestdtoschemasworklocationvalue.md
docs/sdk/models/shared/hriscreateemployeerequestdtoschemascountry.md
docs/sdk/models/shared/hriscreateemployeerequestdtoschemasworklocationstatevalue.md
docs/sdk/models/shared/hriscreateemployeerequestdtostate.md
docs/sdk/models/shared/hriscreateemployeerequestdtoworklocation.md
docs/sdk/models/shared/hriscreateemployeerequestdto.md
docs/sdk/models/shared/employmentvalue.md
docs/sdk/models/shared/employmentemploymentcontracttype.md
docs/sdk/models/shared/employmentschemasvalue.md
docs/sdk/models/shared/employmentemploymenttype.md
docs/sdk/models/shared/employmentschemaspayfrequencyvalue.md
docs/sdk/models/shared/employmentpayfrequency.md
docs/sdk/models/shared/employmentschemaspayperiodvalue.md
docs/sdk/models/shared/employmentpayperiod.md
docs/sdk/models/shared/employment.md
docs/sdk/models/shared/employeecustomfieldsschemasvalue.md
docs/sdk/models/shared/employeecustomfieldstype.md
docs/sdk/models/shared/employeecustomfieldsvalue.md
docs/sdk/models/shared/employeecustomfields.md
docs/sdk/models/shared/createtimeoffresult.md
docs/sdk/models/shared/hriscreatetimeoffrequestdtovalue.md
docs/sdk/models/shared/hriscreatetimeoffrequestdtostatus.md
docs/sdk/models/shared/hriscreatetimeoffrequestdtoschemasvalue.md
docs/sdk/models/shared/hriscreatetimeoffrequestdtotype.md
docs/sdk/models/shared/hriscreatetimeoffrequestdto.md
docs/sdk/models/shared/companyresult.md
docs/sdk/models/shared/company.md
docs/sdk/models/shared/employeeresult.md
docs/sdk/models/shared/avatar.md
docs/sdk/models/shared/employeevalue.md
docs/sdk/models/shared/employmentcontracttype.md
docs/sdk/models/shared/employeeschemasvalue.md
docs/sdk/models/shared/employmentstatus.md
docs/sdk/models/shared/employeeschemasemploymenttypevalue.md
docs/sdk/models/shared/employmenttype.md
docs/sdk/models/shared/employeeschemasethnicityvalue.md
docs/sdk/models/shared/ethnicity.md
docs/sdk/models/shared/employeeschemasgendervalue.md
docs/sdk/models/shared/gender.md
docs/sdk/models/shared/employeeschemashomelocationvalue.md
docs/sdk/models/shared/employeecountry.md
docs/sdk/models/shared/employeeschemashomelocationlocationtypevalue.md
docs/sdk/models/shared/employeelocationtype.md
docs/sdk/models/shared/homelocation.md
docs/sdk/models/shared/employeeschemasmaritalstatusvalue.md
docs/sdk/models/shared/maritalstatus.md
docs/sdk/models/shared/employeeschemasworklocationvalue.md
docs/sdk/models/shared/employeeschemascountry.md
docs/sdk/models/shared/employeeschemasworklocationlocationtypevalue.md
docs/sdk/models/shared/employeeschemaslocationtype.md
docs/sdk/models/shared/worklocation.md
docs/sdk/models/shared/employee.md
docs/sdk/models/shared/timeoffresult.md
docs/sdk/models/shared/timeoffvalue.md
docs/sdk/models/shared/timeoffstatus.md
docs/sdk/models/shared/timeoffschemasvalue.md
docs/sdk/models/shared/timeofftype.md
docs/sdk/models/shared/timeoff.md
docs/sdk/models/shared/employmentresult.md
docs/sdk/models/shared/hrislocationresult.md
docs/sdk/models/shared/hrislocationvalue.md
docs/sdk/models/shared/hrislocationcountry.md
docs/sdk/models/shared/hrislocationschemasvalue.md
docs/sdk/models/shared/hrislocationlocationtype.md
docs/sdk/models/shared/hrislocation.md
docs/sdk/models/shared/companiespaginated.md
docs/sdk/models/shared/timeoffpaginated.md
docs/sdk/models/shared/employeespaginated.md
docs/sdk/models/shared/employmentspaginated.md
docs/sdk/models/shared/hrislocationspaginated.md
docs/sdk/models/shared/createtemplateresult.md
docs/sdk/models/shared/marketingcreateemailtemplaterequestdto.md
docs/sdk/models/shared/messagecontent.md
docs/sdk/models/shared/emailmessagesvalue.md
docs/sdk/models/shared/messagetype.md
docs/sdk/models/shared/emailmessages.md
docs/sdk/models/shared/marketingcreatetemplaterequestdto.md
docs/sdk/models/shared/messagemessagetype.md
docs/sdk/models/shared/message.md
docs/sdk/models/shared/marketingcreatepushtemplaterequestdto.md
docs/sdk/models/shared/pushmessagesmessagecontent.md
docs/sdk/models/shared/pushmessagesvalue.md
docs/sdk/models/shared/pushmessagesmessagetype.md
docs/sdk/models/shared/pushmessages.md
docs/sdk/models/shared/campaignresult.md
docs/sdk/models/shared/campaignvalue.md
docs/sdk/models/shared/scheduletype.md
docs/sdk/models/shared/campaignschemasvalue.md
docs/sdk/models/shared/status.md
docs/sdk/models/shared/campaign.md
docs/sdk/models/shared/channelsenumvalue.md
docs/sdk/models/shared/channelsenum.md
docs/sdk/models/shared/templateresult.md
docs/sdk/models/shared/template.md
docs/sdk/models/shared/campaignspaginated.md
docs/sdk/models/shared/templatespaginated.md
docs/sdk/models/shared/body.md
docs/sdk/models/shared/headers.md
docs/sdk/models/shared/method.md
docs/sdk/models/shared/proxyrequestbody.md
docs/sdk/models/shared/security.md
docs/sdks/stackone/README.md
docs/sdks/accounts/README.md
docs/sdks/connectsessions/README.md
docs/sdks/connectors/README.md
docs/sdks/ats/README.md
docs/sdks/crm/README.md
docs/sdks/hris/README.md
docs/sdks/marketing/README.md
docs/sdks/proxy/README.md
USAGE.md
.gitattributes