stackone_client 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/stackone/models/operations/ats_get_application.rb +12 -2
- data/lib/stackone/models/operations/ats_get_application_offer.rb +12 -2
- data/lib/stackone/models/operations/ats_get_application_scorecard.rb +12 -2
- data/lib/stackone/models/operations/ats_get_candidate.rb +12 -2
- data/lib/stackone/models/operations/ats_get_candidate_note.rb +12 -2
- data/lib/stackone/models/operations/ats_get_department.rb +12 -2
- data/lib/stackone/models/operations/ats_get_interview.rb +12 -2
- data/lib/stackone/models/operations/ats_get_interview_stage.rb +12 -2
- data/lib/stackone/models/operations/ats_get_job.rb +12 -2
- data/lib/stackone/models/operations/ats_get_job_posting.rb +12 -2
- data/lib/stackone/models/operations/ats_get_location.rb +12 -2
- data/lib/stackone/models/operations/ats_get_offer.rb +12 -2
- data/lib/stackone/models/operations/ats_get_rejected_reason.rb +12 -2
- data/lib/stackone/models/operations/ats_get_user.rb +12 -2
- data/lib/stackone/models/operations/ats_list_application_scorecards.rb +12 -2
- data/lib/stackone/models/operations/ats_list_applications.rb +12 -2
- data/lib/stackone/models/operations/ats_list_applications_offers.rb +12 -2
- data/lib/stackone/models/operations/ats_list_candidate_notes.rb +12 -2
- data/lib/stackone/models/operations/ats_list_candidates.rb +12 -2
- data/lib/stackone/models/operations/ats_list_departments.rb +12 -2
- data/lib/stackone/models/operations/ats_list_interview_stages.rb +12 -2
- data/lib/stackone/models/operations/ats_list_interviews.rb +12 -2
- data/lib/stackone/models/operations/ats_list_job_postings.rb +12 -2
- data/lib/stackone/models/operations/ats_list_jobs.rb +12 -2
- data/lib/stackone/models/operations/ats_list_locations.rb +12 -2
- data/lib/stackone/models/operations/ats_list_offers.rb +12 -2
- data/lib/stackone/models/operations/ats_list_rejected_reasons.rb +12 -2
- data/lib/stackone/models/operations/ats_list_users.rb +12 -2
- data/lib/stackone/models/operations/crm_get_account.rb +12 -2
- data/lib/stackone/models/operations/crm_get_contact.rb +12 -2
- data/lib/stackone/models/operations/crm_get_list.rb +12 -2
- data/lib/stackone/models/operations/crm_list_accounts.rb +12 -2
- data/lib/stackone/models/operations/crm_list_contacts.rb +12 -2
- data/lib/stackone/models/operations/crm_list_lists.rb +12 -2
- data/lib/stackone/models/operations/hris_get_company.rb +12 -2
- data/lib/stackone/models/operations/hris_get_employee.rb +12 -2
- data/lib/stackone/models/operations/hris_get_employee_document.rb +12 -2
- data/lib/stackone/models/operations/hris_get_employees_time_off_request.rb +12 -2
- data/lib/stackone/models/operations/hris_get_employment.rb +12 -2
- data/lib/stackone/models/operations/hris_get_location.rb +12 -2
- data/lib/stackone/models/operations/hris_get_time_off_request.rb +12 -2
- data/lib/stackone/models/operations/hris_list_companies.rb +12 -2
- data/lib/stackone/models/operations/hris_list_employee_documents.rb +12 -2
- data/lib/stackone/models/operations/hris_list_employee_time_off_requests.rb +12 -2
- data/lib/stackone/models/operations/hris_list_employees.rb +12 -2
- data/lib/stackone/models/operations/hris_list_employments.rb +12 -2
- data/lib/stackone/models/operations/hris_list_locations.rb +12 -2
- data/lib/stackone/models/operations/hris_list_time_off_requests.rb +12 -2
- data/lib/stackone/models/operations/marketing_get_campaign.rb +12 -2
- data/lib/stackone/models/operations/marketing_get_email_template.rb +12 -2
- data/lib/stackone/models/operations/marketing_get_omni_channel_template.rb +12 -2
- data/lib/stackone/models/operations/marketing_get_push_template.rb +12 -2
- data/lib/stackone/models/operations/marketing_list_campaigns.rb +12 -2
- data/lib/stackone/models/operations/marketing_list_email_templates.rb +12 -2
- data/lib/stackone/models/operations/marketing_list_omni_channel_templates.rb +12 -2
- data/lib/stackone/models/operations/marketing_list_push_templates.rb +12 -2
- data/lib/stackone/models/shared/accountaddress.rb +6 -6
- data/lib/stackone/models/shared/answer.rb +7 -7
- data/lib/stackone/models/shared/application.rb +92 -9
- data/lib/stackone/models/shared/applicationattachment.rb +2 -2
- data/lib/stackone/models/shared/atscreateapplicationrequestdto.rb +65 -8
- data/lib/stackone/models/shared/atscreatecandidaterequestdto.rb +15 -15
- data/lib/stackone/models/shared/atscreatenotesrequestdto.rb +7 -7
- data/lib/stackone/models/shared/atscreateofferrequestdto.rb +41 -10
- data/lib/stackone/models/shared/atslocation.rb +3 -3
- data/lib/stackone/models/shared/atsupdateapplicationrequestdto.rb +62 -5
- data/lib/stackone/models/shared/attachmenttype.rb +5 -5
- data/lib/stackone/models/shared/campaign.rb +11 -11
- data/lib/stackone/models/shared/candidate.rb +25 -25
- data/lib/stackone/models/shared/candidateemail.rb +3 -3
- data/lib/stackone/models/shared/channelsenum.rb +3 -3
- data/lib/stackone/models/shared/connectsession.rb +5 -5
- data/lib/stackone/models/shared/connectsessiontoken.rb +5 -5
- data/lib/stackone/models/shared/content.rb +9 -8
- data/lib/stackone/models/shared/costcenters.rb +25 -0
- data/lib/stackone/models/shared/countrycodeenum.rb +4 -4
- data/lib/stackone/models/shared/createtimeoffresult.rb +4 -4
- data/lib/stackone/models/shared/department.rb +3 -3
- data/lib/stackone/models/shared/documentfileformatenum.rb +40 -0
- data/lib/stackone/models/shared/documenttypeenum.rb +3 -3
- data/lib/stackone/models/shared/emailmessages.rb +10 -10
- data/lib/stackone/models/shared/employee.rb +48 -35
- data/lib/stackone/models/shared/employeecustomfields.rb +3 -3
- data/lib/stackone/models/shared/employment.rb +25 -18
- data/lib/stackone/models/shared/hriscreateemployeerequestdto.rb +40 -33
- data/lib/stackone/models/shared/hriscreatetimeoffrequestdto.rb +6 -6
- data/lib/stackone/models/shared/hrislocation.rb +7 -7
- data/lib/stackone/models/shared/interview.rb +46 -20
- data/lib/stackone/models/shared/interviewer.rb +6 -6
- data/lib/stackone/models/shared/interviewstage.rb +7 -7
- data/lib/stackone/models/shared/job.rb +49 -18
- data/lib/stackone/models/shared/{hiringteam.rb → jobhiringteam.rb} +1 -1
- data/lib/stackone/models/shared/jobposting.rb +21 -14
- data/lib/stackone/models/shared/{compensation.rb → jobpostingcompensation.rb} +23 -23
- data/lib/stackone/models/shared/{location.rb → jobpostinglocation.rb} +1 -1
- data/lib/stackone/models/shared/jobpostingquestionnaire.rb +34 -0
- data/lib/stackone/models/shared/list.rb +3 -3
- data/lib/stackone/models/shared/message.rb +7 -7
- data/lib/stackone/models/shared/note.rb +7 -7
- data/lib/stackone/models/shared/offer.rb +43 -12
- data/lib/stackone/models/shared/offerhistory.rb +5 -5
- data/lib/stackone/models/shared/pushmessages.rb +5 -5
- data/lib/stackone/models/shared/question.rb +73 -0
- data/lib/stackone/models/shared/questionmultiplechoiceanswers.rb +28 -0
- data/lib/stackone/models/shared/questionnaire.rb +2 -2
- data/lib/stackone/models/shared/rejectedreason.rb +33 -5
- data/lib/stackone/models/shared/sociallink.rb +3 -3
- data/lib/stackone/models/shared/timeoff.rb +6 -6
- data/lib/stackone/models/shared/user.rb +8 -8
- data/lib/stackone/sdkconfiguration.rb +3 -3
- data/lib/stackone_client.rb +9 -9
- metadata +10 -10
- data/lib/stackone/models/shared/applicationcandidate.rb +0 -31
- data/lib/stackone/models/shared/applicationstatusenumapimodel.rb +0 -50
- data/lib/stackone/models/shared/jobstatusenum.rb +0 -43
- data/lib/stackone/models/shared/offerstatusenum.rb +0 -43
- data/lib/stackone/models/shared/rejectedreasontypeenum.rb +0 -40
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1d3b75f3a4984f5aa0bb2ae5d603cbe9c97ece14e1d16b0071648e8492ed6fea
|
|
4
|
+
data.tar.gz: 2ddc5e915001b379b4627018f59fb42bf98b549b0fd0039e0e244a82f9170f37
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cab909462436059993f863e0cb4c2250fb2164386dd5edf46de1f5b35c3f88d43b9a68ae8922fbcd7fb9b2eabab55a6e87a56c738726bc06005c4a9f024aceb0
|
|
7
|
+
data.tar.gz: aead7041b600ed8f8d65762a1be270d2de7d54b09f1094fef7c4cf8acf25c1b1b8a7f0ceb91bf3d54d7323112ed50238d371044d07ea4ead5a3d71013ba6baa6
|
|
@@ -9,6 +9,16 @@ require_relative '../shared/applicationresult'
|
|
|
9
9
|
|
|
10
10
|
module StackOne
|
|
11
11
|
module Operations
|
|
12
|
+
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
13
|
+
class Proxy < ::StackOne::Utils::FieldAugmented
|
|
14
|
+
extend T::Sig
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
def initialize; end
|
|
20
|
+
end
|
|
21
|
+
|
|
12
22
|
|
|
13
23
|
class AtsGetApplicationRequest < ::StackOne::Utils::FieldAugmented
|
|
14
24
|
extend T::Sig
|
|
@@ -28,7 +38,7 @@ module StackOne
|
|
|
28
38
|
# The number of results per page
|
|
29
39
|
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
30
40
|
# 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(
|
|
41
|
+
field :proxy, T.nilable(Operations::Proxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
32
42
|
# Indicates that the raw request result is returned
|
|
33
43
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
34
44
|
# The sync token to select the only updated results
|
|
@@ -37,7 +47,7 @@ module StackOne
|
|
|
37
47
|
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
38
48
|
|
|
39
49
|
|
|
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(
|
|
50
|
+
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(Operations::Proxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
41
51
|
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
52
|
@id = id
|
|
43
53
|
@x_account_id = x_account_id
|
|
@@ -9,6 +9,16 @@ require_relative '../shared/offersresult'
|
|
|
9
9
|
|
|
10
10
|
module StackOne
|
|
11
11
|
module Operations
|
|
12
|
+
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
13
|
+
class QueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
14
|
+
extend T::Sig
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
def initialize; end
|
|
20
|
+
end
|
|
21
|
+
|
|
12
22
|
|
|
13
23
|
class AtsGetApplicationOfferRequest < ::StackOne::Utils::FieldAugmented
|
|
14
24
|
extend T::Sig
|
|
@@ -30,7 +40,7 @@ module StackOne
|
|
|
30
40
|
# The number of results per page
|
|
31
41
|
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
32
42
|
# 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(
|
|
43
|
+
field :proxy, T.nilable(Operations::QueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
34
44
|
# Indicates that the raw request result is returned
|
|
35
45
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
36
46
|
# The sync token to select the only updated results
|
|
@@ -39,7 +49,7 @@ module StackOne
|
|
|
39
49
|
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
40
50
|
|
|
41
51
|
|
|
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(
|
|
52
|
+
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(Operations::QueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
43
53
|
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
54
|
@id = id
|
|
45
55
|
@sub_resource_id = sub_resource_id
|
|
@@ -9,6 +9,16 @@ require_relative '../shared/offersresult'
|
|
|
9
9
|
|
|
10
10
|
module StackOne
|
|
11
11
|
module Operations
|
|
12
|
+
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
13
|
+
class AtsGetApplicationScorecardQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
14
|
+
extend T::Sig
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
def initialize; end
|
|
20
|
+
end
|
|
21
|
+
|
|
12
22
|
|
|
13
23
|
class AtsGetApplicationScorecardRequest < ::StackOne::Utils::FieldAugmented
|
|
14
24
|
extend T::Sig
|
|
@@ -30,7 +40,7 @@ module StackOne
|
|
|
30
40
|
# The number of results per page
|
|
31
41
|
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
32
42
|
# 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(
|
|
43
|
+
field :proxy, T.nilable(Operations::AtsGetApplicationScorecardQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
34
44
|
# Indicates that the raw request result is returned
|
|
35
45
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
36
46
|
# The sync token to select the only updated results
|
|
@@ -39,7 +49,7 @@ module StackOne
|
|
|
39
49
|
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
40
50
|
|
|
41
51
|
|
|
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(
|
|
52
|
+
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(Operations::AtsGetApplicationScorecardQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
43
53
|
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
54
|
@id = id
|
|
45
55
|
@sub_resource_id = sub_resource_id
|
|
@@ -9,6 +9,16 @@ require_relative '../shared/candidateresult'
|
|
|
9
9
|
|
|
10
10
|
module StackOne
|
|
11
11
|
module Operations
|
|
12
|
+
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
13
|
+
class AtsGetCandidateQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
14
|
+
extend T::Sig
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
def initialize; end
|
|
20
|
+
end
|
|
21
|
+
|
|
12
22
|
|
|
13
23
|
class AtsGetCandidateRequest < ::StackOne::Utils::FieldAugmented
|
|
14
24
|
extend T::Sig
|
|
@@ -28,7 +38,7 @@ module StackOne
|
|
|
28
38
|
# The number of results per page
|
|
29
39
|
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
30
40
|
# 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(
|
|
41
|
+
field :proxy, T.nilable(Operations::AtsGetCandidateQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
32
42
|
# Indicates that the raw request result is returned
|
|
33
43
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
34
44
|
# The sync token to select the only updated results
|
|
@@ -37,7 +47,7 @@ module StackOne
|
|
|
37
47
|
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
38
48
|
|
|
39
49
|
|
|
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(
|
|
50
|
+
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(Operations::AtsGetCandidateQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
41
51
|
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
52
|
@id = id
|
|
43
53
|
@x_account_id = x_account_id
|
|
@@ -9,6 +9,16 @@ require_relative '../shared/noteresult'
|
|
|
9
9
|
|
|
10
10
|
module StackOne
|
|
11
11
|
module Operations
|
|
12
|
+
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
13
|
+
class AtsGetCandidateNoteQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
14
|
+
extend T::Sig
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
def initialize; end
|
|
20
|
+
end
|
|
21
|
+
|
|
12
22
|
|
|
13
23
|
class AtsGetCandidateNoteRequest < ::StackOne::Utils::FieldAugmented
|
|
14
24
|
extend T::Sig
|
|
@@ -30,7 +40,7 @@ module StackOne
|
|
|
30
40
|
# The number of results per page
|
|
31
41
|
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
32
42
|
# 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(
|
|
43
|
+
field :proxy, T.nilable(Operations::AtsGetCandidateNoteQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
34
44
|
# Indicates that the raw request result is returned
|
|
35
45
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
36
46
|
# The sync token to select the only updated results
|
|
@@ -39,7 +49,7 @@ module StackOne
|
|
|
39
49
|
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
40
50
|
|
|
41
51
|
|
|
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(
|
|
52
|
+
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(Operations::AtsGetCandidateNoteQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
43
53
|
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
54
|
@id = id
|
|
45
55
|
@sub_resource_id = sub_resource_id
|
|
@@ -9,6 +9,16 @@ require_relative '../shared/departmentresult'
|
|
|
9
9
|
|
|
10
10
|
module StackOne
|
|
11
11
|
module Operations
|
|
12
|
+
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
13
|
+
class AtsGetDepartmentQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
14
|
+
extend T::Sig
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
def initialize; end
|
|
20
|
+
end
|
|
21
|
+
|
|
12
22
|
|
|
13
23
|
class AtsGetDepartmentRequest < ::StackOne::Utils::FieldAugmented
|
|
14
24
|
extend T::Sig
|
|
@@ -28,7 +38,7 @@ module StackOne
|
|
|
28
38
|
# The number of results per page
|
|
29
39
|
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
30
40
|
# 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(
|
|
41
|
+
field :proxy, T.nilable(Operations::AtsGetDepartmentQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
32
42
|
# Indicates that the raw request result is returned
|
|
33
43
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
34
44
|
# The sync token to select the only updated results
|
|
@@ -37,7 +47,7 @@ module StackOne
|
|
|
37
47
|
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
38
48
|
|
|
39
49
|
|
|
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(
|
|
50
|
+
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(Operations::AtsGetDepartmentQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
41
51
|
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
52
|
@id = id
|
|
43
53
|
@x_account_id = x_account_id
|
|
@@ -9,6 +9,16 @@ require_relative '../shared/interviewsresult'
|
|
|
9
9
|
|
|
10
10
|
module StackOne
|
|
11
11
|
module Operations
|
|
12
|
+
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
13
|
+
class AtsGetInterviewQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
14
|
+
extend T::Sig
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
def initialize; end
|
|
20
|
+
end
|
|
21
|
+
|
|
12
22
|
|
|
13
23
|
class AtsGetInterviewRequest < ::StackOne::Utils::FieldAugmented
|
|
14
24
|
extend T::Sig
|
|
@@ -28,7 +38,7 @@ module StackOne
|
|
|
28
38
|
# The number of results per page
|
|
29
39
|
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
30
40
|
# 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(
|
|
41
|
+
field :proxy, T.nilable(Operations::AtsGetInterviewQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
32
42
|
# Indicates that the raw request result is returned
|
|
33
43
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
34
44
|
# The sync token to select the only updated results
|
|
@@ -37,7 +47,7 @@ module StackOne
|
|
|
37
47
|
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
38
48
|
|
|
39
49
|
|
|
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(
|
|
50
|
+
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(Operations::AtsGetInterviewQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
41
51
|
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
52
|
@id = id
|
|
43
53
|
@x_account_id = x_account_id
|
|
@@ -9,6 +9,16 @@ require_relative '../shared/interviewstageresult'
|
|
|
9
9
|
|
|
10
10
|
module StackOne
|
|
11
11
|
module Operations
|
|
12
|
+
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
13
|
+
class AtsGetInterviewStageQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
14
|
+
extend T::Sig
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
def initialize; end
|
|
20
|
+
end
|
|
21
|
+
|
|
12
22
|
|
|
13
23
|
class AtsGetInterviewStageRequest < ::StackOne::Utils::FieldAugmented
|
|
14
24
|
extend T::Sig
|
|
@@ -28,7 +38,7 @@ module StackOne
|
|
|
28
38
|
# The number of results per page
|
|
29
39
|
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
30
40
|
# 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(
|
|
41
|
+
field :proxy, T.nilable(Operations::AtsGetInterviewStageQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
32
42
|
# Indicates that the raw request result is returned
|
|
33
43
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
34
44
|
# The sync token to select the only updated results
|
|
@@ -37,7 +47,7 @@ module StackOne
|
|
|
37
47
|
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
38
48
|
|
|
39
49
|
|
|
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(
|
|
50
|
+
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(Operations::AtsGetInterviewStageQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
41
51
|
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
52
|
@id = id
|
|
43
53
|
@x_account_id = x_account_id
|
|
@@ -9,6 +9,16 @@ require_relative '../shared/jobresult'
|
|
|
9
9
|
|
|
10
10
|
module StackOne
|
|
11
11
|
module Operations
|
|
12
|
+
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
13
|
+
class AtsGetJobQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
14
|
+
extend T::Sig
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
def initialize; end
|
|
20
|
+
end
|
|
21
|
+
|
|
12
22
|
|
|
13
23
|
class AtsGetJobRequest < ::StackOne::Utils::FieldAugmented
|
|
14
24
|
extend T::Sig
|
|
@@ -28,7 +38,7 @@ module StackOne
|
|
|
28
38
|
# The number of results per page
|
|
29
39
|
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
30
40
|
# 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(
|
|
41
|
+
field :proxy, T.nilable(Operations::AtsGetJobQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
32
42
|
# Indicates that the raw request result is returned
|
|
33
43
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
34
44
|
# The sync token to select the only updated results
|
|
@@ -37,7 +47,7 @@ module StackOne
|
|
|
37
47
|
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
38
48
|
|
|
39
49
|
|
|
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(
|
|
50
|
+
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(Operations::AtsGetJobQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
41
51
|
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
52
|
@id = id
|
|
43
53
|
@x_account_id = x_account_id
|
|
@@ -9,6 +9,16 @@ require_relative '../shared/jobpostingresult'
|
|
|
9
9
|
|
|
10
10
|
module StackOne
|
|
11
11
|
module Operations
|
|
12
|
+
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
13
|
+
class AtsGetJobPostingQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
14
|
+
extend T::Sig
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
def initialize; end
|
|
20
|
+
end
|
|
21
|
+
|
|
12
22
|
|
|
13
23
|
class AtsGetJobPostingRequest < ::StackOne::Utils::FieldAugmented
|
|
14
24
|
extend T::Sig
|
|
@@ -30,7 +40,7 @@ module StackOne
|
|
|
30
40
|
# The number of results per page
|
|
31
41
|
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
32
42
|
# 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(
|
|
43
|
+
field :proxy, T.nilable(Operations::AtsGetJobPostingQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
34
44
|
# Indicates that the raw request result is returned
|
|
35
45
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
36
46
|
# The sync token to select the only updated results
|
|
@@ -39,7 +49,7 @@ module StackOne
|
|
|
39
49
|
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
40
50
|
|
|
41
51
|
|
|
42
|
-
sig { params(id: String, 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(
|
|
52
|
+
sig { params(id: String, 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(Operations::AtsGetJobPostingQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
43
53
|
def initialize(id: nil, 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)
|
|
44
54
|
@id = id
|
|
45
55
|
@x_account_id = x_account_id
|
|
@@ -9,6 +9,16 @@ require_relative '../shared/atslocationresult'
|
|
|
9
9
|
|
|
10
10
|
module StackOne
|
|
11
11
|
module Operations
|
|
12
|
+
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
13
|
+
class AtsGetLocationQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
14
|
+
extend T::Sig
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
def initialize; end
|
|
20
|
+
end
|
|
21
|
+
|
|
12
22
|
|
|
13
23
|
class AtsGetLocationRequest < ::StackOne::Utils::FieldAugmented
|
|
14
24
|
extend T::Sig
|
|
@@ -28,7 +38,7 @@ module StackOne
|
|
|
28
38
|
# The number of results per page
|
|
29
39
|
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
30
40
|
# 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(
|
|
41
|
+
field :proxy, T.nilable(Operations::AtsGetLocationQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
32
42
|
# Indicates that the raw request result is returned
|
|
33
43
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
34
44
|
# The sync token to select the only updated results
|
|
@@ -37,7 +47,7 @@ module StackOne
|
|
|
37
47
|
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
38
48
|
|
|
39
49
|
|
|
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(
|
|
50
|
+
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(Operations::AtsGetLocationQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
41
51
|
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
52
|
@id = id
|
|
43
53
|
@x_account_id = x_account_id
|
|
@@ -9,6 +9,16 @@ require_relative '../shared/offersresult'
|
|
|
9
9
|
|
|
10
10
|
module StackOne
|
|
11
11
|
module Operations
|
|
12
|
+
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
13
|
+
class AtsGetOfferQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
14
|
+
extend T::Sig
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
def initialize; end
|
|
20
|
+
end
|
|
21
|
+
|
|
12
22
|
|
|
13
23
|
class AtsGetOfferRequest < ::StackOne::Utils::FieldAugmented
|
|
14
24
|
extend T::Sig
|
|
@@ -28,7 +38,7 @@ module StackOne
|
|
|
28
38
|
# The number of results per page
|
|
29
39
|
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
30
40
|
# 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(
|
|
41
|
+
field :proxy, T.nilable(Operations::AtsGetOfferQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
32
42
|
# Indicates that the raw request result is returned
|
|
33
43
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
34
44
|
# The sync token to select the only updated results
|
|
@@ -37,7 +47,7 @@ module StackOne
|
|
|
37
47
|
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
38
48
|
|
|
39
49
|
|
|
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(
|
|
50
|
+
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(Operations::AtsGetOfferQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
41
51
|
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
52
|
@id = id
|
|
43
53
|
@x_account_id = x_account_id
|
|
@@ -9,6 +9,16 @@ require_relative '../shared/rejectedreasonresult'
|
|
|
9
9
|
|
|
10
10
|
module StackOne
|
|
11
11
|
module Operations
|
|
12
|
+
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
13
|
+
class AtsGetRejectedReasonQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
14
|
+
extend T::Sig
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
def initialize; end
|
|
20
|
+
end
|
|
21
|
+
|
|
12
22
|
|
|
13
23
|
class AtsGetRejectedReasonRequest < ::StackOne::Utils::FieldAugmented
|
|
14
24
|
extend T::Sig
|
|
@@ -28,7 +38,7 @@ module StackOne
|
|
|
28
38
|
# The number of results per page
|
|
29
39
|
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
30
40
|
# 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(
|
|
41
|
+
field :proxy, T.nilable(Operations::AtsGetRejectedReasonQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
32
42
|
# Indicates that the raw request result is returned
|
|
33
43
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
34
44
|
# The sync token to select the only updated results
|
|
@@ -37,7 +47,7 @@ module StackOne
|
|
|
37
47
|
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
38
48
|
|
|
39
49
|
|
|
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(
|
|
50
|
+
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(Operations::AtsGetRejectedReasonQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
41
51
|
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
52
|
@id = id
|
|
43
53
|
@x_account_id = x_account_id
|
|
@@ -9,6 +9,16 @@ require_relative '../shared/userresult'
|
|
|
9
9
|
|
|
10
10
|
module StackOne
|
|
11
11
|
module Operations
|
|
12
|
+
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
13
|
+
class AtsGetUserQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
14
|
+
extend T::Sig
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
def initialize; end
|
|
20
|
+
end
|
|
21
|
+
|
|
12
22
|
|
|
13
23
|
class AtsGetUserRequest < ::StackOne::Utils::FieldAugmented
|
|
14
24
|
extend T::Sig
|
|
@@ -28,7 +38,7 @@ module StackOne
|
|
|
28
38
|
# The number of results per page
|
|
29
39
|
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
30
40
|
# 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(
|
|
41
|
+
field :proxy, T.nilable(Operations::AtsGetUserQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
32
42
|
# Indicates that the raw request result is returned
|
|
33
43
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
34
44
|
# The sync token to select the only updated results
|
|
@@ -37,7 +47,7 @@ module StackOne
|
|
|
37
47
|
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
38
48
|
|
|
39
49
|
|
|
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(
|
|
50
|
+
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(Operations::AtsGetUserQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
41
51
|
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
52
|
@id = id
|
|
43
53
|
@x_account_id = x_account_id
|
|
@@ -9,6 +9,16 @@ require_relative '../shared/scorecardspaginated'
|
|
|
9
9
|
|
|
10
10
|
module StackOne
|
|
11
11
|
module Operations
|
|
12
|
+
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
13
|
+
class AtsListApplicationScorecardsQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
14
|
+
extend T::Sig
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
def initialize; end
|
|
20
|
+
end
|
|
21
|
+
|
|
12
22
|
|
|
13
23
|
class AtsListApplicationScorecardsRequest < ::StackOne::Utils::FieldAugmented
|
|
14
24
|
extend T::Sig
|
|
@@ -28,7 +38,7 @@ module StackOne
|
|
|
28
38
|
# The number of results per page
|
|
29
39
|
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
30
40
|
# 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(
|
|
41
|
+
field :proxy, T.nilable(Operations::AtsListApplicationScorecardsQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
32
42
|
# Indicates that the raw request result is returned
|
|
33
43
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
34
44
|
# The sync token to select the only updated results
|
|
@@ -37,7 +47,7 @@ module StackOne
|
|
|
37
47
|
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
38
48
|
|
|
39
49
|
|
|
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(
|
|
50
|
+
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(Operations::AtsListApplicationScorecardsQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
41
51
|
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
52
|
@id = id
|
|
43
53
|
@x_account_id = x_account_id
|
|
@@ -9,6 +9,16 @@ require_relative '../shared/applicationspaginated'
|
|
|
9
9
|
|
|
10
10
|
module StackOne
|
|
11
11
|
module Operations
|
|
12
|
+
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
13
|
+
class AtsListApplicationsQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
14
|
+
extend T::Sig
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
def initialize; end
|
|
20
|
+
end
|
|
21
|
+
|
|
12
22
|
|
|
13
23
|
class AtsListApplicationsRequest < ::StackOne::Utils::FieldAugmented
|
|
14
24
|
extend T::Sig
|
|
@@ -26,7 +36,7 @@ module StackOne
|
|
|
26
36
|
# The number of results per page
|
|
27
37
|
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
28
38
|
# 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(
|
|
39
|
+
field :proxy, T.nilable(Operations::AtsListApplicationsQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
30
40
|
# Indicates that the raw request result is returned
|
|
31
41
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
32
42
|
# The sync token to select the only updated results
|
|
@@ -35,7 +45,7 @@ module StackOne
|
|
|
35
45
|
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
36
46
|
|
|
37
47
|
|
|
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(
|
|
48
|
+
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(Operations::AtsListApplicationsQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
39
49
|
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
50
|
@x_account_id = x_account_id
|
|
41
51
|
@fields = fields
|
|
@@ -9,6 +9,16 @@ require_relative '../shared/offerspaginated'
|
|
|
9
9
|
|
|
10
10
|
module StackOne
|
|
11
11
|
module Operations
|
|
12
|
+
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
13
|
+
class AtsListApplicationsOffersQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
14
|
+
extend T::Sig
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
def initialize; end
|
|
20
|
+
end
|
|
21
|
+
|
|
12
22
|
|
|
13
23
|
class AtsListApplicationsOffersRequest < ::StackOne::Utils::FieldAugmented
|
|
14
24
|
extend T::Sig
|
|
@@ -28,7 +38,7 @@ module StackOne
|
|
|
28
38
|
# The number of results per page
|
|
29
39
|
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
30
40
|
# 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(
|
|
41
|
+
field :proxy, T.nilable(Operations::AtsListApplicationsOffersQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
32
42
|
# Indicates that the raw request result is returned
|
|
33
43
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
34
44
|
# The sync token to select the only updated results
|
|
@@ -37,7 +47,7 @@ module StackOne
|
|
|
37
47
|
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
38
48
|
|
|
39
49
|
|
|
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(
|
|
50
|
+
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(Operations::AtsListApplicationsOffersQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
41
51
|
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
52
|
@id = id
|
|
43
53
|
@x_account_id = x_account_id
|