stackone_client 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (118) hide show
  1. checksums.yaml +4 -4
  2. data/lib/stackone/models/operations/ats_get_application.rb +12 -2
  3. data/lib/stackone/models/operations/ats_get_application_offer.rb +12 -2
  4. data/lib/stackone/models/operations/ats_get_application_scorecard.rb +12 -2
  5. data/lib/stackone/models/operations/ats_get_candidate.rb +12 -2
  6. data/lib/stackone/models/operations/ats_get_candidate_note.rb +12 -2
  7. data/lib/stackone/models/operations/ats_get_department.rb +12 -2
  8. data/lib/stackone/models/operations/ats_get_interview.rb +12 -2
  9. data/lib/stackone/models/operations/ats_get_interview_stage.rb +12 -2
  10. data/lib/stackone/models/operations/ats_get_job.rb +12 -2
  11. data/lib/stackone/models/operations/ats_get_job_posting.rb +12 -2
  12. data/lib/stackone/models/operations/ats_get_location.rb +12 -2
  13. data/lib/stackone/models/operations/ats_get_offer.rb +12 -2
  14. data/lib/stackone/models/operations/ats_get_rejected_reason.rb +12 -2
  15. data/lib/stackone/models/operations/ats_get_user.rb +12 -2
  16. data/lib/stackone/models/operations/ats_list_application_scorecards.rb +12 -2
  17. data/lib/stackone/models/operations/ats_list_applications.rb +12 -2
  18. data/lib/stackone/models/operations/ats_list_applications_offers.rb +12 -2
  19. data/lib/stackone/models/operations/ats_list_candidate_notes.rb +12 -2
  20. data/lib/stackone/models/operations/ats_list_candidates.rb +12 -2
  21. data/lib/stackone/models/operations/ats_list_departments.rb +12 -2
  22. data/lib/stackone/models/operations/ats_list_interview_stages.rb +12 -2
  23. data/lib/stackone/models/operations/ats_list_interviews.rb +12 -2
  24. data/lib/stackone/models/operations/ats_list_job_postings.rb +12 -2
  25. data/lib/stackone/models/operations/ats_list_jobs.rb +12 -2
  26. data/lib/stackone/models/operations/ats_list_locations.rb +12 -2
  27. data/lib/stackone/models/operations/ats_list_offers.rb +12 -2
  28. data/lib/stackone/models/operations/ats_list_rejected_reasons.rb +12 -2
  29. data/lib/stackone/models/operations/ats_list_users.rb +12 -2
  30. data/lib/stackone/models/operations/crm_get_account.rb +12 -2
  31. data/lib/stackone/models/operations/crm_get_contact.rb +12 -2
  32. data/lib/stackone/models/operations/crm_get_list.rb +12 -2
  33. data/lib/stackone/models/operations/crm_list_accounts.rb +12 -2
  34. data/lib/stackone/models/operations/crm_list_contacts.rb +12 -2
  35. data/lib/stackone/models/operations/crm_list_lists.rb +12 -2
  36. data/lib/stackone/models/operations/hris_get_company.rb +12 -2
  37. data/lib/stackone/models/operations/hris_get_employee.rb +12 -2
  38. data/lib/stackone/models/operations/hris_get_employee_document.rb +12 -2
  39. data/lib/stackone/models/operations/hris_get_employees_time_off_request.rb +12 -2
  40. data/lib/stackone/models/operations/hris_get_employment.rb +12 -2
  41. data/lib/stackone/models/operations/hris_get_location.rb +12 -2
  42. data/lib/stackone/models/operations/hris_get_time_off_request.rb +12 -2
  43. data/lib/stackone/models/operations/hris_list_companies.rb +12 -2
  44. data/lib/stackone/models/operations/hris_list_employee_documents.rb +12 -2
  45. data/lib/stackone/models/operations/hris_list_employee_time_off_requests.rb +12 -2
  46. data/lib/stackone/models/operations/hris_list_employees.rb +12 -2
  47. data/lib/stackone/models/operations/hris_list_employments.rb +12 -2
  48. data/lib/stackone/models/operations/hris_list_locations.rb +12 -2
  49. data/lib/stackone/models/operations/hris_list_time_off_requests.rb +12 -2
  50. data/lib/stackone/models/operations/marketing_get_campaign.rb +12 -2
  51. data/lib/stackone/models/operations/marketing_get_email_template.rb +12 -2
  52. data/lib/stackone/models/operations/marketing_get_omni_channel_template.rb +12 -2
  53. data/lib/stackone/models/operations/marketing_get_push_template.rb +12 -2
  54. data/lib/stackone/models/operations/marketing_list_campaigns.rb +12 -2
  55. data/lib/stackone/models/operations/marketing_list_email_templates.rb +12 -2
  56. data/lib/stackone/models/operations/marketing_list_omni_channel_templates.rb +12 -2
  57. data/lib/stackone/models/operations/marketing_list_push_templates.rb +12 -2
  58. data/lib/stackone/models/shared/accountaddress.rb +6 -6
  59. data/lib/stackone/models/shared/answer.rb +7 -7
  60. data/lib/stackone/models/shared/application.rb +92 -9
  61. data/lib/stackone/models/shared/applicationattachment.rb +2 -2
  62. data/lib/stackone/models/shared/atscreateapplicationrequestdto.rb +65 -8
  63. data/lib/stackone/models/shared/atscreatecandidaterequestdto.rb +15 -15
  64. data/lib/stackone/models/shared/atscreatenotesrequestdto.rb +7 -7
  65. data/lib/stackone/models/shared/atscreateofferrequestdto.rb +41 -10
  66. data/lib/stackone/models/shared/atslocation.rb +3 -3
  67. data/lib/stackone/models/shared/atsupdateapplicationrequestdto.rb +62 -5
  68. data/lib/stackone/models/shared/attachmenttype.rb +5 -5
  69. data/lib/stackone/models/shared/campaign.rb +11 -11
  70. data/lib/stackone/models/shared/candidate.rb +25 -25
  71. data/lib/stackone/models/shared/candidateemail.rb +3 -3
  72. data/lib/stackone/models/shared/channelsenum.rb +3 -3
  73. data/lib/stackone/models/shared/connectsession.rb +5 -5
  74. data/lib/stackone/models/shared/connectsessiontoken.rb +5 -5
  75. data/lib/stackone/models/shared/content.rb +9 -8
  76. data/lib/stackone/models/shared/costcenters.rb +25 -0
  77. data/lib/stackone/models/shared/countrycodeenum.rb +4 -4
  78. data/lib/stackone/models/shared/createtimeoffresult.rb +4 -4
  79. data/lib/stackone/models/shared/department.rb +3 -3
  80. data/lib/stackone/models/shared/documentfileformatenum.rb +40 -0
  81. data/lib/stackone/models/shared/documenttypeenum.rb +3 -3
  82. data/lib/stackone/models/shared/emailmessages.rb +10 -10
  83. data/lib/stackone/models/shared/employee.rb +48 -35
  84. data/lib/stackone/models/shared/employeecustomfields.rb +3 -3
  85. data/lib/stackone/models/shared/employment.rb +25 -18
  86. data/lib/stackone/models/shared/hriscreateemployeerequestdto.rb +40 -33
  87. data/lib/stackone/models/shared/hriscreatetimeoffrequestdto.rb +6 -6
  88. data/lib/stackone/models/shared/hrislocation.rb +7 -7
  89. data/lib/stackone/models/shared/interview.rb +46 -20
  90. data/lib/stackone/models/shared/interviewer.rb +6 -6
  91. data/lib/stackone/models/shared/interviewstage.rb +7 -7
  92. data/lib/stackone/models/shared/job.rb +49 -18
  93. data/lib/stackone/models/shared/{hiringteam.rb → jobhiringteam.rb} +1 -1
  94. data/lib/stackone/models/shared/jobposting.rb +21 -14
  95. data/lib/stackone/models/shared/{compensation.rb → jobpostingcompensation.rb} +23 -23
  96. data/lib/stackone/models/shared/{location.rb → jobpostinglocation.rb} +1 -1
  97. data/lib/stackone/models/shared/jobpostingquestionnaire.rb +34 -0
  98. data/lib/stackone/models/shared/list.rb +3 -3
  99. data/lib/stackone/models/shared/message.rb +7 -7
  100. data/lib/stackone/models/shared/note.rb +7 -7
  101. data/lib/stackone/models/shared/offer.rb +43 -12
  102. data/lib/stackone/models/shared/offerhistory.rb +5 -5
  103. data/lib/stackone/models/shared/pushmessages.rb +5 -5
  104. data/lib/stackone/models/shared/question.rb +73 -0
  105. data/lib/stackone/models/shared/questionmultiplechoiceanswers.rb +28 -0
  106. data/lib/stackone/models/shared/questionnaire.rb +2 -2
  107. data/lib/stackone/models/shared/rejectedreason.rb +33 -5
  108. data/lib/stackone/models/shared/sociallink.rb +3 -3
  109. data/lib/stackone/models/shared/timeoff.rb +6 -6
  110. data/lib/stackone/models/shared/user.rb +8 -8
  111. data/lib/stackone/sdkconfiguration.rb +3 -3
  112. data/lib/stackone_client.rb +9 -9
  113. metadata +10 -10
  114. data/lib/stackone/models/shared/applicationcandidate.rb +0 -31
  115. data/lib/stackone/models/shared/applicationstatusenumapimodel.rb +0 -50
  116. data/lib/stackone/models/shared/jobstatusenum.rb +0 -43
  117. data/lib/stackone/models/shared/offerstatusenum.rb +0 -43
  118. data/lib/stackone/models/shared/rejectedreasontypeenum.rb +0 -40
@@ -9,6 +9,16 @@ require_relative '../shared/companyresult'
9
9
 
10
10
  module StackOne
11
11
  module Operations
12
+ # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
13
+ class HrisGetCompanyQueryParamProxy < ::StackOne::Utils::FieldAugmented
14
+ extend T::Sig
15
+
16
+
17
+
18
+
19
+ def initialize; end
20
+ end
21
+
12
22
 
13
23
  class HrisGetCompanyRequest < ::StackOne::Utils::FieldAugmented
14
24
  extend T::Sig
@@ -28,7 +38,7 @@ module StackOne
28
38
  # The number of results per page
29
39
  field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
30
40
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
31
- field :proxy, T.nilable(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
41
+ field :proxy, T.nilable(Operations::HrisGetCompanyQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
32
42
  # Indicates that the raw request result is returned
33
43
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
34
44
  # The sync token to select the only updated results
@@ -37,7 +47,7 @@ module StackOne
37
47
  field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
38
48
 
39
49
 
40
- sig { params(id: String, x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(T::Hash[Symbol, Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
50
+ sig { params(id: String, x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(Operations::HrisGetCompanyQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
41
51
  def initialize(id: nil, x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
42
52
  @id = id
43
53
  @x_account_id = x_account_id
@@ -9,6 +9,16 @@ require_relative '../shared/employeeresult'
9
9
 
10
10
  module StackOne
11
11
  module Operations
12
+ # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
13
+ class HrisGetEmployeeQueryParamProxy < ::StackOne::Utils::FieldAugmented
14
+ extend T::Sig
15
+
16
+
17
+
18
+
19
+ def initialize; end
20
+ end
21
+
12
22
 
13
23
  class HrisGetEmployeeRequest < ::StackOne::Utils::FieldAugmented
14
24
  extend T::Sig
@@ -32,7 +42,7 @@ module StackOne
32
42
  # The number of results per page
33
43
  field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
34
44
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
35
- field :proxy, T.nilable(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
45
+ field :proxy, T.nilable(Operations::HrisGetEmployeeQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
36
46
  # Indicates that the raw request result is returned
37
47
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
38
48
  # The sync token to select the only updated results
@@ -41,7 +51,7 @@ module StackOne
41
51
  field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
42
52
 
43
53
 
44
- sig { params(id: String, x_account_id: String, expand: T.nilable(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 }
54
+ sig { params(id: String, x_account_id: String, expand: T.nilable(String), fields: T.nilable(String), include: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(Operations::HrisGetEmployeeQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
45
55
  def initialize(id: nil, x_account_id: nil, expand: nil, fields: nil, include: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
46
56
  @id = id
47
57
  @x_account_id = x_account_id
@@ -9,6 +9,16 @@ require_relative '../shared/documentresult'
9
9
 
10
10
  module StackOne
11
11
  module Operations
12
+ # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
13
+ class HrisGetEmployeeDocumentQueryParamProxy < ::StackOne::Utils::FieldAugmented
14
+ extend T::Sig
15
+
16
+
17
+
18
+
19
+ def initialize; end
20
+ end
21
+
12
22
 
13
23
  class HrisGetEmployeeDocumentRequest < ::StackOne::Utils::FieldAugmented
14
24
  extend T::Sig
@@ -30,7 +40,7 @@ module StackOne
30
40
  # The number of results per page
31
41
  field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
32
42
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
33
- field :proxy, T.nilable(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
43
+ field :proxy, T.nilable(Operations::HrisGetEmployeeDocumentQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
34
44
  # Indicates that the raw request result is returned
35
45
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
36
46
  # The sync token to select the only updated results
@@ -39,7 +49,7 @@ module StackOne
39
49
  field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
40
50
 
41
51
 
42
- sig { params(id: String, sub_resource_id: String, x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(T::Hash[Symbol, Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
52
+ sig { params(id: String, sub_resource_id: String, x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(Operations::HrisGetEmployeeDocumentQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
43
53
  def initialize(id: nil, sub_resource_id: nil, x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
44
54
  @id = id
45
55
  @sub_resource_id = sub_resource_id
@@ -9,6 +9,16 @@ require_relative '../shared/timeoffresult'
9
9
 
10
10
  module StackOne
11
11
  module Operations
12
+ # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
13
+ class HrisGetEmployeesTimeOffRequestQueryParamProxy < ::StackOne::Utils::FieldAugmented
14
+ extend T::Sig
15
+
16
+
17
+
18
+
19
+ def initialize; end
20
+ end
21
+
12
22
 
13
23
  class HrisGetEmployeesTimeOffRequestRequest < ::StackOne::Utils::FieldAugmented
14
24
  extend T::Sig
@@ -30,7 +40,7 @@ module StackOne
30
40
  # The number of results per page
31
41
  field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
32
42
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
33
- field :proxy, T.nilable(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
43
+ field :proxy, T.nilable(Operations::HrisGetEmployeesTimeOffRequestQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
34
44
  # Indicates that the raw request result is returned
35
45
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
36
46
  # The sync token to select the only updated results
@@ -39,7 +49,7 @@ module StackOne
39
49
  field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
40
50
 
41
51
 
42
- sig { params(id: String, sub_resource_id: String, x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(T::Hash[Symbol, Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
52
+ sig { params(id: String, sub_resource_id: String, x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(Operations::HrisGetEmployeesTimeOffRequestQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
43
53
  def initialize(id: nil, sub_resource_id: nil, x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
44
54
  @id = id
45
55
  @sub_resource_id = sub_resource_id
@@ -9,6 +9,16 @@ require_relative '../shared/employmentresult'
9
9
 
10
10
  module StackOne
11
11
  module Operations
12
+ # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
13
+ class HrisGetEmploymentQueryParamProxy < ::StackOne::Utils::FieldAugmented
14
+ extend T::Sig
15
+
16
+
17
+
18
+
19
+ def initialize; end
20
+ end
21
+
12
22
 
13
23
  class HrisGetEmploymentRequest < ::StackOne::Utils::FieldAugmented
14
24
  extend T::Sig
@@ -28,7 +38,7 @@ module StackOne
28
38
  # The number of results per page
29
39
  field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
30
40
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
31
- field :proxy, T.nilable(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
41
+ field :proxy, T.nilable(Operations::HrisGetEmploymentQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
32
42
  # Indicates that the raw request result is returned
33
43
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
34
44
  # The sync token to select the only updated results
@@ -37,7 +47,7 @@ module StackOne
37
47
  field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
38
48
 
39
49
 
40
- sig { params(id: String, x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(T::Hash[Symbol, Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
50
+ sig { params(id: String, x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(Operations::HrisGetEmploymentQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
41
51
  def initialize(id: nil, x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
42
52
  @id = id
43
53
  @x_account_id = x_account_id
@@ -9,6 +9,16 @@ require_relative '../shared/hrislocationresult'
9
9
 
10
10
  module StackOne
11
11
  module Operations
12
+ # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
13
+ class HrisGetLocationQueryParamProxy < ::StackOne::Utils::FieldAugmented
14
+ extend T::Sig
15
+
16
+
17
+
18
+
19
+ def initialize; end
20
+ end
21
+
12
22
 
13
23
  class HrisGetLocationRequest < ::StackOne::Utils::FieldAugmented
14
24
  extend T::Sig
@@ -28,7 +38,7 @@ module StackOne
28
38
  # The number of results per page
29
39
  field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
30
40
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
31
- field :proxy, T.nilable(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
41
+ field :proxy, T.nilable(Operations::HrisGetLocationQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
32
42
  # Indicates that the raw request result is returned
33
43
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
34
44
  # The sync token to select the only updated results
@@ -37,7 +47,7 @@ module StackOne
37
47
  field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
38
48
 
39
49
 
40
- sig { params(id: String, x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(T::Hash[Symbol, Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
50
+ sig { params(id: String, x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(Operations::HrisGetLocationQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
41
51
  def initialize(id: nil, x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
42
52
  @id = id
43
53
  @x_account_id = x_account_id
@@ -9,6 +9,16 @@ require_relative '../shared/timeoffresult'
9
9
 
10
10
  module StackOne
11
11
  module Operations
12
+ # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
13
+ class HrisGetTimeOffRequestQueryParamProxy < ::StackOne::Utils::FieldAugmented
14
+ extend T::Sig
15
+
16
+
17
+
18
+
19
+ def initialize; end
20
+ end
21
+
12
22
 
13
23
  class HrisGetTimeOffRequestRequest < ::StackOne::Utils::FieldAugmented
14
24
  extend T::Sig
@@ -28,7 +38,7 @@ module StackOne
28
38
  # The number of results per page
29
39
  field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
30
40
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
31
- field :proxy, T.nilable(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
41
+ field :proxy, T.nilable(Operations::HrisGetTimeOffRequestQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
32
42
  # Indicates that the raw request result is returned
33
43
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
34
44
  # The sync token to select the only updated results
@@ -37,7 +47,7 @@ module StackOne
37
47
  field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
38
48
 
39
49
 
40
- sig { params(id: String, x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(T::Hash[Symbol, Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
50
+ sig { params(id: String, x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(Operations::HrisGetTimeOffRequestQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
41
51
  def initialize(id: nil, x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
42
52
  @id = id
43
53
  @x_account_id = x_account_id
@@ -9,6 +9,16 @@ require_relative '../shared/companiespaginated'
9
9
 
10
10
  module StackOne
11
11
  module Operations
12
+ # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
13
+ class HrisListCompaniesQueryParamProxy < ::StackOne::Utils::FieldAugmented
14
+ extend T::Sig
15
+
16
+
17
+
18
+
19
+ def initialize; end
20
+ end
21
+
12
22
 
13
23
  class HrisListCompaniesRequest < ::StackOne::Utils::FieldAugmented
14
24
  extend T::Sig
@@ -26,7 +36,7 @@ module StackOne
26
36
  # The number of results per page
27
37
  field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
28
38
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
29
- field :proxy, T.nilable(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
39
+ field :proxy, T.nilable(Operations::HrisListCompaniesQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
30
40
  # Indicates that the raw request result is returned
31
41
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
32
42
  # The sync token to select the only updated results
@@ -35,7 +45,7 @@ module StackOne
35
45
  field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
36
46
 
37
47
 
38
- sig { params(x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(T::Hash[Symbol, Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
48
+ sig { params(x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(Operations::HrisListCompaniesQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
39
49
  def initialize(x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
40
50
  @x_account_id = x_account_id
41
51
  @fields = fields
@@ -9,6 +9,16 @@ require_relative '../shared/documentspaginated'
9
9
 
10
10
  module StackOne
11
11
  module Operations
12
+ # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
13
+ class HrisListEmployeeDocumentsQueryParamProxy < ::StackOne::Utils::FieldAugmented
14
+ extend T::Sig
15
+
16
+
17
+
18
+
19
+ def initialize; end
20
+ end
21
+
12
22
 
13
23
  class HrisListEmployeeDocumentsRequest < ::StackOne::Utils::FieldAugmented
14
24
  extend T::Sig
@@ -28,7 +38,7 @@ module StackOne
28
38
  # The number of results per page
29
39
  field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
30
40
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
31
- field :proxy, T.nilable(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
41
+ field :proxy, T.nilable(Operations::HrisListEmployeeDocumentsQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
32
42
  # Indicates that the raw request result is returned
33
43
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
34
44
  # The sync token to select the only updated results
@@ -37,7 +47,7 @@ module StackOne
37
47
  field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
38
48
 
39
49
 
40
- sig { params(id: String, x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(T::Hash[Symbol, Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
50
+ sig { params(id: String, x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(Operations::HrisListEmployeeDocumentsQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
41
51
  def initialize(id: nil, x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
42
52
  @id = id
43
53
  @x_account_id = x_account_id
@@ -9,6 +9,16 @@ require_relative '../shared/timeoffpaginated'
9
9
 
10
10
  module StackOne
11
11
  module Operations
12
+ # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
13
+ class HrisListEmployeeTimeOffRequestsQueryParamProxy < ::StackOne::Utils::FieldAugmented
14
+ extend T::Sig
15
+
16
+
17
+
18
+
19
+ def initialize; end
20
+ end
21
+
12
22
 
13
23
  class HrisListEmployeeTimeOffRequestsRequest < ::StackOne::Utils::FieldAugmented
14
24
  extend T::Sig
@@ -28,7 +38,7 @@ module StackOne
28
38
  # The number of results per page
29
39
  field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
30
40
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
31
- field :proxy, T.nilable(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
41
+ field :proxy, T.nilable(Operations::HrisListEmployeeTimeOffRequestsQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
32
42
  # Indicates that the raw request result is returned
33
43
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
34
44
  # The sync token to select the only updated results
@@ -37,7 +47,7 @@ module StackOne
37
47
  field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
38
48
 
39
49
 
40
- sig { params(id: String, x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(T::Hash[Symbol, Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
50
+ sig { params(id: String, x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(Operations::HrisListEmployeeTimeOffRequestsQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
41
51
  def initialize(id: nil, x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
42
52
  @id = id
43
53
  @x_account_id = x_account_id
@@ -9,6 +9,16 @@ require_relative '../shared/employeespaginated'
9
9
 
10
10
  module StackOne
11
11
  module Operations
12
+ # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
13
+ class HrisListEmployeesQueryParamProxy < ::StackOne::Utils::FieldAugmented
14
+ extend T::Sig
15
+
16
+
17
+
18
+
19
+ def initialize; end
20
+ end
21
+
12
22
 
13
23
  class HrisListEmployeesRequest < ::StackOne::Utils::FieldAugmented
14
24
  extend T::Sig
@@ -30,7 +40,7 @@ module StackOne
30
40
  # The number of results per page
31
41
  field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
32
42
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
33
- field :proxy, T.nilable(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
43
+ field :proxy, T.nilable(Operations::HrisListEmployeesQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
34
44
  # Indicates that the raw request result is returned
35
45
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
36
46
  # The sync token to select the only updated results
@@ -39,7 +49,7 @@ module StackOne
39
49
  field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
40
50
 
41
51
 
42
- sig { params(x_account_id: String, expand: T.nilable(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 }
52
+ sig { params(x_account_id: String, expand: T.nilable(String), fields: T.nilable(String), include: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(Operations::HrisListEmployeesQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
43
53
  def initialize(x_account_id: nil, expand: nil, fields: nil, include: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
44
54
  @x_account_id = x_account_id
45
55
  @expand = expand
@@ -9,6 +9,16 @@ require_relative '../shared/employmentspaginated'
9
9
 
10
10
  module StackOne
11
11
  module Operations
12
+ # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
13
+ class HrisListEmploymentsQueryParamProxy < ::StackOne::Utils::FieldAugmented
14
+ extend T::Sig
15
+
16
+
17
+
18
+
19
+ def initialize; end
20
+ end
21
+
12
22
 
13
23
  class HrisListEmploymentsRequest < ::StackOne::Utils::FieldAugmented
14
24
  extend T::Sig
@@ -26,7 +36,7 @@ module StackOne
26
36
  # The number of results per page
27
37
  field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
28
38
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
29
- field :proxy, T.nilable(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
39
+ field :proxy, T.nilable(Operations::HrisListEmploymentsQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
30
40
  # Indicates that the raw request result is returned
31
41
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
32
42
  # The sync token to select the only updated results
@@ -35,7 +45,7 @@ module StackOne
35
45
  field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
36
46
 
37
47
 
38
- sig { params(x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(T::Hash[Symbol, Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
48
+ sig { params(x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(Operations::HrisListEmploymentsQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
39
49
  def initialize(x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
40
50
  @x_account_id = x_account_id
41
51
  @fields = fields
@@ -9,6 +9,16 @@ require_relative '../shared/hrislocationspaginated'
9
9
 
10
10
  module StackOne
11
11
  module Operations
12
+ # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
13
+ class HrisListLocationsQueryParamProxy < ::StackOne::Utils::FieldAugmented
14
+ extend T::Sig
15
+
16
+
17
+
18
+
19
+ def initialize; end
20
+ end
21
+
12
22
 
13
23
  class HrisListLocationsRequest < ::StackOne::Utils::FieldAugmented
14
24
  extend T::Sig
@@ -26,7 +36,7 @@ module StackOne
26
36
  # The number of results per page
27
37
  field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
28
38
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
29
- field :proxy, T.nilable(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
39
+ field :proxy, T.nilable(Operations::HrisListLocationsQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
30
40
  # Indicates that the raw request result is returned
31
41
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
32
42
  # The sync token to select the only updated results
@@ -35,7 +45,7 @@ module StackOne
35
45
  field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
36
46
 
37
47
 
38
- sig { params(x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(T::Hash[Symbol, Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
48
+ sig { params(x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(Operations::HrisListLocationsQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
39
49
  def initialize(x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
40
50
  @x_account_id = x_account_id
41
51
  @fields = fields
@@ -9,6 +9,16 @@ require_relative '../shared/timeoffpaginated'
9
9
 
10
10
  module StackOne
11
11
  module Operations
12
+ # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
13
+ class HrisListTimeOffRequestsQueryParamProxy < ::StackOne::Utils::FieldAugmented
14
+ extend T::Sig
15
+
16
+
17
+
18
+
19
+ def initialize; end
20
+ end
21
+
12
22
 
13
23
  class HrisListTimeOffRequestsRequest < ::StackOne::Utils::FieldAugmented
14
24
  extend T::Sig
@@ -26,7 +36,7 @@ module StackOne
26
36
  # The number of results per page
27
37
  field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
28
38
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
29
- field :proxy, T.nilable(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
39
+ field :proxy, T.nilable(Operations::HrisListTimeOffRequestsQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
30
40
  # Indicates that the raw request result is returned
31
41
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
32
42
  # The sync token to select the only updated results
@@ -35,7 +45,7 @@ module StackOne
35
45
  field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
36
46
 
37
47
 
38
- sig { params(x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(T::Hash[Symbol, Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
48
+ sig { params(x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(Operations::HrisListTimeOffRequestsQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
39
49
  def initialize(x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
40
50
  @x_account_id = x_account_id
41
51
  @fields = fields
@@ -9,6 +9,16 @@ require_relative '../shared/campaignresult'
9
9
 
10
10
  module StackOne
11
11
  module Operations
12
+ # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
13
+ class MarketingGetCampaignQueryParamProxy < ::StackOne::Utils::FieldAugmented
14
+ extend T::Sig
15
+
16
+
17
+
18
+
19
+ def initialize; end
20
+ end
21
+
12
22
 
13
23
  class MarketingGetCampaignRequest < ::StackOne::Utils::FieldAugmented
14
24
  extend T::Sig
@@ -28,7 +38,7 @@ module StackOne
28
38
  # The number of results per page
29
39
  field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
30
40
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
31
- field :proxy, T.nilable(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
41
+ field :proxy, T.nilable(Operations::MarketingGetCampaignQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
32
42
  # Indicates that the raw request result is returned
33
43
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
34
44
  # The sync token to select the only updated results
@@ -37,7 +47,7 @@ module StackOne
37
47
  field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
38
48
 
39
49
 
40
- sig { params(id: String, x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(T::Hash[Symbol, Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
50
+ sig { params(id: String, x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(Operations::MarketingGetCampaignQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
41
51
  def initialize(id: nil, x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
42
52
  @id = id
43
53
  @x_account_id = x_account_id
@@ -9,6 +9,16 @@ require_relative '../shared/templateresult'
9
9
 
10
10
  module StackOne
11
11
  module Operations
12
+ # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
13
+ class MarketingGetEmailTemplateQueryParamProxy < ::StackOne::Utils::FieldAugmented
14
+ extend T::Sig
15
+
16
+
17
+
18
+
19
+ def initialize; end
20
+ end
21
+
12
22
 
13
23
  class MarketingGetEmailTemplateRequest < ::StackOne::Utils::FieldAugmented
14
24
  extend T::Sig
@@ -28,7 +38,7 @@ module StackOne
28
38
  # The number of results per page
29
39
  field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
30
40
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
31
- field :proxy, T.nilable(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
41
+ field :proxy, T.nilable(Operations::MarketingGetEmailTemplateQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
32
42
  # Indicates that the raw request result is returned
33
43
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
34
44
  # The sync token to select the only updated results
@@ -37,7 +47,7 @@ module StackOne
37
47
  field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
38
48
 
39
49
 
40
- sig { params(id: String, x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(T::Hash[Symbol, Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
50
+ sig { params(id: String, x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(Operations::MarketingGetEmailTemplateQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
41
51
  def initialize(id: nil, x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
42
52
  @id = id
43
53
  @x_account_id = x_account_id
@@ -9,6 +9,16 @@ require_relative '../shared/templateresult'
9
9
 
10
10
  module StackOne
11
11
  module Operations
12
+ # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
13
+ class MarketingGetOmniChannelTemplateQueryParamProxy < ::StackOne::Utils::FieldAugmented
14
+ extend T::Sig
15
+
16
+
17
+
18
+
19
+ def initialize; end
20
+ end
21
+
12
22
 
13
23
  class MarketingGetOmniChannelTemplateRequest < ::StackOne::Utils::FieldAugmented
14
24
  extend T::Sig
@@ -28,7 +38,7 @@ module StackOne
28
38
  # The number of results per page
29
39
  field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
30
40
  # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
31
- field :proxy, T.nilable(T::Hash[Symbol, Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
41
+ field :proxy, T.nilable(Operations::MarketingGetOmniChannelTemplateQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
32
42
  # Indicates that the raw request result is returned
33
43
  field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
34
44
  # The sync token to select the only updated results
@@ -37,7 +47,7 @@ module StackOne
37
47
  field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
38
48
 
39
49
 
40
- sig { params(id: String, x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(T::Hash[Symbol, Object]), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
50
+ sig { params(id: String, x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(Operations::MarketingGetOmniChannelTemplateQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
41
51
  def initialize(id: nil, x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
42
52
  @id = id
43
53
  @x_account_id = x_account_id