@uniformdev/assets 20.50.2-alpha.146 → 20.50.2-alpha.149

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
@@ -744,9 +744,12 @@ interface components$1 {
744
744
  versionId: string;
745
745
  /** @description The timestamp when the version was created in epoch milliseconds */
746
746
  timestamp: number;
747
- /** @description The name (full name) of the user who created the version */
747
+ /** @description The name (full name) of the user who created the version, or "Unknown user" if the author can no longer be resolved */
748
748
  authorName: string;
749
749
  authorIsApiKey: boolean;
750
+ /** @description The identity who created the version; absent on old history entries.
751
+ * */
752
+ authorSubject?: string;
750
753
  /** @description The state of the entity when the history entry was made */
751
754
  state: number;
752
755
  };
package/dist/index.d.ts CHANGED
@@ -744,9 +744,12 @@ interface components$1 {
744
744
  versionId: string;
745
745
  /** @description The timestamp when the version was created in epoch milliseconds */
746
746
  timestamp: number;
747
- /** @description The name (full name) of the user who created the version */
747
+ /** @description The name (full name) of the user who created the version, or "Unknown user" if the author can no longer be resolved */
748
748
  authorName: string;
749
749
  authorIsApiKey: boolean;
750
+ /** @description The identity who created the version; absent on old history entries.
751
+ * */
752
+ authorSubject?: string;
750
753
  /** @description The state of the entity when the history entry was made */
751
754
  state: number;
752
755
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/assets",
3
- "version": "20.50.2-alpha.146+88f341e03e",
3
+ "version": "20.50.2-alpha.149+913f0b7b57",
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.50.2-alpha.146+88f341e03e",
40
- "@uniformdev/files": "20.50.2-alpha.146+88f341e03e"
39
+ "@uniformdev/context": "20.50.2-alpha.149+913f0b7b57",
40
+ "@uniformdev/files": "20.50.2-alpha.149+913f0b7b57"
41
41
  },
42
42
  "devDependencies": {
43
43
  "ts-xor": "^1.3.0"
44
44
  },
45
- "gitHead": "88f341e03ec871c6af2cd47b9ce257ff4a394816"
45
+ "gitHead": "913f0b7b57295ca79575810663c56a7a5deea9e4"
46
46
  }