stackone_client 0.0.1 → 0.0.2
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/hris.rb +74 -0
- data/lib/stackone/models/operations/ats_create_application.rb +2 -2
- data/lib/stackone/models/operations/ats_create_candidate.rb +2 -2
- data/lib/stackone/models/operations/ats_create_candidate_note.rb +2 -2
- data/lib/stackone/models/operations/ats_create_offer.rb +2 -2
- data/lib/stackone/models/operations/ats_get_application.rb +4 -14
- data/lib/stackone/models/operations/ats_get_application_offer.rb +4 -14
- data/lib/stackone/models/operations/ats_get_application_scorecard.rb +4 -14
- data/lib/stackone/models/operations/ats_get_candidate.rb +4 -14
- data/lib/stackone/models/operations/ats_get_candidate_note.rb +4 -14
- data/lib/stackone/models/operations/ats_get_department.rb +4 -14
- data/lib/stackone/models/operations/ats_get_interview.rb +4 -14
- data/lib/stackone/models/operations/ats_get_interview_stage.rb +4 -14
- data/lib/stackone/models/operations/ats_get_job.rb +4 -14
- data/lib/stackone/models/operations/ats_get_job_posting.rb +4 -14
- data/lib/stackone/models/operations/ats_get_location.rb +4 -14
- data/lib/stackone/models/operations/ats_get_offer.rb +4 -14
- data/lib/stackone/models/operations/ats_get_rejected_reason.rb +4 -14
- data/lib/stackone/models/operations/ats_get_user.rb +4 -14
- data/lib/stackone/models/operations/ats_list_application_scorecards.rb +4 -14
- data/lib/stackone/models/operations/ats_list_applications.rb +4 -14
- data/lib/stackone/models/operations/ats_list_applications_offers.rb +4 -14
- data/lib/stackone/models/operations/ats_list_candidate_notes.rb +4 -14
- data/lib/stackone/models/operations/ats_list_candidates.rb +4 -14
- data/lib/stackone/models/operations/ats_list_departments.rb +4 -14
- data/lib/stackone/models/operations/ats_list_interview_stages.rb +4 -14
- data/lib/stackone/models/operations/ats_list_interviews.rb +4 -14
- data/lib/stackone/models/operations/ats_list_job_postings.rb +4 -14
- data/lib/stackone/models/operations/ats_list_jobs.rb +4 -14
- data/lib/stackone/models/operations/ats_list_locations.rb +4 -14
- data/lib/stackone/models/operations/ats_list_offers.rb +4 -14
- data/lib/stackone/models/operations/ats_list_rejected_reasons.rb +4 -14
- data/lib/stackone/models/operations/ats_list_users.rb +4 -14
- data/lib/stackone/models/operations/ats_update_application.rb +2 -2
- data/lib/stackone/models/operations/ats_update_candidate.rb +2 -2
- data/lib/stackone/models/operations/crm_create_contact.rb +2 -2
- data/lib/stackone/models/operations/crm_get_account.rb +4 -14
- data/lib/stackone/models/operations/crm_get_contact.rb +4 -14
- data/lib/stackone/models/operations/crm_get_list.rb +4 -14
- data/lib/stackone/models/operations/crm_list_accounts.rb +4 -14
- data/lib/stackone/models/operations/crm_list_contacts.rb +4 -14
- data/lib/stackone/models/operations/crm_list_lists.rb +4 -14
- data/lib/stackone/models/operations/crm_update_contact.rb +2 -2
- data/lib/stackone/models/operations/hris_create_employee.rb +2 -2
- data/lib/stackone/models/operations/hris_create_employee_time_off_request.rb +2 -2
- data/lib/stackone/models/operations/hris_create_time_off_request.rb +2 -2
- data/lib/stackone/models/operations/hris_get_company.rb +4 -14
- data/lib/stackone/models/operations/hris_get_employee.rb +4 -14
- data/lib/stackone/models/operations/hris_get_employee_document.rb +81 -0
- data/lib/stackone/models/operations/hris_get_employees_time_off_request.rb +4 -14
- data/lib/stackone/models/operations/hris_get_employment.rb +4 -14
- data/lib/stackone/models/operations/hris_get_location.rb +4 -14
- data/lib/stackone/models/operations/hris_get_time_off_request.rb +4 -14
- data/lib/stackone/models/operations/hris_list_companies.rb +4 -14
- data/lib/stackone/models/operations/hris_list_employee_documents.rb +78 -0
- data/lib/stackone/models/operations/hris_list_employee_time_off_requests.rb +4 -14
- data/lib/stackone/models/operations/hris_list_employees.rb +4 -14
- data/lib/stackone/models/operations/hris_list_employments.rb +4 -14
- data/lib/stackone/models/operations/hris_list_locations.rb +4 -14
- data/lib/stackone/models/operations/hris_list_time_off_requests.rb +4 -14
- data/lib/stackone/models/operations/hris_update_employee.rb +2 -2
- data/lib/stackone/models/operations/hris_update_time_off_request.rb +2 -2
- data/lib/stackone/models/operations/marketing_create_email_template.rb +2 -2
- data/lib/stackone/models/operations/marketing_create_omni_channel_template.rb +2 -2
- data/lib/stackone/models/operations/marketing_create_push_template.rb +2 -2
- data/lib/stackone/models/operations/marketing_get_campaign.rb +4 -14
- data/lib/stackone/models/operations/marketing_get_email_template.rb +4 -14
- data/lib/stackone/models/operations/marketing_get_omni_channel_template.rb +4 -14
- data/lib/stackone/models/operations/marketing_get_push_template.rb +4 -14
- data/lib/stackone/models/operations/marketing_list_campaigns.rb +4 -14
- data/lib/stackone/models/operations/marketing_list_email_templates.rb +4 -14
- data/lib/stackone/models/operations/marketing_list_omni_channel_templates.rb +4 -14
- data/lib/stackone/models/operations/marketing_list_push_templates.rb +4 -14
- data/lib/stackone/models/operations/marketing_update_email_template.rb +2 -2
- data/lib/stackone/models/operations/marketing_update_omni_channel_template.rb +2 -2
- data/lib/stackone/models/operations/marketing_update_push_template.rb +2 -2
- data/lib/stackone/models/operations/stackone_authenticate_connect_session.rb +1 -1
- data/lib/stackone/models/operations/stackone_create_connect_session.rb +1 -1
- data/lib/stackone/models/operations/stackone_delete_account.rb +2 -2
- data/lib/stackone/models/operations/stackone_get_account.rb +2 -2
- data/lib/stackone/models/operations/stackone_get_account_meta_info.rb +2 -2
- data/lib/stackone/models/operations/stackone_get_connector_meta.rb +2 -2
- data/lib/stackone/models/operations/stackone_list_connectors_meta.rb +2 -2
- data/lib/stackone/models/operations/stackone_list_linked_accounts.rb +2 -2
- data/lib/stackone/models/operations/stackone_proxy_request.rb +2 -2
- data/lib/stackone/models/operations/stackone_update_account.rb +2 -2
- data/lib/stackone/models/shared/account.rb +12 -12
- data/lib/stackone/models/shared/accountaddress.rb +14 -14
- data/lib/stackone/models/shared/accountresult.rb +3 -3
- data/lib/stackone/models/shared/accountspaginated.rb +5 -5
- data/lib/stackone/models/shared/answer.rb +7 -7
- data/lib/stackone/models/shared/application.rb +18 -18
- data/lib/stackone/models/shared/applicationattachment.rb +9 -9
- data/lib/stackone/models/shared/applicationcandidate.rb +4 -4
- data/lib/stackone/models/shared/applicationresult.rb +3 -3
- data/lib/stackone/models/shared/applicationspaginated.rb +5 -5
- data/lib/stackone/models/shared/applicationstatusenumapimodel.rb +3 -3
- data/lib/stackone/models/shared/atscreateapplicationrequestdto.rb +8 -8
- data/lib/stackone/models/shared/atscreatecandidaterequestdto.rb +9 -9
- data/lib/stackone/models/shared/atscreatenotesrequestdto.rb +7 -7
- data/lib/stackone/models/shared/atscreateofferrequestdto.rb +7 -7
- data/lib/stackone/models/shared/atslocation.rb +3 -3
- data/lib/stackone/models/shared/atslocationresult.rb +3 -3
- data/lib/stackone/models/shared/atslocationspaginated.rb +5 -5
- data/lib/stackone/models/shared/atsupdateapplicationrequestdto.rb +9 -9
- data/lib/stackone/models/shared/atsupdatecandidatesrequestdto.rb +10 -10
- data/lib/stackone/models/shared/attachmenttype.rb +3 -3
- data/lib/stackone/models/shared/campaign.rb +21 -21
- data/lib/stackone/models/shared/campaignresult.rb +3 -3
- data/lib/stackone/models/shared/campaignspaginated.rb +5 -5
- data/lib/stackone/models/shared/candidate.rb +15 -15
- data/lib/stackone/models/shared/candidateemail.rb +3 -3
- data/lib/stackone/models/shared/candidateresult.rb +3 -3
- data/lib/stackone/models/shared/candidatespaginated.rb +5 -5
- data/lib/stackone/models/shared/channelsenum.rb +3 -3
- data/lib/stackone/models/shared/companiespaginated.rb +5 -5
- data/lib/stackone/models/shared/company.rb +6 -6
- data/lib/stackone/models/shared/companyresult.rb +3 -3
- data/lib/stackone/models/shared/compensation.rb +18 -18
- data/lib/stackone/models/shared/connectorsmeta.rb +29 -18
- data/lib/stackone/models/shared/connectsession.rb +13 -13
- data/lib/stackone/models/shared/connectsessionauthenticate.rb +2 -2
- data/lib/stackone/models/shared/connectsessioncreate.rb +16 -13
- data/lib/stackone/models/shared/connectsessiontoken.rb +14 -14
- data/lib/stackone/models/shared/contact.rb +11 -11
- data/lib/stackone/models/shared/contactresult.rb +3 -3
- data/lib/stackone/models/shared/contactspaginated.rb +5 -5
- data/lib/stackone/models/shared/content.rb +28 -0
- data/lib/stackone/models/shared/countrycodeenum.rb +3 -3
- data/lib/stackone/models/shared/createcandidatenoteresult.rb +4 -4
- data/lib/stackone/models/shared/createemployeeresult.rb +4 -4
- data/lib/stackone/models/shared/createofferresult.rb +4 -4
- data/lib/stackone/models/shared/createresult.rb +4 -4
- data/lib/stackone/models/shared/createtemplateresult.rb +4 -4
- data/lib/stackone/models/shared/createtimeoffresult.rb +4 -4
- data/lib/stackone/models/shared/crmcreatecontactrequestdto.rb +8 -8
- data/lib/stackone/models/shared/department.rb +3 -3
- data/lib/stackone/models/shared/departmentresult.rb +3 -3
- data/lib/stackone/models/shared/departmentspaginated.rb +5 -5
- data/lib/stackone/models/shared/documentapimodel.rb +44 -0
- data/lib/stackone/models/shared/documentresult.rb +29 -0
- data/lib/stackone/models/shared/documentspaginated.rb +34 -0
- data/lib/stackone/models/shared/documenttypeenum.rb +40 -0
- data/lib/stackone/models/shared/emailmessages.rb +14 -14
- data/lib/stackone/models/shared/employee.rb +97 -97
- data/lib/stackone/models/shared/employeecustomfields.rb +12 -12
- data/lib/stackone/models/shared/employeeresult.rb +3 -3
- data/lib/stackone/models/shared/employeespaginated.rb +5 -5
- data/lib/stackone/models/shared/employment.rb +25 -25
- data/lib/stackone/models/shared/employmentresult.rb +3 -3
- data/lib/stackone/models/shared/employmentspaginated.rb +5 -5
- data/lib/stackone/models/shared/field.rb +6 -6
- data/lib/stackone/models/shared/hiringteam.rb +6 -6
- data/lib/stackone/models/shared/hriscreateemployeerequestdto.rb +84 -84
- data/lib/stackone/models/shared/hriscreatetimeoffrequestdto.rb +13 -13
- data/lib/stackone/models/shared/hrislocation.rb +20 -20
- data/lib/stackone/models/shared/hrislocationresult.rb +3 -3
- data/lib/stackone/models/shared/hrislocationspaginated.rb +5 -5
- data/lib/stackone/models/shared/interview.rb +17 -17
- data/lib/stackone/models/shared/interviewer.rb +6 -6
- data/lib/stackone/models/shared/interviewpart.rb +7 -7
- data/lib/stackone/models/shared/interviewspaginated.rb +5 -5
- data/lib/stackone/models/shared/interviewsresult.rb +3 -3
- data/lib/stackone/models/shared/interviewstage.rb +6 -6
- data/lib/stackone/models/shared/interviewstageresult.rb +3 -3
- data/lib/stackone/models/shared/interviewstagespaginated.rb +5 -5
- data/lib/stackone/models/shared/job.rb +12 -12
- data/lib/stackone/models/shared/jobposting.rb +29 -29
- data/lib/stackone/models/shared/jobpostingresult.rb +3 -3
- data/lib/stackone/models/shared/jobpostingspaginated.rb +5 -5
- data/lib/stackone/models/shared/jobresult.rb +3 -3
- data/lib/stackone/models/shared/jobspaginated.rb +5 -5
- data/lib/stackone/models/shared/jobstatusenum.rb +3 -3
- data/lib/stackone/models/shared/linkedaccount.rb +14 -14
- data/lib/stackone/models/shared/linkedaccountmeta.rb +5 -15
- data/lib/stackone/models/shared/list.rb +10 -10
- data/lib/stackone/models/shared/listresult.rb +3 -3
- data/lib/stackone/models/shared/listspaginated.rb +5 -5
- data/lib/stackone/models/shared/location.rb +3 -3
- data/lib/stackone/models/shared/marketingcreateemailtemplaterequestdto.rb +5 -5
- data/lib/stackone/models/shared/marketingcreatepushtemplaterequestdto.rb +5 -5
- data/lib/stackone/models/shared/marketingcreatetemplaterequestdto.rb +5 -5
- data/lib/stackone/models/shared/message.rb +5 -5
- data/lib/stackone/models/shared/note.rb +11 -11
- data/lib/stackone/models/shared/notecontentapimodel.rb +2 -2
- data/lib/stackone/models/shared/noteresult.rb +3 -3
- data/lib/stackone/models/shared/notespaginated.rb +5 -5
- data/lib/stackone/models/shared/offer.rb +10 -10
- data/lib/stackone/models/shared/offerhistory.rb +6 -6
- data/lib/stackone/models/shared/offerspaginated.rb +5 -5
- data/lib/stackone/models/shared/offersresult.rb +3 -3
- data/lib/stackone/models/shared/offerstatusenum.rb +3 -3
- data/lib/stackone/models/shared/patchaccountdto.rb +1 -1
- data/lib/stackone/models/shared/proxyrequestbody.rb +8 -8
- data/lib/stackone/models/shared/pushmessages.rb +10 -10
- data/lib/stackone/models/shared/questionnaire.rb +3 -3
- data/lib/stackone/models/shared/rawresponse.rb +6 -6
- data/lib/stackone/models/shared/rejectedreason.rb +4 -4
- data/lib/stackone/models/shared/rejectedreasonresult.rb +3 -3
- data/lib/stackone/models/shared/rejectedreasonspaginated.rb +5 -5
- data/lib/stackone/models/shared/rejectedreasontypeenum.rb +3 -3
- data/lib/stackone/models/shared/resultlink.rb +3 -3
- data/lib/stackone/models/shared/scorecard.rb +11 -11
- data/lib/stackone/models/shared/scorecardsection.rb +4 -4
- data/lib/stackone/models/shared/scorecardspaginated.rb +5 -5
- data/lib/stackone/models/shared/security.rb +1 -1
- data/lib/stackone/models/shared/sociallink.rb +3 -3
- data/lib/stackone/models/shared/template.rb +6 -6
- data/lib/stackone/models/shared/templateresult.rb +3 -3
- data/lib/stackone/models/shared/templatespaginated.rb +5 -5
- data/lib/stackone/models/shared/timeoff.rb +16 -16
- data/lib/stackone/models/shared/timeoffpaginated.rb +5 -5
- data/lib/stackone/models/shared/timeoffresult.rb +3 -3
- data/lib/stackone/models/shared/updateresult.rb +4 -4
- data/lib/stackone/models/shared/user.rb +7 -7
- data/lib/stackone/models/shared/userresult.rb +3 -3
- data/lib/stackone/models/shared/userspaginated.rb +5 -5
- data/lib/stackone/sdkconfiguration.rb +5 -5
- data/lib/stackone/utils/utils.rb +2 -2
- data/lib/stackone_client.rb +228 -221
- metadata +14 -7
|
@@ -9,18 +9,8 @@ require_relative '../shared/employmentspaginated'
|
|
|
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 HrisListEmploymentsQueryParamProxy < StackOne::Utils::FieldAugmented
|
|
14
|
-
extend T::Sig
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
def initialize; end
|
|
20
|
-
end
|
|
21
|
-
|
|
22
12
|
|
|
23
|
-
class HrisListEmploymentsRequest < StackOne::Utils::FieldAugmented
|
|
13
|
+
class HrisListEmploymentsRequest < ::StackOne::Utils::FieldAugmented
|
|
24
14
|
extend T::Sig
|
|
25
15
|
|
|
26
16
|
# The account identifier
|
|
@@ -36,7 +26,7 @@ module StackOne
|
|
|
36
26
|
# The number of results per page
|
|
37
27
|
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
38
28
|
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
39
|
-
field :proxy, T.nilable(
|
|
29
|
+
field :proxy, T.nilable(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
40
30
|
# Indicates that the raw request result is returned
|
|
41
31
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
42
32
|
# The sync token to select the only updated results
|
|
@@ -45,7 +35,7 @@ module StackOne
|
|
|
45
35
|
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
46
36
|
|
|
47
37
|
|
|
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(
|
|
38
|
+
sig { params(x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(T::Hash[Symbol, Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
49
39
|
def initialize(x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
|
50
40
|
@x_account_id = x_account_id
|
|
51
41
|
@fields = fields
|
|
@@ -60,7 +50,7 @@ module StackOne
|
|
|
60
50
|
end
|
|
61
51
|
|
|
62
52
|
|
|
63
|
-
class HrisListEmploymentsResponse < StackOne::Utils::FieldAugmented
|
|
53
|
+
class HrisListEmploymentsResponse < ::StackOne::Utils::FieldAugmented
|
|
64
54
|
extend T::Sig
|
|
65
55
|
|
|
66
56
|
# HTTP response content type for this operation
|
|
@@ -9,18 +9,8 @@ require_relative '../shared/hrislocationspaginated'
|
|
|
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 HrisListLocationsQueryParamProxy < StackOne::Utils::FieldAugmented
|
|
14
|
-
extend T::Sig
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
def initialize; end
|
|
20
|
-
end
|
|
21
|
-
|
|
22
12
|
|
|
23
|
-
class HrisListLocationsRequest < StackOne::Utils::FieldAugmented
|
|
13
|
+
class HrisListLocationsRequest < ::StackOne::Utils::FieldAugmented
|
|
24
14
|
extend T::Sig
|
|
25
15
|
|
|
26
16
|
# The account identifier
|
|
@@ -36,7 +26,7 @@ module StackOne
|
|
|
36
26
|
# The number of results per page
|
|
37
27
|
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
38
28
|
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
39
|
-
field :proxy, T.nilable(
|
|
29
|
+
field :proxy, T.nilable(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
40
30
|
# Indicates that the raw request result is returned
|
|
41
31
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
42
32
|
# The sync token to select the only updated results
|
|
@@ -45,7 +35,7 @@ module StackOne
|
|
|
45
35
|
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
46
36
|
|
|
47
37
|
|
|
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(
|
|
38
|
+
sig { params(x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(T::Hash[Symbol, Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
49
39
|
def initialize(x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
|
50
40
|
@x_account_id = x_account_id
|
|
51
41
|
@fields = fields
|
|
@@ -60,7 +50,7 @@ module StackOne
|
|
|
60
50
|
end
|
|
61
51
|
|
|
62
52
|
|
|
63
|
-
class HrisListLocationsResponse < StackOne::Utils::FieldAugmented
|
|
53
|
+
class HrisListLocationsResponse < ::StackOne::Utils::FieldAugmented
|
|
64
54
|
extend T::Sig
|
|
65
55
|
|
|
66
56
|
# HTTP response content type for this operation
|
|
@@ -9,18 +9,8 @@ require_relative '../shared/timeoffpaginated'
|
|
|
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 HrisListTimeOffRequestsQueryParamProxy < StackOne::Utils::FieldAugmented
|
|
14
|
-
extend T::Sig
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
def initialize; end
|
|
20
|
-
end
|
|
21
|
-
|
|
22
12
|
|
|
23
|
-
class HrisListTimeOffRequestsRequest < StackOne::Utils::FieldAugmented
|
|
13
|
+
class HrisListTimeOffRequestsRequest < ::StackOne::Utils::FieldAugmented
|
|
24
14
|
extend T::Sig
|
|
25
15
|
|
|
26
16
|
# The account identifier
|
|
@@ -36,7 +26,7 @@ module StackOne
|
|
|
36
26
|
# The number of results per page
|
|
37
27
|
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
38
28
|
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
39
|
-
field :proxy, T.nilable(
|
|
29
|
+
field :proxy, T.nilable(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
40
30
|
# Indicates that the raw request result is returned
|
|
41
31
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
42
32
|
# The sync token to select the only updated results
|
|
@@ -45,7 +35,7 @@ module StackOne
|
|
|
45
35
|
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
46
36
|
|
|
47
37
|
|
|
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(
|
|
38
|
+
sig { params(x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(T::Hash[Symbol, Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
49
39
|
def initialize(x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
|
50
40
|
@x_account_id = x_account_id
|
|
51
41
|
@fields = fields
|
|
@@ -60,7 +50,7 @@ module StackOne
|
|
|
60
50
|
end
|
|
61
51
|
|
|
62
52
|
|
|
63
|
-
class HrisListTimeOffRequestsResponse < StackOne::Utils::FieldAugmented
|
|
53
|
+
class HrisListTimeOffRequestsResponse < ::StackOne::Utils::FieldAugmented
|
|
64
54
|
extend T::Sig
|
|
65
55
|
|
|
66
56
|
# HTTP response content type for this operation
|
|
@@ -11,7 +11,7 @@ require_relative '../shared/createemployeeresult'
|
|
|
11
11
|
module StackOne
|
|
12
12
|
module Operations
|
|
13
13
|
|
|
14
|
-
class HrisUpdateEmployeeRequest < StackOne::Utils::FieldAugmented
|
|
14
|
+
class HrisUpdateEmployeeRequest < ::StackOne::Utils::FieldAugmented
|
|
15
15
|
extend T::Sig
|
|
16
16
|
|
|
17
17
|
|
|
@@ -31,7 +31,7 @@ module StackOne
|
|
|
31
31
|
end
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
class HrisUpdateEmployeeResponse < StackOne::Utils::FieldAugmented
|
|
34
|
+
class HrisUpdateEmployeeResponse < ::StackOne::Utils::FieldAugmented
|
|
35
35
|
extend T::Sig
|
|
36
36
|
|
|
37
37
|
# HTTP response content type for this operation
|
|
@@ -11,7 +11,7 @@ require_relative '../shared/createtimeoffresult'
|
|
|
11
11
|
module StackOne
|
|
12
12
|
module Operations
|
|
13
13
|
|
|
14
|
-
class HrisUpdateTimeOffRequestRequest < StackOne::Utils::FieldAugmented
|
|
14
|
+
class HrisUpdateTimeOffRequestRequest < ::StackOne::Utils::FieldAugmented
|
|
15
15
|
extend T::Sig
|
|
16
16
|
|
|
17
17
|
|
|
@@ -31,7 +31,7 @@ module StackOne
|
|
|
31
31
|
end
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
class HrisUpdateTimeOffRequestResponse < StackOne::Utils::FieldAugmented
|
|
34
|
+
class HrisUpdateTimeOffRequestResponse < ::StackOne::Utils::FieldAugmented
|
|
35
35
|
extend T::Sig
|
|
36
36
|
|
|
37
37
|
# HTTP response content type for this operation
|
|
@@ -11,7 +11,7 @@ require_relative '../shared/createtemplateresult'
|
|
|
11
11
|
module StackOne
|
|
12
12
|
module Operations
|
|
13
13
|
|
|
14
|
-
class MarketingCreateEmailTemplateRequest < StackOne::Utils::FieldAugmented
|
|
14
|
+
class MarketingCreateEmailTemplateRequest < ::StackOne::Utils::FieldAugmented
|
|
15
15
|
extend T::Sig
|
|
16
16
|
|
|
17
17
|
|
|
@@ -28,7 +28,7 @@ module StackOne
|
|
|
28
28
|
end
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
class MarketingCreateEmailTemplateResponse < StackOne::Utils::FieldAugmented
|
|
31
|
+
class MarketingCreateEmailTemplateResponse < ::StackOne::Utils::FieldAugmented
|
|
32
32
|
extend T::Sig
|
|
33
33
|
|
|
34
34
|
# HTTP response content type for this operation
|
|
@@ -11,7 +11,7 @@ require_relative '../shared/createtemplateresult'
|
|
|
11
11
|
module StackOne
|
|
12
12
|
module Operations
|
|
13
13
|
|
|
14
|
-
class MarketingCreateOmniChannelTemplateRequest < StackOne::Utils::FieldAugmented
|
|
14
|
+
class MarketingCreateOmniChannelTemplateRequest < ::StackOne::Utils::FieldAugmented
|
|
15
15
|
extend T::Sig
|
|
16
16
|
|
|
17
17
|
|
|
@@ -28,7 +28,7 @@ module StackOne
|
|
|
28
28
|
end
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
class MarketingCreateOmniChannelTemplateResponse < StackOne::Utils::FieldAugmented
|
|
31
|
+
class MarketingCreateOmniChannelTemplateResponse < ::StackOne::Utils::FieldAugmented
|
|
32
32
|
extend T::Sig
|
|
33
33
|
|
|
34
34
|
# HTTP response content type for this operation
|
|
@@ -11,7 +11,7 @@ require_relative '../shared/createtemplateresult'
|
|
|
11
11
|
module StackOne
|
|
12
12
|
module Operations
|
|
13
13
|
|
|
14
|
-
class MarketingCreatePushTemplateRequest < StackOne::Utils::FieldAugmented
|
|
14
|
+
class MarketingCreatePushTemplateRequest < ::StackOne::Utils::FieldAugmented
|
|
15
15
|
extend T::Sig
|
|
16
16
|
|
|
17
17
|
|
|
@@ -28,7 +28,7 @@ module StackOne
|
|
|
28
28
|
end
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
class MarketingCreatePushTemplateResponse < StackOne::Utils::FieldAugmented
|
|
31
|
+
class MarketingCreatePushTemplateResponse < ::StackOne::Utils::FieldAugmented
|
|
32
32
|
extend T::Sig
|
|
33
33
|
|
|
34
34
|
# HTTP response content type for this operation
|
|
@@ -9,18 +9,8 @@ require_relative '../shared/campaignresult'
|
|
|
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 MarketingGetCampaignQueryParamProxy < StackOne::Utils::FieldAugmented
|
|
14
|
-
extend T::Sig
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
def initialize; end
|
|
20
|
-
end
|
|
21
|
-
|
|
22
12
|
|
|
23
|
-
class MarketingGetCampaignRequest < StackOne::Utils::FieldAugmented
|
|
13
|
+
class MarketingGetCampaignRequest < ::StackOne::Utils::FieldAugmented
|
|
24
14
|
extend T::Sig
|
|
25
15
|
|
|
26
16
|
|
|
@@ -38,7 +28,7 @@ module StackOne
|
|
|
38
28
|
# The number of results per page
|
|
39
29
|
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
40
30
|
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
41
|
-
field :proxy, T.nilable(
|
|
31
|
+
field :proxy, T.nilable(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
42
32
|
# Indicates that the raw request result is returned
|
|
43
33
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
44
34
|
# The sync token to select the only updated results
|
|
@@ -47,7 +37,7 @@ module StackOne
|
|
|
47
37
|
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
48
38
|
|
|
49
39
|
|
|
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(
|
|
40
|
+
sig { params(id: String, x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(T::Hash[Symbol, Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
51
41
|
def initialize(id: nil, x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
|
52
42
|
@id = id
|
|
53
43
|
@x_account_id = x_account_id
|
|
@@ -63,7 +53,7 @@ module StackOne
|
|
|
63
53
|
end
|
|
64
54
|
|
|
65
55
|
|
|
66
|
-
class MarketingGetCampaignResponse < StackOne::Utils::FieldAugmented
|
|
56
|
+
class MarketingGetCampaignResponse < ::StackOne::Utils::FieldAugmented
|
|
67
57
|
extend T::Sig
|
|
68
58
|
|
|
69
59
|
# HTTP response content type for this operation
|
|
@@ -9,18 +9,8 @@ require_relative '../shared/templateresult'
|
|
|
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 MarketingGetEmailTemplateQueryParamProxy < StackOne::Utils::FieldAugmented
|
|
14
|
-
extend T::Sig
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
def initialize; end
|
|
20
|
-
end
|
|
21
|
-
|
|
22
12
|
|
|
23
|
-
class MarketingGetEmailTemplateRequest < StackOne::Utils::FieldAugmented
|
|
13
|
+
class MarketingGetEmailTemplateRequest < ::StackOne::Utils::FieldAugmented
|
|
24
14
|
extend T::Sig
|
|
25
15
|
|
|
26
16
|
|
|
@@ -38,7 +28,7 @@ module StackOne
|
|
|
38
28
|
# The number of results per page
|
|
39
29
|
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
40
30
|
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
41
|
-
field :proxy, T.nilable(
|
|
31
|
+
field :proxy, T.nilable(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
42
32
|
# Indicates that the raw request result is returned
|
|
43
33
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
44
34
|
# The sync token to select the only updated results
|
|
@@ -47,7 +37,7 @@ module StackOne
|
|
|
47
37
|
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
48
38
|
|
|
49
39
|
|
|
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(
|
|
40
|
+
sig { params(id: String, x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(T::Hash[Symbol, Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
51
41
|
def initialize(id: nil, x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
|
52
42
|
@id = id
|
|
53
43
|
@x_account_id = x_account_id
|
|
@@ -63,7 +53,7 @@ module StackOne
|
|
|
63
53
|
end
|
|
64
54
|
|
|
65
55
|
|
|
66
|
-
class MarketingGetEmailTemplateResponse < StackOne::Utils::FieldAugmented
|
|
56
|
+
class MarketingGetEmailTemplateResponse < ::StackOne::Utils::FieldAugmented
|
|
67
57
|
extend T::Sig
|
|
68
58
|
|
|
69
59
|
# HTTP response content type for this operation
|
|
@@ -9,18 +9,8 @@ require_relative '../shared/templateresult'
|
|
|
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 MarketingGetOmniChannelTemplateQueryParamProxy < StackOne::Utils::FieldAugmented
|
|
14
|
-
extend T::Sig
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
def initialize; end
|
|
20
|
-
end
|
|
21
|
-
|
|
22
12
|
|
|
23
|
-
class MarketingGetOmniChannelTemplateRequest < StackOne::Utils::FieldAugmented
|
|
13
|
+
class MarketingGetOmniChannelTemplateRequest < ::StackOne::Utils::FieldAugmented
|
|
24
14
|
extend T::Sig
|
|
25
15
|
|
|
26
16
|
|
|
@@ -38,7 +28,7 @@ module StackOne
|
|
|
38
28
|
# The number of results per page
|
|
39
29
|
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
40
30
|
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
41
|
-
field :proxy, T.nilable(
|
|
31
|
+
field :proxy, T.nilable(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
42
32
|
# Indicates that the raw request result is returned
|
|
43
33
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
44
34
|
# The sync token to select the only updated results
|
|
@@ -47,7 +37,7 @@ module StackOne
|
|
|
47
37
|
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
48
38
|
|
|
49
39
|
|
|
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(
|
|
40
|
+
sig { params(id: String, x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(T::Hash[Symbol, Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
51
41
|
def initialize(id: nil, x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
|
52
42
|
@id = id
|
|
53
43
|
@x_account_id = x_account_id
|
|
@@ -63,7 +53,7 @@ module StackOne
|
|
|
63
53
|
end
|
|
64
54
|
|
|
65
55
|
|
|
66
|
-
class MarketingGetOmniChannelTemplateResponse < StackOne::Utils::FieldAugmented
|
|
56
|
+
class MarketingGetOmniChannelTemplateResponse < ::StackOne::Utils::FieldAugmented
|
|
67
57
|
extend T::Sig
|
|
68
58
|
|
|
69
59
|
# HTTP response content type for this operation
|
|
@@ -9,18 +9,8 @@ require_relative '../shared/templateresult'
|
|
|
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 MarketingGetPushTemplateQueryParamProxy < StackOne::Utils::FieldAugmented
|
|
14
|
-
extend T::Sig
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
def initialize; end
|
|
20
|
-
end
|
|
21
|
-
|
|
22
12
|
|
|
23
|
-
class MarketingGetPushTemplateRequest < StackOne::Utils::FieldAugmented
|
|
13
|
+
class MarketingGetPushTemplateRequest < ::StackOne::Utils::FieldAugmented
|
|
24
14
|
extend T::Sig
|
|
25
15
|
|
|
26
16
|
|
|
@@ -38,7 +28,7 @@ module StackOne
|
|
|
38
28
|
# The number of results per page
|
|
39
29
|
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
40
30
|
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
41
|
-
field :proxy, T.nilable(
|
|
31
|
+
field :proxy, T.nilable(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
42
32
|
# Indicates that the raw request result is returned
|
|
43
33
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
44
34
|
# The sync token to select the only updated results
|
|
@@ -47,7 +37,7 @@ module StackOne
|
|
|
47
37
|
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
48
38
|
|
|
49
39
|
|
|
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(
|
|
40
|
+
sig { params(id: String, x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(T::Hash[Symbol, Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
51
41
|
def initialize(id: nil, x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
|
52
42
|
@id = id
|
|
53
43
|
@x_account_id = x_account_id
|
|
@@ -63,7 +53,7 @@ module StackOne
|
|
|
63
53
|
end
|
|
64
54
|
|
|
65
55
|
|
|
66
|
-
class MarketingGetPushTemplateResponse < StackOne::Utils::FieldAugmented
|
|
56
|
+
class MarketingGetPushTemplateResponse < ::StackOne::Utils::FieldAugmented
|
|
67
57
|
extend T::Sig
|
|
68
58
|
|
|
69
59
|
# HTTP response content type for this operation
|
|
@@ -9,18 +9,8 @@ require_relative '../shared/campaignspaginated'
|
|
|
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 MarketingListCampaignsQueryParamProxy < StackOne::Utils::FieldAugmented
|
|
14
|
-
extend T::Sig
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
def initialize; end
|
|
20
|
-
end
|
|
21
|
-
|
|
22
12
|
|
|
23
|
-
class MarketingListCampaignsRequest < StackOne::Utils::FieldAugmented
|
|
13
|
+
class MarketingListCampaignsRequest < ::StackOne::Utils::FieldAugmented
|
|
24
14
|
extend T::Sig
|
|
25
15
|
|
|
26
16
|
# The account identifier
|
|
@@ -36,7 +26,7 @@ module StackOne
|
|
|
36
26
|
# The number of results per page
|
|
37
27
|
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
38
28
|
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
39
|
-
field :proxy, T.nilable(
|
|
29
|
+
field :proxy, T.nilable(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
40
30
|
# Indicates that the raw request result is returned
|
|
41
31
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
42
32
|
# The sync token to select the only updated results
|
|
@@ -45,7 +35,7 @@ module StackOne
|
|
|
45
35
|
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
46
36
|
|
|
47
37
|
|
|
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(
|
|
38
|
+
sig { params(x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(T::Hash[Symbol, Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
49
39
|
def initialize(x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
|
50
40
|
@x_account_id = x_account_id
|
|
51
41
|
@fields = fields
|
|
@@ -60,7 +50,7 @@ module StackOne
|
|
|
60
50
|
end
|
|
61
51
|
|
|
62
52
|
|
|
63
|
-
class MarketingListCampaignsResponse < StackOne::Utils::FieldAugmented
|
|
53
|
+
class MarketingListCampaignsResponse < ::StackOne::Utils::FieldAugmented
|
|
64
54
|
extend T::Sig
|
|
65
55
|
|
|
66
56
|
# HTTP response content type for this operation
|
|
@@ -9,18 +9,8 @@ require_relative '../shared/templatespaginated'
|
|
|
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 MarketingListEmailTemplatesQueryParamProxy < StackOne::Utils::FieldAugmented
|
|
14
|
-
extend T::Sig
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
def initialize; end
|
|
20
|
-
end
|
|
21
|
-
|
|
22
12
|
|
|
23
|
-
class MarketingListEmailTemplatesRequest < StackOne::Utils::FieldAugmented
|
|
13
|
+
class MarketingListEmailTemplatesRequest < ::StackOne::Utils::FieldAugmented
|
|
24
14
|
extend T::Sig
|
|
25
15
|
|
|
26
16
|
# The account identifier
|
|
@@ -36,7 +26,7 @@ module StackOne
|
|
|
36
26
|
# The number of results per page
|
|
37
27
|
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
38
28
|
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
39
|
-
field :proxy, T.nilable(
|
|
29
|
+
field :proxy, T.nilable(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
40
30
|
# Indicates that the raw request result is returned
|
|
41
31
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
42
32
|
# The sync token to select the only updated results
|
|
@@ -45,7 +35,7 @@ module StackOne
|
|
|
45
35
|
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
46
36
|
|
|
47
37
|
|
|
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(
|
|
38
|
+
sig { params(x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(T::Hash[Symbol, Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
49
39
|
def initialize(x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
|
50
40
|
@x_account_id = x_account_id
|
|
51
41
|
@fields = fields
|
|
@@ -60,7 +50,7 @@ module StackOne
|
|
|
60
50
|
end
|
|
61
51
|
|
|
62
52
|
|
|
63
|
-
class MarketingListEmailTemplatesResponse < StackOne::Utils::FieldAugmented
|
|
53
|
+
class MarketingListEmailTemplatesResponse < ::StackOne::Utils::FieldAugmented
|
|
64
54
|
extend T::Sig
|
|
65
55
|
|
|
66
56
|
# HTTP response content type for this operation
|
|
@@ -9,18 +9,8 @@ require_relative '../shared/templatespaginated'
|
|
|
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 MarketingListOmniChannelTemplatesQueryParamProxy < StackOne::Utils::FieldAugmented
|
|
14
|
-
extend T::Sig
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
def initialize; end
|
|
20
|
-
end
|
|
21
|
-
|
|
22
12
|
|
|
23
|
-
class MarketingListOmniChannelTemplatesRequest < StackOne::Utils::FieldAugmented
|
|
13
|
+
class MarketingListOmniChannelTemplatesRequest < ::StackOne::Utils::FieldAugmented
|
|
24
14
|
extend T::Sig
|
|
25
15
|
|
|
26
16
|
# The account identifier
|
|
@@ -36,7 +26,7 @@ module StackOne
|
|
|
36
26
|
# The number of results per page
|
|
37
27
|
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
38
28
|
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
39
|
-
field :proxy, T.nilable(
|
|
29
|
+
field :proxy, T.nilable(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
40
30
|
# Indicates that the raw request result is returned
|
|
41
31
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
42
32
|
# The sync token to select the only updated results
|
|
@@ -45,7 +35,7 @@ module StackOne
|
|
|
45
35
|
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
46
36
|
|
|
47
37
|
|
|
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(
|
|
38
|
+
sig { params(x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(T::Hash[Symbol, Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
49
39
|
def initialize(x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
|
50
40
|
@x_account_id = x_account_id
|
|
51
41
|
@fields = fields
|
|
@@ -60,7 +50,7 @@ module StackOne
|
|
|
60
50
|
end
|
|
61
51
|
|
|
62
52
|
|
|
63
|
-
class MarketingListOmniChannelTemplatesResponse < StackOne::Utils::FieldAugmented
|
|
53
|
+
class MarketingListOmniChannelTemplatesResponse < ::StackOne::Utils::FieldAugmented
|
|
64
54
|
extend T::Sig
|
|
65
55
|
|
|
66
56
|
# HTTP response content type for this operation
|
|
@@ -9,18 +9,8 @@ require_relative '../shared/templatespaginated'
|
|
|
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 MarketingListPushTemplatesQueryParamProxy < StackOne::Utils::FieldAugmented
|
|
14
|
-
extend T::Sig
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
def initialize; end
|
|
20
|
-
end
|
|
21
|
-
|
|
22
12
|
|
|
23
|
-
class MarketingListPushTemplatesRequest < StackOne::Utils::FieldAugmented
|
|
13
|
+
class MarketingListPushTemplatesRequest < ::StackOne::Utils::FieldAugmented
|
|
24
14
|
extend T::Sig
|
|
25
15
|
|
|
26
16
|
# The account identifier
|
|
@@ -36,7 +26,7 @@ module StackOne
|
|
|
36
26
|
# The number of results per page
|
|
37
27
|
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
38
28
|
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
|
39
|
-
field :proxy, T.nilable(
|
|
29
|
+
field :proxy, T.nilable(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
|
40
30
|
# Indicates that the raw request result is returned
|
|
41
31
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
42
32
|
# The sync token to select the only updated results
|
|
@@ -45,7 +35,7 @@ module StackOne
|
|
|
45
35
|
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
46
36
|
|
|
47
37
|
|
|
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(
|
|
38
|
+
sig { params(x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(T::Hash[Symbol, Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
|
49
39
|
def initialize(x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
|
50
40
|
@x_account_id = x_account_id
|
|
51
41
|
@fields = fields
|
|
@@ -60,7 +50,7 @@ module StackOne
|
|
|
60
50
|
end
|
|
61
51
|
|
|
62
52
|
|
|
63
|
-
class MarketingListPushTemplatesResponse < StackOne::Utils::FieldAugmented
|
|
53
|
+
class MarketingListPushTemplatesResponse < ::StackOne::Utils::FieldAugmented
|
|
64
54
|
extend T::Sig
|
|
65
55
|
|
|
66
56
|
# HTTP response content type for this operation
|
|
@@ -11,7 +11,7 @@ require_relative '../shared/createtemplateresult'
|
|
|
11
11
|
module StackOne
|
|
12
12
|
module Operations
|
|
13
13
|
|
|
14
|
-
class MarketingUpdateEmailTemplateRequest < StackOne::Utils::FieldAugmented
|
|
14
|
+
class MarketingUpdateEmailTemplateRequest < ::StackOne::Utils::FieldAugmented
|
|
15
15
|
extend T::Sig
|
|
16
16
|
|
|
17
17
|
|
|
@@ -31,7 +31,7 @@ module StackOne
|
|
|
31
31
|
end
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
class MarketingUpdateEmailTemplateResponse < StackOne::Utils::FieldAugmented
|
|
34
|
+
class MarketingUpdateEmailTemplateResponse < ::StackOne::Utils::FieldAugmented
|
|
35
35
|
extend T::Sig
|
|
36
36
|
|
|
37
37
|
# HTTP response content type for this operation
|