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
@@ -13,7 +13,7 @@ module StackOne
13
13
 
14
14
  # The account identifier
15
15
  field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
16
- # The comma separated list of fields to return in the response (if empty, all fields are returned)
16
+ # The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
17
17
  field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
18
18
  # The unified cursor
19
19
  field :next_, T.nilable(::String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
@@ -24,7 +24,7 @@ module StackOne
24
24
  # The number of results per page
25
25
  field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
26
26
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
27
- field :proxy, T.nilable(::StackOne::Operations::AtsListInterviewStagesQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
27
+ field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
28
28
  # Indicates that the raw request result is returned
29
29
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
30
30
  # The sync token to select the only updated results
@@ -35,7 +35,7 @@ module StackOne
35
35
  field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
36
36
 
37
37
 
38
- sig { params(x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(::StackOne::Operations::AtsListInterviewStagesQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
38
+ sig { params(x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
39
39
  def initialize(x_account_id: nil, fields_: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
40
40
  @x_account_id = x_account_id
41
41
  @fields_ = fields_
@@ -13,7 +13,7 @@ module StackOne
13
13
 
14
14
  # The account identifier
15
15
  field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
16
- # The comma separated list of fields to return in the response (if empty, all fields are returned)
16
+ # The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
17
17
  field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
18
18
  # The unified cursor
19
19
  field :next_, T.nilable(::String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
@@ -24,7 +24,7 @@ module StackOne
24
24
  # The number of results per page
25
25
  field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
26
26
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
27
- field :proxy, T.nilable(::StackOne::Operations::AtsListInterviewsQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
27
+ field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
28
28
  # Indicates that the raw request result is returned
29
29
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
30
30
  # The sync token to select the only updated results
@@ -35,7 +35,7 @@ module StackOne
35
35
  field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
36
36
 
37
37
 
38
- sig { params(x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(::StackOne::Operations::AtsListInterviewsQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
38
+ sig { params(x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
39
39
  def initialize(x_account_id: nil, fields_: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
40
40
  @x_account_id = x_account_id
41
41
  @fields_ = fields_
@@ -13,7 +13,7 @@ module StackOne
13
13
 
14
14
  # The account identifier
15
15
  field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
16
- # The comma separated list of fields to return in the response (if empty, all fields are returned)
16
+ # The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
17
17
  field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
18
18
  # The comma separated list of fields that will be included in the response
19
19
  field :include, T.nilable(::String), { 'query_param': { 'field_name': 'include', 'style': 'form', 'explode': true } }
@@ -26,7 +26,7 @@ module StackOne
26
26
  # The number of results per page
27
27
  field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
28
28
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
29
- field :proxy, T.nilable(::StackOne::Operations::AtsListJobPostingsQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
29
+ field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
30
30
  # Indicates that the raw request result is returned
31
31
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
32
32
  # The sync token to select the only updated results
@@ -37,7 +37,7 @@ module StackOne
37
37
  field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
38
38
 
39
39
 
40
- sig { params(x_account_id: ::String, fields_: T.nilable(::String), include: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(::StackOne::Operations::AtsListJobPostingsQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
40
+ sig { params(x_account_id: ::String, fields_: T.nilable(::String), include: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
41
41
  def initialize(x_account_id: nil, fields_: nil, include: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
42
42
  @x_account_id = x_account_id
43
43
  @fields_ = fields_
@@ -15,7 +15,7 @@ module StackOne
15
15
  field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
16
16
  # The comma separated list of fields that will be expanded in the response
17
17
  field :expand, T.nilable(::String), { 'query_param': { 'field_name': 'expand', 'style': 'form', 'explode': true } }
18
- # The comma separated list of fields to return in the response (if empty, all fields are returned)
18
+ # The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
19
19
  field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
20
20
  # The unified cursor
21
21
  field :next_, T.nilable(::String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
@@ -26,7 +26,7 @@ module StackOne
26
26
  # The number of results per page
27
27
  field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
28
28
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
29
- field :proxy, T.nilable(::StackOne::Operations::AtsListJobsQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
29
+ field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
30
30
  # Indicates that the raw request result is returned
31
31
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
32
32
  # The sync token to select the only updated results
@@ -37,7 +37,7 @@ module StackOne
37
37
  field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
38
38
 
39
39
 
40
- sig { params(x_account_id: ::String, expand: T.nilable(::String), fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(::StackOne::Operations::AtsListJobsQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
40
+ sig { params(x_account_id: ::String, expand: T.nilable(::String), fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
41
41
  def initialize(x_account_id: nil, expand: nil, fields_: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
42
42
  @x_account_id = x_account_id
43
43
  @expand = expand
@@ -13,7 +13,7 @@ module StackOne
13
13
 
14
14
  # The account identifier
15
15
  field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
16
- # The comma separated list of fields to return in the response (if empty, all fields are returned)
16
+ # The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
17
17
  field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
18
18
  # The unified cursor
19
19
  field :next_, T.nilable(::String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
@@ -24,7 +24,7 @@ module StackOne
24
24
  # The number of results per page
25
25
  field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
26
26
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
27
- field :proxy, T.nilable(::StackOne::Operations::AtsListLocationsQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
27
+ field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
28
28
  # Indicates that the raw request result is returned
29
29
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
30
30
  # The sync token to select the only updated results
@@ -35,7 +35,7 @@ module StackOne
35
35
  field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
36
36
 
37
37
 
38
- sig { params(x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(::StackOne::Operations::AtsListLocationsQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
38
+ sig { params(x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
39
39
  def initialize(x_account_id: nil, fields_: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
40
40
  @x_account_id = x_account_id
41
41
  @fields_ = fields_
@@ -13,7 +13,7 @@ module StackOne
13
13
 
14
14
  # The account identifier
15
15
  field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
16
- # The comma separated list of fields to return in the response (if empty, all fields are returned)
16
+ # The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
17
17
  field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
18
18
  # The unified cursor
19
19
  field :next_, T.nilable(::String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
@@ -24,7 +24,7 @@ module StackOne
24
24
  # The number of results per page
25
25
  field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
26
26
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
27
- field :proxy, T.nilable(::StackOne::Operations::AtsListOffersQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
27
+ field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
28
28
  # Indicates that the raw request result is returned
29
29
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
30
30
  # The sync token to select the only updated results
@@ -35,7 +35,7 @@ module StackOne
35
35
  field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
36
36
 
37
37
 
38
- sig { params(x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(::StackOne::Operations::AtsListOffersQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
38
+ sig { params(x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
39
39
  def initialize(x_account_id: nil, fields_: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
40
40
  @x_account_id = x_account_id
41
41
  @fields_ = fields_
@@ -13,7 +13,7 @@ module StackOne
13
13
 
14
14
  # The account identifier
15
15
  field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
16
- # The comma separated list of fields to return in the response (if empty, all fields are returned)
16
+ # The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
17
17
  field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
18
18
  # The unified cursor
19
19
  field :next_, T.nilable(::String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
@@ -24,7 +24,7 @@ module StackOne
24
24
  # The number of results per page
25
25
  field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
26
26
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
27
- field :proxy, T.nilable(::StackOne::Operations::AtsListRejectedReasonsQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
27
+ field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
28
28
  # Indicates that the raw request result is returned
29
29
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
30
30
  # The sync token to select the only updated results
@@ -35,7 +35,7 @@ module StackOne
35
35
  field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
36
36
 
37
37
 
38
- sig { params(x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(::StackOne::Operations::AtsListRejectedReasonsQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
38
+ sig { params(x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
39
39
  def initialize(x_account_id: nil, fields_: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
40
40
  @x_account_id = x_account_id
41
41
  @fields_ = fields_
@@ -13,7 +13,7 @@ module StackOne
13
13
 
14
14
  # The account identifier
15
15
  field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
16
- # The comma separated list of fields to return in the response (if empty, all fields are returned)
16
+ # The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
17
17
  field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
18
18
  # The unified cursor
19
19
  field :next_, T.nilable(::String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
@@ -24,7 +24,7 @@ module StackOne
24
24
  # The number of results per page
25
25
  field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
26
26
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
27
- field :proxy, T.nilable(::StackOne::Operations::AtsListUsersQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
27
+ field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
28
28
  # Indicates that the raw request result is returned
29
29
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
30
30
  # The sync token to select the only updated results
@@ -35,7 +35,7 @@ module StackOne
35
35
  field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
36
36
 
37
37
 
38
- sig { params(x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(::StackOne::Operations::AtsListUsersQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
38
+ sig { params(x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
39
39
  def initialize(x_account_id: nil, fields_: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
40
40
  @x_account_id = x_account_id
41
41
  @fields_ = fields_
@@ -26,14 +26,14 @@ module StackOne
26
26
  # The number of results per page
27
27
  field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
28
28
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
29
- field :proxy, T.nilable(::StackOne::Operations::CrmGetAccountQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
29
+ field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
30
30
  # Indicates that the raw request result is returned
31
31
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
32
32
  # Use a string with a date to only select results updated after that given date
33
33
  field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
34
34
 
35
35
 
36
- sig { params(id: ::String, x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(::StackOne::Operations::CrmGetAccountQueryParamProxy), raw: T.nilable(T::Boolean), updated_after: T.nilable(::String)).void }
36
+ sig { params(id: ::String, x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), updated_after: T.nilable(::String)).void }
37
37
  def initialize(id: nil, x_account_id: nil, fields_: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, updated_after: nil)
38
38
  @id = id
39
39
  @x_account_id = x_account_id
@@ -26,14 +26,14 @@ module StackOne
26
26
  # The number of results per page
27
27
  field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
28
28
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
29
- field :proxy, T.nilable(::StackOne::Operations::CrmGetContactQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
29
+ field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
30
30
  # Indicates that the raw request result is returned
31
31
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
32
32
  # Use a string with a date to only select results updated after that given date
33
33
  field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
34
34
 
35
35
 
36
- sig { params(id: ::String, x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(::StackOne::Operations::CrmGetContactQueryParamProxy), raw: T.nilable(T::Boolean), updated_after: T.nilable(::String)).void }
36
+ sig { params(id: ::String, x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), updated_after: T.nilable(::String)).void }
37
37
  def initialize(id: nil, x_account_id: nil, fields_: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, updated_after: nil)
38
38
  @id = id
39
39
  @x_account_id = x_account_id
@@ -26,14 +26,14 @@ module StackOne
26
26
  # The number of results per page
27
27
  field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
28
28
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
29
- field :proxy, T.nilable(::StackOne::Operations::CrmGetListQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
29
+ field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
30
30
  # Indicates that the raw request result is returned
31
31
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
32
32
  # Use a string with a date to only select results updated after that given date
33
33
  field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
34
34
 
35
35
 
36
- sig { params(id: ::String, x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(::StackOne::Operations::CrmGetListQueryParamProxy), raw: T.nilable(T::Boolean), updated_after: T.nilable(::String)).void }
36
+ sig { params(id: ::String, x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), updated_after: T.nilable(::String)).void }
37
37
  def initialize(id: nil, x_account_id: nil, fields_: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, updated_after: nil)
38
38
  @id = id
39
39
  @x_account_id = x_account_id
@@ -24,14 +24,14 @@ module StackOne
24
24
  # The number of results per page
25
25
  field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
26
26
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
27
- field :proxy, T.nilable(::StackOne::Operations::CrmListAccountsQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
27
+ field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
28
28
  # Indicates that the raw request result is returned
29
29
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
30
30
  # Use a string with a date to only select results updated after that given date
31
31
  field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
32
32
 
33
33
 
34
- sig { params(x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(::StackOne::Operations::CrmListAccountsQueryParamProxy), raw: T.nilable(T::Boolean), updated_after: T.nilable(::String)).void }
34
+ sig { params(x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), updated_after: T.nilable(::String)).void }
35
35
  def initialize(x_account_id: nil, fields_: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, updated_after: nil)
36
36
  @x_account_id = x_account_id
37
37
  @fields_ = fields_
@@ -24,14 +24,14 @@ module StackOne
24
24
  # The number of results per page
25
25
  field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
26
26
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
27
- field :proxy, T.nilable(::StackOne::Operations::CrmListContactsQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
27
+ field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
28
28
  # Indicates that the raw request result is returned
29
29
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
30
30
  # Use a string with a date to only select results updated after that given date
31
31
  field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
32
32
 
33
33
 
34
- sig { params(x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(::StackOne::Operations::CrmListContactsQueryParamProxy), raw: T.nilable(T::Boolean), updated_after: T.nilable(::String)).void }
34
+ sig { params(x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), updated_after: T.nilable(::String)).void }
35
35
  def initialize(x_account_id: nil, fields_: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, updated_after: nil)
36
36
  @x_account_id = x_account_id
37
37
  @fields_ = fields_
@@ -24,14 +24,14 @@ module StackOne
24
24
  # The number of results per page
25
25
  field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
26
26
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
27
- field :proxy, T.nilable(::StackOne::Operations::CrmListListsQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
27
+ field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
28
28
  # Indicates that the raw request result is returned
29
29
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
30
30
  # Use a string with a date to only select results updated after that given date
31
31
  field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
32
32
 
33
33
 
34
- sig { params(x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(::StackOne::Operations::CrmListListsQueryParamProxy), raw: T.nilable(T::Boolean), updated_after: T.nilable(::String)).void }
34
+ sig { params(x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), updated_after: T.nilable(::String)).void }
35
35
  def initialize(x_account_id: nil, fields_: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, updated_after: nil)
36
36
  @x_account_id = x_account_id
37
37
  @fields_ = fields_
@@ -0,0 +1,33 @@
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
+
11
+ class HrisDownloadEmployeeDocumentRequest < ::StackOne::Utils::FieldAugmented
12
+ extend T::Sig
13
+
14
+
15
+ field :id, ::String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } }
16
+
17
+ field :sub_resource_id, ::String, { 'path_param': { 'field_name': 'subResourceId', 'style': 'simple', 'explode': false } }
18
+ # The account identifier
19
+ field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
20
+ # The format to download the file in
21
+ field :format, T.nilable(::String), { 'query_param': { 'field_name': 'format', 'style': 'form', 'explode': true } }
22
+
23
+
24
+ sig { params(id: ::String, sub_resource_id: ::String, x_account_id: ::String, format: T.nilable(::String)).void }
25
+ def initialize(id: nil, sub_resource_id: nil, x_account_id: nil, format: nil)
26
+ @id = id
27
+ @sub_resource_id = sub_resource_id
28
+ @x_account_id = x_account_id
29
+ @format = format
30
+ end
31
+ end
32
+ end
33
+ end
@@ -0,0 +1,33 @@
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
+
11
+ class HrisDownloadEmployeeDocumentResponse < ::StackOne::Utils::FieldAugmented
12
+ extend T::Sig
13
+
14
+ # HTTP response content type for this operation
15
+ field :content_type, ::String
16
+ # Raw HTTP response; suitable for custom response parsing
17
+ field :raw_response, ::Faraday::Response
18
+ # HTTP response status code for this operation
19
+ field :status_code, ::Integer
20
+ # The document related to the employee with the given identifiers was retrieved.
21
+ field :bytes, T.nilable(::String)
22
+
23
+
24
+ sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, bytes: T.nilable(::String)).void }
25
+ def initialize(content_type: nil, raw_response: nil, status_code: nil, bytes: nil)
26
+ @content_type = content_type
27
+ @raw_response = raw_response
28
+ @status_code = status_code
29
+ @bytes = bytes
30
+ end
31
+ end
32
+ end
33
+ end
@@ -26,14 +26,14 @@ module StackOne
26
26
  # The number of results per page
27
27
  field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
28
28
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
29
- field :proxy, T.nilable(::StackOne::Operations::HrisGetBenefitQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
29
+ field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
30
30
  # Indicates that the raw request result is returned
31
31
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
32
32
  # Use a string with a date to only select results updated after that given date
33
33
  field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
34
34
 
35
35
 
36
- sig { params(id: ::String, x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(::StackOne::Operations::HrisGetBenefitQueryParamProxy), raw: T.nilable(T::Boolean), updated_after: T.nilable(::String)).void }
36
+ sig { params(id: ::String, x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), updated_after: T.nilable(::String)).void }
37
37
  def initialize(id: nil, x_account_id: nil, fields_: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, updated_after: nil)
38
38
  @id = id
39
39
  @x_account_id = x_account_id
@@ -26,14 +26,14 @@ module StackOne
26
26
  # The number of results per page
27
27
  field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
28
28
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
29
- field :proxy, T.nilable(::StackOne::Operations::HrisGetCompanyQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
29
+ field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
30
30
  # Indicates that the raw request result is returned
31
31
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
32
32
  # Use a string with a date to only select results updated after that given date
33
33
  field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
34
34
 
35
35
 
36
- sig { params(id: ::String, x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(::StackOne::Operations::HrisGetCompanyQueryParamProxy), raw: T.nilable(T::Boolean), updated_after: T.nilable(::String)).void }
36
+ sig { params(id: ::String, x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), updated_after: T.nilable(::String)).void }
37
37
  def initialize(id: nil, x_account_id: nil, fields_: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, updated_after: nil)
38
38
  @id = id
39
39
  @x_account_id = x_account_id
@@ -28,14 +28,14 @@ module StackOne
28
28
  # The number of results per page
29
29
  field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
30
30
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
31
- field :proxy, T.nilable(::StackOne::Operations::HrisGetEmployeeDocumentQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
31
+ field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
32
32
  # Indicates that the raw request result is returned
33
33
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
34
34
  # Use a string with a date to only select results updated after that given date
35
35
  field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
36
36
 
37
37
 
38
- sig { params(id: ::String, sub_resource_id: ::String, x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(::StackOne::Operations::HrisGetEmployeeDocumentQueryParamProxy), raw: T.nilable(T::Boolean), updated_after: T.nilable(::String)).void }
38
+ sig { params(id: ::String, sub_resource_id: ::String, x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), updated_after: T.nilable(::String)).void }
39
39
  def initialize(id: nil, sub_resource_id: nil, x_account_id: nil, fields_: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, updated_after: nil)
40
40
  @id = id
41
41
  @sub_resource_id = sub_resource_id
@@ -30,14 +30,14 @@ module StackOne
30
30
  # The number of results per page
31
31
  field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
32
32
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
33
- field :proxy, T.nilable(::StackOne::Operations::HrisGetEmployeeQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
33
+ field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
34
34
  # Indicates that the raw request result is returned
35
35
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
36
36
  # Use a string with a date to only select results updated after that given date
37
37
  field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
38
38
 
39
39
 
40
- sig { params(id: ::String, x_account_id: ::String, expand: T.nilable(::String), fields_: T.nilable(::String), include: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(::StackOne::Operations::HrisGetEmployeeQueryParamProxy), raw: T.nilable(T::Boolean), updated_after: T.nilable(::String)).void }
40
+ sig { params(id: ::String, x_account_id: ::String, expand: T.nilable(::String), fields_: T.nilable(::String), include: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), updated_after: T.nilable(::String)).void }
41
41
  def initialize(id: nil, x_account_id: nil, expand: nil, fields_: nil, include: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, updated_after: nil)
42
42
  @id = id
43
43
  @x_account_id = x_account_id
@@ -28,14 +28,14 @@ module StackOne
28
28
  # The number of results per page
29
29
  field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
30
30
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
31
- field :proxy, T.nilable(::StackOne::Operations::HrisGetEmployeesTimeOffRequestQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
31
+ field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
32
32
  # Indicates that the raw request result is returned
33
33
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
34
34
  # Use a string with a date to only select results updated after that given date
35
35
  field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
36
36
 
37
37
 
38
- sig { params(id: ::String, sub_resource_id: ::String, x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(::StackOne::Operations::HrisGetEmployeesTimeOffRequestQueryParamProxy), raw: T.nilable(T::Boolean), updated_after: T.nilable(::String)).void }
38
+ sig { params(id: ::String, sub_resource_id: ::String, x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), updated_after: T.nilable(::String)).void }
39
39
  def initialize(id: nil, sub_resource_id: nil, x_account_id: nil, fields_: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, updated_after: nil)
40
40
  @id = id
41
41
  @sub_resource_id = sub_resource_id
@@ -28,14 +28,14 @@ module StackOne
28
28
  # The number of results per page
29
29
  field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
30
30
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
31
- field :proxy, T.nilable(::StackOne::Operations::HrisGetEmployeesWorkEligibilityQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
31
+ field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
32
32
  # Indicates that the raw request result is returned
33
33
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
34
34
  # Use a string with a date to only select results updated after that given date
35
35
  field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
36
36
 
37
37
 
38
- sig { params(id: ::String, sub_resource_id: ::String, x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(::StackOne::Operations::HrisGetEmployeesWorkEligibilityQueryParamProxy), raw: T.nilable(T::Boolean), updated_after: T.nilable(::String)).void }
38
+ sig { params(id: ::String, sub_resource_id: ::String, x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), updated_after: T.nilable(::String)).void }
39
39
  def initialize(id: nil, sub_resource_id: nil, x_account_id: nil, fields_: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, updated_after: nil)
40
40
  @id = id
41
41
  @sub_resource_id = sub_resource_id
@@ -26,14 +26,14 @@ module StackOne
26
26
  # The number of results per page
27
27
  field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
28
28
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
29
- field :proxy, T.nilable(::StackOne::Operations::HrisGetEmploymentQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
29
+ field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
30
30
  # Indicates that the raw request result is returned
31
31
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
32
32
  # Use a string with a date to only select results updated after that given date
33
33
  field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
34
34
 
35
35
 
36
- sig { params(id: ::String, x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(::StackOne::Operations::HrisGetEmploymentQueryParamProxy), raw: T.nilable(T::Boolean), updated_after: T.nilable(::String)).void }
36
+ sig { params(id: ::String, x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), updated_after: T.nilable(::String)).void }
37
37
  def initialize(id: nil, x_account_id: nil, fields_: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, updated_after: nil)
38
38
  @id = id
39
39
  @x_account_id = x_account_id
@@ -26,14 +26,14 @@ module StackOne
26
26
  # The number of results per page
27
27
  field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
28
28
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
29
- field :proxy, T.nilable(::StackOne::Operations::HrisGetLocationQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
29
+ field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
30
30
  # Indicates that the raw request result is returned
31
31
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
32
32
  # Use a string with a date to only select results updated after that given date
33
33
  field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
34
34
 
35
35
 
36
- sig { params(id: ::String, x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(::StackOne::Operations::HrisGetLocationQueryParamProxy), raw: T.nilable(T::Boolean), updated_after: T.nilable(::String)).void }
36
+ sig { params(id: ::String, x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), updated_after: T.nilable(::String)).void }
37
37
  def initialize(id: nil, x_account_id: nil, fields_: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, updated_after: nil)
38
38
  @id = id
39
39
  @x_account_id = x_account_id