gumnut-sdk 0.115.0 → 0.116.0

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.116.0 (2026-06-10)
4
+
5
+ Full Changelog: [v0.115.0...v0.116.0](https://github.com/gumnut-ai/photos-sdk-typescript/compare/v0.115.0...v0.116.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([ebd2da2](https://github.com/gumnut-ai/photos-sdk-typescript/commit/ebd2da22fa027f25fce3e4b7b35af16a9ffb234c))
10
+
3
11
  ## 0.115.0 (2026-06-10)
4
12
 
5
13
  Full Changelog: [v0.114.0...v0.115.0](https://github.com/gumnut-ai/photos-sdk-typescript/compare/v0.114.0...v0.115.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gumnut-sdk",
3
- "version": "0.115.0",
3
+ "version": "0.116.0",
4
4
  "description": "The official TypeScript library for the Gumnut API",
5
5
  "author": "Gumnut <tedmao@gmail.com>",
6
6
  "types": "./index.d.ts",
@@ -224,9 +224,9 @@ export interface AssetResponse {
224
224
  */
225
225
  updated_at: string;
226
226
  /**
227
- * Named asset variants. Images: 'original', 'thumbnail', 'preview', 'fullsize'.
228
- * Videos: 'original' always, plus 'thumbnail_image', 'preview_image',
229
- * 'fullsize_image' once a still has been extracted.
227
+ * Named asset variants. Images: 'original', 'thumbnail', 'small', 'preview',
228
+ * 'fullsize'. Videos: 'original' always, plus 'thumbnail_image', 'small_image',
229
+ * 'preview_image', 'fullsize_image' once a still has been extracted.
230
230
  */
231
231
  asset_urls?: {
232
232
  [key: string]: Shared.AssetVariant;
@@ -224,9 +224,9 @@ export interface AssetResponse {
224
224
  */
225
225
  updated_at: string;
226
226
  /**
227
- * Named asset variants. Images: 'original', 'thumbnail', 'preview', 'fullsize'.
228
- * Videos: 'original' always, plus 'thumbnail_image', 'preview_image',
229
- * 'fullsize_image' once a still has been extracted.
227
+ * Named asset variants. Images: 'original', 'thumbnail', 'small', 'preview',
228
+ * 'fullsize'. Videos: 'original' always, plus 'thumbnail_image', 'small_image',
229
+ * 'preview_image', 'fullsize_image' once a still has been extracted.
230
230
  */
231
231
  asset_urls?: {
232
232
  [key: string]: Shared.AssetVariant;
@@ -310,9 +310,9 @@ export interface AssetResponse {
310
310
  updated_at: string;
311
311
 
312
312
  /**
313
- * Named asset variants. Images: 'original', 'thumbnail', 'preview', 'fullsize'.
314
- * Videos: 'original' always, plus 'thumbnail_image', 'preview_image',
315
- * 'fullsize_image' once a still has been extracted.
313
+ * Named asset variants. Images: 'original', 'thumbnail', 'small', 'preview',
314
+ * 'fullsize'. Videos: 'original' always, plus 'thumbnail_image', 'small_image',
315
+ * 'preview_image', 'fullsize_image' once a still has been extracted.
316
316
  */
317
317
  asset_urls?: { [key: string]: Shared.AssetVariant } | null;
318
318
 
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.115.0'; // x-release-please-version
1
+ export const VERSION = '0.116.0'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.115.0";
1
+ export declare const VERSION = "0.116.0";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.115.0";
1
+ export declare const VERSION = "0.116.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '0.115.0'; // x-release-please-version
4
+ exports.VERSION = '0.116.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.115.0'; // x-release-please-version
1
+ export const VERSION = '0.116.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map