@uug-ai/models 1.4.53 → 1.4.54

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +14 -12
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -20929,6 +20929,8 @@ export interface components {
20929
20929
  analysisId?: string;
20930
20930
  fileName?: string;
20931
20931
  organisationId?: string;
20932
+ redactionFile?: string;
20933
+ redactionProvider?: string;
20932
20934
  status?: components["schemas"]["models.FaceRedactionStatus"];
20933
20935
  statusError?: string;
20934
20936
  };
@@ -22418,12 +22420,12 @@ export interface components {
22418
22420
  key?: string;
22419
22421
  provider?: string;
22420
22422
  /**
22421
- * @description Redaction variant: when present, the API has discovered a redacted
22422
- * version of this media in the media collection. RedactionFile /
22423
- * RedactionProvider mirror the corresponding fields on the Media doc,
22424
- * and RedactionUrl carries the signed URL for client playback. These
22425
- * are populated by the API at fetch time and are not persisted on the
22426
- * task document.
22423
+ * @description Redaction variant: persisted onto the task document by
22424
+ * hub-pipeline-analysis when the corresponding redaction job completes.
22425
+ * RedactionFile / RedactionProvider mirror the matching fields on the
22426
+ * Media doc so downstream consumers (export, frontend) can resolve the
22427
+ * redacted artefact without a join. RedactionUrl is signed by the API at
22428
+ * fetch time and is therefore not persisted.
22427
22429
  */
22428
22430
  redaction_file?: string;
22429
22431
  redaction_provider?: string;
@@ -23595,12 +23597,12 @@ export interface components {
23595
23597
  key?: string;
23596
23598
  provider?: string;
23597
23599
  /**
23598
- * @description Redaction variant: when present, the API has discovered a redacted
23599
- * version of this media in the media collection. RedactionFile /
23600
- * RedactionProvider mirror the corresponding fields on the Media doc,
23601
- * and RedactionUrl carries the signed URL for client playback. These
23602
- * are populated by the API at fetch time and are not persisted on the
23603
- * task document.
23600
+ * @description Redaction variant: persisted onto the task document by
23601
+ * hub-pipeline-analysis when the corresponding redaction job completes.
23602
+ * RedactionFile / RedactionProvider mirror the matching fields on the
23603
+ * Media doc so downstream consumers (export, frontend) can resolve the
23604
+ * redacted artefact without a join. RedactionUrl is signed by the API at
23605
+ * fetch time and is therefore not persisted.
23604
23606
  */
23605
23607
  redaction_file?: string;
23606
23608
  redaction_provider?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uug-ai/models",
3
- "version": "1.4.53",
3
+ "version": "1.4.54",
4
4
  "description": "TypeScript type definitions for Go models",
5
5
  "main": "dist/types.js",
6
6
  "types": "dist/types.d.ts",