@uniformdev/mesh-edgehancer-sdk 19.173.1-alpha.17 → 19.173.2-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
@@ -211,6 +211,7 @@ type RequestEdgehancerContext = {
211
211
  * that the handler is registered for.
212
212
  */
213
213
  dataResources: readonly RequestEdgehancerDataResourceContext[];
214
+ isDraft?: boolean;
214
215
  };
215
216
  declare const requestEdgehancerDataResourceResolutionResultSchema: z.ZodObject<{
216
217
  errors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -435,6 +436,7 @@ type PreRequestEdgehancerContext = {
435
436
  * that the hook is registered for.
436
437
  */
437
438
  dataResources: readonly PreRequestEdgehancerDataResourceContext[];
439
+ isDraft?: boolean;
438
440
  };
439
441
  declare const preRequestEdgehancerDataResourceResultSchema: z.ZodObject<{
440
442
  errors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
package/dist/index.d.ts CHANGED
@@ -211,6 +211,7 @@ type RequestEdgehancerContext = {
211
211
  * that the handler is registered for.
212
212
  */
213
213
  dataResources: readonly RequestEdgehancerDataResourceContext[];
214
+ isDraft?: boolean;
214
215
  };
215
216
  declare const requestEdgehancerDataResourceResolutionResultSchema: z.ZodObject<{
216
217
  errors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -435,6 +436,7 @@ type PreRequestEdgehancerContext = {
435
436
  * that the hook is registered for.
436
437
  */
437
438
  dataResources: readonly PreRequestEdgehancerDataResourceContext[];
439
+ isDraft?: boolean;
438
440
  };
439
441
  declare const preRequestEdgehancerDataResourceResultSchema: z.ZodObject<{
440
442
  errors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-edgehancer-sdk",
3
- "version": "19.173.1-alpha.17+25c1176cea",
3
+ "version": "19.173.2-alpha.8+7b0bc70fd5",
4
4
  "description": "Uniform Mesh Edgehancer SDK",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -48,7 +48,7 @@
48
48
  "/dist"
49
49
  ],
50
50
  "dependencies": {
51
- "@uniformdev/canvas": "19.173.1-alpha.17+25c1176cea",
51
+ "@uniformdev/canvas": "19.173.2-alpha.8+7b0bc70fd5",
52
52
  "tsafe": "1.6.6",
53
53
  "zod": "3.23.8"
54
54
  },
@@ -61,5 +61,5 @@
61
61
  "publishConfig": {
62
62
  "access": "public"
63
63
  },
64
- "gitHead": "25c1176cea8d5114b92fc75cdd8bba4aa6463a50"
64
+ "gitHead": "7b0bc70fd58912415a860667c266cb339fa8133a"
65
65
  }