@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.
- package/dist/types.d.ts +14 -12
- 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:
|
|
22422
|
-
*
|
|
22423
|
-
* RedactionProvider mirror the
|
|
22424
|
-
*
|
|
22425
|
-
*
|
|
22426
|
-
*
|
|
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:
|
|
23599
|
-
*
|
|
23600
|
-
* RedactionProvider mirror the
|
|
23601
|
-
*
|
|
23602
|
-
*
|
|
23603
|
-
*
|
|
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;
|