kombo 1.0.7 → 1.1.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.
- checksums.yaml +4 -4
- data/lib/kombo/ats.rb +10 -10
- data/lib/kombo/connect.rb +1 -1
- data/lib/kombo/general.rb +7 -3
- data/lib/kombo/hris.rb +3 -3
- data/lib/kombo/models/shared/assessmentorderreceivedwebhookpayload_hiring_team.rb +1 -1
- data/lib/kombo/models/shared/assessmentorderreceivedwebhookpayload_hiring_team_role.rb +0 -3
- data/lib/kombo/models/shared/getassessmentorderspositiveresponse_hiring_team.rb +1 -1
- data/lib/kombo/models/shared/getassessmentorderspositiveresponse_hiring_team_role.rb +0 -3
- data/lib/kombo/models/shared/inlineassessmentorderreceivedwebhookpayload_hiring_team.rb +1 -1
- data/lib/kombo/models/shared/inlineassessmentorderreceivedwebhookpayload_hiring_team_role.rb +0 -3
- data/lib/kombo/models/shared/integration_tool.rb +1 -0
- data/lib/kombo/sdkconfiguration.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6afd88aa4f7dc854c732bad57ad8696b5a29354fb7110dbd20bf71bb81ab4f0e
|
|
4
|
+
data.tar.gz: ed55e71ba213ab930ee74a45f535916d83d7150cac84c1278503848e988832cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 03e4e08ecab9aeba177c6e3a03dfd12eab87f18207c481968a716c144a021eebd4ff235691fc57af830866f308431ddb9f4505a71b3181ede8e5261274c7b85e
|
|
7
|
+
data.tar.gz: 71756deb9d8a99bcec16196008d97d6144c4c7cc674538218d8fa0061a02f58e2bcb56f8fce663b8d22537bb960b68c3fb9e659e6b95728a9975b74cbc08f9b0
|
data/lib/kombo/ats.rb
CHANGED
|
@@ -423,7 +423,7 @@ module Kombo
|
|
|
423
423
|
security = @sdk_configuration.security_source&.call
|
|
424
424
|
|
|
425
425
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
426
|
-
timeout ||=
|
|
426
|
+
timeout ||= (300_000.to_f / 1000)
|
|
427
427
|
|
|
428
428
|
|
|
429
429
|
connection = @sdk_configuration.client
|
|
@@ -574,7 +574,7 @@ module Kombo
|
|
|
574
574
|
security = @sdk_configuration.security_source&.call
|
|
575
575
|
|
|
576
576
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
577
|
-
timeout ||=
|
|
577
|
+
timeout ||= (300_000.to_f / 1000)
|
|
578
578
|
|
|
579
579
|
|
|
580
580
|
connection = @sdk_configuration.client
|
|
@@ -860,7 +860,7 @@ module Kombo
|
|
|
860
860
|
security = @sdk_configuration.security_source&.call
|
|
861
861
|
|
|
862
862
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
863
|
-
timeout ||=
|
|
863
|
+
timeout ||= (300_000.to_f / 1000)
|
|
864
864
|
|
|
865
865
|
|
|
866
866
|
connection = @sdk_configuration.client
|
|
@@ -1011,7 +1011,7 @@ module Kombo
|
|
|
1011
1011
|
security = @sdk_configuration.security_source&.call
|
|
1012
1012
|
|
|
1013
1013
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
1014
|
-
timeout ||=
|
|
1014
|
+
timeout ||= (300_000.to_f / 1000)
|
|
1015
1015
|
|
|
1016
1016
|
|
|
1017
1017
|
connection = @sdk_configuration.client
|
|
@@ -1371,7 +1371,7 @@ module Kombo
|
|
|
1371
1371
|
security = @sdk_configuration.security_source&.call
|
|
1372
1372
|
|
|
1373
1373
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
1374
|
-
timeout ||=
|
|
1374
|
+
timeout ||= (300_000.to_f / 1000)
|
|
1375
1375
|
|
|
1376
1376
|
|
|
1377
1377
|
connection = @sdk_configuration.client
|
|
@@ -1656,7 +1656,7 @@ module Kombo
|
|
|
1656
1656
|
security = @sdk_configuration.security_source&.call
|
|
1657
1657
|
|
|
1658
1658
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
1659
|
-
timeout ||=
|
|
1659
|
+
timeout ||= (300_000.to_f / 1000)
|
|
1660
1660
|
|
|
1661
1661
|
|
|
1662
1662
|
connection = @sdk_configuration.client
|
|
@@ -1826,7 +1826,7 @@ module Kombo
|
|
|
1826
1826
|
security = @sdk_configuration.security_source&.call
|
|
1827
1827
|
|
|
1828
1828
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
1829
|
-
timeout ||=
|
|
1829
|
+
timeout ||= (300_000.to_f / 1000)
|
|
1830
1830
|
|
|
1831
1831
|
|
|
1832
1832
|
connection = @sdk_configuration.client
|
|
@@ -1977,7 +1977,7 @@ module Kombo
|
|
|
1977
1977
|
security = @sdk_configuration.security_source&.call
|
|
1978
1978
|
|
|
1979
1979
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
1980
|
-
timeout ||=
|
|
1980
|
+
timeout ||= (300_000.to_f / 1000)
|
|
1981
1981
|
|
|
1982
1982
|
|
|
1983
1983
|
connection = @sdk_configuration.client
|
|
@@ -2811,7 +2811,7 @@ module Kombo
|
|
|
2811
2811
|
security = @sdk_configuration.security_source&.call
|
|
2812
2812
|
|
|
2813
2813
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
2814
|
-
timeout ||=
|
|
2814
|
+
timeout ||= (300_000.to_f / 1000)
|
|
2815
2815
|
|
|
2816
2816
|
|
|
2817
2817
|
connection = @sdk_configuration.client
|
|
@@ -3722,7 +3722,7 @@ module Kombo
|
|
|
3722
3722
|
security = @sdk_configuration.security_source&.call
|
|
3723
3723
|
|
|
3724
3724
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
3725
|
-
timeout ||=
|
|
3725
|
+
timeout ||= (300_000.to_f / 1000)
|
|
3726
3726
|
|
|
3727
3727
|
|
|
3728
3728
|
connection = @sdk_configuration.client
|
data/lib/kombo/connect.rb
CHANGED
data/lib/kombo/general.rb
CHANGED
|
@@ -184,7 +184,7 @@ module Kombo
|
|
|
184
184
|
security = @sdk_configuration.security_source&.call
|
|
185
185
|
|
|
186
186
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
187
|
-
timeout ||=
|
|
187
|
+
timeout ||= (300_000.to_f / 1000)
|
|
188
188
|
|
|
189
189
|
|
|
190
190
|
connection = @sdk_configuration.client
|
|
@@ -357,6 +357,7 @@ module Kombo
|
|
|
357
357
|
# |Greenhouse Job Board|`greenhousejobboard/boards-api`|[Greenhouse Job Board API](https://developers.greenhouse.io/job-board). We automatically authenticate all requests and use 'https://boards-api.greenhouse.io/v1/boards/\{job_board_token\}' as the base URL. Optionally, you can provide a custom job_board_token to use a different job board.|
|
|
358
358
|
# |Greenhouse|`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.|
|
|
359
359
|
# |Greenhouse|`greenhouse/harvest`|Greenhouse [Harvest API v1](https://developers.greenhouse.io/harvest.html). We automatically authenticate all requests using the API key and use `https://harvest.greenhouse.io/v1` as the base URL.|
|
|
360
|
+
# |GuideCom|`guidecom/api`|GuideCom's API. We automatically authenticate all requests and use the configured API base URL.|
|
|
360
361
|
# |Gusto|`gusto/v1`|[Gusto API](https://docs.gusto.com/app-integrations/docs/introduction). We automatically authenticate all requests with OAuth and use `\{api_base_url\}/v1` as the base URL (`https://api.gusto.com/v1` in production, `https://api.gusto-demo.com/v1` in development).|
|
|
361
362
|
# |Hailey HR|`haileyhr/api`|Hailey HR's [API](https://api.haileyhr.app/docs/index.html). We automatically authenticate all requests using the provided credentials and use `https://api.haileyhr.app` as the base URL.|
|
|
362
363
|
# |Hansalog|`hansalog/vision`|Hansalog's [Vision API](https://hansalog-vision.document360.io/docs/). We automatically authenticate all requests and use `https://\{subdomain\}.hansalog-cloud.de/vision` as the base URL.|
|
|
@@ -396,6 +397,9 @@ module Kombo
|
|
|
396
397
|
# |Lucca|`lucca/api`|[Luccas's API](https://developers.lucca.fr/api-reference/legacy/introduction). We automatically authenticate all requests and use 'https://\{account\}.\{ilucca|ilucca-demo\}.\{region\}/' as the base URL.|
|
|
397
398
|
# |Manatal|`manatal/career-page`|Manatal's Career Page API. We use `https://api.manatal.com/open/v3/career-page/\{client_slug\}` as the base URL.|
|
|
398
399
|
# |Manatal|`manatal/open-api-v3`|[Manatal's Open API v3](https://developers.manatal.com/reference/getting-started). We automatically authenticate all requests and use `https://api.manatal.com/open/v3` as the base URL.|
|
|
400
|
+
# |Mercury|`mercury/v1`|Mercury's [V1 API](https://apim-uks-thirdpartyintegration-prod.azure-api.net/swagger/index.html?urls.primaryName=V1). We automatically authenticate all requests with the `subscription-key` and `tenant-id` headers and use the configured server URL with `/api/v1` as the base URL.|
|
|
401
|
+
# |Mercury|`mercury/v2`|Mercury's [V2 API](https://apim-uks-thirdpartyintegration-prod.azure-api.net/swagger/index.html?urls.primaryName=V2). We automatically authenticate all requests with the `subscription-key` and `tenant-id` headers and use the configured server URL with `/api/v2` as the base URL.|
|
|
402
|
+
# |Mercury|`mercury/v3`|Mercury's [V3 API](https://apim-uks-thirdpartyintegration-prod.azure-api.net/swagger/index.html?urls.primaryName=V3). We automatically authenticate all requests with the `subscription-key` and `tenant-id` headers and use the configured server URL with `/api/v3` as the base URL.|
|
|
399
403
|
# |MHR People First|`peoplefirst/v1`|MHR People First [v1 API](https://docs.people-first.com/api/api-docs/api-docs.html). We automatically authenticate all requests using the access token and tenant/environment codes. For default environments, we use `https://\{tenant_code\}.people-first.com/api/v1` as the base URL. For non-default environments, we use `https://\{tenant_code\}-\{environment_code\}.people-first.com/api/v1`.|
|
|
400
404
|
# |Microsoft Azure AD|`azuread/v1`|[AzureAD's API](https://learn.microsoft.com/en-us/graph/api/resources/identity-network-access-overview?view=graph-rest-1.0). We automatically authenticate all requests.|
|
|
401
405
|
# |Microsoft Entra ID|`entraid/v1`|[AzureAD's API](https://learn.microsoft.com/en-us/graph/api/resources/identity-network-access-overview?view=graph-rest-1.0). We automatically authenticate all requests.|
|
|
@@ -509,7 +513,7 @@ module Kombo
|
|
|
509
513
|
security = @sdk_configuration.security_source&.call
|
|
510
514
|
|
|
511
515
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
512
|
-
timeout ||=
|
|
516
|
+
timeout ||= (300_000.to_f / 1000)
|
|
513
517
|
|
|
514
518
|
|
|
515
519
|
connection = @sdk_configuration.client
|
|
@@ -1049,7 +1053,7 @@ module Kombo
|
|
|
1049
1053
|
security = @sdk_configuration.security_source&.call
|
|
1050
1054
|
|
|
1051
1055
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
1052
|
-
timeout ||=
|
|
1056
|
+
timeout ||= (300_000.to_f / 1000)
|
|
1053
1057
|
|
|
1054
1058
|
|
|
1055
1059
|
connection = @sdk_configuration.client
|
data/lib/kombo/hris.rb
CHANGED
|
@@ -452,7 +452,7 @@ module Kombo
|
|
|
452
452
|
security = @sdk_configuration.security_source&.call
|
|
453
453
|
|
|
454
454
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
455
|
-
timeout ||=
|
|
455
|
+
timeout ||= (300_000.to_f / 1000)
|
|
456
456
|
|
|
457
457
|
|
|
458
458
|
connection = @sdk_configuration.client
|
|
@@ -604,7 +604,7 @@ module Kombo
|
|
|
604
604
|
security = @sdk_configuration.security_source&.call
|
|
605
605
|
|
|
606
606
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
607
|
-
timeout ||=
|
|
607
|
+
timeout ||= (300_000.to_f / 1000)
|
|
608
608
|
|
|
609
609
|
|
|
610
610
|
connection = @sdk_configuration.client
|
|
@@ -1827,7 +1827,7 @@ module Kombo
|
|
|
1827
1827
|
security = @sdk_configuration.security_source&.call
|
|
1828
1828
|
|
|
1829
1829
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
1830
|
-
timeout ||=
|
|
1830
|
+
timeout ||= (300_000.to_f / 1000)
|
|
1831
1831
|
|
|
1832
1832
|
|
|
1833
1833
|
connection = @sdk_configuration.client
|
|
@@ -12,7 +12,7 @@ module Kombo
|
|
|
12
12
|
extend T::Sig
|
|
13
13
|
include Crystalline::MetadataFields
|
|
14
14
|
|
|
15
|
-
# Array of the roles of the user for this specific job.
|
|
15
|
+
# Array of the roles of the user for this specific job.
|
|
16
16
|
field :hiring_team_roles, Crystalline::Array.new(Models::Shared::AssessmentOrderReceivedWebhookPayloadHiringTeamRole), { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('hiring_team_roles'), required: true } }
|
|
17
17
|
# The team member's identifier in the integrated system.
|
|
18
18
|
field :remote_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('remote_id'), required: true } }
|
|
@@ -12,7 +12,7 @@ module Kombo
|
|
|
12
12
|
extend T::Sig
|
|
13
13
|
include Crystalline::MetadataFields
|
|
14
14
|
|
|
15
|
-
# Array of the roles of the user for this specific job.
|
|
15
|
+
# Array of the roles of the user for this specific job.
|
|
16
16
|
field :hiring_team_roles, Crystalline::Array.new(Models::Shared::GetAssessmentOrdersPositiveResponseHiringTeamRole), { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('hiring_team_roles'), required: true } }
|
|
17
17
|
# The team member's identifier in the integrated system.
|
|
18
18
|
field :remote_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('remote_id'), required: true } }
|
|
@@ -12,7 +12,7 @@ module Kombo
|
|
|
12
12
|
extend T::Sig
|
|
13
13
|
include Crystalline::MetadataFields
|
|
14
14
|
|
|
15
|
-
# Array of the roles of the user for this specific job.
|
|
15
|
+
# Array of the roles of the user for this specific job.
|
|
16
16
|
field :hiring_team_roles, Crystalline::Array.new(Models::Shared::InlineAssessmentOrderReceivedWebhookPayloadHiringTeamRole), { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('hiring_team_roles'), required: true } }
|
|
17
17
|
# The team member's identifier in the integrated system.
|
|
18
18
|
field :remote_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Kombo::Utils.field_name('remote_id'), required: true } }
|
|
@@ -98,9 +98,9 @@ module Kombo
|
|
|
98
98
|
@globals = globals.nil? ? {} : globals
|
|
99
99
|
@language = 'ruby'
|
|
100
100
|
@openapi_doc_version = '1.0.0'
|
|
101
|
-
@sdk_version = '1.0
|
|
101
|
+
@sdk_version = '1.1.0'
|
|
102
102
|
@gen_version = '2.801.2'
|
|
103
|
-
@user_agent = 'speakeasy-sdk/ruby 1.0
|
|
103
|
+
@user_agent = 'speakeasy-sdk/ruby 1.1.0 2.801.2 1.0.0 kombo'
|
|
104
104
|
end
|
|
105
105
|
|
|
106
106
|
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.0
|
|
4
|
+
version: 1.1.0
|
|
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-04-
|
|
11
|
+
date: 2026-04-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: base64
|