@uniformdev/webhooks 20.35.0 → 20.35.1-alpha.188

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.esm.js CHANGED
@@ -1,8 +1,8 @@
1
1
  // src/composition/common.ts
2
- import * as z2 from "zod";
2
+ import * as z2 from "zod/v3";
3
3
 
4
4
  // src/definition.ts
5
- import * as z from "zod";
5
+ import * as z from "zod/v3";
6
6
  var addEventTypeToSchema = (schema, eventType) => z.object({
7
7
  ...schema.shape,
8
8
  eventType: z.literal(eventType)
@@ -310,7 +310,7 @@ var CompositionReleaseRestoredDefinition = definition(
310
310
  var CompositionReleaseRestoredEventName = CompositionReleaseRestoredDefinition["event"];
311
311
 
312
312
  // src/entry/common.ts
313
- import * as z3 from "zod";
313
+ import * as z3 from "zod/v3";
314
314
  var EntryCorePayloadSchema = z3.object({
315
315
  id: z3.string(),
316
316
  editionId: z3.string().optional(),
@@ -592,7 +592,7 @@ var EntryReleaseRestoredDefinition = definition(
592
592
  var EntryReleaseRestoredEventName = EntryReleaseRestoredDefinition["event"];
593
593
 
594
594
  // src/manifest/manifest.published.ts
595
- import * as z4 from "zod";
595
+ import * as z4 from "zod/v3";
596
596
  var ManifestPublishedDefinition = definition(
597
597
  {
598
598
  event: "manifest.published",
@@ -617,7 +617,7 @@ var ManifestPublishedDefinition = definition(
617
617
  var ManifestPublishedEventName = ManifestPublishedDefinition["event"];
618
618
 
619
619
  // src/project-map/projectMap.delete.ts
620
- import * as z5 from "zod";
620
+ import * as z5 from "zod/v3";
621
621
  var ProjectMapDeleteDefinition = definition(
622
622
  {
623
623
  event: "projectmap.delete",
@@ -638,7 +638,7 @@ var ProjectMapDeleteDefinition = definition(
638
638
  var ProjectMapDeletedEventName = ProjectMapDeleteDefinition["event"];
639
639
 
640
640
  // src/project-map/projectMap.node.delete.ts
641
- import * as z6 from "zod";
641
+ import * as z6 from "zod/v3";
642
642
  var ProjectMapNodeDeleteDefinition = definition(
643
643
  {
644
644
  event: "projectmap.node.delete",
@@ -686,7 +686,7 @@ var ProjectMapNodeDeleteDefinition = definition(
686
686
  var ProjectMapNodeDeletedEventName = ProjectMapNodeDeleteDefinition["event"];
687
687
 
688
688
  // src/project-map/projectMap.node.insert.ts
689
- import * as z7 from "zod";
689
+ import * as z7 from "zod/v3";
690
690
  var ProjectMapNodeInsertDefinition = definition(
691
691
  {
692
692
  event: "projectmap.node.insert",
@@ -734,7 +734,7 @@ var ProjectMapNodeInsertDefinition = definition(
734
734
  var ProjectMapNodeInsertedEventName = ProjectMapNodeInsertDefinition["event"];
735
735
 
736
736
  // src/project-map/projectMap.node.update.ts
737
- import * as z8 from "zod";
737
+ import * as z8 from "zod/v3";
738
738
  var ProjectMapNodeUpdateDefinition = definition(
739
739
  {
740
740
  event: "projectmap.node.update",
@@ -786,7 +786,7 @@ var ProjectMapNodeUpdateDefinition = definition(
786
786
  var ProjectMapNodeUpdatedEventName = ProjectMapNodeUpdateDefinition["event"];
787
787
 
788
788
  // src/project-map/projectMap.update.ts
789
- import * as z9 from "zod";
789
+ import * as z9 from "zod/v3";
790
790
  var ProjectMapUpdateDefinition = definition(
791
791
  {
792
792
  event: "projectmap.update",
@@ -807,7 +807,7 @@ var ProjectMapUpdateDefinition = definition(
807
807
  var ProjectMapUpdatedEventName = ProjectMapUpdateDefinition["event"];
808
808
 
809
809
  // src/redirect/redirect.delete.ts
810
- import * as z10 from "zod";
810
+ import * as z10 from "zod/v3";
811
811
  var RedirectDeleteDefinition = definition(
812
812
  {
813
813
  event: "redirect.delete",
@@ -839,7 +839,7 @@ var RedirectDeleteDefinition = definition(
839
839
  var RedirectDeletedEventName = RedirectDeleteDefinition["event"];
840
840
 
841
841
  // src/redirect/redirect.insert.ts
842
- import * as z11 from "zod";
842
+ import * as z11 from "zod/v3";
843
843
  var RedirectInsertDefinition = definition(
844
844
  {
845
845
  event: "redirect.insert",
@@ -871,7 +871,7 @@ var RedirectInsertDefinition = definition(
871
871
  var RedirectInsertedEventName = RedirectInsertDefinition["event"];
872
872
 
873
873
  // src/redirect/redirect.update.ts
874
- import * as z12 from "zod";
874
+ import * as z12 from "zod/v3";
875
875
  var RedirectUpdateDefinition = definition(
876
876
  {
877
877
  event: "redirect.update",
@@ -903,7 +903,7 @@ var RedirectUpdateDefinition = definition(
903
903
  var RedirectUpdatedEventName = RedirectUpdateDefinition["event"];
904
904
 
905
905
  // src/release/common.ts
906
- import * as z13 from "zod";
906
+ import * as z13 from "zod/v3";
907
907
  var ReleasePayloadSchema = z13.object({
908
908
  id: z13.string(),
909
909
  state: z13.enum(["open", "locked", "queued", "launching", "launched", "deleting"]),
@@ -1037,7 +1037,7 @@ var ArchivedReleaseLaunchStartedDefinition = definition(
1037
1037
  );
1038
1038
 
1039
1039
  // src/workflow/common.ts
1040
- import * as z14 from "zod";
1040
+ import * as z14 from "zod/v3";
1041
1041
  var WorkflowReferenceSchema = z14.strictObject({
1042
1042
  workflowId: z14.string(),
1043
1043
  workflowName: z14.string(),
package/dist/index.js CHANGED
@@ -108,10 +108,10 @@ __export(src_exports, {
108
108
  module.exports = __toCommonJS(src_exports);
109
109
 
110
110
  // src/composition/common.ts
111
- var z2 = __toESM(require("zod"));
111
+ var z2 = __toESM(require("zod/v3"));
112
112
 
113
113
  // src/definition.ts
114
- var z = __toESM(require("zod"));
114
+ var z = __toESM(require("zod/v3"));
115
115
  var addEventTypeToSchema = (schema, eventType) => z.object({
116
116
  ...schema.shape,
117
117
  eventType: z.literal(eventType)
@@ -419,7 +419,7 @@ var CompositionReleaseRestoredDefinition = definition(
419
419
  var CompositionReleaseRestoredEventName = CompositionReleaseRestoredDefinition["event"];
420
420
 
421
421
  // src/entry/common.ts
422
- var z3 = __toESM(require("zod"));
422
+ var z3 = __toESM(require("zod/v3"));
423
423
  var EntryCorePayloadSchema = z3.object({
424
424
  id: z3.string(),
425
425
  editionId: z3.string().optional(),
@@ -701,7 +701,7 @@ var EntryReleaseRestoredDefinition = definition(
701
701
  var EntryReleaseRestoredEventName = EntryReleaseRestoredDefinition["event"];
702
702
 
703
703
  // src/manifest/manifest.published.ts
704
- var z4 = __toESM(require("zod"));
704
+ var z4 = __toESM(require("zod/v3"));
705
705
  var ManifestPublishedDefinition = definition(
706
706
  {
707
707
  event: "manifest.published",
@@ -726,7 +726,7 @@ var ManifestPublishedDefinition = definition(
726
726
  var ManifestPublishedEventName = ManifestPublishedDefinition["event"];
727
727
 
728
728
  // src/project-map/projectMap.delete.ts
729
- var z5 = __toESM(require("zod"));
729
+ var z5 = __toESM(require("zod/v3"));
730
730
  var ProjectMapDeleteDefinition = definition(
731
731
  {
732
732
  event: "projectmap.delete",
@@ -747,7 +747,7 @@ var ProjectMapDeleteDefinition = definition(
747
747
  var ProjectMapDeletedEventName = ProjectMapDeleteDefinition["event"];
748
748
 
749
749
  // src/project-map/projectMap.node.delete.ts
750
- var z6 = __toESM(require("zod"));
750
+ var z6 = __toESM(require("zod/v3"));
751
751
  var ProjectMapNodeDeleteDefinition = definition(
752
752
  {
753
753
  event: "projectmap.node.delete",
@@ -795,7 +795,7 @@ var ProjectMapNodeDeleteDefinition = definition(
795
795
  var ProjectMapNodeDeletedEventName = ProjectMapNodeDeleteDefinition["event"];
796
796
 
797
797
  // src/project-map/projectMap.node.insert.ts
798
- var z7 = __toESM(require("zod"));
798
+ var z7 = __toESM(require("zod/v3"));
799
799
  var ProjectMapNodeInsertDefinition = definition(
800
800
  {
801
801
  event: "projectmap.node.insert",
@@ -843,7 +843,7 @@ var ProjectMapNodeInsertDefinition = definition(
843
843
  var ProjectMapNodeInsertedEventName = ProjectMapNodeInsertDefinition["event"];
844
844
 
845
845
  // src/project-map/projectMap.node.update.ts
846
- var z8 = __toESM(require("zod"));
846
+ var z8 = __toESM(require("zod/v3"));
847
847
  var ProjectMapNodeUpdateDefinition = definition(
848
848
  {
849
849
  event: "projectmap.node.update",
@@ -895,7 +895,7 @@ var ProjectMapNodeUpdateDefinition = definition(
895
895
  var ProjectMapNodeUpdatedEventName = ProjectMapNodeUpdateDefinition["event"];
896
896
 
897
897
  // src/project-map/projectMap.update.ts
898
- var z9 = __toESM(require("zod"));
898
+ var z9 = __toESM(require("zod/v3"));
899
899
  var ProjectMapUpdateDefinition = definition(
900
900
  {
901
901
  event: "projectmap.update",
@@ -916,7 +916,7 @@ var ProjectMapUpdateDefinition = definition(
916
916
  var ProjectMapUpdatedEventName = ProjectMapUpdateDefinition["event"];
917
917
 
918
918
  // src/redirect/redirect.delete.ts
919
- var z10 = __toESM(require("zod"));
919
+ var z10 = __toESM(require("zod/v3"));
920
920
  var RedirectDeleteDefinition = definition(
921
921
  {
922
922
  event: "redirect.delete",
@@ -948,7 +948,7 @@ var RedirectDeleteDefinition = definition(
948
948
  var RedirectDeletedEventName = RedirectDeleteDefinition["event"];
949
949
 
950
950
  // src/redirect/redirect.insert.ts
951
- var z11 = __toESM(require("zod"));
951
+ var z11 = __toESM(require("zod/v3"));
952
952
  var RedirectInsertDefinition = definition(
953
953
  {
954
954
  event: "redirect.insert",
@@ -980,7 +980,7 @@ var RedirectInsertDefinition = definition(
980
980
  var RedirectInsertedEventName = RedirectInsertDefinition["event"];
981
981
 
982
982
  // src/redirect/redirect.update.ts
983
- var z12 = __toESM(require("zod"));
983
+ var z12 = __toESM(require("zod/v3"));
984
984
  var RedirectUpdateDefinition = definition(
985
985
  {
986
986
  event: "redirect.update",
@@ -1012,7 +1012,7 @@ var RedirectUpdateDefinition = definition(
1012
1012
  var RedirectUpdatedEventName = RedirectUpdateDefinition["event"];
1013
1013
 
1014
1014
  // src/release/common.ts
1015
- var z13 = __toESM(require("zod"));
1015
+ var z13 = __toESM(require("zod/v3"));
1016
1016
  var ReleasePayloadSchema = z13.object({
1017
1017
  id: z13.string(),
1018
1018
  state: z13.enum(["open", "locked", "queued", "launching", "launched", "deleting"]),
@@ -1146,7 +1146,7 @@ var ArchivedReleaseLaunchStartedDefinition = definition(
1146
1146
  );
1147
1147
 
1148
1148
  // src/workflow/common.ts
1149
- var z14 = __toESM(require("zod"));
1149
+ var z14 = __toESM(require("zod/v3"));
1150
1150
  var WorkflowReferenceSchema = z14.strictObject({
1151
1151
  workflowId: z14.string(),
1152
1152
  workflowName: z14.string(),
package/dist/index.mjs CHANGED
@@ -1,8 +1,8 @@
1
1
  // src/composition/common.ts
2
- import * as z2 from "zod";
2
+ import * as z2 from "zod/v3";
3
3
 
4
4
  // src/definition.ts
5
- import * as z from "zod";
5
+ import * as z from "zod/v3";
6
6
  var addEventTypeToSchema = (schema, eventType) => z.object({
7
7
  ...schema.shape,
8
8
  eventType: z.literal(eventType)
@@ -310,7 +310,7 @@ var CompositionReleaseRestoredDefinition = definition(
310
310
  var CompositionReleaseRestoredEventName = CompositionReleaseRestoredDefinition["event"];
311
311
 
312
312
  // src/entry/common.ts
313
- import * as z3 from "zod";
313
+ import * as z3 from "zod/v3";
314
314
  var EntryCorePayloadSchema = z3.object({
315
315
  id: z3.string(),
316
316
  editionId: z3.string().optional(),
@@ -592,7 +592,7 @@ var EntryReleaseRestoredDefinition = definition(
592
592
  var EntryReleaseRestoredEventName = EntryReleaseRestoredDefinition["event"];
593
593
 
594
594
  // src/manifest/manifest.published.ts
595
- import * as z4 from "zod";
595
+ import * as z4 from "zod/v3";
596
596
  var ManifestPublishedDefinition = definition(
597
597
  {
598
598
  event: "manifest.published",
@@ -617,7 +617,7 @@ var ManifestPublishedDefinition = definition(
617
617
  var ManifestPublishedEventName = ManifestPublishedDefinition["event"];
618
618
 
619
619
  // src/project-map/projectMap.delete.ts
620
- import * as z5 from "zod";
620
+ import * as z5 from "zod/v3";
621
621
  var ProjectMapDeleteDefinition = definition(
622
622
  {
623
623
  event: "projectmap.delete",
@@ -638,7 +638,7 @@ var ProjectMapDeleteDefinition = definition(
638
638
  var ProjectMapDeletedEventName = ProjectMapDeleteDefinition["event"];
639
639
 
640
640
  // src/project-map/projectMap.node.delete.ts
641
- import * as z6 from "zod";
641
+ import * as z6 from "zod/v3";
642
642
  var ProjectMapNodeDeleteDefinition = definition(
643
643
  {
644
644
  event: "projectmap.node.delete",
@@ -686,7 +686,7 @@ var ProjectMapNodeDeleteDefinition = definition(
686
686
  var ProjectMapNodeDeletedEventName = ProjectMapNodeDeleteDefinition["event"];
687
687
 
688
688
  // src/project-map/projectMap.node.insert.ts
689
- import * as z7 from "zod";
689
+ import * as z7 from "zod/v3";
690
690
  var ProjectMapNodeInsertDefinition = definition(
691
691
  {
692
692
  event: "projectmap.node.insert",
@@ -734,7 +734,7 @@ var ProjectMapNodeInsertDefinition = definition(
734
734
  var ProjectMapNodeInsertedEventName = ProjectMapNodeInsertDefinition["event"];
735
735
 
736
736
  // src/project-map/projectMap.node.update.ts
737
- import * as z8 from "zod";
737
+ import * as z8 from "zod/v3";
738
738
  var ProjectMapNodeUpdateDefinition = definition(
739
739
  {
740
740
  event: "projectmap.node.update",
@@ -786,7 +786,7 @@ var ProjectMapNodeUpdateDefinition = definition(
786
786
  var ProjectMapNodeUpdatedEventName = ProjectMapNodeUpdateDefinition["event"];
787
787
 
788
788
  // src/project-map/projectMap.update.ts
789
- import * as z9 from "zod";
789
+ import * as z9 from "zod/v3";
790
790
  var ProjectMapUpdateDefinition = definition(
791
791
  {
792
792
  event: "projectmap.update",
@@ -807,7 +807,7 @@ var ProjectMapUpdateDefinition = definition(
807
807
  var ProjectMapUpdatedEventName = ProjectMapUpdateDefinition["event"];
808
808
 
809
809
  // src/redirect/redirect.delete.ts
810
- import * as z10 from "zod";
810
+ import * as z10 from "zod/v3";
811
811
  var RedirectDeleteDefinition = definition(
812
812
  {
813
813
  event: "redirect.delete",
@@ -839,7 +839,7 @@ var RedirectDeleteDefinition = definition(
839
839
  var RedirectDeletedEventName = RedirectDeleteDefinition["event"];
840
840
 
841
841
  // src/redirect/redirect.insert.ts
842
- import * as z11 from "zod";
842
+ import * as z11 from "zod/v3";
843
843
  var RedirectInsertDefinition = definition(
844
844
  {
845
845
  event: "redirect.insert",
@@ -871,7 +871,7 @@ var RedirectInsertDefinition = definition(
871
871
  var RedirectInsertedEventName = RedirectInsertDefinition["event"];
872
872
 
873
873
  // src/redirect/redirect.update.ts
874
- import * as z12 from "zod";
874
+ import * as z12 from "zod/v3";
875
875
  var RedirectUpdateDefinition = definition(
876
876
  {
877
877
  event: "redirect.update",
@@ -903,7 +903,7 @@ var RedirectUpdateDefinition = definition(
903
903
  var RedirectUpdatedEventName = RedirectUpdateDefinition["event"];
904
904
 
905
905
  // src/release/common.ts
906
- import * as z13 from "zod";
906
+ import * as z13 from "zod/v3";
907
907
  var ReleasePayloadSchema = z13.object({
908
908
  id: z13.string(),
909
909
  state: z13.enum(["open", "locked", "queued", "launching", "launched", "deleting"]),
@@ -1037,7 +1037,7 @@ var ArchivedReleaseLaunchStartedDefinition = definition(
1037
1037
  );
1038
1038
 
1039
1039
  // src/workflow/common.ts
1040
- import * as z14 from "zod";
1040
+ import * as z14 from "zod/v3";
1041
1041
  var WorkflowReferenceSchema = z14.strictObject({
1042
1042
  workflowId: z14.string(),
1043
1043
  workflowName: z14.string(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/webhooks",
3
- "version": "20.35.0",
3
+ "version": "20.35.1-alpha.188+c2a5b9c45f",
4
4
  "description": "Uniform Webhooks",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -29,16 +29,16 @@
29
29
  "/dist"
30
30
  ],
31
31
  "dependencies": {
32
- "zod": "3.23.8"
32
+ "zod": "3.25.76"
33
33
  },
34
34
  "devDependencies": {
35
35
  "dotenv": "^16.4.7",
36
36
  "npm-run-all2": "8.0.4",
37
37
  "svix": "^1.0.0",
38
- "zod-to-json-schema": "3.21.4"
38
+ "zod-to-json-schema": "3.24.6"
39
39
  },
40
40
  "publishConfig": {
41
41
  "access": "public"
42
42
  },
43
- "gitHead": "f228361828ef49a596ca3841e5b79768c64418cf"
43
+ "gitHead": "c2a5b9c45fdbcd3199fba23e38beaf7ca0388c35"
44
44
  }