stackone_client 0.2.13 → 0.2.14
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/stack_one/ats.rb +8 -8
- data/lib/stack_one/hris.rb +83 -12
- data/lib/stack_one/marketing.rb +12 -12
- data/lib/stack_one/models/operations/ats_create_candidate_note_response.rb +4 -4
- data/lib/stack_one/models/operations/ats_create_offer_response.rb +4 -4
- data/lib/stack_one/models/operations/ats_get_application_document_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_application_document_response.rb +4 -4
- data/lib/stack_one/models/operations/ats_get_application_offer_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_application_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_application_scorecard_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_candidate_note_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_candidate_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_department_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_interview_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_interview_stage_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_job_posting_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_job_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_location_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_offer_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_rejected_reason_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_get_user_request.rb +1 -1
- data/lib/stack_one/models/operations/ats_list_application_documents_request.rb +8 -3
- data/lib/stack_one/models/operations/ats_list_application_documents_response.rb +4 -4
- data/lib/stack_one/models/operations/ats_list_application_scorecards_request.rb +8 -3
- data/lib/stack_one/models/operations/ats_list_applications_offers_request.rb +8 -3
- data/lib/stack_one/models/operations/ats_list_applications_request.rb +13 -3
- data/lib/stack_one/models/operations/ats_list_candidate_notes_request.rb +8 -3
- data/lib/stack_one/models/operations/ats_list_candidates_request.rb +8 -3
- data/lib/stack_one/models/operations/ats_list_departments_request.rb +8 -3
- data/lib/stack_one/models/operations/ats_list_interview_stages_request.rb +8 -3
- data/lib/stack_one/models/operations/ats_list_interviews_request.rb +8 -3
- data/lib/stack_one/models/operations/ats_list_job_postings_request.rb +8 -3
- data/lib/stack_one/models/operations/ats_list_jobs_request.rb +8 -3
- data/lib/stack_one/models/operations/ats_list_locations_request.rb +8 -3
- data/lib/stack_one/models/operations/ats_list_offers_request.rb +8 -3
- data/lib/stack_one/models/operations/ats_list_rejected_reasons_request.rb +8 -3
- data/lib/stack_one/models/operations/ats_list_users_request.rb +8 -3
- data/lib/stack_one/models/operations/crm_get_account_request.rb +1 -1
- data/lib/stack_one/models/operations/crm_get_contact_request.rb +1 -1
- data/lib/stack_one/models/operations/crm_get_list_request.rb +1 -1
- data/lib/stack_one/models/operations/crm_list_accounts_request.rb +8 -3
- data/lib/stack_one/models/operations/crm_list_contacts_request.rb +8 -3
- data/lib/stack_one/models/operations/crm_list_lists_request.rb +8 -3
- data/lib/stack_one/models/operations/hris_create_employee_response.rb +4 -4
- data/lib/stack_one/models/operations/hris_create_employee_time_off_request_response.rb +4 -4
- data/lib/stack_one/models/operations/hris_create_employee_work_eligibility_request_response.rb +4 -4
- data/lib/stack_one/models/operations/hris_create_time_off_request_response.rb +4 -4
- data/lib/stack_one/models/operations/hris_get_benefit_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_company_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_employee_document_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_employee_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_employees_time_off_request_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_employees_work_eligibility_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_employment_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_group_request.rb +36 -0
- data/lib/stack_one/models/operations/hris_get_group_response.rb +33 -0
- data/lib/stack_one/models/operations/hris_get_location_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_get_time_off_request_request.rb +1 -1
- data/lib/stack_one/models/operations/hris_list_benefits_request.rb +8 -3
- data/lib/stack_one/models/operations/hris_list_companies_request.rb +8 -3
- data/lib/stack_one/models/operations/hris_list_employee_documents_request.rb +8 -3
- data/lib/stack_one/models/operations/hris_list_employee_time_off_requests_request.rb +8 -3
- data/lib/stack_one/models/operations/hris_list_employee_work_eligibility_request.rb +8 -3
- data/lib/stack_one/models/operations/hris_list_employees_request.rb +11 -3
- data/lib/stack_one/models/operations/hris_list_employments_request.rb +8 -3
- data/lib/stack_one/models/operations/hris_list_groups_request.rb +52 -0
- data/lib/stack_one/models/operations/hris_list_groups_response.rb +33 -0
- data/lib/stack_one/models/operations/hris_list_locations_request.rb +8 -3
- data/lib/stack_one/models/operations/hris_list_time_off_requests_request.rb +8 -3
- data/lib/stack_one/models/operations/hris_update_employee_response.rb +4 -4
- data/lib/stack_one/models/operations/hris_update_time_off_request_response.rb +4 -4
- data/lib/stack_one/models/operations/marketing_create_email_template_response.rb +4 -4
- data/lib/stack_one/models/operations/marketing_create_omni_channel_template_response.rb +4 -4
- data/lib/stack_one/models/operations/marketing_create_push_template_response.rb +4 -4
- data/lib/stack_one/models/operations/marketing_get_campaign_request.rb +1 -1
- data/lib/stack_one/models/operations/marketing_get_email_template_request.rb +1 -1
- data/lib/stack_one/models/operations/marketing_get_omni_channel_template_request.rb +1 -1
- data/lib/stack_one/models/operations/marketing_get_push_template_request.rb +1 -1
- data/lib/stack_one/models/operations/marketing_list_campaigns_request.rb +8 -3
- data/lib/stack_one/models/operations/marketing_list_email_templates_request.rb +8 -3
- data/lib/stack_one/models/operations/marketing_list_omni_channel_templates_request.rb +8 -3
- data/lib/stack_one/models/operations/marketing_list_push_templates_request.rb +8 -3
- data/lib/stack_one/models/operations/marketing_update_email_template_response.rb +4 -4
- data/lib/stack_one/models/operations/marketing_update_omni_channel_template_response.rb +4 -4
- data/lib/stack_one/models/operations/marketing_update_push_template_response.rb +4 -4
- data/lib/stack_one/models/operations.rb +4 -0
- data/lib/stack_one/models/shared/application_value.rb +5 -0
- data/lib/stack_one/models/shared/atscreateapplicationrequestdto_value.rb +5 -0
- data/lib/stack_one/models/shared/atsdocumentresult.rb +27 -0
- data/lib/stack_one/models/shared/atsdocumentspaginated.rb +33 -0
- data/lib/stack_one/models/shared/confidential.rb +1 -1
- data/lib/stack_one/models/shared/createresult.rb +5 -2
- data/lib/stack_one/models/shared/createresultdataapimodel.rb +27 -0
- data/lib/stack_one/models/shared/hrisgroup.rb +36 -0
- data/lib/stack_one/models/shared/hrisgroup_type.rb +27 -0
- data/lib/stack_one/models/shared/hrisgroup_value.rb +22 -0
- data/lib/stack_one/models/shared/hrisgroupspaginated.rb +33 -0
- data/lib/stack_one/models/shared/hrisgroupsresult.rb +27 -0
- data/lib/stack_one/models/shared/job.rb +2 -2
- data/lib/stack_one/models/shared/jobresult.rb +4 -4
- data/lib/stack_one/models/shared/linkedaccount.rb +2 -5
- data/lib/stack_one/models/shared.rb +13 -11
- data/lib/stack_one/sdkconfiguration.rb +3 -3
- metadata +14 -8
- data/lib/stack_one/models/shared/createcandidatenoteresult.rb +0 -30
- data/lib/stack_one/models/shared/createemployeeresult.rb +0 -30
- data/lib/stack_one/models/shared/createofferresult.rb +0 -30
- data/lib/stack_one/models/shared/createtemplateresult.rb +0 -30
- data/lib/stack_one/models/shared/createtimeoffresult.rb +0 -30
- data/lib/stack_one/models/shared/createworkeligibilityresult.rb +0 -30
|
@@ -17,6 +17,8 @@ module StackOne
|
|
|
17
17
|
field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
|
|
18
18
|
# The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
|
|
19
19
|
field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
|
|
20
|
+
# Use a string with a date to only select results updated after that given date
|
|
21
|
+
field :filter_updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'filter[updated_after]', 'style': 'form', 'explode': true } }
|
|
20
22
|
# The unified cursor
|
|
21
23
|
field :next_, T.nilable(::String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
|
|
22
24
|
# The page number of the results to fetch
|
|
@@ -26,7 +28,7 @@ module StackOne
|
|
|
26
28
|
# The number of results per page
|
|
27
29
|
field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
28
30
|
# 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(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': '
|
|
31
|
+
field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'deepObject', 'explode': true } }
|
|
30
32
|
# Indicates that the raw request result is returned
|
|
31
33
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
32
34
|
# The sync token to select the only updated results
|
|
@@ -34,14 +36,17 @@ module StackOne
|
|
|
34
36
|
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
35
37
|
field :sync_token, T.nilable(::String), { 'query_param': { 'field_name': 'sync_token', 'style': 'form', 'explode': true } }
|
|
36
38
|
# Use a string with a date to only select results updated after that given date
|
|
39
|
+
#
|
|
40
|
+
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
37
41
|
field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
38
42
|
|
|
39
43
|
|
|
40
|
-
sig { params(id: ::String, x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
|
|
41
|
-
def initialize(id: nil, x_account_id: nil, fields_: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
|
44
|
+
sig { params(id: ::String, x_account_id: ::String, fields_: T.nilable(::String), filter_updated_after: 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 }
|
|
45
|
+
def initialize(id: nil, x_account_id: nil, fields_: nil, filter_updated_after: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
|
42
46
|
@id = id
|
|
43
47
|
@x_account_id = x_account_id
|
|
44
48
|
@fields_ = fields_
|
|
49
|
+
@filter_updated_after = filter_updated_after
|
|
45
50
|
@next_ = next_
|
|
46
51
|
@page = page
|
|
47
52
|
@page_size = page_size
|
|
@@ -17,7 +17,13 @@ module StackOne
|
|
|
17
17
|
field :expand, T.nilable(::String), { 'query_param': { 'field_name': 'expand', 'style': 'form', 'explode': true } }
|
|
18
18
|
# The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
|
|
19
19
|
field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
|
|
20
|
+
# Filter to select applications by job_id
|
|
21
|
+
field :filter_job_id, T.nilable(::String), { 'query_param': { 'field_name': 'filter[job_id]', 'style': 'form', 'explode': true } }
|
|
22
|
+
# Use a string with a date to only select results updated after that given date
|
|
23
|
+
field :filter_updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'filter[updated_after]', 'style': 'form', 'explode': true } }
|
|
20
24
|
# Filter for job ID to retrieve a list of applications related to this job
|
|
25
|
+
#
|
|
26
|
+
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
21
27
|
field :job_id, T.nilable(::String), { 'query_param': { 'field_name': 'job_id', 'style': 'form', 'explode': true } }
|
|
22
28
|
# The unified cursor
|
|
23
29
|
field :next_, T.nilable(::String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
|
|
@@ -28,7 +34,7 @@ module StackOne
|
|
|
28
34
|
# The number of results per page
|
|
29
35
|
field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
30
36
|
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
|
|
31
|
-
field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': '
|
|
37
|
+
field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'deepObject', 'explode': true } }
|
|
32
38
|
# Indicates that the raw request result is returned
|
|
33
39
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
34
40
|
# The sync token to select the only updated results
|
|
@@ -36,14 +42,18 @@ module StackOne
|
|
|
36
42
|
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
37
43
|
field :sync_token, T.nilable(::String), { 'query_param': { 'field_name': 'sync_token', 'style': 'form', 'explode': true } }
|
|
38
44
|
# Use a string with a date to only select results updated after that given date
|
|
45
|
+
#
|
|
46
|
+
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
39
47
|
field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
40
48
|
|
|
41
49
|
|
|
42
|
-
sig { params(x_account_id: ::String, expand: T.nilable(::String), fields_: T.nilable(::String), job_id: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
|
|
43
|
-
def initialize(x_account_id: nil, expand: nil, fields_: nil, job_id: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
|
50
|
+
sig { params(x_account_id: ::String, expand: T.nilable(::String), fields_: T.nilable(::String), filter_job_id: T.nilable(::String), filter_updated_after: T.nilable(::String), job_id: 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
|
+
def initialize(x_account_id: nil, expand: nil, fields_: nil, filter_job_id: nil, filter_updated_after: nil, job_id: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
|
44
52
|
@x_account_id = x_account_id
|
|
45
53
|
@expand = expand
|
|
46
54
|
@fields_ = fields_
|
|
55
|
+
@filter_job_id = filter_job_id
|
|
56
|
+
@filter_updated_after = filter_updated_after
|
|
47
57
|
@job_id = job_id
|
|
48
58
|
@next_ = next_
|
|
49
59
|
@page = page
|
|
@@ -17,6 +17,8 @@ module StackOne
|
|
|
17
17
|
field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
|
|
18
18
|
# The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
|
|
19
19
|
field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
|
|
20
|
+
# Use a string with a date to only select results updated after that given date
|
|
21
|
+
field :filter_updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'filter[updated_after]', 'style': 'form', 'explode': true } }
|
|
20
22
|
# The unified cursor
|
|
21
23
|
field :next_, T.nilable(::String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
|
|
22
24
|
# The page number of the results to fetch
|
|
@@ -26,7 +28,7 @@ module StackOne
|
|
|
26
28
|
# The number of results per page
|
|
27
29
|
field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
28
30
|
# 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(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': '
|
|
31
|
+
field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'deepObject', 'explode': true } }
|
|
30
32
|
# Indicates that the raw request result is returned
|
|
31
33
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
32
34
|
# The sync token to select the only updated results
|
|
@@ -34,14 +36,17 @@ module StackOne
|
|
|
34
36
|
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
35
37
|
field :sync_token, T.nilable(::String), { 'query_param': { 'field_name': 'sync_token', 'style': 'form', 'explode': true } }
|
|
36
38
|
# Use a string with a date to only select results updated after that given date
|
|
39
|
+
#
|
|
40
|
+
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
37
41
|
field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
38
42
|
|
|
39
43
|
|
|
40
|
-
sig { params(id: ::String, x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
|
|
41
|
-
def initialize(id: nil, x_account_id: nil, fields_: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
|
44
|
+
sig { params(id: ::String, x_account_id: ::String, fields_: T.nilable(::String), filter_updated_after: 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 }
|
|
45
|
+
def initialize(id: nil, x_account_id: nil, fields_: nil, filter_updated_after: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
|
42
46
|
@id = id
|
|
43
47
|
@x_account_id = x_account_id
|
|
44
48
|
@fields_ = fields_
|
|
49
|
+
@filter_updated_after = filter_updated_after
|
|
45
50
|
@next_ = next_
|
|
46
51
|
@page = page
|
|
47
52
|
@page_size = page_size
|
|
@@ -15,6 +15,8 @@ module StackOne
|
|
|
15
15
|
field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
|
|
16
16
|
# The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
|
|
17
17
|
field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
|
|
18
|
+
# Use a string with a date to only select results updated after that given date
|
|
19
|
+
field :filter_updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'filter[updated_after]', 'style': 'form', 'explode': true } }
|
|
18
20
|
# The unified cursor
|
|
19
21
|
field :next_, T.nilable(::String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
|
|
20
22
|
# The page number of the results to fetch
|
|
@@ -24,7 +26,7 @@ module StackOne
|
|
|
24
26
|
# The number of results per page
|
|
25
27
|
field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
26
28
|
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
|
|
27
|
-
field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': '
|
|
29
|
+
field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'deepObject', 'explode': true } }
|
|
28
30
|
# Indicates that the raw request result is returned
|
|
29
31
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
30
32
|
# The sync token to select the only updated results
|
|
@@ -32,13 +34,16 @@ module StackOne
|
|
|
32
34
|
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
33
35
|
field :sync_token, T.nilable(::String), { 'query_param': { 'field_name': 'sync_token', 'style': 'form', 'explode': true } }
|
|
34
36
|
# Use a string with a date to only select results updated after that given date
|
|
37
|
+
#
|
|
38
|
+
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
35
39
|
field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
36
40
|
|
|
37
41
|
|
|
38
|
-
sig { params(x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
|
|
39
|
-
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)
|
|
42
|
+
sig { params(x_account_id: ::String, fields_: T.nilable(::String), filter_updated_after: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
|
|
43
|
+
def initialize(x_account_id: nil, fields_: nil, filter_updated_after: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
|
40
44
|
@x_account_id = x_account_id
|
|
41
45
|
@fields_ = fields_
|
|
46
|
+
@filter_updated_after = filter_updated_after
|
|
42
47
|
@next_ = next_
|
|
43
48
|
@page = page
|
|
44
49
|
@page_size = page_size
|
|
@@ -15,6 +15,8 @@ module StackOne
|
|
|
15
15
|
field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
|
|
16
16
|
# The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
|
|
17
17
|
field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
|
|
18
|
+
# Use a string with a date to only select results updated after that given date
|
|
19
|
+
field :filter_updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'filter[updated_after]', 'style': 'form', 'explode': true } }
|
|
18
20
|
# The unified cursor
|
|
19
21
|
field :next_, T.nilable(::String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
|
|
20
22
|
# The page number of the results to fetch
|
|
@@ -24,7 +26,7 @@ module StackOne
|
|
|
24
26
|
# The number of results per page
|
|
25
27
|
field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
26
28
|
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
|
|
27
|
-
field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': '
|
|
29
|
+
field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'deepObject', 'explode': true } }
|
|
28
30
|
# Indicates that the raw request result is returned
|
|
29
31
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
30
32
|
# The sync token to select the only updated results
|
|
@@ -32,13 +34,16 @@ module StackOne
|
|
|
32
34
|
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
33
35
|
field :sync_token, T.nilable(::String), { 'query_param': { 'field_name': 'sync_token', 'style': 'form', 'explode': true } }
|
|
34
36
|
# Use a string with a date to only select results updated after that given date
|
|
37
|
+
#
|
|
38
|
+
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
35
39
|
field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
36
40
|
|
|
37
41
|
|
|
38
|
-
sig { params(x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
|
|
39
|
-
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)
|
|
42
|
+
sig { params(x_account_id: ::String, fields_: T.nilable(::String), filter_updated_after: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
|
|
43
|
+
def initialize(x_account_id: nil, fields_: nil, filter_updated_after: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
|
40
44
|
@x_account_id = x_account_id
|
|
41
45
|
@fields_ = fields_
|
|
46
|
+
@filter_updated_after = filter_updated_after
|
|
42
47
|
@next_ = next_
|
|
43
48
|
@page = page
|
|
44
49
|
@page_size = page_size
|
|
@@ -15,6 +15,8 @@ module StackOne
|
|
|
15
15
|
field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
|
|
16
16
|
# The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
|
|
17
17
|
field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
|
|
18
|
+
# Use a string with a date to only select results updated after that given date
|
|
19
|
+
field :filter_updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'filter[updated_after]', 'style': 'form', 'explode': true } }
|
|
18
20
|
# The unified cursor
|
|
19
21
|
field :next_, T.nilable(::String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
|
|
20
22
|
# The page number of the results to fetch
|
|
@@ -24,7 +26,7 @@ module StackOne
|
|
|
24
26
|
# The number of results per page
|
|
25
27
|
field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
26
28
|
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
|
|
27
|
-
field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': '
|
|
29
|
+
field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'deepObject', 'explode': true } }
|
|
28
30
|
# Indicates that the raw request result is returned
|
|
29
31
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
30
32
|
# The sync token to select the only updated results
|
|
@@ -32,13 +34,16 @@ module StackOne
|
|
|
32
34
|
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
33
35
|
field :sync_token, T.nilable(::String), { 'query_param': { 'field_name': 'sync_token', 'style': 'form', 'explode': true } }
|
|
34
36
|
# Use a string with a date to only select results updated after that given date
|
|
37
|
+
#
|
|
38
|
+
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
35
39
|
field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
36
40
|
|
|
37
41
|
|
|
38
|
-
sig { params(x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
|
|
39
|
-
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)
|
|
42
|
+
sig { params(x_account_id: ::String, fields_: T.nilable(::String), filter_updated_after: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
|
|
43
|
+
def initialize(x_account_id: nil, fields_: nil, filter_updated_after: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
|
40
44
|
@x_account_id = x_account_id
|
|
41
45
|
@fields_ = fields_
|
|
46
|
+
@filter_updated_after = filter_updated_after
|
|
42
47
|
@next_ = next_
|
|
43
48
|
@page = page
|
|
44
49
|
@page_size = page_size
|
|
@@ -15,6 +15,8 @@ module StackOne
|
|
|
15
15
|
field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
|
|
16
16
|
# The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
|
|
17
17
|
field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
|
|
18
|
+
# Use a string with a date to only select results updated after that given date
|
|
19
|
+
field :filter_updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'filter[updated_after]', 'style': 'form', 'explode': true } }
|
|
18
20
|
# The unified cursor
|
|
19
21
|
field :next_, T.nilable(::String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
|
|
20
22
|
# The page number of the results to fetch
|
|
@@ -24,7 +26,7 @@ module StackOne
|
|
|
24
26
|
# The number of results per page
|
|
25
27
|
field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
26
28
|
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
|
|
27
|
-
field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': '
|
|
29
|
+
field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'deepObject', 'explode': true } }
|
|
28
30
|
# Indicates that the raw request result is returned
|
|
29
31
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
30
32
|
# The sync token to select the only updated results
|
|
@@ -32,13 +34,16 @@ module StackOne
|
|
|
32
34
|
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
33
35
|
field :sync_token, T.nilable(::String), { 'query_param': { 'field_name': 'sync_token', 'style': 'form', 'explode': true } }
|
|
34
36
|
# Use a string with a date to only select results updated after that given date
|
|
37
|
+
#
|
|
38
|
+
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
35
39
|
field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
36
40
|
|
|
37
41
|
|
|
38
|
-
sig { params(x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
|
|
39
|
-
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)
|
|
42
|
+
sig { params(x_account_id: ::String, fields_: T.nilable(::String), filter_updated_after: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
|
|
43
|
+
def initialize(x_account_id: nil, fields_: nil, filter_updated_after: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
|
40
44
|
@x_account_id = x_account_id
|
|
41
45
|
@fields_ = fields_
|
|
46
|
+
@filter_updated_after = filter_updated_after
|
|
42
47
|
@next_ = next_
|
|
43
48
|
@page = page
|
|
44
49
|
@page_size = page_size
|
|
@@ -15,6 +15,8 @@ module StackOne
|
|
|
15
15
|
field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
|
|
16
16
|
# The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
|
|
17
17
|
field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
|
|
18
|
+
# Use a string with a date to only select results updated after that given date
|
|
19
|
+
field :filter_updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'filter[updated_after]', 'style': 'form', 'explode': true } }
|
|
18
20
|
# The comma separated list of fields that will be included in the response
|
|
19
21
|
field :include, T.nilable(::String), { 'query_param': { 'field_name': 'include', 'style': 'form', 'explode': true } }
|
|
20
22
|
# The unified cursor
|
|
@@ -26,7 +28,7 @@ module StackOne
|
|
|
26
28
|
# The number of results per page
|
|
27
29
|
field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
28
30
|
# 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(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': '
|
|
31
|
+
field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'deepObject', 'explode': true } }
|
|
30
32
|
# Indicates that the raw request result is returned
|
|
31
33
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
32
34
|
# The sync token to select the only updated results
|
|
@@ -34,13 +36,16 @@ module StackOne
|
|
|
34
36
|
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
35
37
|
field :sync_token, T.nilable(::String), { 'query_param': { 'field_name': 'sync_token', 'style': 'form', 'explode': true } }
|
|
36
38
|
# Use a string with a date to only select results updated after that given date
|
|
39
|
+
#
|
|
40
|
+
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
37
41
|
field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
38
42
|
|
|
39
43
|
|
|
40
|
-
sig { params(x_account_id: ::String, fields_: T.nilable(::String), include: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
|
|
41
|
-
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)
|
|
44
|
+
sig { params(x_account_id: ::String, fields_: T.nilable(::String), filter_updated_after: T.nilable(::String), include: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
|
|
45
|
+
def initialize(x_account_id: nil, fields_: nil, filter_updated_after: nil, include: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
|
42
46
|
@x_account_id = x_account_id
|
|
43
47
|
@fields_ = fields_
|
|
48
|
+
@filter_updated_after = filter_updated_after
|
|
44
49
|
@include = include
|
|
45
50
|
@next_ = next_
|
|
46
51
|
@page = page
|
|
@@ -17,6 +17,8 @@ module StackOne
|
|
|
17
17
|
field :expand, T.nilable(::String), { 'query_param': { 'field_name': 'expand', 'style': 'form', 'explode': true } }
|
|
18
18
|
# The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
|
|
19
19
|
field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
|
|
20
|
+
# Use a string with a date to only select results updated after that given date
|
|
21
|
+
field :filter_updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'filter[updated_after]', 'style': 'form', 'explode': true } }
|
|
20
22
|
# The unified cursor
|
|
21
23
|
field :next_, T.nilable(::String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
|
|
22
24
|
# The page number of the results to fetch
|
|
@@ -26,7 +28,7 @@ module StackOne
|
|
|
26
28
|
# The number of results per page
|
|
27
29
|
field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
28
30
|
# 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(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': '
|
|
31
|
+
field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'deepObject', 'explode': true } }
|
|
30
32
|
# Indicates that the raw request result is returned
|
|
31
33
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
32
34
|
# The sync token to select the only updated results
|
|
@@ -34,14 +36,17 @@ module StackOne
|
|
|
34
36
|
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
35
37
|
field :sync_token, T.nilable(::String), { 'query_param': { 'field_name': 'sync_token', 'style': 'form', 'explode': true } }
|
|
36
38
|
# Use a string with a date to only select results updated after that given date
|
|
39
|
+
#
|
|
40
|
+
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
37
41
|
field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
38
42
|
|
|
39
43
|
|
|
40
|
-
sig { params(x_account_id: ::String, expand: T.nilable(::String), fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
|
|
41
|
-
def initialize(x_account_id: nil, expand: nil, fields_: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
|
44
|
+
sig { params(x_account_id: ::String, expand: T.nilable(::String), fields_: T.nilable(::String), filter_updated_after: 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 }
|
|
45
|
+
def initialize(x_account_id: nil, expand: nil, fields_: nil, filter_updated_after: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
|
42
46
|
@x_account_id = x_account_id
|
|
43
47
|
@expand = expand
|
|
44
48
|
@fields_ = fields_
|
|
49
|
+
@filter_updated_after = filter_updated_after
|
|
45
50
|
@next_ = next_
|
|
46
51
|
@page = page
|
|
47
52
|
@page_size = page_size
|
|
@@ -15,6 +15,8 @@ module StackOne
|
|
|
15
15
|
field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
|
|
16
16
|
# The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
|
|
17
17
|
field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
|
|
18
|
+
# Use a string with a date to only select results updated after that given date
|
|
19
|
+
field :filter_updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'filter[updated_after]', 'style': 'form', 'explode': true } }
|
|
18
20
|
# The unified cursor
|
|
19
21
|
field :next_, T.nilable(::String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
|
|
20
22
|
# The page number of the results to fetch
|
|
@@ -24,7 +26,7 @@ module StackOne
|
|
|
24
26
|
# The number of results per page
|
|
25
27
|
field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
26
28
|
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
|
|
27
|
-
field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': '
|
|
29
|
+
field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'deepObject', 'explode': true } }
|
|
28
30
|
# Indicates that the raw request result is returned
|
|
29
31
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
30
32
|
# The sync token to select the only updated results
|
|
@@ -32,13 +34,16 @@ module StackOne
|
|
|
32
34
|
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
33
35
|
field :sync_token, T.nilable(::String), { 'query_param': { 'field_name': 'sync_token', 'style': 'form', 'explode': true } }
|
|
34
36
|
# Use a string with a date to only select results updated after that given date
|
|
37
|
+
#
|
|
38
|
+
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
35
39
|
field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
36
40
|
|
|
37
41
|
|
|
38
|
-
sig { params(x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
|
|
39
|
-
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)
|
|
42
|
+
sig { params(x_account_id: ::String, fields_: T.nilable(::String), filter_updated_after: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
|
|
43
|
+
def initialize(x_account_id: nil, fields_: nil, filter_updated_after: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
|
40
44
|
@x_account_id = x_account_id
|
|
41
45
|
@fields_ = fields_
|
|
46
|
+
@filter_updated_after = filter_updated_after
|
|
42
47
|
@next_ = next_
|
|
43
48
|
@page = page
|
|
44
49
|
@page_size = page_size
|
|
@@ -15,6 +15,8 @@ module StackOne
|
|
|
15
15
|
field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
|
|
16
16
|
# The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
|
|
17
17
|
field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
|
|
18
|
+
# Use a string with a date to only select results updated after that given date
|
|
19
|
+
field :filter_updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'filter[updated_after]', 'style': 'form', 'explode': true } }
|
|
18
20
|
# The unified cursor
|
|
19
21
|
field :next_, T.nilable(::String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
|
|
20
22
|
# The page number of the results to fetch
|
|
@@ -24,7 +26,7 @@ module StackOne
|
|
|
24
26
|
# The number of results per page
|
|
25
27
|
field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
26
28
|
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
|
|
27
|
-
field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': '
|
|
29
|
+
field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'deepObject', 'explode': true } }
|
|
28
30
|
# Indicates that the raw request result is returned
|
|
29
31
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
30
32
|
# The sync token to select the only updated results
|
|
@@ -32,13 +34,16 @@ module StackOne
|
|
|
32
34
|
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
33
35
|
field :sync_token, T.nilable(::String), { 'query_param': { 'field_name': 'sync_token', 'style': 'form', 'explode': true } }
|
|
34
36
|
# Use a string with a date to only select results updated after that given date
|
|
37
|
+
#
|
|
38
|
+
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
35
39
|
field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
36
40
|
|
|
37
41
|
|
|
38
|
-
sig { params(x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
|
|
39
|
-
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)
|
|
42
|
+
sig { params(x_account_id: ::String, fields_: T.nilable(::String), filter_updated_after: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
|
|
43
|
+
def initialize(x_account_id: nil, fields_: nil, filter_updated_after: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
|
40
44
|
@x_account_id = x_account_id
|
|
41
45
|
@fields_ = fields_
|
|
46
|
+
@filter_updated_after = filter_updated_after
|
|
42
47
|
@next_ = next_
|
|
43
48
|
@page = page
|
|
44
49
|
@page_size = page_size
|
|
@@ -15,6 +15,8 @@ module StackOne
|
|
|
15
15
|
field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
|
|
16
16
|
# The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
|
|
17
17
|
field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
|
|
18
|
+
# Use a string with a date to only select results updated after that given date
|
|
19
|
+
field :filter_updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'filter[updated_after]', 'style': 'form', 'explode': true } }
|
|
18
20
|
# The unified cursor
|
|
19
21
|
field :next_, T.nilable(::String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
|
|
20
22
|
# The page number of the results to fetch
|
|
@@ -24,7 +26,7 @@ module StackOne
|
|
|
24
26
|
# The number of results per page
|
|
25
27
|
field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
26
28
|
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
|
|
27
|
-
field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': '
|
|
29
|
+
field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'deepObject', 'explode': true } }
|
|
28
30
|
# Indicates that the raw request result is returned
|
|
29
31
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
30
32
|
# The sync token to select the only updated results
|
|
@@ -32,13 +34,16 @@ module StackOne
|
|
|
32
34
|
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
33
35
|
field :sync_token, T.nilable(::String), { 'query_param': { 'field_name': 'sync_token', 'style': 'form', 'explode': true } }
|
|
34
36
|
# Use a string with a date to only select results updated after that given date
|
|
37
|
+
#
|
|
38
|
+
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
35
39
|
field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
36
40
|
|
|
37
41
|
|
|
38
|
-
sig { params(x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
|
|
39
|
-
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)
|
|
42
|
+
sig { params(x_account_id: ::String, fields_: T.nilable(::String), filter_updated_after: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
|
|
43
|
+
def initialize(x_account_id: nil, fields_: nil, filter_updated_after: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
|
40
44
|
@x_account_id = x_account_id
|
|
41
45
|
@fields_ = fields_
|
|
46
|
+
@filter_updated_after = filter_updated_after
|
|
42
47
|
@next_ = next_
|
|
43
48
|
@page = page
|
|
44
49
|
@page_size = page_size
|
|
@@ -15,6 +15,8 @@ module StackOne
|
|
|
15
15
|
field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
|
|
16
16
|
# The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
|
|
17
17
|
field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
|
|
18
|
+
# Use a string with a date to only select results updated after that given date
|
|
19
|
+
field :filter_updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'filter[updated_after]', 'style': 'form', 'explode': true } }
|
|
18
20
|
# The unified cursor
|
|
19
21
|
field :next_, T.nilable(::String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
|
|
20
22
|
# The page number of the results to fetch
|
|
@@ -24,7 +26,7 @@ module StackOne
|
|
|
24
26
|
# The number of results per page
|
|
25
27
|
field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
26
28
|
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
|
|
27
|
-
field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': '
|
|
29
|
+
field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'deepObject', 'explode': true } }
|
|
28
30
|
# Indicates that the raw request result is returned
|
|
29
31
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
30
32
|
# The sync token to select the only updated results
|
|
@@ -32,13 +34,16 @@ module StackOne
|
|
|
32
34
|
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
33
35
|
field :sync_token, T.nilable(::String), { 'query_param': { 'field_name': 'sync_token', 'style': 'form', 'explode': true } }
|
|
34
36
|
# Use a string with a date to only select results updated after that given date
|
|
37
|
+
#
|
|
38
|
+
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
35
39
|
field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
36
40
|
|
|
37
41
|
|
|
38
|
-
sig { params(x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
|
|
39
|
-
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)
|
|
42
|
+
sig { params(x_account_id: ::String, fields_: T.nilable(::String), filter_updated_after: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(::String), updated_after: T.nilable(::String)).void }
|
|
43
|
+
def initialize(x_account_id: nil, fields_: nil, filter_updated_after: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
|
40
44
|
@x_account_id = x_account_id
|
|
41
45
|
@fields_ = fields_
|
|
46
|
+
@filter_updated_after = filter_updated_after
|
|
42
47
|
@next_ = next_
|
|
43
48
|
@page = page
|
|
44
49
|
@page_size = page_size
|
|
@@ -18,7 +18,7 @@ module StackOne
|
|
|
18
18
|
# The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
|
|
19
19
|
field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
|
|
20
20
|
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
|
|
21
|
-
field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': '
|
|
21
|
+
field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'deepObject', 'explode': true } }
|
|
22
22
|
# Indicates that the raw request result is returned
|
|
23
23
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
24
24
|
|
|
@@ -18,7 +18,7 @@ module StackOne
|
|
|
18
18
|
# The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
|
|
19
19
|
field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
|
|
20
20
|
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
|
|
21
|
-
field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': '
|
|
21
|
+
field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'deepObject', 'explode': true } }
|
|
22
22
|
# Indicates that the raw request result is returned
|
|
23
23
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
24
24
|
|
|
@@ -18,7 +18,7 @@ module StackOne
|
|
|
18
18
|
# The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
|
|
19
19
|
field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
|
|
20
20
|
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
|
|
21
|
-
field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': '
|
|
21
|
+
field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'deepObject', 'explode': true } }
|
|
22
22
|
# Indicates that the raw request result is returned
|
|
23
23
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
24
24
|
|
|
@@ -15,6 +15,8 @@ module StackOne
|
|
|
15
15
|
field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
|
|
16
16
|
# The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
|
|
17
17
|
field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
|
|
18
|
+
# Use a string with a date to only select results updated after that given date
|
|
19
|
+
field :filter_updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'filter[updated_after]', 'style': 'form', 'explode': true } }
|
|
18
20
|
# The unified cursor
|
|
19
21
|
field :next_, T.nilable(::String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
|
|
20
22
|
# The page number of the results to fetch
|
|
@@ -24,17 +26,20 @@ module StackOne
|
|
|
24
26
|
# The number of results per page
|
|
25
27
|
field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
|
26
28
|
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
|
|
27
|
-
field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': '
|
|
29
|
+
field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'deepObject', 'explode': true } }
|
|
28
30
|
# Indicates that the raw request result is returned
|
|
29
31
|
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
|
30
32
|
# Use a string with a date to only select results updated after that given date
|
|
33
|
+
#
|
|
34
|
+
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
31
35
|
field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
32
36
|
|
|
33
37
|
|
|
34
|
-
sig { params(x_account_id: ::String, fields_: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), updated_after: T.nilable(::String)).void }
|
|
35
|
-
def initialize(x_account_id: nil, fields_: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, updated_after: nil)
|
|
38
|
+
sig { params(x_account_id: ::String, fields_: T.nilable(::String), filter_updated_after: T.nilable(::String), next_: T.nilable(::String), page: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean), updated_after: T.nilable(::String)).void }
|
|
39
|
+
def initialize(x_account_id: nil, fields_: nil, filter_updated_after: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, updated_after: nil)
|
|
36
40
|
@x_account_id = x_account_id
|
|
37
41
|
@fields_ = fields_
|
|
42
|
+
@filter_updated_after = filter_updated_after
|
|
38
43
|
@next_ = next_
|
|
39
44
|
@page = page
|
|
40
45
|
@page_size = page_size
|