kombo 1.2.3 → 1.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/kombo/general.rb +7 -6
- data/lib/kombo/hris.rb +4 -0
- data/lib/kombo/models/operations/gethrisstaffingentities_request.rb +1 -0
- data/lib/kombo/models/shared/current_stage_status.rb +19 -0
- data/lib/kombo/models/shared/current_stage_status.rbi +11 -0
- data/lib/kombo/models/shared/expected_proficiency.rb +27 -0
- data/lib/kombo/models/shared/expected_proficiency.rbi +11 -0
- data/lib/kombo/models/shared/expected_proficiency_numeric.rb +39 -0
- data/lib/kombo/models/shared/expected_proficiency_numeric.rbi +15 -0
- data/lib/kombo/models/shared/expected_proficiency_singleselect.rb +39 -0
- data/lib/kombo/models/shared/expected_proficiency_singleselect.rbi +15 -0
- data/lib/kombo/models/shared/getatsapplicationspositiveresponse_current_stage.rb +6 -2
- data/lib/kombo/models/shared/getatsapplicationspositiveresponse_current_stage.rbi +2 -0
- data/lib/kombo/models/shared/getatsapplicationstagespositiveresponse_result.rb +6 -2
- data/lib/kombo/models/shared/getatsapplicationstagespositiveresponse_result.rbi +2 -0
- data/lib/kombo/models/shared/getatsapplicationstagespositiveresponse_status.rb +19 -0
- data/lib/kombo/models/shared/getatsapplicationstagespositiveresponse_status.rbi +11 -0
- data/lib/kombo/models/shared/gethrisstaffingentitiespositiveresponse_result.rb +6 -2
- data/lib/kombo/models/shared/gethrisstaffingentitiespositiveresponse_result.rbi +2 -0
- data/lib/kombo/models/shared/integration_tool.rb +1 -0
- data/lib/kombo/models/shared/name.rb +1 -0
- data/lib/kombo/models/shared/offer.rb +2 -2
- data/lib/kombo/models/shared/{getatsapplicationspositiveresponse_status.rb → offer_status.rb} +2 -2
- data/lib/kombo/models/shared/offer_status.rbi +11 -0
- data/lib/kombo/models/shared/ordered_option.rb +40 -0
- data/lib/kombo/models/shared/ordered_option.rbi +17 -0
- data/lib/kombo/models/shared/proficiency_scale.rb +27 -0
- data/lib/kombo/models/shared/proficiency_scale.rbi +11 -0
- data/lib/kombo/models/shared/proficiency_scale_numeric.rb +55 -0
- data/lib/kombo/models/shared/proficiency_scale_numeric.rbi +23 -0
- data/lib/kombo/models/shared/proficiency_scale_singleselect.rb +47 -0
- data/lib/kombo/models/shared/proficiency_scale_singleselect.rbi +19 -0
- data/lib/kombo/models/shared/skill.rb +40 -0
- data/lib/kombo/models/shared/skill.rbi +17 -0
- data/lib/kombo/models/shared/skill_skill.rb +44 -0
- data/lib/kombo/models/shared/skill_skill.rbi +19 -0
- data/lib/kombo/models/shared/stage.rb +6 -2
- data/lib/kombo/models/shared/stage.rbi +2 -0
- data/lib/kombo/models/shared/stage_status.rb +19 -0
- data/lib/kombo/models/shared/stage_status.rbi +11 -0
- data/lib/kombo/models/shared.rb +13 -1
- data/lib/kombo/sdkconfiguration.rb +3 -3
- metadata +28 -4
- data/lib/kombo/models/shared/getatsapplicationspositiveresponse_status.rbi +0 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2004cd7b6f9e4a284fa4a7e57f78f9a8bffac16f70004b3e4f88cf861bb63f79
|
|
4
|
+
data.tar.gz: 5465cb1236bff292f1a70bd29348ebde44854a4fd17b7cde5a82cce4c7a8511d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 74c63217b9603c3b380672fa772f7a5bf68abcb8b0071c0123dc443d73f1304e071c9979454624c0f4017703a515813d844e28aba8cfca7434f16dcd9dce53ef
|
|
7
|
+
data.tar.gz: 7c3429ebe09f34f050b5359aef77cf88ece756fdecfbbcfda8c50f93618e5d7634500a30b30ad68659403e249705fe54dbf359b22cccbf1ca0ddec166546c107
|
data/lib/kombo/general.rb
CHANGED
|
@@ -319,17 +319,18 @@ module Kombo
|
|
|
319
319
|
# |Avature|`avature/custom-api`|Avatures's Custom API. Call `Get /openapi` to retrieve the specific custom API schema. We automatically authenticate all requests and use the instance specific custom API URL as the base URL.|
|
|
320
320
|
# |Avionté|`avionte/front-office-v1`|Avionte's API. We automatically authenticate all requests and use `https://api.avionte.com/front-office/v1` as the base URL. Documentation for the BOLD Front Office API: https://developer.avionte.com/reference/get-all-talent-tags|
|
|
321
321
|
# |BambooHR|`bamboohr/v1`|BambooHR's [API](https://documentation.bamboohr.com/reference/get-employee). We automatically authenticate all requests using the customer credentials `https://api.bamboohr.com/api/gateway.php/\{subdomain\}/v1` as the base URL.|
|
|
322
|
-
# |BITE|`bite/v1`|[Bite's v1 API](https://api.b-ite.io/docs/#/). We automatically authenticate all requests and use
|
|
322
|
+
# |BITE|`bite/v1`|[Bite's v1 API](https://api.b-ite.io/docs/#/). We automatically authenticate all requests and use your configured API base URL with `/v1` appended (default `https://api.b-ite.io/v1`).|
|
|
323
323
|
# |BoondManager|`boondmanager/api`|BoondManager [REST API](https://ui.boondmanager.com/administrator/developer/apisandbox). We automatically authenticate all requests and use `https://ui.boondmanager.com/api` as the base URL.|
|
|
324
324
|
# |Breezy HR|`breezyhr/v3`|[BreezyHR's v3 API](https://developer.breezy.hr/reference/overview). We automatically authenticate all requests and use "https://api.breezy.hr/v3/" as the base URL.|
|
|
325
325
|
# |Bullhorn for Salesforce|`bullhorn4salesforce/v66`|We use `https://\{subdomain\}.my.salesforce.com/services/data/v66.0` as the base URL. Find the official docs [here](https://kb.bullhorn.com/bh4sf/Content/BH4SF/Topics/bh4sfRestAPI.htm).|
|
|
326
|
-
# |Bullhorn|`bullhorn/default`|[Bullhorn's API](https://bullhorn.github.io/rest-api-docs/index.html). We automatically use the right `https
|
|
326
|
+
# |Bullhorn|`bullhorn/default`|[Bullhorn's API](https://bullhorn.github.io/rest-api-docs/index.html). We automatically use the right `https://\{subdomain\}.bullhornstaffing.com/rest-services/\{corpToken\}` base URL.|
|
|
327
327
|
# |CareerPlug|`careerplug/api`|We use `https://api.careerplug.com` as the base URL. Find the official docs [here](https://api.careerplug.com/docs#api).|
|
|
328
328
|
# |Carerix|`carerix/api`|Carerix [REST API](https://docs.carerix.io/rest/introduction). We automatically authenticate all requests and use `https://api.carerix.com` as the base URL. Please note that Carerix uses XML for request and response bodies.|
|
|
329
|
+
# |Carerix|`carerixgraphql/graphql`|Carerix [GraphQL API](https://docs.carerix.io/graphql/welcome). We automatically authenticate all requests (OAuth2 client credentials) and use `https://api.carerix.io/graphql/v1` as the base URL. Send GraphQL requests as `POST /graphql` with a JSON body of `\{ "query": "...", "variables": \{ ... \} \}`.|
|
|
329
330
|
# |CEGID TalentSoft Customer|`talentsoftcustomer/v1`|Cegid Talentsoft Recruiting FrontOffice API: [API Documentation](https://developers.cegid.com/api-details#api=cegid-talentsoft-recruiting-frontoffice) We automatically authenticate all requests and use `https://\{customer_subdomain\}.talent-soft.com/api/v1` as the base URL.|
|
|
330
331
|
# |CEGID TalentSoft FrontOffice|`talentsoft/v2`|Cegid Talentsoft Recruiting FrontOffice [API](https://developers.cegid.com/api-details). We automatically authenticate all requests using the provided credentials and use `https://\{domain\}/api/v2` as the base URL.|
|
|
331
332
|
# |Ceipal|`ceipal/v1`|We use `https://api.ceipal.com/v1` as the base URL. Find the official docs [here](https://developer.ceipal.com/ceipal-ats-version-one/ceipal-ats-v1-api-reference).|
|
|
332
|
-
# |Cezanne HR|`cezannehr/dataservice`|[CezanneHR's v7 dataservice API](https://api.cezannehr.com/).We automatically authenticate all requests and use the base URL `https
|
|
333
|
+
# |Cezanne HR|`cezannehr/dataservice`|[CezanneHR's v7 dataservice API](https://api.cezannehr.com/).We automatically authenticate all requests and use the base URL `https://\{subdomain\}.cezanneondemand.com/cezanneondemand/v7/dataservice.svc`|
|
|
333
334
|
# |Compleet (Persy)|`compleetpersy/api`|Compleet Persy [REST API](https://persy-api.refined.site/space/PAPI/450166808/Requirements+Jobfeed+%2F+Anforderungen+f%C3%BCr+Jobfeeds). We automatically authenticate all requests and use `https://www.germanpersonnel.de/persy/api/v1` as the base URL.|
|
|
334
335
|
# |Compleet|`compleetpitcher/pitcher`|Compleet's Pitcher API. We automatically authenticate all requests and use the configured base URL.|
|
|
335
336
|
# |Connexys By Bullhorn|`connexys/api`|[Connexy's API](https://api.conexsys.com/client/v2/docs/#section/Overview). We automatically authenticate all requests and use `https://\{connexys_domain\}/` as the base URL.|
|
|
@@ -366,7 +367,7 @@ module Kombo
|
|
|
366
367
|
# |Flatchr|`flatchr/career`|Flatchr's [Career API](https://developers.flatchr.io/docs/QuickStart/Candidats/Creer_un_candidat). We automatically authenticate all requests and use `https://career.flatchr.io` as the base URL.|
|
|
367
368
|
# |Fountain|`fountain/v2`|Fountain's [Hire API](https://developer.fountain.com/reference/get_v2-applicants). We automatically authenticate all requests. The base URL depends on how the integration is connected: Fountain One (OAuth) requests go to `https://services.fountain.com/api/servicehire/v2`, while legacy API-key requests go to `https://\{subdomain\}.fountain.com/api/v2`.|
|
|
368
369
|
# |Fourth|`fourth/uk-employee`|Fourth [UK Employee API](https://developer.fourth.com/en-gb/docs/uk-employee-api/reference) We automatically authenticate all requests and use `https://api.fourth.com/hr/organisations/\{organisation_id\}/` as the base URL. We also enforce the required query params for all requests.|
|
|
369
|
-
# |Gem|`gem/api`|Gem's [ATS API](https://api.gem.com/ats/v0/reference) We automatically authenticate all requests.|
|
|
370
|
+
# |Gem|`gem/api`|Gem's [ATS API](https://api.gem.com/ats/v0/reference) We automatically authenticate all requests and use `https://api.gem.com/ats/v0` as the base URL.|
|
|
370
371
|
# |Google Workspace|`googleworkspace/admin`|[Googles's API](https://developers.google.com/admin-sdk/directory/reference/rest). We automatically authenticate all requests and use 'https://admin.googleapis.com' as the base URL.|
|
|
371
372
|
# |Google Workspace|`googleworkspace/people`|[Googles's API](https://developers.google.com/people/api/rest). We automatically authenticate all requests and use 'https://people.googleapis.com' as the base URL.|
|
|
372
373
|
# |Greenhouse (V1)|`greenhouse/harvest-v2`|Greenhouse [Harvest API v2](https://developers.greenhouse.io/harvest.html). We automatically authenticate all requests using the API key and use `https://harvest.greenhouse.io/v2` as the base URL.|
|
|
@@ -403,7 +404,7 @@ module Kombo
|
|
|
403
404
|
# |Jobylon|`jobylon/feed`|The [Jobylon Feed API](https://developer.jobylon.com/feed-api/). We automatically authenticate all requests and use `https://\{subdomain\}.jobylon.com/feeds/\{job_hash\}` as the base URL.|
|
|
404
405
|
# |Jobylon|`jobylon/push`|The [Jobylon Push API](https://developer.jobylon.com/push-api-and-webhooks/). We automatically authenticate all requests and use `https://\{subdomain\}.jobylon.com/p1` as the base URL.|
|
|
405
406
|
# |JOIN|`join/v2`|Join's [V2 API](https://docs.join.com/reference/getting-started). We automatically authenticate all requests and use `https://api.join.com/v2` as the base URL.|
|
|
406
|
-
# |Kenjo|`kenjo/api`|Kenjo's [API](https://kenjo.readme.io/reference/generate-the-api-key). We automatically authenticate all requests using the API key
|
|
407
|
+
# |Kenjo|`kenjo/api`|Kenjo's [API](https://kenjo.readme.io/reference/generate-the-api-key). We automatically authenticate all requests using the API key. The base URL is `https://api.kenjo.io/` (or `https://sandbox-api.kenjo.io/` for sandbox environments).|
|
|
407
408
|
# |Kula|`kula/v1`|Kula's [REST API](https://developers.kula.ai/docs/getting-started/overview). We automatically authenticate all requests with the provided credentials and use `https://api.kula.ai/v1` as the base URL.|
|
|
408
409
|
# |Lattice Talent|`latticetalent/talent`|Lattice's [Talent API](https://developers.lattice.com/reference/introduction). We automatically authenticate all requests using API key credentials with `https://api.latticehq.com` as the base URL.|
|
|
409
410
|
# |Lattice|`lattice/passthrough`|Lattice's [API](https://developers.lattice.com/v2/docs/base-url-1). We automatically authenticate all requests using OAuth credentials with `https://api.latticehq.com` as the base URL.|
|
|
@@ -412,7 +413,7 @@ module Kombo
|
|
|
412
413
|
# |Leapsome|`leapsome/scim`|Leapsome [SCIM API](https://api.leapsome.com/scim/v1/api-docs/). We automatically authenticate all requests using the credentials supplied by the customer and use `https://api.leapsome.com/scim/v1` as the base URL.|
|
|
413
414
|
# |Leapsome|`leapsome/v1`|Leapsome [API](https://api.leapsome.com/v1/api-docs/). We automatically authenticate all requests using the credentials supplied by the customer and use `https://api.leapsome.com/v1` as the base URL.|
|
|
414
415
|
# |Lever|`lever/v1`|[Lever's v1 API](https://hire.lever.co/developer/documentation). We automatically authenticate all requests using the partner credentials which have been configured in the Lever tool settings (this uses Kombo's partner credentials by default).|
|
|
415
|
-
# |LinkedIn Learning|`linkedinlearning/v2`|LinkedIn Learning [API v2](https://learn.microsoft.com/en-us/linkedin/learning/).
|
|
416
|
+
# |LinkedIn Learning|`linkedinlearning/v2`|LinkedIn Learning [API v2](https://learn.microsoft.com/en-us/linkedin/learning/). We automatically handle authentication and use `https://api.linkedin.com/v2` as the base URL.|
|
|
416
417
|
# |Logic Melon|`logicmelon/json`|We use `https://api.logicmelon.co.uk` as the base URL. Find the official docs [here](https://api.logicmelon.com/JSON/Multiposter.asmx).|
|
|
417
418
|
# |Loket|`loket/api`|[Loket's REST API](https://developers.loket.nl/). We automatically authenticate all requests and use `https://\{api_domain\}` as the base URL, where `api_domain` is the API domain configured during integration setup (e.g. `api.loket.nl`).|
|
|
418
419
|
# |Loxo|`loxo/v1`|[Loxo's API](https://loxo.readme.io/reference/loxo-api). We automatically authenticate all requests and use 'https://app.loxo.co/api/\{agency_slug\}' as base URL.|
|
data/lib/kombo/hris.rb
CHANGED
|
@@ -2294,6 +2294,10 @@ module Kombo
|
|
|
2294
2294
|
#
|
|
2295
2295
|
# For a detailed explanation of the data model, validation rules, time zones, payable hours, approvals, and break patterns, see the [Time & Attendance guide](/hris/features/time-and-attendance).
|
|
2296
2296
|
#
|
|
2297
|
+
# <Note>
|
|
2298
|
+
# By default, only the last 2 months of timesheets are kept up to date during sync (configurable via the "Historical timesheet months to sync" setting). Kombo only deletion-tracks timesheets inside that window — timesheets that age out are kept and are not marked as deleted just because they were not re-fetched. Within the window, timesheets that disappear from the remote HRIS are marked with `remote_deleted_at` as usual. See the [Time & Attendance guide](/hris/features/time-and-attendance) for details.
|
|
2299
|
+
# </Note>
|
|
2300
|
+
#
|
|
2297
2301
|
# Top level filters use AND, while individual filters use OR if they accept multiple arguments. That means filters will be resolved like this: `(id IN ids) AND (remote_id IN remote_ids)`
|
|
2298
2302
|
request = Models::Operations::GetHrisTimesheetsRequest.new(
|
|
2299
2303
|
integration_id: integration_id,
|
|
@@ -29,6 +29,7 @@ module Kombo
|
|
|
29
29
|
# | `locations` | ✓ Yes | ✓ Yes |
|
|
30
30
|
# | `legal_entities` | ✓ Yes | ✓ Yes |
|
|
31
31
|
# | `groups` | ✓ Yes | ✓ Yes |
|
|
32
|
+
# | `skills` | ✓ Yes | ✓ Yes |
|
|
32
33
|
#
|
|
33
34
|
# _**Added/Removed**: Whether adding or removing entries from this list triggers an update (n/a for single records). **Linked Record**: Whether changes to the linked record itself trigger an update._
|
|
34
35
|
field :updated_after, Crystalline::Nilable.new(::DateTime), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module Kombo
|
|
8
|
+
module Models
|
|
9
|
+
module Shared
|
|
10
|
+
# CurrentStageStatus - Whether the application stage is active in the ATS. Inactive stages (also e.g., archived or hidden) may still be referenced by existing applications but are typically not part of the current hiring workflow.
|
|
11
|
+
class CurrentStageStatus < T::Enum
|
|
12
|
+
enums do
|
|
13
|
+
ACTIVE = new('ACTIVE')
|
|
14
|
+
INACTIVE = new('INACTIVE')
|
|
15
|
+
end
|
|
16
|
+
end
|
|
17
|
+
end
|
|
18
|
+
end
|
|
19
|
+
end
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module Kombo
|
|
8
|
+
module Models
|
|
9
|
+
module Shared
|
|
10
|
+
# The expected proficiency for this role. `null` when the source system carries no proficiency on the role side.
|
|
11
|
+
class ExpectedProficiency
|
|
12
|
+
extend T::Sig
|
|
13
|
+
include Crystalline::MetadataFields
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
def initialize; end
|
|
18
|
+
|
|
19
|
+
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
20
|
+
def ==(other)
|
|
21
|
+
return false unless other.is_a? self.class
|
|
22
|
+
true
|
|
23
|
+
end
|
|
24
|
+
end
|
|
25
|
+
end
|
|
26
|
+
end
|
|
27
|
+
end
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module Kombo
|
|
8
|
+
module Models
|
|
9
|
+
module Shared
|
|
10
|
+
|
|
11
|
+
class ExpectedProficiencyNumeric
|
|
12
|
+
extend T::Sig
|
|
13
|
+
include Crystalline::MetadataFields
|
|
14
|
+
|
|
15
|
+
# The numeric proficiency value on the scale.
|
|
16
|
+
field :value, ::Float, { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('value'), required: true } }
|
|
17
|
+
|
|
18
|
+
field :type, ::String, { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('type'), required: true } }
|
|
19
|
+
|
|
20
|
+
sig { params(value: ::Float, type: ::String).void }
|
|
21
|
+
def initialize(value:, type: 'NUMERIC')
|
|
22
|
+
@value = value
|
|
23
|
+
unless type == 'NUMERIC'
|
|
24
|
+
raise ArgumentError, 'Invalid value for type'
|
|
25
|
+
end
|
|
26
|
+
@type = 'NUMERIC'
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
30
|
+
def ==(other)
|
|
31
|
+
return false unless other.is_a? self.class
|
|
32
|
+
return false unless @value == other.value
|
|
33
|
+
return false unless @type == other.type
|
|
34
|
+
true
|
|
35
|
+
end
|
|
36
|
+
end
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
end
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# typed: true
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
class Kombo::Models::Shared::ExpectedProficiencyNumeric
|
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
|
7
|
+
end
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class Kombo::Models::Shared::ExpectedProficiencyNumeric
|
|
11
|
+
def value(); end
|
|
12
|
+
def value=(str_); end
|
|
13
|
+
def type(); end
|
|
14
|
+
def type=(str_); end
|
|
15
|
+
end
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module Kombo
|
|
8
|
+
module Models
|
|
9
|
+
module Shared
|
|
10
|
+
|
|
11
|
+
class ExpectedProficiencySingleSelect
|
|
12
|
+
extend T::Sig
|
|
13
|
+
include Crystalline::MetadataFields
|
|
14
|
+
|
|
15
|
+
# The Kombo ID of the selected option on the scale (`proficiency_scale.ordered_options[].id`).
|
|
16
|
+
field :selected_option_id, ::String, { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('selected_option_id'), required: true } }
|
|
17
|
+
|
|
18
|
+
field :type, ::String, { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('type'), required: true } }
|
|
19
|
+
|
|
20
|
+
sig { params(selected_option_id: ::String, type: ::String).void }
|
|
21
|
+
def initialize(selected_option_id:, type: 'SINGLE_SELECT')
|
|
22
|
+
@selected_option_id = selected_option_id
|
|
23
|
+
unless type == 'SINGLE_SELECT'
|
|
24
|
+
raise ArgumentError, 'Invalid value for type'
|
|
25
|
+
end
|
|
26
|
+
@type = 'SINGLE_SELECT'
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
30
|
+
def ==(other)
|
|
31
|
+
return false unless other.is_a? self.class
|
|
32
|
+
return false unless @selected_option_id == other.selected_option_id
|
|
33
|
+
return false unless @type == other.type
|
|
34
|
+
true
|
|
35
|
+
end
|
|
36
|
+
end
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
end
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# typed: true
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
class Kombo::Models::Shared::ExpectedProficiencySingleSelect
|
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
|
7
|
+
end
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class Kombo::Models::Shared::ExpectedProficiencySingleSelect
|
|
11
|
+
def selected_option_id(); end
|
|
12
|
+
def selected_option_id=(str_); end
|
|
13
|
+
def type(); end
|
|
14
|
+
def type=(str_); end
|
|
15
|
+
end
|
|
@@ -18,16 +18,19 @@ module Kombo
|
|
|
18
18
|
field :remote_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('remote_id'), required: true } }
|
|
19
19
|
# The application stage name. For example, "Initial Screening".
|
|
20
20
|
field :name, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('name'), required: true } }
|
|
21
|
+
# Whether the application stage is active in the ATS. Inactive stages (also e.g., archived or hidden) may still be referenced by existing applications but are typically not part of the current hiring workflow.
|
|
22
|
+
field :status, Crystalline::Nilable.new(Models::Shared::CurrentStageStatus), { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('status'), required: true, 'decoder': ::Kombo::Utils.enum_from_string(Models::Shared::CurrentStageStatus, false) } }
|
|
21
23
|
# A key-value store of fields not covered by the schema. [Read more](/custom-fields)
|
|
22
24
|
field :custom_fields, Crystalline::Nilable.new(Crystalline::Hash.new(Symbol, ::Object)), { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('custom_fields'), required: true } }
|
|
23
25
|
|
|
24
26
|
field :index, Crystalline::Nilable.new(::Integer), { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('index'), required: true } }
|
|
25
27
|
|
|
26
|
-
sig { params(id: ::String, remote_id: T.nilable(::String), name: T.nilable(::String), custom_fields: T.nilable(T::Hash[Symbol, ::Object]), index: T.nilable(::Integer)).void }
|
|
27
|
-
def initialize(id:, remote_id: nil, name: nil, custom_fields: nil, index: nil)
|
|
28
|
+
sig { params(id: ::String, remote_id: T.nilable(::String), name: T.nilable(::String), status: T.nilable(Models::Shared::CurrentStageStatus), custom_fields: T.nilable(T::Hash[Symbol, ::Object]), index: T.nilable(::Integer)).void }
|
|
29
|
+
def initialize(id:, remote_id: nil, name: nil, status: nil, custom_fields: nil, index: nil)
|
|
28
30
|
@id = id
|
|
29
31
|
@remote_id = remote_id
|
|
30
32
|
@name = name
|
|
33
|
+
@status = status
|
|
31
34
|
@custom_fields = custom_fields
|
|
32
35
|
@index = index
|
|
33
36
|
end
|
|
@@ -38,6 +41,7 @@ module Kombo
|
|
|
38
41
|
return false unless @id == other.id
|
|
39
42
|
return false unless @remote_id == other.remote_id
|
|
40
43
|
return false unless @name == other.name
|
|
44
|
+
return false unless @status == other.status
|
|
41
45
|
return false unless @custom_fields == other.custom_fields
|
|
42
46
|
return false unless @index == other.index
|
|
43
47
|
true
|
|
@@ -14,6 +14,8 @@ class Kombo::Models::Shared::GetAtsApplicationsPositiveResponseCurrentStage
|
|
|
14
14
|
def remote_id=(str_); end
|
|
15
15
|
def name(); end
|
|
16
16
|
def name=(str_); end
|
|
17
|
+
def status(); end
|
|
18
|
+
def status=(str_); end
|
|
17
19
|
def custom_fields(); end
|
|
18
20
|
def custom_fields=(str_); end
|
|
19
21
|
def index(); end
|
|
@@ -21,18 +21,21 @@ module Kombo
|
|
|
21
21
|
field :remote_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('remote_id'), required: true } }
|
|
22
22
|
# The application stage name. For example, "Initial Screening".
|
|
23
23
|
field :name, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('name'), required: true } }
|
|
24
|
+
# Whether the application stage is active in the ATS. Inactive stages (also e.g., archived or hidden) may still be referenced by existing applications but are typically not part of the current hiring workflow.
|
|
25
|
+
field :status, Crystalline::Nilable.new(Models::Shared::GetAtsApplicationStagesPositiveResponseStatus), { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('status'), required: true, 'decoder': ::Kombo::Utils.enum_from_string(Models::Shared::GetAtsApplicationStagesPositiveResponseStatus, false) } }
|
|
24
26
|
# A key-value store of fields not covered by the schema. [Read more](/custom-fields)
|
|
25
27
|
field :custom_fields, Crystalline::Nilable.new(Crystalline::Hash.new(Symbol, ::Object)), { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('custom_fields'), required: true } }
|
|
26
28
|
# The date and time the object was deleted in the remote system. Objects are automatically marked as deleted when Kombo can't retrieve them from the remote system anymore. Kombo will also anonymize entries 14 days after they disappear.
|
|
27
29
|
# https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString
|
|
28
30
|
field :remote_deleted_at, Crystalline::Nilable.new(::DateTime), { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('remote_deleted_at'), required: true, 'decoder': ::Kombo::Utils.datetime_from_iso_format(false) } }
|
|
29
31
|
|
|
30
|
-
sig { params(id: ::String, changed_at: ::DateTime, remote_id: T.nilable(::String), name: T.nilable(::String), custom_fields: T.nilable(T::Hash[Symbol, ::Object]), remote_deleted_at: T.nilable(::DateTime)).void }
|
|
31
|
-
def initialize(id:, changed_at:, remote_id: nil, name: nil, custom_fields: nil, remote_deleted_at: nil)
|
|
32
|
+
sig { params(id: ::String, changed_at: ::DateTime, remote_id: T.nilable(::String), name: T.nilable(::String), status: T.nilable(Models::Shared::GetAtsApplicationStagesPositiveResponseStatus), custom_fields: T.nilable(T::Hash[Symbol, ::Object]), remote_deleted_at: T.nilable(::DateTime)).void }
|
|
33
|
+
def initialize(id:, changed_at:, remote_id: nil, name: nil, status: nil, custom_fields: nil, remote_deleted_at: nil)
|
|
32
34
|
@id = id
|
|
33
35
|
@changed_at = changed_at
|
|
34
36
|
@remote_id = remote_id
|
|
35
37
|
@name = name
|
|
38
|
+
@status = status
|
|
36
39
|
@custom_fields = custom_fields
|
|
37
40
|
@remote_deleted_at = remote_deleted_at
|
|
38
41
|
end
|
|
@@ -44,6 +47,7 @@ module Kombo
|
|
|
44
47
|
return false unless @changed_at == other.changed_at
|
|
45
48
|
return false unless @remote_id == other.remote_id
|
|
46
49
|
return false unless @name == other.name
|
|
50
|
+
return false unless @status == other.status
|
|
47
51
|
return false unless @custom_fields == other.custom_fields
|
|
48
52
|
return false unless @remote_deleted_at == other.remote_deleted_at
|
|
49
53
|
true
|
|
@@ -16,6 +16,8 @@ class Kombo::Models::Shared::GetAtsApplicationStagesPositiveResponseResult
|
|
|
16
16
|
def remote_id=(str_); end
|
|
17
17
|
def name(); end
|
|
18
18
|
def name=(str_); end
|
|
19
|
+
def status(); end
|
|
20
|
+
def status=(str_); end
|
|
19
21
|
def custom_fields(); end
|
|
20
22
|
def custom_fields=(str_); end
|
|
21
23
|
def remote_deleted_at(); end
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module Kombo
|
|
8
|
+
module Models
|
|
9
|
+
module Shared
|
|
10
|
+
# GetAtsApplicationStagesPositiveResponseStatus - Whether the application stage is active in the ATS. Inactive stages (also e.g., archived or hidden) may still be referenced by existing applications but are typically not part of the current hiring workflow.
|
|
11
|
+
class GetAtsApplicationStagesPositiveResponseStatus < T::Enum
|
|
12
|
+
enums do
|
|
13
|
+
ACTIVE = new('ACTIVE')
|
|
14
|
+
INACTIVE = new('INACTIVE')
|
|
15
|
+
end
|
|
16
|
+
end
|
|
17
|
+
end
|
|
18
|
+
end
|
|
19
|
+
end
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# typed: true
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
class Kombo::Models::Shared::GetAtsApplicationStagesPositiveResponseStatus
|
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
|
7
|
+
end
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class Kombo::Models::Shared::GetAtsApplicationStagesPositiveResponseStatus
|
|
11
|
+
end
|
|
@@ -25,6 +25,8 @@ module Kombo
|
|
|
25
25
|
field :legal_entities, Crystalline::Array.new(Models::Shared::GetHrisStaffingEntitiesPositiveResponseLegalEntity), { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('legal_entities'), required: true } }
|
|
26
26
|
# The organizational groups (such as departments, teams, or cost centers) associated with this staffing entity.
|
|
27
27
|
field :groups, Crystalline::Array.new(Models::Shared::GetHrisStaffingEntitiesPositiveResponseGroup), { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('groups'), required: true } }
|
|
28
|
+
# The skills expected on this staffing entity (role), with the expected proficiency level per skill.
|
|
29
|
+
field :skills, Crystalline::Array.new(Models::Shared::Skill), { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('skills'), required: true } }
|
|
28
30
|
# The name/title of the staffing entity.
|
|
29
31
|
field :name, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('name'), required: true } }
|
|
30
32
|
# The remote model type of the record. Possible values are "JOB", "POSITION" or "REQUISITION". We recommend that users of our `create employee` endpoint ask the customer whether they want to hire into positions or requisitions.
|
|
@@ -59,14 +61,15 @@ module Kombo
|
|
|
59
61
|
# A key-value store of fields not covered by the schema. [Read more](/custom-fields)
|
|
60
62
|
field :custom_fields, Crystalline::Nilable.new(Crystalline::Hash.new(Symbol, ::Object)), { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('custom_fields'), required: true } }
|
|
61
63
|
|
|
62
|
-
sig { params(id: ::String, remote_id: ::String, changed_at: ::DateTime, locations: T::Array[Models::Shared::GetHrisStaffingEntitiesPositiveResponseLocation], legal_entities: T::Array[Models::Shared::GetHrisStaffingEntitiesPositiveResponseLegalEntity], groups: T::Array[Models::Shared::GetHrisStaffingEntitiesPositiveResponseGroup], name: T.nilable(::String), model_type: T.nilable(Models::Shared::ModelType), description: T.nilable(::String), status: T.nilable(Models::Shared::GetHrisStaffingEntitiesPositiveResponseStatus), employment_types: T.nilable(T::Array[Models::Shared::GetHrisStaffingEntitiesPositiveResponseEmploymentType]), number_of_openings: T.nilable(::Float), parent_id: T.nilable(::String), remote_url: T.nilable(::String), remote_created_at: T.nilable(::DateTime), remote_updated_at: T.nilable(::DateTime), remote_deleted_at: T.nilable(::DateTime), custom_fields: T.nilable(T::Hash[Symbol, ::Object])).void }
|
|
63
|
-
def initialize(id:, remote_id:, changed_at:, locations:, legal_entities:, groups:, name: nil, model_type: nil, description: nil, status: nil, employment_types: nil, number_of_openings: nil, parent_id: nil, remote_url: nil, remote_created_at: nil, remote_updated_at: nil, remote_deleted_at: nil, custom_fields: nil)
|
|
64
|
+
sig { params(id: ::String, remote_id: ::String, changed_at: ::DateTime, locations: T::Array[Models::Shared::GetHrisStaffingEntitiesPositiveResponseLocation], legal_entities: T::Array[Models::Shared::GetHrisStaffingEntitiesPositiveResponseLegalEntity], groups: T::Array[Models::Shared::GetHrisStaffingEntitiesPositiveResponseGroup], skills: T::Array[Models::Shared::Skill], name: T.nilable(::String), model_type: T.nilable(Models::Shared::ModelType), description: T.nilable(::String), status: T.nilable(Models::Shared::GetHrisStaffingEntitiesPositiveResponseStatus), employment_types: T.nilable(T::Array[Models::Shared::GetHrisStaffingEntitiesPositiveResponseEmploymentType]), number_of_openings: T.nilable(::Float), parent_id: T.nilable(::String), remote_url: T.nilable(::String), remote_created_at: T.nilable(::DateTime), remote_updated_at: T.nilable(::DateTime), remote_deleted_at: T.nilable(::DateTime), custom_fields: T.nilable(T::Hash[Symbol, ::Object])).void }
|
|
65
|
+
def initialize(id:, remote_id:, changed_at:, locations:, legal_entities:, groups:, skills:, name: nil, model_type: nil, description: nil, status: nil, employment_types: nil, number_of_openings: nil, parent_id: nil, remote_url: nil, remote_created_at: nil, remote_updated_at: nil, remote_deleted_at: nil, custom_fields: nil)
|
|
64
66
|
@id = id
|
|
65
67
|
@remote_id = remote_id
|
|
66
68
|
@changed_at = changed_at
|
|
67
69
|
@locations = locations
|
|
68
70
|
@legal_entities = legal_entities
|
|
69
71
|
@groups = groups
|
|
72
|
+
@skills = skills
|
|
70
73
|
@name = name
|
|
71
74
|
@model_type = model_type
|
|
72
75
|
@description = description
|
|
@@ -90,6 +93,7 @@ module Kombo
|
|
|
90
93
|
return false unless @locations == other.locations
|
|
91
94
|
return false unless @legal_entities == other.legal_entities
|
|
92
95
|
return false unless @groups == other.groups
|
|
96
|
+
return false unless @skills == other.skills
|
|
93
97
|
return false unless @name == other.name
|
|
94
98
|
return false unless @model_type == other.model_type
|
|
95
99
|
return false unless @description == other.description
|
|
@@ -20,6 +20,8 @@ class Kombo::Models::Shared::GetHrisStaffingEntitiesPositiveResponseResult
|
|
|
20
20
|
def legal_entities=(str_); end
|
|
21
21
|
def groups(); end
|
|
22
22
|
def groups=(str_); end
|
|
23
|
+
def skills(); end
|
|
24
|
+
def skills=(str_); end
|
|
23
25
|
def name(); end
|
|
24
26
|
def name=(str_); end
|
|
25
27
|
def model_type(); end
|
|
@@ -49,6 +49,7 @@ module Kombo
|
|
|
49
49
|
HRIS_JOIN_STAFFING_ENTITIES_LOCATIONS = new('hris_join_staffing_entities_locations')
|
|
50
50
|
HRIS_JOIN_STAFFING_ENTITIES_LEGAL_ENTITIES = new('hris_join_staffing_entities_legal_entities')
|
|
51
51
|
HRIS_JOIN_STAFFING_ENTITIES_GROUPS = new('hris_join_staffing_entities_groups')
|
|
52
|
+
HRIS_JOIN_STAFFING_ENTITIES_SKILLS = new('hris_join_staffing_entities_skills')
|
|
52
53
|
ATS_JOIN_CANDIDATES_TAGS = new('ats_join_candidates_tags')
|
|
53
54
|
ATS_JOIN_JOBS_APPLICATION_STAGES = new('ats_join_jobs_application_stages')
|
|
54
55
|
ATS_JOIN_JOBS_SCREENING_QUESTIONS = new('ats_join_jobs_screening_questions')
|
|
@@ -28,9 +28,9 @@ module Kombo
|
|
|
28
28
|
# - `DRAFT`: The offer is a draft and has not yet been sent to the candidate.
|
|
29
29
|
# - `ABANDONED`: The offer has expired or is no longer valid and should not be considered.
|
|
30
30
|
#
|
|
31
|
-
field :status, Crystalline::Nilable.new(Models::Shared::
|
|
31
|
+
field :status, Crystalline::Nilable.new(Models::Shared::OfferStatus), { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('status'), required: true, 'decoder': ::Kombo::Utils.enum_from_string(Models::Shared::OfferStatus, false) } }
|
|
32
32
|
|
|
33
|
-
sig { params(id: ::String, remote_id: T.nilable(::String), status: T.nilable(Models::Shared::
|
|
33
|
+
sig { params(id: ::String, remote_id: T.nilable(::String), status: T.nilable(Models::Shared::OfferStatus)).void }
|
|
34
34
|
def initialize(id:, remote_id: nil, status: nil)
|
|
35
35
|
@id = id
|
|
36
36
|
@remote_id = remote_id
|
data/lib/kombo/models/shared/{getatsapplicationspositiveresponse_status.rb → offer_status.rb}
RENAMED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
module Kombo
|
|
8
8
|
module Models
|
|
9
9
|
module Shared
|
|
10
|
-
#
|
|
10
|
+
# OfferStatus - The offer’s current status. The usual flow of statuses is as follows:
|
|
11
11
|
# `DRAFT` -> `APPROVED` -> `SENT` -> `ACCEPTED` or `DECLINED`.
|
|
12
12
|
#
|
|
13
13
|
# Please note that not all systems will expose all statuses. For example, most systems do not include the `APPROVED` status
|
|
@@ -19,7 +19,7 @@ module Kombo
|
|
|
19
19
|
# - `DRAFT`: The offer is a draft and has not yet been sent to the candidate.
|
|
20
20
|
# - `ABANDONED`: The offer has expired or is no longer valid and should not be considered.
|
|
21
21
|
#
|
|
22
|
-
class
|
|
22
|
+
class OfferStatus < T::Enum
|
|
23
23
|
enums do
|
|
24
24
|
ACCEPTED = new('ACCEPTED')
|
|
25
25
|
DECLINED = new('DECLINED')
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module Kombo
|
|
8
|
+
module Models
|
|
9
|
+
module Shared
|
|
10
|
+
|
|
11
|
+
class OrderedOption
|
|
12
|
+
extend T::Sig
|
|
13
|
+
include Crystalline::MetadataFields
|
|
14
|
+
|
|
15
|
+
# The Kombo ID of this proficiency option. Submit this ID when writing a rating for a `SINGLE_SELECT` skill.
|
|
16
|
+
field :id, ::String, { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('id'), required: true } }
|
|
17
|
+
# The display name of this proficiency level.
|
|
18
|
+
field :name, ::String, { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('name'), required: true } }
|
|
19
|
+
# The ID of this option in the remote system. `null` when the system identifies the level only by its name.
|
|
20
|
+
field :remote_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('remote_id'), required: true } }
|
|
21
|
+
|
|
22
|
+
sig { params(id: ::String, name: ::String, remote_id: T.nilable(::String)).void }
|
|
23
|
+
def initialize(id:, name:, remote_id: nil)
|
|
24
|
+
@id = id
|
|
25
|
+
@name = name
|
|
26
|
+
@remote_id = remote_id
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
30
|
+
def ==(other)
|
|
31
|
+
return false unless other.is_a? self.class
|
|
32
|
+
return false unless @id == other.id
|
|
33
|
+
return false unless @name == other.name
|
|
34
|
+
return false unless @remote_id == other.remote_id
|
|
35
|
+
true
|
|
36
|
+
end
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
end
|
|
40
|
+
end
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# typed: true
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
class Kombo::Models::Shared::OrderedOption
|
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
|
7
|
+
end
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class Kombo::Models::Shared::OrderedOption
|
|
11
|
+
def id(); end
|
|
12
|
+
def id=(str_); end
|
|
13
|
+
def name(); end
|
|
14
|
+
def name=(str_); end
|
|
15
|
+
def remote_id(); end
|
|
16
|
+
def remote_id=(str_); end
|
|
17
|
+
end
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module Kombo
|
|
8
|
+
module Models
|
|
9
|
+
module Shared
|
|
10
|
+
# The scale used to rate this skill, useful when writing a rating back. `null` when the skill has no scale.
|
|
11
|
+
class ProficiencyScale
|
|
12
|
+
extend T::Sig
|
|
13
|
+
include Crystalline::MetadataFields
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
def initialize; end
|
|
18
|
+
|
|
19
|
+
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
20
|
+
def ==(other)
|
|
21
|
+
return false unless other.is_a? self.class
|
|
22
|
+
true
|
|
23
|
+
end
|
|
24
|
+
end
|
|
25
|
+
end
|
|
26
|
+
end
|
|
27
|
+
end
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module Kombo
|
|
8
|
+
module Models
|
|
9
|
+
module Shared
|
|
10
|
+
|
|
11
|
+
class ProficiencyScaleNumeric
|
|
12
|
+
extend T::Sig
|
|
13
|
+
include Crystalline::MetadataFields
|
|
14
|
+
|
|
15
|
+
# The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
|
|
16
|
+
field :id, ::String, { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('id'), required: true } }
|
|
17
|
+
# The raw ID of the object in the remote system. We don't recommend using this as a primary key on your side as it might sometimes be compromised of multiple identifiers if a system doesn't provide a clear primary key.
|
|
18
|
+
field :remote_id, ::String, { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('remote_id'), required: true } }
|
|
19
|
+
|
|
20
|
+
field :type, ::String, { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('type'), required: true } }
|
|
21
|
+
# The lowest value of the proficiency scale.
|
|
22
|
+
field :min, Crystalline::Nilable.new(::Float), { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('min'), required: true } }
|
|
23
|
+
# The highest value of the proficiency scale.
|
|
24
|
+
field :max, Crystalline::Nilable.new(::Float), { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('max'), required: true } }
|
|
25
|
+
# The increment between valid values – `1` for an integer scale, a fractional value (e.g. `0.1`) for finer scales, `null` for a continuous scale with no fixed step.
|
|
26
|
+
field :step, Crystalline::Nilable.new(::Float), { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('step'), required: true } }
|
|
27
|
+
|
|
28
|
+
sig { params(id: ::String, remote_id: ::String, type: ::String, min: T.nilable(::Float), max: T.nilable(::Float), step: T.nilable(::Float)).void }
|
|
29
|
+
def initialize(id:, remote_id:, type: 'NUMERIC', min: nil, max: nil, step: nil)
|
|
30
|
+
@id = id
|
|
31
|
+
@remote_id = remote_id
|
|
32
|
+
unless type == 'NUMERIC'
|
|
33
|
+
raise ArgumentError, 'Invalid value for type'
|
|
34
|
+
end
|
|
35
|
+
@type = 'NUMERIC'
|
|
36
|
+
@min = min
|
|
37
|
+
@max = max
|
|
38
|
+
@step = step
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
42
|
+
def ==(other)
|
|
43
|
+
return false unless other.is_a? self.class
|
|
44
|
+
return false unless @id == other.id
|
|
45
|
+
return false unless @remote_id == other.remote_id
|
|
46
|
+
return false unless @type == other.type
|
|
47
|
+
return false unless @min == other.min
|
|
48
|
+
return false unless @max == other.max
|
|
49
|
+
return false unless @step == other.step
|
|
50
|
+
true
|
|
51
|
+
end
|
|
52
|
+
end
|
|
53
|
+
end
|
|
54
|
+
end
|
|
55
|
+
end
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# typed: true
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
class Kombo::Models::Shared::ProficiencyScaleNumeric
|
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
|
7
|
+
end
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class Kombo::Models::Shared::ProficiencyScaleNumeric
|
|
11
|
+
def id(); end
|
|
12
|
+
def id=(str_); end
|
|
13
|
+
def remote_id(); end
|
|
14
|
+
def remote_id=(str_); end
|
|
15
|
+
def type(); end
|
|
16
|
+
def type=(str_); end
|
|
17
|
+
def min(); end
|
|
18
|
+
def min=(str_); end
|
|
19
|
+
def max(); end
|
|
20
|
+
def max=(str_); end
|
|
21
|
+
def step(); end
|
|
22
|
+
def step=(str_); end
|
|
23
|
+
end
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module Kombo
|
|
8
|
+
module Models
|
|
9
|
+
module Shared
|
|
10
|
+
|
|
11
|
+
class ProficiencyScaleSingleSelect
|
|
12
|
+
extend T::Sig
|
|
13
|
+
include Crystalline::MetadataFields
|
|
14
|
+
|
|
15
|
+
# The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
|
|
16
|
+
field :id, ::String, { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('id'), required: true } }
|
|
17
|
+
# The raw ID of the object in the remote system. We don't recommend using this as a primary key on your side as it might sometimes be compromised of multiple identifiers if a system doesn't provide a clear primary key.
|
|
18
|
+
field :remote_id, ::String, { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('remote_id'), required: true } }
|
|
19
|
+
# The available proficiency levels, ordered from lowest to highest.
|
|
20
|
+
field :ordered_options, Crystalline::Array.new(Models::Shared::OrderedOption), { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('ordered_options'), required: true } }
|
|
21
|
+
|
|
22
|
+
field :type, ::String, { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('type'), required: true } }
|
|
23
|
+
|
|
24
|
+
sig { params(id: ::String, remote_id: ::String, ordered_options: T::Array[Models::Shared::OrderedOption], type: ::String).void }
|
|
25
|
+
def initialize(id:, remote_id:, ordered_options:, type: 'SINGLE_SELECT')
|
|
26
|
+
@id = id
|
|
27
|
+
@remote_id = remote_id
|
|
28
|
+
@ordered_options = ordered_options
|
|
29
|
+
unless type == 'SINGLE_SELECT'
|
|
30
|
+
raise ArgumentError, 'Invalid value for type'
|
|
31
|
+
end
|
|
32
|
+
@type = 'SINGLE_SELECT'
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
36
|
+
def ==(other)
|
|
37
|
+
return false unless other.is_a? self.class
|
|
38
|
+
return false unless @id == other.id
|
|
39
|
+
return false unless @remote_id == other.remote_id
|
|
40
|
+
return false unless @ordered_options == other.ordered_options
|
|
41
|
+
return false unless @type == other.type
|
|
42
|
+
true
|
|
43
|
+
end
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
end
|
|
47
|
+
end
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# typed: true
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
class Kombo::Models::Shared::ProficiencyScaleSingleSelect
|
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
|
7
|
+
end
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class Kombo::Models::Shared::ProficiencyScaleSingleSelect
|
|
11
|
+
def id(); end
|
|
12
|
+
def id=(str_); end
|
|
13
|
+
def remote_id(); end
|
|
14
|
+
def remote_id=(str_); end
|
|
15
|
+
def ordered_options(); end
|
|
16
|
+
def ordered_options=(str_); end
|
|
17
|
+
def type(); end
|
|
18
|
+
def type=(str_); end
|
|
19
|
+
end
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module Kombo
|
|
8
|
+
module Models
|
|
9
|
+
module Shared
|
|
10
|
+
|
|
11
|
+
class Skill
|
|
12
|
+
extend T::Sig
|
|
13
|
+
include Crystalline::MetadataFields
|
|
14
|
+
|
|
15
|
+
# The Kombo ID of the skill. Can be used to retrieve the skill from the `get skills` endpoint.
|
|
16
|
+
field :skill_id, ::String, { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('skill_id'), required: true } }
|
|
17
|
+
# The skill expected for this staffing entity.
|
|
18
|
+
field :skill, Models::Shared::SkillSkill, { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('skill'), required: true } }
|
|
19
|
+
# The expected proficiency for this role. `null` when the source system carries no proficiency on the role side.
|
|
20
|
+
field :expected_proficiency, Crystalline::Nilable.new(Crystalline::Union.new(Models::Shared::ExpectedProficiencyNumeric, Models::Shared::ExpectedProficiencySingleSelect)), { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('expected_proficiency') } }
|
|
21
|
+
|
|
22
|
+
sig { params(skill_id: ::String, skill: Models::Shared::SkillSkill, expected_proficiency: T.nilable(T.any(Models::Shared::ExpectedProficiencyNumeric, Models::Shared::ExpectedProficiencySingleSelect))).void }
|
|
23
|
+
def initialize(skill_id:, skill:, expected_proficiency: nil)
|
|
24
|
+
@skill_id = skill_id
|
|
25
|
+
@skill = skill
|
|
26
|
+
@expected_proficiency = expected_proficiency
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
30
|
+
def ==(other)
|
|
31
|
+
return false unless other.is_a? self.class
|
|
32
|
+
return false unless @skill_id == other.skill_id
|
|
33
|
+
return false unless @skill == other.skill
|
|
34
|
+
return false unless @expected_proficiency == other.expected_proficiency
|
|
35
|
+
true
|
|
36
|
+
end
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
end
|
|
40
|
+
end
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# typed: true
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
class Kombo::Models::Shared::Skill
|
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
|
7
|
+
end
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class Kombo::Models::Shared::Skill
|
|
11
|
+
def skill_id(); end
|
|
12
|
+
def skill_id=(str_); end
|
|
13
|
+
def skill(); end
|
|
14
|
+
def skill=(str_); end
|
|
15
|
+
def expected_proficiency(); end
|
|
16
|
+
def expected_proficiency=(str_); end
|
|
17
|
+
end
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module Kombo
|
|
8
|
+
module Models
|
|
9
|
+
module Shared
|
|
10
|
+
# The skill expected for this staffing entity.
|
|
11
|
+
class SkillSkill
|
|
12
|
+
extend T::Sig
|
|
13
|
+
include Crystalline::MetadataFields
|
|
14
|
+
|
|
15
|
+
# The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
|
|
16
|
+
field :id, ::String, { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('id'), required: true } }
|
|
17
|
+
# The raw ID of the object in the remote system. We don't recommend using this as a primary key on your side as it might sometimes be compromised of multiple identifiers if a system doesn't provide a clear primary key.
|
|
18
|
+
field :remote_id, ::String, { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('remote_id'), required: true } }
|
|
19
|
+
# The name of the skill, in the default locale of the remote system.
|
|
20
|
+
field :name, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('name'), required: true } }
|
|
21
|
+
# The scale used to rate this skill, useful when writing a rating back. `null` when the skill has no scale.
|
|
22
|
+
field :proficiency_scale, Crystalline::Nilable.new(Crystalline::Union.new(Models::Shared::ProficiencyScaleNumeric, Models::Shared::ProficiencyScaleSingleSelect)), { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('proficiency_scale'), required: true } }
|
|
23
|
+
|
|
24
|
+
sig { params(id: ::String, remote_id: ::String, name: T.nilable(::String), proficiency_scale: T.nilable(T.any(Models::Shared::ProficiencyScaleNumeric, Models::Shared::ProficiencyScaleSingleSelect))).void }
|
|
25
|
+
def initialize(id:, remote_id:, name: nil, proficiency_scale: nil)
|
|
26
|
+
@id = id
|
|
27
|
+
@remote_id = remote_id
|
|
28
|
+
@name = name
|
|
29
|
+
@proficiency_scale = proficiency_scale
|
|
30
|
+
end
|
|
31
|
+
|
|
32
|
+
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
33
|
+
def ==(other)
|
|
34
|
+
return false unless other.is_a? self.class
|
|
35
|
+
return false unless @id == other.id
|
|
36
|
+
return false unless @remote_id == other.remote_id
|
|
37
|
+
return false unless @name == other.name
|
|
38
|
+
return false unless @proficiency_scale == other.proficiency_scale
|
|
39
|
+
true
|
|
40
|
+
end
|
|
41
|
+
end
|
|
42
|
+
end
|
|
43
|
+
end
|
|
44
|
+
end
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# typed: true
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
class Kombo::Models::Shared::SkillSkill
|
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
|
7
|
+
end
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class Kombo::Models::Shared::SkillSkill
|
|
11
|
+
def id(); end
|
|
12
|
+
def id=(str_); end
|
|
13
|
+
def remote_id(); end
|
|
14
|
+
def remote_id=(str_); end
|
|
15
|
+
def name(); end
|
|
16
|
+
def name=(str_); end
|
|
17
|
+
def proficiency_scale(); end
|
|
18
|
+
def proficiency_scale=(str_); end
|
|
19
|
+
end
|
|
@@ -18,16 +18,19 @@ module Kombo
|
|
|
18
18
|
field :remote_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('remote_id'), required: true } }
|
|
19
19
|
# The application stage name. For example, "Initial Screening".
|
|
20
20
|
field :name, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('name'), required: true } }
|
|
21
|
+
# Whether the application stage is active in the ATS. Inactive stages (also e.g., archived or hidden) may still be referenced by existing applications but are typically not part of the current hiring workflow.
|
|
22
|
+
field :status, Crystalline::Nilable.new(Models::Shared::StageStatus), { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('status'), required: true, 'decoder': ::Kombo::Utils.enum_from_string(Models::Shared::StageStatus, false) } }
|
|
21
23
|
# A key-value store of fields not covered by the schema. [Read more](/custom-fields)
|
|
22
24
|
field :custom_fields, Crystalline::Nilable.new(Crystalline::Hash.new(Symbol, ::Object)), { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('custom_fields'), required: true } }
|
|
23
25
|
# Numeric index following the order of the stages if they are ordered in the underlying tool.
|
|
24
26
|
field :index, Crystalline::Nilable.new(::Integer), { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('index') } }
|
|
25
27
|
|
|
26
|
-
sig { params(id: ::String, remote_id: T.nilable(::String), name: T.nilable(::String), custom_fields: T.nilable(T::Hash[Symbol, ::Object]), index: T.nilable(::Integer)).void }
|
|
27
|
-
def initialize(id:, remote_id: nil, name: nil, custom_fields: nil, index: nil)
|
|
28
|
+
sig { params(id: ::String, remote_id: T.nilable(::String), name: T.nilable(::String), status: T.nilable(Models::Shared::StageStatus), custom_fields: T.nilable(T::Hash[Symbol, ::Object]), index: T.nilable(::Integer)).void }
|
|
29
|
+
def initialize(id:, remote_id: nil, name: nil, status: nil, custom_fields: nil, index: nil)
|
|
28
30
|
@id = id
|
|
29
31
|
@remote_id = remote_id
|
|
30
32
|
@name = name
|
|
33
|
+
@status = status
|
|
31
34
|
@custom_fields = custom_fields
|
|
32
35
|
@index = index
|
|
33
36
|
end
|
|
@@ -38,6 +41,7 @@ module Kombo
|
|
|
38
41
|
return false unless @id == other.id
|
|
39
42
|
return false unless @remote_id == other.remote_id
|
|
40
43
|
return false unless @name == other.name
|
|
44
|
+
return false unless @status == other.status
|
|
41
45
|
return false unless @custom_fields == other.custom_fields
|
|
42
46
|
return false unless @index == other.index
|
|
43
47
|
true
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module Kombo
|
|
8
|
+
module Models
|
|
9
|
+
module Shared
|
|
10
|
+
# StageStatus - Whether the application stage is active in the ATS. Inactive stages (also e.g., archived or hidden) may still be referenced by existing applications but are typically not part of the current hiring workflow.
|
|
11
|
+
class StageStatus < T::Enum
|
|
12
|
+
enums do
|
|
13
|
+
ACTIVE = new('ACTIVE')
|
|
14
|
+
INACTIVE = new('INACTIVE')
|
|
15
|
+
end
|
|
16
|
+
end
|
|
17
|
+
end
|
|
18
|
+
end
|
|
19
|
+
end
|
data/lib/kombo/models/shared.rb
CHANGED
|
@@ -66,6 +66,7 @@ module Kombo
|
|
|
66
66
|
autoload :GetAtsApplicationStagesPositiveResponse, 'kombo/models/shared/getatsapplicationstagespositiveresponse.rb'
|
|
67
67
|
autoload :GetAtsApplicationStagesPositiveResponseData, 'kombo/models/shared/getatsapplicationstagespositiveresponse_data.rb'
|
|
68
68
|
autoload :GetAtsApplicationStagesPositiveResponseResult, 'kombo/models/shared/getatsapplicationstagespositiveresponse_result.rb'
|
|
69
|
+
autoload :GetAtsApplicationStagesPositiveResponseStatus, 'kombo/models/shared/getatsapplicationstagespositiveresponse_status.rb'
|
|
69
70
|
autoload :GetAtsApplicationsApplicationIdAttachmentsPositiveResponse, 'kombo/models/shared/getatsapplicationsapplicationidattachmentspositiveresponse.rb'
|
|
70
71
|
autoload :GetAtsApplicationsApplicationIdAttachmentsPositiveResponseData, 'kombo/models/shared/getatsapplicationsapplicationidattachmentspositiveresponse_data.rb'
|
|
71
72
|
autoload :GetAtsApplicationsApplicationIdAttachmentsPositiveResponseResult, 'kombo/models/shared/getatsapplicationsapplicationidattachmentspositiveresponse_result.rb'
|
|
@@ -104,7 +105,6 @@ module Kombo
|
|
|
104
105
|
autoload :GetAtsApplicationsPositiveResponseScreeningQuestionAnswer7, 'kombo/models/shared/getatsapplicationspositiveresponse_screening_question_answer_7.rb'
|
|
105
106
|
autoload :GetAtsApplicationsPositiveResponseScreeningQuestionAnswerUnion, 'kombo/models/shared/getatsapplicationspositiveresponse_screening_question_answer_union.rb'
|
|
106
107
|
autoload :GetAtsApplicationsPositiveResponseSocialMedia, 'kombo/models/shared/getatsapplicationspositiveresponse_social_media.rb'
|
|
107
|
-
autoload :GetAtsApplicationsPositiveResponseStatus, 'kombo/models/shared/getatsapplicationspositiveresponse_status.rb'
|
|
108
108
|
autoload :GetAtsApplicationsPositiveResponseTag, 'kombo/models/shared/getatsapplicationspositiveresponse_tag.rb'
|
|
109
109
|
autoload :GetAtsCandidatesCandidateIdAttachmentsPositiveResponse, 'kombo/models/shared/getatscandidatescandidateidattachmentspositiveresponse.rb'
|
|
110
110
|
autoload :GetAtsCandidatesCandidateIdAttachmentsPositiveResponseData, 'kombo/models/shared/getatscandidatescandidateidattachmentspositiveresponse_data.rb'
|
|
@@ -817,6 +817,7 @@ module Kombo
|
|
|
817
817
|
autoload :ChangedModel, 'kombo/models/shared/changed_model.rb'
|
|
818
818
|
autoload :ContentType, 'kombo/models/shared/content_type.rb'
|
|
819
819
|
autoload :Coverage, 'kombo/models/shared/coverage.rb'
|
|
820
|
+
autoload :CurrentStageStatus, 'kombo/models/shared/current_stage_status.rb'
|
|
820
821
|
autoload :DisplayType1, 'kombo/models/shared/display_type_1.rb'
|
|
821
822
|
autoload :DisplayType2, 'kombo/models/shared/display_type_2.rb'
|
|
822
823
|
autoload :DisplayType3, 'kombo/models/shared/display_type_3.rb'
|
|
@@ -827,6 +828,9 @@ module Kombo
|
|
|
827
828
|
autoload :EmploymentEmploymentType, 'kombo/models/shared/employment_employment_type.rb'
|
|
828
829
|
autoload :EmploymentStatus, 'kombo/models/shared/employment_status.rb'
|
|
829
830
|
autoload :Ethnicity, 'kombo/models/shared/ethnicity.rb'
|
|
831
|
+
autoload :ExpectedProficiency, 'kombo/models/shared/expected_proficiency.rb'
|
|
832
|
+
autoload :ExpectedProficiencyNumeric, 'kombo/models/shared/expected_proficiency_numeric.rb'
|
|
833
|
+
autoload :ExpectedProficiencySingleSelect, 'kombo/models/shared/expected_proficiency_singleselect.rb'
|
|
830
834
|
autoload :Feature, 'kombo/models/shared/feature.rb'
|
|
831
835
|
autoload :FeatureCoverageStatus, 'kombo/models/shared/feature_coverage_status.rb'
|
|
832
836
|
autoload :FieldScopeConfigSetting, 'kombo/models/shared/field_scope_config_setting.rb'
|
|
@@ -858,9 +862,14 @@ module Kombo
|
|
|
858
862
|
autoload :MultipartFormDatum, 'kombo/models/shared/multipart_form_datum.rb'
|
|
859
863
|
autoload :Name, 'kombo/models/shared/name.rb'
|
|
860
864
|
autoload :Offer, 'kombo/models/shared/offer.rb'
|
|
865
|
+
autoload :OfferStatus, 'kombo/models/shared/offer_status.rb'
|
|
861
866
|
autoload :Option1, 'kombo/models/shared/option_1.rb'
|
|
862
867
|
autoload :Option2, 'kombo/models/shared/option_2.rb'
|
|
868
|
+
autoload :OrderedOption, 'kombo/models/shared/ordered_option.rb'
|
|
863
869
|
autoload :Prehire, 'kombo/models/shared/prehire.rb'
|
|
870
|
+
autoload :ProficiencyScale, 'kombo/models/shared/proficiency_scale.rb'
|
|
871
|
+
autoload :ProficiencyScaleNumeric, 'kombo/models/shared/proficiency_scale_numeric.rb'
|
|
872
|
+
autoload :ProficiencyScaleSingleSelect, 'kombo/models/shared/proficiency_scale_singleselect.rb'
|
|
864
873
|
autoload :Properties, 'kombo/models/shared/properties.rb'
|
|
865
874
|
autoload :PropertiesArray, 'kombo/models/shared/properties_array.rb'
|
|
866
875
|
autoload :PropertiesCheckbox, 'kombo/models/shared/properties_checkbox.rb'
|
|
@@ -881,7 +890,10 @@ module Kombo
|
|
|
881
890
|
autoload :ScopeConfig, 'kombo/models/shared/scope_config.rb'
|
|
882
891
|
autoload :Score, 'kombo/models/shared/score.rb'
|
|
883
892
|
autoload :ScreeningQuestion, 'kombo/models/shared/screening_question.rb'
|
|
893
|
+
autoload :Skill, 'kombo/models/shared/skill.rb'
|
|
894
|
+
autoload :SkillSkill, 'kombo/models/shared/skill_skill.rb'
|
|
884
895
|
autoload :Stage, 'kombo/models/shared/stage.rb'
|
|
896
|
+
autoload :StageStatus, 'kombo/models/shared/stage_status.rb'
|
|
885
897
|
autoload :State, 'kombo/models/shared/state.rb'
|
|
886
898
|
autoload :SummaryRating, 'kombo/models/shared/summary_rating.rb'
|
|
887
899
|
autoload :SummaryRatingNumeric, 'kombo/models/shared/summary_rating_numeric.rb'
|
|
@@ -97,9 +97,9 @@ module Kombo
|
|
|
97
97
|
@globals = globals.nil? ? {} : globals
|
|
98
98
|
@language = 'ruby'
|
|
99
99
|
@openapi_doc_version = '1.0.0'
|
|
100
|
-
@sdk_version = '1.2.
|
|
101
|
-
@gen_version = '2.918.
|
|
102
|
-
@user_agent = 'speakeasy-sdk/ruby 1.2.
|
|
100
|
+
@sdk_version = '1.2.4'
|
|
101
|
+
@gen_version = '2.918.4'
|
|
102
|
+
@user_agent = 'speakeasy-sdk/ruby 1.2.4 2.918.4 1.0.0 kombo'
|
|
103
103
|
end
|
|
104
104
|
|
|
105
105
|
sig { returns([String, T::Hash[Symbol, String]]) }
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kombo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kombo Technologies GmbH
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-07-
|
|
11
|
+
date: 2026-07-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: base64
|
|
@@ -601,6 +601,8 @@ files:
|
|
|
601
601
|
- lib/kombo/models/shared/content_type.rbi
|
|
602
602
|
- lib/kombo/models/shared/coverage.rb
|
|
603
603
|
- lib/kombo/models/shared/coverage.rbi
|
|
604
|
+
- lib/kombo/models/shared/current_stage_status.rb
|
|
605
|
+
- lib/kombo/models/shared/current_stage_status.rbi
|
|
604
606
|
- lib/kombo/models/shared/datachangedwebhookpayload.rb
|
|
605
607
|
- lib/kombo/models/shared/datachangedwebhookpayload.rbi
|
|
606
608
|
- lib/kombo/models/shared/datachangedwebhookpayload_data.rb
|
|
@@ -669,6 +671,12 @@ files:
|
|
|
669
671
|
- lib/kombo/models/shared/employment_status.rbi
|
|
670
672
|
- lib/kombo/models/shared/ethnicity.rb
|
|
671
673
|
- lib/kombo/models/shared/ethnicity.rbi
|
|
674
|
+
- lib/kombo/models/shared/expected_proficiency.rb
|
|
675
|
+
- lib/kombo/models/shared/expected_proficiency.rbi
|
|
676
|
+
- lib/kombo/models/shared/expected_proficiency_numeric.rb
|
|
677
|
+
- lib/kombo/models/shared/expected_proficiency_numeric.rbi
|
|
678
|
+
- lib/kombo/models/shared/expected_proficiency_singleselect.rb
|
|
679
|
+
- lib/kombo/models/shared/expected_proficiency_singleselect.rbi
|
|
672
680
|
- lib/kombo/models/shared/feature.rb
|
|
673
681
|
- lib/kombo/models/shared/feature.rbi
|
|
674
682
|
- lib/kombo/models/shared/feature_coverage_status.rb
|
|
@@ -799,8 +807,6 @@ files:
|
|
|
799
807
|
- lib/kombo/models/shared/getatsapplicationspositiveresponse_screening_question_answer_union.rbi
|
|
800
808
|
- lib/kombo/models/shared/getatsapplicationspositiveresponse_social_media.rb
|
|
801
809
|
- lib/kombo/models/shared/getatsapplicationspositiveresponse_social_media.rbi
|
|
802
|
-
- lib/kombo/models/shared/getatsapplicationspositiveresponse_status.rb
|
|
803
|
-
- lib/kombo/models/shared/getatsapplicationspositiveresponse_status.rbi
|
|
804
810
|
- lib/kombo/models/shared/getatsapplicationspositiveresponse_tag.rb
|
|
805
811
|
- lib/kombo/models/shared/getatsapplicationspositiveresponse_tag.rbi
|
|
806
812
|
- lib/kombo/models/shared/getatsapplicationstagespositiveresponse.rb
|
|
@@ -809,6 +815,8 @@ files:
|
|
|
809
815
|
- lib/kombo/models/shared/getatsapplicationstagespositiveresponse_data.rbi
|
|
810
816
|
- lib/kombo/models/shared/getatsapplicationstagespositiveresponse_result.rb
|
|
811
817
|
- lib/kombo/models/shared/getatsapplicationstagespositiveresponse_result.rbi
|
|
818
|
+
- lib/kombo/models/shared/getatsapplicationstagespositiveresponse_status.rb
|
|
819
|
+
- lib/kombo/models/shared/getatsapplicationstagespositiveresponse_status.rbi
|
|
812
820
|
- lib/kombo/models/shared/getatscandidatescandidateidattachmentspositiveresponse.rb
|
|
813
821
|
- lib/kombo/models/shared/getatscandidatescandidateidattachmentspositiveresponse.rbi
|
|
814
822
|
- lib/kombo/models/shared/getatscandidatescandidateidattachmentspositiveresponse_data.rb
|
|
@@ -1309,10 +1317,14 @@ files:
|
|
|
1309
1317
|
- lib/kombo/models/shared/name.rbi
|
|
1310
1318
|
- lib/kombo/models/shared/offer.rb
|
|
1311
1319
|
- lib/kombo/models/shared/offer.rbi
|
|
1320
|
+
- lib/kombo/models/shared/offer_status.rb
|
|
1321
|
+
- lib/kombo/models/shared/offer_status.rbi
|
|
1312
1322
|
- lib/kombo/models/shared/option_1.rb
|
|
1313
1323
|
- lib/kombo/models/shared/option_1.rbi
|
|
1314
1324
|
- lib/kombo/models/shared/option_2.rb
|
|
1315
1325
|
- lib/kombo/models/shared/option_2.rbi
|
|
1326
|
+
- lib/kombo/models/shared/ordered_option.rb
|
|
1327
|
+
- lib/kombo/models/shared/ordered_option.rbi
|
|
1316
1328
|
- lib/kombo/models/shared/patchintegrationsintegrationidintegrationfieldsintegrationfieldidpositive_662842.rb
|
|
1317
1329
|
- lib/kombo/models/shared/patchintegrationsintegrationidintegrationfieldsintegrationfieldidpositive_662842.rbi
|
|
1318
1330
|
- lib/kombo/models/shared/patchintegrationsintegrationidintegrationfieldsintegrationfieldidpositive_c822cd.rb
|
|
@@ -2049,6 +2061,12 @@ files:
|
|
|
2049
2061
|
- lib/kombo/models/shared/postpassthroughtoolapirequestbody.rbi
|
|
2050
2062
|
- lib/kombo/models/shared/prehire.rb
|
|
2051
2063
|
- lib/kombo/models/shared/prehire.rbi
|
|
2064
|
+
- lib/kombo/models/shared/proficiency_scale.rb
|
|
2065
|
+
- lib/kombo/models/shared/proficiency_scale.rbi
|
|
2066
|
+
- lib/kombo/models/shared/proficiency_scale_numeric.rb
|
|
2067
|
+
- lib/kombo/models/shared/proficiency_scale_numeric.rbi
|
|
2068
|
+
- lib/kombo/models/shared/proficiency_scale_singleselect.rb
|
|
2069
|
+
- lib/kombo/models/shared/proficiency_scale_singleselect.rbi
|
|
2052
2070
|
- lib/kombo/models/shared/properties.rb
|
|
2053
2071
|
- lib/kombo/models/shared/properties.rbi
|
|
2054
2072
|
- lib/kombo/models/shared/properties_array.rb
|
|
@@ -2277,8 +2295,14 @@ files:
|
|
|
2277
2295
|
- lib/kombo/models/shared/screening_question.rbi
|
|
2278
2296
|
- lib/kombo/models/shared/security.rb
|
|
2279
2297
|
- lib/kombo/models/shared/security.rbi
|
|
2298
|
+
- lib/kombo/models/shared/skill.rb
|
|
2299
|
+
- lib/kombo/models/shared/skill.rbi
|
|
2300
|
+
- lib/kombo/models/shared/skill_skill.rb
|
|
2301
|
+
- lib/kombo/models/shared/skill_skill.rbi
|
|
2280
2302
|
- lib/kombo/models/shared/stage.rb
|
|
2281
2303
|
- lib/kombo/models/shared/stage.rbi
|
|
2304
|
+
- lib/kombo/models/shared/stage_status.rb
|
|
2305
|
+
- lib/kombo/models/shared/stage_status.rbi
|
|
2282
2306
|
- lib/kombo/models/shared/state.rb
|
|
2283
2307
|
- lib/kombo/models/shared/state.rbi
|
|
2284
2308
|
- lib/kombo/models/shared/step_type.rb
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# typed: true
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
class Kombo::Models::Shared::GetAtsApplicationsPositiveResponseStatus
|
|
6
|
-
extend ::Crystalline::MetadataFields::ClassMethods
|
|
7
|
-
end
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
class Kombo::Models::Shared::GetAtsApplicationsPositiveResponseStatus
|
|
11
|
-
end
|