Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
188 changes: 138 additions & 50 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ generation:
generateNewTests: true
skipResponseBodyAssertions: false
typescript:
version: 1.3.4
version: 1.3.5
acceptHeaderEnum: true
additionalDependencies:
dependencies: {}
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
speakeasyVersion: 1.791.0
speakeasyVersion: 1.793.0
sources:
kombo-prepared-spec:
sourceNamespace: kombo-api
sourceRevisionDigest: sha256:eb1dc10690894387b28e95abdbb6fdabbf0487732d768fe517c531e939067667
sourceBlobDigest: sha256:2a0870c417dba29d8989de5f0d60dc06dbd6418cd4f0da47c0a4491177d6aa3e
sourceRevisionDigest: sha256:854a327f8aec7e3c1aeab9f10147af163706b08cbf4a7d83371d69890d66e765
sourceBlobDigest: sha256:a19ef6296c8b75862f7d553e501cbdac2c0bd98f3002ed81962384dbafd0cd25
tags:
- latest
- 1.0.0
targets:
kombo-typescript:
source: kombo-prepared-spec
sourceNamespace: kombo-api
sourceRevisionDigest: sha256:eb1dc10690894387b28e95abdbb6fdabbf0487732d768fe517c531e939067667
sourceBlobDigest: sha256:2a0870c417dba29d8989de5f0d60dc06dbd6418cd4f0da47c0a4491177d6aa3e
sourceRevisionDigest: sha256:854a327f8aec7e3c1aeab9f10147af163706b08cbf4a7d83371d69890d66e765
sourceBlobDigest: sha256:a19ef6296c8b75862f7d553e501cbdac2c0bd98f3002ed81962384dbafd0cd25
codeSamplesNamespace: kombo-api-typescript-code-samples
codeSamplesRevisionDigest: sha256:357ec3c4001f18c22390c624fc9b086d1a483b3fc69e93f01256782bfd98f9f0
codeSamplesRevisionDigest: sha256:ebfcbd6b9cff04c72494095b6d9d2ef1b29666fd3cdce28e97fb1c860466f5cd
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ const kombo = new Kombo({
* [getOffers](docs/sdks/ats/README.md#getoffers) - Get offers
* [getRejectionReasons](docs/sdks/ats/README.md#getrejectionreasons) - Get rejection reasons
* [getInterviews](docs/sdks/ats/README.md#getinterviews) - Get interviews
* [getAtsNotes](docs/sdks/ats/README.md#getatsnotes) - Get notes
* [importTrackedApplication](docs/sdks/ats/README.md#importtrackedapplication) - Import tracked application

### [Connect](docs/sdks/connect/README.md)
Expand Down Expand Up @@ -314,9 +315,9 @@ run();


**Inherit from [`KomboError`](./src/models/errors/komboerror.ts)**:
* [`KomboAtsError`](./src/models/errors/komboatserror.ts): The standard error response with the error codes for the ATS use case. Applicable to 28 of 61 methods.*
* [`KomboHrisError`](./src/models/errors/kombohriserror.ts): The standard error response with the error codes for the HRIS use case. Applicable to 18 of 61 methods.*
* [`KomboGeneralError`](./src/models/errors/kombogeneralerror.ts): The standard error response with just the platform error codes. Applicable to 15 of 61 methods.*
* [`KomboAtsError`](./src/models/errors/komboatserror.ts): The standard error response with the error codes for the ATS use case. Applicable to 29 of 62 methods.*
* [`KomboHrisError`](./src/models/errors/kombohriserror.ts): The standard error response with the error codes for the HRIS use case. Applicable to 18 of 62 methods.*
* [`KomboGeneralError`](./src/models/errors/kombogeneralerror.ts): The standard error response with just the platform error codes. Applicable to 15 of 62 methods.*
* [`ResponseValidationError`](./src/models/errors/responsevalidationerror.ts): Type mismatch between the data returned from the server and the structure expected by the SDK. See `error.rawValue` for the raw value and `error.pretty()` for a nicely formatted multi-line string.

</details>
Expand Down Expand Up @@ -417,6 +418,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
- [`atsGetApplicationAttachments`](docs/sdks/ats/README.md#getapplicationattachments) - Get application attachments
- [`atsGetApplications`](docs/sdks/ats/README.md#getapplications) - Get applications
- [`atsGetApplicationStages`](docs/sdks/ats/README.md#getapplicationstages) - Get application stages
- [`atsGetAtsNotes`](docs/sdks/ats/README.md#getatsnotes) - Get notes
- [`atsGetCandidateAttachments`](docs/sdks/ats/README.md#getcandidateattachments) - Get candidate attachments
- [`atsGetCandidates`](docs/sdks/ats/README.md#getcandidates) - Get candidates
- [`atsGetInterviews`](docs/sdks/ats/README.md#getinterviews) - Get interviews
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,4 +288,14 @@ Based on:
### Generated
- [typescript v1.3.4] .
### Releases
- [NPM v1.3.4] https://www.npmjs.com/package/@kombo-api/sdk/v/1.3.4 - .
- [NPM v1.3.4] https://www.npmjs.com/package/@kombo-api/sdk/v/1.3.4 - .

## 2026-08-11 00:07:10
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.793.0 (2.928.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v1.3.5] .
### Releases
- [NPM v1.3.5] https://www.npmjs.com/package/@kombo-api/sdk/v/1.3.5 - .
25 changes: 25 additions & 0 deletions docs/models/author.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Author

## Example Usage

```typescript
import { Author } from "@kombo-api/sdk/models";

let value: Author = {
id: "26vafvWSRmbhNcxJYqjCzuJg",
remote_id: "32",
first_name: "John",
last_name: "Doe",
email: "john.doe@kombo.dev",
};
```

## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `id` | *string* | :heavy_check_mark: | The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing. |
| `remote_id` | *string* | :heavy_check_mark: | The raw ID of the object in the remote system. We don't recommend using this as a primary key on your side as it might sometimes be compromised of multiple identifiers if a system doesn't provide a clear primary key. |
| `first_name` | *string* | :heavy_check_mark: | First name of the user. |
| `last_name` | *string* | :heavy_check_mark: | Last name of the user. |
| `email` | *string* | :heavy_minus_sign: | Email of the user. If the email address is invalid, it will be set to null. |
2 changes: 1 addition & 1 deletion docs/models/changedmodel.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A model or connection that has changed in the integration.
import { ChangedModel } from "@kombo-api/sdk/models";

let value: ChangedModel = {
name: "hris_skill_proficiency_scales",
name: "hris_skills",
};
```

Expand Down
Loading
Loading