kombo 1.2.2 → 1.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/kombo/general.rb +1 -1
- 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: 95da4d0f37f3bff44f20a5eb6a79834abbf0078e8a0d69304f807fa30b6134a9
|
|
4
|
+
data.tar.gz: 2b307211dae3344a18d100403e0b73c5998a09984f98f89e33efa10118fe089a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e62f0f638c4da52612b1b1156c4afa516afc30d996b34660bdf137c94ae1a02a41580b559b725aafa02c0fccd6ddffab9dd5f8c0475c263e2bc7ab60851d5317
|
|
7
|
+
data.tar.gz: 53b8e38ba333ab7b71d79f6a34fc489215248011b6fe2c4d77df283501ee296aa4948a775a62da6e99767a127d58bd4d676e9eadc742182d58e788307f6d255d
|
data/lib/kombo/general.rb
CHANGED
|
@@ -364,7 +364,7 @@ module Kombo
|
|
|
364
364
|
# |Factorial|`factorial/api`|Factorial's [API](https://apidoc.factorialhr.com/). We automatically authenticate all requests and use `https://api.factorialhr.com/api` or `https://api.demo.factorial.dev/api` as the base URL, depending on the connected instance.|
|
|
365
365
|
# |Flatchr|`flatchr/api`|Flatchr's [API](https://developers.flatchr.io/docs/getting_started). We automatically authenticate all requests and use `https://api.flatchr.io` as the base URL.|
|
|
366
366
|
# |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
|
-
# |Fountain|`fountain/v2`|Fountain's [Hire API](https://developer.fountain.com/reference/get_v2-applicants). We automatically authenticate all requests
|
|
367
|
+
# |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
368
|
# |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
369
|
# |Gem|`gem/api`|Gem's [ATS API](https://api.gem.com/ats/v0/reference) We automatically authenticate all requests.|
|
|
370
370
|
# |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.|
|
|
@@ -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.
|
|
100
|
+
@sdk_version = '1.2.3'
|
|
101
101
|
@gen_version = '2.918.3'
|
|
102
|
-
@user_agent = 'speakeasy-sdk/ruby 1.2.
|
|
102
|
+
@user_agent = 'speakeasy-sdk/ruby 1.2.3 2.918.3 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.3
|
|
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-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: base64
|