kombo 1.0.0 → 1.0.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4defe3c053773c27ee458af92ad6da71832b22146f3891f7b7061c572b100d1e
|
|
4
|
+
data.tar.gz: cb7a596aefd51c8a3601f17b70a8a8b7dab962bde7d16371882625103cad7e04
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aa555ef9eb57548643d5c0b6d06c465ac4086811b4b35c895869e5ef0815679474126c6fcf5ef23a06cc00ce2a2abbfb19831746b2fe8b1fac500757adc28f6b
|
|
7
|
+
data.tar.gz: fccd73b6f5093b431c6cae8b607805b7be97c59f374c0e0a031eca3abc4f8447e1723041b1ce270560635da2cfebf66f45a113d098f0563141b6e83401a0b682
|
data/lib/open_api_sdk/ats.rb
CHANGED
data/lib/open_api_sdk/general.rb
CHANGED
|
@@ -388,6 +388,7 @@ module OpenApiSDK
|
|
|
388
388
|
# |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.|
|
|
389
389
|
# |Mysolution|`mysolution/default`|[Mysolution's API](https://swagger.mysolution.nl/). We automatically authenticate all requests and use the customer's domain as base URL.|
|
|
390
390
|
# |Nmbrs|`nmbrs/soap`|[Nmbrs SOAP API](https://api.nmbrs.nl/soap/v3/). We automatically authenticate all requests and use `https://api.nmbrs.nl/soap/v3/` as the base URL. Set `data` to your raw XML string (the content that will be placed inside the `\<soap:Body\>` tag). Use `/` as your `path`, as we will always send requests to `https://api.nmbrs.nl/soap/v3/\{service_name\}.asmx`. Set your `method` to `POST`. You need to specify the `api_options` object and set `service_name` to the name of the service you want to call. Available services include `EmployeeService` and `CompanyService`.|
|
|
391
|
+
# |Odoo|`odoo/json2`|Odoo's [JSON-2 API](https://www.odoo.com/documentation/19.0/developer/reference/external_api.html). We automatically authenticate all requests and use `https://\{domain\}.odoo.com/json/2` as the base URL. Odoo JSON-2 requests are always `POST` requests and use paths like `/\{model\}/\{method\}` (e.g. `/res.partner/search_read`).|
|
|
391
392
|
# |Okta|`okta/v1`|[Okta's API](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/ApiServiceIntegrations/). We automatically authenticate all request ans use 'https://\<your-okta-domain\>/api/v1' as the base URL.|
|
|
392
393
|
# |Onlyfy|`onlyfy/v1`|Onlyfy's [Public v1 REST API](https://onlyfy.io/doc/v1#section/Introduction). We automatically authenticate all requests using the `apikey` header and use `https://api.prescreenapp.io/v1` as the base URL.|
|
|
393
394
|
# |Oracle HCM|`oraclehcm/api`|Oracle HCM Cloud [REST API](https://docs.oracle.com/en/cloud/saas/human-resources/24d/farws/index.html). We automatically authenticate all requests and use `https://\{domain\}/` as the base URL, where domain is your Oracle Cloud domain.|
|
|
@@ -98,9 +98,9 @@ module OpenApiSDK
|
|
|
98
98
|
@globals = globals.nil? ? {} : globals
|
|
99
99
|
@language = 'ruby'
|
|
100
100
|
@openapi_doc_version = '1.0.0'
|
|
101
|
-
@sdk_version = '1.0.
|
|
102
|
-
@gen_version = '2.801.
|
|
103
|
-
@user_agent = 'speakeasy-sdk/ruby 1.0.
|
|
101
|
+
@sdk_version = '1.0.1'
|
|
102
|
+
@gen_version = '2.801.2'
|
|
103
|
+
@user_agent = 'speakeasy-sdk/ruby 1.0.1 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.0.1
|
|
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-01-
|
|
11
|
+
date: 2026-01-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: base64
|
|
@@ -226,7 +226,7 @@ dependencies:
|
|
|
226
226
|
- - "~>"
|
|
227
227
|
- !ruby/object:Gem::Version
|
|
228
228
|
version: 0.2.0
|
|
229
|
-
description: Ruby
|
|
229
|
+
description: The official Ruby SDK for the Kombo Unified API
|
|
230
230
|
email:
|
|
231
231
|
executables: []
|
|
232
232
|
extensions: []
|