ugcinc 2.54.0 → 2.55.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.
Files changed (2) hide show
  1. package/dist/types.d.ts +3 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -896,6 +896,9 @@ export interface AutomationTemplate {
896
896
  description: string | null;
897
897
  workflow_definition: WorkflowDefinition;
898
898
  preview_output: string | null;
899
+ output_schema: Record<string, {
900
+ type: string;
901
+ }> | null;
899
902
  created_at: string;
900
903
  }
901
904
  export interface AutomationRun {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc",
3
- "version": "2.54.0",
3
+ "version": "2.55.0",
4
4
  "description": "TypeScript/JavaScript client for the UGC Inc API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",