@nautical-commerce/graphql-schema 1.65.0-32-gb9dc28277 → 1.65.0-34-g023a59944
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 +4 -28
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -7039,7 +7039,7 @@ type AgreementSellersCountableEdge {
|
|
7039
7039
|
}
|
7040
7040
|
|
7041
7041
|
"""A seller agreement mapping"""
|
7042
|
-
type AgreementSellers implements Node
|
7042
|
+
type AgreementSellers implements Node {
|
7043
7043
|
"""The ID of the object"""
|
7044
7044
|
id: ID!
|
7045
7045
|
tenant: Tenant!
|
@@ -7047,20 +7047,12 @@ type AgreementSellers implements Node & ObjectWithMetadata {
|
|
7047
7047
|
acknowledgedOn: DateTime
|
7048
7048
|
plan: Agreement
|
7049
7049
|
effectiveAt: DateTime!
|
7050
|
-
|
7051
|
-
"""
|
7052
|
-
List of private metadata items.Requires proper staff permissions to access.
|
7053
|
-
"""
|
7054
|
-
privateMetadata: [MetadataItem!]!
|
7055
|
-
|
7056
|
-
"""List of public metadata items. Can be accessed without permissions."""
|
7057
|
-
metadata: [MetadataItem!]!
|
7058
7050
|
}
|
7059
7051
|
|
7060
7052
|
"""
|
7061
7053
|
A marketplace agreement created, edited and maintianed in the dashboard
|
7062
7054
|
"""
|
7063
|
-
type Agreement implements Node
|
7055
|
+
type Agreement implements Node {
|
7064
7056
|
"""The ID of the object"""
|
7065
7057
|
id: ID!
|
7066
7058
|
publicationDate: Date
|
@@ -7094,14 +7086,6 @@ type Agreement implements Node & ObjectWithMetadata {
|
|
7094
7086
|
|
7095
7087
|
"""List of extra fees associated with the agreement."""
|
7096
7088
|
fees: [AgreementFees!]!
|
7097
|
-
|
7098
|
-
"""
|
7099
|
-
List of private metadata items.Requires proper staff permissions to access.
|
7100
|
-
"""
|
7101
|
-
privateMetadata: [MetadataItem!]!
|
7102
|
-
|
7103
|
-
"""List of public metadata items. Can be accessed without permissions."""
|
7104
|
-
metadata: [MetadataItem!]!
|
7105
7089
|
}
|
7106
7090
|
|
7107
7091
|
enum CommissionTypeEnum {
|
@@ -7121,20 +7105,12 @@ enum MarkupCommissionTypeEnum {
|
|
7121
7105
|
}
|
7122
7106
|
|
7123
7107
|
"""An agreement commission"""
|
7124
|
-
type AgreementCommission implements Node
|
7108
|
+
type AgreementCommission implements Node {
|
7125
7109
|
"""The ID of the object"""
|
7126
7110
|
id: ID!
|
7127
7111
|
tenant: Tenant!
|
7128
7112
|
commission: Decimal!
|
7129
7113
|
agreement: Agreement!
|
7130
|
-
|
7131
|
-
"""
|
7132
|
-
List of private metadata items.Requires proper staff permissions to access.
|
7133
|
-
"""
|
7134
|
-
privateMetadata: [MetadataItem!]!
|
7135
|
-
|
7136
|
-
"""List of public metadata items. Can be accessed without permissions."""
|
7137
|
-
metadata: [MetadataItem!]!
|
7138
7114
|
instance: Category
|
7139
7115
|
}
|
7140
7116
|
|
@@ -13227,7 +13203,7 @@ type Mutation {
|
|
13227
13203
|
description: String
|
13228
13204
|
|
13229
13205
|
"""
|
13230
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/x-
|
13206
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/x-pdf, application/tiff, text/x-pdf, image/heic, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-jpg, text/svg-xml, image/vnd.dwg, application/vnd.ms-word, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/tif, image/jpeg, image/x-dwg, image/jpg, application/x-rar, application/gzipped, application/acrobat, application/csv, application/vnd.oasis.opendocument.text, image/x-eps, application/pdf, image/webp, image/svg, image/png, image/svg+xml, application/x-tif, text/plain, image/dxf, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/dwg, drawing/dwg, application/x-zip-compressed, application/x-csv, text/pdf, text/x-csv, image/bmp, application/vnd.oasis.opendocument.presentation, text/rtf, application/gzip-compressed, application/dxf, image/heif-sequence, pplication/vnd.rar, image/x-dxf, application/zip, image/heif, application/x-gzip, application/x-rar-compressed, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/x-tiff, application/x-dwg, application/msword, text/csv, image/x-ms-bmp, image/x-bmp, application/x-rtf, application/x-tiff, drawing/x-dwf, application/postscript, image/tif, application/vnd.pdf, application/jpg, application/rtf, application/svg+xml, application/x-tar, application/x-eps, image/heic-sequence, application/excel, text/svg, text/x-comma-separated-values, image/x-tif, application/eps, application/gzip, image/tiff, application/x-dxf, application/x-autocad, drawing/x-dwg, application/vnd.oasis.opendocument.spreadsheet, image/eps, image/gif, text/comma-separated-values, application/acad, application/x-acad.
|
13231
13207
|
"""
|
13232
13208
|
file: Upload!
|
13233
13209
|
|