@uniformdev/assets 19.132.0 → 19.134.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
@@ -620,15 +620,7 @@ interface external {
620
620
  _patternDataResources?: {
621
621
  [key: string]: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
622
622
  };
623
- /**
624
- * @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
625
- * CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
626
- * NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
627
- * Means nothing for PUTs; it will be ignored.
628
- *
629
- * @enum {string}
630
- */
631
- _patternError?: "NOTFOUND" | "CYCLIC";
623
+ _patternError?: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
632
624
  /**
633
625
  * @description Defines patch overrides to component IDs that live in the composition.
634
626
  * This can be used to override parameters that are defined on patterns,
@@ -687,6 +679,7 @@ interface external {
687
679
  [key: string]: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
688
680
  };
689
681
  _dataResources?: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinitions"];
682
+ _patternError?: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
690
683
  /**
691
684
  * @description Defines patch overrides to component IDs that live in the composition.
692
685
  * This can be used to override parameters that are defined on patterns,
@@ -901,6 +894,15 @@ interface external {
901
894
  DataResourceVariables: {
902
895
  [key: string]: string;
903
896
  };
897
+ /**
898
+ * @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
899
+ * CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
900
+ * NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
901
+ * Means nothing for PUTs; it will be ignored.
902
+ *
903
+ * @enum {string}
904
+ */
905
+ PatternError: "NOTFOUND" | "CYCLIC";
904
906
  HistoryApiResponse: {
905
907
  /**
906
908
  * @description If there are more results, this will be populated with a token to pass in the next request to get the next page of results.
package/dist/index.d.ts CHANGED
@@ -620,15 +620,7 @@ interface external {
620
620
  _patternDataResources?: {
621
621
  [key: string]: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
622
622
  };
623
- /**
624
- * @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
625
- * CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
626
- * NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
627
- * Means nothing for PUTs; it will be ignored.
628
- *
629
- * @enum {string}
630
- */
631
- _patternError?: "NOTFOUND" | "CYCLIC";
623
+ _patternError?: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
632
624
  /**
633
625
  * @description Defines patch overrides to component IDs that live in the composition.
634
626
  * This can be used to override parameters that are defined on patterns,
@@ -687,6 +679,7 @@ interface external {
687
679
  [key: string]: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
688
680
  };
689
681
  _dataResources?: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinitions"];
682
+ _patternError?: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
690
683
  /**
691
684
  * @description Defines patch overrides to component IDs that live in the composition.
692
685
  * This can be used to override parameters that are defined on patterns,
@@ -901,6 +894,15 @@ interface external {
901
894
  DataResourceVariables: {
902
895
  [key: string]: string;
903
896
  };
897
+ /**
898
+ * @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
899
+ * CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
900
+ * NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
901
+ * Means nothing for PUTs; it will be ignored.
902
+ *
903
+ * @enum {string}
904
+ */
905
+ PatternError: "NOTFOUND" | "CYCLIC";
904
906
  HistoryApiResponse: {
905
907
  /**
906
908
  * @description If there are more results, this will be populated with a token to pass in the next request to get the next page of results.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/assets",
3
- "version": "19.132.0",
3
+ "version": "19.134.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.132.0"
39
+ "@uniformdev/context": "19.134.0"
40
40
  },
41
- "gitHead": "7e50a3037d22f060b5de46fbe32b9e4a6fb1c16c"
41
+ "gitHead": "4d3856ce53d66b4e69fd693dadc98292cfbc37d1"
42
42
  }