@uniformdev/webhooks 20.72.3-alpha.25 → 20.72.3-alpha.40

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
@@ -771,7 +771,7 @@ var NotificationCreatedDefinition = definition(
771
771
  entityId: "0b9d2118-f2d0-4fe6-9d46-7c661abaf474",
772
772
  editionId: "8b937004-6c50-449a-a7cd-a6a70b25f2da"
773
773
  },
774
- recipients: ["auth0|recipient-one", "auth0|recipient-two"],
774
+ recipients: ["sso|recipient-one", "sso|recipient-two"],
775
775
  timestamp: "2026-07-20T12:42:06Z",
776
776
  project: {
777
777
  id: "644ede73-d6aa-4159-bf98-14ad7fb4cb66",
package/dist/index.js CHANGED
@@ -893,7 +893,7 @@ var NotificationCreatedDefinition = definition(
893
893
  entityId: "0b9d2118-f2d0-4fe6-9d46-7c661abaf474",
894
894
  editionId: "8b937004-6c50-449a-a7cd-a6a70b25f2da"
895
895
  },
896
- recipients: ["auth0|recipient-one", "auth0|recipient-two"],
896
+ recipients: ["sso|recipient-one", "sso|recipient-two"],
897
897
  timestamp: "2026-07-20T12:42:06Z",
898
898
  project: {
899
899
  id: "644ede73-d6aa-4159-bf98-14ad7fb4cb66",
package/dist/index.mjs CHANGED
@@ -771,7 +771,7 @@ var NotificationCreatedDefinition = definition(
771
771
  entityId: "0b9d2118-f2d0-4fe6-9d46-7c661abaf474",
772
772
  editionId: "8b937004-6c50-449a-a7cd-a6a70b25f2da"
773
773
  },
774
- recipients: ["auth0|recipient-one", "auth0|recipient-two"],
774
+ recipients: ["sso|recipient-one", "sso|recipient-two"],
775
775
  timestamp: "2026-07-20T12:42:06Z",
776
776
  project: {
777
777
  id: "644ede73-d6aa-4159-bf98-14ad7fb4cb66",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/webhooks",
3
- "version": "20.72.3-alpha.25+cd10fe6e1e",
3
+ "version": "20.72.3-alpha.40+ffbec41570",
4
4
  "description": "Uniform Webhooks",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -39,5 +39,5 @@
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "cd10fe6e1e8877ed1ec45290d74ac160d597e84e"
42
+ "gitHead": "ffbec41570c4266c69674871c97146bf7bf86383"
43
43
  }