@uniformdev/webhooks 20.11.0 → 20.12.1-alpha.8

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
@@ -1973,7 +1973,7 @@ type EntryReleaseRestoredPayload = z.infer<(typeof EntryReleaseRestoredDefinitio
1973
1973
  declare const EntryReleaseRestoredEventName: string;
1974
1974
 
1975
1975
  declare const ManifestPublishedDefinition: Definition<z.ZodObject<{
1976
- timestamp: z.ZodNumber;
1976
+ timestamp: z.ZodString;
1977
1977
  site: z.ZodObject<{
1978
1978
  id: z.ZodString;
1979
1979
  name: z.ZodString;
@@ -1985,13 +1985,13 @@ declare const ManifestPublishedDefinition: Definition<z.ZodObject<{
1985
1985
  name: string;
1986
1986
  }>;
1987
1987
  }, "strip", z.ZodTypeAny, {
1988
- timestamp: number;
1988
+ timestamp: string;
1989
1989
  site: {
1990
1990
  id: string;
1991
1991
  name: string;
1992
1992
  };
1993
1993
  }, {
1994
- timestamp: number;
1994
+ timestamp: string;
1995
1995
  site: {
1996
1996
  id: string;
1997
1997
  name: string;
package/dist/index.d.ts CHANGED
@@ -1973,7 +1973,7 @@ type EntryReleaseRestoredPayload = z.infer<(typeof EntryReleaseRestoredDefinitio
1973
1973
  declare const EntryReleaseRestoredEventName: string;
1974
1974
 
1975
1975
  declare const ManifestPublishedDefinition: Definition<z.ZodObject<{
1976
- timestamp: z.ZodNumber;
1976
+ timestamp: z.ZodString;
1977
1977
  site: z.ZodObject<{
1978
1978
  id: z.ZodString;
1979
1979
  name: z.ZodString;
@@ -1985,13 +1985,13 @@ declare const ManifestPublishedDefinition: Definition<z.ZodObject<{
1985
1985
  name: string;
1986
1986
  }>;
1987
1987
  }, "strip", z.ZodTypeAny, {
1988
- timestamp: number;
1988
+ timestamp: string;
1989
1989
  site: {
1990
1990
  id: string;
1991
1991
  name: string;
1992
1992
  };
1993
1993
  }, {
1994
- timestamp: number;
1994
+ timestamp: string;
1995
1995
  site: {
1996
1996
  id: string;
1997
1997
  name: string;
package/dist/index.esm.js CHANGED
@@ -603,7 +603,7 @@ var ManifestPublishedDefinition = definition(
603
603
  name: "Manifest Published",
604
604
  description: "Triggers when a manifest has been published.",
605
605
  schema: z4.object({
606
- timestamp: z4.number(),
606
+ timestamp: z4.string(),
607
607
  site: z4.object({
608
608
  id: z4.string(),
609
609
  name: z4.string()
@@ -611,7 +611,7 @@ var ManifestPublishedDefinition = definition(
611
611
  })
612
612
  },
613
613
  {
614
- timestamp: 1667425322407,
614
+ timestamp: "2025-02-19T14:17:46.327631+00:00",
615
615
  site: {
616
616
  id: "644ede73-d6aa-4159-bf98-14ad7fb4cb66",
617
617
  name: "My Site"
package/dist/index.js CHANGED
@@ -702,7 +702,7 @@ var ManifestPublishedDefinition = definition(
702
702
  name: "Manifest Published",
703
703
  description: "Triggers when a manifest has been published.",
704
704
  schema: import_zod4.z.object({
705
- timestamp: import_zod4.z.number(),
705
+ timestamp: import_zod4.z.string(),
706
706
  site: import_zod4.z.object({
707
707
  id: import_zod4.z.string(),
708
708
  name: import_zod4.z.string()
@@ -710,7 +710,7 @@ var ManifestPublishedDefinition = definition(
710
710
  })
711
711
  },
712
712
  {
713
- timestamp: 1667425322407,
713
+ timestamp: "2025-02-19T14:17:46.327631+00:00",
714
714
  site: {
715
715
  id: "644ede73-d6aa-4159-bf98-14ad7fb4cb66",
716
716
  name: "My Site"
package/dist/index.mjs CHANGED
@@ -603,7 +603,7 @@ var ManifestPublishedDefinition = definition(
603
603
  name: "Manifest Published",
604
604
  description: "Triggers when a manifest has been published.",
605
605
  schema: z4.object({
606
- timestamp: z4.number(),
606
+ timestamp: z4.string(),
607
607
  site: z4.object({
608
608
  id: z4.string(),
609
609
  name: z4.string()
@@ -611,7 +611,7 @@ var ManifestPublishedDefinition = definition(
611
611
  })
612
612
  },
613
613
  {
614
- timestamp: 1667425322407,
614
+ timestamp: "2025-02-19T14:17:46.327631+00:00",
615
615
  site: {
616
616
  id: "644ede73-d6aa-4159-bf98-14ad7fb4cb66",
617
617
  name: "My Site"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/webhooks",
3
- "version": "20.11.0",
3
+ "version": "20.12.1-alpha.8+98c4209e77",
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": "493d4a260f61ec89f043e67fa8948898ecb2f45e"
44
+ "gitHead": "98c4209e77221c324d5ef662825e7bdbed42ed43"
45
45
  }