@uniformdev/webhooks 19.103.0 → 19.106.1

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
@@ -5,6 +5,7 @@ declare const CompositionPayloadSchema: z.ZodObject<{
5
5
  slug: z.ZodOptional<z.ZodString>;
6
6
  state: z.ZodNumber;
7
7
  name: z.ZodString;
8
+ type: z.ZodString;
8
9
  project: z.ZodObject<{
9
10
  id: z.ZodString;
10
11
  url: z.ZodString;
@@ -22,6 +23,7 @@ declare const CompositionPayloadSchema: z.ZodObject<{
22
23
  id: string;
23
24
  state: number;
24
25
  name: string;
26
+ type: string;
25
27
  project: {
26
28
  id: string;
27
29
  url: string;
@@ -34,6 +36,7 @@ declare const CompositionPayloadSchema: z.ZodObject<{
34
36
  id: string;
35
37
  state: number;
36
38
  name: string;
39
+ type: string;
37
40
  project: {
38
41
  id: string;
39
42
  url: string;
@@ -63,6 +66,7 @@ declare const CompositionChangedDefinition: Definition<z.ZodObject<{
63
66
  slug: z.ZodOptional<z.ZodString>;
64
67
  state: z.ZodNumber;
65
68
  name: z.ZodString;
69
+ type: z.ZodString;
66
70
  project: z.ZodObject<{
67
71
  id: z.ZodString;
68
72
  url: z.ZodString;
@@ -80,6 +84,7 @@ declare const CompositionChangedDefinition: Definition<z.ZodObject<{
80
84
  id: string;
81
85
  state: number;
82
86
  name: string;
87
+ type: string;
83
88
  project: {
84
89
  id: string;
85
90
  url: string;
@@ -92,6 +97,7 @@ declare const CompositionChangedDefinition: Definition<z.ZodObject<{
92
97
  id: string;
93
98
  state: number;
94
99
  name: string;
100
+ type: string;
95
101
  project: {
96
102
  id: string;
97
103
  url: string;
@@ -108,6 +114,7 @@ declare const CompositionDeletedDefinition: Definition<z.ZodObject<{
108
114
  id: z.ZodString;
109
115
  state: z.ZodOptional<z.ZodNumber>;
110
116
  name: z.ZodString;
117
+ type: z.ZodString;
111
118
  slug: z.ZodOptional<z.ZodString>;
112
119
  project: z.ZodObject<{
113
120
  id: z.ZodString;
@@ -122,6 +129,7 @@ declare const CompositionDeletedDefinition: Definition<z.ZodObject<{
122
129
  }, "strip", z.ZodTypeAny, {
123
130
  id: string;
124
131
  name: string;
132
+ type: string;
125
133
  project: {
126
134
  id: string;
127
135
  url: string;
@@ -131,6 +139,7 @@ declare const CompositionDeletedDefinition: Definition<z.ZodObject<{
131
139
  }, {
132
140
  id: string;
133
141
  name: string;
142
+ type: string;
134
143
  project: {
135
144
  id: string;
136
145
  url: string;
@@ -146,6 +155,7 @@ declare const CompositionPublishedDefinition: Definition<z.ZodObject<{
146
155
  slug: z.ZodOptional<z.ZodString>;
147
156
  state: z.ZodNumber;
148
157
  name: z.ZodString;
158
+ type: z.ZodString;
149
159
  project: z.ZodObject<{
150
160
  id: z.ZodString;
151
161
  url: z.ZodString;
@@ -163,6 +173,7 @@ declare const CompositionPublishedDefinition: Definition<z.ZodObject<{
163
173
  id: string;
164
174
  state: number;
165
175
  name: string;
176
+ type: string;
166
177
  project: {
167
178
  id: string;
168
179
  url: string;
@@ -175,6 +186,7 @@ declare const CompositionPublishedDefinition: Definition<z.ZodObject<{
175
186
  id: string;
176
187
  state: number;
177
188
  name: string;
189
+ type: string;
178
190
  project: {
179
191
  id: string;
180
192
  url: string;
@@ -192,6 +204,7 @@ declare const EntryPayloadSchema: z.ZodObject<{
192
204
  slug: z.ZodOptional<z.ZodString>;
193
205
  state: z.ZodNumber;
194
206
  name: z.ZodString;
207
+ type: z.ZodString;
195
208
  project: z.ZodObject<{
196
209
  id: z.ZodString;
197
210
  url: z.ZodString;
@@ -209,6 +222,7 @@ declare const EntryPayloadSchema: z.ZodObject<{
209
222
  id: string;
210
223
  state: number;
211
224
  name: string;
225
+ type: string;
212
226
  project: {
213
227
  id: string;
214
228
  url: string;
@@ -221,6 +235,7 @@ declare const EntryPayloadSchema: z.ZodObject<{
221
235
  id: string;
222
236
  state: number;
223
237
  name: string;
238
+ type: string;
224
239
  project: {
225
240
  id: string;
226
241
  url: string;
@@ -237,6 +252,7 @@ declare const EntryChangedDefinition: Definition<z.ZodObject<{
237
252
  slug: z.ZodOptional<z.ZodString>;
238
253
  state: z.ZodNumber;
239
254
  name: z.ZodString;
255
+ type: z.ZodString;
240
256
  project: z.ZodObject<{
241
257
  id: z.ZodString;
242
258
  url: z.ZodString;
@@ -254,6 +270,7 @@ declare const EntryChangedDefinition: Definition<z.ZodObject<{
254
270
  id: string;
255
271
  state: number;
256
272
  name: string;
273
+ type: string;
257
274
  project: {
258
275
  id: string;
259
276
  url: string;
@@ -266,6 +283,7 @@ declare const EntryChangedDefinition: Definition<z.ZodObject<{
266
283
  id: string;
267
284
  state: number;
268
285
  name: string;
286
+ type: string;
269
287
  project: {
270
288
  id: string;
271
289
  url: string;
@@ -282,6 +300,7 @@ declare const EntryDeletedDefinition: Definition<z.ZodObject<{
282
300
  id: z.ZodString;
283
301
  state: z.ZodOptional<z.ZodNumber>;
284
302
  name: z.ZodString;
303
+ type: z.ZodString;
285
304
  slug: z.ZodOptional<z.ZodString>;
286
305
  project: z.ZodObject<{
287
306
  id: z.ZodString;
@@ -296,6 +315,7 @@ declare const EntryDeletedDefinition: Definition<z.ZodObject<{
296
315
  }, "strip", z.ZodTypeAny, {
297
316
  id: string;
298
317
  name: string;
318
+ type: string;
299
319
  project: {
300
320
  id: string;
301
321
  url: string;
@@ -305,6 +325,7 @@ declare const EntryDeletedDefinition: Definition<z.ZodObject<{
305
325
  }, {
306
326
  id: string;
307
327
  name: string;
328
+ type: string;
308
329
  project: {
309
330
  id: string;
310
331
  url: string;
@@ -320,6 +341,7 @@ declare const EntryPublishedDefinition: Definition<z.ZodObject<{
320
341
  slug: z.ZodOptional<z.ZodString>;
321
342
  state: z.ZodNumber;
322
343
  name: z.ZodString;
344
+ type: z.ZodString;
323
345
  project: z.ZodObject<{
324
346
  id: z.ZodString;
325
347
  url: z.ZodString;
@@ -337,6 +359,7 @@ declare const EntryPublishedDefinition: Definition<z.ZodObject<{
337
359
  id: string;
338
360
  state: number;
339
361
  name: string;
362
+ type: string;
340
363
  project: {
341
364
  id: string;
342
365
  url: string;
@@ -349,6 +372,7 @@ declare const EntryPublishedDefinition: Definition<z.ZodObject<{
349
372
  id: string;
350
373
  state: number;
351
374
  name: string;
375
+ type: string;
352
376
  project: {
353
377
  id: string;
354
378
  url: string;
package/dist/index.d.ts CHANGED
@@ -5,6 +5,7 @@ declare const CompositionPayloadSchema: z.ZodObject<{
5
5
  slug: z.ZodOptional<z.ZodString>;
6
6
  state: z.ZodNumber;
7
7
  name: z.ZodString;
8
+ type: z.ZodString;
8
9
  project: z.ZodObject<{
9
10
  id: z.ZodString;
10
11
  url: z.ZodString;
@@ -22,6 +23,7 @@ declare const CompositionPayloadSchema: z.ZodObject<{
22
23
  id: string;
23
24
  state: number;
24
25
  name: string;
26
+ type: string;
25
27
  project: {
26
28
  id: string;
27
29
  url: string;
@@ -34,6 +36,7 @@ declare const CompositionPayloadSchema: z.ZodObject<{
34
36
  id: string;
35
37
  state: number;
36
38
  name: string;
39
+ type: string;
37
40
  project: {
38
41
  id: string;
39
42
  url: string;
@@ -63,6 +66,7 @@ declare const CompositionChangedDefinition: Definition<z.ZodObject<{
63
66
  slug: z.ZodOptional<z.ZodString>;
64
67
  state: z.ZodNumber;
65
68
  name: z.ZodString;
69
+ type: z.ZodString;
66
70
  project: z.ZodObject<{
67
71
  id: z.ZodString;
68
72
  url: z.ZodString;
@@ -80,6 +84,7 @@ declare const CompositionChangedDefinition: Definition<z.ZodObject<{
80
84
  id: string;
81
85
  state: number;
82
86
  name: string;
87
+ type: string;
83
88
  project: {
84
89
  id: string;
85
90
  url: string;
@@ -92,6 +97,7 @@ declare const CompositionChangedDefinition: Definition<z.ZodObject<{
92
97
  id: string;
93
98
  state: number;
94
99
  name: string;
100
+ type: string;
95
101
  project: {
96
102
  id: string;
97
103
  url: string;
@@ -108,6 +114,7 @@ declare const CompositionDeletedDefinition: Definition<z.ZodObject<{
108
114
  id: z.ZodString;
109
115
  state: z.ZodOptional<z.ZodNumber>;
110
116
  name: z.ZodString;
117
+ type: z.ZodString;
111
118
  slug: z.ZodOptional<z.ZodString>;
112
119
  project: z.ZodObject<{
113
120
  id: z.ZodString;
@@ -122,6 +129,7 @@ declare const CompositionDeletedDefinition: Definition<z.ZodObject<{
122
129
  }, "strip", z.ZodTypeAny, {
123
130
  id: string;
124
131
  name: string;
132
+ type: string;
125
133
  project: {
126
134
  id: string;
127
135
  url: string;
@@ -131,6 +139,7 @@ declare const CompositionDeletedDefinition: Definition<z.ZodObject<{
131
139
  }, {
132
140
  id: string;
133
141
  name: string;
142
+ type: string;
134
143
  project: {
135
144
  id: string;
136
145
  url: string;
@@ -146,6 +155,7 @@ declare const CompositionPublishedDefinition: Definition<z.ZodObject<{
146
155
  slug: z.ZodOptional<z.ZodString>;
147
156
  state: z.ZodNumber;
148
157
  name: z.ZodString;
158
+ type: z.ZodString;
149
159
  project: z.ZodObject<{
150
160
  id: z.ZodString;
151
161
  url: z.ZodString;
@@ -163,6 +173,7 @@ declare const CompositionPublishedDefinition: Definition<z.ZodObject<{
163
173
  id: string;
164
174
  state: number;
165
175
  name: string;
176
+ type: string;
166
177
  project: {
167
178
  id: string;
168
179
  url: string;
@@ -175,6 +186,7 @@ declare const CompositionPublishedDefinition: Definition<z.ZodObject<{
175
186
  id: string;
176
187
  state: number;
177
188
  name: string;
189
+ type: string;
178
190
  project: {
179
191
  id: string;
180
192
  url: string;
@@ -192,6 +204,7 @@ declare const EntryPayloadSchema: z.ZodObject<{
192
204
  slug: z.ZodOptional<z.ZodString>;
193
205
  state: z.ZodNumber;
194
206
  name: z.ZodString;
207
+ type: z.ZodString;
195
208
  project: z.ZodObject<{
196
209
  id: z.ZodString;
197
210
  url: z.ZodString;
@@ -209,6 +222,7 @@ declare const EntryPayloadSchema: z.ZodObject<{
209
222
  id: string;
210
223
  state: number;
211
224
  name: string;
225
+ type: string;
212
226
  project: {
213
227
  id: string;
214
228
  url: string;
@@ -221,6 +235,7 @@ declare const EntryPayloadSchema: z.ZodObject<{
221
235
  id: string;
222
236
  state: number;
223
237
  name: string;
238
+ type: string;
224
239
  project: {
225
240
  id: string;
226
241
  url: string;
@@ -237,6 +252,7 @@ declare const EntryChangedDefinition: Definition<z.ZodObject<{
237
252
  slug: z.ZodOptional<z.ZodString>;
238
253
  state: z.ZodNumber;
239
254
  name: z.ZodString;
255
+ type: z.ZodString;
240
256
  project: z.ZodObject<{
241
257
  id: z.ZodString;
242
258
  url: z.ZodString;
@@ -254,6 +270,7 @@ declare const EntryChangedDefinition: Definition<z.ZodObject<{
254
270
  id: string;
255
271
  state: number;
256
272
  name: string;
273
+ type: string;
257
274
  project: {
258
275
  id: string;
259
276
  url: string;
@@ -266,6 +283,7 @@ declare const EntryChangedDefinition: Definition<z.ZodObject<{
266
283
  id: string;
267
284
  state: number;
268
285
  name: string;
286
+ type: string;
269
287
  project: {
270
288
  id: string;
271
289
  url: string;
@@ -282,6 +300,7 @@ declare const EntryDeletedDefinition: Definition<z.ZodObject<{
282
300
  id: z.ZodString;
283
301
  state: z.ZodOptional<z.ZodNumber>;
284
302
  name: z.ZodString;
303
+ type: z.ZodString;
285
304
  slug: z.ZodOptional<z.ZodString>;
286
305
  project: z.ZodObject<{
287
306
  id: z.ZodString;
@@ -296,6 +315,7 @@ declare const EntryDeletedDefinition: Definition<z.ZodObject<{
296
315
  }, "strip", z.ZodTypeAny, {
297
316
  id: string;
298
317
  name: string;
318
+ type: string;
299
319
  project: {
300
320
  id: string;
301
321
  url: string;
@@ -305,6 +325,7 @@ declare const EntryDeletedDefinition: Definition<z.ZodObject<{
305
325
  }, {
306
326
  id: string;
307
327
  name: string;
328
+ type: string;
308
329
  project: {
309
330
  id: string;
310
331
  url: string;
@@ -320,6 +341,7 @@ declare const EntryPublishedDefinition: Definition<z.ZodObject<{
320
341
  slug: z.ZodOptional<z.ZodString>;
321
342
  state: z.ZodNumber;
322
343
  name: z.ZodString;
344
+ type: z.ZodString;
323
345
  project: z.ZodObject<{
324
346
  id: z.ZodString;
325
347
  url: z.ZodString;
@@ -337,6 +359,7 @@ declare const EntryPublishedDefinition: Definition<z.ZodObject<{
337
359
  id: string;
338
360
  state: number;
339
361
  name: string;
362
+ type: string;
340
363
  project: {
341
364
  id: string;
342
365
  url: string;
@@ -349,6 +372,7 @@ declare const EntryPublishedDefinition: Definition<z.ZodObject<{
349
372
  id: string;
350
373
  state: number;
351
374
  name: string;
375
+ type: string;
352
376
  project: {
353
377
  id: string;
354
378
  url: string;
package/dist/index.esm.js CHANGED
@@ -5,6 +5,7 @@ var CompositionPayloadSchema = z.object({
5
5
  slug: z.string().optional(),
6
6
  state: z.number(),
7
7
  name: z.string(),
8
+ type: z.string(),
8
9
  project: z.object({
9
10
  id: z.string(),
10
11
  url: z.string()
@@ -38,6 +39,7 @@ var CompositionChangedDefinition = definition(
38
39
  id: "0b9d2118-f2d0-4fe6-9d46-7c661abaf474",
39
40
  name: "About Us",
40
41
  slug: "/about-us",
42
+ type: "page",
41
43
  project: {
42
44
  id: "644ede73-d6aa-4159-bf98-14ad7fb4cb66",
43
45
  url: `https://uniform.app/projects/644ede73-d6aa-4159-bf98-14ad7fb4cb66`
@@ -61,6 +63,7 @@ var CompositionDeletedDefinition = definition(
61
63
  id: z2.string(),
62
64
  state: z2.number().optional(),
63
65
  name: z2.string(),
66
+ type: z2.string(),
64
67
  slug: z2.string().optional(),
65
68
  project: z2.object({
66
69
  id: z2.string(),
@@ -72,6 +75,7 @@ var CompositionDeletedDefinition = definition(
72
75
  id: "0b9d2118-f2d0-4fe6-9d46-7c661abaf474",
73
76
  state: 64,
74
77
  name: "About Us",
78
+ type: "page",
75
79
  slug: "/about-us",
76
80
  project: {
77
81
  id: "644ede73-d6aa-4159-bf98-14ad7fb4cb66",
@@ -93,6 +97,7 @@ var CompositionPublishedDefinition = definition(
93
97
  id: "0b9d2118-f2d0-4fe6-9d46-7c661abaf474",
94
98
  name: "About Us",
95
99
  slug: "/about-us",
100
+ type: "page",
96
101
  project: {
97
102
  id: "644ede73-d6aa-4159-bf98-14ad7fb4cb66",
98
103
  url: `https://uniform.app/projects/644ede73-d6aa-4159-bf98-14ad7fb4cb66`
@@ -112,6 +117,7 @@ var EntryPayloadSchema = z3.object({
112
117
  slug: z3.string().optional(),
113
118
  state: z3.number(),
114
119
  name: z3.string(),
120
+ type: z3.string(),
115
121
  project: z3.object({
116
122
  id: z3.string(),
117
123
  url: z3.string()
@@ -133,6 +139,7 @@ var EntryChangedDefinition = definition(
133
139
  id: "e5c95c60-314b-4700-9035-6f9c2a4ff800",
134
140
  name: "About Us",
135
141
  slug: "/about-us",
142
+ type: "page",
136
143
  project: {
137
144
  id: "644ede73-d6aa-4159-bf98-14ad7fb4cb66",
138
145
  url: `https://uniform.app/projects/644ede73-d6aa-4159-bf98-14ad7fb4cb66`
@@ -156,6 +163,7 @@ var EntryDeletedDefinition = definition(
156
163
  id: z4.string(),
157
164
  state: z4.number().optional(),
158
165
  name: z4.string(),
166
+ type: z4.string(),
159
167
  slug: z4.string().optional(),
160
168
  project: z4.object({
161
169
  id: z4.string(),
@@ -166,6 +174,7 @@ var EntryDeletedDefinition = definition(
166
174
  {
167
175
  id: "e5c95c60-314b-4700-9035-6f9c2a4ff800",
168
176
  name: "About Us",
177
+ type: "page",
169
178
  slug: "/about-us",
170
179
  project: {
171
180
  id: "644ede73-d6aa-4159-bf98-14ad7fb4cb66",
@@ -188,6 +197,7 @@ var EntryPublishedDefinition = definition(
188
197
  id: "e5c95c60-314b-4700-9035-6f9c2a4ff800",
189
198
  name: "About Us",
190
199
  slug: "/about-us",
200
+ type: "page",
191
201
  project: {
192
202
  id: "644ede73-d6aa-4159-bf98-14ad7fb4cb66",
193
203
  url: `https://uniform.app/projects/644ede73-d6aa-4159-bf98-14ad7fb4cb66`
package/dist/index.js CHANGED
@@ -64,6 +64,7 @@ var CompositionPayloadSchema = import_zod.z.object({
64
64
  slug: import_zod.z.string().optional(),
65
65
  state: import_zod.z.number(),
66
66
  name: import_zod.z.string(),
67
+ type: import_zod.z.string(),
67
68
  project: import_zod.z.object({
68
69
  id: import_zod.z.string(),
69
70
  url: import_zod.z.string()
@@ -97,6 +98,7 @@ var CompositionChangedDefinition = definition(
97
98
  id: "0b9d2118-f2d0-4fe6-9d46-7c661abaf474",
98
99
  name: "About Us",
99
100
  slug: "/about-us",
101
+ type: "page",
100
102
  project: {
101
103
  id: "644ede73-d6aa-4159-bf98-14ad7fb4cb66",
102
104
  url: `https://uniform.app/projects/644ede73-d6aa-4159-bf98-14ad7fb4cb66`
@@ -120,6 +122,7 @@ var CompositionDeletedDefinition = definition(
120
122
  id: import_zod2.z.string(),
121
123
  state: import_zod2.z.number().optional(),
122
124
  name: import_zod2.z.string(),
125
+ type: import_zod2.z.string(),
123
126
  slug: import_zod2.z.string().optional(),
124
127
  project: import_zod2.z.object({
125
128
  id: import_zod2.z.string(),
@@ -131,6 +134,7 @@ var CompositionDeletedDefinition = definition(
131
134
  id: "0b9d2118-f2d0-4fe6-9d46-7c661abaf474",
132
135
  state: 64,
133
136
  name: "About Us",
137
+ type: "page",
134
138
  slug: "/about-us",
135
139
  project: {
136
140
  id: "644ede73-d6aa-4159-bf98-14ad7fb4cb66",
@@ -152,6 +156,7 @@ var CompositionPublishedDefinition = definition(
152
156
  id: "0b9d2118-f2d0-4fe6-9d46-7c661abaf474",
153
157
  name: "About Us",
154
158
  slug: "/about-us",
159
+ type: "page",
155
160
  project: {
156
161
  id: "644ede73-d6aa-4159-bf98-14ad7fb4cb66",
157
162
  url: `https://uniform.app/projects/644ede73-d6aa-4159-bf98-14ad7fb4cb66`
@@ -171,6 +176,7 @@ var EntryPayloadSchema = import_zod3.z.object({
171
176
  slug: import_zod3.z.string().optional(),
172
177
  state: import_zod3.z.number(),
173
178
  name: import_zod3.z.string(),
179
+ type: import_zod3.z.string(),
174
180
  project: import_zod3.z.object({
175
181
  id: import_zod3.z.string(),
176
182
  url: import_zod3.z.string()
@@ -192,6 +198,7 @@ var EntryChangedDefinition = definition(
192
198
  id: "e5c95c60-314b-4700-9035-6f9c2a4ff800",
193
199
  name: "About Us",
194
200
  slug: "/about-us",
201
+ type: "page",
195
202
  project: {
196
203
  id: "644ede73-d6aa-4159-bf98-14ad7fb4cb66",
197
204
  url: `https://uniform.app/projects/644ede73-d6aa-4159-bf98-14ad7fb4cb66`
@@ -215,6 +222,7 @@ var EntryDeletedDefinition = definition(
215
222
  id: import_zod4.z.string(),
216
223
  state: import_zod4.z.number().optional(),
217
224
  name: import_zod4.z.string(),
225
+ type: import_zod4.z.string(),
218
226
  slug: import_zod4.z.string().optional(),
219
227
  project: import_zod4.z.object({
220
228
  id: import_zod4.z.string(),
@@ -225,6 +233,7 @@ var EntryDeletedDefinition = definition(
225
233
  {
226
234
  id: "e5c95c60-314b-4700-9035-6f9c2a4ff800",
227
235
  name: "About Us",
236
+ type: "page",
228
237
  slug: "/about-us",
229
238
  project: {
230
239
  id: "644ede73-d6aa-4159-bf98-14ad7fb4cb66",
@@ -247,6 +256,7 @@ var EntryPublishedDefinition = definition(
247
256
  id: "e5c95c60-314b-4700-9035-6f9c2a4ff800",
248
257
  name: "About Us",
249
258
  slug: "/about-us",
259
+ type: "page",
250
260
  project: {
251
261
  id: "644ede73-d6aa-4159-bf98-14ad7fb4cb66",
252
262
  url: `https://uniform.app/projects/644ede73-d6aa-4159-bf98-14ad7fb4cb66`
package/dist/index.mjs CHANGED
@@ -5,6 +5,7 @@ var CompositionPayloadSchema = z.object({
5
5
  slug: z.string().optional(),
6
6
  state: z.number(),
7
7
  name: z.string(),
8
+ type: z.string(),
8
9
  project: z.object({
9
10
  id: z.string(),
10
11
  url: z.string()
@@ -38,6 +39,7 @@ var CompositionChangedDefinition = definition(
38
39
  id: "0b9d2118-f2d0-4fe6-9d46-7c661abaf474",
39
40
  name: "About Us",
40
41
  slug: "/about-us",
42
+ type: "page",
41
43
  project: {
42
44
  id: "644ede73-d6aa-4159-bf98-14ad7fb4cb66",
43
45
  url: `https://uniform.app/projects/644ede73-d6aa-4159-bf98-14ad7fb4cb66`
@@ -61,6 +63,7 @@ var CompositionDeletedDefinition = definition(
61
63
  id: z2.string(),
62
64
  state: z2.number().optional(),
63
65
  name: z2.string(),
66
+ type: z2.string(),
64
67
  slug: z2.string().optional(),
65
68
  project: z2.object({
66
69
  id: z2.string(),
@@ -72,6 +75,7 @@ var CompositionDeletedDefinition = definition(
72
75
  id: "0b9d2118-f2d0-4fe6-9d46-7c661abaf474",
73
76
  state: 64,
74
77
  name: "About Us",
78
+ type: "page",
75
79
  slug: "/about-us",
76
80
  project: {
77
81
  id: "644ede73-d6aa-4159-bf98-14ad7fb4cb66",
@@ -93,6 +97,7 @@ var CompositionPublishedDefinition = definition(
93
97
  id: "0b9d2118-f2d0-4fe6-9d46-7c661abaf474",
94
98
  name: "About Us",
95
99
  slug: "/about-us",
100
+ type: "page",
96
101
  project: {
97
102
  id: "644ede73-d6aa-4159-bf98-14ad7fb4cb66",
98
103
  url: `https://uniform.app/projects/644ede73-d6aa-4159-bf98-14ad7fb4cb66`
@@ -112,6 +117,7 @@ var EntryPayloadSchema = z3.object({
112
117
  slug: z3.string().optional(),
113
118
  state: z3.number(),
114
119
  name: z3.string(),
120
+ type: z3.string(),
115
121
  project: z3.object({
116
122
  id: z3.string(),
117
123
  url: z3.string()
@@ -133,6 +139,7 @@ var EntryChangedDefinition = definition(
133
139
  id: "e5c95c60-314b-4700-9035-6f9c2a4ff800",
134
140
  name: "About Us",
135
141
  slug: "/about-us",
142
+ type: "page",
136
143
  project: {
137
144
  id: "644ede73-d6aa-4159-bf98-14ad7fb4cb66",
138
145
  url: `https://uniform.app/projects/644ede73-d6aa-4159-bf98-14ad7fb4cb66`
@@ -156,6 +163,7 @@ var EntryDeletedDefinition = definition(
156
163
  id: z4.string(),
157
164
  state: z4.number().optional(),
158
165
  name: z4.string(),
166
+ type: z4.string(),
159
167
  slug: z4.string().optional(),
160
168
  project: z4.object({
161
169
  id: z4.string(),
@@ -166,6 +174,7 @@ var EntryDeletedDefinition = definition(
166
174
  {
167
175
  id: "e5c95c60-314b-4700-9035-6f9c2a4ff800",
168
176
  name: "About Us",
177
+ type: "page",
169
178
  slug: "/about-us",
170
179
  project: {
171
180
  id: "644ede73-d6aa-4159-bf98-14ad7fb4cb66",
@@ -188,6 +197,7 @@ var EntryPublishedDefinition = definition(
188
197
  id: "e5c95c60-314b-4700-9035-6f9c2a4ff800",
189
198
  name: "About Us",
190
199
  slug: "/about-us",
200
+ type: "page",
191
201
  project: {
192
202
  id: "644ede73-d6aa-4159-bf98-14ad7fb4cb66",
193
203
  url: `https://uniform.app/projects/644ede73-d6aa-4159-bf98-14ad7fb4cb66`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/webhooks",
3
- "version": "19.103.0",
3
+ "version": "19.106.1",
4
4
  "description": "Uniform Webhooks",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -41,5 +41,5 @@
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "ebdcac3a77d293bff272925f62f8c1c10be855bc"
44
+ "gitHead": "6655e72a7eb1e1975d472a8413987fc5a3ef028a"
45
45
  }