@supernova-studio/client 1.48.9 → 1.48.10

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.mts CHANGED
@@ -207026,7 +207026,6 @@ declare const DTOForgeChatMessageCreateInput: z.ZodObject<{
207026
207026
  }, {
207027
207027
  type: "FunctionCallOutput";
207028
207028
  }>]>>;
207029
- opikTraceId: z.ZodOptional<z.ZodString>;
207030
207029
  }, "strip", z.ZodTypeAny, {
207031
207030
  payload: string;
207032
207031
  sender?: {
@@ -207042,7 +207041,6 @@ declare const DTOForgeChatMessageCreateInput: z.ZodObject<{
207042
207041
  } | {
207043
207042
  type: "FunctionCallOutput";
207044
207043
  } | undefined;
207045
- opikTraceId?: string | undefined;
207046
207044
  }, {
207047
207045
  payload: string;
207048
207046
  sender?: {
@@ -207058,7 +207056,6 @@ declare const DTOForgeChatMessageCreateInput: z.ZodObject<{
207058
207056
  } | {
207059
207057
  type: "FunctionCallOutput";
207060
207058
  } | undefined;
207061
- opikTraceId?: string | undefined;
207062
207059
  }>;
207063
207060
  type DTOForgeChatMessageCreateInput = z.infer<typeof DTOForgeChatMessageCreateInput>;
207064
207061
  /**
package/dist/index.d.ts CHANGED
@@ -207026,7 +207026,6 @@ declare const DTOForgeChatMessageCreateInput: z.ZodObject<{
207026
207026
  }, {
207027
207027
  type: "FunctionCallOutput";
207028
207028
  }>]>>;
207029
- opikTraceId: z.ZodOptional<z.ZodString>;
207030
207029
  }, "strip", z.ZodTypeAny, {
207031
207030
  payload: string;
207032
207031
  sender?: {
@@ -207042,7 +207041,6 @@ declare const DTOForgeChatMessageCreateInput: z.ZodObject<{
207042
207041
  } | {
207043
207042
  type: "FunctionCallOutput";
207044
207043
  } | undefined;
207045
- opikTraceId?: string | undefined;
207046
207044
  }, {
207047
207045
  payload: string;
207048
207046
  sender?: {
@@ -207058,7 +207056,6 @@ declare const DTOForgeChatMessageCreateInput: z.ZodObject<{
207058
207056
  } | {
207059
207057
  type: "FunctionCallOutput";
207060
207058
  } | undefined;
207061
- opikTraceId?: string | undefined;
207062
207059
  }>;
207063
207060
  type DTOForgeChatMessageCreateInput = z.infer<typeof DTOForgeChatMessageCreateInput>;
207064
207061
  /**
package/dist/index.js CHANGED
@@ -10712,8 +10712,7 @@ var DTOForgeChatThreadListResponse = _zod.z.object({
10712
10712
  });
10713
10713
  var DTOForgeChatMessageCreateInput = _zod.z.object({
10714
10714
  payload: _zod.z.string(),
10715
- sender: DTOForgeChatMessageSender.optional(),
10716
- opikTraceId: _zod.z.string().optional()
10715
+ sender: DTOForgeChatMessageSender.optional()
10717
10716
  });
10718
10717
  var DTOForgeChatMessageCreateResponse = _zod.z.object({
10719
10718
  message: DTOForgeChatMessage