@nautical-commerce/graphql-schema 2.11.0 → 2.12.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.
- package/nautical/schema.graphql +2 -1
- package/package.json +7 -7
package/nautical/schema.graphql
CHANGED
|
@@ -11981,7 +11981,7 @@ type Mutation {
|
|
|
11981
11981
|
description: String
|
|
11982
11982
|
|
|
11983
11983
|
"""
|
|
11984
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/
|
|
11984
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/tiff, application/acrobat, image/heic-sequence, application/excel, application/vnd.ms-powerpoint, application/x-tar, application/msword, application/x-eps, pplication/vnd.rar, text/x-csv, image/jpg, image/x-dxf, image/x-dwg, application/gzipped, application/tif, image/x-tiff, application/eps, image/heic, application/vnd.oasis.opendocument.spreadsheet, application/vnd.oasis.opendocument.text, image/tiff, image/vnd.dwg, application/vnd.oasis.opendocument.presentation, image/x-eps, image/x-tif, application/x-rar, application/acad, text/svg, application/x-tiff, image/x-ms-bmp, application/jpg, drawing/x-dwg, image/bmp, application/gzip, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/x-pdf, drawing/dwg, image/heif, image/dxf, image/x-bmp, application/vnd.ms-excel, application/dwg, image/tif, application/x-autocad, application/pdf, image/svg, application/gzip-compressed, text/x-comma-separated-values, application/vnd.pdf, application/x-pdf, application/x-rar-compressed, image/eps, text/csv, drawing/x-dwf, application/x-rtf, image/svg+xml, application/rtf, application/svg+xml, application/x-dxf, image/webp, application/postscript, text/rtf, application/vnd.ms-word, text/svg-xml, application/csv, image/png, text/pdf, image/jpeg, image/heif-sequence, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/zip, application/x-zip-compressed, application/x-gzip, text/comma-separated-values, application/x-jpg, application/x-csv, image/gif, text/plain, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/x-dwg, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/dxf, application/x-acad, application/x-tif.
|
|
11985
11985
|
"""
|
|
11986
11986
|
file: Upload!
|
|
11987
11987
|
|
|
@@ -21491,6 +21491,7 @@ type AuthURLGenerate {
|
|
|
21491
21491
|
|
|
21492
21492
|
"""An enumeration."""
|
|
21493
21493
|
enum SsoProviderType {
|
|
21494
|
+
AppleOAuth
|
|
21494
21495
|
GitHubOAuth
|
|
21495
21496
|
GoogleOAuth
|
|
21496
21497
|
MicrosoftOAuth
|
package/package.json
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nautical-commerce/graphql-schema",
|
|
3
|
-
"version": "v2.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "v2.12.0",
|
|
4
|
+
"description": "Traide API GraphQL Schema",
|
|
5
5
|
"main": "./nautical/schema.graphql",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
8
8
|
},
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "git+https://github.com/
|
|
11
|
+
"url": "git+https://github.com/The-Traide/api.git"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [],
|
|
14
|
-
"author": "
|
|
14
|
+
"author": "James Throsby<james@thetraide.com>",
|
|
15
15
|
"license": "BSD-3-Clause",
|
|
16
16
|
"files": [
|
|
17
17
|
"./nautical/schema.graphql"
|
|
18
18
|
],
|
|
19
19
|
"bugs": {
|
|
20
|
-
"url": "https://github.com/
|
|
20
|
+
"url": "https://github.com/The-Traide/api/issues"
|
|
21
21
|
},
|
|
22
22
|
"homepage": "https://nauticalcommerce.com",
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@graphql-inspector/cli": "^5.0.
|
|
25
|
-
"graphql": "^16.
|
|
24
|
+
"@graphql-inspector/cli": "^5.0.8",
|
|
25
|
+
"graphql": "^16.9.0"
|
|
26
26
|
}
|
|
27
27
|
}
|