@rotesblatt/hex-tractor-data-api 3.0.4 → 3.0.5

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.
@@ -1274,7 +1274,7 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
1274
1274
  }];
1275
1275
  }, {
1276
1276
  method: "get";
1277
- path: "/auth/challenge";
1277
+ path: "/auth/challenge/:deviceId";
1278
1278
  alias: "getAuthChallenge";
1279
1279
  description: "Retrieve a unique authentication challenge that can be signed with the device&#x27;s private key to authenticate requests";
1280
1280
  requestFormat: "json";
@@ -2328,7 +2328,7 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
2328
2328
  }];
2329
2329
  }, {
2330
2330
  method: "get";
2331
- path: "/auth/challenge";
2331
+ path: "/auth/challenge/:deviceId";
2332
2332
  alias: "getAuthChallenge";
2333
2333
  description: "Retrieve a unique authentication challenge that can be signed with the device&#x27;s private key to authenticate requests";
2334
2334
  requestFormat: "json";
@@ -898,7 +898,7 @@ const endpoints = (0, core_1.makeApi)([
898
898
  },
899
899
  {
900
900
  method: "get",
901
- path: "/auth/challenge",
901
+ path: "/auth/challenge/:deviceId",
902
902
  alias: "getAuthChallenge",
903
903
  description: `Retrieve a unique authentication challenge that can be signed with the device&#x27;s private key to authenticate requests`,
904
904
  requestFormat: "json",
@@ -1518,7 +1518,7 @@ const endpoints = makeApi([
1518
1518
  },
1519
1519
  {
1520
1520
  method: "get",
1521
- path: "/auth/challenge",
1521
+ path: "/auth/challenge/:deviceId",
1522
1522
  alias: "getAuthChallenge",
1523
1523
  description: `Retrieve a unique authentication challenge that can be signed with the device&#x27;s private key to authenticate requests`,
1524
1524
  requestFormat: "json",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rotesblatt/hex-tractor-data-api",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
4
4
  "description": "Generated TypeScript client for Hex-Tractor API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",