@strapi/plugin-graphql 5.0.3 → 5.0.4
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/admin/index.js +1 -1
- package/dist/admin/index.mjs +1 -1
- package/dist/server/src/index.d.ts +14 -1
- package/dist/server/src/index.d.ts.map +1 -1
- package/dist/server/src/services/index.d.ts +14 -1
- package/dist/server/src/services/index.d.ts.map +1 -1
- package/dist/server/src/services/utils/index.d.ts +14 -1
- package/dist/server/src/services/utils/index.d.ts.map +1 -1
- package/package.json +8 -8
package/dist/admin/index.js
CHANGED
package/dist/admin/index.mjs
CHANGED
|
@@ -242,7 +242,20 @@ declare const _default: {
|
|
|
242
242
|
getEntityResponseCollectionName: (contentType: import("@strapi/types/dist/struct").Schema) => string;
|
|
243
243
|
getRelationResponseCollectionName: (contentType: import("@strapi/types/dist/struct").Schema) => string;
|
|
244
244
|
getComponentName: (contentType: import("@strapi/types/dist/struct").Schema) => string;
|
|
245
|
-
getComponentNameFromAttribute: (attribute:
|
|
245
|
+
getComponentNameFromAttribute: (attribute: {
|
|
246
|
+
type: "component";
|
|
247
|
+
pluginOptions?: object | undefined;
|
|
248
|
+
searchable?: boolean | undefined;
|
|
249
|
+
component: `${string}.${string}`;
|
|
250
|
+
repeatable?: false | undefined;
|
|
251
|
+
configurable?: boolean | undefined;
|
|
252
|
+
min?: number | undefined;
|
|
253
|
+
max?: number | undefined;
|
|
254
|
+
private?: boolean | undefined;
|
|
255
|
+
required?: boolean | undefined;
|
|
256
|
+
writable?: boolean | undefined;
|
|
257
|
+
visible?: boolean | undefined;
|
|
258
|
+
}) => string;
|
|
246
259
|
getDynamicZoneName: (contentType: import("@strapi/types/dist/struct").Schema, attributeName: string) => string;
|
|
247
260
|
getDynamicZoneInputName: (contentType: import("@strapi/types/dist/struct").Schema, attributeName: string) => string;
|
|
248
261
|
getComponentInputName: (contentType: import("@strapi/types/dist/struct").Schema) => string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../server/src/index.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../server/src/index.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGxC,wBAIE"}
|
|
@@ -229,7 +229,20 @@ export declare const services: {
|
|
|
229
229
|
getEntityResponseCollectionName: (contentType: import("@strapi/types/dist/struct").Schema) => string;
|
|
230
230
|
getRelationResponseCollectionName: (contentType: import("@strapi/types/dist/struct").Schema) => string;
|
|
231
231
|
getComponentName: (contentType: import("@strapi/types/dist/struct").Schema) => string;
|
|
232
|
-
getComponentNameFromAttribute: (attribute:
|
|
232
|
+
getComponentNameFromAttribute: (attribute: {
|
|
233
|
+
type: "component";
|
|
234
|
+
pluginOptions?: object | undefined;
|
|
235
|
+
searchable?: boolean | undefined;
|
|
236
|
+
component: `${string}.${string}`;
|
|
237
|
+
repeatable?: false | undefined;
|
|
238
|
+
configurable?: boolean | undefined;
|
|
239
|
+
min?: number | undefined;
|
|
240
|
+
max?: number | undefined;
|
|
241
|
+
private?: boolean | undefined;
|
|
242
|
+
required?: boolean | undefined;
|
|
243
|
+
writable?: boolean | undefined;
|
|
244
|
+
visible?: boolean | undefined;
|
|
245
|
+
}) => string;
|
|
233
246
|
getDynamicZoneName: (contentType: import("@strapi/types/dist/struct").Schema, attributeName: string) => string;
|
|
234
247
|
getDynamicZoneInputName: (contentType: import("@strapi/types/dist/struct").Schema, attributeName: string) => string;
|
|
235
248
|
getComponentInputName: (contentType: import("@strapi/types/dist/struct").Schema) => string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../server/src/services/index.ts"],"names":[],"mappings":";AASA,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../server/src/services/index.ts"],"names":[],"mappings":";AASA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CASpB,CAAC"}
|
|
@@ -14,7 +14,20 @@ declare const _default: (context: Context) => {
|
|
|
14
14
|
getEntityResponseCollectionName: (contentType: import("@strapi/types/dist/struct").Schema) => string;
|
|
15
15
|
getRelationResponseCollectionName: (contentType: import("@strapi/types/dist/struct").Schema) => string;
|
|
16
16
|
getComponentName: (contentType: import("@strapi/types/dist/struct").Schema) => string;
|
|
17
|
-
getComponentNameFromAttribute: (attribute:
|
|
17
|
+
getComponentNameFromAttribute: (attribute: {
|
|
18
|
+
type: "component";
|
|
19
|
+
pluginOptions?: object | undefined;
|
|
20
|
+
searchable?: boolean | undefined;
|
|
21
|
+
component: `${string}.${string}`;
|
|
22
|
+
repeatable?: false | undefined;
|
|
23
|
+
configurable?: boolean | undefined;
|
|
24
|
+
min?: number | undefined;
|
|
25
|
+
max?: number | undefined;
|
|
26
|
+
private?: boolean | undefined;
|
|
27
|
+
required?: boolean | undefined;
|
|
28
|
+
writable?: boolean | undefined;
|
|
29
|
+
visible?: boolean | undefined;
|
|
30
|
+
}) => string;
|
|
18
31
|
getDynamicZoneName: (contentType: import("@strapi/types/dist/struct").Schema, attributeName: string) => string;
|
|
19
32
|
getDynamicZoneInputName: (contentType: import("@strapi/types/dist/struct").Schema, attributeName: string) => string;
|
|
20
33
|
getComponentInputName: (contentType: import("@strapi/types/dist/struct").Schema) => string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../server/src/services/utils/index.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;kCAEf,OAAO
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../server/src/services/utils/index.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;kCAEf,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAhC,wBAKG"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/plugin-graphql",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.4",
|
|
4
4
|
"description": "Adds GraphQL endpoint with default API methods.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@koa/cors": "5.0.0",
|
|
56
56
|
"@strapi/design-system": "2.0.0-rc.11",
|
|
57
57
|
"@strapi/icons": "2.0.0-rc.11",
|
|
58
|
-
"@strapi/utils": "5.0.
|
|
58
|
+
"@strapi/utils": "5.0.4",
|
|
59
59
|
"graphql": "^16.8.1",
|
|
60
60
|
"graphql-depth-limit": "^1.1.0",
|
|
61
61
|
"graphql-playground-middleware-koa": "^1.6.21",
|
|
@@ -68,19 +68,19 @@
|
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@strapi/sdk-plugin": "^5.0.0",
|
|
71
|
-
"@strapi/strapi": "5.0.
|
|
72
|
-
"@strapi/types": "5.0.
|
|
71
|
+
"@strapi/strapi": "5.0.4",
|
|
72
|
+
"@strapi/types": "5.0.4",
|
|
73
73
|
"@types/graphql-depth-limit": "1.1.5",
|
|
74
74
|
"@types/koa-bodyparser": "4.3.12",
|
|
75
75
|
"@types/koa__cors": "5.0.0",
|
|
76
76
|
"cross-env": "^7.0.3",
|
|
77
|
-
"eslint-config-custom": "5.0.
|
|
77
|
+
"eslint-config-custom": "5.0.4",
|
|
78
78
|
"koa": "2.15.2",
|
|
79
79
|
"react": "18.3.1",
|
|
80
80
|
"react-dom": "18.3.1",
|
|
81
81
|
"react-router-dom": "6.22.3",
|
|
82
82
|
"styled-components": "6.1.8",
|
|
83
|
-
"tsconfig": "5.0.
|
|
83
|
+
"tsconfig": "5.0.4",
|
|
84
84
|
"typescript": "5.3.2"
|
|
85
85
|
},
|
|
86
86
|
"peerDependencies": {
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"styled-components": "^6.0.0"
|
|
92
92
|
},
|
|
93
93
|
"engines": {
|
|
94
|
-
"node": ">=18.0.0 <=
|
|
94
|
+
"node": ">=18.0.0 <=22.x.x",
|
|
95
95
|
"npm": ">=6.0.0"
|
|
96
96
|
},
|
|
97
97
|
"strapi": {
|
|
@@ -100,5 +100,5 @@
|
|
|
100
100
|
"description": "Adds GraphQL endpoint with default API methods.",
|
|
101
101
|
"kind": "plugin"
|
|
102
102
|
},
|
|
103
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "e97d870c8f809031cd06bc07bad8b07340e35fb3"
|
|
104
104
|
}
|