File tree 2 files changed +13
-3
lines changed
2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 59
59
"require" : " ./lib/cjs/schemas/apigwv2.js" ,
60
60
"import" : " ./lib/esm/schemas/apigwv2.js"
61
61
},
62
+ "./schemas/appsync" : {
63
+ "require" : " ./lib/cjs/schemas/appsync.js" ,
64
+ "import" : " ./lib/esm/schemas/appsync.js"
65
+ },
62
66
"./schemas/cloudformation-custom-resources" : {
63
67
"require" : " ./lib/cjs/schemas/cloudformation-custom-resources.js" ,
64
68
"import" : " ./lib/esm/schemas/cloudformation-custom-resources.js"
235
239
" ./lib/cjs/schemas/lambda.d.ts" ,
236
240
" ./lib/esm/schemas/lambda.d.ts"
237
241
],
238
- "schemas/s3" : [" ./lib/cjs/schemas/s3.d.ts" , " ./lib/esm/schemas/s3.d.ts" ],
242
+ "schemas/s3" : [
243
+ " ./lib/cjs/schemas/s3.d.ts" ,
244
+ " ./lib/esm/schemas/s3.d.ts"
245
+ ],
239
246
"schemas/ses" : [
240
247
" ./lib/cjs/schemas/ses.d.ts" ,
241
248
" ./lib/esm/schemas/ses.d.ts"
312
319
" ./lib/cjs/envelopes/vpc-latticev2.d.ts" ,
313
320
" ./lib/esm/envelopes/vpc-latticev2.d.ts"
314
321
],
315
- "helpers" : [" ./lib/cjs/helpers.d.ts" , " ./lib/esm/helpers.d.ts" ]
322
+ "helpers" : [
323
+ " ./lib/cjs/helpers.d.ts" ,
324
+ " ./lib/esm/helpers.d.ts"
325
+ ]
316
326
}
317
327
},
318
328
"main" : " ./lib/cjs/index.js" ,
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ const AppSyncResolverSchema = z.object({
131
131
* A zod schema for a batch AppSync resolver event
132
132
*
133
133
* @example
134
- * /*
134
+ * ```json
135
135
* [{
136
136
* "arguments": {
137
137
* "id": "1973493"
You can’t perform that action at this time.
0 commit comments