@uniformdev/canvas 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 +12 -3
- package/dist/index.d.ts +12 -3
- package/package.json +5 -5
package/dist/index.d.mts
CHANGED
|
@@ -1379,9 +1379,12 @@ interface components$q {
|
|
|
1379
1379
|
versionId: string;
|
|
1380
1380
|
/** @description The timestamp when the version was created in epoch milliseconds */
|
|
1381
1381
|
timestamp: number;
|
|
1382
|
-
/** @description The name (full name) of the user who created the version */
|
|
1382
|
+
/** @description The name (full name) of the user who created the version, or "Unknown user" if the author can no longer be resolved */
|
|
1383
1383
|
authorName: string;
|
|
1384
1384
|
authorIsApiKey: boolean;
|
|
1385
|
+
/** @description The identity who created the version; absent on old history entries.
|
|
1386
|
+
* */
|
|
1387
|
+
authorSubject?: string;
|
|
1385
1388
|
/** @description The state of the entity when the history entry was made */
|
|
1386
1389
|
state: number;
|
|
1387
1390
|
};
|
|
@@ -4158,9 +4161,12 @@ interface components$l {
|
|
|
4158
4161
|
versionId: string;
|
|
4159
4162
|
/** @description The timestamp when the version was created in epoch milliseconds */
|
|
4160
4163
|
timestamp: number;
|
|
4161
|
-
/** @description The name (full name) of the user who created the version */
|
|
4164
|
+
/** @description The name (full name) of the user who created the version, or "Unknown user" if the author can no longer be resolved */
|
|
4162
4165
|
authorName: string;
|
|
4163
4166
|
authorIsApiKey: boolean;
|
|
4167
|
+
/** @description The identity who created the version; absent on old history entries.
|
|
4168
|
+
* */
|
|
4169
|
+
authorSubject?: string;
|
|
4164
4170
|
/** @description The state of the entity when the history entry was made */
|
|
4165
4171
|
state: number;
|
|
4166
4172
|
};
|
|
@@ -7745,9 +7751,12 @@ interface components$c {
|
|
|
7745
7751
|
versionId: string;
|
|
7746
7752
|
/** @description The timestamp when the version was created in epoch milliseconds */
|
|
7747
7753
|
timestamp: number;
|
|
7748
|
-
/** @description The name (full name) of the user who created the version */
|
|
7754
|
+
/** @description The name (full name) of the user who created the version, or "Unknown user" if the author can no longer be resolved */
|
|
7749
7755
|
authorName: string;
|
|
7750
7756
|
authorIsApiKey: boolean;
|
|
7757
|
+
/** @description The identity who created the version; absent on old history entries.
|
|
7758
|
+
* */
|
|
7759
|
+
authorSubject?: string;
|
|
7751
7760
|
/** @description The state of the entity when the history entry was made */
|
|
7752
7761
|
state: number;
|
|
7753
7762
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -1379,9 +1379,12 @@ interface components$q {
|
|
|
1379
1379
|
versionId: string;
|
|
1380
1380
|
/** @description The timestamp when the version was created in epoch milliseconds */
|
|
1381
1381
|
timestamp: number;
|
|
1382
|
-
/** @description The name (full name) of the user who created the version */
|
|
1382
|
+
/** @description The name (full name) of the user who created the version, or "Unknown user" if the author can no longer be resolved */
|
|
1383
1383
|
authorName: string;
|
|
1384
1384
|
authorIsApiKey: boolean;
|
|
1385
|
+
/** @description The identity who created the version; absent on old history entries.
|
|
1386
|
+
* */
|
|
1387
|
+
authorSubject?: string;
|
|
1385
1388
|
/** @description The state of the entity when the history entry was made */
|
|
1386
1389
|
state: number;
|
|
1387
1390
|
};
|
|
@@ -4158,9 +4161,12 @@ interface components$l {
|
|
|
4158
4161
|
versionId: string;
|
|
4159
4162
|
/** @description The timestamp when the version was created in epoch milliseconds */
|
|
4160
4163
|
timestamp: number;
|
|
4161
|
-
/** @description The name (full name) of the user who created the version */
|
|
4164
|
+
/** @description The name (full name) of the user who created the version, or "Unknown user" if the author can no longer be resolved */
|
|
4162
4165
|
authorName: string;
|
|
4163
4166
|
authorIsApiKey: boolean;
|
|
4167
|
+
/** @description The identity who created the version; absent on old history entries.
|
|
4168
|
+
* */
|
|
4169
|
+
authorSubject?: string;
|
|
4164
4170
|
/** @description The state of the entity when the history entry was made */
|
|
4165
4171
|
state: number;
|
|
4166
4172
|
};
|
|
@@ -7745,9 +7751,12 @@ interface components$c {
|
|
|
7745
7751
|
versionId: string;
|
|
7746
7752
|
/** @description The timestamp when the version was created in epoch milliseconds */
|
|
7747
7753
|
timestamp: number;
|
|
7748
|
-
/** @description The name (full name) of the user who created the version */
|
|
7754
|
+
/** @description The name (full name) of the user who created the version, or "Unknown user" if the author can no longer be resolved */
|
|
7749
7755
|
authorName: string;
|
|
7750
7756
|
authorIsApiKey: boolean;
|
|
7757
|
+
/** @description The identity who created the version; absent on old history entries.
|
|
7758
|
+
* */
|
|
7759
|
+
authorSubject?: string;
|
|
7751
7760
|
/** @description The state of the entity when the history entry was made */
|
|
7752
7761
|
state: number;
|
|
7753
7762
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas",
|
|
3
|
-
"version": "20.50.2-alpha.
|
|
3
|
+
"version": "20.50.2-alpha.149+913f0b7b57",
|
|
4
4
|
"description": "Common functionality and types for Uniform Canvas",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"svix": "1.71.0"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@uniformdev/assets": "20.50.2-alpha.
|
|
43
|
-
"@uniformdev/context": "20.50.2-alpha.
|
|
44
|
-
"@uniformdev/richtext": "20.50.2-alpha.
|
|
42
|
+
"@uniformdev/assets": "20.50.2-alpha.149+913f0b7b57",
|
|
43
|
+
"@uniformdev/context": "20.50.2-alpha.149+913f0b7b57",
|
|
44
|
+
"@uniformdev/richtext": "20.50.2-alpha.149+913f0b7b57",
|
|
45
45
|
"immer": "10.1.3"
|
|
46
46
|
},
|
|
47
47
|
"files": [
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"publishConfig": {
|
|
51
51
|
"access": "public"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "913f0b7b57295ca79575810663c56a7a5deea9e4"
|
|
54
54
|
}
|