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: be0d377729e6ee9b28d60ca08d6e8cde125a571744eac4047c4da1b7e7fd8df1
4
- data.tar.gz: c4b36bb98c536c79b451e1e515eaac98fd239b29ab453f25990bb4c59a8e1c3a
3
+ metadata.gz: 4defe3c053773c27ee458af92ad6da71832b22146f3891f7b7061c572b100d1e
4
+ data.tar.gz: cb7a596aefd51c8a3601f17b70a8a8b7dab962bde7d16371882625103cad7e04
5
5
  SHA512:
6
- metadata.gz: 94ef9e10cc90ef25900a639807a36993bf4d2c817d99c8eb07b81f4399dd53fecb581a509b4843d303fed107f77af6a921d3d6f7acaebb6340187d589726395c
7
- data.tar.gz: ffb12392acaea6657c0e13965b65f1aee2151c7e3cbdef9e92128ecd28270567b4d042f45ac500bef112317e6006def72e2bc951385cf1c6357223ba1060036b
6
+ metadata.gz: aa555ef9eb57548643d5c0b6d06c465ac4086811b4b35c895869e5ef0815679474126c6fcf5ef23a06cc00ce2a2abbfb19831746b2fe8b1fac500757adc28f6b
7
+ data.tar.gz: fccd73b6f5093b431c6cae8b607805b7be97c59f374c0e0a031eca3abc4f8447e1723041b1ce270560635da2cfebf66f45a113d098f0563141b6e83401a0b682
@@ -2746,6 +2746,8 @@ module OpenApiSDK
2746
2746
  # "availability_date": "2021-01-01",
2747
2747
  # "location": {
2748
2748
  # "city": "New York",
2749
+ # "zip_code": "10016",
2750
+ # "state": "NY",
2749
2751
  # "country": "US"
2750
2752
  # }
2751
2753
  # },
@@ -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.|
@@ -90,6 +90,7 @@ module OpenApiSDK
90
90
  HR4YOU = new('hr4you')
91
91
  CORNERSTONEONDEMAND = new('cornerstoneondemand')
92
92
  ZVOOVERECRUIT = new('zvooverecruit')
93
+ ODOO = new('odoo')
93
94
  COMEET = new('comeet')
94
95
  COMPLEET = new('compleet')
95
96
  COMPLEETPITCHER = new('compleetpitcher')
@@ -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.0'
102
- @gen_version = '2.801.0'
103
- @user_agent = 'speakeasy-sdk/ruby 1.0.0 2.801.0 1.0.0 kombo'
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.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-27 00:00:00.000000000 Z
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 Client SDK Generated by Kombo
229
+ description: The official Ruby SDK for the Kombo Unified API
230
230
  email:
231
231
  executables: []
232
232
  extensions: []