@ndla/types-backend 1.0.45 → 1.0.46

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.
@@ -323,7 +323,7 @@ export type paths = {
323
323
  post?: never;
324
324
  /**
325
325
  * Delete a robot definition
326
- * @description Update a robot definition
326
+ * @description Delete a robot definition
327
327
  */
328
328
  delete: operations["deleteMyndla-apiV1RobotsRobot-id"];
329
329
  options?: never;
@@ -340,8 +340,8 @@ export type paths = {
340
340
  };
341
341
  get?: never;
342
342
  /**
343
- * Update a robot definition
344
- * @description Update a robot definition
343
+ * Update a robot definition status
344
+ * @description Update a robot definition status
345
345
  */
346
346
  put: operations["putMyndla-apiV1RobotsRobot-idRobot-status"];
347
347
  post?: never;
package/package.json CHANGED
@@ -32,6 +32,6 @@
32
32
  "tsx": "^4.19.3",
33
33
  "typescript": "^5.3.3"
34
34
  },
35
- "version": "1.0.45",
35
+ "version": "1.0.46",
36
36
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
37
37
  }