@uniformdev/mesh-edgehancer-sdk 20.50.2-alpha.2 → 20.50.2-alpha.77

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
@@ -276,7 +276,8 @@ var resolvingIssueSchema = z7.union([
276
276
  message: z7.string(),
277
277
  subType: z7.enum(["unpublishedData", "configuration"]).optional(),
278
278
  issueReference: z7.string().optional(),
279
- deepLink: z7.string().optional()
279
+ deepLink: z7.string().optional(),
280
+ statusCode: z7.number().int().optional()
280
281
  })
281
282
  ]);
282
283
  var variableDefinitionSchema = z7.object({
@@ -343,8 +344,7 @@ var edgehancerMergedDataTypeSchema = mergedDataTypeSchema.omit({
343
344
  badgeIconUrl: true,
344
345
  displayName: true,
345
346
  id: true,
346
- purgeKey: true,
347
- variables: true
347
+ purgeKey: true
348
348
  });
349
349
  var preRequestEdgehancerDataResourceResultSchema = z8.strictObject({
350
350
  errors: z8.array(resolvingIssueSchema).optional(),
package/dist/index.js CHANGED
@@ -336,7 +336,8 @@ var resolvingIssueSchema = z7.union([
336
336
  message: z7.string(),
337
337
  subType: z7.enum(["unpublishedData", "configuration"]).optional(),
338
338
  issueReference: z7.string().optional(),
339
- deepLink: z7.string().optional()
339
+ deepLink: z7.string().optional(),
340
+ statusCode: z7.number().int().optional()
340
341
  })
341
342
  ]);
342
343
  var variableDefinitionSchema = z7.object({
@@ -403,8 +404,7 @@ var edgehancerMergedDataTypeSchema = mergedDataTypeSchema.omit({
403
404
  badgeIconUrl: true,
404
405
  displayName: true,
405
406
  id: true,
406
- purgeKey: true,
407
- variables: true
407
+ purgeKey: true
408
408
  });
409
409
  var preRequestEdgehancerDataResourceResultSchema = z8.strictObject({
410
410
  errors: z8.array(resolvingIssueSchema).optional(),
package/dist/index.mjs CHANGED
@@ -276,7 +276,8 @@ var resolvingIssueSchema = z7.union([
276
276
  message: z7.string(),
277
277
  subType: z7.enum(["unpublishedData", "configuration"]).optional(),
278
278
  issueReference: z7.string().optional(),
279
- deepLink: z7.string().optional()
279
+ deepLink: z7.string().optional(),
280
+ statusCode: z7.number().int().optional()
280
281
  })
281
282
  ]);
282
283
  var variableDefinitionSchema = z7.object({
@@ -343,8 +344,7 @@ var edgehancerMergedDataTypeSchema = mergedDataTypeSchema.omit({
343
344
  badgeIconUrl: true,
344
345
  displayName: true,
345
346
  id: true,
346
- purgeKey: true,
347
- variables: true
347
+ purgeKey: true
348
348
  });
349
349
  var preRequestEdgehancerDataResourceResultSchema = z8.strictObject({
350
350
  errors: z8.array(resolvingIssueSchema).optional(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-edgehancer-sdk",
3
- "version": "20.50.2-alpha.2+5f918e9716",
3
+ "version": "20.50.2-alpha.77+51415ad3dd",
4
4
  "description": "Uniform Mesh Edgehancer SDK",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -40,20 +40,19 @@
40
40
  "dev": "tsup --watch",
41
41
  "clean": "rimraf dist",
42
42
  "test": "jest --maxWorkers=1 --passWithNoTests",
43
- "lint": "eslint \"src/**/*.{js,ts,tsx}\"",
44
43
  "format": "prettier --write \"src/**/*.{js,ts,tsx}\"",
45
- "document:prebuild": "api-extractor run --local"
44
+ "apidocs-extract": "api-extractor run --local"
46
45
  },
47
46
  "files": [
48
47
  "/dist"
49
48
  ],
50
49
  "dependencies": {
51
- "@uniformdev/canvas": "20.50.2-alpha.2+5f918e9716",
50
+ "@uniformdev/canvas": "20.50.2-alpha.77+51415ad3dd",
52
51
  "tsafe": "1.6.6",
53
52
  "zod": "3.25.76"
54
53
  },
55
54
  "devDependencies": {
56
- "next": "16.0.10"
55
+ "next": "16.2.0"
57
56
  },
58
57
  "peerDependencies": {
59
58
  "next": ">13"
@@ -61,5 +60,5 @@
61
60
  "publishConfig": {
62
61
  "access": "public"
63
62
  },
64
- "gitHead": "5f918e9716a4e8b9af3bfefa881a5a569e54b279"
63
+ "gitHead": "51415ad3ddc2e973a8c52fc4116df82182f9c44b"
65
64
  }