@bsm-form/schema 0.39.0 → 0.40.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.
package/dist/index.d.cts CHANGED
@@ -697,6 +697,7 @@ type ApiRequestQuery = {
697
697
  type ApiStep = {
698
698
  type: "api";
699
699
  request: {
700
+ /** Static URL or ${values.path}/${resources.path} component placeholders. */
700
701
  url: string;
701
702
  method: "GET" | "POST" | "PUT" | "DELETE";
702
703
  headers?: Record<string, string>;
package/dist/index.d.ts CHANGED
@@ -697,6 +697,7 @@ type ApiRequestQuery = {
697
697
  type ApiStep = {
698
698
  type: "api";
699
699
  request: {
700
+ /** Static URL or ${values.path}/${resources.path} component placeholders. */
700
701
  url: string;
701
702
  method: "GET" | "POST" | "PUT" | "DELETE";
702
703
  headers?: Record<string, string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bsm-form/schema",
3
- "version": "0.39.0",
3
+ "version": "0.40.0",
4
4
  "description": "Serializable FormSchema contracts for the BSM form platform",
5
5
  "type": "module",
6
6
  "license": "UNLICENSED",