@strapi/types 5.10.3 → 5.11.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.
|
@@ -24,7 +24,7 @@ export type ScalarValues = GetValue<Schema.Attribute.BigInteger | Schema.Attribu
|
|
|
24
24
|
*/
|
|
25
25
|
export type GetValues<TSchemaUID extends UID.Schema> = {
|
|
26
26
|
id?: ID;
|
|
27
|
-
documentId?:
|
|
27
|
+
documentId?: DocumentID;
|
|
28
28
|
} & OmitRelationsWithoutTarget<TSchemaUID, {
|
|
29
29
|
[TKey in Schema.OptionalAttributeNames<TSchemaUID>]?: GetValue<Schema.AttributeByName<TSchemaUID, TKey>>;
|
|
30
30
|
} & {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/types",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.11.0",
|
|
4
4
|
"description": "Shared typescript types for Strapi internal use",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"strapi"
|
|
@@ -46,12 +46,12 @@
|
|
|
46
46
|
"@casl/ability": "6.5.0",
|
|
47
47
|
"@koa/cors": "5.0.0",
|
|
48
48
|
"@koa/router": "12.0.2",
|
|
49
|
-
"@strapi/database": "5.
|
|
50
|
-
"@strapi/logger": "5.
|
|
51
|
-
"@strapi/permissions": "5.
|
|
52
|
-
"@strapi/utils": "5.
|
|
49
|
+
"@strapi/database": "5.11.0",
|
|
50
|
+
"@strapi/logger": "5.11.0",
|
|
51
|
+
"@strapi/permissions": "5.11.0",
|
|
52
|
+
"@strapi/utils": "5.11.0",
|
|
53
53
|
"commander": "8.3.0",
|
|
54
|
-
"koa": "2.15.
|
|
54
|
+
"koa": "2.15.4",
|
|
55
55
|
"koa-body": "6.0.1",
|
|
56
56
|
"node-schedule": "2.1.1",
|
|
57
57
|
"typedoc": "0.25.10",
|
|
@@ -64,9 +64,9 @@
|
|
|
64
64
|
"@types/koa": "2.13.4",
|
|
65
65
|
"@types/koa__router": "12.0.0",
|
|
66
66
|
"@types/node-schedule": "2.1.7",
|
|
67
|
-
"eslint-config-custom": "5.
|
|
67
|
+
"eslint-config-custom": "5.11.0",
|
|
68
68
|
"lodash": "4.17.21",
|
|
69
|
-
"tsconfig": "5.
|
|
69
|
+
"tsconfig": "5.11.0",
|
|
70
70
|
"typescript": "5.4.4",
|
|
71
71
|
"undici": "6.21.1"
|
|
72
72
|
},
|