@structbuild/sdk 0.4.3 → 0.5.0

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.
@@ -5754,13 +5754,13 @@ export interface operations {
5754
5754
  };
5755
5755
  requestBody?: never;
5756
5756
  responses: {
5757
- /** @description Builder metadata (null when none registered) */
5757
+ /** @description Builder metadata. Body is `null` when no metadata has been registered for this builder. */
5758
5758
  200: {
5759
5759
  headers: {
5760
5760
  [name: string]: unknown;
5761
5761
  };
5762
5762
  content: {
5763
- "application/json": null | components["schemas"]["BuilderMetadata"];
5763
+ "application/json": components["schemas"]["BuilderMetadata"];
5764
5764
  };
5765
5765
  };
5766
5766
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@structbuild/sdk",
3
- "version": "0.4.3",
3
+ "version": "0.5.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",