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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.2"
".": "1.2.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.3](https://github.com/gumlet/nodejs-sdk/compare/v1.2.2...v1.2.3) (2026-09-07)


### Chores

* **api:** update generated SDK content ([6998b56](https://github.com/gumlet/nodejs-sdk/commit/6998b5676e5f5a35ffc1ced4624c4ac2942c07d9))

## [1.2.2](https://github.com/gumlet/nodejs-sdk/compare/v1.2.1...v1.2.2) (2026-09-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gumlet/nodejs-sdk",
"version": "1.2.2",
"version": "1.2.3",
"description": "Gumlet helps developers deliver online video and images. This API encompasses Gumlet Video, Image and Video Analytics functionality to help you build your products better and faster than ever before.",
"author": "Gumlet",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions src/resources/video-workspaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1252,9 +1252,9 @@ export namespace VideoWorkspaceRetrieveResponse {
*/
whitelisted_countries?: string;
/**
* Signed URL for the workspace.
* Boolean value indicating whether signed URL is enabled.
*/
signed_url?: string;
signed_url?: boolean;
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// File generated from our OpenAPI spec by Scalar. See README.md for details.

export const VERSION = '1.2.2'; // x-release-please-version
export const VERSION = '1.2.3'; // x-release-please-version
Loading