@uniformdev/mesh-edgehancer-sdk 19.173.1-alpha.17 → 19.175.1-alpha.35
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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +3 -3
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.
|
3
|
+
"version": "19.175.1-alpha.35+f2ac62967d",
|
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.
|
51
|
+
"@uniformdev/canvas": "19.175.1-alpha.35+f2ac62967d",
|
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": "
|
64
|
+
"gitHead": "f2ac62967d4046285a3cf007cf90fd2889510262"
|
65
65
|
}
|