@rendobar/sdk 2.1.1 → 2.1.2

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/index.d.cts CHANGED
@@ -2116,7 +2116,6 @@ declare const jobResponseSchema: ZodObject<{
2116
2116
  status: ZodString;
2117
2117
  inputs: ZodRecord<ZodString, ZodUnknown>;
2118
2118
  params: ZodRecord<ZodString, ZodUnknown>;
2119
- outputRef: ZodNullable<ZodString>;
2120
2119
  outputUrl: ZodNullable<ZodString>;
2121
2120
  posterUrl: ZodNullable<ZodString>;
2122
2121
  outputMeta: ZodNullable<ZodRecord<ZodString, ZodUnknown>>;
@@ -2145,8 +2144,6 @@ declare const jobResponseSchema: ZodObject<{
2145
2144
  outputCategory: ZodString;
2146
2145
  mediaType: ZodNullable<ZodString>;
2147
2146
  logsAvailable: ZodBoolean;
2148
- providerType: ZodNullable<ZodString>;
2149
- providerRunId: ZodNullable<ZodString>;
2150
2147
  settledAt: ZodNullable<ZodNumber>;
2151
2148
  }, $strip>;
2152
2149
  declare const jobCreatedResponseSchema: ZodObject<{
@@ -2329,7 +2326,6 @@ declare const orgEventSchema: ZodDiscriminatedUnion<[ZodObject<{
2329
2326
  }, $strip>, ZodObject<{
2330
2327
  type: ZodLiteral<"job.result">;
2331
2328
  jobId: ZodString;
2332
- outputRef: ZodString;
2333
2329
  outputMeta: ZodOptional<ZodRecord<ZodString, ZodUnknown>>;
2334
2330
  }, $strip>, ZodObject<{
2335
2331
  type: ZodLiteral<"balance.updated">;
package/dist/index.d.mts CHANGED
@@ -2116,7 +2116,6 @@ declare const jobResponseSchema: ZodObject<{
2116
2116
  status: ZodString;
2117
2117
  inputs: ZodRecord<ZodString, ZodUnknown>;
2118
2118
  params: ZodRecord<ZodString, ZodUnknown>;
2119
- outputRef: ZodNullable<ZodString>;
2120
2119
  outputUrl: ZodNullable<ZodString>;
2121
2120
  posterUrl: ZodNullable<ZodString>;
2122
2121
  outputMeta: ZodNullable<ZodRecord<ZodString, ZodUnknown>>;
@@ -2145,8 +2144,6 @@ declare const jobResponseSchema: ZodObject<{
2145
2144
  outputCategory: ZodString;
2146
2145
  mediaType: ZodNullable<ZodString>;
2147
2146
  logsAvailable: ZodBoolean;
2148
- providerType: ZodNullable<ZodString>;
2149
- providerRunId: ZodNullable<ZodString>;
2150
2147
  settledAt: ZodNullable<ZodNumber>;
2151
2148
  }, $strip>;
2152
2149
  declare const jobCreatedResponseSchema: ZodObject<{
@@ -2329,7 +2326,6 @@ declare const orgEventSchema: ZodDiscriminatedUnion<[ZodObject<{
2329
2326
  }, $strip>, ZodObject<{
2330
2327
  type: ZodLiteral<"job.result">;
2331
2328
  jobId: ZodString;
2332
- outputRef: ZodString;
2333
2329
  outputMeta: ZodOptional<ZodRecord<ZodString, ZodUnknown>>;
2334
2330
  }, $strip>, ZodObject<{
2335
2331
  type: ZodLiteral<"balance.updated">;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rendobar/sdk",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "type": "module",
5
5
  "description": "TypeScript client for the Rendobar media processing API",
6
6
  "main": "./dist/index.cjs",