Skip to content
Open
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.9.0"
".": "0.10.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 10
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/warp-rankincodes%2Fwarp-hr-768d9cb8d8d93ecd9abf7443984db21c36b725e23f5b53df41851f52bdb24741.yml
openapi_spec_hash: 5f67e524d15542024c7628a1f635e252
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/warp-rankincodes%2Fwarp-hr-1819a9d9a1b7738c084cca6407b9509feea8fbf36cd104cd2e28d5b2e23580ac.yml
openapi_spec_hash: b2473d8da7eda70f11e6e235c0376d13
config_hash: 9fe2702d55ab0eabc1e30dc90ec64de4
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.10.0 (2026-03-10)

Full Changelog: [v0.9.0...v0.10.0](https://github.com/TeamWarp/warp-sdk-typescript/compare/v0.9.0...v0.10.0)

### Features

* **api:** api update ([0789362](https://github.com/TeamWarp/warp-sdk-typescript/commit/078936253cfe0ba950cf71b9480ffc61aa644f78))


### Chores

* **internal:** update dependencies to address dependabot vulnerabilities ([200d12e](https://github.com/TeamWarp/warp-sdk-typescript/commit/200d12e6a0f6593475576b88ff1bede12660dd51))

## 0.9.0 (2026-03-09)

Full Changelog: [v0.8.0...v0.9.0](https://github.com/TeamWarp/warp-sdk-typescript/compare/v0.8.0...v0.9.0)
Expand Down
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "warp-hr",
"version": "0.9.0",
"version": "0.10.0",
"description": "The official TypeScript library for the Warp Hr API",
"author": "Warp Hr <adam@joinwarp.com>",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -50,6 +50,17 @@
"typescript": "5.8.3",
"typescript-eslint": "8.31.1"
},
"overrides": {
"minimatch": "^9.0.5"
},
"pnpm": {
"overrides": {
"minimatch": "^9.0.5"
}
},
"resolutions": {
"minimatch": "^9.0.5"
},
"exports": {
".": {
"import": "./dist/index.mjs",
Expand Down
45 changes: 10 additions & 35 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/resources/departments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export type DepartmentListResponsesCursorPage = CursorPage<DepartmentListRespons

export interface DepartmentCreateResponse {
/**
* The tag of the department
* The unique public id of the department
*/
id: string;

Expand All @@ -60,7 +60,7 @@ export interface DepartmentCreateResponse {

export interface DepartmentUpdateResponse {
/**
* The tag of the department
* The unique public id of the department
*/
id: string;

Expand All @@ -74,7 +74,7 @@ export interface DepartmentUpdateResponse {

export interface DepartmentListResponse {
/**
* The tag of the department
* The unique public id of the department
*/
id: string;

Expand Down
4 changes: 2 additions & 2 deletions src/resources/workers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export namespace WorkerRetrieveResponse {
*/
export interface Department {
/**
* The tag of the department
* The unique public id of the department
*/
id: string;

Expand Down Expand Up @@ -168,7 +168,7 @@ export namespace WorkerListResponse {
*/
export interface Department {
/**
* The tag of the department
* The unique public id of the department
*/
id: string;

Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.9.0'; // x-release-please-version
export const VERSION = '0.10.0'; // x-release-please-version