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
|
@@ -9,6 +9,16 @@ require_relative '../shared/notespaginated'
|
|
|
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 AtsListCandidateNotesQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
14
|
+
extend T::Sig
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
def initialize; end
|
|
20
|
+
end
|
|
21
|
+
|
|
12
22
|
|
|
13
23
|
class AtsListCandidateNotesRequest < ::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::AtsListCandidateNotesQueryParamProxy), { '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::AtsListCandidateNotesQueryParamProxy), 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/candidatespaginated'
|
|
|
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 AtsListCandidatesQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
14
|
+
extend T::Sig
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
def initialize; end
|
|
20
|
+
end
|
|
21
|
+
|
|
12
22
|
|
|
13
23
|
class AtsListCandidatesRequest < ::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::AtsListCandidatesQueryParamProxy), { '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::AtsListCandidatesQueryParamProxy), 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/departmentspaginated'
|
|
|
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 AtsListDepartmentsQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
14
|
+
extend T::Sig
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
def initialize; end
|
|
20
|
+
end
|
|
21
|
+
|
|
12
22
|
|
|
13
23
|
class AtsListDepartmentsRequest < ::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::AtsListDepartmentsQueryParamProxy), { '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::AtsListDepartmentsQueryParamProxy), 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/interviewstagespaginated'
|
|
|
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 AtsListInterviewStagesQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
14
|
+
extend T::Sig
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
def initialize; end
|
|
20
|
+
end
|
|
21
|
+
|
|
12
22
|
|
|
13
23
|
class AtsListInterviewStagesRequest < ::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::AtsListInterviewStagesQueryParamProxy), { '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::AtsListInterviewStagesQueryParamProxy), 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/interviewspaginated'
|
|
|
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 AtsListInterviewsQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
14
|
+
extend T::Sig
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
def initialize; end
|
|
20
|
+
end
|
|
21
|
+
|
|
12
22
|
|
|
13
23
|
class AtsListInterviewsRequest < ::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::AtsListInterviewsQueryParamProxy), { '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::AtsListInterviewsQueryParamProxy), 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/jobpostingspaginated'
|
|
|
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 AtsListJobPostingsQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
14
|
+
extend T::Sig
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
def initialize; end
|
|
20
|
+
end
|
|
21
|
+
|
|
12
22
|
|
|
13
23
|
class AtsListJobPostingsRequest < ::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::AtsListJobPostingsQueryParamProxy), { '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(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(
|
|
50
|
+
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(Operations::AtsListJobPostingsQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
41
51
|
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
52
|
@x_account_id = x_account_id
|
|
43
53
|
@fields = fields
|
|
@@ -9,6 +9,16 @@ require_relative '../shared/jobspaginated'
|
|
|
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 AtsListJobsQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
14
|
+
extend T::Sig
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
def initialize; end
|
|
20
|
+
end
|
|
21
|
+
|
|
12
22
|
|
|
13
23
|
class AtsListJobsRequest < ::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::AtsListJobsQueryParamProxy), { '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::AtsListJobsQueryParamProxy), 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/atslocationspaginated'
|
|
|
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 AtsListLocationsQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
14
|
+
extend T::Sig
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
def initialize; end
|
|
20
|
+
end
|
|
21
|
+
|
|
12
22
|
|
|
13
23
|
class AtsListLocationsRequest < ::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::AtsListLocationsQueryParamProxy), { '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::AtsListLocationsQueryParamProxy), 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 AtsListOffersQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
14
|
+
extend T::Sig
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
def initialize; end
|
|
20
|
+
end
|
|
21
|
+
|
|
12
22
|
|
|
13
23
|
class AtsListOffersRequest < ::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::AtsListOffersQueryParamProxy), { '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::AtsListOffersQueryParamProxy), 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/rejectedreasonspaginated'
|
|
|
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 AtsListRejectedReasonsQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
14
|
+
extend T::Sig
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
def initialize; end
|
|
20
|
+
end
|
|
21
|
+
|
|
12
22
|
|
|
13
23
|
class AtsListRejectedReasonsRequest < ::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::AtsListRejectedReasonsQueryParamProxy), { '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::AtsListRejectedReasonsQueryParamProxy), 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/userspaginated'
|
|
|
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 AtsListUsersQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
14
|
+
extend T::Sig
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
def initialize; end
|
|
20
|
+
end
|
|
21
|
+
|
|
12
22
|
|
|
13
23
|
class AtsListUsersRequest < ::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::AtsListUsersQueryParamProxy), { '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::AtsListUsersQueryParamProxy), 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/accountresult'
|
|
|
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 CrmGetAccountQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
14
|
+
extend T::Sig
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
def initialize; end
|
|
20
|
+
end
|
|
21
|
+
|
|
12
22
|
|
|
13
23
|
class CrmGetAccountRequest < ::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::CrmGetAccountQueryParamProxy), { '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::CrmGetAccountQueryParamProxy), 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/contactresult'
|
|
|
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 CrmGetContactQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
14
|
+
extend T::Sig
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
def initialize; end
|
|
20
|
+
end
|
|
21
|
+
|
|
12
22
|
|
|
13
23
|
class CrmGetContactRequest < ::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::CrmGetContactQueryParamProxy), { '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::CrmGetContactQueryParamProxy), 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/listresult'
|
|
|
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 CrmGetListQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
14
|
+
extend T::Sig
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
def initialize; end
|
|
20
|
+
end
|
|
21
|
+
|
|
12
22
|
|
|
13
23
|
class CrmGetListRequest < ::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::CrmGetListQueryParamProxy), { '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::CrmGetListQueryParamProxy), 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/accountspaginated'
|
|
|
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 CrmListAccountsQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
14
|
+
extend T::Sig
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
def initialize; end
|
|
20
|
+
end
|
|
21
|
+
|
|
12
22
|
|
|
13
23
|
class CrmListAccountsRequest < ::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::CrmListAccountsQueryParamProxy), { '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::CrmListAccountsQueryParamProxy), 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/contactspaginated'
|
|
|
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 CrmListContactsQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
14
|
+
extend T::Sig
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
def initialize; end
|
|
20
|
+
end
|
|
21
|
+
|
|
12
22
|
|
|
13
23
|
class CrmListContactsRequest < ::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::CrmListContactsQueryParamProxy), { '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::CrmListContactsQueryParamProxy), 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/listspaginated'
|
|
|
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 CrmListListsQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
|
14
|
+
extend T::Sig
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
def initialize; end
|
|
20
|
+
end
|
|
21
|
+
|
|
12
22
|
|
|
13
23
|
class CrmListListsRequest < ::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::CrmListListsQueryParamProxy), { '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::CrmListListsQueryParamProxy), 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
|