stackone_client 0.23.0 → 0.27.0

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 (103) hide show
  1. checksums.yaml +4 -4
  2. data/lib/stack_one/accounts.rb +1 -1
  3. data/lib/stack_one/ats.rb +276 -0
  4. data/lib/stack_one/connect_sessions.rb +1 -1
  5. data/lib/stack_one/connectors.rb +1 -1
  6. data/lib/stack_one/hris.rb +2616 -428
  7. data/lib/stack_one/lms.rb +291 -1441
  8. data/lib/stack_one/models/operations/ats_list_application_changes_queryparam_filter.rb +37 -0
  9. data/lib/stack_one/models/operations/ats_list_application_changes_request.rb +61 -0
  10. data/lib/stack_one/models/operations/ats_list_application_changes_response.rb +49 -0
  11. data/lib/stack_one/models/operations/change_type.rb +22 -0
  12. data/lib/stack_one/models/operations/hris_get_company_group_request.rb +49 -0
  13. data/lib/stack_one/models/operations/{lms_create_collection_response.rb → hris_get_company_group_response.rb} +7 -7
  14. data/lib/stack_one/models/operations/hris_get_division_group_request.rb +49 -0
  15. data/lib/stack_one/models/operations/hris_get_division_group_response.rb +49 -0
  16. data/lib/stack_one/models/operations/hris_get_position_request.rb +49 -0
  17. data/lib/stack_one/models/operations/{lms_batch_upsert_course_response.rb → hris_get_position_response.rb} +7 -7
  18. data/lib/stack_one/models/operations/hris_get_task_request.rb +53 -0
  19. data/lib/stack_one/models/operations/{lms_upsert_course_response.rb → hris_get_task_response.rb} +7 -7
  20. data/lib/stack_one/models/operations/hris_list_companies_groups_queryparam_filter.rb +33 -0
  21. data/lib/stack_one/models/operations/hris_list_companies_groups_request.rb +69 -0
  22. data/lib/stack_one/models/operations/hris_list_companies_groups_response.rb +49 -0
  23. data/lib/stack_one/models/operations/hris_list_division_groups_queryparam_filter.rb +33 -0
  24. data/lib/stack_one/models/operations/hris_list_division_groups_request.rb +69 -0
  25. data/lib/stack_one/models/operations/hris_list_division_groups_response.rb +49 -0
  26. data/lib/stack_one/models/operations/hris_list_positions_queryparam_filter.rb +33 -0
  27. data/lib/stack_one/models/operations/hris_list_positions_request.rb +73 -0
  28. data/lib/stack_one/models/operations/hris_list_positions_response.rb +49 -0
  29. data/lib/stack_one/models/operations/hris_list_tasks_queryparam_filter.rb +33 -0
  30. data/lib/stack_one/models/operations/hris_list_tasks_request.rb +73 -0
  31. data/lib/stack_one/models/operations/{lms_update_collection_response.rb → hris_list_tasks_response.rb} +7 -7
  32. data/lib/stack_one/models/operations/lms_list_assignments_queryparam_filter.rb +2 -2
  33. data/lib/stack_one/models/operations/lms_list_assignments_queryparam_status.rb +21 -0
  34. data/lib/stack_one/models/operations/queryparam_status.rb +5 -4
  35. data/lib/stack_one/models/operations.rb +25 -8
  36. data/lib/stack_one/models/shared/active.rb +1 -1
  37. data/lib/stack_one/models/shared/actor.rb +37 -0
  38. data/lib/stack_one/models/shared/applicationchanges.rb +57 -0
  39. data/lib/stack_one/models/shared/{customfielddefinition_schemas_4.rb → applicationchanges_4.rb} +1 -1
  40. data/lib/stack_one/models/shared/applicationchanges_source_value.rb +28 -0
  41. data/lib/stack_one/models/shared/applicationchanges_value.rb +22 -0
  42. data/lib/stack_one/models/shared/applicationchangesdatamodel.rb +41 -0
  43. data/lib/stack_one/models/shared/applicationchangesdatamodel_4.rb +28 -0
  44. data/lib/stack_one/models/shared/applicationchangesdatamodel_application_status.rb +37 -0
  45. data/lib/stack_one/models/shared/applicationchangesdatamodel_source_value.rb +28 -0
  46. data/lib/stack_one/models/shared/applicationchangesdatamodel_value.rb +38 -0
  47. data/lib/stack_one/models/shared/applicationchangespaginated.rb +41 -0
  48. data/lib/stack_one/models/shared/categories.rb +1 -0
  49. data/lib/stack_one/models/shared/category.rb +2 -2
  50. data/lib/stack_one/models/shared/category_2.rb +20 -0
  51. data/lib/stack_one/models/shared/change_type.rb +37 -0
  52. data/lib/stack_one/models/shared/connectorsmeta_category.rb +1 -0
  53. data/lib/stack_one/models/shared/connectsessioncreate_categories.rb +1 -0
  54. data/lib/stack_one/models/shared/connectsessiontokenauthlink_categories.rb +1 -0
  55. data/lib/stack_one/models/shared/course.rb +2 -2
  56. data/lib/stack_one/models/shared/course_2.rb +20 -0
  57. data/lib/stack_one/models/shared/course_active.rb +28 -0
  58. data/lib/stack_one/models/shared/customfielddefinition.rb +2 -2
  59. data/lib/stack_one/models/shared/customfielddefinition_type.rb +2 -2
  60. data/lib/stack_one/models/shared/customfieldoption.rb +37 -0
  61. data/lib/stack_one/models/shared/hriscreatetimeoffrequestdto.rb +6 -2
  62. data/lib/stack_one/models/shared/hrisdivision.rb +73 -0
  63. data/lib/stack_one/models/shared/hrisdivision_4.rb +28 -0
  64. data/lib/stack_one/models/shared/hrisdivision_source_value.rb +28 -0
  65. data/lib/stack_one/models/shared/hrisdivision_type.rb +37 -0
  66. data/lib/stack_one/models/shared/hrisdivision_value.rb +26 -0
  67. data/lib/stack_one/models/shared/hrisdivisionspaginated.rb +45 -0
  68. data/lib/stack_one/models/shared/hrisdivisionsresult.rb +37 -0
  69. data/lib/stack_one/models/shared/linkedaccountmeta_category.rb +1 -0
  70. data/lib/stack_one/models/shared/lmscreatecontentrequestdto.rb +2 -2
  71. data/lib/stack_one/models/shared/lmscreatecontentrequestdto_2.rb +20 -0
  72. data/lib/stack_one/models/shared/lmscreatecontentrequestdto_active.rb +28 -0
  73. data/lib/stack_one/models/shared/lmsupsertcontentrequestdto.rb +2 -2
  74. data/lib/stack_one/models/shared/lmsupsertcontentrequestdto_2.rb +20 -0
  75. data/lib/stack_one/models/shared/lmsupsertcontentrequestdto_active.rb +28 -0
  76. data/lib/stack_one/models/shared/lmsuser.rb +2 -2
  77. data/lib/stack_one/models/shared/lmsuser_2.rb +20 -0
  78. data/lib/stack_one/models/shared/lmsuser_active.rb +28 -0
  79. data/lib/stack_one/models/shared/position.rb +69 -0
  80. data/lib/stack_one/models/shared/{options.rb → position_4.rb} +1 -1
  81. data/lib/stack_one/models/shared/position_source_value.rb +28 -0
  82. data/lib/stack_one/models/shared/position_status.rb +37 -0
  83. data/lib/stack_one/models/shared/position_value.rb +22 -0
  84. data/lib/stack_one/models/shared/positionresult.rb +37 -0
  85. data/lib/stack_one/models/shared/positionspaginated.rb +45 -0
  86. data/lib/stack_one/models/shared/reference_active.rb +28 -0
  87. data/lib/stack_one/models/shared/skills.rb +2 -2
  88. data/lib/stack_one/models/shared/skills_2.rb +20 -0
  89. data/lib/stack_one/models/shared/skills_active.rb +28 -0
  90. data/lib/stack_one/models/shared/timeoff.rb +6 -2
  91. data/lib/stack_one/models/shared.rb +39 -6
  92. data/lib/stack_one/proxy.rb +1 -1
  93. data/lib/stack_one/request_logs.rb +1 -1
  94. data/lib/stack_one/sdkconfiguration.rb +2 -2
  95. metadata +66 -16
  96. data/lib/stack_one/models/operations/lms_batch_upsert_course_request.rb +0 -37
  97. data/lib/stack_one/models/operations/lms_create_collection_request.rb +0 -37
  98. data/lib/stack_one/models/operations/lms_update_collection_request.rb +0 -41
  99. data/lib/stack_one/models/operations/lms_upsert_course_request.rb +0 -37
  100. data/lib/stack_one/models/shared/createcontentapimodel.rb +0 -53
  101. data/lib/stack_one/models/shared/lmsbatchupsertcourserequestdto.rb +0 -33
  102. data/lib/stack_one/models/shared/lmscreatecollectionrequestdto.rb +0 -69
  103. data/lib/stack_one/models/shared/lmsupsertcourserequestdto.rb +0 -81
@@ -0,0 +1,37 @@
1
+ # Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
2
+
3
+ # typed: true
4
+ # frozen_string_literal: true
5
+
6
+
7
+ module StackOne
8
+ module Models
9
+ module Operations
10
+
11
+ # Filter parameters for application changes (supports created_after and change_type)
12
+ class AtsListApplicationChangesQueryParamFilter
13
+ extend T::Sig
14
+ include Crystalline::MetadataFields
15
+
16
+ # Filter by the type of change that occurred to the application
17
+ field :change_type, T.nilable(Models::Operations::ChangeType), { 'query_param': { 'field_name': 'change_type' } }
18
+ # Use a string with a date to only select results created after that given date
19
+ field :created_after, T.nilable(::String), { 'query_param': { 'field_name': 'created_after' } }
20
+
21
+
22
+ sig { params(change_type: T.nilable(Models::Operations::ChangeType), created_after: T.nilable(::String)).void }
23
+ def initialize(change_type: nil, created_after: nil)
24
+ @change_type = change_type
25
+ @created_after = created_after
26
+ end
27
+
28
+ def ==(other)
29
+ return false unless other.is_a? self.class
30
+ return false unless @change_type == other.change_type
31
+ return false unless @created_after == other.created_after
32
+ true
33
+ end
34
+ end
35
+ end
36
+ end
37
+ end
@@ -0,0 +1,61 @@
1
+ # Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
2
+
3
+ # typed: true
4
+ # frozen_string_literal: true
5
+
6
+
7
+ module StackOne
8
+ module Models
9
+ module Operations
10
+
11
+
12
+ class AtsListApplicationChangesRequest
13
+ extend T::Sig
14
+ include Crystalline::MetadataFields
15
+
16
+
17
+ field :id, ::String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } }
18
+ # The account identifier
19
+ field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
20
+ # The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
21
+ field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
22
+ # Filter parameters for application changes (supports created_after and change_type)
23
+ field :filter, T.nilable(Models::Operations::AtsListApplicationChangesQueryParamFilter), { 'query_param': { 'field_name': 'filter', 'style': 'deepObject', 'explode': true } }
24
+ # The unified cursor
25
+ field :next_, T.nilable(::String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
26
+ # The number of results per page (default value is 25)
27
+ field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
28
+ # 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': 'deepObject', 'explode': true } }
30
+ # Indicates that the raw request result should be returned in addition to the mapped result (default value is false)
31
+ field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
32
+
33
+
34
+ sig { params(id: ::String, x_account_id: ::String, fields_: T.nilable(::String), filter: T.nilable(Models::Operations::AtsListApplicationChangesQueryParamFilter), next_: T.nilable(::String), page_size: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean)).void }
35
+ def initialize(id: nil, x_account_id: nil, fields_: nil, filter: nil, next_: nil, page_size: nil, proxy: nil, raw: nil)
36
+ @id = id
37
+ @x_account_id = x_account_id
38
+ @fields_ = fields_
39
+ @filter = filter
40
+ @next_ = next_
41
+ @page_size = page_size
42
+ @proxy = proxy
43
+ @raw = raw
44
+ end
45
+
46
+ def ==(other)
47
+ return false unless other.is_a? self.class
48
+ return false unless @id == other.id
49
+ return false unless @x_account_id == other.x_account_id
50
+ return false unless @fields_ == other.fields_
51
+ return false unless @filter == other.filter
52
+ return false unless @next_ == other.next_
53
+ return false unless @page_size == other.page_size
54
+ return false unless @proxy == other.proxy
55
+ return false unless @raw == other.raw
56
+ true
57
+ end
58
+ end
59
+ end
60
+ end
61
+ end
@@ -0,0 +1,49 @@
1
+ # Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
2
+
3
+ # typed: true
4
+ # frozen_string_literal: true
5
+
6
+
7
+ module StackOne
8
+ module Models
9
+ module Operations
10
+
11
+
12
+ class AtsListApplicationChangesResponse
13
+ extend T::Sig
14
+ include Crystalline::MetadataFields
15
+
16
+ # HTTP response content type for this operation
17
+ field :content_type, ::String
18
+
19
+ field :headers, T::Hash[Symbol, T::Array[::String]]
20
+ # Raw HTTP response; suitable for custom response parsing
21
+ field :raw_response, ::Faraday::Response
22
+ # HTTP response status code for this operation
23
+ field :status_code, ::Integer
24
+ # The changes related to the application with the given identifier was retrieved.
25
+ field :application_changes_paginated, T.nilable(Models::Shared::ApplicationChangesPaginated)
26
+
27
+
28
+ sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, application_changes_paginated: T.nilable(Models::Shared::ApplicationChangesPaginated)).void }
29
+ def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, application_changes_paginated: nil)
30
+ @content_type = content_type
31
+ @headers = headers
32
+ @raw_response = raw_response
33
+ @status_code = status_code
34
+ @application_changes_paginated = application_changes_paginated
35
+ end
36
+
37
+ def ==(other)
38
+ return false unless other.is_a? self.class
39
+ return false unless @content_type == other.content_type
40
+ return false unless @headers == other.headers
41
+ return false unless @raw_response == other.raw_response
42
+ return false unless @status_code == other.status_code
43
+ return false unless @application_changes_paginated == other.application_changes_paginated
44
+ true
45
+ end
46
+ end
47
+ end
48
+ end
49
+ end
@@ -0,0 +1,22 @@
1
+ # Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
2
+
3
+ # typed: true
4
+ # frozen_string_literal: true
5
+
6
+
7
+ module StackOne
8
+ module Models
9
+ module Operations
10
+
11
+ # ChangeType - Filter by the type of change that occurred to the application
12
+ class ChangeType < T::Enum
13
+ enums do
14
+ APPLICATION_STATUS = new('application_status')
15
+ INTERVIEW_STAGE = new('interview_stage')
16
+ REJECTED_REASONS = new('rejected_reasons')
17
+ UNMAPPED_VALUE = new('unmapped_value')
18
+ end
19
+ end
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,49 @@
1
+ # Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
2
+
3
+ # typed: true
4
+ # frozen_string_literal: true
5
+
6
+
7
+ module StackOne
8
+ module Models
9
+ module Operations
10
+
11
+
12
+ class HrisGetCompanyGroupRequest
13
+ extend T::Sig
14
+ include Crystalline::MetadataFields
15
+
16
+
17
+ field :id, ::String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } }
18
+ # The account identifier
19
+ field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
20
+ # The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
21
+ field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
22
+ # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
23
+ field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'deepObject', 'explode': true } }
24
+ # Indicates that the raw request result should be returned in addition to the mapped result (default value is false)
25
+ field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
26
+
27
+
28
+ sig { params(id: ::String, x_account_id: ::String, fields_: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean)).void }
29
+ def initialize(id: nil, x_account_id: nil, fields_: nil, proxy: nil, raw: nil)
30
+ @id = id
31
+ @x_account_id = x_account_id
32
+ @fields_ = fields_
33
+ @proxy = proxy
34
+ @raw = raw
35
+ end
36
+
37
+ def ==(other)
38
+ return false unless other.is_a? self.class
39
+ return false unless @id == other.id
40
+ return false unless @x_account_id == other.x_account_id
41
+ return false unless @fields_ == other.fields_
42
+ return false unless @proxy == other.proxy
43
+ return false unless @raw == other.raw
44
+ true
45
+ end
46
+ end
47
+ end
48
+ end
49
+ end
@@ -9,7 +9,7 @@ module StackOne
9
9
  module Operations
10
10
 
11
11
 
12
- class LmsCreateCollectionResponse
12
+ class HrisGetCompanyGroupResponse
13
13
  extend T::Sig
14
14
  include Crystalline::MetadataFields
15
15
 
@@ -21,17 +21,17 @@ module StackOne
21
21
  field :raw_response, ::Faraday::Response
22
22
  # HTTP response status code for this operation
23
23
  field :status_code, ::Integer
24
- # The collection was created successfully.
25
- field :create_result, T.nilable(Models::Shared::CreateResult)
24
+ # The company group with the given identifier was retrieved.
25
+ field :company_result, T.nilable(Models::Shared::CompanyResult)
26
26
 
27
27
 
28
- sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, create_result: T.nilable(Models::Shared::CreateResult)).void }
29
- def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, create_result: nil)
28
+ sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, company_result: T.nilable(Models::Shared::CompanyResult)).void }
29
+ def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, company_result: nil)
30
30
  @content_type = content_type
31
31
  @headers = headers
32
32
  @raw_response = raw_response
33
33
  @status_code = status_code
34
- @create_result = create_result
34
+ @company_result = company_result
35
35
  end
36
36
 
37
37
  def ==(other)
@@ -40,7 +40,7 @@ module StackOne
40
40
  return false unless @headers == other.headers
41
41
  return false unless @raw_response == other.raw_response
42
42
  return false unless @status_code == other.status_code
43
- return false unless @create_result == other.create_result
43
+ return false unless @company_result == other.company_result
44
44
  true
45
45
  end
46
46
  end
@@ -0,0 +1,49 @@
1
+ # Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
2
+
3
+ # typed: true
4
+ # frozen_string_literal: true
5
+
6
+
7
+ module StackOne
8
+ module Models
9
+ module Operations
10
+
11
+
12
+ class HrisGetDivisionGroupRequest
13
+ extend T::Sig
14
+ include Crystalline::MetadataFields
15
+
16
+
17
+ field :id, ::String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } }
18
+ # The account identifier
19
+ field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
20
+ # The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
21
+ field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
22
+ # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
23
+ field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'deepObject', 'explode': true } }
24
+ # Indicates that the raw request result should be returned in addition to the mapped result (default value is false)
25
+ field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
26
+
27
+
28
+ sig { params(id: ::String, x_account_id: ::String, fields_: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean)).void }
29
+ def initialize(id: nil, x_account_id: nil, fields_: nil, proxy: nil, raw: nil)
30
+ @id = id
31
+ @x_account_id = x_account_id
32
+ @fields_ = fields_
33
+ @proxy = proxy
34
+ @raw = raw
35
+ end
36
+
37
+ def ==(other)
38
+ return false unless other.is_a? self.class
39
+ return false unless @id == other.id
40
+ return false unless @x_account_id == other.x_account_id
41
+ return false unless @fields_ == other.fields_
42
+ return false unless @proxy == other.proxy
43
+ return false unless @raw == other.raw
44
+ true
45
+ end
46
+ end
47
+ end
48
+ end
49
+ end
@@ -0,0 +1,49 @@
1
+ # Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
2
+
3
+ # typed: true
4
+ # frozen_string_literal: true
5
+
6
+
7
+ module StackOne
8
+ module Models
9
+ module Operations
10
+
11
+
12
+ class HrisGetDivisionGroupResponse
13
+ extend T::Sig
14
+ include Crystalline::MetadataFields
15
+
16
+ # HTTP response content type for this operation
17
+ field :content_type, ::String
18
+
19
+ field :headers, T::Hash[Symbol, T::Array[::String]]
20
+ # Raw HTTP response; suitable for custom response parsing
21
+ field :raw_response, ::Faraday::Response
22
+ # HTTP response status code for this operation
23
+ field :status_code, ::Integer
24
+ # The division group with the given identifier was retrieved.
25
+ field :hris_divisions_result, T.nilable(Models::Shared::HRISDivisionsResult)
26
+
27
+
28
+ sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, hris_divisions_result: T.nilable(Models::Shared::HRISDivisionsResult)).void }
29
+ def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, hris_divisions_result: nil)
30
+ @content_type = content_type
31
+ @headers = headers
32
+ @raw_response = raw_response
33
+ @status_code = status_code
34
+ @hris_divisions_result = hris_divisions_result
35
+ end
36
+
37
+ def ==(other)
38
+ return false unless other.is_a? self.class
39
+ return false unless @content_type == other.content_type
40
+ return false unless @headers == other.headers
41
+ return false unless @raw_response == other.raw_response
42
+ return false unless @status_code == other.status_code
43
+ return false unless @hris_divisions_result == other.hris_divisions_result
44
+ true
45
+ end
46
+ end
47
+ end
48
+ end
49
+ end
@@ -0,0 +1,49 @@
1
+ # Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
2
+
3
+ # typed: true
4
+ # frozen_string_literal: true
5
+
6
+
7
+ module StackOne
8
+ module Models
9
+ module Operations
10
+
11
+
12
+ class HrisGetPositionRequest
13
+ extend T::Sig
14
+ include Crystalline::MetadataFields
15
+
16
+
17
+ field :id, ::String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } }
18
+ # The account identifier
19
+ field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
20
+ # The comma separated list of fields to return in the response (if empty, all fields are returned)
21
+ field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
22
+ # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
23
+ field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'deepObject', 'explode': true } }
24
+ # Indicates that the raw request result should be returned in addition to the mapped result (default value is false)
25
+ field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
26
+
27
+
28
+ sig { params(id: ::String, x_account_id: ::String, fields_: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean)).void }
29
+ def initialize(id: nil, x_account_id: nil, fields_: nil, proxy: nil, raw: nil)
30
+ @id = id
31
+ @x_account_id = x_account_id
32
+ @fields_ = fields_
33
+ @proxy = proxy
34
+ @raw = raw
35
+ end
36
+
37
+ def ==(other)
38
+ return false unless other.is_a? self.class
39
+ return false unless @id == other.id
40
+ return false unless @x_account_id == other.x_account_id
41
+ return false unless @fields_ == other.fields_
42
+ return false unless @proxy == other.proxy
43
+ return false unless @raw == other.raw
44
+ true
45
+ end
46
+ end
47
+ end
48
+ end
49
+ end
@@ -9,7 +9,7 @@ module StackOne
9
9
  module Operations
10
10
 
11
11
 
12
- class LmsBatchUpsertCourseResponse
12
+ class HrisGetPositionResponse
13
13
  extend T::Sig
14
14
  include Crystalline::MetadataFields
15
15
 
@@ -21,17 +21,17 @@ module StackOne
21
21
  field :raw_response, ::Faraday::Response
22
22
  # HTTP response status code for this operation
23
23
  field :status_code, ::Integer
24
- # Batch operation accepted
25
- field :batch_result_api_model, T.nilable(Models::Shared::BatchResultApiModel)
24
+ # The position with the given identifier was retrieved.
25
+ field :position_result, T.nilable(Models::Shared::PositionResult)
26
26
 
27
27
 
28
- sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, batch_result_api_model: T.nilable(Models::Shared::BatchResultApiModel)).void }
29
- def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, batch_result_api_model: nil)
28
+ sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, position_result: T.nilable(Models::Shared::PositionResult)).void }
29
+ def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, position_result: nil)
30
30
  @content_type = content_type
31
31
  @headers = headers
32
32
  @raw_response = raw_response
33
33
  @status_code = status_code
34
- @batch_result_api_model = batch_result_api_model
34
+ @position_result = position_result
35
35
  end
36
36
 
37
37
  def ==(other)
@@ -40,7 +40,7 @@ module StackOne
40
40
  return false unless @headers == other.headers
41
41
  return false unless @raw_response == other.raw_response
42
42
  return false unless @status_code == other.status_code
43
- return false unless @batch_result_api_model == other.batch_result_api_model
43
+ return false unless @position_result == other.position_result
44
44
  true
45
45
  end
46
46
  end
@@ -0,0 +1,53 @@
1
+ # Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
2
+
3
+ # typed: true
4
+ # frozen_string_literal: true
5
+
6
+
7
+ module StackOne
8
+ module Models
9
+ module Operations
10
+
11
+
12
+ class HrisGetTaskRequest
13
+ extend T::Sig
14
+ include Crystalline::MetadataFields
15
+
16
+
17
+ field :id, ::String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } }
18
+ # The account identifier
19
+ field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
20
+ # The comma separated list of fields that will be expanded in the response
21
+ field :expand, T.nilable(::String), { 'query_param': { 'field_name': 'expand', 'style': 'form', 'explode': true } }
22
+ # The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
23
+ field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
24
+ # Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
25
+ field :proxy, T.nilable(T::Hash[Symbol, ::Object]), { 'query_param': { 'field_name': 'proxy', 'style': 'deepObject', 'explode': true } }
26
+ # Indicates that the raw request result should be returned in addition to the mapped result (default value is false)
27
+ field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
28
+
29
+
30
+ sig { params(id: ::String, x_account_id: ::String, expand: T.nilable(::String), fields_: T.nilable(::String), proxy: T.nilable(T::Hash[Symbol, ::Object]), raw: T.nilable(T::Boolean)).void }
31
+ def initialize(id: nil, x_account_id: nil, expand: nil, fields_: nil, proxy: nil, raw: nil)
32
+ @id = id
33
+ @x_account_id = x_account_id
34
+ @expand = expand
35
+ @fields_ = fields_
36
+ @proxy = proxy
37
+ @raw = raw
38
+ end
39
+
40
+ def ==(other)
41
+ return false unless other.is_a? self.class
42
+ return false unless @id == other.id
43
+ return false unless @x_account_id == other.x_account_id
44
+ return false unless @expand == other.expand
45
+ return false unless @fields_ == other.fields_
46
+ return false unless @proxy == other.proxy
47
+ return false unless @raw == other.raw
48
+ true
49
+ end
50
+ end
51
+ end
52
+ end
53
+ end
@@ -9,7 +9,7 @@ module StackOne
9
9
  module Operations
10
10
 
11
11
 
12
- class LmsUpsertCourseResponse
12
+ class HrisGetTaskResponse
13
13
  extend T::Sig
14
14
  include Crystalline::MetadataFields
15
15
 
@@ -21,17 +21,17 @@ module StackOne
21
21
  field :raw_response, ::Faraday::Response
22
22
  # HTTP response status code for this operation
23
23
  field :status_code, ::Integer
24
- # The course was upserted successfully.
25
- field :upsert_result, T.nilable(Models::Shared::UpsertResult)
24
+ # The task with the given identifier was retrieved.
25
+ field :task_result, T.nilable(Models::Shared::TaskResult)
26
26
 
27
27
 
28
- sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, upsert_result: T.nilable(Models::Shared::UpsertResult)).void }
29
- def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, upsert_result: nil)
28
+ sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, task_result: T.nilable(Models::Shared::TaskResult)).void }
29
+ def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, task_result: nil)
30
30
  @content_type = content_type
31
31
  @headers = headers
32
32
  @raw_response = raw_response
33
33
  @status_code = status_code
34
- @upsert_result = upsert_result
34
+ @task_result = task_result
35
35
  end
36
36
 
37
37
  def ==(other)
@@ -40,7 +40,7 @@ module StackOne
40
40
  return false unless @headers == other.headers
41
41
  return false unless @raw_response == other.raw_response
42
42
  return false unless @status_code == other.status_code
43
- return false unless @upsert_result == other.upsert_result
43
+ return false unless @task_result == other.task_result
44
44
  true
45
45
  end
46
46
  end
@@ -0,0 +1,33 @@
1
+ # Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
2
+
3
+ # typed: true
4
+ # frozen_string_literal: true
5
+
6
+
7
+ module StackOne
8
+ module Models
9
+ module Operations
10
+
11
+ # Filter parameters that allow greater customisation of the list response
12
+ class HrisListCompaniesGroupsQueryParamFilter
13
+ extend T::Sig
14
+ include Crystalline::MetadataFields
15
+
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(updated_after: T.nilable(::String)).void }
21
+ def initialize(updated_after: nil)
22
+ @updated_after = updated_after
23
+ end
24
+
25
+ def ==(other)
26
+ return false unless other.is_a? self.class
27
+ return false unless @updated_after == other.updated_after
28
+ true
29
+ end
30
+ end
31
+ end
32
+ end
33
+ end
@@ -0,0 +1,69 @@
1
+ # Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
2
+
3
+ # typed: true
4
+ # frozen_string_literal: true
5
+
6
+
7
+ module StackOne
8
+ module Models
9
+ module Operations
10
+
11
+
12
+ class HrisListCompaniesGroupsRequest
13
+ extend T::Sig
14
+ include Crystalline::MetadataFields
15
+
16
+ # The account identifier
17
+ field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
18
+ # The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
19
+ field :fields_, T.nilable(::String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
20
+ # Filter parameters that allow greater customisation of the list response
21
+ field :filter, T.nilable(Models::Operations::HrisListCompaniesGroupsQueryParamFilter), { 'query_param': { 'field_name': 'filter', 'style': 'deepObject', 'explode': true } }
22
+ # The unified cursor
23
+ field :next_, T.nilable(::String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
24
+ # The page number of the results to fetch
25
+ #
26
+ # @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
27
+ field :page, T.nilable(::String), { 'query_param': { 'field_name': 'page', 'style': 'form', 'explode': true } }
28
+ # The number of results per page (default value is 25)
29
+ field :page_size, T.nilable(::String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
30
+ # 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': 'deepObject', 'explode': true } }
32
+ # Indicates that the raw request result should be returned in addition to the mapped result (default value is false)
33
+ field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
34
+ # Use a string with a date to only select results updated after that given date
35
+ #
36
+ # @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
37
+ field :updated_after, T.nilable(::String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
38
+
39
+
40
+ sig { params(x_account_id: ::String, fields_: T.nilable(::String), filter: T.nilable(Models::Operations::HrisListCompaniesGroupsQueryParamFilter), 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, fields_: nil, filter: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, updated_after: nil)
42
+ @x_account_id = x_account_id
43
+ @fields_ = fields_
44
+ @filter = filter
45
+ @next_ = next_
46
+ @page = page
47
+ @page_size = page_size
48
+ @proxy = proxy
49
+ @raw = raw
50
+ @updated_after = updated_after
51
+ end
52
+
53
+ def ==(other)
54
+ return false unless other.is_a? self.class
55
+ return false unless @x_account_id == other.x_account_id
56
+ return false unless @fields_ == other.fields_
57
+ return false unless @filter == other.filter
58
+ return false unless @next_ == other.next_
59
+ return false unless @page == other.page
60
+ return false unless @page_size == other.page_size
61
+ return false unless @proxy == other.proxy
62
+ return false unless @raw == other.raw
63
+ return false unless @updated_after == other.updated_after
64
+ true
65
+ end
66
+ end
67
+ end
68
+ end
69
+ end