File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -413,3 +413,29 @@ actions:
413413 after : sdk.documents.recipients.delete()
414414 reviewed_at : 1737284371636
415415 created_at : 1737284351918
416+ # Patch each schema where the enum collisions happen
417+ - target : $..properties.dateFormat
418+ update :
419+ x-speakeasy-enums :
420+ - YyyyMMddHhMmA
421+ - YyyyMMdd
422+ - DdMMSlashYyyy
423+ - MmDdSlashYyyy
424+ - YyMMdd
425+ - MmmmDdCommaYyyy
426+ - EeeeMmmmDdCommaYyyy
427+ - DdMMSlashYyyyHhMmA
428+ - DdMMSlashYyyyHHmm
429+ - MmDdSlashYyyyHhMmA
430+ - MmDdSlashYyyyHHmm
431+ - DdDotMmDotYyyy
432+ - DdDotMmDotYyyyHHmm
433+ - YyyyMMddHHmm
434+ - YyMMddHhMmA
435+ - YyMMddHHmm
436+ - YyyyMMddHHmmss
437+ - MmmmDdCommaYyyyHhMmA
438+ - MmmmDdCommaYyyyHHmm
439+ - EeeeMmmmDdCommaYyyyHhMmA
440+ - EeeeMmmmDdCommaYyyyHHmm
441+ - Iso8601Full
You can’t perform that action at this time.
0 commit comments