stackone_client 0.2.4 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (166) hide show
  1. checksums.yaml +4 -4
  2. data/lib/stack_one/accounts.rb +2 -9
  3. data/lib/stack_one/ats.rb +44 -1
  4. data/lib/stack_one/hris.rb +93 -0
  5. data/lib/stack_one/models/operations/ats_download_application_document_request.rb +33 -0
  6. data/lib/stack_one/models/operations/ats_download_application_document_response.rb +33 -0
  7. data/lib/stack_one/models/operations/ats_get_application_document_request.rb +4 -23
  8. data/lib/stack_one/models/operations/ats_get_application_offer_request.rb +4 -23
  9. data/lib/stack_one/models/operations/ats_get_application_request.rb +4 -23
  10. data/lib/stack_one/models/operations/ats_get_application_scorecard_request.rb +4 -23
  11. data/lib/stack_one/models/operations/ats_get_candidate_note_request.rb +4 -23
  12. data/lib/stack_one/models/operations/ats_get_candidate_request.rb +4 -23
  13. data/lib/stack_one/models/operations/ats_get_department_request.rb +4 -23
  14. data/lib/stack_one/models/operations/ats_get_interview_request.rb +4 -23
  15. data/lib/stack_one/models/operations/ats_get_interview_stage_request.rb +4 -23
  16. data/lib/stack_one/models/operations/ats_get_job_posting_request.rb +4 -23
  17. data/lib/stack_one/models/operations/ats_get_job_request.rb +4 -23
  18. data/lib/stack_one/models/operations/ats_get_location_request.rb +4 -23
  19. data/lib/stack_one/models/operations/ats_get_offer_request.rb +4 -23
  20. data/lib/stack_one/models/operations/ats_get_rejected_reason_request.rb +4 -23
  21. data/lib/stack_one/models/operations/ats_get_user_request.rb +4 -23
  22. data/lib/stack_one/models/operations/ats_list_application_documents_request.rb +3 -3
  23. data/lib/stack_one/models/operations/ats_list_application_scorecards_request.rb +3 -3
  24. data/lib/stack_one/models/operations/ats_list_applications_offers_request.rb +3 -3
  25. data/lib/stack_one/models/operations/ats_list_applications_request.rb +3 -3
  26. data/lib/stack_one/models/operations/ats_list_candidate_notes_request.rb +3 -3
  27. data/lib/stack_one/models/operations/ats_list_candidates_request.rb +3 -3
  28. data/lib/stack_one/models/operations/ats_list_departments_request.rb +3 -3
  29. data/lib/stack_one/models/operations/ats_list_interview_stages_request.rb +3 -3
  30. data/lib/stack_one/models/operations/ats_list_interviews_request.rb +3 -3
  31. data/lib/stack_one/models/operations/ats_list_job_postings_request.rb +3 -3
  32. data/lib/stack_one/models/operations/ats_list_jobs_request.rb +3 -3
  33. data/lib/stack_one/models/operations/ats_list_locations_request.rb +3 -3
  34. data/lib/stack_one/models/operations/ats_list_offers_request.rb +3 -3
  35. data/lib/stack_one/models/operations/ats_list_rejected_reasons_request.rb +3 -3
  36. data/lib/stack_one/models/operations/ats_list_users_request.rb +3 -3
  37. data/lib/stack_one/models/operations/crm_get_account_request.rb +2 -2
  38. data/lib/stack_one/models/operations/crm_get_contact_request.rb +2 -2
  39. data/lib/stack_one/models/operations/crm_get_list_request.rb +2 -2
  40. data/lib/stack_one/models/operations/crm_list_accounts_request.rb +2 -2
  41. data/lib/stack_one/models/operations/crm_list_contacts_request.rb +2 -2
  42. data/lib/stack_one/models/operations/crm_list_lists_request.rb +2 -2
  43. data/lib/stack_one/models/operations/hris_download_employee_document_request.rb +33 -0
  44. data/lib/stack_one/models/operations/hris_download_employee_document_response.rb +33 -0
  45. data/lib/stack_one/models/operations/hris_get_benefit_request.rb +2 -2
  46. data/lib/stack_one/models/operations/hris_get_company_request.rb +2 -2
  47. data/lib/stack_one/models/operations/hris_get_employee_document_request.rb +2 -2
  48. data/lib/stack_one/models/operations/hris_get_employee_request.rb +2 -2
  49. data/lib/stack_one/models/operations/hris_get_employees_time_off_request_request.rb +2 -2
  50. data/lib/stack_one/models/operations/hris_get_employees_work_eligibility_request.rb +2 -2
  51. data/lib/stack_one/models/operations/hris_get_employment_request.rb +2 -2
  52. data/lib/stack_one/models/operations/hris_get_location_request.rb +2 -2
  53. data/lib/stack_one/models/operations/hris_get_time_off_request_request.rb +2 -2
  54. data/lib/stack_one/models/operations/hris_list_benefits_request.rb +2 -2
  55. data/lib/stack_one/models/operations/hris_list_companies_request.rb +2 -2
  56. data/lib/stack_one/models/operations/hris_list_employee_documents_request.rb +2 -2
  57. data/lib/stack_one/models/operations/hris_list_employee_time_off_requests_request.rb +2 -2
  58. data/lib/stack_one/models/operations/hris_list_employee_work_eligibility_request.rb +2 -2
  59. data/lib/stack_one/models/operations/hris_list_employees_request.rb +2 -2
  60. data/lib/stack_one/models/operations/hris_list_employments_request.rb +2 -2
  61. data/lib/stack_one/models/operations/hris_list_locations_request.rb +2 -2
  62. data/lib/stack_one/models/operations/hris_list_time_off_requests_request.rb +2 -2
  63. data/lib/stack_one/models/operations/hris_upload_employee_document_request.rb +30 -0
  64. data/lib/stack_one/models/operations/hris_upload_employee_document_response.rb +33 -0
  65. data/lib/stack_one/models/operations/marketing_get_campaign_request.rb +2 -2
  66. data/lib/stack_one/models/operations/marketing_get_email_template_request.rb +2 -2
  67. data/lib/stack_one/models/operations/marketing_get_omni_channel_template_request.rb +2 -2
  68. data/lib/stack_one/models/operations/marketing_get_push_template_request.rb +2 -2
  69. data/lib/stack_one/models/operations/marketing_list_campaigns_request.rb +2 -2
  70. data/lib/stack_one/models/operations/marketing_list_email_templates_request.rb +2 -2
  71. data/lib/stack_one/models/operations/marketing_list_omni_channel_templates_request.rb +2 -2
  72. data/lib/stack_one/models/operations/marketing_list_push_templates_request.rb +2 -2
  73. data/lib/stack_one/models/operations/stackone_list_linked_accounts_request.rb +8 -2
  74. data/lib/stack_one/models/operations.rb +6 -62
  75. data/lib/stack_one/models/shared/account.rb +8 -8
  76. data/lib/stack_one/models/shared/atscreateapplicationrequestdto.rb +5 -10
  77. data/lib/stack_one/models/shared/atsupdateapplicationrequestdto.rb +5 -28
  78. data/lib/stack_one/models/shared/content.rb +6 -3
  79. data/lib/stack_one/models/shared/{fileformatenum_value.rb → content_value.rb} +1 -1
  80. data/lib/stack_one/models/shared/employee.rb +5 -2
  81. data/lib/stack_one/models/shared/employee_schemas_preferred_language_value.rb +115 -0
  82. data/lib/stack_one/models/shared/{fileformatenum.rb → file_format.rb} +4 -4
  83. data/lib/stack_one/models/shared/hriscreateemployeerequestdto.rb +5 -2
  84. data/lib/stack_one/models/shared/hriscreateemployeerequestdto_preferred_language.rb +27 -0
  85. data/lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_preferred_language_value.rb +115 -0
  86. data/lib/stack_one/models/shared/job.rb +3 -3
  87. data/lib/stack_one/models/shared/list.rb +8 -8
  88. data/lib/stack_one/models/shared/note.rb +5 -5
  89. data/lib/stack_one/models/shared/notecontentapimodel.rb +2 -2
  90. data/lib/stack_one/models/shared/preferred_language.rb +27 -0
  91. data/lib/stack_one/models/shared/resultlink.rb +5 -5
  92. data/lib/stack_one/models/shared/unifieduploadrequestdto.rb +59 -0
  93. data/lib/stack_one/models/shared/unifieduploadrequestdto_confidential.rb +27 -0
  94. data/lib/stack_one/models/shared/{atsupdateapplicationrequestdto_application_status.rb → unifieduploadrequestdto_file_format.rb} +6 -6
  95. data/lib/stack_one/models/shared/unifieduploadrequestdto_schemas_value.rb +1226 -0
  96. data/lib/stack_one/models/shared/{job_schemas_status.rb → unifieduploadrequestdto_value.rb} +6 -7
  97. data/lib/stack_one/models/shared/user.rb +6 -6
  98. data/lib/stack_one/models/shared/userresult.rb +2 -2
  99. data/lib/stack_one/models/shared/userspaginated.rb +5 -5
  100. data/lib/stack_one/models/shared.rb +14 -9
  101. data/lib/stack_one/sdkconfiguration.rb +3 -3
  102. metadata +19 -70
  103. data/lib/stack_one/models/operations/ats_get_application_offer_queryparam_proxy.rb +0 -20
  104. data/lib/stack_one/models/operations/ats_get_application_scorecard_queryparam_proxy.rb +0 -20
  105. data/lib/stack_one/models/operations/ats_get_candidate_note_queryparam_proxy.rb +0 -20
  106. data/lib/stack_one/models/operations/ats_get_candidate_queryparam_proxy.rb +0 -20
  107. data/lib/stack_one/models/operations/ats_get_department_queryparam_proxy.rb +0 -20
  108. data/lib/stack_one/models/operations/ats_get_interview_queryparam_proxy.rb +0 -20
  109. data/lib/stack_one/models/operations/ats_get_interview_stage_queryparam_proxy.rb +0 -20
  110. data/lib/stack_one/models/operations/ats_get_job_posting_queryparam_proxy.rb +0 -20
  111. data/lib/stack_one/models/operations/ats_get_job_queryparam_proxy.rb +0 -20
  112. data/lib/stack_one/models/operations/ats_get_location_queryparam_proxy.rb +0 -20
  113. data/lib/stack_one/models/operations/ats_get_offer_queryparam_proxy.rb +0 -20
  114. data/lib/stack_one/models/operations/ats_get_rejected_reason_queryparam_proxy.rb +0 -20
  115. data/lib/stack_one/models/operations/ats_get_user_queryparam_proxy.rb +0 -20
  116. data/lib/stack_one/models/operations/ats_list_application_documents_queryparam_proxy.rb +0 -20
  117. data/lib/stack_one/models/operations/ats_list_application_scorecards_queryparam_proxy.rb +0 -20
  118. data/lib/stack_one/models/operations/ats_list_applications_offers_queryparam_proxy.rb +0 -20
  119. data/lib/stack_one/models/operations/ats_list_applications_queryparam_proxy.rb +0 -20
  120. data/lib/stack_one/models/operations/ats_list_candidate_notes_queryparam_proxy.rb +0 -20
  121. data/lib/stack_one/models/operations/ats_list_candidates_queryparam_proxy.rb +0 -20
  122. data/lib/stack_one/models/operations/ats_list_departments_queryparam_proxy.rb +0 -20
  123. data/lib/stack_one/models/operations/ats_list_interview_stages_queryparam_proxy.rb +0 -20
  124. data/lib/stack_one/models/operations/ats_list_interviews_queryparam_proxy.rb +0 -20
  125. data/lib/stack_one/models/operations/ats_list_job_postings_queryparam_proxy.rb +0 -20
  126. data/lib/stack_one/models/operations/ats_list_jobs_queryparam_proxy.rb +0 -20
  127. data/lib/stack_one/models/operations/ats_list_locations_queryparam_proxy.rb +0 -20
  128. data/lib/stack_one/models/operations/ats_list_offers_queryparam_proxy.rb +0 -20
  129. data/lib/stack_one/models/operations/ats_list_rejected_reasons_queryparam_proxy.rb +0 -20
  130. data/lib/stack_one/models/operations/ats_list_users_queryparam_proxy.rb +0 -20
  131. data/lib/stack_one/models/operations/crm_get_account_queryparam_proxy.rb +0 -20
  132. data/lib/stack_one/models/operations/crm_get_contact_queryparam_proxy.rb +0 -20
  133. data/lib/stack_one/models/operations/crm_get_list_queryparam_proxy.rb +0 -20
  134. data/lib/stack_one/models/operations/crm_list_accounts_queryparam_proxy.rb +0 -20
  135. data/lib/stack_one/models/operations/crm_list_contacts_queryparam_proxy.rb +0 -20
  136. data/lib/stack_one/models/operations/crm_list_lists_queryparam_proxy.rb +0 -20
  137. data/lib/stack_one/models/operations/hris_get_benefit_queryparam_proxy.rb +0 -20
  138. data/lib/stack_one/models/operations/hris_get_company_queryparam_proxy.rb +0 -20
  139. data/lib/stack_one/models/operations/hris_get_employee_document_queryparam_proxy.rb +0 -20
  140. data/lib/stack_one/models/operations/hris_get_employee_queryparam_proxy.rb +0 -20
  141. data/lib/stack_one/models/operations/hris_get_employees_time_off_request_queryparam_proxy.rb +0 -20
  142. data/lib/stack_one/models/operations/hris_get_employees_work_eligibility_queryparam_proxy.rb +0 -20
  143. data/lib/stack_one/models/operations/hris_get_employment_queryparam_proxy.rb +0 -20
  144. data/lib/stack_one/models/operations/hris_get_location_queryparam_proxy.rb +0 -20
  145. data/lib/stack_one/models/operations/hris_get_time_off_request_queryparam_proxy.rb +0 -20
  146. data/lib/stack_one/models/operations/hris_list_benefits_queryparam_proxy.rb +0 -20
  147. data/lib/stack_one/models/operations/hris_list_companies_queryparam_proxy.rb +0 -20
  148. data/lib/stack_one/models/operations/hris_list_employee_documents_queryparam_proxy.rb +0 -20
  149. data/lib/stack_one/models/operations/hris_list_employee_time_off_requests_queryparam_proxy.rb +0 -20
  150. data/lib/stack_one/models/operations/hris_list_employee_work_eligibility_queryparam_proxy.rb +0 -20
  151. data/lib/stack_one/models/operations/hris_list_employees_queryparam_proxy.rb +0 -20
  152. data/lib/stack_one/models/operations/hris_list_employments_queryparam_proxy.rb +0 -20
  153. data/lib/stack_one/models/operations/hris_list_locations_queryparam_proxy.rb +0 -20
  154. data/lib/stack_one/models/operations/hris_list_time_off_requests_queryparam_proxy.rb +0 -20
  155. data/lib/stack_one/models/operations/marketing_get_campaign_queryparam_proxy.rb +0 -20
  156. data/lib/stack_one/models/operations/marketing_get_email_template_queryparam_proxy.rb +0 -20
  157. data/lib/stack_one/models/operations/marketing_get_omni_channel_template_queryparam_proxy.rb +0 -20
  158. data/lib/stack_one/models/operations/marketing_get_push_template_queryparam_proxy.rb +0 -20
  159. data/lib/stack_one/models/operations/marketing_list_campaigns_queryparam_proxy.rb +0 -20
  160. data/lib/stack_one/models/operations/marketing_list_email_templates_queryparam_proxy.rb +0 -20
  161. data/lib/stack_one/models/operations/marketing_list_omni_channel_templates_queryparam_proxy.rb +0 -20
  162. data/lib/stack_one/models/operations/marketing_list_push_templates_queryparam_proxy.rb +0 -20
  163. data/lib/stack_one/models/operations/proxy.rb +0 -20
  164. data/lib/stack_one/models/operations/queryparam_proxy.rb +0 -20
  165. data/lib/stack_one/models/shared/atsupdateapplicationrequestdto_candidate.rb +0 -30
  166. data/lib/stack_one/models/shared/atsupdateapplicationrequestdto_value.rb +0 -32
@@ -8,13 +8,12 @@ module StackOne
8
8
  module Shared
9
9
 
10
10
 
11
- class JobSchemasStatus < ::StackOne::Utils::FieldAugmented
12
- extend T::Sig
13
-
14
-
15
-
16
-
17
- def initialize; end
11
+ class UnifiedUploadRequestDtoValue < T::Enum
12
+ enums do
13
+ TRUE = new('true')
14
+ FALSE = new('false')
15
+ end
18
16
  end
17
+
19
18
  end
20
19
  end
@@ -12,12 +12,12 @@ module StackOne
12
12
  extend T::Sig
13
13
 
14
14
 
15
- field :email, ::String, { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('email') } }
16
-
17
- field :id, ::String, { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('id') } }
15
+ field :email, T.nilable(::String), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('email') } }
18
16
 
19
17
  field :first_name, T.nilable(::String), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('first_name') } }
20
18
 
19
+ field :id, T.nilable(::String), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('id') } }
20
+
21
21
  field :last_name, T.nilable(::String), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('last_name') } }
22
22
 
23
23
  field :name, T.nilable(::String), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('name') } }
@@ -25,11 +25,11 @@ module StackOne
25
25
  field :phone, T.nilable(::String), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('phone') } }
26
26
 
27
27
 
28
- sig { params(email: ::String, id: ::String, first_name: T.nilable(::String), last_name: T.nilable(::String), name: T.nilable(::String), phone: T.nilable(::String)).void }
29
- def initialize(email: nil, id: nil, first_name: nil, last_name: nil, name: nil, phone: nil)
28
+ sig { params(email: T.nilable(::String), first_name: T.nilable(::String), id: T.nilable(::String), last_name: T.nilable(::String), name: T.nilable(::String), phone: T.nilable(::String)).void }
29
+ def initialize(email: nil, first_name: nil, id: nil, last_name: nil, name: nil, phone: nil)
30
30
  @email = email
31
- @id = id
32
31
  @first_name = first_name
32
+ @id = id
33
33
  @last_name = last_name
34
34
  @name = name
35
35
  @phone = phone
@@ -14,10 +14,10 @@ module StackOne
14
14
 
15
15
  field :data, ::StackOne::Shared::User, { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('data') } }
16
16
 
17
- field :raw, T::Array[::StackOne::Shared::RawResponse], { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('raw') } }
17
+ field :raw, T.nilable(T::Array[::StackOne::Shared::RawResponse]), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('raw') } }
18
18
 
19
19
 
20
- sig { params(data: ::StackOne::Shared::User, raw: T::Array[::StackOne::Shared::RawResponse]).void }
20
+ sig { params(data: ::StackOne::Shared::User, raw: T.nilable(T::Array[::StackOne::Shared::RawResponse])).void }
21
21
  def initialize(data: nil, raw: nil)
22
22
  @data = data
23
23
  @raw = raw
@@ -14,19 +14,19 @@ module StackOne
14
14
 
15
15
  field :data, T::Array[::StackOne::Shared::User], { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('data') } }
16
16
 
17
- field :raw, T::Array[::StackOne::Shared::RawResponse], { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('raw') } }
18
-
19
17
  field :next_, T.nilable(::String), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('next') } }
20
18
  # @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
21
19
  field :next_page, T.nilable(::String), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('next_page') } }
22
20
 
21
+ field :raw, T.nilable(T::Array[::StackOne::Shared::RawResponse]), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('raw') } }
22
+
23
23
 
24
- sig { params(data: T::Array[::StackOne::Shared::User], raw: T::Array[::StackOne::Shared::RawResponse], next_: T.nilable(::String), next_page: T.nilable(::String)).void }
25
- def initialize(data: nil, raw: nil, next_: nil, next_page: nil)
24
+ sig { params(data: T::Array[::StackOne::Shared::User], next_: T.nilable(::String), next_page: T.nilable(::String), raw: T.nilable(T::Array[::StackOne::Shared::RawResponse])).void }
25
+ def initialize(data: nil, next_: nil, next_page: nil, raw: nil)
26
26
  @data = data
27
- @raw = raw
28
27
  @next_ = next_
29
28
  @next_page = next_page
29
+ @raw = raw
30
30
  end
31
31
  end
32
32
  end
@@ -32,9 +32,6 @@ module StackOne
32
32
  autoload :AnswerValue, 'stack_one/models/shared/answer_value.rb'
33
33
  autoload :Type, 'stack_one/models/shared/type.rb'
34
34
  autoload :Answer, 'stack_one/models/shared/answer.rb'
35
- autoload :ApplicationAttachmentValue, 'stack_one/models/shared/applicationattachment_value.rb'
36
- autoload :ContentType, 'stack_one/models/shared/content_type.rb'
37
- autoload :ApplicationAttachment, 'stack_one/models/shared/applicationattachment.rb'
38
35
  autoload :CandidateResult, 'stack_one/models/shared/candidateresult.rb'
39
36
  autoload :RawResponse, 'stack_one/models/shared/rawresponse.rb'
40
37
  autoload :Candidate, 'stack_one/models/shared/candidate.rb'
@@ -66,9 +63,12 @@ module StackOne
66
63
  autoload :DocumentApiModelValue, 'stack_one/models/shared/documentapimodel_value.rb'
67
64
  autoload :DocumentApiModelType, 'stack_one/models/shared/documentapimodel_type.rb'
68
65
  autoload :DocumentApiModel, 'stack_one/models/shared/documentapimodel.rb'
66
+ autoload :ContentValue, 'stack_one/models/shared/content_value.rb'
67
+ autoload :FileFormat, 'stack_one/models/shared/file_format.rb'
69
68
  autoload :Content, 'stack_one/models/shared/content.rb'
70
- autoload :FileFormatEnumValue, 'stack_one/models/shared/fileformatenum_value.rb'
71
- autoload :FileFormatEnum, 'stack_one/models/shared/fileformatenum.rb'
69
+ autoload :ApplicationAttachmentValue, 'stack_one/models/shared/applicationattachment_value.rb'
70
+ autoload :ContentType, 'stack_one/models/shared/content_type.rb'
71
+ autoload :ApplicationAttachment, 'stack_one/models/shared/applicationattachment.rb'
72
72
  autoload :DocumentResult, 'stack_one/models/shared/documentresult.rb'
73
73
  autoload :OffersResult, 'stack_one/models/shared/offersresult.rb'
74
74
  autoload :OfferValue, 'stack_one/models/shared/offer_value.rb'
@@ -93,7 +93,6 @@ module StackOne
93
93
  autoload :Confidential, 'stack_one/models/shared/confidential.rb'
94
94
  autoload :JobValue, 'stack_one/models/shared/job_value.rb'
95
95
  autoload :JobStatus, 'stack_one/models/shared/job_status.rb'
96
- autoload :JobSchemasStatus, 'stack_one/models/shared/job_schemas_status.rb'
97
96
  autoload :Job, 'stack_one/models/shared/job.rb'
98
97
  autoload :JobHiringTeam, 'stack_one/models/shared/jobhiringteam.rb'
99
98
  autoload :JobPostingResult, 'stack_one/models/shared/jobpostingresult.rb'
@@ -144,9 +143,6 @@ module StackOne
144
143
  autoload :RejectedReasonsPaginated, 'stack_one/models/shared/rejectedreasonspaginated.rb'
145
144
  autoload :UsersPaginated, 'stack_one/models/shared/userspaginated.rb'
146
145
  autoload :UpdateResult, 'stack_one/models/shared/updateresult.rb'
147
- autoload :AtsUpdateApplicationRequestDtoValue, 'stack_one/models/shared/atsupdateapplicationrequestdto_value.rb'
148
- autoload :AtsUpdateApplicationRequestDtoApplicationStatus, 'stack_one/models/shared/atsupdateapplicationrequestdto_application_status.rb'
149
- autoload :AtsUpdateApplicationRequestDtoCandidate, 'stack_one/models/shared/atsupdateapplicationrequestdto_candidate.rb'
150
146
  autoload :AtsUpdateApplicationRequestDto, 'stack_one/models/shared/atsupdateapplicationrequestdto.rb'
151
147
  autoload :AtsUpdateCandidatesRequestDto, 'stack_one/models/shared/atsupdatecandidatesrequestdto.rb'
152
148
  autoload :ContactResult, 'stack_one/models/shared/contactresult.rb'
@@ -185,6 +181,8 @@ module StackOne
185
181
  autoload :HrisCreateEmployeeRequestDtoHomeLocation, 'stack_one/models/shared/hriscreateemployeerequestdto_home_location.rb'
186
182
  autoload :HrisCreateEmployeeRequestDtoSchemasMaritalStatusValue, 'stack_one/models/shared/hriscreateemployeerequestdto_schemas_marital_status_value.rb'
187
183
  autoload :HrisCreateEmployeeRequestDtoMaritalStatus, 'stack_one/models/shared/hriscreateemployeerequestdto_marital_status.rb'
184
+ autoload :HrisCreateEmployeeRequestDtoSchemasPreferredLanguageValue, 'stack_one/models/shared/hriscreateemployeerequestdto_schemas_preferred_language_value.rb'
185
+ autoload :HrisCreateEmployeeRequestDtoPreferredLanguage, 'stack_one/models/shared/hriscreateemployeerequestdto_preferred_language.rb'
188
186
  autoload :HrisCreateEmployeeRequestDtoSchemasWorkLocationValue, 'stack_one/models/shared/hriscreateemployeerequestdto_schemas_work_location_value.rb'
189
187
  autoload :HrisCreateEmployeeRequestDtoSchemasCountry, 'stack_one/models/shared/hriscreateemployeerequestdto_schemas_country.rb'
190
188
  autoload :HrisCreateEmployeeRequestDtoSchemasWorkLocationStateValue, 'stack_one/models/shared/hriscreateemployeerequestdto_schemas_work_location_state_value.rb'
@@ -250,6 +248,8 @@ module StackOne
250
248
  autoload :JobDescription, 'stack_one/models/shared/job_description.rb'
251
249
  autoload :EmployeeSchemasMaritalStatusValue, 'stack_one/models/shared/employee_schemas_marital_status_value.rb'
252
250
  autoload :MaritalStatus, 'stack_one/models/shared/marital_status.rb'
251
+ autoload :EmployeeSchemasPreferredLanguageValue, 'stack_one/models/shared/employee_schemas_preferred_language_value.rb'
252
+ autoload :PreferredLanguage, 'stack_one/models/shared/preferred_language.rb'
253
253
  autoload :EmployeeSchemasWorkLocationValue, 'stack_one/models/shared/employee_schemas_work_location_value.rb'
254
254
  autoload :EmployeeSchemasCountry, 'stack_one/models/shared/employee_schemas_country.rb'
255
255
  autoload :EmployeeSchemasWorkLocationLocationTypeValue, 'stack_one/models/shared/employee_schemas_work_location_location_type_value.rb'
@@ -284,6 +284,11 @@ module StackOne
284
284
  autoload :EmployeesPaginated, 'stack_one/models/shared/employeespaginated.rb'
285
285
  autoload :EmploymentsPaginated, 'stack_one/models/shared/employmentspaginated.rb'
286
286
  autoload :HRISLocationsPaginated, 'stack_one/models/shared/hrislocationspaginated.rb'
287
+ autoload :UnifiedUploadRequestDtoValue, 'stack_one/models/shared/unifieduploadrequestdto_value.rb'
288
+ autoload :UnifiedUploadRequestDtoConfidential, 'stack_one/models/shared/unifieduploadrequestdto_confidential.rb'
289
+ autoload :UnifiedUploadRequestDtoSchemasValue, 'stack_one/models/shared/unifieduploadrequestdto_schemas_value.rb'
290
+ autoload :UnifiedUploadRequestDtoFileFormat, 'stack_one/models/shared/unifieduploadrequestdto_file_format.rb'
291
+ autoload :UnifiedUploadRequestDto, 'stack_one/models/shared/unifieduploadrequestdto.rb'
287
292
  autoload :CreateTemplateResult, 'stack_one/models/shared/createtemplateresult.rb'
288
293
  autoload :MarketingCreateEmailTemplateRequestDto, 'stack_one/models/shared/marketingcreateemailtemplaterequestdto.rb'
289
294
  autoload :MessageContent, 'stack_one/models/shared/message_content.rb'
@@ -38,9 +38,9 @@ module StackOne
38
38
  @security = security
39
39
  @language = 'ruby'
40
40
  @openapi_doc_version = '1.0.0'
41
- @sdk_version = '0.2.4'
42
- @gen_version = '2.279.1'
43
- @user_agent = 'speakeasy-sdk/ruby 0.2.4 2.279.1 1.0.0 stackone_client'
41
+ @sdk_version = '0.2.7'
42
+ @gen_version = '2.287.0'
43
+ @user_agent = 'speakeasy-sdk/ruby 0.2.7 2.287.0 1.0.0 stackone_client'
44
44
  end
45
45
 
46
46
  sig { returns([String, T::Hash[Symbol, String]]) }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stackone_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - StackOne
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-11 00:00:00.000000000 Z
11
+ date: 2024-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -158,92 +158,66 @@ files:
158
158
  - lib/stack_one/models/operations/ats_create_candidate_response.rb
159
159
  - lib/stack_one/models/operations/ats_create_offer_request.rb
160
160
  - lib/stack_one/models/operations/ats_create_offer_response.rb
161
+ - lib/stack_one/models/operations/ats_download_application_document_request.rb
162
+ - lib/stack_one/models/operations/ats_download_application_document_response.rb
161
163
  - lib/stack_one/models/operations/ats_get_application_document_request.rb
162
164
  - lib/stack_one/models/operations/ats_get_application_document_response.rb
163
- - lib/stack_one/models/operations/ats_get_application_offer_queryparam_proxy.rb
164
165
  - lib/stack_one/models/operations/ats_get_application_offer_request.rb
165
166
  - lib/stack_one/models/operations/ats_get_application_offer_response.rb
166
167
  - lib/stack_one/models/operations/ats_get_application_request.rb
167
168
  - lib/stack_one/models/operations/ats_get_application_response.rb
168
- - lib/stack_one/models/operations/ats_get_application_scorecard_queryparam_proxy.rb
169
169
  - lib/stack_one/models/operations/ats_get_application_scorecard_request.rb
170
170
  - lib/stack_one/models/operations/ats_get_application_scorecard_response.rb
171
- - lib/stack_one/models/operations/ats_get_candidate_note_queryparam_proxy.rb
172
171
  - lib/stack_one/models/operations/ats_get_candidate_note_request.rb
173
172
  - lib/stack_one/models/operations/ats_get_candidate_note_response.rb
174
- - lib/stack_one/models/operations/ats_get_candidate_queryparam_proxy.rb
175
173
  - lib/stack_one/models/operations/ats_get_candidate_request.rb
176
174
  - lib/stack_one/models/operations/ats_get_candidate_response.rb
177
- - lib/stack_one/models/operations/ats_get_department_queryparam_proxy.rb
178
175
  - lib/stack_one/models/operations/ats_get_department_request.rb
179
176
  - lib/stack_one/models/operations/ats_get_department_response.rb
180
- - lib/stack_one/models/operations/ats_get_interview_queryparam_proxy.rb
181
177
  - lib/stack_one/models/operations/ats_get_interview_request.rb
182
178
  - lib/stack_one/models/operations/ats_get_interview_response.rb
183
- - lib/stack_one/models/operations/ats_get_interview_stage_queryparam_proxy.rb
184
179
  - lib/stack_one/models/operations/ats_get_interview_stage_request.rb
185
180
  - lib/stack_one/models/operations/ats_get_interview_stage_response.rb
186
- - lib/stack_one/models/operations/ats_get_job_posting_queryparam_proxy.rb
187
181
  - lib/stack_one/models/operations/ats_get_job_posting_request.rb
188
182
  - lib/stack_one/models/operations/ats_get_job_posting_response.rb
189
- - lib/stack_one/models/operations/ats_get_job_queryparam_proxy.rb
190
183
  - lib/stack_one/models/operations/ats_get_job_request.rb
191
184
  - lib/stack_one/models/operations/ats_get_job_response.rb
192
- - lib/stack_one/models/operations/ats_get_location_queryparam_proxy.rb
193
185
  - lib/stack_one/models/operations/ats_get_location_request.rb
194
186
  - lib/stack_one/models/operations/ats_get_location_response.rb
195
- - lib/stack_one/models/operations/ats_get_offer_queryparam_proxy.rb
196
187
  - lib/stack_one/models/operations/ats_get_offer_request.rb
197
188
  - lib/stack_one/models/operations/ats_get_offer_response.rb
198
- - lib/stack_one/models/operations/ats_get_rejected_reason_queryparam_proxy.rb
199
189
  - lib/stack_one/models/operations/ats_get_rejected_reason_request.rb
200
190
  - lib/stack_one/models/operations/ats_get_rejected_reason_response.rb
201
- - lib/stack_one/models/operations/ats_get_user_queryparam_proxy.rb
202
191
  - lib/stack_one/models/operations/ats_get_user_request.rb
203
192
  - lib/stack_one/models/operations/ats_get_user_response.rb
204
- - lib/stack_one/models/operations/ats_list_application_documents_queryparam_proxy.rb
205
193
  - lib/stack_one/models/operations/ats_list_application_documents_request.rb
206
194
  - lib/stack_one/models/operations/ats_list_application_documents_response.rb
207
- - lib/stack_one/models/operations/ats_list_application_scorecards_queryparam_proxy.rb
208
195
  - lib/stack_one/models/operations/ats_list_application_scorecards_request.rb
209
196
  - lib/stack_one/models/operations/ats_list_application_scorecards_response.rb
210
- - lib/stack_one/models/operations/ats_list_applications_offers_queryparam_proxy.rb
211
197
  - lib/stack_one/models/operations/ats_list_applications_offers_request.rb
212
198
  - lib/stack_one/models/operations/ats_list_applications_offers_response.rb
213
- - lib/stack_one/models/operations/ats_list_applications_queryparam_proxy.rb
214
199
  - lib/stack_one/models/operations/ats_list_applications_request.rb
215
200
  - lib/stack_one/models/operations/ats_list_applications_response.rb
216
- - lib/stack_one/models/operations/ats_list_candidate_notes_queryparam_proxy.rb
217
201
  - lib/stack_one/models/operations/ats_list_candidate_notes_request.rb
218
202
  - lib/stack_one/models/operations/ats_list_candidate_notes_response.rb
219
- - lib/stack_one/models/operations/ats_list_candidates_queryparam_proxy.rb
220
203
  - lib/stack_one/models/operations/ats_list_candidates_request.rb
221
204
  - lib/stack_one/models/operations/ats_list_candidates_response.rb
222
- - lib/stack_one/models/operations/ats_list_departments_queryparam_proxy.rb
223
205
  - lib/stack_one/models/operations/ats_list_departments_request.rb
224
206
  - lib/stack_one/models/operations/ats_list_departments_response.rb
225
- - lib/stack_one/models/operations/ats_list_interview_stages_queryparam_proxy.rb
226
207
  - lib/stack_one/models/operations/ats_list_interview_stages_request.rb
227
208
  - lib/stack_one/models/operations/ats_list_interview_stages_response.rb
228
- - lib/stack_one/models/operations/ats_list_interviews_queryparam_proxy.rb
229
209
  - lib/stack_one/models/operations/ats_list_interviews_request.rb
230
210
  - lib/stack_one/models/operations/ats_list_interviews_response.rb
231
- - lib/stack_one/models/operations/ats_list_job_postings_queryparam_proxy.rb
232
211
  - lib/stack_one/models/operations/ats_list_job_postings_request.rb
233
212
  - lib/stack_one/models/operations/ats_list_job_postings_response.rb
234
- - lib/stack_one/models/operations/ats_list_jobs_queryparam_proxy.rb
235
213
  - lib/stack_one/models/operations/ats_list_jobs_request.rb
236
214
  - lib/stack_one/models/operations/ats_list_jobs_response.rb
237
- - lib/stack_one/models/operations/ats_list_locations_queryparam_proxy.rb
238
215
  - lib/stack_one/models/operations/ats_list_locations_request.rb
239
216
  - lib/stack_one/models/operations/ats_list_locations_response.rb
240
- - lib/stack_one/models/operations/ats_list_offers_queryparam_proxy.rb
241
217
  - lib/stack_one/models/operations/ats_list_offers_request.rb
242
218
  - lib/stack_one/models/operations/ats_list_offers_response.rb
243
- - lib/stack_one/models/operations/ats_list_rejected_reasons_queryparam_proxy.rb
244
219
  - lib/stack_one/models/operations/ats_list_rejected_reasons_request.rb
245
220
  - lib/stack_one/models/operations/ats_list_rejected_reasons_response.rb
246
- - lib/stack_one/models/operations/ats_list_users_queryparam_proxy.rb
247
221
  - lib/stack_one/models/operations/ats_list_users_request.rb
248
222
  - lib/stack_one/models/operations/ats_list_users_response.rb
249
223
  - lib/stack_one/models/operations/ats_update_application_request.rb
@@ -252,22 +226,16 @@ files:
252
226
  - lib/stack_one/models/operations/ats_update_candidate_response.rb
253
227
  - lib/stack_one/models/operations/crm_create_contact_request.rb
254
228
  - lib/stack_one/models/operations/crm_create_contact_response.rb
255
- - lib/stack_one/models/operations/crm_get_account_queryparam_proxy.rb
256
229
  - lib/stack_one/models/operations/crm_get_account_request.rb
257
230
  - lib/stack_one/models/operations/crm_get_account_response.rb
258
- - lib/stack_one/models/operations/crm_get_contact_queryparam_proxy.rb
259
231
  - lib/stack_one/models/operations/crm_get_contact_request.rb
260
232
  - lib/stack_one/models/operations/crm_get_contact_response.rb
261
- - lib/stack_one/models/operations/crm_get_list_queryparam_proxy.rb
262
233
  - lib/stack_one/models/operations/crm_get_list_request.rb
263
234
  - lib/stack_one/models/operations/crm_get_list_response.rb
264
- - lib/stack_one/models/operations/crm_list_accounts_queryparam_proxy.rb
265
235
  - lib/stack_one/models/operations/crm_list_accounts_request.rb
266
236
  - lib/stack_one/models/operations/crm_list_accounts_response.rb
267
- - lib/stack_one/models/operations/crm_list_contacts_queryparam_proxy.rb
268
237
  - lib/stack_one/models/operations/crm_list_contacts_request.rb
269
238
  - lib/stack_one/models/operations/crm_list_contacts_response.rb
270
- - lib/stack_one/models/operations/crm_list_lists_queryparam_proxy.rb
271
239
  - lib/stack_one/models/operations/crm_list_lists_request.rb
272
240
  - lib/stack_one/models/operations/crm_list_lists_response.rb
273
241
  - lib/stack_one/models/operations/crm_update_contact_request.rb
@@ -282,58 +250,42 @@ files:
282
250
  - lib/stack_one/models/operations/hris_create_employee_work_eligibility_request_response.rb
283
251
  - lib/stack_one/models/operations/hris_create_time_off_request_request.rb
284
252
  - lib/stack_one/models/operations/hris_create_time_off_request_response.rb
285
- - lib/stack_one/models/operations/hris_get_benefit_queryparam_proxy.rb
253
+ - lib/stack_one/models/operations/hris_download_employee_document_request.rb
254
+ - lib/stack_one/models/operations/hris_download_employee_document_response.rb
286
255
  - lib/stack_one/models/operations/hris_get_benefit_request.rb
287
256
  - lib/stack_one/models/operations/hris_get_benefit_response.rb
288
- - lib/stack_one/models/operations/hris_get_company_queryparam_proxy.rb
289
257
  - lib/stack_one/models/operations/hris_get_company_request.rb
290
258
  - lib/stack_one/models/operations/hris_get_company_response.rb
291
- - lib/stack_one/models/operations/hris_get_employee_document_queryparam_proxy.rb
292
259
  - lib/stack_one/models/operations/hris_get_employee_document_request.rb
293
260
  - lib/stack_one/models/operations/hris_get_employee_document_response.rb
294
- - lib/stack_one/models/operations/hris_get_employee_queryparam_proxy.rb
295
261
  - lib/stack_one/models/operations/hris_get_employee_request.rb
296
262
  - lib/stack_one/models/operations/hris_get_employee_response.rb
297
- - lib/stack_one/models/operations/hris_get_employees_time_off_request_queryparam_proxy.rb
298
263
  - lib/stack_one/models/operations/hris_get_employees_time_off_request_request.rb
299
264
  - lib/stack_one/models/operations/hris_get_employees_time_off_request_response.rb
300
- - lib/stack_one/models/operations/hris_get_employees_work_eligibility_queryparam_proxy.rb
301
265
  - lib/stack_one/models/operations/hris_get_employees_work_eligibility_request.rb
302
266
  - lib/stack_one/models/operations/hris_get_employees_work_eligibility_response.rb
303
- - lib/stack_one/models/operations/hris_get_employment_queryparam_proxy.rb
304
267
  - lib/stack_one/models/operations/hris_get_employment_request.rb
305
268
  - lib/stack_one/models/operations/hris_get_employment_response.rb
306
- - lib/stack_one/models/operations/hris_get_location_queryparam_proxy.rb
307
269
  - lib/stack_one/models/operations/hris_get_location_request.rb
308
270
  - lib/stack_one/models/operations/hris_get_location_response.rb
309
- - lib/stack_one/models/operations/hris_get_time_off_request_queryparam_proxy.rb
310
271
  - lib/stack_one/models/operations/hris_get_time_off_request_request.rb
311
272
  - lib/stack_one/models/operations/hris_get_time_off_request_response.rb
312
- - lib/stack_one/models/operations/hris_list_benefits_queryparam_proxy.rb
313
273
  - lib/stack_one/models/operations/hris_list_benefits_request.rb
314
274
  - lib/stack_one/models/operations/hris_list_benefits_response.rb
315
- - lib/stack_one/models/operations/hris_list_companies_queryparam_proxy.rb
316
275
  - lib/stack_one/models/operations/hris_list_companies_request.rb
317
276
  - lib/stack_one/models/operations/hris_list_companies_response.rb
318
- - lib/stack_one/models/operations/hris_list_employee_documents_queryparam_proxy.rb
319
277
  - lib/stack_one/models/operations/hris_list_employee_documents_request.rb
320
278
  - lib/stack_one/models/operations/hris_list_employee_documents_response.rb
321
- - lib/stack_one/models/operations/hris_list_employee_time_off_requests_queryparam_proxy.rb
322
279
  - lib/stack_one/models/operations/hris_list_employee_time_off_requests_request.rb
323
280
  - lib/stack_one/models/operations/hris_list_employee_time_off_requests_response.rb
324
- - lib/stack_one/models/operations/hris_list_employee_work_eligibility_queryparam_proxy.rb
325
281
  - lib/stack_one/models/operations/hris_list_employee_work_eligibility_request.rb
326
282
  - lib/stack_one/models/operations/hris_list_employee_work_eligibility_response.rb
327
- - lib/stack_one/models/operations/hris_list_employees_queryparam_proxy.rb
328
283
  - lib/stack_one/models/operations/hris_list_employees_request.rb
329
284
  - lib/stack_one/models/operations/hris_list_employees_response.rb
330
- - lib/stack_one/models/operations/hris_list_employments_queryparam_proxy.rb
331
285
  - lib/stack_one/models/operations/hris_list_employments_request.rb
332
286
  - lib/stack_one/models/operations/hris_list_employments_response.rb
333
- - lib/stack_one/models/operations/hris_list_locations_queryparam_proxy.rb
334
287
  - lib/stack_one/models/operations/hris_list_locations_request.rb
335
288
  - lib/stack_one/models/operations/hris_list_locations_response.rb
336
- - lib/stack_one/models/operations/hris_list_time_off_requests_queryparam_proxy.rb
337
289
  - lib/stack_one/models/operations/hris_list_time_off_requests_request.rb
338
290
  - lib/stack_one/models/operations/hris_list_time_off_requests_response.rb
339
291
  - lib/stack_one/models/operations/hris_update_employee_request.rb
@@ -342,34 +294,28 @@ files:
342
294
  - lib/stack_one/models/operations/hris_update_employee_work_eligibility_request_response.rb
343
295
  - lib/stack_one/models/operations/hris_update_time_off_request_request.rb
344
296
  - lib/stack_one/models/operations/hris_update_time_off_request_response.rb
297
+ - lib/stack_one/models/operations/hris_upload_employee_document_request.rb
298
+ - lib/stack_one/models/operations/hris_upload_employee_document_response.rb
345
299
  - lib/stack_one/models/operations/marketing_create_email_template_request.rb
346
300
  - lib/stack_one/models/operations/marketing_create_email_template_response.rb
347
301
  - lib/stack_one/models/operations/marketing_create_omni_channel_template_request.rb
348
302
  - lib/stack_one/models/operations/marketing_create_omni_channel_template_response.rb
349
303
  - lib/stack_one/models/operations/marketing_create_push_template_request.rb
350
304
  - lib/stack_one/models/operations/marketing_create_push_template_response.rb
351
- - lib/stack_one/models/operations/marketing_get_campaign_queryparam_proxy.rb
352
305
  - lib/stack_one/models/operations/marketing_get_campaign_request.rb
353
306
  - lib/stack_one/models/operations/marketing_get_campaign_response.rb
354
- - lib/stack_one/models/operations/marketing_get_email_template_queryparam_proxy.rb
355
307
  - lib/stack_one/models/operations/marketing_get_email_template_request.rb
356
308
  - lib/stack_one/models/operations/marketing_get_email_template_response.rb
357
- - lib/stack_one/models/operations/marketing_get_omni_channel_template_queryparam_proxy.rb
358
309
  - lib/stack_one/models/operations/marketing_get_omni_channel_template_request.rb
359
310
  - lib/stack_one/models/operations/marketing_get_omni_channel_template_response.rb
360
- - lib/stack_one/models/operations/marketing_get_push_template_queryparam_proxy.rb
361
311
  - lib/stack_one/models/operations/marketing_get_push_template_request.rb
362
312
  - lib/stack_one/models/operations/marketing_get_push_template_response.rb
363
- - lib/stack_one/models/operations/marketing_list_campaigns_queryparam_proxy.rb
364
313
  - lib/stack_one/models/operations/marketing_list_campaigns_request.rb
365
314
  - lib/stack_one/models/operations/marketing_list_campaigns_response.rb
366
- - lib/stack_one/models/operations/marketing_list_email_templates_queryparam_proxy.rb
367
315
  - lib/stack_one/models/operations/marketing_list_email_templates_request.rb
368
316
  - lib/stack_one/models/operations/marketing_list_email_templates_response.rb
369
- - lib/stack_one/models/operations/marketing_list_omni_channel_templates_queryparam_proxy.rb
370
317
  - lib/stack_one/models/operations/marketing_list_omni_channel_templates_request.rb
371
318
  - lib/stack_one/models/operations/marketing_list_omni_channel_templates_response.rb
372
- - lib/stack_one/models/operations/marketing_list_push_templates_queryparam_proxy.rb
373
319
  - lib/stack_one/models/operations/marketing_list_push_templates_request.rb
374
320
  - lib/stack_one/models/operations/marketing_list_push_templates_response.rb
375
321
  - lib/stack_one/models/operations/marketing_update_email_template_request.rb
@@ -378,8 +324,6 @@ files:
378
324
  - lib/stack_one/models/operations/marketing_update_omni_channel_template_response.rb
379
325
  - lib/stack_one/models/operations/marketing_update_push_template_request.rb
380
326
  - lib/stack_one/models/operations/marketing_update_push_template_response.rb
381
- - lib/stack_one/models/operations/proxy.rb
382
- - lib/stack_one/models/operations/queryparam_proxy.rb
383
327
  - lib/stack_one/models/operations/stackone_authenticate_connect_session_response.rb
384
328
  - lib/stack_one/models/operations/stackone_create_connect_session_response.rb
385
329
  - lib/stack_one/models/operations/stackone_delete_account_request.rb
@@ -429,9 +373,6 @@ files:
429
373
  - lib/stack_one/models/shared/atslocationresult.rb
430
374
  - lib/stack_one/models/shared/atslocationspaginated.rb
431
375
  - lib/stack_one/models/shared/atsupdateapplicationrequestdto.rb
432
- - lib/stack_one/models/shared/atsupdateapplicationrequestdto_application_status.rb
433
- - lib/stack_one/models/shared/atsupdateapplicationrequestdto_candidate.rb
434
- - lib/stack_one/models/shared/atsupdateapplicationrequestdto_value.rb
435
376
  - lib/stack_one/models/shared/atsupdatecandidatesrequestdto.rb
436
377
  - lib/stack_one/models/shared/avatar.rb
437
378
  - lib/stack_one/models/shared/benefit_type.rb
@@ -463,6 +404,7 @@ files:
463
404
  - lib/stack_one/models/shared/contactspaginated.rb
464
405
  - lib/stack_one/models/shared/content.rb
465
406
  - lib/stack_one/models/shared/content_type.rb
407
+ - lib/stack_one/models/shared/content_value.rb
466
408
  - lib/stack_one/models/shared/costcenters.rb
467
409
  - lib/stack_one/models/shared/country.rb
468
410
  - lib/stack_one/models/shared/countrycodeenum.rb
@@ -500,6 +442,7 @@ files:
500
442
  - lib/stack_one/models/shared/employee_schemas_home_location_value.rb
501
443
  - lib/stack_one/models/shared/employee_schemas_location_type.rb
502
444
  - lib/stack_one/models/shared/employee_schemas_marital_status_value.rb
445
+ - lib/stack_one/models/shared/employee_schemas_preferred_language_value.rb
503
446
  - lib/stack_one/models/shared/employee_schemas_value.rb
504
447
  - lib/stack_one/models/shared/employee_schemas_work_location_location_type_value.rb
505
448
  - lib/stack_one/models/shared/employee_schemas_work_location_value.rb
@@ -525,8 +468,7 @@ files:
525
468
  - lib/stack_one/models/shared/ethnicity.rb
526
469
  - lib/stack_one/models/shared/field.rb
527
470
  - lib/stack_one/models/shared/field_type.rb
528
- - lib/stack_one/models/shared/fileformatenum.rb
529
- - lib/stack_one/models/shared/fileformatenum_value.rb
471
+ - lib/stack_one/models/shared/file_format.rb
530
472
  - lib/stack_one/models/shared/gender.rb
531
473
  - lib/stack_one/models/shared/home_location.rb
532
474
  - lib/stack_one/models/shared/hrisbenefit.rb
@@ -546,6 +488,7 @@ files:
546
488
  - lib/stack_one/models/shared/hriscreateemployeerequestdto_gender.rb
547
489
  - lib/stack_one/models/shared/hriscreateemployeerequestdto_home_location.rb
548
490
  - lib/stack_one/models/shared/hriscreateemployeerequestdto_marital_status.rb
491
+ - lib/stack_one/models/shared/hriscreateemployeerequestdto_preferred_language.rb
549
492
  - lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_country.rb
550
493
  - lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_type_value.rb
551
494
  - lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_ethnicity_value.rb
@@ -553,6 +496,7 @@ files:
553
496
  - lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_home_location_state_value.rb
554
497
  - lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_home_location_value.rb
555
498
  - lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_marital_status_value.rb
499
+ - lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_preferred_language_value.rb
556
500
  - lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_value.rb
557
501
  - lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_work_location_state_value.rb
558
502
  - lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_work_location_value.rb
@@ -591,7 +535,6 @@ files:
591
535
  - lib/stack_one/models/shared/issued_by.rb
592
536
  - lib/stack_one/models/shared/job.rb
593
537
  - lib/stack_one/models/shared/job_description.rb
594
- - lib/stack_one/models/shared/job_schemas_status.rb
595
538
  - lib/stack_one/models/shared/job_status.rb
596
539
  - lib/stack_one/models/shared/job_value.rb
597
540
  - lib/stack_one/models/shared/jobhiringteam.rb
@@ -655,6 +598,7 @@ files:
655
598
  - lib/stack_one/models/shared/pay_period.rb
656
599
  - lib/stack_one/models/shared/phonenumber.rb
657
600
  - lib/stack_one/models/shared/phonenumber_type.rb
601
+ - lib/stack_one/models/shared/preferred_language.rb
658
602
  - lib/stack_one/models/shared/proxyrequestbody.rb
659
603
  - lib/stack_one/models/shared/pushmessages.rb
660
604
  - lib/stack_one/models/shared/pushmessages_message_content.rb
@@ -693,6 +637,11 @@ files:
693
637
  - lib/stack_one/models/shared/timeoffpaginated.rb
694
638
  - lib/stack_one/models/shared/timeoffresult.rb
695
639
  - lib/stack_one/models/shared/type.rb
640
+ - lib/stack_one/models/shared/unifieduploadrequestdto.rb
641
+ - lib/stack_one/models/shared/unifieduploadrequestdto_confidential.rb
642
+ - lib/stack_one/models/shared/unifieduploadrequestdto_file_format.rb
643
+ - lib/stack_one/models/shared/unifieduploadrequestdto_schemas_value.rb
644
+ - lib/stack_one/models/shared/unifieduploadrequestdto_value.rb
696
645
  - lib/stack_one/models/shared/updateresult.rb
697
646
  - lib/stack_one/models/shared/user.rb
698
647
  - lib/stack_one/models/shared/userresult.rb
@@ -1,20 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
-
7
- module StackOne
8
- module Operations
9
-
10
- # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
11
- class AtsGetApplicationOfferQueryParamProxy < ::StackOne::Utils::FieldAugmented
12
- extend T::Sig
13
-
14
-
15
-
16
-
17
- def initialize; end
18
- end
19
- end
20
- end
@@ -1,20 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
-
7
- module StackOne
8
- module Operations
9
-
10
- # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
11
- class AtsGetApplicationScorecardQueryParamProxy < ::StackOne::Utils::FieldAugmented
12
- extend T::Sig
13
-
14
-
15
-
16
-
17
- def initialize; end
18
- end
19
- end
20
- end
@@ -1,20 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
-
7
- module StackOne
8
- module Operations
9
-
10
- # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
11
- class AtsGetCandidateNoteQueryParamProxy < ::StackOne::Utils::FieldAugmented
12
- extend T::Sig
13
-
14
-
15
-
16
-
17
- def initialize; end
18
- end
19
- end
20
- end
@@ -1,20 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
-
7
- module StackOne
8
- module Operations
9
-
10
- # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
11
- class AtsGetCandidateQueryParamProxy < ::StackOne::Utils::FieldAugmented
12
- extend T::Sig
13
-
14
-
15
-
16
-
17
- def initialize; end
18
- end
19
- end
20
- end
@@ -1,20 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
-
7
- module StackOne
8
- module Operations
9
-
10
- # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
11
- class AtsGetDepartmentQueryParamProxy < ::StackOne::Utils::FieldAugmented
12
- extend T::Sig
13
-
14
-
15
-
16
-
17
- def initialize; end
18
- end
19
- end
20
- end
@@ -1,20 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
-
7
- module StackOne
8
- module Operations
9
-
10
- # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
11
- class AtsGetInterviewQueryParamProxy < ::StackOne::Utils::FieldAugmented
12
- extend T::Sig
13
-
14
-
15
-
16
-
17
- def initialize; end
18
- end
19
- end
20
- end