@uniformdev/assets 19.155.0 → 19.157.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.mts CHANGED
@@ -935,6 +935,11 @@ interface external {
935
935
  * If isPatternParameter is false or undefined, this has no meaning.
936
936
  */
937
937
  ignorePatternParameterDefault?: boolean;
938
+ /**
939
+ * @description When true, the data resource does not create an error forcing the choosing an override value when there is no default.
940
+ * If isPatternParameter is false or undefined, or if ignorePatternParameterDefault is false, this has no meaning.
941
+ */
942
+ optionalPatternParameter?: boolean;
938
943
  variables?: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceVariables"];
939
944
  };
940
945
  /** @description Variable values for a data resource. */
package/dist/index.d.ts CHANGED
@@ -935,6 +935,11 @@ interface external {
935
935
  * If isPatternParameter is false or undefined, this has no meaning.
936
936
  */
937
937
  ignorePatternParameterDefault?: boolean;
938
+ /**
939
+ * @description When true, the data resource does not create an error forcing the choosing an override value when there is no default.
940
+ * If isPatternParameter is false or undefined, or if ignorePatternParameterDefault is false, this has no meaning.
941
+ */
942
+ optionalPatternParameter?: boolean;
938
943
  variables?: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceVariables"];
939
944
  };
940
945
  /** @description Variable values for a data resource. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/assets",
3
- "version": "19.155.0",
3
+ "version": "19.157.0",
4
4
  "description": "Uniform Assets",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -36,7 +36,7 @@
36
36
  "access": "public"
37
37
  },
38
38
  "dependencies": {
39
- "@uniformdev/context": "19.155.0"
39
+ "@uniformdev/context": "19.157.0"
40
40
  },
41
- "gitHead": "bc0b859c349265908819b35b3fe5a812e52d37b3"
41
+ "gitHead": "af204708fe4428d4dfe46f894fb2724a9c00b40a"
42
42
  }