stackone_client 0.2.21 → 0.2.22

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.
Files changed (84) hide show
  1. checksums.yaml +4 -4
  2. data/lib/stack_one/models/operations/ats_list_application_documents_request.rb +5 -5
  3. data/lib/stack_one/models/operations/ats_list_application_scorecards_request.rb +5 -5
  4. data/lib/stack_one/models/operations/ats_list_applications_offers_queryparam_filter.rb +24 -0
  5. data/lib/stack_one/models/operations/ats_list_applications_offers_request.rb +5 -5
  6. data/lib/stack_one/models/operations/ats_list_applications_queryparam_filter.rb +27 -0
  7. data/lib/stack_one/models/operations/ats_list_applications_request.rb +5 -8
  8. data/lib/stack_one/models/operations/ats_list_candidate_notes_queryparam_filter.rb +24 -0
  9. data/lib/stack_one/models/operations/ats_list_candidate_notes_request.rb +5 -5
  10. data/lib/stack_one/models/operations/ats_list_candidates_queryparam_filter.rb +24 -0
  11. data/lib/stack_one/models/operations/ats_list_candidates_request.rb +5 -5
  12. data/lib/stack_one/models/operations/ats_list_departments_queryparam_filter.rb +24 -0
  13. data/lib/stack_one/models/operations/ats_list_departments_request.rb +5 -5
  14. data/lib/stack_one/models/operations/ats_list_interview_stages_queryparam_filter.rb +24 -0
  15. data/lib/stack_one/models/operations/ats_list_interview_stages_request.rb +5 -5
  16. data/lib/stack_one/models/operations/ats_list_interviews_queryparam_filter.rb +24 -0
  17. data/lib/stack_one/models/operations/ats_list_interviews_request.rb +5 -5
  18. data/lib/stack_one/models/operations/ats_list_job_postings_queryparam_filter.rb +24 -0
  19. data/lib/stack_one/models/operations/ats_list_job_postings_request.rb +5 -5
  20. data/lib/stack_one/models/operations/ats_list_jobs_queryparam_filter.rb +24 -0
  21. data/lib/stack_one/models/operations/ats_list_jobs_request.rb +5 -5
  22. data/lib/stack_one/models/operations/ats_list_locations_queryparam_filter.rb +24 -0
  23. data/lib/stack_one/models/operations/ats_list_locations_request.rb +5 -5
  24. data/lib/stack_one/models/operations/ats_list_offers_queryparam_filter.rb +24 -0
  25. data/lib/stack_one/models/operations/ats_list_offers_request.rb +5 -5
  26. data/lib/stack_one/models/operations/ats_list_rejected_reasons_queryparam_filter.rb +24 -0
  27. data/lib/stack_one/models/operations/ats_list_rejected_reasons_request.rb +5 -5
  28. data/lib/stack_one/models/operations/ats_list_users_queryparam_filter.rb +24 -0
  29. data/lib/stack_one/models/operations/ats_list_users_request.rb +5 -5
  30. data/lib/stack_one/models/operations/crm_list_accounts_queryparam_filter.rb +24 -0
  31. data/lib/stack_one/models/operations/crm_list_accounts_request.rb +5 -5
  32. data/lib/stack_one/models/operations/crm_list_contacts_queryparam_filter.rb +24 -0
  33. data/lib/stack_one/models/operations/crm_list_contacts_request.rb +5 -5
  34. data/lib/stack_one/models/operations/crm_list_lists_queryparam_filter.rb +24 -0
  35. data/lib/stack_one/models/operations/crm_list_lists_request.rb +5 -5
  36. data/lib/stack_one/models/operations/filter.rb +24 -0
  37. data/lib/stack_one/models/operations/hris_list_benefits_queryparam_filter.rb +24 -0
  38. data/lib/stack_one/models/operations/hris_list_benefits_request.rb +5 -5
  39. data/lib/stack_one/models/operations/hris_list_companies_queryparam_filter.rb +24 -0
  40. data/lib/stack_one/models/operations/hris_list_companies_request.rb +5 -5
  41. data/lib/stack_one/models/operations/hris_list_employee_documents_queryparam_filter.rb +24 -0
  42. data/lib/stack_one/models/operations/hris_list_employee_documents_request.rb +5 -5
  43. data/lib/stack_one/models/operations/hris_list_employee_time_off_requests_queryparam_filter.rb +24 -0
  44. data/lib/stack_one/models/operations/hris_list_employee_time_off_requests_request.rb +5 -5
  45. data/lib/stack_one/models/operations/hris_list_employee_work_eligibility_queryparam_filter.rb +24 -0
  46. data/lib/stack_one/models/operations/hris_list_employee_work_eligibility_request.rb +5 -5
  47. data/lib/stack_one/models/operations/hris_list_employees_queryparam_filter.rb +27 -0
  48. data/lib/stack_one/models/operations/hris_list_employees_request.rb +5 -8
  49. data/lib/stack_one/models/operations/hris_list_employments_queryparam_filter.rb +24 -0
  50. data/lib/stack_one/models/operations/hris_list_employments_request.rb +5 -5
  51. data/lib/stack_one/models/operations/hris_list_groups_queryparam_filter.rb +24 -0
  52. data/lib/stack_one/models/operations/hris_list_groups_request.rb +5 -5
  53. data/lib/stack_one/models/operations/hris_list_locations_queryparam_filter.rb +24 -0
  54. data/lib/stack_one/models/operations/hris_list_locations_request.rb +5 -5
  55. data/lib/stack_one/models/operations/hris_list_time_off_requests_queryparam_filter.rb +24 -0
  56. data/lib/stack_one/models/operations/hris_list_time_off_requests_request.rb +5 -5
  57. data/lib/stack_one/models/operations/marketing_list_campaigns_queryparam_filter.rb +24 -0
  58. data/lib/stack_one/models/operations/marketing_list_campaigns_request.rb +5 -5
  59. data/lib/stack_one/models/operations/marketing_list_email_templates_queryparam_filter.rb +24 -0
  60. data/lib/stack_one/models/operations/marketing_list_email_templates_request.rb +5 -5
  61. data/lib/stack_one/models/operations/marketing_list_omni_channel_templates_queryparam_filter.rb +24 -0
  62. data/lib/stack_one/models/operations/marketing_list_omni_channel_templates_request.rb +5 -5
  63. data/lib/stack_one/models/operations/marketing_list_push_templates_queryparam_filter.rb +24 -0
  64. data/lib/stack_one/models/operations/marketing_list_push_templates_request.rb +5 -5
  65. data/lib/stack_one/models/operations/queryparam_filter.rb +24 -0
  66. data/lib/stack_one/models/operations.rb +32 -0
  67. data/lib/stack_one/models/shared/atscreateapplicationrequestdto.rb +5 -2
  68. data/lib/stack_one/models/shared/atscreateapplicationrequestdto_candidate.rb +5 -2
  69. data/lib/stack_one/models/shared/atscreatecandidaterequestdto.rb +5 -2
  70. data/lib/stack_one/models/shared/atscreatenotesrequestdto.rb +5 -2
  71. data/lib/stack_one/models/shared/atscreateofferrequestdto.rb +5 -2
  72. data/lib/stack_one/models/shared/atsupdateapplicationrequestdto.rb +8 -3
  73. data/lib/stack_one/models/shared/atsupdatecandidaterequestdto.rb +5 -8
  74. data/lib/stack_one/models/shared/crmcreatecontactrequestdto.rb +5 -2
  75. data/lib/stack_one/models/shared/hriscreateemployeerequestdto.rb +5 -2
  76. data/lib/stack_one/models/shared/hriscreateemployeerequestdto_home_location.rb +5 -2
  77. data/lib/stack_one/models/shared/hriscreateemployeerequestdto_work_location.rb +5 -2
  78. data/lib/stack_one/models/shared/hriscreatetimeoffrequestdto.rb +5 -2
  79. data/lib/stack_one/models/shared/hriscreateworkeligibilityrequestdto.rb +5 -2
  80. data/lib/stack_one/models/shared/marketingcreateemailtemplaterequestdto.rb +5 -8
  81. data/lib/stack_one/models/shared/marketingcreatepushtemplaterequestdto.rb +5 -8
  82. data/lib/stack_one/models/shared/marketingcreatetemplaterequestdto.rb +5 -8
  83. data/lib/stack_one/sdkconfiguration.rb +2 -2
  84. metadata +33 -1
@@ -17,8 +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
+ # Filter parameters that allow greater customisation of the list response
21
+ field :filter, T.nilable(::StackOne::Operations::HrisListEmployeeWorkEligibilityQueryParamFilter), { 'query_param': { 'field_name': 'filter', 'style': 'deepObject', 'explode': true } }
22
22
  # The unified cursor
23
23
  field :next_, T.nilable(::String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
24
24
  # The page number of the results to fetch
@@ -37,12 +37,12 @@ module StackOne
37
37
  field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
38
38
 
39
39
 
40
- 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), updated_after: T.nilable(::String)).void }
41
- 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, updated_after: nil)
40
+ sig { params(id: ::String, x_account_id: ::String, fields_: T.nilable(::String), filter: T.nilable(::StackOne::Operations::HrisListEmployeeWorkEligibilityQueryParamFilter), 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 }
41
+ def initialize(id: nil, x_account_id: nil, fields_: nil, filter: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, updated_after: nil)
42
42
  @id = id
43
43
  @x_account_id = x_account_id
44
44
  @fields_ = fields_
45
- @filter_updated_after = filter_updated_after
45
+ @filter = filter
46
46
  @next_ = next_
47
47
  @page = page
48
48
  @page_size = page_size
@@ -0,0 +1,27 @@
1
+ # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+
3
+ # typed: true
4
+ # frozen_string_literal: true
5
+
6
+
7
+ module StackOne
8
+ module Operations
9
+
10
+ # HRIS Employees filters
11
+ class HrisListEmployeesQueryParamFilter < ::StackOne::Utils::FieldAugmented
12
+ extend T::Sig
13
+
14
+ # Filter to select employees by employee_number
15
+ field :employee_number, T.nilable(::String), { 'query_param': { 'field_name': 'employee_number' } }
16
+ # Use a string with a date to only select results updated after that given date
17
+ field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after' } }
18
+
19
+
20
+ sig { params(employee_number: T.nilable(::String), updated_after: T.nilable(::String)).void }
21
+ def initialize(employee_number: nil, updated_after: nil)
22
+ @employee_number = employee_number
23
+ @updated_after = updated_after
24
+ end
25
+ end
26
+ end
27
+ end
@@ -17,10 +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
- # Filter to select employees by employee_number
21
- field :filter_employee_number, T.nilable(::String), { 'query_param': { 'field_name': 'filter[employee_number]', '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
+ # HRIS Employees filters
21
+ field :filter, T.nilable(::StackOne::Operations::HrisListEmployeesQueryParamFilter), { 'query_param': { 'field_name': 'filter', 'style': 'deepObject', 'explode': true } }
24
22
  # The comma separated list of fields that will be included in the response
25
23
  field :include, T.nilable(::String), { 'query_param': { 'field_name': 'include', 'style': 'form', 'explode': true } }
26
24
  # The unified cursor
@@ -41,13 +39,12 @@ module StackOne
41
39
  field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
42
40
 
43
41
 
44
- sig { params(x_account_id: ::String, expand: T.nilable(::String), fields_: T.nilable(::String), filter_employee_number: 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), updated_after: T.nilable(::String)).void }
45
- def initialize(x_account_id: nil, expand: nil, fields_: nil, filter_employee_number: nil, filter_updated_after: nil, include: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, updated_after: nil)
42
+ sig { params(x_account_id: ::String, expand: T.nilable(::String), fields_: T.nilable(::String), filter: T.nilable(::StackOne::Operations::HrisListEmployeesQueryParamFilter), 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), updated_after: T.nilable(::String)).void }
43
+ def initialize(x_account_id: nil, expand: nil, fields_: nil, filter: nil, include: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, updated_after: nil)
46
44
  @x_account_id = x_account_id
47
45
  @expand = expand
48
46
  @fields_ = fields_
49
- @filter_employee_number = filter_employee_number
50
- @filter_updated_after = filter_updated_after
47
+ @filter = filter
51
48
  @include = include
52
49
  @next_ = next_
53
50
  @page = page
@@ -0,0 +1,24 @@
1
+ # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+
3
+ # typed: true
4
+ # frozen_string_literal: true
5
+
6
+
7
+ module StackOne
8
+ module Operations
9
+
10
+ # Filter parameters that allow greater customisation of the list response
11
+ class HrisListEmploymentsQueryParamFilter < ::StackOne::Utils::FieldAugmented
12
+ extend T::Sig
13
+
14
+ # Use a string with a date to only select results updated after that given date
15
+ field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after' } }
16
+
17
+
18
+ sig { params(updated_after: T.nilable(::String)).void }
19
+ def initialize(updated_after: nil)
20
+ @updated_after = updated_after
21
+ end
22
+ end
23
+ end
24
+ end
@@ -17,8 +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
+ # Filter parameters that allow greater customisation of the list response
21
+ field :filter, T.nilable(::StackOne::Operations::HrisListEmploymentsQueryParamFilter), { 'query_param': { 'field_name': 'filter', 'style': 'deepObject', 'explode': true } }
22
22
  # The unified cursor
23
23
  field :next_, T.nilable(::String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
24
24
  # The page number of the results to fetch
@@ -37,12 +37,12 @@ module StackOne
37
37
  field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
38
38
 
39
39
 
40
- 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), updated_after: T.nilable(::String)).void }
41
- 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, updated_after: nil)
40
+ sig { params(x_account_id: ::String, expand: T.nilable(::String), fields_: T.nilable(::String), filter: T.nilable(::StackOne::Operations::HrisListEmploymentsQueryParamFilter), 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 }
41
+ def initialize(x_account_id: nil, expand: nil, fields_: nil, filter: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, updated_after: nil)
42
42
  @x_account_id = x_account_id
43
43
  @expand = expand
44
44
  @fields_ = fields_
45
- @filter_updated_after = filter_updated_after
45
+ @filter = filter
46
46
  @next_ = next_
47
47
  @page = page
48
48
  @page_size = page_size
@@ -0,0 +1,24 @@
1
+ # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+
3
+ # typed: true
4
+ # frozen_string_literal: true
5
+
6
+
7
+ module StackOne
8
+ module Operations
9
+
10
+ # Filter parameters that allow greater customisation of the list response
11
+ class HrisListGroupsQueryParamFilter < ::StackOne::Utils::FieldAugmented
12
+ extend T::Sig
13
+
14
+ # Use a string with a date to only select results updated after that given date
15
+ field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after' } }
16
+
17
+
18
+ sig { params(updated_after: T.nilable(::String)).void }
19
+ def initialize(updated_after: nil)
20
+ @updated_after = updated_after
21
+ end
22
+ end
23
+ end
24
+ end
@@ -15,8 +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
+ # Filter parameters that allow greater customisation of the list response
19
+ field :filter, T.nilable(::StackOne::Operations::HrisListGroupsQueryParamFilter), { 'query_param': { 'field_name': 'filter', 'style': 'deepObject', 'explode': true } }
20
20
  # The unified cursor
21
21
  field :next_, T.nilable(::String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
22
22
  # The page number of the results to fetch
@@ -35,11 +35,11 @@ module StackOne
35
35
  field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
36
36
 
37
37
 
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)
38
+ sig { params(x_account_id: ::String, fields_: T.nilable(::String), filter: T.nilable(::StackOne::Operations::HrisListGroupsQueryParamFilter), 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: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, updated_after: nil)
40
40
  @x_account_id = x_account_id
41
41
  @fields_ = fields_
42
- @filter_updated_after = filter_updated_after
42
+ @filter = filter
43
43
  @next_ = next_
44
44
  @page = page
45
45
  @page_size = page_size
@@ -0,0 +1,24 @@
1
+ # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+
3
+ # typed: true
4
+ # frozen_string_literal: true
5
+
6
+
7
+ module StackOne
8
+ module Operations
9
+
10
+ # Filter parameters that allow greater customisation of the list response
11
+ class HrisListLocationsQueryParamFilter < ::StackOne::Utils::FieldAugmented
12
+ extend T::Sig
13
+
14
+ # Use a string with a date to only select results updated after that given date
15
+ field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after' } }
16
+
17
+
18
+ sig { params(updated_after: T.nilable(::String)).void }
19
+ def initialize(updated_after: nil)
20
+ @updated_after = updated_after
21
+ end
22
+ end
23
+ end
24
+ end
@@ -15,8 +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
+ # Filter parameters that allow greater customisation of the list response
19
+ field :filter, T.nilable(::StackOne::Operations::HrisListLocationsQueryParamFilter), { 'query_param': { 'field_name': 'filter', 'style': 'deepObject', 'explode': true } }
20
20
  # The unified cursor
21
21
  field :next_, T.nilable(::String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
22
22
  # The page number of the results to fetch
@@ -35,11 +35,11 @@ module StackOne
35
35
  field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
36
36
 
37
37
 
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)
38
+ sig { params(x_account_id: ::String, fields_: T.nilable(::String), filter: T.nilable(::StackOne::Operations::HrisListLocationsQueryParamFilter), 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: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, updated_after: nil)
40
40
  @x_account_id = x_account_id
41
41
  @fields_ = fields_
42
- @filter_updated_after = filter_updated_after
42
+ @filter = filter
43
43
  @next_ = next_
44
44
  @page = page
45
45
  @page_size = page_size
@@ -0,0 +1,24 @@
1
+ # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+
3
+ # typed: true
4
+ # frozen_string_literal: true
5
+
6
+
7
+ module StackOne
8
+ module Operations
9
+
10
+ # Filter parameters that allow greater customisation of the list response
11
+ class HrisListTimeOffRequestsQueryParamFilter < ::StackOne::Utils::FieldAugmented
12
+ extend T::Sig
13
+
14
+ # Use a string with a date to only select results updated after that given date
15
+ field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after' } }
16
+
17
+
18
+ sig { params(updated_after: T.nilable(::String)).void }
19
+ def initialize(updated_after: nil)
20
+ @updated_after = updated_after
21
+ end
22
+ end
23
+ end
24
+ end
@@ -15,8 +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
+ # Filter parameters that allow greater customisation of the list response
19
+ field :filter, T.nilable(::StackOne::Operations::HrisListTimeOffRequestsQueryParamFilter), { 'query_param': { 'field_name': 'filter', 'style': 'deepObject', 'explode': true } }
20
20
  # The unified cursor
21
21
  field :next_, T.nilable(::String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
22
22
  # The page number of the results to fetch
@@ -35,11 +35,11 @@ module StackOne
35
35
  field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
36
36
 
37
37
 
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)
38
+ sig { params(x_account_id: ::String, fields_: T.nilable(::String), filter: T.nilable(::StackOne::Operations::HrisListTimeOffRequestsQueryParamFilter), 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: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, updated_after: nil)
40
40
  @x_account_id = x_account_id
41
41
  @fields_ = fields_
42
- @filter_updated_after = filter_updated_after
42
+ @filter = filter
43
43
  @next_ = next_
44
44
  @page = page
45
45
  @page_size = page_size
@@ -0,0 +1,24 @@
1
+ # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+
3
+ # typed: true
4
+ # frozen_string_literal: true
5
+
6
+
7
+ module StackOne
8
+ module Operations
9
+
10
+ # Filter parameters that allow greater customisation of the list response
11
+ class MarketingListCampaignsQueryParamFilter < ::StackOne::Utils::FieldAugmented
12
+ extend T::Sig
13
+
14
+ # Use a string with a date to only select results updated after that given date
15
+ field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after' } }
16
+
17
+
18
+ sig { params(updated_after: T.nilable(::String)).void }
19
+ def initialize(updated_after: nil)
20
+ @updated_after = updated_after
21
+ end
22
+ end
23
+ end
24
+ end
@@ -15,8 +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
+ # Filter parameters that allow greater customisation of the list response
19
+ field :filter, T.nilable(::StackOne::Operations::MarketingListCampaignsQueryParamFilter), { 'query_param': { 'field_name': 'filter', 'style': 'deepObject', 'explode': true } }
20
20
  # The unified cursor
21
21
  field :next_, T.nilable(::String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
22
22
  # The page number of the results to fetch
@@ -35,11 +35,11 @@ module StackOne
35
35
  field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
36
36
 
37
37
 
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)
38
+ sig { params(x_account_id: ::String, fields_: T.nilable(::String), filter: T.nilable(::StackOne::Operations::MarketingListCampaignsQueryParamFilter), 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: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, updated_after: nil)
40
40
  @x_account_id = x_account_id
41
41
  @fields_ = fields_
42
- @filter_updated_after = filter_updated_after
42
+ @filter = filter
43
43
  @next_ = next_
44
44
  @page = page
45
45
  @page_size = page_size
@@ -0,0 +1,24 @@
1
+ # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+
3
+ # typed: true
4
+ # frozen_string_literal: true
5
+
6
+
7
+ module StackOne
8
+ module Operations
9
+
10
+ # Filter parameters that allow greater customisation of the list response
11
+ class MarketingListEmailTemplatesQueryParamFilter < ::StackOne::Utils::FieldAugmented
12
+ extend T::Sig
13
+
14
+ # Use a string with a date to only select results updated after that given date
15
+ field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after' } }
16
+
17
+
18
+ sig { params(updated_after: T.nilable(::String)).void }
19
+ def initialize(updated_after: nil)
20
+ @updated_after = updated_after
21
+ end
22
+ end
23
+ end
24
+ end
@@ -15,8 +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
+ # Filter parameters that allow greater customisation of the list response
19
+ field :filter, T.nilable(::StackOne::Operations::MarketingListEmailTemplatesQueryParamFilter), { 'query_param': { 'field_name': 'filter', 'style': 'deepObject', 'explode': true } }
20
20
  # The unified cursor
21
21
  field :next_, T.nilable(::String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
22
22
  # The page number of the results to fetch
@@ -35,11 +35,11 @@ module StackOne
35
35
  field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
36
36
 
37
37
 
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)
38
+ sig { params(x_account_id: ::String, fields_: T.nilable(::String), filter: T.nilable(::StackOne::Operations::MarketingListEmailTemplatesQueryParamFilter), 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: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, updated_after: nil)
40
40
  @x_account_id = x_account_id
41
41
  @fields_ = fields_
42
- @filter_updated_after = filter_updated_after
42
+ @filter = filter
43
43
  @next_ = next_
44
44
  @page = page
45
45
  @page_size = page_size
@@ -0,0 +1,24 @@
1
+ # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+
3
+ # typed: true
4
+ # frozen_string_literal: true
5
+
6
+
7
+ module StackOne
8
+ module Operations
9
+
10
+ # Filter parameters that allow greater customisation of the list response
11
+ class MarketingListOmniChannelTemplatesQueryParamFilter < ::StackOne::Utils::FieldAugmented
12
+ extend T::Sig
13
+
14
+ # Use a string with a date to only select results updated after that given date
15
+ field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after' } }
16
+
17
+
18
+ sig { params(updated_after: T.nilable(::String)).void }
19
+ def initialize(updated_after: nil)
20
+ @updated_after = updated_after
21
+ end
22
+ end
23
+ end
24
+ end
@@ -15,8 +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
+ # Filter parameters that allow greater customisation of the list response
19
+ field :filter, T.nilable(::StackOne::Operations::MarketingListOmniChannelTemplatesQueryParamFilter), { 'query_param': { 'field_name': 'filter', 'style': 'deepObject', 'explode': true } }
20
20
  # The unified cursor
21
21
  field :next_, T.nilable(::String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
22
22
  # The page number of the results to fetch
@@ -35,11 +35,11 @@ module StackOne
35
35
  field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
36
36
 
37
37
 
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)
38
+ sig { params(x_account_id: ::String, fields_: T.nilable(::String), filter: T.nilable(::StackOne::Operations::MarketingListOmniChannelTemplatesQueryParamFilter), 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: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, updated_after: nil)
40
40
  @x_account_id = x_account_id
41
41
  @fields_ = fields_
42
- @filter_updated_after = filter_updated_after
42
+ @filter = filter
43
43
  @next_ = next_
44
44
  @page = page
45
45
  @page_size = page_size
@@ -0,0 +1,24 @@
1
+ # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+
3
+ # typed: true
4
+ # frozen_string_literal: true
5
+
6
+
7
+ module StackOne
8
+ module Operations
9
+
10
+ # Filter parameters that allow greater customisation of the list response
11
+ class MarketingListPushTemplatesQueryParamFilter < ::StackOne::Utils::FieldAugmented
12
+ extend T::Sig
13
+
14
+ # Use a string with a date to only select results updated after that given date
15
+ field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after' } }
16
+
17
+
18
+ sig { params(updated_after: T.nilable(::String)).void }
19
+ def initialize(updated_after: nil)
20
+ @updated_after = updated_after
21
+ end
22
+ end
23
+ end
24
+ end
@@ -15,8 +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
+ # Filter parameters that allow greater customisation of the list response
19
+ field :filter, T.nilable(::StackOne::Operations::MarketingListPushTemplatesQueryParamFilter), { 'query_param': { 'field_name': 'filter', 'style': 'deepObject', 'explode': true } }
20
20
  # The unified cursor
21
21
  field :next_, T.nilable(::String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
22
22
  # The page number of the results to fetch
@@ -35,11 +35,11 @@ module StackOne
35
35
  field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
36
36
 
37
37
 
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)
38
+ sig { params(x_account_id: ::String, fields_: T.nilable(::String), filter: T.nilable(::StackOne::Operations::MarketingListPushTemplatesQueryParamFilter), 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: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, updated_after: nil)
40
40
  @x_account_id = x_account_id
41
41
  @fields_ = fields_
42
- @filter_updated_after = filter_updated_after
42
+ @filter = filter
43
43
  @next_ = next_
44
44
  @page = page
45
45
  @page_size = page_size
@@ -0,0 +1,24 @@
1
+ # Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+
3
+ # typed: true
4
+ # frozen_string_literal: true
5
+
6
+
7
+ module StackOne
8
+ module Operations
9
+
10
+ # Filter parameters that allow greater customisation of the list response
11
+ class QueryParamFilter < ::StackOne::Utils::FieldAugmented
12
+ extend T::Sig
13
+
14
+ # Use a string with a date to only select results updated after that given date
15
+ field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after' } }
16
+
17
+
18
+ sig { params(updated_after: T.nilable(::String)).void }
19
+ def initialize(updated_after: nil)
20
+ @updated_after = updated_after
21
+ end
22
+ end
23
+ end
24
+ end