@kl1/contracts 1.2.94 → 1.2.95

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.
@@ -29,41 +29,6 @@ export declare const WidgetSchema: z.ZodObject<z.objectUtil.extendShape<{
29
29
  data: string[];
30
30
  }>;
31
31
  url: z.ZodString;
32
- upload: z.ZodNullable<z.ZodObject<z.objectUtil.extendShape<{
33
- id: z.ZodString;
34
- createdAt: z.ZodDate;
35
- updatedAt: z.ZodDate;
36
- deletedAt: z.ZodNullable<z.ZodDate>;
37
- }, {
38
- bucketName: z.ZodString;
39
- fileName: z.ZodString;
40
- fileSize: z.ZodNumber;
41
- fileKey: z.ZodString;
42
- fileUrl: z.ZodNullable<z.ZodString>;
43
- status: z.ZodNullable<z.ZodString>;
44
- }>, "strip", z.ZodTypeAny, {
45
- id: string;
46
- status: string | null;
47
- createdAt: Date;
48
- updatedAt: Date;
49
- deletedAt: Date | null;
50
- fileName: string;
51
- fileKey: string;
52
- bucketName: string;
53
- fileSize: number;
54
- fileUrl: string | null;
55
- }, {
56
- id: string;
57
- status: string | null;
58
- createdAt: Date;
59
- updatedAt: Date;
60
- deletedAt: Date | null;
61
- fileName: string;
62
- fileKey: string;
63
- bucketName: string;
64
- fileSize: number;
65
- fileUrl: string | null;
66
- }>>;
67
32
  type: z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"iframe">, z.ZodLiteral<"custom">]>>;
68
33
  headers: z.ZodNullable<z.ZodArray<z.ZodObject<{
69
34
  key: z.ZodString;
@@ -95,18 +60,6 @@ export declare const WidgetSchema: z.ZodObject<z.objectUtil.extendShape<{
95
60
  }[] | null;
96
61
  fileKey: string | null;
97
62
  fileUrl: string | null;
98
- upload: {
99
- id: string;
100
- status: string | null;
101
- createdAt: Date;
102
- updatedAt: Date;
103
- deletedAt: Date | null;
104
- fileName: string;
105
- fileKey: string;
106
- bucketName: string;
107
- fileSize: number;
108
- fileUrl: string | null;
109
- } | null;
110
63
  fields: {
111
64
  data: string[];
112
65
  };
@@ -127,18 +80,6 @@ export declare const WidgetSchema: z.ZodObject<z.objectUtil.extendShape<{
127
80
  }[] | null;
128
81
  fileKey: string | null;
129
82
  fileUrl: string | null;
130
- upload: {
131
- id: string;
132
- status: string | null;
133
- createdAt: Date;
134
- updatedAt: Date;
135
- deletedAt: Date | null;
136
- fileName: string;
137
- fileKey: string;
138
- bucketName: string;
139
- fileSize: number;
140
- fileUrl: string | null;
141
- } | null;
142
83
  fields: {
143
84
  data: string[];
144
85
  };
@@ -1 +1 @@
1
- {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/widget/schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAOpB,eAAO,MAAM,oBAAoB,kKAM/B,CAAC;AAEH,eAAO,MAAM,gBAAgB,8DAG3B,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;EAG7B,CAAC;AAEH,eAAO,MAAM,kBAAkB,yDAG7B,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYvB,CAAC"}
1
+ {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/widget/schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAMpB,eAAO,MAAM,oBAAoB,kKAM/B,CAAC;AAEH,eAAO,MAAM,gBAAgB,8DAG3B,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;EAG7B,CAAC;AAEH,eAAO,MAAM,kBAAkB,yDAG7B,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWvB,CAAC"}
package/dist/index.js CHANGED
@@ -7007,7 +7007,6 @@ var WidgetSchema = DefaultEntitySchema.extend({
7007
7007
  position: WidgetPositionSchema,
7008
7008
  fields: FieldsSchema,
7009
7009
  url: import_zod85.default.string(),
7010
- upload: UploadSchema.nullable(),
7011
7010
  type: WidgetTypeSchema.nullable(),
7012
7011
  headers: import_zod85.default.array(WidgetHeaderSchema).nullable(),
7013
7012
  method: WidgetMethodSchema.nullable(),