kombo 1.2.4 → 1.2.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2004cd7b6f9e4a284fa4a7e57f78f9a8bffac16f70004b3e4f88cf861bb63f79
4
- data.tar.gz: 5465cb1236bff292f1a70bd29348ebde44854a4fd17b7cde5a82cce4c7a8511d
3
+ metadata.gz: 5b66ea4d1c7caea85ab0b8c48dbceda178426c3c79a46778037a480f69bf94b3
4
+ data.tar.gz: 0a8b6be3406f62b9e71b91faf6a7dace8f1205f3ed66c640ddfdca573e6c141d
5
5
  SHA512:
6
- metadata.gz: 74c63217b9603c3b380672fa772f7a5bf68abcb8b0071c0123dc443d73f1304e071c9979454624c0f4017703a515813d844e28aba8cfca7434f16dcd9dce53ef
7
- data.tar.gz: 7c3429ebe09f34f050b5359aef77cf88ece756fdecfbbcfda8c50f93618e5d7634500a30b30ad68659403e249705fe54dbf359b22cccbf1ca0ddec166546c107
6
+ metadata.gz: '07810e0d4021b1370703431c505e91f2f82515ed38846f0bae8e34ac246cbd779c3806d79c1f36ed73793b8f16a6237e1a3a8b14ad2bebf7dcf64c943ade7ae8'
7
+ data.tar.gz: e92edfb0d9f1707d8509d1d91da8e9edd8cd77472cabe10b7dedfc90c25860b124971d5661f173b5df869f05b38cd2d34689246be7d83089cb5d0610e622e9b0
data/lib/kombo/general.rb CHANGED
@@ -460,7 +460,7 @@ module Kombo
460
460
  # |Planday|`planday/api`|Planday's [HR API v1.0](https://openapi.planday.com/api/hr?version=v1.0). We automatically authenticate all requests and use `https://openapi.planday.com` as the base URL.|
461
461
  # |Recruit CRM|`recruitcrm/api`|We use `https://api.recruitcrm.io` as the base URL. Find the official docs [here](https://docs.recruitcrm.io/docs/rcrm-api-reference/ZG9jOjMyNzk0NA-getting-started).|
462
462
  # |RecruiterFlow|`recruiterflow/v1`|RecruiterFlow API [docs](https://docs.recruiterflow.com/). We automatically authenticate all requests using the RF-Api-Key header and use `https://api.recruiterflow.com` as the base URL.|
463
- # |Remote|`remotecom/default`|Remote's [API](https://remote.com/resources/api/getting-started). We automatically authenticate all requests using provided credentials.|
463
+ # |Remote|`remotecom/default`|Remote's [API](https://remote.com/resources/api/getting-started). We automatically authenticate all requests using provided credentials. The base URL is `https://gateway.remote.com/v1` for production API keys (prefixed `ra_live_`), or `https://gateway.remote-sandbox.com/v1` for sandbox API keys.|
464
464
  # |rexx systems|`rexx/default`|Rexx's HRIS export API. There is only one endpoint: `Get /`|
465
465
  # |Rippling|`rippling/api`|Rippling's [API](https://developer.rippling.com/documentation). We automatically authenticate all requests and use `https://api.rippling.com/platform/api` or`https://rest.ripplingapis.com` as the base URL.|
466
466
  # |Sage HR|`sagehr/api`|Sage HR's [API](https://developer.sage.com/hr/reference/api-ref). We automatically authenticate all requests and use `https://\{subdomain\}.sage.hr/api` as the base URL.|
@@ -29,6 +29,7 @@ module Kombo
29
29
  TALENTSOFT = new('talentsoft')
30
30
  TALENTSOFTCUSTOMER = new('talentsoftcustomer')
31
31
  CONCLUDIS = new('concludis')
32
+ PERBILITYHELIX = new('perbilityhelix')
32
33
  TALENTION = new('talention')
33
34
  PILOGA = new('piloga')
34
35
  ONLYFY = new('onlyfy')
@@ -185,7 +186,6 @@ module Kombo
185
186
  OYSTERHR = new('oysterhr')
186
187
  KIWIHR = new('kiwihr')
187
188
  SQUARE = new('square')
188
- PERBILITYHELIX = new('perbilityhelix')
189
189
  LEAPSOME = new('leapsome')
190
190
  LOKET = new('loket')
191
191
  WORKFORCECOM = new('workforcecom')
@@ -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.4'
101
- @gen_version = '2.918.4'
102
- @user_agent = 'speakeasy-sdk/ruby 1.2.4 2.918.4 1.0.0 kombo'
100
+ @sdk_version = '1.2.5'
101
+ @gen_version = '2.924.0'
102
+ @user_agent = 'speakeasy-sdk/ruby 1.2.5 2.924.0 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
4
+ version: 1.2.5
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-22 00:00:00.000000000 Z
11
+ date: 2026-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: base64