@uniformdev/assets 20.67.0 → 20.67.1-alpha.22

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
@@ -605,6 +605,14 @@ interface components$1 {
605
605
  variants?: {
606
606
  unpublished?: components$1["schemas"]["AlternativeDataSourceData"];
607
607
  };
608
+ /** @description Created date of the data source in ISO 8601 format (ignored for writes) */
609
+ created?: string;
610
+ /** @description Last modified date of the data source in ISO 8601 format (ignored for writes) */
611
+ modified?: string;
612
+ /** @description User or API key ID that created the data source (ignored for writes) */
613
+ createdBy?: string;
614
+ /** @description User or API key ID that last modified the data source (ignored for writes) */
615
+ modifiedBy?: string;
608
616
  };
609
617
  /** @description A specific type of data that a Data Source can provide (i.e. "Recipe", "Recipes List by Tag", "Yelp Reviews of My Restaurant"). These are created in the UI and shared a whole project */
610
618
  DataType: {
@@ -656,6 +664,14 @@ interface components$1 {
656
664
  custom?: {
657
665
  [key: string]: unknown;
658
666
  };
667
+ /** @description Created date of the data type in ISO 8601 format (ignored for writes) */
668
+ created?: string;
669
+ /** @description Last modified date of the data type in ISO 8601 format (ignored for writes) */
670
+ modified?: string;
671
+ /** @description User or API key ID that created the data type (ignored for writes) */
672
+ createdBy?: string;
673
+ /** @description User or API key ID that last modified the data type (ignored for writes) */
674
+ modifiedBy?: string;
659
675
  };
660
676
  /** @description Defines the shape of a data variable on a Data Source or Data Type */
661
677
  DataVariableDefinition: {
package/dist/index.d.ts CHANGED
@@ -605,6 +605,14 @@ interface components$1 {
605
605
  variants?: {
606
606
  unpublished?: components$1["schemas"]["AlternativeDataSourceData"];
607
607
  };
608
+ /** @description Created date of the data source in ISO 8601 format (ignored for writes) */
609
+ created?: string;
610
+ /** @description Last modified date of the data source in ISO 8601 format (ignored for writes) */
611
+ modified?: string;
612
+ /** @description User or API key ID that created the data source (ignored for writes) */
613
+ createdBy?: string;
614
+ /** @description User or API key ID that last modified the data source (ignored for writes) */
615
+ modifiedBy?: string;
608
616
  };
609
617
  /** @description A specific type of data that a Data Source can provide (i.e. "Recipe", "Recipes List by Tag", "Yelp Reviews of My Restaurant"). These are created in the UI and shared a whole project */
610
618
  DataType: {
@@ -656,6 +664,14 @@ interface components$1 {
656
664
  custom?: {
657
665
  [key: string]: unknown;
658
666
  };
667
+ /** @description Created date of the data type in ISO 8601 format (ignored for writes) */
668
+ created?: string;
669
+ /** @description Last modified date of the data type in ISO 8601 format (ignored for writes) */
670
+ modified?: string;
671
+ /** @description User or API key ID that created the data type (ignored for writes) */
672
+ createdBy?: string;
673
+ /** @description User or API key ID that last modified the data type (ignored for writes) */
674
+ modifiedBy?: string;
659
675
  };
660
676
  /** @description Defines the shape of a data variable on a Data Source or Data Type */
661
677
  DataVariableDefinition: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/assets",
3
- "version": "20.67.0",
3
+ "version": "20.67.1-alpha.22+329be3528c",
4
4
  "description": "Uniform Assets",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -36,11 +36,11 @@
36
36
  "access": "public"
37
37
  },
38
38
  "dependencies": {
39
- "@uniformdev/context": "20.67.0",
40
- "@uniformdev/files": "20.67.0"
39
+ "@uniformdev/context": "20.67.1-alpha.22+329be3528c",
40
+ "@uniformdev/files": "20.67.1-alpha.22+329be3528c"
41
41
  },
42
42
  "devDependencies": {
43
43
  "ts-xor": "^1.3.0"
44
44
  },
45
- "gitHead": "e97ff55db904f9f4b5c21a18a3ad21a94084684c"
45
+ "gitHead": "329be3528c6e4e6d01316386d18059ec0ffcd172"
46
46
  }