gumnut-sdk 0.67.1 → 0.68.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.68.0 (2026-04-01)
4
+
5
+ Full Changelog: [v0.67.1...v0.68.0](https://github.com/gumnut-ai/photos-sdk-typescript/compare/v0.67.1...v0.68.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([22b0bdb](https://github.com/gumnut-ai/photos-sdk-typescript/commit/22b0bdb49d46f9a09299fb6edea26b2d56015443))
10
+
3
11
  ## 0.67.1 (2026-04-01)
4
12
 
5
13
  Full Changelog: [v0.67.0...v0.67.1](https://github.com/gumnut-ai/photos-sdk-typescript/compare/v0.67.0...v0.67.1)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gumnut-sdk",
3
- "version": "0.67.1",
3
+ "version": "0.68.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",
@@ -21,8 +21,8 @@ export declare class People extends APIResource {
21
21
  */
22
22
  list(query?: PersonListParams | null | undefined, options?: RequestOptions): PagePromise<PersonResponsesCursorPage, PersonResponse>;
23
23
  /**
24
- * Deletes a specific person. Associated faces will have their person_id set to the
25
- * closest matching person, or null if no one matches.
24
+ * Deletes a specific person. Orphaned faces will be re-clustered in the next
25
+ * clustering pass.
26
26
  */
27
27
  delete(personID: string, options?: RequestOptions): APIPromise<void>;
28
28
  }
@@ -21,8 +21,8 @@ export declare class People extends APIResource {
21
21
  */
22
22
  list(query?: PersonListParams | null | undefined, options?: RequestOptions): PagePromise<PersonResponsesCursorPage, PersonResponse>;
23
23
  /**
24
- * Deletes a specific person. Associated faces will have their person_id set to the
25
- * closest matching person, or null if no one matches.
24
+ * Deletes a specific person. Orphaned faces will be re-clustered in the next
25
+ * clustering pass.
26
26
  */
27
27
  delete(personID: string, options?: RequestOptions): APIPromise<void>;
28
28
  }
@@ -33,8 +33,8 @@ class People extends resource_1.APIResource {
33
33
  return this._client.getAPIList('/api/people', (pagination_1.CursorPage), { query, ...options });
34
34
  }
35
35
  /**
36
- * Deletes a specific person. Associated faces will have their person_id set to the
37
- * closest matching person, or null if no one matches.
36
+ * Deletes a specific person. Orphaned faces will be re-clustered in the next
37
+ * clustering pass.
38
38
  */
39
39
  delete(personID, options) {
40
40
  return this._client.delete((0, path_1.path) `/api/people/${personID}`, {
@@ -30,8 +30,8 @@ export class People extends APIResource {
30
30
  return this._client.getAPIList('/api/people', (CursorPage), { query, ...options });
31
31
  }
32
32
  /**
33
- * Deletes a specific person. Associated faces will have their person_id set to the
34
- * closest matching person, or null if no one matches.
33
+ * Deletes a specific person. Orphaned faces will be re-clustered in the next
34
+ * clustering pass.
35
35
  */
36
36
  delete(personID, options) {
37
37
  return this._client.delete(path `/api/people/${personID}`, {
@@ -41,8 +41,8 @@ export class People extends APIResource {
41
41
  }
42
42
 
43
43
  /**
44
- * Deletes a specific person. Associated faces will have their person_id set to the
45
- * closest matching person, or null if no one matches.
44
+ * Deletes a specific person. Orphaned faces will be re-clustered in the next
45
+ * clustering pass.
46
46
  */
47
47
  delete(personID: string, options?: RequestOptions): APIPromise<void> {
48
48
  return this._client.delete(path`/api/people/${personID}`, {
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.67.1'; // x-release-please-version
1
+ export const VERSION = '0.68.0'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.67.1";
1
+ export declare const VERSION = "0.68.0";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.67.1";
1
+ export declare const VERSION = "0.68.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.67.1'; // x-release-please-version
4
+ exports.VERSION = '0.68.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.67.1'; // x-release-please-version
1
+ export const VERSION = '0.68.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map