stackone_client 0.0.2 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (189) hide show
  1. checksums.yaml +4 -4
  2. data/lib/stackone/models/operations/hris_get_company.rb +12 -2
  3. data/lib/stackone/models/operations/hris_get_employee.rb +12 -2
  4. data/lib/stackone/models/operations/hris_get_employee_document.rb +12 -2
  5. data/lib/stackone/models/operations/hris_get_employees_time_off_request.rb +12 -2
  6. data/lib/stackone/models/operations/hris_get_employment.rb +12 -2
  7. data/lib/stackone/models/operations/hris_get_location.rb +12 -2
  8. data/lib/stackone/models/operations/hris_get_time_off_request.rb +12 -2
  9. data/lib/stackone/models/operations/hris_list_companies.rb +12 -2
  10. data/lib/stackone/models/operations/hris_list_employee_documents.rb +12 -2
  11. data/lib/stackone/models/operations/hris_list_employee_time_off_requests.rb +12 -2
  12. data/lib/stackone/models/operations/hris_list_employees.rb +12 -2
  13. data/lib/stackone/models/operations/hris_list_employments.rb +12 -2
  14. data/lib/stackone/models/operations/hris_list_locations.rb +12 -2
  15. data/lib/stackone/models/operations/hris_list_time_off_requests.rb +12 -2
  16. data/lib/stackone/models/shared/connectsession.rb +5 -5
  17. data/lib/stackone/models/shared/connectsessiontoken.rb +5 -5
  18. data/lib/stackone/models/shared/content.rb +9 -8
  19. data/lib/stackone/models/shared/costcenters.rb +28 -0
  20. data/lib/stackone/models/shared/countrycodeenum.rb +6 -6
  21. data/lib/stackone/models/shared/createtimeoffresult.rb +4 -4
  22. data/lib/stackone/models/shared/documentapimodel.rb +8 -8
  23. data/lib/stackone/models/shared/documenttypeenum.rb +3 -3
  24. data/lib/stackone/models/shared/employee.rb +84 -54
  25. data/lib/stackone/models/shared/employeecustomfields.rb +6 -6
  26. data/lib/stackone/models/shared/employment.rb +36 -28
  27. data/lib/stackone/models/shared/fileformatenum.rb +52 -0
  28. data/lib/stackone/models/shared/hriscreateemployeerequestdto.rb +43 -36
  29. data/lib/stackone/models/shared/hriscreatetimeoffrequestdto.rb +9 -9
  30. data/lib/stackone/models/shared/hrislocation.rb +15 -15
  31. data/lib/stackone/models/shared/timeoff.rb +6 -6
  32. data/lib/stackone/models/shared/workeligibility.rb +101 -0
  33. data/lib/stackone/sdk.rb +1 -4
  34. data/lib/stackone/sdkconfiguration.rb +3 -3
  35. data/lib/stackone_client.rb +5 -155
  36. metadata +5 -155
  37. data/lib/stackone/ats.rb +0 -1289
  38. data/lib/stackone/crm.rb +0 -323
  39. data/lib/stackone/marketing.rb +0 -584
  40. data/lib/stackone/models/operations/ats_create_application.rb +0 -53
  41. data/lib/stackone/models/operations/ats_create_candidate.rb +0 -53
  42. data/lib/stackone/models/operations/ats_create_candidate_note.rb +0 -56
  43. data/lib/stackone/models/operations/ats_create_offer.rb +0 -53
  44. data/lib/stackone/models/operations/ats_get_application.rb +0 -78
  45. data/lib/stackone/models/operations/ats_get_application_offer.rb +0 -81
  46. data/lib/stackone/models/operations/ats_get_application_scorecard.rb +0 -81
  47. data/lib/stackone/models/operations/ats_get_candidate.rb +0 -78
  48. data/lib/stackone/models/operations/ats_get_candidate_note.rb +0 -81
  49. data/lib/stackone/models/operations/ats_get_department.rb +0 -78
  50. data/lib/stackone/models/operations/ats_get_interview.rb +0 -78
  51. data/lib/stackone/models/operations/ats_get_interview_stage.rb +0 -78
  52. data/lib/stackone/models/operations/ats_get_job.rb +0 -78
  53. data/lib/stackone/models/operations/ats_get_job_posting.rb +0 -81
  54. data/lib/stackone/models/operations/ats_get_location.rb +0 -78
  55. data/lib/stackone/models/operations/ats_get_offer.rb +0 -78
  56. data/lib/stackone/models/operations/ats_get_rejected_reason.rb +0 -78
  57. data/lib/stackone/models/operations/ats_get_user.rb +0 -78
  58. data/lib/stackone/models/operations/ats_list_application_scorecards.rb +0 -78
  59. data/lib/stackone/models/operations/ats_list_applications.rb +0 -75
  60. data/lib/stackone/models/operations/ats_list_applications_offers.rb +0 -78
  61. data/lib/stackone/models/operations/ats_list_candidate_notes.rb +0 -78
  62. data/lib/stackone/models/operations/ats_list_candidates.rb +0 -75
  63. data/lib/stackone/models/operations/ats_list_departments.rb +0 -75
  64. data/lib/stackone/models/operations/ats_list_interview_stages.rb +0 -75
  65. data/lib/stackone/models/operations/ats_list_interviews.rb +0 -75
  66. data/lib/stackone/models/operations/ats_list_job_postings.rb +0 -78
  67. data/lib/stackone/models/operations/ats_list_jobs.rb +0 -75
  68. data/lib/stackone/models/operations/ats_list_locations.rb +0 -75
  69. data/lib/stackone/models/operations/ats_list_offers.rb +0 -75
  70. data/lib/stackone/models/operations/ats_list_rejected_reasons.rb +0 -75
  71. data/lib/stackone/models/operations/ats_list_users.rb +0 -75
  72. data/lib/stackone/models/operations/ats_update_application.rb +0 -56
  73. data/lib/stackone/models/operations/ats_update_candidate.rb +0 -56
  74. data/lib/stackone/models/operations/crm_create_contact.rb +0 -53
  75. data/lib/stackone/models/operations/crm_get_account.rb +0 -78
  76. data/lib/stackone/models/operations/crm_get_contact.rb +0 -78
  77. data/lib/stackone/models/operations/crm_get_list.rb +0 -78
  78. data/lib/stackone/models/operations/crm_list_accounts.rb +0 -75
  79. data/lib/stackone/models/operations/crm_list_contacts.rb +0 -75
  80. data/lib/stackone/models/operations/crm_list_lists.rb +0 -75
  81. data/lib/stackone/models/operations/crm_update_contact.rb +0 -56
  82. data/lib/stackone/models/operations/marketing_create_email_template.rb +0 -53
  83. data/lib/stackone/models/operations/marketing_create_omni_channel_template.rb +0 -53
  84. data/lib/stackone/models/operations/marketing_create_push_template.rb +0 -53
  85. data/lib/stackone/models/operations/marketing_get_campaign.rb +0 -78
  86. data/lib/stackone/models/operations/marketing_get_email_template.rb +0 -78
  87. data/lib/stackone/models/operations/marketing_get_omni_channel_template.rb +0 -78
  88. data/lib/stackone/models/operations/marketing_get_push_template.rb +0 -78
  89. data/lib/stackone/models/operations/marketing_list_campaigns.rb +0 -75
  90. data/lib/stackone/models/operations/marketing_list_email_templates.rb +0 -75
  91. data/lib/stackone/models/operations/marketing_list_omni_channel_templates.rb +0 -75
  92. data/lib/stackone/models/operations/marketing_list_push_templates.rb +0 -75
  93. data/lib/stackone/models/operations/marketing_update_email_template.rb +0 -56
  94. data/lib/stackone/models/operations/marketing_update_omni_channel_template.rb +0 -56
  95. data/lib/stackone/models/operations/marketing_update_push_template.rb +0 -56
  96. data/lib/stackone/models/shared/account.rb +0 -55
  97. data/lib/stackone/models/shared/accountaddress.rb +0 -342
  98. data/lib/stackone/models/shared/accountresult.rb +0 -29
  99. data/lib/stackone/models/shared/accountspaginated.rb +0 -34
  100. data/lib/stackone/models/shared/answer.rb +0 -64
  101. data/lib/stackone/models/shared/application.rb +0 -75
  102. data/lib/stackone/models/shared/applicationattachment.rb +0 -63
  103. data/lib/stackone/models/shared/applicationcandidate.rb +0 -31
  104. data/lib/stackone/models/shared/applicationresult.rb +0 -29
  105. data/lib/stackone/models/shared/applicationspaginated.rb +0 -34
  106. data/lib/stackone/models/shared/applicationstatusenumapimodel.rb +0 -50
  107. data/lib/stackone/models/shared/atscreateapplicationrequestdto.rb +0 -45
  108. data/lib/stackone/models/shared/atscreatecandidaterequestdto.rb +0 -46
  109. data/lib/stackone/models/shared/atscreatenotesrequestdto.rb +0 -57
  110. data/lib/stackone/models/shared/atscreateofferrequestdto.rb +0 -41
  111. data/lib/stackone/models/shared/atslocation.rb +0 -28
  112. data/lib/stackone/models/shared/atslocationresult.rb +0 -29
  113. data/lib/stackone/models/shared/atslocationspaginated.rb +0 -34
  114. data/lib/stackone/models/shared/atsupdateapplicationrequestdto.rb +0 -48
  115. data/lib/stackone/models/shared/atsupdatecandidatesrequestdto.rb +0 -49
  116. data/lib/stackone/models/shared/attachmenttype.rb +0 -40
  117. data/lib/stackone/models/shared/campaign.rb +0 -120
  118. data/lib/stackone/models/shared/campaignresult.rb +0 -29
  119. data/lib/stackone/models/shared/campaignspaginated.rb +0 -34
  120. data/lib/stackone/models/shared/candidate.rb +0 -64
  121. data/lib/stackone/models/shared/candidateemail.rb +0 -28
  122. data/lib/stackone/models/shared/candidateresult.rb +0 -29
  123. data/lib/stackone/models/shared/candidatespaginated.rb +0 -34
  124. data/lib/stackone/models/shared/channelsenum.rb +0 -42
  125. data/lib/stackone/models/shared/compensation.rb +0 -149
  126. data/lib/stackone/models/shared/contact.rb +0 -52
  127. data/lib/stackone/models/shared/contactresult.rb +0 -29
  128. data/lib/stackone/models/shared/contactspaginated.rb +0 -34
  129. data/lib/stackone/models/shared/createcandidatenoteresult.rb +0 -31
  130. data/lib/stackone/models/shared/createofferresult.rb +0 -31
  131. data/lib/stackone/models/shared/createresult.rb +0 -31
  132. data/lib/stackone/models/shared/createtemplateresult.rb +0 -31
  133. data/lib/stackone/models/shared/crmcreatecontactrequestdto.rb +0 -43
  134. data/lib/stackone/models/shared/department.rb +0 -28
  135. data/lib/stackone/models/shared/departmentresult.rb +0 -29
  136. data/lib/stackone/models/shared/departmentspaginated.rb +0 -34
  137. data/lib/stackone/models/shared/emailmessages.rb +0 -93
  138. data/lib/stackone/models/shared/field.rb +0 -56
  139. data/lib/stackone/models/shared/hiringteam.rb +0 -37
  140. data/lib/stackone/models/shared/interview.rb +0 -91
  141. data/lib/stackone/models/shared/interviewer.rb +0 -37
  142. data/lib/stackone/models/shared/interviewpart.rb +0 -40
  143. data/lib/stackone/models/shared/interviewspaginated.rb +0 -34
  144. data/lib/stackone/models/shared/interviewsresult.rb +0 -29
  145. data/lib/stackone/models/shared/interviewstage.rb +0 -37
  146. data/lib/stackone/models/shared/interviewstageresult.rb +0 -29
  147. data/lib/stackone/models/shared/interviewstagespaginated.rb +0 -34
  148. data/lib/stackone/models/shared/job.rb +0 -65
  149. data/lib/stackone/models/shared/jobposting.rb +0 -182
  150. data/lib/stackone/models/shared/jobpostingresult.rb +0 -29
  151. data/lib/stackone/models/shared/jobpostingspaginated.rb +0 -34
  152. data/lib/stackone/models/shared/jobresult.rb +0 -29
  153. data/lib/stackone/models/shared/jobspaginated.rb +0 -34
  154. data/lib/stackone/models/shared/jobstatusenum.rb +0 -43
  155. data/lib/stackone/models/shared/list.rb +0 -67
  156. data/lib/stackone/models/shared/listresult.rb +0 -29
  157. data/lib/stackone/models/shared/listspaginated.rb +0 -34
  158. data/lib/stackone/models/shared/location.rb +0 -28
  159. data/lib/stackone/models/shared/marketingcreateemailtemplaterequestdto.rb +0 -34
  160. data/lib/stackone/models/shared/marketingcreatepushtemplaterequestdto.rb +0 -34
  161. data/lib/stackone/models/shared/marketingcreatetemplaterequestdto.rb +0 -34
  162. data/lib/stackone/models/shared/message.rb +0 -50
  163. data/lib/stackone/models/shared/note.rb +0 -69
  164. data/lib/stackone/models/shared/notecontentapimodel.rb +0 -25
  165. data/lib/stackone/models/shared/noteresult.rb +0 -29
  166. data/lib/stackone/models/shared/notespaginated.rb +0 -34
  167. data/lib/stackone/models/shared/offer.rb +0 -50
  168. data/lib/stackone/models/shared/offerhistory.rb +0 -37
  169. data/lib/stackone/models/shared/offerspaginated.rb +0 -34
  170. data/lib/stackone/models/shared/offersresult.rb +0 -29
  171. data/lib/stackone/models/shared/offerstatusenum.rb +0 -43
  172. data/lib/stackone/models/shared/pushmessages.rb +0 -81
  173. data/lib/stackone/models/shared/questionnaire.rb +0 -28
  174. data/lib/stackone/models/shared/rejectedreason.rb +0 -32
  175. data/lib/stackone/models/shared/rejectedreasonresult.rb +0 -29
  176. data/lib/stackone/models/shared/rejectedreasonspaginated.rb +0 -34
  177. data/lib/stackone/models/shared/rejectedreasontypeenum.rb +0 -40
  178. data/lib/stackone/models/shared/resultlink.rb +0 -28
  179. data/lib/stackone/models/shared/scorecard.rb +0 -65
  180. data/lib/stackone/models/shared/scorecardsection.rb +0 -31
  181. data/lib/stackone/models/shared/scorecardspaginated.rb +0 -34
  182. data/lib/stackone/models/shared/sociallink.rb +0 -28
  183. data/lib/stackone/models/shared/template.rb +0 -37
  184. data/lib/stackone/models/shared/templateresult.rb +0 -29
  185. data/lib/stackone/models/shared/templatespaginated.rb +0 -34
  186. data/lib/stackone/models/shared/updateresult.rb +0 -31
  187. data/lib/stackone/models/shared/user.rb +0 -40
  188. data/lib/stackone/models/shared/userresult.rb +0 -29
  189. data/lib/stackone/models/shared/userspaginated.rb +0 -34
@@ -1,56 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
- require 'sorbet-runtime'
7
- require 'faraday'
8
- require_relative '../shared/atscreatenotesrequestdto'
9
- require_relative '../shared/createcandidatenoteresult'
10
-
11
- module StackOne
12
- module Operations
13
-
14
- class AtsCreateCandidateNoteRequest < ::StackOne::Utils::FieldAugmented
15
- extend T::Sig
16
-
17
-
18
- field :ats_create_notes_request_dto, Shared::AtsCreateNotesRequestDto, { 'request': { 'media_type': 'application/json' } }
19
-
20
- field :id, String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } }
21
- # The account identifier
22
- field :x_account_id, String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
23
-
24
-
25
- sig { params(ats_create_notes_request_dto: Shared::AtsCreateNotesRequestDto, id: String, x_account_id: String).void }
26
- def initialize(ats_create_notes_request_dto: nil, id: nil, x_account_id: nil)
27
- @ats_create_notes_request_dto = ats_create_notes_request_dto
28
- @id = id
29
- @x_account_id = x_account_id
30
- end
31
- end
32
-
33
-
34
- class AtsCreateCandidateNoteResponse < ::StackOne::Utils::FieldAugmented
35
- extend T::Sig
36
-
37
- # HTTP response content type for this operation
38
- field :content_type, String
39
- # Raw HTTP response; suitable for custom response parsing
40
- field :raw_response, Faraday::Response
41
- # HTTP response status code for this operation
42
- field :status_code, Integer
43
- # Record created successfully.
44
- field :create_candidate_note_result, T.nilable(Shared::CreateCandidateNoteResult)
45
-
46
-
47
- sig { params(content_type: String, raw_response: Faraday::Response, status_code: Integer, create_candidate_note_result: T.nilable(Shared::CreateCandidateNoteResult)).void }
48
- def initialize(content_type: nil, raw_response: nil, status_code: nil, create_candidate_note_result: nil)
49
- @content_type = content_type
50
- @raw_response = raw_response
51
- @status_code = status_code
52
- @create_candidate_note_result = create_candidate_note_result
53
- end
54
- end
55
- end
56
- end
@@ -1,53 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
- require 'sorbet-runtime'
7
- require 'faraday'
8
- require_relative '../shared/atscreateofferrequestdto'
9
- require_relative '../shared/createofferresult'
10
-
11
- module StackOne
12
- module Operations
13
-
14
- class AtsCreateOfferRequest < ::StackOne::Utils::FieldAugmented
15
- extend T::Sig
16
-
17
-
18
- field :ats_create_offer_request_dto, Shared::AtsCreateOfferRequestDto, { 'request': { 'media_type': 'application/json' } }
19
- # The account identifier
20
- field :x_account_id, String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
21
-
22
-
23
- sig { params(ats_create_offer_request_dto: Shared::AtsCreateOfferRequestDto, x_account_id: String).void }
24
- def initialize(ats_create_offer_request_dto: nil, x_account_id: nil)
25
- @ats_create_offer_request_dto = ats_create_offer_request_dto
26
- @x_account_id = x_account_id
27
- end
28
- end
29
-
30
-
31
- class AtsCreateOfferResponse < ::StackOne::Utils::FieldAugmented
32
- extend T::Sig
33
-
34
- # HTTP response content type for this operation
35
- field :content_type, String
36
- # Raw HTTP response; suitable for custom response parsing
37
- field :raw_response, Faraday::Response
38
- # HTTP response status code for this operation
39
- field :status_code, Integer
40
- # The offer was created successfully.
41
- field :create_offer_result, T.nilable(Shared::CreateOfferResult)
42
-
43
-
44
- sig { params(content_type: String, raw_response: Faraday::Response, status_code: Integer, create_offer_result: T.nilable(Shared::CreateOfferResult)).void }
45
- def initialize(content_type: nil, raw_response: nil, status_code: nil, create_offer_result: nil)
46
- @content_type = content_type
47
- @raw_response = raw_response
48
- @status_code = status_code
49
- @create_offer_result = create_offer_result
50
- end
51
- end
52
- end
53
- end
@@ -1,78 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
- require 'sorbet-runtime'
7
- require 'faraday'
8
- require_relative '../shared/applicationresult'
9
-
10
- module StackOne
11
- module Operations
12
-
13
- class AtsGetApplicationRequest < ::StackOne::Utils::FieldAugmented
14
- extend T::Sig
15
-
16
-
17
- field :id, String, { 'path_param': { 'field_name': 'id', '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 comma separated list of fields to return in the response (if empty, all fields are returned)
21
- field :fields, T.nilable(String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
22
- # The unified cursor
23
- field :next_, T.nilable(String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
24
- # The page number of the results to fetch
25
- #
26
- # @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
27
- field :page, T.nilable(String), { 'query_param': { 'field_name': 'page', 'style': 'form', 'explode': true } }
28
- # The number of results per page
29
- field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
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(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
32
- # Indicates that the raw request result is returned
33
- field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
34
- # The sync token to select the only updated results
35
- field :sync_token, T.nilable(String), { 'query_param': { 'field_name': 'sync_token', 'style': 'form', 'explode': true } }
36
- # Use a string with a date to only select results updated after that given date
37
- field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
38
-
39
-
40
- 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), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
41
- def initialize(id: nil, x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
42
- @id = id
43
- @x_account_id = x_account_id
44
- @fields = fields
45
- @next_ = next_
46
- @page = page
47
- @page_size = page_size
48
- @proxy = proxy
49
- @raw = raw
50
- @sync_token = sync_token
51
- @updated_after = updated_after
52
- end
53
- end
54
-
55
-
56
- class AtsGetApplicationResponse < ::StackOne::Utils::FieldAugmented
57
- extend T::Sig
58
-
59
- # HTTP response content type for this operation
60
- field :content_type, String
61
- # Raw HTTP response; suitable for custom response parsing
62
- field :raw_response, Faraday::Response
63
- # HTTP response status code for this operation
64
- field :status_code, Integer
65
- # The application with the given identifier was retrieved.
66
- field :application_result, T.nilable(Shared::ApplicationResult)
67
-
68
-
69
- sig { params(content_type: String, raw_response: Faraday::Response, status_code: Integer, application_result: T.nilable(Shared::ApplicationResult)).void }
70
- def initialize(content_type: nil, raw_response: nil, status_code: nil, application_result: nil)
71
- @content_type = content_type
72
- @raw_response = raw_response
73
- @status_code = status_code
74
- @application_result = application_result
75
- end
76
- end
77
- end
78
- end
@@ -1,81 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
- require 'sorbet-runtime'
7
- require 'faraday'
8
- require_relative '../shared/offersresult'
9
-
10
- module StackOne
11
- module Operations
12
-
13
- class AtsGetApplicationOfferRequest < ::StackOne::Utils::FieldAugmented
14
- extend T::Sig
15
-
16
-
17
- field :id, String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } }
18
-
19
- field :sub_resource_id, String, { 'path_param': { 'field_name': 'subResourceId', 'style': 'simple', 'explode': false } }
20
- # The account identifier
21
- field :x_account_id, String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
22
- # The comma separated list of fields to return in the response (if empty, all fields are returned)
23
- field :fields, T.nilable(String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
24
- # The unified cursor
25
- field :next_, T.nilable(String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
26
- # The page number of the results to fetch
27
- #
28
- # @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
29
- field :page, T.nilable(String), { 'query_param': { 'field_name': 'page', 'style': 'form', 'explode': true } }
30
- # The number of results per page
31
- field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
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(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
34
- # Indicates that the raw request result is returned
35
- field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
36
- # The sync token to select the only updated results
37
- field :sync_token, T.nilable(String), { 'query_param': { 'field_name': 'sync_token', 'style': 'form', 'explode': true } }
38
- # Use a string with a date to only select results updated after that given date
39
- field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
40
-
41
-
42
- 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), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
43
- 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, sync_token: nil, updated_after: nil)
44
- @id = id
45
- @sub_resource_id = sub_resource_id
46
- @x_account_id = x_account_id
47
- @fields = fields
48
- @next_ = next_
49
- @page = page
50
- @page_size = page_size
51
- @proxy = proxy
52
- @raw = raw
53
- @sync_token = sync_token
54
- @updated_after = updated_after
55
- end
56
- end
57
-
58
-
59
- class AtsGetApplicationOfferResponse < ::StackOne::Utils::FieldAugmented
60
- extend T::Sig
61
-
62
- # HTTP response content type for this operation
63
- field :content_type, String
64
- # Raw HTTP response; suitable for custom response parsing
65
- field :raw_response, Faraday::Response
66
- # HTTP response status code for this operation
67
- field :status_code, Integer
68
- # The offer related to the application with the given identifiers was retrieved.
69
- field :offers_result, T.nilable(Shared::OffersResult)
70
-
71
-
72
- sig { params(content_type: String, raw_response: Faraday::Response, status_code: Integer, offers_result: T.nilable(Shared::OffersResult)).void }
73
- def initialize(content_type: nil, raw_response: nil, status_code: nil, offers_result: nil)
74
- @content_type = content_type
75
- @raw_response = raw_response
76
- @status_code = status_code
77
- @offers_result = offers_result
78
- end
79
- end
80
- end
81
- end
@@ -1,81 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
- require 'sorbet-runtime'
7
- require 'faraday'
8
- require_relative '../shared/offersresult'
9
-
10
- module StackOne
11
- module Operations
12
-
13
- class AtsGetApplicationScorecardRequest < ::StackOne::Utils::FieldAugmented
14
- extend T::Sig
15
-
16
-
17
- field :id, String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } }
18
-
19
- field :sub_resource_id, String, { 'path_param': { 'field_name': 'subResourceId', 'style': 'simple', 'explode': false } }
20
- # The account identifier
21
- field :x_account_id, String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
22
- # The comma separated list of fields to return in the response (if empty, all fields are returned)
23
- field :fields, T.nilable(String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
24
- # The unified cursor
25
- field :next_, T.nilable(String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
26
- # The page number of the results to fetch
27
- #
28
- # @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
29
- field :page, T.nilable(String), { 'query_param': { 'field_name': 'page', 'style': 'form', 'explode': true } }
30
- # The number of results per page
31
- field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
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(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
34
- # Indicates that the raw request result is returned
35
- field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
36
- # The sync token to select the only updated results
37
- field :sync_token, T.nilable(String), { 'query_param': { 'field_name': 'sync_token', 'style': 'form', 'explode': true } }
38
- # Use a string with a date to only select results updated after that given date
39
- field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
40
-
41
-
42
- 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), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
43
- 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, sync_token: nil, updated_after: nil)
44
- @id = id
45
- @sub_resource_id = sub_resource_id
46
- @x_account_id = x_account_id
47
- @fields = fields
48
- @next_ = next_
49
- @page = page
50
- @page_size = page_size
51
- @proxy = proxy
52
- @raw = raw
53
- @sync_token = sync_token
54
- @updated_after = updated_after
55
- end
56
- end
57
-
58
-
59
- class AtsGetApplicationScorecardResponse < ::StackOne::Utils::FieldAugmented
60
- extend T::Sig
61
-
62
- # HTTP response content type for this operation
63
- field :content_type, String
64
- # Raw HTTP response; suitable for custom response parsing
65
- field :raw_response, Faraday::Response
66
- # HTTP response status code for this operation
67
- field :status_code, Integer
68
- # The scorecard related to the application with the given identifiers was retrieved.
69
- field :offers_result, T.nilable(Shared::OffersResult)
70
-
71
-
72
- sig { params(content_type: String, raw_response: Faraday::Response, status_code: Integer, offers_result: T.nilable(Shared::OffersResult)).void }
73
- def initialize(content_type: nil, raw_response: nil, status_code: nil, offers_result: nil)
74
- @content_type = content_type
75
- @raw_response = raw_response
76
- @status_code = status_code
77
- @offers_result = offers_result
78
- end
79
- end
80
- end
81
- end
@@ -1,78 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
- require 'sorbet-runtime'
7
- require 'faraday'
8
- require_relative '../shared/candidateresult'
9
-
10
- module StackOne
11
- module Operations
12
-
13
- class AtsGetCandidateRequest < ::StackOne::Utils::FieldAugmented
14
- extend T::Sig
15
-
16
-
17
- field :id, String, { 'path_param': { 'field_name': 'id', '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 comma separated list of fields to return in the response (if empty, all fields are returned)
21
- field :fields, T.nilable(String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
22
- # The unified cursor
23
- field :next_, T.nilable(String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
24
- # The page number of the results to fetch
25
- #
26
- # @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
27
- field :page, T.nilable(String), { 'query_param': { 'field_name': 'page', 'style': 'form', 'explode': true } }
28
- # The number of results per page
29
- field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
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(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
32
- # Indicates that the raw request result is returned
33
- field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
34
- # The sync token to select the only updated results
35
- field :sync_token, T.nilable(String), { 'query_param': { 'field_name': 'sync_token', 'style': 'form', 'explode': true } }
36
- # Use a string with a date to only select results updated after that given date
37
- field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
38
-
39
-
40
- 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), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
41
- def initialize(id: nil, x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
42
- @id = id
43
- @x_account_id = x_account_id
44
- @fields = fields
45
- @next_ = next_
46
- @page = page
47
- @page_size = page_size
48
- @proxy = proxy
49
- @raw = raw
50
- @sync_token = sync_token
51
- @updated_after = updated_after
52
- end
53
- end
54
-
55
-
56
- class AtsGetCandidateResponse < ::StackOne::Utils::FieldAugmented
57
- extend T::Sig
58
-
59
- # HTTP response content type for this operation
60
- field :content_type, String
61
- # Raw HTTP response; suitable for custom response parsing
62
- field :raw_response, Faraday::Response
63
- # HTTP response status code for this operation
64
- field :status_code, Integer
65
- # The candidate with the given identifier was retrieved.
66
- field :candidate_result, T.nilable(Shared::CandidateResult)
67
-
68
-
69
- sig { params(content_type: String, raw_response: Faraday::Response, status_code: Integer, candidate_result: T.nilable(Shared::CandidateResult)).void }
70
- def initialize(content_type: nil, raw_response: nil, status_code: nil, candidate_result: nil)
71
- @content_type = content_type
72
- @raw_response = raw_response
73
- @status_code = status_code
74
- @candidate_result = candidate_result
75
- end
76
- end
77
- end
78
- end
@@ -1,81 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
- require 'sorbet-runtime'
7
- require 'faraday'
8
- require_relative '../shared/noteresult'
9
-
10
- module StackOne
11
- module Operations
12
-
13
- class AtsGetCandidateNoteRequest < ::StackOne::Utils::FieldAugmented
14
- extend T::Sig
15
-
16
-
17
- field :id, String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } }
18
-
19
- field :sub_resource_id, String, { 'path_param': { 'field_name': 'subResourceId', 'style': 'simple', 'explode': false } }
20
- # The account identifier
21
- field :x_account_id, String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
22
- # The comma separated list of fields to return in the response (if empty, all fields are returned)
23
- field :fields, T.nilable(String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
24
- # The unified cursor
25
- field :next_, T.nilable(String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
26
- # The page number of the results to fetch
27
- #
28
- # @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
29
- field :page, T.nilable(String), { 'query_param': { 'field_name': 'page', 'style': 'form', 'explode': true } }
30
- # The number of results per page
31
- field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
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(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
34
- # Indicates that the raw request result is returned
35
- field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
36
- # The sync token to select the only updated results
37
- field :sync_token, T.nilable(String), { 'query_param': { 'field_name': 'sync_token', 'style': 'form', 'explode': true } }
38
- # Use a string with a date to only select results updated after that given date
39
- field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
40
-
41
-
42
- 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), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
43
- 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, sync_token: nil, updated_after: nil)
44
- @id = id
45
- @sub_resource_id = sub_resource_id
46
- @x_account_id = x_account_id
47
- @fields = fields
48
- @next_ = next_
49
- @page = page
50
- @page_size = page_size
51
- @proxy = proxy
52
- @raw = raw
53
- @sync_token = sync_token
54
- @updated_after = updated_after
55
- end
56
- end
57
-
58
-
59
- class AtsGetCandidateNoteResponse < ::StackOne::Utils::FieldAugmented
60
- extend T::Sig
61
-
62
- # HTTP response content type for this operation
63
- field :content_type, String
64
- # Raw HTTP response; suitable for custom response parsing
65
- field :raw_response, Faraday::Response
66
- # HTTP response status code for this operation
67
- field :status_code, Integer
68
- # The note with the given identifier related to the candidate with the given identifier was retrieved.
69
- field :note_result, T.nilable(Shared::NoteResult)
70
-
71
-
72
- sig { params(content_type: String, raw_response: Faraday::Response, status_code: Integer, note_result: T.nilable(Shared::NoteResult)).void }
73
- def initialize(content_type: nil, raw_response: nil, status_code: nil, note_result: nil)
74
- @content_type = content_type
75
- @raw_response = raw_response
76
- @status_code = status_code
77
- @note_result = note_result
78
- end
79
- end
80
- end
81
- end
@@ -1,78 +0,0 @@
1
- # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
-
3
- # typed: true
4
- # frozen_string_literal: true
5
-
6
- require 'sorbet-runtime'
7
- require 'faraday'
8
- require_relative '../shared/departmentresult'
9
-
10
- module StackOne
11
- module Operations
12
-
13
- class AtsGetDepartmentRequest < ::StackOne::Utils::FieldAugmented
14
- extend T::Sig
15
-
16
-
17
- field :id, String, { 'path_param': { 'field_name': 'id', '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 comma separated list of fields to return in the response (if empty, all fields are returned)
21
- field :fields, T.nilable(String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
22
- # The unified cursor
23
- field :next_, T.nilable(String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
24
- # The page number of the results to fetch
25
- #
26
- # @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
27
- field :page, T.nilable(String), { 'query_param': { 'field_name': 'page', 'style': 'form', 'explode': true } }
28
- # The number of results per page
29
- field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
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(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
32
- # Indicates that the raw request result is returned
33
- field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
34
- # The sync token to select the only updated results
35
- field :sync_token, T.nilable(String), { 'query_param': { 'field_name': 'sync_token', 'style': 'form', 'explode': true } }
36
- # Use a string with a date to only select results updated after that given date
37
- field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
38
-
39
-
40
- 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), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
41
- def initialize(id: nil, x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
42
- @id = id
43
- @x_account_id = x_account_id
44
- @fields = fields
45
- @next_ = next_
46
- @page = page
47
- @page_size = page_size
48
- @proxy = proxy
49
- @raw = raw
50
- @sync_token = sync_token
51
- @updated_after = updated_after
52
- end
53
- end
54
-
55
-
56
- class AtsGetDepartmentResponse < ::StackOne::Utils::FieldAugmented
57
- extend T::Sig
58
-
59
- # HTTP response content type for this operation
60
- field :content_type, String
61
- # Raw HTTP response; suitable for custom response parsing
62
- field :raw_response, Faraday::Response
63
- # HTTP response status code for this operation
64
- field :status_code, Integer
65
- # The department with the given identifier was retrieved.
66
- field :department_result, T.nilable(Shared::DepartmentResult)
67
-
68
-
69
- sig { params(content_type: String, raw_response: Faraday::Response, status_code: Integer, department_result: T.nilable(Shared::DepartmentResult)).void }
70
- def initialize(content_type: nil, raw_response: nil, status_code: nil, department_result: nil)
71
- @content_type = content_type
72
- @raw_response = raw_response
73
- @status_code = status_code
74
- @department_result = department_result
75
- end
76
- end
77
- end
78
- end