@restorecommerce/facade 1.1.4 → 1.1.5
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/CHANGELOG.md +26 -0
- package/codegen/index.js +2 -1
- package/dist/gql/protos/federation.js +2 -2
- package/dist/gql/protos/registry.js +2 -2
- package/dist/gql/protos/resolvers.d.ts +2 -2
- package/dist/gql/protos/resolvers.js +7 -6
- package/dist/gql/protos/schema.d.ts +1 -1
- package/dist/gql/protos/schema.js +4 -4
- package/dist/gql/protos/types.d.ts +3 -3
- package/dist/gql/protos/utils.d.ts +2 -0
- package/dist/gql/protos/utils.js +11 -1
- package/dist/index.d.ts +1 -3
- package/dist/index.js +19 -18
- package/dist/interfaces.d.ts +4 -5
- package/dist/modules/access-control/gql/federation.js +2 -2
- package/dist/modules/access-control/gql/schema.generated.d.ts +166 -161
- package/dist/modules/access-control/grpc/index.d.ts +8 -8
- package/dist/modules/access-control/grpc/index.js +4 -4
- package/dist/modules/access-control/interfaces.d.ts +1 -1
- package/dist/modules/catalog/gql/federation.js +2 -2
- package/dist/modules/catalog/gql/schema.generated.d.ts +575 -339
- package/dist/modules/catalog/gql/schema.generated.js +7 -1
- package/dist/modules/catalog/grpc/index.d.ts +10 -10
- package/dist/modules/catalog/grpc/index.js +5 -5
- package/dist/modules/catalog/interfaces.d.ts +1 -1
- package/dist/modules/facade-status/gql/index.js +2 -2
- package/dist/modules/facade-status/gql/schema.generated.d.ts +27 -27
- package/dist/modules/facade-status/interfaces.d.ts +1 -1
- package/dist/modules/fulfillment/gql/federation.js +2 -2
- package/dist/modules/fulfillment/gql/schema.generated.d.ts +561 -505
- package/dist/modules/fulfillment/gql/schema.generated.js +6 -6
- package/dist/modules/fulfillment/grpc/index.d.ts +4 -4
- package/dist/modules/fulfillment/grpc/index.js +2 -2
- package/dist/modules/fulfillment/interfaces.d.ts +1 -1
- package/dist/modules/identity/gql/schema.generated.d.ts +361 -213
- package/dist/modules/identity/grpc/index.d.ts +10 -10
- package/dist/modules/identity/grpc/index.js +5 -5
- package/dist/modules/identity/interfaces.d.ts +1 -1
- package/dist/modules/identity/oidc/adapter.d.ts +1 -1
- package/dist/modules/identity/oidc/index.d.ts +1 -1
- package/dist/modules/identity/oidc/index.js +1 -1
- package/dist/modules/identity/oidc/interfaces.d.ts +11 -10
- package/dist/modules/identity/oidc/router.d.ts +1 -1
- package/dist/modules/identity/oidc/router.js +2 -2
- package/dist/modules/identity/oidc/user.d.ts +1 -1
- package/dist/modules/indexing/gql/federation.js +2 -2
- package/dist/modules/indexing/gql/schema.generated.d.ts +55 -50
- package/dist/modules/indexing/grpc/index.d.ts +2 -2
- package/dist/modules/indexing/grpc/index.js +1 -1
- package/dist/modules/indexing/interfaces.d.ts +1 -1
- package/dist/modules/invoicing/gql/federation.js +2 -2
- package/dist/modules/invoicing/gql/schema.generated.d.ts +148 -139
- package/dist/modules/invoicing/grpc/index.d.ts +2 -2
- package/dist/modules/invoicing/grpc/index.js +1 -1
- package/dist/modules/invoicing/interfaces.d.ts +1 -1
- package/dist/modules/notification/gql/federation.js +2 -2
- package/dist/modules/notification/gql/schema.generated.d.ts +100 -95
- package/dist/modules/notification/grpc/index.d.ts +2 -2
- package/dist/modules/notification/grpc/index.js +1 -1
- package/dist/modules/notification/interfaces.d.ts +1 -1
- package/dist/modules/ordering/gql/federation.js +2 -2
- package/dist/modules/ordering/gql/schema.generated.d.ts +686 -269
- package/dist/modules/ordering/gql/schema.generated.js +24 -12
- package/dist/modules/ordering/grpc/index.d.ts +2 -2
- package/dist/modules/ordering/grpc/index.js +1 -1
- package/dist/modules/ordering/interfaces.d.ts +1 -1
- package/dist/modules/ostorage/gql/federation.js +2 -2
- package/dist/modules/ostorage/gql/schema.generated.d.ts +135 -130
- package/dist/modules/ostorage/grpc/index.d.ts +2 -2
- package/dist/modules/ostorage/grpc/index.js +1 -1
- package/dist/modules/ostorage/interfaces.d.ts +1 -1
- package/dist/modules/payment/gql/federation.js +2 -2
- package/dist/modules/payment/gql/schema.generated.d.ts +65 -65
- package/dist/modules/payment/grpc/index.d.ts +2 -2
- package/dist/modules/payment/grpc/index.js +1 -1
- package/dist/modules/payment/interfaces.d.ts +1 -1
- package/dist/modules/resource/gql/federation.js +2 -2
- package/dist/modules/resource/gql/schema.generated.d.ts +331 -314
- package/dist/modules/resource/gql/schema.generated.js +6 -1
- package/dist/modules/resource/grpc/index.d.ts +22 -22
- package/dist/modules/resource/grpc/index.js +12 -12
- package/dist/modules/resource/interfaces.d.ts +1 -1
- package/dist/modules/scheduling/gql/federation.js +2 -2
- package/dist/modules/scheduling/gql/schema.generated.d.ts +105 -100
- package/dist/modules/scheduling/grpc/index.d.ts +2 -2
- package/dist/modules/scheduling/grpc/index.js +1 -1
- package/dist/modules/scheduling/interfaces.d.ts +1 -1
- package/dist/utils.d.ts +2 -2
- package/package.json +46 -45
@@ -1,23 +1,23 @@
|
|
1
1
|
import { GraphQLResolveInfo, GraphQLScalarType, GraphQLScalarTypeConfig } from 'graphql';
|
2
2
|
import { FulfillmentContext } from '../interfaces';
|
3
|
-
export
|
4
|
-
export
|
5
|
-
export
|
3
|
+
export type Maybe<T> = T | null | undefined;
|
4
|
+
export type InputMaybe<T> = T | null | undefined;
|
5
|
+
export type Exact<T extends {
|
6
6
|
[key: string]: unknown;
|
7
7
|
}> = {
|
8
8
|
[K in keyof T]: T[K];
|
9
9
|
};
|
10
|
-
export
|
10
|
+
export type MakeOptional<T, K extends keyof T> = Omit<T, K> & {
|
11
11
|
[SubKey in K]?: Maybe<T[SubKey]>;
|
12
12
|
};
|
13
|
-
export
|
13
|
+
export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & {
|
14
14
|
[SubKey in K]: Maybe<T[SubKey]>;
|
15
15
|
};
|
16
|
-
export
|
16
|
+
export type RequireFields<T, K extends keyof T> = Omit<T, K> & {
|
17
17
|
[P in K]-?: NonNullable<T[P]>;
|
18
18
|
};
|
19
19
|
/** All built-in and custom scalars, mapped to their actual values */
|
20
|
-
export
|
20
|
+
export type Scalars = {
|
21
21
|
ID: string;
|
22
22
|
String: string;
|
23
23
|
Boolean: boolean;
|
@@ -25,70 +25,69 @@ export declare type Scalars = {
|
|
25
25
|
Float: number;
|
26
26
|
GoogleProtobufAnyValue: any;
|
27
27
|
};
|
28
|
-
export
|
28
|
+
export type Query = {
|
29
29
|
__typename?: 'Query';
|
30
30
|
fulfillment: FulfillmentQuery;
|
31
31
|
};
|
32
|
-
export
|
32
|
+
export type FulfillmentQuery = {
|
33
33
|
__typename?: 'FulfillmentQuery';
|
34
34
|
fulfillment: FulfillmentFulfillmentQuery;
|
35
35
|
fulfillment_courier: FulfillmentFulfillmentCourierQuery;
|
36
36
|
fulfillment_product: FulfillmentFulfillmentProductQuery;
|
37
37
|
};
|
38
|
-
export
|
38
|
+
export type FulfillmentFulfillmentQuery = {
|
39
39
|
__typename?: 'FulfillmentFulfillmentQuery';
|
40
|
-
Read?: Maybe<
|
41
|
-
Track?: Maybe<ProtoIoRestorecommerceFulfillmentTrackingResultList>;
|
40
|
+
Read?: Maybe<ProtoIoRestorecommerceFulfillmentFulfillmentListResponse>;
|
42
41
|
};
|
43
|
-
export
|
42
|
+
export type FulfillmentFulfillmentQueryReadArgs = {
|
44
43
|
input: IIoRestorecommerceResourcebaseReadRequest;
|
45
44
|
};
|
46
|
-
export
|
47
|
-
|
45
|
+
export type ProtoIoRestorecommerceFulfillmentFulfillmentListResponse = {
|
46
|
+
__typename?: 'ProtoIoRestorecommerceFulfillmentFulfillmentListResponse';
|
47
|
+
details?: Maybe<IoRestorecommerceFulfillmentFulfillmentListResponse>;
|
48
48
|
};
|
49
|
-
export
|
50
|
-
__typename?: '
|
51
|
-
details?: Maybe<IoRestorecommerceFulfillmentFulfillmentResponseList>;
|
52
|
-
};
|
53
|
-
export declare type IoRestorecommerceFulfillmentFulfillmentResponseList = {
|
54
|
-
__typename?: 'IoRestorecommerceFulfillmentFulfillmentResponseList';
|
49
|
+
export type IoRestorecommerceFulfillmentFulfillmentListResponse = {
|
50
|
+
__typename?: 'IoRestorecommerceFulfillmentFulfillmentListResponse';
|
55
51
|
items?: Maybe<Array<IoRestorecommerceFulfillmentFulfillmentResponse>>;
|
56
52
|
totalCount?: Maybe<Scalars['Int']>;
|
57
53
|
operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
|
58
54
|
};
|
59
|
-
export
|
55
|
+
export type IoRestorecommerceFulfillmentFulfillmentResponse = {
|
60
56
|
__typename?: 'IoRestorecommerceFulfillmentFulfillmentResponse';
|
61
57
|
payload?: Maybe<IoRestorecommerceFulfillmentFulfillment>;
|
62
58
|
status?: Maybe<IoRestorecommerceStatusStatus>;
|
63
59
|
};
|
64
|
-
export
|
60
|
+
export type IoRestorecommerceFulfillmentFulfillment = {
|
65
61
|
__typename?: 'IoRestorecommerceFulfillmentFulfillment';
|
66
62
|
id?: Maybe<Scalars['String']>;
|
67
|
-
|
63
|
+
packaging?: Maybe<IoRestorecommerceFulfillmentPackaging>;
|
68
64
|
meta?: Maybe<IoRestorecommerceMetaMeta>;
|
69
65
|
labels?: Maybe<Array<IoRestorecommerceFulfillmentLabel>>;
|
66
|
+
tracking?: Maybe<Array<IoRestorecommerceFulfillmentTracking>>;
|
70
67
|
state?: Maybe<IoRestorecommerceFulfillmentState>;
|
68
|
+
totalPrice?: Maybe<Scalars['Float']>;
|
69
|
+
totalVat?: Maybe<Scalars['Float']>;
|
71
70
|
};
|
72
|
-
export
|
73
|
-
__typename?: '
|
71
|
+
export type IoRestorecommerceFulfillmentPackaging = {
|
72
|
+
__typename?: 'IoRestorecommerceFulfillmentPackaging';
|
74
73
|
referenceId?: Maybe<Scalars['String']>;
|
75
74
|
parcels?: Maybe<Array<IoRestorecommerceFulfillmentParcel>>;
|
76
|
-
sender?: Maybe<
|
77
|
-
receiver?: Maybe<
|
75
|
+
sender?: Maybe<IoRestorecommerceAddressShippingAddress>;
|
76
|
+
receiver?: Maybe<IoRestorecommerceAddressShippingAddress>;
|
78
77
|
notify?: Maybe<Scalars['String']>;
|
79
78
|
};
|
80
|
-
export
|
79
|
+
export type IoRestorecommerceFulfillmentParcel = {
|
81
80
|
__typename?: 'IoRestorecommerceFulfillmentParcel';
|
81
|
+
id?: Maybe<Scalars['String']>;
|
82
82
|
productId?: Maybe<Scalars['String']>;
|
83
83
|
product?: Maybe<IoRestorecommerceFulfillmentProductFulfillmentProduct>;
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
lengthInCm?: Maybe<Scalars['Float']>;
|
84
|
+
variantId?: Maybe<Scalars['String']>;
|
85
|
+
item?: Maybe<IoRestorecommerceFulfillmentFulfillmentItem>;
|
86
|
+
price?: Maybe<Scalars['Float']>;
|
87
|
+
vats?: Maybe<Array<IoRestorecommerceTaxVat>>;
|
88
|
+
package?: Maybe<IoRestorecommerceProductPackage>;
|
90
89
|
};
|
91
|
-
export
|
90
|
+
export type IoRestorecommerceFulfillmentProductFulfillmentProduct = {
|
92
91
|
__typename?: 'IoRestorecommerceFulfillmentProductFulfillmentProduct';
|
93
92
|
id?: Maybe<Scalars['String']>;
|
94
93
|
name?: Maybe<Scalars['String']>;
|
@@ -102,7 +101,7 @@ export declare type IoRestorecommerceFulfillmentProductFulfillmentProduct = {
|
|
102
101
|
variants?: Maybe<Array<IoRestorecommerceFulfillmentProductVariant>>;
|
103
102
|
meta?: Maybe<IoRestorecommerceMetaMeta>;
|
104
103
|
};
|
105
|
-
export
|
104
|
+
export type IoRestorecommerceFulfillmentCourierFulfillmentCourier = {
|
106
105
|
__typename?: 'IoRestorecommerceFulfillmentCourierFulfillmentCourier';
|
107
106
|
id?: Maybe<Scalars['String']>;
|
108
107
|
name?: Maybe<Scalars['String']>;
|
@@ -113,12 +112,12 @@ export declare type IoRestorecommerceFulfillmentCourierFulfillmentCourier = {
|
|
113
112
|
configuration?: Maybe<GoogleProtobufAny>;
|
114
113
|
meta?: Maybe<IoRestorecommerceMetaMeta>;
|
115
114
|
};
|
116
|
-
export
|
115
|
+
export type GoogleProtobufAny = {
|
117
116
|
__typename?: 'GoogleProtobufAny';
|
118
117
|
typeUrl?: Maybe<Scalars['String']>;
|
119
118
|
value?: Maybe<Scalars['GoogleProtobufAnyValue']>;
|
120
119
|
};
|
121
|
-
export
|
120
|
+
export type IoRestorecommerceMetaMeta = {
|
122
121
|
__typename?: 'IoRestorecommerceMetaMeta';
|
123
122
|
created?: Maybe<Scalars['Float']>;
|
124
123
|
modified?: Maybe<Scalars['Float']>;
|
@@ -126,42 +125,56 @@ export declare type IoRestorecommerceMetaMeta = {
|
|
126
125
|
owner?: Maybe<Array<IoRestorecommerceAttributeAttribute>>;
|
127
126
|
acl?: Maybe<Array<IoRestorecommerceAttributeAttributeObj>>;
|
128
127
|
};
|
129
|
-
export
|
128
|
+
export type IoRestorecommerceAttributeAttribute = {
|
130
129
|
__typename?: 'IoRestorecommerceAttributeAttribute';
|
131
130
|
id?: Maybe<Scalars['String']>;
|
132
131
|
value?: Maybe<Scalars['String']>;
|
133
132
|
attribute?: Maybe<Array<IoRestorecommerceAttributeAttribute>>;
|
134
133
|
};
|
135
|
-
export
|
134
|
+
export type IoRestorecommerceAttributeAttributeObj = {
|
136
135
|
__typename?: 'IoRestorecommerceAttributeAttributeObj';
|
137
136
|
attribute?: Maybe<IoRestorecommerceAttributeAttribute>;
|
138
137
|
};
|
139
|
-
export
|
138
|
+
export type IoRestorecommerceFulfillmentProductVariant = {
|
140
139
|
__typename?: 'IoRestorecommerceFulfillmentProductVariant';
|
141
140
|
id?: Maybe<Scalars['String']>;
|
142
141
|
name?: Maybe<Scalars['String']>;
|
143
142
|
description?: Maybe<Scalars['String']>;
|
144
143
|
price?: Maybe<Scalars['Float']>;
|
144
|
+
maxSize?: Maybe<IoRestorecommerceGeometryBoundingBox3D>;
|
145
145
|
maxWeight?: Maybe<Scalars['Float']>;
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
146
|
+
};
|
147
|
+
export type IoRestorecommerceGeometryBoundingBox3D = {
|
148
|
+
__typename?: 'IoRestorecommerceGeometryBoundingBox3D';
|
149
|
+
width?: Maybe<Scalars['Float']>;
|
150
|
+
height?: Maybe<Scalars['Float']>;
|
151
|
+
length?: Maybe<Scalars['Float']>;
|
152
|
+
};
|
153
|
+
export type IoRestorecommerceFulfillmentFulfillmentItem = {
|
154
|
+
__typename?: 'IoRestorecommerceFulfillmentFulfillmentItem';
|
155
|
+
productId?: Maybe<Scalars['String']>;
|
156
|
+
variantId?: Maybe<Scalars['String']>;
|
157
157
|
quantity?: Maybe<Scalars['Int']>;
|
158
|
+
package?: Maybe<IoRestorecommerceProductPackage>;
|
159
|
+
};
|
160
|
+
export type IoRestorecommerceProductPackage = {
|
161
|
+
__typename?: 'IoRestorecommerceProductPackage';
|
162
|
+
sizeInCm?: Maybe<IoRestorecommerceGeometryBoundingBox3D>;
|
163
|
+
weightInKg?: Maybe<Scalars['Float']>;
|
164
|
+
rotatable?: Maybe<Scalars['Boolean']>;
|
165
|
+
};
|
166
|
+
export type IoRestorecommerceTaxVat = {
|
167
|
+
__typename?: 'IoRestorecommerceTaxVAT';
|
168
|
+
taxId?: Maybe<Scalars['String']>;
|
169
|
+
vat?: Maybe<Scalars['Float']>;
|
158
170
|
};
|
159
|
-
export
|
160
|
-
__typename?: '
|
171
|
+
export type IoRestorecommerceAddressShippingAddress = {
|
172
|
+
__typename?: 'IoRestorecommerceAddressShippingAddress';
|
161
173
|
address?: Maybe<IoRestorecommerceAddressAddress>;
|
162
|
-
|
174
|
+
contact?: Maybe<IoRestorecommerceAddressContact>;
|
175
|
+
comments?: Maybe<Scalars['String']>;
|
163
176
|
};
|
164
|
-
export
|
177
|
+
export type IoRestorecommerceAddressAddress = {
|
165
178
|
__typename?: 'IoRestorecommerceAddressAddress';
|
166
179
|
id?: Maybe<Scalars['String']>;
|
167
180
|
meta?: Maybe<IoRestorecommerceMetaMeta>;
|
@@ -179,7 +192,7 @@ export declare type IoRestorecommerceAddressAddress = {
|
|
179
192
|
residentialAddress?: Maybe<IoRestorecommerceAddressResidentialAddress>;
|
180
193
|
packStation?: Maybe<IoRestorecommerceAddressPackStation>;
|
181
194
|
};
|
182
|
-
export
|
195
|
+
export type IoRestorecommerceCountryCountry = {
|
183
196
|
__typename?: 'IoRestorecommerceCountryCountry';
|
184
197
|
id?: Maybe<Scalars['String']>;
|
185
198
|
meta?: Maybe<IoRestorecommerceMetaMeta>;
|
@@ -188,70 +201,85 @@ export declare type IoRestorecommerceCountryCountry = {
|
|
188
201
|
geographicalName?: Maybe<Scalars['String']>;
|
189
202
|
economicAreas?: Maybe<Array<Scalars['String']>>;
|
190
203
|
};
|
191
|
-
export
|
204
|
+
export type IoRestorecommerceAddressGeoPoint = {
|
192
205
|
__typename?: 'IoRestorecommerceAddressGeoPoint';
|
193
206
|
latitude?: Maybe<Scalars['Float']>;
|
194
207
|
longitude?: Maybe<Scalars['Float']>;
|
195
208
|
};
|
196
|
-
export
|
209
|
+
export type IoRestorecommerceAddressAddressAddition = {
|
197
210
|
__typename?: 'IoRestorecommerceAddressAddressAddition';
|
198
211
|
field1?: Maybe<Scalars['String']>;
|
199
212
|
field2?: Maybe<Scalars['String']>;
|
200
213
|
};
|
201
|
-
export
|
214
|
+
export type IoRestorecommerceAddressBusinessAddress = {
|
202
215
|
__typename?: 'IoRestorecommerceAddressBusinessAddress';
|
203
216
|
name?: Maybe<Scalars['String']>;
|
204
217
|
};
|
205
|
-
export
|
218
|
+
export type IoRestorecommerceAddressResidentialAddress = {
|
206
219
|
__typename?: 'IoRestorecommerceAddressResidentialAddress';
|
207
220
|
title?: Maybe<Scalars['String']>;
|
208
221
|
givenName?: Maybe<Scalars['String']>;
|
209
222
|
midName?: Maybe<Scalars['String']>;
|
210
223
|
familyName?: Maybe<Scalars['String']>;
|
211
224
|
};
|
212
|
-
export
|
225
|
+
export type IoRestorecommerceAddressPackStation = {
|
213
226
|
__typename?: 'IoRestorecommerceAddressPackStation';
|
214
227
|
provider?: Maybe<Scalars['String']>;
|
215
228
|
stationNumber?: Maybe<Scalars['String']>;
|
216
229
|
postNumber?: Maybe<Scalars['String']>;
|
217
230
|
};
|
218
|
-
export
|
219
|
-
__typename?: '
|
231
|
+
export type IoRestorecommerceAddressContact = {
|
232
|
+
__typename?: 'IoRestorecommerceAddressContact';
|
220
233
|
name?: Maybe<Scalars['String']>;
|
221
234
|
email?: Maybe<Scalars['String']>;
|
222
235
|
phone?: Maybe<Scalars['String']>;
|
223
236
|
};
|
224
|
-
export
|
237
|
+
export type IoRestorecommerceFulfillmentLabel = {
|
225
238
|
__typename?: 'IoRestorecommerceFulfillmentLabel';
|
226
239
|
url?: Maybe<Scalars['String']>;
|
227
240
|
pdf?: Maybe<Scalars['String']>;
|
228
241
|
png?: Maybe<Scalars['String']>;
|
242
|
+
parcelId?: Maybe<Scalars['String']>;
|
229
243
|
shipmentNumber?: Maybe<Scalars['String']>;
|
230
244
|
state?: Maybe<IoRestorecommerceFulfillmentState>;
|
231
245
|
status?: Maybe<IoRestorecommerceStatusStatus>;
|
232
246
|
};
|
233
247
|
export declare enum IoRestorecommerceFulfillmentState {
|
234
|
-
|
248
|
+
Created = 0,
|
235
249
|
Invalid = 1,
|
236
250
|
Failed = 2,
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
251
|
+
Submitted = 3,
|
252
|
+
InTransit = 4,
|
253
|
+
Fulfilled = 5,
|
254
|
+
Withdrawn = 6,
|
255
|
+
Cancelled = 7
|
242
256
|
}
|
243
|
-
export
|
257
|
+
export type IoRestorecommerceStatusStatus = {
|
244
258
|
__typename?: 'IoRestorecommerceStatusStatus';
|
245
259
|
id?: Maybe<Scalars['String']>;
|
246
260
|
code?: Maybe<Scalars['Int']>;
|
247
261
|
message?: Maybe<Scalars['String']>;
|
248
262
|
};
|
249
|
-
export
|
263
|
+
export type IoRestorecommerceFulfillmentTracking = {
|
264
|
+
__typename?: 'IoRestorecommerceFulfillmentTracking';
|
265
|
+
shipmentNumber?: Maybe<Scalars['String']>;
|
266
|
+
events?: Maybe<Array<IoRestorecommerceFulfillmentEvent>>;
|
267
|
+
details?: Maybe<GoogleProtobufAny>;
|
268
|
+
status?: Maybe<IoRestorecommerceStatusStatus>;
|
269
|
+
};
|
270
|
+
export type IoRestorecommerceFulfillmentEvent = {
|
271
|
+
__typename?: 'IoRestorecommerceFulfillmentEvent';
|
272
|
+
timestamp?: Maybe<Scalars['Int']>;
|
273
|
+
location?: Maybe<Scalars['String']>;
|
274
|
+
details?: Maybe<GoogleProtobufAny>;
|
275
|
+
status?: Maybe<IoRestorecommerceStatusStatus>;
|
276
|
+
};
|
277
|
+
export type IoRestorecommerceStatusOperationStatus = {
|
250
278
|
__typename?: 'IoRestorecommerceStatusOperationStatus';
|
251
279
|
code?: Maybe<Scalars['Int']>;
|
252
280
|
message?: Maybe<Scalars['String']>;
|
253
281
|
};
|
254
|
-
export
|
282
|
+
export type IIoRestorecommerceResourcebaseReadRequest = {
|
255
283
|
offset?: InputMaybe<Scalars['Int']>;
|
256
284
|
limit?: InputMaybe<Scalars['Int']>;
|
257
285
|
sort?: InputMaybe<Array<IIoRestorecommerceResourcebaseSort>>;
|
@@ -264,7 +292,7 @@ export declare type IIoRestorecommerceResourcebaseReadRequest = {
|
|
264
292
|
/** target scope */
|
265
293
|
scope?: InputMaybe<Scalars['String']>;
|
266
294
|
};
|
267
|
-
export
|
295
|
+
export type IIoRestorecommerceResourcebaseSort = {
|
268
296
|
field?: InputMaybe<Scalars['String']>;
|
269
297
|
order?: InputMaybe<IoRestorecommerceResourcebaseSortSortOrder>;
|
270
298
|
};
|
@@ -273,11 +301,11 @@ export declare enum IoRestorecommerceResourcebaseSortSortOrder {
|
|
273
301
|
Ascending = 1,
|
274
302
|
Descending = 2
|
275
303
|
}
|
276
|
-
export
|
304
|
+
export type IIoRestorecommerceResourcebaseFilterOp = {
|
277
305
|
filter?: InputMaybe<Array<IIoRestorecommerceResourcebaseFilter>>;
|
278
306
|
operator?: InputMaybe<IoRestorecommerceResourcebaseFilterOpOperator>;
|
279
307
|
};
|
280
|
-
export
|
308
|
+
export type IIoRestorecommerceResourcebaseFilter = {
|
281
309
|
field?: InputMaybe<Scalars['String']>;
|
282
310
|
operation?: InputMaybe<IoRestorecommerceResourcebaseFilterOperation>;
|
283
311
|
value?: InputMaybe<Scalars['String']>;
|
@@ -302,11 +330,11 @@ export declare enum IoRestorecommerceResourcebaseFilterValueType {
|
|
302
330
|
Date = 3,
|
303
331
|
Array = 4
|
304
332
|
}
|
305
|
-
export
|
333
|
+
export type IIoRestorecommerceFilterFilterOp = {
|
306
334
|
filter?: InputMaybe<Array<IIoRestorecommerceFilterFilter>>;
|
307
335
|
operator?: InputMaybe<IoRestorecommerceFilterFilterOpOperator>;
|
308
336
|
};
|
309
|
-
export
|
337
|
+
export type IIoRestorecommerceFilterFilter = {
|
310
338
|
field?: InputMaybe<Scalars['String']>;
|
311
339
|
operation?: InputMaybe<IoRestorecommerceFilterFilterOperation>;
|
312
340
|
value?: InputMaybe<Scalars['String']>;
|
@@ -339,219 +367,109 @@ export declare enum IoRestorecommerceResourcebaseFilterOpOperator {
|
|
339
367
|
And = 0,
|
340
368
|
Or = 1
|
341
369
|
}
|
342
|
-
export
|
370
|
+
export type IIoRestorecommerceResourcebaseFieldFilter = {
|
343
371
|
name?: InputMaybe<Scalars['String']>;
|
344
372
|
include?: InputMaybe<Scalars['Boolean']>;
|
345
373
|
};
|
346
|
-
export
|
374
|
+
export type IGoogleProtobufAny = {
|
347
375
|
typeUrl?: InputMaybe<Scalars['String']>;
|
348
376
|
value?: InputMaybe<Scalars['GoogleProtobufAnyValue']>;
|
349
377
|
};
|
350
|
-
export
|
378
|
+
export type IIoRestorecommerceResourcebaseSearch = {
|
351
379
|
search?: InputMaybe<Scalars['String']>;
|
352
380
|
fields?: InputMaybe<Array<Scalars['String']>>;
|
353
381
|
caseSensitive?: InputMaybe<Scalars['Boolean']>;
|
354
382
|
};
|
355
|
-
export
|
356
|
-
__typename?: 'ProtoIoRestorecommerceFulfillmentTrackingResultList';
|
357
|
-
details?: Maybe<IoRestorecommerceFulfillmentTrackingResultList>;
|
358
|
-
};
|
359
|
-
export declare type IoRestorecommerceFulfillmentTrackingResultList = {
|
360
|
-
__typename?: 'IoRestorecommerceFulfillmentTrackingResultList';
|
361
|
-
items?: Maybe<Array<IoRestorecommerceFulfillmentTrackingResult>>;
|
362
|
-
operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
|
363
|
-
};
|
364
|
-
export declare type IoRestorecommerceFulfillmentTrackingResult = {
|
365
|
-
__typename?: 'IoRestorecommerceFulfillmentTrackingResult';
|
366
|
-
fulfillment?: Maybe<IoRestorecommerceFulfillmentFulfillment>;
|
367
|
-
tracks?: Maybe<Array<IoRestorecommerceFulfillmentTracking>>;
|
368
|
-
status?: Maybe<IoRestorecommerceStatusStatus>;
|
369
|
-
};
|
370
|
-
export declare type IoRestorecommerceFulfillmentTracking = {
|
371
|
-
__typename?: 'IoRestorecommerceFulfillmentTracking';
|
372
|
-
shipmentNumber?: Maybe<Scalars['String']>;
|
373
|
-
events?: Maybe<Array<IoRestorecommerceFulfillmentEvent>>;
|
374
|
-
details?: Maybe<GoogleProtobufAny>;
|
375
|
-
status?: Maybe<IoRestorecommerceStatusStatus>;
|
376
|
-
};
|
377
|
-
export declare type IoRestorecommerceFulfillmentEvent = {
|
378
|
-
__typename?: 'IoRestorecommerceFulfillmentEvent';
|
379
|
-
timestamp?: Maybe<Scalars['Int']>;
|
380
|
-
location?: Maybe<Scalars['String']>;
|
381
|
-
details?: Maybe<GoogleProtobufAny>;
|
382
|
-
status?: Maybe<IoRestorecommerceStatusStatus>;
|
383
|
-
};
|
384
|
-
export declare type IIoRestorecommerceFulfillmentTrackingRequestList = {
|
385
|
-
items?: InputMaybe<Array<IIoRestorecommerceFulfillmentTrackingRequest>>;
|
386
|
-
};
|
387
|
-
export declare type IIoRestorecommerceFulfillmentTrackingRequest = {
|
388
|
-
fulfillmentId?: InputMaybe<Scalars['String']>;
|
389
|
-
shipmentNumbers?: InputMaybe<Array<Scalars['String']>>;
|
390
|
-
options?: InputMaybe<IGoogleProtobufAny>;
|
391
|
-
};
|
392
|
-
export declare type FulfillmentFulfillmentCourierQuery = {
|
383
|
+
export type FulfillmentFulfillmentCourierQuery = {
|
393
384
|
__typename?: 'FulfillmentFulfillmentCourierQuery';
|
394
|
-
Read?: Maybe<
|
385
|
+
Read?: Maybe<ProtoIoRestorecommerceFulfillmentCourierFulfillmentCourierListResponse>;
|
395
386
|
};
|
396
|
-
export
|
387
|
+
export type FulfillmentFulfillmentCourierQueryReadArgs = {
|
397
388
|
input: IIoRestorecommerceResourcebaseReadRequest;
|
398
389
|
};
|
399
|
-
export
|
400
|
-
__typename?: '
|
401
|
-
details?: Maybe<
|
390
|
+
export type ProtoIoRestorecommerceFulfillmentCourierFulfillmentCourierListResponse = {
|
391
|
+
__typename?: 'ProtoIoRestorecommerceFulfillmentCourierFulfillmentCourierListResponse';
|
392
|
+
details?: Maybe<IoRestorecommerceFulfillmentCourierFulfillmentCourierListResponse>;
|
402
393
|
};
|
403
|
-
export
|
404
|
-
__typename?: '
|
394
|
+
export type IoRestorecommerceFulfillmentCourierFulfillmentCourierListResponse = {
|
395
|
+
__typename?: 'IoRestorecommerceFulfillmentCourierFulfillmentCourierListResponse';
|
405
396
|
items?: Maybe<Array<IoRestorecommerceFulfillmentCourierFulfillmentCourierResponse>>;
|
406
397
|
totalCount?: Maybe<Scalars['Int']>;
|
407
398
|
operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
|
408
399
|
};
|
409
|
-
export
|
400
|
+
export type IoRestorecommerceFulfillmentCourierFulfillmentCourierResponse = {
|
410
401
|
__typename?: 'IoRestorecommerceFulfillmentCourierFulfillmentCourierResponse';
|
411
402
|
payload?: Maybe<IoRestorecommerceFulfillmentCourierFulfillmentCourier>;
|
412
403
|
status?: Maybe<IoRestorecommerceStatusStatus>;
|
413
404
|
};
|
414
|
-
export
|
405
|
+
export type FulfillmentFulfillmentProductQuery = {
|
415
406
|
__typename?: 'FulfillmentFulfillmentProductQuery';
|
416
|
-
Read?: Maybe<
|
417
|
-
Find?: Maybe<
|
407
|
+
Read?: Maybe<ProtoIoRestorecommerceFulfillmentProductFulfillmentProductListResponse>;
|
408
|
+
Find?: Maybe<ProtoIoRestorecommerceFulfillmentProductPackingSolutionListResponse>;
|
418
409
|
};
|
419
|
-
export
|
410
|
+
export type FulfillmentFulfillmentProductQueryReadArgs = {
|
420
411
|
input: IIoRestorecommerceResourcebaseReadRequest;
|
421
412
|
};
|
422
|
-
export
|
423
|
-
input:
|
413
|
+
export type FulfillmentFulfillmentProductQueryFindArgs = {
|
414
|
+
input: IIoRestorecommerceFulfillmentProductProductQueryList;
|
424
415
|
};
|
425
|
-
export
|
426
|
-
__typename?: '
|
427
|
-
details?: Maybe<
|
416
|
+
export type ProtoIoRestorecommerceFulfillmentProductFulfillmentProductListResponse = {
|
417
|
+
__typename?: 'ProtoIoRestorecommerceFulfillmentProductFulfillmentProductListResponse';
|
418
|
+
details?: Maybe<IoRestorecommerceFulfillmentProductFulfillmentProductListResponse>;
|
428
419
|
};
|
429
|
-
export
|
430
|
-
__typename?: '
|
420
|
+
export type IoRestorecommerceFulfillmentProductFulfillmentProductListResponse = {
|
421
|
+
__typename?: 'IoRestorecommerceFulfillmentProductFulfillmentProductListResponse';
|
431
422
|
items?: Maybe<Array<IoRestorecommerceFulfillmentProductFulfillmentProductResponse>>;
|
432
423
|
totalCount?: Maybe<Scalars['Int']>;
|
433
424
|
operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
|
434
425
|
};
|
435
|
-
export
|
426
|
+
export type IoRestorecommerceFulfillmentProductFulfillmentProductResponse = {
|
436
427
|
__typename?: 'IoRestorecommerceFulfillmentProductFulfillmentProductResponse';
|
437
428
|
payload?: Maybe<IoRestorecommerceFulfillmentProductFulfillmentProduct>;
|
438
429
|
status?: Maybe<IoRestorecommerceStatusStatus>;
|
439
430
|
};
|
440
|
-
export
|
441
|
-
__typename?: '
|
442
|
-
details?: Maybe<
|
431
|
+
export type ProtoIoRestorecommerceFulfillmentProductPackingSolutionListResponse = {
|
432
|
+
__typename?: 'ProtoIoRestorecommerceFulfillmentProductPackingSolutionListResponse';
|
433
|
+
details?: Maybe<IoRestorecommerceFulfillmentProductPackingSolutionListResponse>;
|
443
434
|
};
|
444
|
-
export
|
445
|
-
__typename?: '
|
435
|
+
export type IoRestorecommerceFulfillmentProductPackingSolutionListResponse = {
|
436
|
+
__typename?: 'IoRestorecommerceFulfillmentProductPackingSolutionListResponse';
|
446
437
|
items?: Maybe<Array<IoRestorecommerceFulfillmentProductPackingSolutionResponse>>;
|
447
438
|
totalCount?: Maybe<Scalars['Int']>;
|
448
439
|
operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
|
449
440
|
};
|
450
|
-
export
|
441
|
+
export type IoRestorecommerceFulfillmentProductPackingSolutionResponse = {
|
451
442
|
__typename?: 'IoRestorecommerceFulfillmentProductPackingSolutionResponse';
|
443
|
+
referenceId?: Maybe<Scalars['String']>;
|
452
444
|
solutions?: Maybe<Array<IoRestorecommerceFulfillmentProductPackingSolution>>;
|
453
445
|
status?: Maybe<IoRestorecommerceStatusStatus>;
|
454
446
|
};
|
455
|
-
export
|
447
|
+
export type IoRestorecommerceFulfillmentProductPackingSolution = {
|
456
448
|
__typename?: 'IoRestorecommerceFulfillmentProductPackingSolution';
|
457
|
-
referenceId?: Maybe<Scalars['String']>;
|
458
449
|
price?: Maybe<Scalars['Float']>;
|
459
450
|
compactness?: Maybe<Scalars['Float']>;
|
460
451
|
homogeneity?: Maybe<Scalars['Float']>;
|
461
452
|
score?: Maybe<Scalars['Float']>;
|
462
453
|
parcels?: Maybe<Array<IoRestorecommerceFulfillmentParcel>>;
|
454
|
+
vats?: Maybe<Array<IoRestorecommerceTaxVat>>;
|
463
455
|
};
|
464
|
-
export
|
465
|
-
items?: InputMaybe<Array<
|
456
|
+
export type IIoRestorecommerceFulfillmentProductProductQueryList = {
|
457
|
+
items?: InputMaybe<Array<IIoRestorecommerceFulfillmentProductProductQuery>>;
|
466
458
|
totalCount?: InputMaybe<Scalars['Int']>;
|
467
459
|
};
|
468
|
-
export
|
469
|
-
|
460
|
+
export type IIoRestorecommerceFulfillmentProductProductQuery = {
|
461
|
+
sender?: InputMaybe<IIoRestorecommerceAddressShippingAddress>;
|
462
|
+
receiver?: InputMaybe<IIoRestorecommerceAddressShippingAddress>;
|
463
|
+
items?: InputMaybe<Array<IIoRestorecommerceFulfillmentFulfillmentItem>>;
|
470
464
|
preferences?: InputMaybe<IIoRestorecommerceFulfillmentProductPreferences>;
|
471
465
|
referenceId?: InputMaybe<Scalars['String']>;
|
472
466
|
};
|
473
|
-
export
|
474
|
-
itemId?: InputMaybe<Scalars['String']>;
|
475
|
-
name?: InputMaybe<Scalars['String']>;
|
476
|
-
description?: InputMaybe<Scalars['String']>;
|
477
|
-
taricCode?: InputMaybe<Scalars['String']>;
|
478
|
-
quantity?: InputMaybe<Scalars['Int']>;
|
479
|
-
};
|
480
|
-
export declare type IIoRestorecommerceFulfillmentProductPreferences = {
|
481
|
-
couriers?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
482
|
-
pricing?: InputMaybe<Scalars['Float']>;
|
483
|
-
compactness?: InputMaybe<Scalars['Float']>;
|
484
|
-
homogeneity?: InputMaybe<Scalars['Float']>;
|
485
|
-
};
|
486
|
-
export declare type IIoRestorecommerceAttributeAttribute = {
|
487
|
-
id?: InputMaybe<Scalars['String']>;
|
488
|
-
value?: InputMaybe<Scalars['String']>;
|
489
|
-
attribute?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
490
|
-
};
|
491
|
-
export declare type Mutation = {
|
492
|
-
__typename?: 'Mutation';
|
493
|
-
fulfillment: FulfillmentMutation;
|
494
|
-
};
|
495
|
-
export declare type FulfillmentMutation = {
|
496
|
-
__typename?: 'FulfillmentMutation';
|
497
|
-
fulfillment: FulfillmentFulfillmentMutation;
|
498
|
-
fulfillment_courier: FulfillmentFulfillmentCourierMutation;
|
499
|
-
fulfillment_product: FulfillmentFulfillmentProductMutation;
|
500
|
-
};
|
501
|
-
export declare type FulfillmentFulfillmentMutation = {
|
502
|
-
__typename?: 'FulfillmentFulfillmentMutation';
|
503
|
-
Mutate?: Maybe<ProtoIoRestorecommerceFulfillmentFulfillmentResponseList>;
|
504
|
-
Submit?: Maybe<ProtoIoRestorecommerceFulfillmentFulfillmentResponseList>;
|
505
|
-
Cancel?: Maybe<ProtoIoRestorecommerceFulfillmentFulfillmentResponseList>;
|
506
|
-
Delete?: Maybe<ProtoIoRestorecommerceResourcebaseDeleteResponse>;
|
507
|
-
};
|
508
|
-
export declare type FulfillmentFulfillmentMutationMutateArgs = {
|
509
|
-
input: IIoRestorecommerceFulfillmentFulfillmentList;
|
510
|
-
};
|
511
|
-
export declare type FulfillmentFulfillmentMutationSubmitArgs = {
|
512
|
-
input: IIoRestorecommerceFulfillmentFulfillmentList;
|
513
|
-
};
|
514
|
-
export declare type FulfillmentFulfillmentMutationCancelArgs = {
|
515
|
-
input: IIoRestorecommerceFulfillmentCancelRequestList;
|
516
|
-
};
|
517
|
-
export declare type FulfillmentFulfillmentMutationDeleteArgs = {
|
518
|
-
input: IIoRestorecommerceResourcebaseDeleteRequest;
|
519
|
-
};
|
520
|
-
export declare type IIoRestorecommerceFulfillmentFulfillmentList = {
|
521
|
-
items?: InputMaybe<Array<IIoRestorecommerceFulfillmentFulfillment>>;
|
522
|
-
totalCount?: InputMaybe<Scalars['Int']>;
|
523
|
-
mode?: InputMaybe<ModeType>;
|
524
|
-
/** target scope */
|
525
|
-
scope?: InputMaybe<Scalars['String']>;
|
526
|
-
};
|
527
|
-
export declare type IIoRestorecommerceFulfillmentFulfillment = {
|
528
|
-
id?: InputMaybe<Scalars['String']>;
|
529
|
-
order?: InputMaybe<IIoRestorecommerceFulfillmentOrder>;
|
530
|
-
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
531
|
-
labels?: InputMaybe<Array<IIoRestorecommerceFulfillmentLabel>>;
|
532
|
-
state?: InputMaybe<IoRestorecommerceFulfillmentState>;
|
533
|
-
};
|
534
|
-
export declare type IIoRestorecommerceFulfillmentOrder = {
|
535
|
-
referenceId?: InputMaybe<Scalars['String']>;
|
536
|
-
parcels?: InputMaybe<Array<IIoRestorecommerceFulfillmentParcel>>;
|
537
|
-
sender?: InputMaybe<IIoRestorecommerceFulfillmentShippingAddress>;
|
538
|
-
receiver?: InputMaybe<IIoRestorecommerceFulfillmentShippingAddress>;
|
539
|
-
notify?: InputMaybe<Scalars['String']>;
|
540
|
-
};
|
541
|
-
export declare type IIoRestorecommerceFulfillmentParcel = {
|
542
|
-
productId?: InputMaybe<Scalars['String']>;
|
543
|
-
productVariantId?: InputMaybe<Scalars['String']>;
|
544
|
-
items?: InputMaybe<Array<IIoRestorecommerceFulfillmentItem>>;
|
545
|
-
weightInKg?: InputMaybe<Scalars['Float']>;
|
546
|
-
heightInCm?: InputMaybe<Scalars['Float']>;
|
547
|
-
widthInCm?: InputMaybe<Scalars['Float']>;
|
548
|
-
lengthInCm?: InputMaybe<Scalars['Float']>;
|
549
|
-
};
|
550
|
-
export declare type IIoRestorecommerceFulfillmentShippingAddress = {
|
467
|
+
export type IIoRestorecommerceAddressShippingAddress = {
|
551
468
|
address?: InputMaybe<IIoRestorecommerceAddressAddress>;
|
552
|
-
|
469
|
+
contact?: InputMaybe<IIoRestorecommerceAddressContact>;
|
470
|
+
comments?: InputMaybe<Scalars['String']>;
|
553
471
|
};
|
554
|
-
export
|
472
|
+
export type IIoRestorecommerceAddressAddress = {
|
555
473
|
id?: InputMaybe<Scalars['String']>;
|
556
474
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
557
475
|
postcode?: InputMaybe<Scalars['String']>;
|
@@ -567,74 +485,196 @@ export declare type IIoRestorecommerceAddressAddress = {
|
|
567
485
|
residentialAddress?: InputMaybe<IIoRestorecommerceAddressResidentialAddress>;
|
568
486
|
packStation?: InputMaybe<IIoRestorecommerceAddressPackStation>;
|
569
487
|
};
|
570
|
-
export
|
488
|
+
export type IIoRestorecommerceMetaMeta = {
|
571
489
|
created?: InputMaybe<Scalars['Float']>;
|
572
490
|
modified?: InputMaybe<Scalars['Float']>;
|
573
491
|
modifiedBy?: InputMaybe<Scalars['String']>;
|
574
492
|
owner?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
575
493
|
acl?: InputMaybe<Array<IIoRestorecommerceAttributeAttributeObj>>;
|
576
494
|
};
|
577
|
-
export
|
495
|
+
export type IIoRestorecommerceAttributeAttribute = {
|
496
|
+
id?: InputMaybe<Scalars['String']>;
|
497
|
+
value?: InputMaybe<Scalars['String']>;
|
498
|
+
attribute?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
499
|
+
};
|
500
|
+
export type IIoRestorecommerceAttributeAttributeObj = {
|
578
501
|
attribute?: InputMaybe<IIoRestorecommerceAttributeAttribute>;
|
579
502
|
};
|
580
|
-
export
|
503
|
+
export type IIoRestorecommerceAddressGeoPoint = {
|
581
504
|
latitude?: InputMaybe<Scalars['Float']>;
|
582
505
|
longitude?: InputMaybe<Scalars['Float']>;
|
583
506
|
};
|
584
|
-
export
|
507
|
+
export type IIoRestorecommerceAddressAddressAddition = {
|
585
508
|
field1?: InputMaybe<Scalars['String']>;
|
586
509
|
field2?: InputMaybe<Scalars['String']>;
|
587
510
|
};
|
588
|
-
export
|
511
|
+
export type IIoRestorecommerceAddressBusinessAddress = {
|
589
512
|
name?: InputMaybe<Scalars['String']>;
|
590
513
|
};
|
591
|
-
export
|
514
|
+
export type IIoRestorecommerceAddressResidentialAddress = {
|
592
515
|
title?: InputMaybe<Scalars['String']>;
|
593
516
|
givenName?: InputMaybe<Scalars['String']>;
|
594
517
|
midName?: InputMaybe<Scalars['String']>;
|
595
518
|
familyName?: InputMaybe<Scalars['String']>;
|
596
519
|
};
|
597
|
-
export
|
520
|
+
export type IIoRestorecommerceAddressPackStation = {
|
598
521
|
provider?: InputMaybe<Scalars['String']>;
|
599
522
|
stationNumber?: InputMaybe<Scalars['String']>;
|
600
523
|
postNumber?: InputMaybe<Scalars['String']>;
|
601
524
|
};
|
602
|
-
export
|
525
|
+
export type IIoRestorecommerceAddressContact = {
|
603
526
|
name?: InputMaybe<Scalars['String']>;
|
604
527
|
email?: InputMaybe<Scalars['String']>;
|
605
528
|
phone?: InputMaybe<Scalars['String']>;
|
606
529
|
};
|
607
|
-
export
|
530
|
+
export type IIoRestorecommerceFulfillmentFulfillmentItem = {
|
531
|
+
productId?: InputMaybe<Scalars['String']>;
|
532
|
+
variantId?: InputMaybe<Scalars['String']>;
|
533
|
+
quantity?: InputMaybe<Scalars['Int']>;
|
534
|
+
package?: InputMaybe<IIoRestorecommerceProductPackage>;
|
535
|
+
};
|
536
|
+
export type IIoRestorecommerceProductPackage = {
|
537
|
+
sizeInCm?: InputMaybe<IIoRestorecommerceGeometryBoundingBox3D>;
|
538
|
+
weightInKg?: InputMaybe<Scalars['Float']>;
|
539
|
+
rotatable?: InputMaybe<Scalars['Boolean']>;
|
540
|
+
};
|
541
|
+
export type IIoRestorecommerceGeometryBoundingBox3D = {
|
542
|
+
width?: InputMaybe<Scalars['Float']>;
|
543
|
+
height?: InputMaybe<Scalars['Float']>;
|
544
|
+
length?: InputMaybe<Scalars['Float']>;
|
545
|
+
};
|
546
|
+
export type IIoRestorecommerceFulfillmentProductPreferences = {
|
547
|
+
couriers?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
548
|
+
options?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
549
|
+
};
|
550
|
+
export type Mutation = {
|
551
|
+
__typename?: 'Mutation';
|
552
|
+
fulfillment: FulfillmentMutation;
|
553
|
+
};
|
554
|
+
export type FulfillmentMutation = {
|
555
|
+
__typename?: 'FulfillmentMutation';
|
556
|
+
fulfillment: FulfillmentFulfillmentMutation;
|
557
|
+
fulfillment_courier: FulfillmentFulfillmentCourierMutation;
|
558
|
+
fulfillment_product: FulfillmentFulfillmentProductMutation;
|
559
|
+
};
|
560
|
+
export type FulfillmentFulfillmentMutation = {
|
561
|
+
__typename?: 'FulfillmentFulfillmentMutation';
|
562
|
+
Mutate?: Maybe<ProtoIoRestorecommerceFulfillmentFulfillmentListResponse>;
|
563
|
+
Evaluate?: Maybe<ProtoIoRestorecommerceFulfillmentFulfillmentListResponse>;
|
564
|
+
Submit?: Maybe<ProtoIoRestorecommerceFulfillmentFulfillmentListResponse>;
|
565
|
+
Track?: Maybe<ProtoIoRestorecommerceFulfillmentFulfillmentListResponse>;
|
566
|
+
Withdraw?: Maybe<ProtoIoRestorecommerceFulfillmentFulfillmentListResponse>;
|
567
|
+
Cancel?: Maybe<ProtoIoRestorecommerceFulfillmentFulfillmentListResponse>;
|
568
|
+
Delete?: Maybe<ProtoIoRestorecommerceResourcebaseDeleteResponse>;
|
569
|
+
};
|
570
|
+
export type FulfillmentFulfillmentMutationMutateArgs = {
|
571
|
+
input: IIoRestorecommerceFulfillmentFulfillmentList;
|
572
|
+
};
|
573
|
+
export type FulfillmentFulfillmentMutationEvaluateArgs = {
|
574
|
+
input: IIoRestorecommerceFulfillmentFulfillmentList;
|
575
|
+
};
|
576
|
+
export type FulfillmentFulfillmentMutationSubmitArgs = {
|
577
|
+
input: IIoRestorecommerceFulfillmentFulfillmentList;
|
578
|
+
};
|
579
|
+
export type FulfillmentFulfillmentMutationTrackArgs = {
|
580
|
+
input: IIoRestorecommerceFulfillmentFulfillmentIdList;
|
581
|
+
};
|
582
|
+
export type FulfillmentFulfillmentMutationWithdrawArgs = {
|
583
|
+
input: IIoRestorecommerceFulfillmentFulfillmentIdList;
|
584
|
+
};
|
585
|
+
export type FulfillmentFulfillmentMutationCancelArgs = {
|
586
|
+
input: IIoRestorecommerceFulfillmentFulfillmentIdList;
|
587
|
+
};
|
588
|
+
export type FulfillmentFulfillmentMutationDeleteArgs = {
|
589
|
+
input: IIoRestorecommerceResourcebaseDeleteRequest;
|
590
|
+
};
|
591
|
+
export type IIoRestorecommerceFulfillmentFulfillmentList = {
|
592
|
+
items?: InputMaybe<Array<IIoRestorecommerceFulfillmentFulfillment>>;
|
593
|
+
totalCount?: InputMaybe<Scalars['Int']>;
|
594
|
+
mode?: InputMaybe<ModeType>;
|
595
|
+
/** target scope */
|
596
|
+
scope?: InputMaybe<Scalars['String']>;
|
597
|
+
};
|
598
|
+
export type IIoRestorecommerceFulfillmentFulfillment = {
|
599
|
+
id?: InputMaybe<Scalars['String']>;
|
600
|
+
packaging?: InputMaybe<IIoRestorecommerceFulfillmentPackaging>;
|
601
|
+
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
602
|
+
labels?: InputMaybe<Array<IIoRestorecommerceFulfillmentLabel>>;
|
603
|
+
tracking?: InputMaybe<Array<IIoRestorecommerceFulfillmentTracking>>;
|
604
|
+
state?: InputMaybe<IoRestorecommerceFulfillmentState>;
|
605
|
+
totalPrice?: InputMaybe<Scalars['Float']>;
|
606
|
+
totalVat?: InputMaybe<Scalars['Float']>;
|
607
|
+
};
|
608
|
+
export type IIoRestorecommerceFulfillmentPackaging = {
|
609
|
+
referenceId?: InputMaybe<Scalars['String']>;
|
610
|
+
parcels?: InputMaybe<Array<IIoRestorecommerceFulfillmentParcel>>;
|
611
|
+
sender?: InputMaybe<IIoRestorecommerceAddressShippingAddress>;
|
612
|
+
receiver?: InputMaybe<IIoRestorecommerceAddressShippingAddress>;
|
613
|
+
notify?: InputMaybe<Scalars['String']>;
|
614
|
+
};
|
615
|
+
export type IIoRestorecommerceFulfillmentParcel = {
|
616
|
+
id?: InputMaybe<Scalars['String']>;
|
617
|
+
productId?: InputMaybe<Scalars['String']>;
|
618
|
+
variantId?: InputMaybe<Scalars['String']>;
|
619
|
+
item?: InputMaybe<IIoRestorecommerceFulfillmentFulfillmentItem>;
|
620
|
+
price?: InputMaybe<Scalars['Float']>;
|
621
|
+
vats?: InputMaybe<Array<IIoRestorecommerceTaxVat>>;
|
622
|
+
package?: InputMaybe<IIoRestorecommerceProductPackage>;
|
623
|
+
};
|
624
|
+
export type IIoRestorecommerceTaxVat = {
|
625
|
+
taxId?: InputMaybe<Scalars['String']>;
|
626
|
+
vat?: InputMaybe<Scalars['Float']>;
|
627
|
+
};
|
628
|
+
export type IIoRestorecommerceFulfillmentLabel = {
|
608
629
|
url?: InputMaybe<Scalars['String']>;
|
609
630
|
pdf?: InputMaybe<Scalars['String']>;
|
610
631
|
png?: InputMaybe<Scalars['String']>;
|
632
|
+
parcelId?: InputMaybe<Scalars['String']>;
|
611
633
|
shipmentNumber?: InputMaybe<Scalars['String']>;
|
612
634
|
state?: InputMaybe<IoRestorecommerceFulfillmentState>;
|
613
635
|
status?: InputMaybe<IIoRestorecommerceStatusStatus>;
|
614
636
|
};
|
615
|
-
export
|
637
|
+
export type IIoRestorecommerceStatusStatus = {
|
616
638
|
id?: InputMaybe<Scalars['String']>;
|
617
639
|
code?: InputMaybe<Scalars['Int']>;
|
618
640
|
message?: InputMaybe<Scalars['String']>;
|
619
641
|
};
|
642
|
+
export type IIoRestorecommerceFulfillmentTracking = {
|
643
|
+
shipmentNumber?: InputMaybe<Scalars['String']>;
|
644
|
+
events?: InputMaybe<Array<IIoRestorecommerceFulfillmentEvent>>;
|
645
|
+
details?: InputMaybe<IGoogleProtobufAny>;
|
646
|
+
status?: InputMaybe<IIoRestorecommerceStatusStatus>;
|
647
|
+
};
|
648
|
+
export type IIoRestorecommerceFulfillmentEvent = {
|
649
|
+
timestamp?: InputMaybe<Scalars['Int']>;
|
650
|
+
location?: InputMaybe<Scalars['String']>;
|
651
|
+
details?: InputMaybe<IGoogleProtobufAny>;
|
652
|
+
status?: InputMaybe<IIoRestorecommerceStatusStatus>;
|
653
|
+
};
|
620
654
|
export declare enum ModeType {
|
621
655
|
Create = "CREATE",
|
622
656
|
Update = "UPDATE",
|
623
657
|
Upsert = "UPSERT"
|
624
658
|
}
|
625
|
-
export
|
626
|
-
|
659
|
+
export type IIoRestorecommerceFulfillmentFulfillmentIdList = {
|
660
|
+
items?: InputMaybe<Array<IIoRestorecommerceFulfillmentFulfillmentId>>;
|
661
|
+
totalCount?: InputMaybe<Scalars['Int']>;
|
662
|
+
};
|
663
|
+
export type IIoRestorecommerceFulfillmentFulfillmentId = {
|
664
|
+
id?: InputMaybe<Scalars['String']>;
|
665
|
+
shipmentNumbers?: InputMaybe<Array<Scalars['String']>>;
|
666
|
+
options?: InputMaybe<IGoogleProtobufAny>;
|
627
667
|
};
|
628
|
-
export
|
668
|
+
export type ProtoIoRestorecommerceResourcebaseDeleteResponse = {
|
629
669
|
__typename?: 'ProtoIoRestorecommerceResourcebaseDeleteResponse';
|
630
670
|
details?: Maybe<IoRestorecommerceResourcebaseDeleteResponse>;
|
631
671
|
};
|
632
|
-
export
|
672
|
+
export type IoRestorecommerceResourcebaseDeleteResponse = {
|
633
673
|
__typename?: 'IoRestorecommerceResourcebaseDeleteResponse';
|
634
674
|
status?: Maybe<Array<IoRestorecommerceStatusStatus>>;
|
635
675
|
operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
|
636
676
|
};
|
637
|
-
export
|
677
|
+
export type IIoRestorecommerceResourcebaseDeleteRequest = {
|
638
678
|
collection?: InputMaybe<Scalars['Boolean']>;
|
639
679
|
ids?: InputMaybe<Array<Scalars['String']>>;
|
640
680
|
view?: InputMaybe<Array<Scalars['String']>>;
|
@@ -642,25 +682,25 @@ export declare type IIoRestorecommerceResourcebaseDeleteRequest = {
|
|
642
682
|
/** target scope */
|
643
683
|
scope?: InputMaybe<Scalars['String']>;
|
644
684
|
};
|
645
|
-
export
|
685
|
+
export type FulfillmentFulfillmentCourierMutation = {
|
646
686
|
__typename?: 'FulfillmentFulfillmentCourierMutation';
|
647
|
-
Mutate?: Maybe<
|
687
|
+
Mutate?: Maybe<ProtoIoRestorecommerceFulfillmentCourierFulfillmentCourierListResponse>;
|
648
688
|
Delete?: Maybe<ProtoIoRestorecommerceResourcebaseDeleteResponse>;
|
649
689
|
};
|
650
|
-
export
|
690
|
+
export type FulfillmentFulfillmentCourierMutationMutateArgs = {
|
651
691
|
input: IIoRestorecommerceFulfillmentCourierFulfillmentCourierList;
|
652
692
|
};
|
653
|
-
export
|
693
|
+
export type FulfillmentFulfillmentCourierMutationDeleteArgs = {
|
654
694
|
input: IIoRestorecommerceResourcebaseDeleteRequest;
|
655
695
|
};
|
656
|
-
export
|
696
|
+
export type IIoRestorecommerceFulfillmentCourierFulfillmentCourierList = {
|
657
697
|
items?: InputMaybe<Array<IIoRestorecommerceFulfillmentCourierFulfillmentCourier>>;
|
658
698
|
totalCount?: InputMaybe<Scalars['Int']>;
|
659
699
|
mode?: InputMaybe<ModeType>;
|
660
700
|
/** target scope */
|
661
701
|
scope?: InputMaybe<Scalars['String']>;
|
662
702
|
};
|
663
|
-
export
|
703
|
+
export type IIoRestorecommerceFulfillmentCourierFulfillmentCourier = {
|
664
704
|
id?: InputMaybe<Scalars['String']>;
|
665
705
|
name?: InputMaybe<Scalars['String']>;
|
666
706
|
description?: InputMaybe<Scalars['String']>;
|
@@ -670,25 +710,25 @@ export declare type IIoRestorecommerceFulfillmentCourierFulfillmentCourier = {
|
|
670
710
|
configuration?: InputMaybe<IGoogleProtobufAny>;
|
671
711
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
672
712
|
};
|
673
|
-
export
|
713
|
+
export type FulfillmentFulfillmentProductMutation = {
|
674
714
|
__typename?: 'FulfillmentFulfillmentProductMutation';
|
675
|
-
Mutate?: Maybe<
|
715
|
+
Mutate?: Maybe<ProtoIoRestorecommerceFulfillmentProductFulfillmentProductListResponse>;
|
676
716
|
Delete?: Maybe<ProtoIoRestorecommerceResourcebaseDeleteResponse>;
|
677
717
|
};
|
678
|
-
export
|
718
|
+
export type FulfillmentFulfillmentProductMutationMutateArgs = {
|
679
719
|
input: IIoRestorecommerceFulfillmentProductFulfillmentProductList;
|
680
720
|
};
|
681
|
-
export
|
721
|
+
export type FulfillmentFulfillmentProductMutationDeleteArgs = {
|
682
722
|
input: IIoRestorecommerceResourcebaseDeleteRequest;
|
683
723
|
};
|
684
|
-
export
|
724
|
+
export type IIoRestorecommerceFulfillmentProductFulfillmentProductList = {
|
685
725
|
items?: InputMaybe<Array<IIoRestorecommerceFulfillmentProductFulfillmentProduct>>;
|
686
726
|
totalCount?: InputMaybe<Scalars['Int']>;
|
687
727
|
mode?: InputMaybe<ModeType>;
|
688
728
|
/** target scope */
|
689
729
|
scope?: InputMaybe<Scalars['String']>;
|
690
730
|
};
|
691
|
-
export
|
731
|
+
export type IIoRestorecommerceFulfillmentProductFulfillmentProduct = {
|
692
732
|
id?: InputMaybe<Scalars['String']>;
|
693
733
|
name?: InputMaybe<Scalars['String']>;
|
694
734
|
description?: InputMaybe<Scalars['String']>;
|
@@ -700,37 +740,38 @@ export declare type IIoRestorecommerceFulfillmentProductFulfillmentProduct = {
|
|
700
740
|
variants?: InputMaybe<Array<IIoRestorecommerceFulfillmentProductVariant>>;
|
701
741
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
702
742
|
};
|
703
|
-
export
|
743
|
+
export type IIoRestorecommerceFulfillmentProductVariant = {
|
704
744
|
id?: InputMaybe<Scalars['String']>;
|
705
745
|
name?: InputMaybe<Scalars['String']>;
|
706
746
|
description?: InputMaybe<Scalars['String']>;
|
707
747
|
price?: InputMaybe<Scalars['Float']>;
|
748
|
+
maxSize?: InputMaybe<IIoRestorecommerceGeometryBoundingBox3D>;
|
708
749
|
maxWeight?: InputMaybe<Scalars['Float']>;
|
709
|
-
maxWidth?: InputMaybe<Scalars['Float']>;
|
710
|
-
maxHeight?: InputMaybe<Scalars['Float']>;
|
711
|
-
maxLength?: InputMaybe<Scalars['Float']>;
|
712
|
-
maxVolume?: InputMaybe<Scalars['Float']>;
|
713
750
|
};
|
714
|
-
export
|
751
|
+
export type Subscription = {
|
715
752
|
__typename?: 'Subscription';
|
716
753
|
orderingOrders?: Maybe<SubscriptionOutput>;
|
717
|
-
|
754
|
+
catalogProducts?: Maybe<SubscriptionOutput>;
|
755
|
+
fulfillmentFulfillments?: Maybe<SubscriptionOutput>;
|
718
756
|
fulfillmentFulfillmentCouriers?: Maybe<SubscriptionOutput>;
|
719
|
-
|
757
|
+
fulfillmentFulfillment_products?: Maybe<SubscriptionOutput>;
|
758
|
+
};
|
759
|
+
export type SubscriptionOrderingOrdersArgs = {
|
760
|
+
action?: InputMaybe<SubscriptionAction>;
|
720
761
|
};
|
721
|
-
export
|
762
|
+
export type SubscriptionCatalogProductsArgs = {
|
722
763
|
action?: InputMaybe<SubscriptionAction>;
|
723
764
|
};
|
724
|
-
export
|
765
|
+
export type SubscriptionFulfillmentFulfillmentsArgs = {
|
725
766
|
action?: InputMaybe<SubscriptionAction>;
|
726
767
|
};
|
727
|
-
export
|
768
|
+
export type SubscriptionFulfillmentFulfillmentCouriersArgs = {
|
728
769
|
action?: InputMaybe<SubscriptionAction>;
|
729
770
|
};
|
730
|
-
export
|
771
|
+
export type SubscriptionFulfillmentFulfillment_ProductsArgs = {
|
731
772
|
action?: InputMaybe<SubscriptionAction>;
|
732
773
|
};
|
733
|
-
export
|
774
|
+
export type SubscriptionOutput = {
|
734
775
|
__typename?: 'SubscriptionOutput';
|
735
776
|
id?: Maybe<Scalars['String']>;
|
736
777
|
};
|
@@ -739,16 +780,16 @@ export declare enum SubscriptionAction {
|
|
739
780
|
Updated = "UPDATED",
|
740
781
|
Deleted = "DELETED"
|
741
782
|
}
|
742
|
-
export
|
743
|
-
export
|
744
|
-
export
|
745
|
-
export
|
783
|
+
export type WithIndex<TObject> = TObject & Record<string, any>;
|
784
|
+
export type ResolversObject<TObject> = WithIndex<TObject>;
|
785
|
+
export type ResolverTypeWrapper<T> = Promise<T> | T;
|
786
|
+
export type ResolverWithResolve<TResult, TParent, TContext, TArgs> = {
|
746
787
|
resolve: ResolverFn<TResult, TParent, TContext, TArgs>;
|
747
788
|
};
|
748
|
-
export
|
749
|
-
export
|
750
|
-
export
|
751
|
-
export
|
789
|
+
export type Resolver<TResult, TParent = {}, TContext = {}, TArgs = {}> = ResolverFn<TResult, TParent, TContext, TArgs> | ResolverWithResolve<TResult, TParent, TContext, TArgs>;
|
790
|
+
export type ResolverFn<TResult, TParent, TContext, TArgs> = (parent: TParent, args: TArgs, context: TContext, info: GraphQLResolveInfo) => Promise<TResult> | TResult;
|
791
|
+
export type SubscriptionSubscribeFn<TResult, TParent, TContext, TArgs> = (parent: TParent, args: TArgs, context: TContext, info: GraphQLResolveInfo) => AsyncIterable<TResult> | Promise<AsyncIterable<TResult>>;
|
792
|
+
export type SubscriptionResolveFn<TResult, TParent, TContext, TArgs> = (parent: TParent, args: TArgs, context: TContext, info: GraphQLResolveInfo) => TResult | Promise<TResult>;
|
752
793
|
export interface SubscriptionSubscriberObject<TResult, TKey extends string, TParent, TContext, TArgs> {
|
753
794
|
subscribe: SubscriptionSubscribeFn<{
|
754
795
|
[key in TKey]: TResult;
|
@@ -761,23 +802,23 @@ export interface SubscriptionResolverObject<TResult, TParent, TContext, TArgs> {
|
|
761
802
|
subscribe: SubscriptionSubscribeFn<any, TParent, TContext, TArgs>;
|
762
803
|
resolve: SubscriptionResolveFn<TResult, any, TContext, TArgs>;
|
763
804
|
}
|
764
|
-
export
|
765
|
-
export
|
766
|
-
export
|
767
|
-
export
|
768
|
-
export
|
769
|
-
export
|
805
|
+
export type SubscriptionObject<TResult, TKey extends string, TParent, TContext, TArgs> = SubscriptionSubscriberObject<TResult, TKey, TParent, TContext, TArgs> | SubscriptionResolverObject<TResult, TParent, TContext, TArgs>;
|
806
|
+
export type SubscriptionResolver<TResult, TKey extends string, TParent = {}, TContext = {}, TArgs = {}> = ((...args: any[]) => SubscriptionObject<TResult, TKey, TParent, TContext, TArgs>) | SubscriptionObject<TResult, TKey, TParent, TContext, TArgs>;
|
807
|
+
export type TypeResolveFn<TTypes, TParent = {}, TContext = {}> = (parent: TParent, context: TContext, info: GraphQLResolveInfo) => Maybe<TTypes> | Promise<Maybe<TTypes>>;
|
808
|
+
export type IsTypeOfResolverFn<T = {}, TContext = {}> = (obj: T, context: TContext, info: GraphQLResolveInfo) => boolean | Promise<boolean>;
|
809
|
+
export type NextResolverFn<T> = () => Promise<T>;
|
810
|
+
export type DirectiveResolverFn<TResult = {}, TParent = {}, TContext = {}, TArgs = {}> = (next: NextResolverFn<TResult>, parent: TParent, args: TArgs, context: TContext, info: GraphQLResolveInfo) => TResult | Promise<TResult>;
|
770
811
|
/** Mapping between all available schema types and the resolvers types */
|
771
|
-
export
|
812
|
+
export type ResolversTypes = ResolversObject<{
|
772
813
|
Query: ResolverTypeWrapper<{}>;
|
773
814
|
FulfillmentQuery: ResolverTypeWrapper<FulfillmentQuery>;
|
774
815
|
FulfillmentFulfillmentQuery: ResolverTypeWrapper<FulfillmentFulfillmentQuery>;
|
775
|
-
|
776
|
-
|
816
|
+
ProtoIoRestorecommerceFulfillmentFulfillmentListResponse: ResolverTypeWrapper<ProtoIoRestorecommerceFulfillmentFulfillmentListResponse>;
|
817
|
+
IoRestorecommerceFulfillmentFulfillmentListResponse: ResolverTypeWrapper<IoRestorecommerceFulfillmentFulfillmentListResponse>;
|
777
818
|
IoRestorecommerceFulfillmentFulfillmentResponse: ResolverTypeWrapper<IoRestorecommerceFulfillmentFulfillmentResponse>;
|
778
819
|
IoRestorecommerceFulfillmentFulfillment: ResolverTypeWrapper<IoRestorecommerceFulfillmentFulfillment>;
|
779
820
|
String: ResolverTypeWrapper<Scalars['String']>;
|
780
|
-
|
821
|
+
IoRestorecommerceFulfillmentPackaging: ResolverTypeWrapper<IoRestorecommerceFulfillmentPackaging>;
|
781
822
|
IoRestorecommerceFulfillmentParcel: ResolverTypeWrapper<IoRestorecommerceFulfillmentParcel>;
|
782
823
|
IoRestorecommerceFulfillmentProductFulfillmentProduct: ResolverTypeWrapper<IoRestorecommerceFulfillmentProductFulfillmentProduct>;
|
783
824
|
IoRestorecommerceFulfillmentCourierFulfillmentCourier: ResolverTypeWrapper<IoRestorecommerceFulfillmentCourierFulfillmentCourier>;
|
@@ -788,9 +829,13 @@ export declare type ResolversTypes = ResolversObject<{
|
|
788
829
|
IoRestorecommerceAttributeAttribute: ResolverTypeWrapper<IoRestorecommerceAttributeAttribute>;
|
789
830
|
IoRestorecommerceAttributeAttributeObj: ResolverTypeWrapper<IoRestorecommerceAttributeAttributeObj>;
|
790
831
|
IoRestorecommerceFulfillmentProductVariant: ResolverTypeWrapper<IoRestorecommerceFulfillmentProductVariant>;
|
791
|
-
|
832
|
+
IoRestorecommerceGeometryBoundingBox3D: ResolverTypeWrapper<IoRestorecommerceGeometryBoundingBox3D>;
|
833
|
+
IoRestorecommerceFulfillmentFulfillmentItem: ResolverTypeWrapper<IoRestorecommerceFulfillmentFulfillmentItem>;
|
792
834
|
Int: ResolverTypeWrapper<Scalars['Int']>;
|
793
|
-
|
835
|
+
IoRestorecommerceProductPackage: ResolverTypeWrapper<IoRestorecommerceProductPackage>;
|
836
|
+
Boolean: ResolverTypeWrapper<Scalars['Boolean']>;
|
837
|
+
IoRestorecommerceTaxVAT: ResolverTypeWrapper<IoRestorecommerceTaxVat>;
|
838
|
+
IoRestorecommerceAddressShippingAddress: ResolverTypeWrapper<IoRestorecommerceAddressShippingAddress>;
|
794
839
|
IoRestorecommerceAddressAddress: ResolverTypeWrapper<IoRestorecommerceAddressAddress>;
|
795
840
|
IoRestorecommerceCountryCountry: ResolverTypeWrapper<IoRestorecommerceCountryCountry>;
|
796
841
|
IoRestorecommerceAddressGeoPoint: ResolverTypeWrapper<IoRestorecommerceAddressGeoPoint>;
|
@@ -798,10 +843,12 @@ export declare type ResolversTypes = ResolversObject<{
|
|
798
843
|
IoRestorecommerceAddressBusinessAddress: ResolverTypeWrapper<IoRestorecommerceAddressBusinessAddress>;
|
799
844
|
IoRestorecommerceAddressResidentialAddress: ResolverTypeWrapper<IoRestorecommerceAddressResidentialAddress>;
|
800
845
|
IoRestorecommerceAddressPackStation: ResolverTypeWrapper<IoRestorecommerceAddressPackStation>;
|
801
|
-
|
846
|
+
IoRestorecommerceAddressContact: ResolverTypeWrapper<IoRestorecommerceAddressContact>;
|
802
847
|
IoRestorecommerceFulfillmentLabel: ResolverTypeWrapper<IoRestorecommerceFulfillmentLabel>;
|
803
848
|
IoRestorecommerceFulfillmentState: IoRestorecommerceFulfillmentState;
|
804
849
|
IoRestorecommerceStatusStatus: ResolverTypeWrapper<IoRestorecommerceStatusStatus>;
|
850
|
+
IoRestorecommerceFulfillmentTracking: ResolverTypeWrapper<IoRestorecommerceFulfillmentTracking>;
|
851
|
+
IoRestorecommerceFulfillmentEvent: ResolverTypeWrapper<IoRestorecommerceFulfillmentEvent>;
|
805
852
|
IoRestorecommerceStatusOperationStatus: ResolverTypeWrapper<IoRestorecommerceStatusOperationStatus>;
|
806
853
|
IIoRestorecommerceResourcebaseReadRequest: IIoRestorecommerceResourcebaseReadRequest;
|
807
854
|
IIoRestorecommerceResourcebaseSort: IIoRestorecommerceResourcebaseSort;
|
@@ -817,54 +864,52 @@ export declare type ResolversTypes = ResolversObject<{
|
|
817
864
|
IoRestorecommerceFilterFilterOpOperator: IoRestorecommerceFilterFilterOpOperator;
|
818
865
|
IoRestorecommerceResourcebaseFilterOpOperator: IoRestorecommerceResourcebaseFilterOpOperator;
|
819
866
|
IIoRestorecommerceResourcebaseFieldFilter: IIoRestorecommerceResourcebaseFieldFilter;
|
820
|
-
Boolean: ResolverTypeWrapper<Scalars['Boolean']>;
|
821
867
|
IGoogleProtobufAny: IGoogleProtobufAny;
|
822
868
|
IIoRestorecommerceResourcebaseSearch: IIoRestorecommerceResourcebaseSearch;
|
823
|
-
ProtoIoRestorecommerceFulfillmentTrackingResultList: ResolverTypeWrapper<ProtoIoRestorecommerceFulfillmentTrackingResultList>;
|
824
|
-
IoRestorecommerceFulfillmentTrackingResultList: ResolverTypeWrapper<IoRestorecommerceFulfillmentTrackingResultList>;
|
825
|
-
IoRestorecommerceFulfillmentTrackingResult: ResolverTypeWrapper<IoRestorecommerceFulfillmentTrackingResult>;
|
826
|
-
IoRestorecommerceFulfillmentTracking: ResolverTypeWrapper<IoRestorecommerceFulfillmentTracking>;
|
827
|
-
IoRestorecommerceFulfillmentEvent: ResolverTypeWrapper<IoRestorecommerceFulfillmentEvent>;
|
828
|
-
IIoRestorecommerceFulfillmentTrackingRequestList: IIoRestorecommerceFulfillmentTrackingRequestList;
|
829
|
-
IIoRestorecommerceFulfillmentTrackingRequest: IIoRestorecommerceFulfillmentTrackingRequest;
|
830
869
|
FulfillmentFulfillmentCourierQuery: ResolverTypeWrapper<FulfillmentFulfillmentCourierQuery>;
|
831
|
-
|
832
|
-
|
870
|
+
ProtoIoRestorecommerceFulfillmentCourierFulfillmentCourierListResponse: ResolverTypeWrapper<ProtoIoRestorecommerceFulfillmentCourierFulfillmentCourierListResponse>;
|
871
|
+
IoRestorecommerceFulfillmentCourierFulfillmentCourierListResponse: ResolverTypeWrapper<IoRestorecommerceFulfillmentCourierFulfillmentCourierListResponse>;
|
833
872
|
IoRestorecommerceFulfillmentCourierFulfillmentCourierResponse: ResolverTypeWrapper<IoRestorecommerceFulfillmentCourierFulfillmentCourierResponse>;
|
834
873
|
FulfillmentFulfillmentProductQuery: ResolverTypeWrapper<FulfillmentFulfillmentProductQuery>;
|
835
|
-
|
836
|
-
|
874
|
+
ProtoIoRestorecommerceFulfillmentProductFulfillmentProductListResponse: ResolverTypeWrapper<ProtoIoRestorecommerceFulfillmentProductFulfillmentProductListResponse>;
|
875
|
+
IoRestorecommerceFulfillmentProductFulfillmentProductListResponse: ResolverTypeWrapper<IoRestorecommerceFulfillmentProductFulfillmentProductListResponse>;
|
837
876
|
IoRestorecommerceFulfillmentProductFulfillmentProductResponse: ResolverTypeWrapper<IoRestorecommerceFulfillmentProductFulfillmentProductResponse>;
|
838
|
-
|
839
|
-
|
877
|
+
ProtoIoRestorecommerceFulfillmentProductPackingSolutionListResponse: ResolverTypeWrapper<ProtoIoRestorecommerceFulfillmentProductPackingSolutionListResponse>;
|
878
|
+
IoRestorecommerceFulfillmentProductPackingSolutionListResponse: ResolverTypeWrapper<IoRestorecommerceFulfillmentProductPackingSolutionListResponse>;
|
840
879
|
IoRestorecommerceFulfillmentProductPackingSolutionResponse: ResolverTypeWrapper<IoRestorecommerceFulfillmentProductPackingSolutionResponse>;
|
841
880
|
IoRestorecommerceFulfillmentProductPackingSolution: ResolverTypeWrapper<IoRestorecommerceFulfillmentProductPackingSolution>;
|
842
|
-
|
843
|
-
|
844
|
-
|
845
|
-
IIoRestorecommerceFulfillmentProductPreferences: IIoRestorecommerceFulfillmentProductPreferences;
|
846
|
-
IIoRestorecommerceAttributeAttribute: IIoRestorecommerceAttributeAttribute;
|
847
|
-
Mutation: ResolverTypeWrapper<{}>;
|
848
|
-
FulfillmentMutation: ResolverTypeWrapper<FulfillmentMutation>;
|
849
|
-
FulfillmentFulfillmentMutation: ResolverTypeWrapper<FulfillmentFulfillmentMutation>;
|
850
|
-
IIoRestorecommerceFulfillmentFulfillmentList: IIoRestorecommerceFulfillmentFulfillmentList;
|
851
|
-
IIoRestorecommerceFulfillmentFulfillment: IIoRestorecommerceFulfillmentFulfillment;
|
852
|
-
IIoRestorecommerceFulfillmentOrder: IIoRestorecommerceFulfillmentOrder;
|
853
|
-
IIoRestorecommerceFulfillmentParcel: IIoRestorecommerceFulfillmentParcel;
|
854
|
-
IIoRestorecommerceFulfillmentShippingAddress: IIoRestorecommerceFulfillmentShippingAddress;
|
881
|
+
IIoRestorecommerceFulfillmentProductProductQueryList: IIoRestorecommerceFulfillmentProductProductQueryList;
|
882
|
+
IIoRestorecommerceFulfillmentProductProductQuery: IIoRestorecommerceFulfillmentProductProductQuery;
|
883
|
+
IIoRestorecommerceAddressShippingAddress: IIoRestorecommerceAddressShippingAddress;
|
855
884
|
IIoRestorecommerceAddressAddress: IIoRestorecommerceAddressAddress;
|
856
885
|
IIoRestorecommerceMetaMeta: IIoRestorecommerceMetaMeta;
|
886
|
+
IIoRestorecommerceAttributeAttribute: IIoRestorecommerceAttributeAttribute;
|
857
887
|
IIoRestorecommerceAttributeAttributeObj: IIoRestorecommerceAttributeAttributeObj;
|
858
888
|
IIoRestorecommerceAddressGeoPoint: IIoRestorecommerceAddressGeoPoint;
|
859
889
|
IIoRestorecommerceAddressAddressAddition: IIoRestorecommerceAddressAddressAddition;
|
860
890
|
IIoRestorecommerceAddressBusinessAddress: IIoRestorecommerceAddressBusinessAddress;
|
861
891
|
IIoRestorecommerceAddressResidentialAddress: IIoRestorecommerceAddressResidentialAddress;
|
862
892
|
IIoRestorecommerceAddressPackStation: IIoRestorecommerceAddressPackStation;
|
863
|
-
|
893
|
+
IIoRestorecommerceAddressContact: IIoRestorecommerceAddressContact;
|
894
|
+
IIoRestorecommerceFulfillmentFulfillmentItem: IIoRestorecommerceFulfillmentFulfillmentItem;
|
895
|
+
IIoRestorecommerceProductPackage: IIoRestorecommerceProductPackage;
|
896
|
+
IIoRestorecommerceGeometryBoundingBox3D: IIoRestorecommerceGeometryBoundingBox3D;
|
897
|
+
IIoRestorecommerceFulfillmentProductPreferences: IIoRestorecommerceFulfillmentProductPreferences;
|
898
|
+
Mutation: ResolverTypeWrapper<{}>;
|
899
|
+
FulfillmentMutation: ResolverTypeWrapper<FulfillmentMutation>;
|
900
|
+
FulfillmentFulfillmentMutation: ResolverTypeWrapper<FulfillmentFulfillmentMutation>;
|
901
|
+
IIoRestorecommerceFulfillmentFulfillmentList: IIoRestorecommerceFulfillmentFulfillmentList;
|
902
|
+
IIoRestorecommerceFulfillmentFulfillment: IIoRestorecommerceFulfillmentFulfillment;
|
903
|
+
IIoRestorecommerceFulfillmentPackaging: IIoRestorecommerceFulfillmentPackaging;
|
904
|
+
IIoRestorecommerceFulfillmentParcel: IIoRestorecommerceFulfillmentParcel;
|
905
|
+
IIoRestorecommerceTaxVAT: IIoRestorecommerceTaxVat;
|
864
906
|
IIoRestorecommerceFulfillmentLabel: IIoRestorecommerceFulfillmentLabel;
|
865
907
|
IIoRestorecommerceStatusStatus: IIoRestorecommerceStatusStatus;
|
908
|
+
IIoRestorecommerceFulfillmentTracking: IIoRestorecommerceFulfillmentTracking;
|
909
|
+
IIoRestorecommerceFulfillmentEvent: IIoRestorecommerceFulfillmentEvent;
|
866
910
|
ModeType: ModeType;
|
867
|
-
|
911
|
+
IIoRestorecommerceFulfillmentFulfillmentIdList: IIoRestorecommerceFulfillmentFulfillmentIdList;
|
912
|
+
IIoRestorecommerceFulfillmentFulfillmentId: IIoRestorecommerceFulfillmentFulfillmentId;
|
868
913
|
ProtoIoRestorecommerceResourcebaseDeleteResponse: ResolverTypeWrapper<ProtoIoRestorecommerceResourcebaseDeleteResponse>;
|
869
914
|
IoRestorecommerceResourcebaseDeleteResponse: ResolverTypeWrapper<IoRestorecommerceResourcebaseDeleteResponse>;
|
870
915
|
IIoRestorecommerceResourcebaseDeleteRequest: IIoRestorecommerceResourcebaseDeleteRequest;
|
@@ -880,16 +925,16 @@ export declare type ResolversTypes = ResolversObject<{
|
|
880
925
|
SubscriptionAction: SubscriptionAction;
|
881
926
|
}>;
|
882
927
|
/** Mapping between all available schema types and the resolvers parents */
|
883
|
-
export
|
928
|
+
export type ResolversParentTypes = ResolversObject<{
|
884
929
|
Query: {};
|
885
930
|
FulfillmentQuery: FulfillmentQuery;
|
886
931
|
FulfillmentFulfillmentQuery: FulfillmentFulfillmentQuery;
|
887
|
-
|
888
|
-
|
932
|
+
ProtoIoRestorecommerceFulfillmentFulfillmentListResponse: ProtoIoRestorecommerceFulfillmentFulfillmentListResponse;
|
933
|
+
IoRestorecommerceFulfillmentFulfillmentListResponse: IoRestorecommerceFulfillmentFulfillmentListResponse;
|
889
934
|
IoRestorecommerceFulfillmentFulfillmentResponse: IoRestorecommerceFulfillmentFulfillmentResponse;
|
890
935
|
IoRestorecommerceFulfillmentFulfillment: IoRestorecommerceFulfillmentFulfillment;
|
891
936
|
String: Scalars['String'];
|
892
|
-
|
937
|
+
IoRestorecommerceFulfillmentPackaging: IoRestorecommerceFulfillmentPackaging;
|
893
938
|
IoRestorecommerceFulfillmentParcel: IoRestorecommerceFulfillmentParcel;
|
894
939
|
IoRestorecommerceFulfillmentProductFulfillmentProduct: IoRestorecommerceFulfillmentProductFulfillmentProduct;
|
895
940
|
IoRestorecommerceFulfillmentCourierFulfillmentCourier: IoRestorecommerceFulfillmentCourierFulfillmentCourier;
|
@@ -900,9 +945,13 @@ export declare type ResolversParentTypes = ResolversObject<{
|
|
900
945
|
IoRestorecommerceAttributeAttribute: IoRestorecommerceAttributeAttribute;
|
901
946
|
IoRestorecommerceAttributeAttributeObj: IoRestorecommerceAttributeAttributeObj;
|
902
947
|
IoRestorecommerceFulfillmentProductVariant: IoRestorecommerceFulfillmentProductVariant;
|
903
|
-
|
948
|
+
IoRestorecommerceGeometryBoundingBox3D: IoRestorecommerceGeometryBoundingBox3D;
|
949
|
+
IoRestorecommerceFulfillmentFulfillmentItem: IoRestorecommerceFulfillmentFulfillmentItem;
|
904
950
|
Int: Scalars['Int'];
|
905
|
-
|
951
|
+
IoRestorecommerceProductPackage: IoRestorecommerceProductPackage;
|
952
|
+
Boolean: Scalars['Boolean'];
|
953
|
+
IoRestorecommerceTaxVAT: IoRestorecommerceTaxVat;
|
954
|
+
IoRestorecommerceAddressShippingAddress: IoRestorecommerceAddressShippingAddress;
|
906
955
|
IoRestorecommerceAddressAddress: IoRestorecommerceAddressAddress;
|
907
956
|
IoRestorecommerceCountryCountry: IoRestorecommerceCountryCountry;
|
908
957
|
IoRestorecommerceAddressGeoPoint: IoRestorecommerceAddressGeoPoint;
|
@@ -910,9 +959,11 @@ export declare type ResolversParentTypes = ResolversObject<{
|
|
910
959
|
IoRestorecommerceAddressBusinessAddress: IoRestorecommerceAddressBusinessAddress;
|
911
960
|
IoRestorecommerceAddressResidentialAddress: IoRestorecommerceAddressResidentialAddress;
|
912
961
|
IoRestorecommerceAddressPackStation: IoRestorecommerceAddressPackStation;
|
913
|
-
|
962
|
+
IoRestorecommerceAddressContact: IoRestorecommerceAddressContact;
|
914
963
|
IoRestorecommerceFulfillmentLabel: IoRestorecommerceFulfillmentLabel;
|
915
964
|
IoRestorecommerceStatusStatus: IoRestorecommerceStatusStatus;
|
965
|
+
IoRestorecommerceFulfillmentTracking: IoRestorecommerceFulfillmentTracking;
|
966
|
+
IoRestorecommerceFulfillmentEvent: IoRestorecommerceFulfillmentEvent;
|
916
967
|
IoRestorecommerceStatusOperationStatus: IoRestorecommerceStatusOperationStatus;
|
917
968
|
IIoRestorecommerceResourcebaseReadRequest: IIoRestorecommerceResourcebaseReadRequest;
|
918
969
|
IIoRestorecommerceResourcebaseSort: IIoRestorecommerceResourcebaseSort;
|
@@ -921,53 +972,51 @@ export declare type ResolversParentTypes = ResolversObject<{
|
|
921
972
|
IIoRestorecommerceFilterFilterOp: IIoRestorecommerceFilterFilterOp;
|
922
973
|
IIoRestorecommerceFilterFilter: IIoRestorecommerceFilterFilter;
|
923
974
|
IIoRestorecommerceResourcebaseFieldFilter: IIoRestorecommerceResourcebaseFieldFilter;
|
924
|
-
Boolean: Scalars['Boolean'];
|
925
975
|
IGoogleProtobufAny: IGoogleProtobufAny;
|
926
976
|
IIoRestorecommerceResourcebaseSearch: IIoRestorecommerceResourcebaseSearch;
|
927
|
-
ProtoIoRestorecommerceFulfillmentTrackingResultList: ProtoIoRestorecommerceFulfillmentTrackingResultList;
|
928
|
-
IoRestorecommerceFulfillmentTrackingResultList: IoRestorecommerceFulfillmentTrackingResultList;
|
929
|
-
IoRestorecommerceFulfillmentTrackingResult: IoRestorecommerceFulfillmentTrackingResult;
|
930
|
-
IoRestorecommerceFulfillmentTracking: IoRestorecommerceFulfillmentTracking;
|
931
|
-
IoRestorecommerceFulfillmentEvent: IoRestorecommerceFulfillmentEvent;
|
932
|
-
IIoRestorecommerceFulfillmentTrackingRequestList: IIoRestorecommerceFulfillmentTrackingRequestList;
|
933
|
-
IIoRestorecommerceFulfillmentTrackingRequest: IIoRestorecommerceFulfillmentTrackingRequest;
|
934
977
|
FulfillmentFulfillmentCourierQuery: FulfillmentFulfillmentCourierQuery;
|
935
|
-
|
936
|
-
|
978
|
+
ProtoIoRestorecommerceFulfillmentCourierFulfillmentCourierListResponse: ProtoIoRestorecommerceFulfillmentCourierFulfillmentCourierListResponse;
|
979
|
+
IoRestorecommerceFulfillmentCourierFulfillmentCourierListResponse: IoRestorecommerceFulfillmentCourierFulfillmentCourierListResponse;
|
937
980
|
IoRestorecommerceFulfillmentCourierFulfillmentCourierResponse: IoRestorecommerceFulfillmentCourierFulfillmentCourierResponse;
|
938
981
|
FulfillmentFulfillmentProductQuery: FulfillmentFulfillmentProductQuery;
|
939
|
-
|
940
|
-
|
982
|
+
ProtoIoRestorecommerceFulfillmentProductFulfillmentProductListResponse: ProtoIoRestorecommerceFulfillmentProductFulfillmentProductListResponse;
|
983
|
+
IoRestorecommerceFulfillmentProductFulfillmentProductListResponse: IoRestorecommerceFulfillmentProductFulfillmentProductListResponse;
|
941
984
|
IoRestorecommerceFulfillmentProductFulfillmentProductResponse: IoRestorecommerceFulfillmentProductFulfillmentProductResponse;
|
942
|
-
|
943
|
-
|
985
|
+
ProtoIoRestorecommerceFulfillmentProductPackingSolutionListResponse: ProtoIoRestorecommerceFulfillmentProductPackingSolutionListResponse;
|
986
|
+
IoRestorecommerceFulfillmentProductPackingSolutionListResponse: IoRestorecommerceFulfillmentProductPackingSolutionListResponse;
|
944
987
|
IoRestorecommerceFulfillmentProductPackingSolutionResponse: IoRestorecommerceFulfillmentProductPackingSolutionResponse;
|
945
988
|
IoRestorecommerceFulfillmentProductPackingSolution: IoRestorecommerceFulfillmentProductPackingSolution;
|
946
|
-
|
947
|
-
|
948
|
-
|
949
|
-
IIoRestorecommerceFulfillmentProductPreferences: IIoRestorecommerceFulfillmentProductPreferences;
|
950
|
-
IIoRestorecommerceAttributeAttribute: IIoRestorecommerceAttributeAttribute;
|
951
|
-
Mutation: {};
|
952
|
-
FulfillmentMutation: FulfillmentMutation;
|
953
|
-
FulfillmentFulfillmentMutation: FulfillmentFulfillmentMutation;
|
954
|
-
IIoRestorecommerceFulfillmentFulfillmentList: IIoRestorecommerceFulfillmentFulfillmentList;
|
955
|
-
IIoRestorecommerceFulfillmentFulfillment: IIoRestorecommerceFulfillmentFulfillment;
|
956
|
-
IIoRestorecommerceFulfillmentOrder: IIoRestorecommerceFulfillmentOrder;
|
957
|
-
IIoRestorecommerceFulfillmentParcel: IIoRestorecommerceFulfillmentParcel;
|
958
|
-
IIoRestorecommerceFulfillmentShippingAddress: IIoRestorecommerceFulfillmentShippingAddress;
|
989
|
+
IIoRestorecommerceFulfillmentProductProductQueryList: IIoRestorecommerceFulfillmentProductProductQueryList;
|
990
|
+
IIoRestorecommerceFulfillmentProductProductQuery: IIoRestorecommerceFulfillmentProductProductQuery;
|
991
|
+
IIoRestorecommerceAddressShippingAddress: IIoRestorecommerceAddressShippingAddress;
|
959
992
|
IIoRestorecommerceAddressAddress: IIoRestorecommerceAddressAddress;
|
960
993
|
IIoRestorecommerceMetaMeta: IIoRestorecommerceMetaMeta;
|
994
|
+
IIoRestorecommerceAttributeAttribute: IIoRestorecommerceAttributeAttribute;
|
961
995
|
IIoRestorecommerceAttributeAttributeObj: IIoRestorecommerceAttributeAttributeObj;
|
962
996
|
IIoRestorecommerceAddressGeoPoint: IIoRestorecommerceAddressGeoPoint;
|
963
997
|
IIoRestorecommerceAddressAddressAddition: IIoRestorecommerceAddressAddressAddition;
|
964
998
|
IIoRestorecommerceAddressBusinessAddress: IIoRestorecommerceAddressBusinessAddress;
|
965
999
|
IIoRestorecommerceAddressResidentialAddress: IIoRestorecommerceAddressResidentialAddress;
|
966
1000
|
IIoRestorecommerceAddressPackStation: IIoRestorecommerceAddressPackStation;
|
967
|
-
|
1001
|
+
IIoRestorecommerceAddressContact: IIoRestorecommerceAddressContact;
|
1002
|
+
IIoRestorecommerceFulfillmentFulfillmentItem: IIoRestorecommerceFulfillmentFulfillmentItem;
|
1003
|
+
IIoRestorecommerceProductPackage: IIoRestorecommerceProductPackage;
|
1004
|
+
IIoRestorecommerceGeometryBoundingBox3D: IIoRestorecommerceGeometryBoundingBox3D;
|
1005
|
+
IIoRestorecommerceFulfillmentProductPreferences: IIoRestorecommerceFulfillmentProductPreferences;
|
1006
|
+
Mutation: {};
|
1007
|
+
FulfillmentMutation: FulfillmentMutation;
|
1008
|
+
FulfillmentFulfillmentMutation: FulfillmentFulfillmentMutation;
|
1009
|
+
IIoRestorecommerceFulfillmentFulfillmentList: IIoRestorecommerceFulfillmentFulfillmentList;
|
1010
|
+
IIoRestorecommerceFulfillmentFulfillment: IIoRestorecommerceFulfillmentFulfillment;
|
1011
|
+
IIoRestorecommerceFulfillmentPackaging: IIoRestorecommerceFulfillmentPackaging;
|
1012
|
+
IIoRestorecommerceFulfillmentParcel: IIoRestorecommerceFulfillmentParcel;
|
1013
|
+
IIoRestorecommerceTaxVAT: IIoRestorecommerceTaxVat;
|
968
1014
|
IIoRestorecommerceFulfillmentLabel: IIoRestorecommerceFulfillmentLabel;
|
969
1015
|
IIoRestorecommerceStatusStatus: IIoRestorecommerceStatusStatus;
|
970
|
-
|
1016
|
+
IIoRestorecommerceFulfillmentTracking: IIoRestorecommerceFulfillmentTracking;
|
1017
|
+
IIoRestorecommerceFulfillmentEvent: IIoRestorecommerceFulfillmentEvent;
|
1018
|
+
IIoRestorecommerceFulfillmentFulfillmentIdList: IIoRestorecommerceFulfillmentFulfillmentIdList;
|
1019
|
+
IIoRestorecommerceFulfillmentFulfillmentId: IIoRestorecommerceFulfillmentFulfillmentId;
|
971
1020
|
ProtoIoRestorecommerceResourcebaseDeleteResponse: ProtoIoRestorecommerceResourcebaseDeleteResponse;
|
972
1021
|
IoRestorecommerceResourcebaseDeleteResponse: IoRestorecommerceResourcebaseDeleteResponse;
|
973
1022
|
IIoRestorecommerceResourcebaseDeleteRequest: IIoRestorecommerceResourcebaseDeleteRequest;
|
@@ -981,63 +1030,65 @@ export declare type ResolversParentTypes = ResolversObject<{
|
|
981
1030
|
Subscription: {};
|
982
1031
|
SubscriptionOutput: SubscriptionOutput;
|
983
1032
|
}>;
|
984
|
-
export
|
1033
|
+
export type QueryResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['Query'] = ResolversParentTypes['Query']> = ResolversObject<{
|
985
1034
|
fulfillment?: Resolver<ResolversTypes['FulfillmentQuery'], ParentType, ContextType>;
|
986
1035
|
}>;
|
987
|
-
export
|
1036
|
+
export type FulfillmentQueryResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['FulfillmentQuery'] = ResolversParentTypes['FulfillmentQuery']> = ResolversObject<{
|
988
1037
|
fulfillment?: Resolver<ResolversTypes['FulfillmentFulfillmentQuery'], ParentType, ContextType>;
|
989
1038
|
fulfillment_courier?: Resolver<ResolversTypes['FulfillmentFulfillmentCourierQuery'], ParentType, ContextType>;
|
990
1039
|
fulfillment_product?: Resolver<ResolversTypes['FulfillmentFulfillmentProductQuery'], ParentType, ContextType>;
|
991
1040
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
992
1041
|
}>;
|
993
|
-
export
|
994
|
-
Read?: Resolver<Maybe<ResolversTypes['
|
995
|
-
Track?: Resolver<Maybe<ResolversTypes['ProtoIoRestorecommerceFulfillmentTrackingResultList']>, ParentType, ContextType, RequireFields<FulfillmentFulfillmentQueryTrackArgs, 'input'>>;
|
1042
|
+
export type FulfillmentFulfillmentQueryResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['FulfillmentFulfillmentQuery'] = ResolversParentTypes['FulfillmentFulfillmentQuery']> = ResolversObject<{
|
1043
|
+
Read?: Resolver<Maybe<ResolversTypes['ProtoIoRestorecommerceFulfillmentFulfillmentListResponse']>, ParentType, ContextType, RequireFields<FulfillmentFulfillmentQueryReadArgs, 'input'>>;
|
996
1044
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
997
1045
|
}>;
|
998
|
-
export
|
999
|
-
details?: Resolver<Maybe<ResolversTypes['
|
1046
|
+
export type ProtoIoRestorecommerceFulfillmentFulfillmentListResponseResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['ProtoIoRestorecommerceFulfillmentFulfillmentListResponse'] = ResolversParentTypes['ProtoIoRestorecommerceFulfillmentFulfillmentListResponse']> = ResolversObject<{
|
1047
|
+
details?: Resolver<Maybe<ResolversTypes['IoRestorecommerceFulfillmentFulfillmentListResponse']>, ParentType, ContextType>;
|
1000
1048
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1001
1049
|
}>;
|
1002
|
-
export
|
1050
|
+
export type IoRestorecommerceFulfillmentFulfillmentListResponseResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceFulfillmentFulfillmentListResponse'] = ResolversParentTypes['IoRestorecommerceFulfillmentFulfillmentListResponse']> = ResolversObject<{
|
1003
1051
|
items?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceFulfillmentFulfillmentResponse']>>, ParentType, ContextType>;
|
1004
1052
|
totalCount?: Resolver<Maybe<ResolversTypes['Int']>, ParentType, ContextType>;
|
1005
1053
|
operationStatus?: Resolver<Maybe<ResolversTypes['IoRestorecommerceStatusOperationStatus']>, ParentType, ContextType>;
|
1006
1054
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1007
1055
|
}>;
|
1008
|
-
export
|
1056
|
+
export type IoRestorecommerceFulfillmentFulfillmentResponseResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceFulfillmentFulfillmentResponse'] = ResolversParentTypes['IoRestorecommerceFulfillmentFulfillmentResponse']> = ResolversObject<{
|
1009
1057
|
payload?: Resolver<Maybe<ResolversTypes['IoRestorecommerceFulfillmentFulfillment']>, ParentType, ContextType>;
|
1010
1058
|
status?: Resolver<Maybe<ResolversTypes['IoRestorecommerceStatusStatus']>, ParentType, ContextType>;
|
1011
1059
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1012
1060
|
}>;
|
1013
|
-
export
|
1061
|
+
export type IoRestorecommerceFulfillmentFulfillmentResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceFulfillmentFulfillment'] = ResolversParentTypes['IoRestorecommerceFulfillmentFulfillment']> = ResolversObject<{
|
1014
1062
|
id?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1015
|
-
|
1063
|
+
packaging?: Resolver<Maybe<ResolversTypes['IoRestorecommerceFulfillmentPackaging']>, ParentType, ContextType>;
|
1016
1064
|
meta?: Resolver<Maybe<ResolversTypes['IoRestorecommerceMetaMeta']>, ParentType, ContextType>;
|
1017
1065
|
labels?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceFulfillmentLabel']>>, ParentType, ContextType>;
|
1066
|
+
tracking?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceFulfillmentTracking']>>, ParentType, ContextType>;
|
1018
1067
|
state?: Resolver<Maybe<ResolversTypes['IoRestorecommerceFulfillmentState']>, ParentType, ContextType>;
|
1068
|
+
totalPrice?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
|
1069
|
+
totalVat?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
|
1019
1070
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1020
1071
|
}>;
|
1021
|
-
export
|
1072
|
+
export type IoRestorecommerceFulfillmentPackagingResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceFulfillmentPackaging'] = ResolversParentTypes['IoRestorecommerceFulfillmentPackaging']> = ResolversObject<{
|
1022
1073
|
referenceId?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1023
1074
|
parcels?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceFulfillmentParcel']>>, ParentType, ContextType>;
|
1024
|
-
sender?: Resolver<Maybe<ResolversTypes['
|
1025
|
-
receiver?: Resolver<Maybe<ResolversTypes['
|
1075
|
+
sender?: Resolver<Maybe<ResolversTypes['IoRestorecommerceAddressShippingAddress']>, ParentType, ContextType>;
|
1076
|
+
receiver?: Resolver<Maybe<ResolversTypes['IoRestorecommerceAddressShippingAddress']>, ParentType, ContextType>;
|
1026
1077
|
notify?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1027
1078
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1028
1079
|
}>;
|
1029
|
-
export
|
1080
|
+
export type IoRestorecommerceFulfillmentParcelResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceFulfillmentParcel'] = ResolversParentTypes['IoRestorecommerceFulfillmentParcel']> = ResolversObject<{
|
1081
|
+
id?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1030
1082
|
productId?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1031
1083
|
product?: Resolver<Maybe<ResolversTypes['IoRestorecommerceFulfillmentProductFulfillmentProduct']>, ParentType, ContextType>;
|
1032
|
-
|
1033
|
-
|
1034
|
-
|
1035
|
-
|
1036
|
-
|
1037
|
-
lengthInCm?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
|
1084
|
+
variantId?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1085
|
+
item?: Resolver<Maybe<ResolversTypes['IoRestorecommerceFulfillmentFulfillmentItem']>, ParentType, ContextType>;
|
1086
|
+
price?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
|
1087
|
+
vats?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceTaxVAT']>>, ParentType, ContextType>;
|
1088
|
+
package?: Resolver<Maybe<ResolversTypes['IoRestorecommerceProductPackage']>, ParentType, ContextType>;
|
1038
1089
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1039
1090
|
}>;
|
1040
|
-
export
|
1091
|
+
export type IoRestorecommerceFulfillmentProductFulfillmentProductResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceFulfillmentProductFulfillmentProduct'] = ResolversParentTypes['IoRestorecommerceFulfillmentProductFulfillmentProduct']> = ResolversObject<{
|
1041
1092
|
id?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1042
1093
|
name?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1043
1094
|
description?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
@@ -1051,7 +1102,7 @@ export declare type IoRestorecommerceFulfillmentProductFulfillmentProductResolve
|
|
1051
1102
|
meta?: Resolver<Maybe<ResolversTypes['IoRestorecommerceMetaMeta']>, ParentType, ContextType>;
|
1052
1103
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1053
1104
|
}>;
|
1054
|
-
export
|
1105
|
+
export type IoRestorecommerceFulfillmentCourierFulfillmentCourierResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceFulfillmentCourierFulfillmentCourier'] = ResolversParentTypes['IoRestorecommerceFulfillmentCourierFulfillmentCourier']> = ResolversObject<{
|
1055
1106
|
id?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1056
1107
|
name?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1057
1108
|
description?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
@@ -1062,7 +1113,7 @@ export declare type IoRestorecommerceFulfillmentCourierFulfillmentCourierResolve
|
|
1062
1113
|
meta?: Resolver<Maybe<ResolversTypes['IoRestorecommerceMetaMeta']>, ParentType, ContextType>;
|
1063
1114
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1064
1115
|
}>;
|
1065
|
-
export
|
1116
|
+
export type GoogleProtobufAnyResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['GoogleProtobufAny'] = ResolversParentTypes['GoogleProtobufAny']> = ResolversObject<{
|
1066
1117
|
typeUrl?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1067
1118
|
value?: Resolver<Maybe<ResolversTypes['GoogleProtobufAnyValue']>, ParentType, ContextType>;
|
1068
1119
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
@@ -1070,7 +1121,7 @@ export declare type GoogleProtobufAnyResolvers<ContextType = FulfillmentContext,
|
|
1070
1121
|
export interface GoogleProtobufAnyValueScalarConfig extends GraphQLScalarTypeConfig<ResolversTypes['GoogleProtobufAnyValue'], any> {
|
1071
1122
|
name: 'GoogleProtobufAnyValue';
|
1072
1123
|
}
|
1073
|
-
export
|
1124
|
+
export type IoRestorecommerceMetaMetaResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceMetaMeta'] = ResolversParentTypes['IoRestorecommerceMetaMeta']> = ResolversObject<{
|
1074
1125
|
created?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
|
1075
1126
|
modified?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
|
1076
1127
|
modifiedBy?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
@@ -1078,42 +1129,56 @@ export declare type IoRestorecommerceMetaMetaResolvers<ContextType = Fulfillment
|
|
1078
1129
|
acl?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceAttributeAttributeObj']>>, ParentType, ContextType>;
|
1079
1130
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1080
1131
|
}>;
|
1081
|
-
export
|
1132
|
+
export type IoRestorecommerceAttributeAttributeResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceAttributeAttribute'] = ResolversParentTypes['IoRestorecommerceAttributeAttribute']> = ResolversObject<{
|
1082
1133
|
id?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1083
1134
|
value?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1084
1135
|
attribute?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceAttributeAttribute']>>, ParentType, ContextType>;
|
1085
1136
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1086
1137
|
}>;
|
1087
|
-
export
|
1138
|
+
export type IoRestorecommerceAttributeAttributeObjResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceAttributeAttributeObj'] = ResolversParentTypes['IoRestorecommerceAttributeAttributeObj']> = ResolversObject<{
|
1088
1139
|
attribute?: Resolver<Maybe<ResolversTypes['IoRestorecommerceAttributeAttribute']>, ParentType, ContextType>;
|
1089
1140
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1090
1141
|
}>;
|
1091
|
-
export
|
1142
|
+
export type IoRestorecommerceFulfillmentProductVariantResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceFulfillmentProductVariant'] = ResolversParentTypes['IoRestorecommerceFulfillmentProductVariant']> = ResolversObject<{
|
1092
1143
|
id?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1093
1144
|
name?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1094
1145
|
description?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1095
1146
|
price?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
|
1147
|
+
maxSize?: Resolver<Maybe<ResolversTypes['IoRestorecommerceGeometryBoundingBox3D']>, ParentType, ContextType>;
|
1096
1148
|
maxWeight?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
|
1097
|
-
maxWidth?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
|
1098
|
-
maxHeight?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
|
1099
|
-
maxLength?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
|
1100
|
-
maxVolume?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
|
1101
1149
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1102
1150
|
}>;
|
1103
|
-
export
|
1104
|
-
|
1105
|
-
|
1106
|
-
|
1107
|
-
|
1151
|
+
export type IoRestorecommerceGeometryBoundingBox3DResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceGeometryBoundingBox3D'] = ResolversParentTypes['IoRestorecommerceGeometryBoundingBox3D']> = ResolversObject<{
|
1152
|
+
width?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
|
1153
|
+
height?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
|
1154
|
+
length?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
|
1155
|
+
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1156
|
+
}>;
|
1157
|
+
export type IoRestorecommerceFulfillmentFulfillmentItemResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceFulfillmentFulfillmentItem'] = ResolversParentTypes['IoRestorecommerceFulfillmentFulfillmentItem']> = ResolversObject<{
|
1158
|
+
productId?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1159
|
+
variantId?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1108
1160
|
quantity?: Resolver<Maybe<ResolversTypes['Int']>, ParentType, ContextType>;
|
1161
|
+
package?: Resolver<Maybe<ResolversTypes['IoRestorecommerceProductPackage']>, ParentType, ContextType>;
|
1162
|
+
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1163
|
+
}>;
|
1164
|
+
export type IoRestorecommerceProductPackageResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceProductPackage'] = ResolversParentTypes['IoRestorecommerceProductPackage']> = ResolversObject<{
|
1165
|
+
sizeInCm?: Resolver<Maybe<ResolversTypes['IoRestorecommerceGeometryBoundingBox3D']>, ParentType, ContextType>;
|
1166
|
+
weightInKg?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
|
1167
|
+
rotatable?: Resolver<Maybe<ResolversTypes['Boolean']>, ParentType, ContextType>;
|
1168
|
+
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1169
|
+
}>;
|
1170
|
+
export type IoRestorecommerceTaxVatResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceTaxVAT'] = ResolversParentTypes['IoRestorecommerceTaxVAT']> = ResolversObject<{
|
1171
|
+
taxId?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1172
|
+
vat?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
|
1109
1173
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1110
1174
|
}>;
|
1111
|
-
export
|
1175
|
+
export type IoRestorecommerceAddressShippingAddressResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceAddressShippingAddress'] = ResolversParentTypes['IoRestorecommerceAddressShippingAddress']> = ResolversObject<{
|
1112
1176
|
address?: Resolver<Maybe<ResolversTypes['IoRestorecommerceAddressAddress']>, ParentType, ContextType>;
|
1113
|
-
|
1177
|
+
contact?: Resolver<Maybe<ResolversTypes['IoRestorecommerceAddressContact']>, ParentType, ContextType>;
|
1178
|
+
comments?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1114
1179
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1115
1180
|
}>;
|
1116
|
-
export
|
1181
|
+
export type IoRestorecommerceAddressAddressResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceAddressAddress'] = ResolversParentTypes['IoRestorecommerceAddressAddress']> = ResolversObject<{
|
1117
1182
|
id?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1118
1183
|
meta?: Resolver<Maybe<ResolversTypes['IoRestorecommerceMetaMeta']>, ParentType, ContextType>;
|
1119
1184
|
postcode?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
@@ -1131,7 +1196,7 @@ export declare type IoRestorecommerceAddressAddressResolvers<ContextType = Fulfi
|
|
1131
1196
|
packStation?: Resolver<Maybe<ResolversTypes['IoRestorecommerceAddressPackStation']>, ParentType, ContextType>;
|
1132
1197
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1133
1198
|
}>;
|
1134
|
-
export
|
1199
|
+
export type IoRestorecommerceCountryCountryResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceCountryCountry'] = ResolversParentTypes['IoRestorecommerceCountryCountry']> = ResolversObject<{
|
1135
1200
|
id?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1136
1201
|
meta?: Resolver<Maybe<ResolversTypes['IoRestorecommerceMetaMeta']>, ParentType, ContextType>;
|
1137
1202
|
name?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
@@ -1140,75 +1205,90 @@ export declare type IoRestorecommerceCountryCountryResolvers<ContextType = Fulfi
|
|
1140
1205
|
economicAreas?: Resolver<Maybe<Array<ResolversTypes['String']>>, ParentType, ContextType>;
|
1141
1206
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1142
1207
|
}>;
|
1143
|
-
export
|
1208
|
+
export type IoRestorecommerceAddressGeoPointResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceAddressGeoPoint'] = ResolversParentTypes['IoRestorecommerceAddressGeoPoint']> = ResolversObject<{
|
1144
1209
|
latitude?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
|
1145
1210
|
longitude?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
|
1146
1211
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1147
1212
|
}>;
|
1148
|
-
export
|
1213
|
+
export type IoRestorecommerceAddressAddressAdditionResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceAddressAddressAddition'] = ResolversParentTypes['IoRestorecommerceAddressAddressAddition']> = ResolversObject<{
|
1149
1214
|
field1?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1150
1215
|
field2?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1151
1216
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1152
1217
|
}>;
|
1153
|
-
export
|
1218
|
+
export type IoRestorecommerceAddressBusinessAddressResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceAddressBusinessAddress'] = ResolversParentTypes['IoRestorecommerceAddressBusinessAddress']> = ResolversObject<{
|
1154
1219
|
name?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1155
1220
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1156
1221
|
}>;
|
1157
|
-
export
|
1222
|
+
export type IoRestorecommerceAddressResidentialAddressResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceAddressResidentialAddress'] = ResolversParentTypes['IoRestorecommerceAddressResidentialAddress']> = ResolversObject<{
|
1158
1223
|
title?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1159
1224
|
givenName?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1160
1225
|
midName?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1161
1226
|
familyName?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1162
1227
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1163
1228
|
}>;
|
1164
|
-
export
|
1229
|
+
export type IoRestorecommerceAddressPackStationResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceAddressPackStation'] = ResolversParentTypes['IoRestorecommerceAddressPackStation']> = ResolversObject<{
|
1165
1230
|
provider?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1166
1231
|
stationNumber?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1167
1232
|
postNumber?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1168
1233
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1169
1234
|
}>;
|
1170
|
-
export
|
1235
|
+
export type IoRestorecommerceAddressContactResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceAddressContact'] = ResolversParentTypes['IoRestorecommerceAddressContact']> = ResolversObject<{
|
1171
1236
|
name?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1172
1237
|
email?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1173
1238
|
phone?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1174
1239
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1175
1240
|
}>;
|
1176
|
-
export
|
1241
|
+
export type IoRestorecommerceFulfillmentLabelResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceFulfillmentLabel'] = ResolversParentTypes['IoRestorecommerceFulfillmentLabel']> = ResolversObject<{
|
1177
1242
|
url?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1178
1243
|
pdf?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1179
1244
|
png?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1245
|
+
parcelId?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1180
1246
|
shipmentNumber?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1181
1247
|
state?: Resolver<Maybe<ResolversTypes['IoRestorecommerceFulfillmentState']>, ParentType, ContextType>;
|
1182
1248
|
status?: Resolver<Maybe<ResolversTypes['IoRestorecommerceStatusStatus']>, ParentType, ContextType>;
|
1183
1249
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1184
1250
|
}>;
|
1185
|
-
export
|
1186
|
-
|
1251
|
+
export type IoRestorecommerceFulfillmentStateResolvers = {
|
1252
|
+
Created: 0;
|
1187
1253
|
Invalid: 1;
|
1188
1254
|
Failed: 2;
|
1189
|
-
|
1190
|
-
|
1191
|
-
|
1192
|
-
|
1193
|
-
|
1255
|
+
Submitted: 3;
|
1256
|
+
InTransit: 4;
|
1257
|
+
Fulfilled: 5;
|
1258
|
+
Withdrawn: 6;
|
1259
|
+
Cancelled: 7;
|
1194
1260
|
};
|
1195
|
-
export
|
1261
|
+
export type IoRestorecommerceStatusStatusResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceStatusStatus'] = ResolversParentTypes['IoRestorecommerceStatusStatus']> = ResolversObject<{
|
1196
1262
|
id?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1197
1263
|
code?: Resolver<Maybe<ResolversTypes['Int']>, ParentType, ContextType>;
|
1198
1264
|
message?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1199
1265
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1200
1266
|
}>;
|
1201
|
-
export
|
1267
|
+
export type IoRestorecommerceFulfillmentTrackingResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceFulfillmentTracking'] = ResolversParentTypes['IoRestorecommerceFulfillmentTracking']> = ResolversObject<{
|
1268
|
+
shipmentNumber?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1269
|
+
events?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceFulfillmentEvent']>>, ParentType, ContextType>;
|
1270
|
+
details?: Resolver<Maybe<ResolversTypes['GoogleProtobufAny']>, ParentType, ContextType>;
|
1271
|
+
status?: Resolver<Maybe<ResolversTypes['IoRestorecommerceStatusStatus']>, ParentType, ContextType>;
|
1272
|
+
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1273
|
+
}>;
|
1274
|
+
export type IoRestorecommerceFulfillmentEventResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceFulfillmentEvent'] = ResolversParentTypes['IoRestorecommerceFulfillmentEvent']> = ResolversObject<{
|
1275
|
+
timestamp?: Resolver<Maybe<ResolversTypes['Int']>, ParentType, ContextType>;
|
1276
|
+
location?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1277
|
+
details?: Resolver<Maybe<ResolversTypes['GoogleProtobufAny']>, ParentType, ContextType>;
|
1278
|
+
status?: Resolver<Maybe<ResolversTypes['IoRestorecommerceStatusStatus']>, ParentType, ContextType>;
|
1279
|
+
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1280
|
+
}>;
|
1281
|
+
export type IoRestorecommerceStatusOperationStatusResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceStatusOperationStatus'] = ResolversParentTypes['IoRestorecommerceStatusOperationStatus']> = ResolversObject<{
|
1202
1282
|
code?: Resolver<Maybe<ResolversTypes['Int']>, ParentType, ContextType>;
|
1203
1283
|
message?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1204
1284
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1205
1285
|
}>;
|
1206
|
-
export
|
1286
|
+
export type IoRestorecommerceResourcebaseSortSortOrderResolvers = {
|
1207
1287
|
UNSORTED: 0;
|
1208
1288
|
ASCENDING: 1;
|
1209
1289
|
DESCENDING: 2;
|
1210
1290
|
};
|
1211
|
-
export
|
1291
|
+
export type IoRestorecommerceResourcebaseFilterOperationResolvers = {
|
1212
1292
|
eq: 0;
|
1213
1293
|
lt: 1;
|
1214
1294
|
lte: 2;
|
@@ -1219,14 +1299,14 @@ export declare type IoRestorecommerceResourcebaseFilterOperationResolvers = {
|
|
1219
1299
|
in: 7;
|
1220
1300
|
neq: 8;
|
1221
1301
|
};
|
1222
|
-
export
|
1302
|
+
export type IoRestorecommerceResourcebaseFilterValueTypeResolvers = {
|
1223
1303
|
STRING: 0;
|
1224
1304
|
NUMBER: 1;
|
1225
1305
|
BOOLEAN: 2;
|
1226
1306
|
DATE: 3;
|
1227
1307
|
ARRAY: 4;
|
1228
1308
|
};
|
1229
|
-
export
|
1309
|
+
export type IoRestorecommerceFilterFilterOperationResolvers = {
|
1230
1310
|
eq: 0;
|
1231
1311
|
lt: 1;
|
1232
1312
|
lte: 2;
|
@@ -1237,167 +1317,143 @@ export declare type IoRestorecommerceFilterFilterOperationResolvers = {
|
|
1237
1317
|
in: 7;
|
1238
1318
|
neq: 8;
|
1239
1319
|
};
|
1240
|
-
export
|
1320
|
+
export type IoRestorecommerceFilterFilterValueTypeResolvers = {
|
1241
1321
|
STRING: 0;
|
1242
1322
|
NUMBER: 1;
|
1243
1323
|
BOOLEAN: 2;
|
1244
1324
|
DATE: 3;
|
1245
1325
|
ARRAY: 4;
|
1246
1326
|
};
|
1247
|
-
export
|
1327
|
+
export type IoRestorecommerceFilterFilterOpOperatorResolvers = {
|
1248
1328
|
and: 0;
|
1249
1329
|
or: 1;
|
1250
1330
|
};
|
1251
|
-
export
|
1331
|
+
export type IoRestorecommerceResourcebaseFilterOpOperatorResolvers = {
|
1252
1332
|
and: 0;
|
1253
1333
|
or: 1;
|
1254
1334
|
};
|
1255
|
-
export
|
1256
|
-
|
1257
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1258
|
-
}>;
|
1259
|
-
export declare type IoRestorecommerceFulfillmentTrackingResultListResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceFulfillmentTrackingResultList'] = ResolversParentTypes['IoRestorecommerceFulfillmentTrackingResultList']> = ResolversObject<{
|
1260
|
-
items?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceFulfillmentTrackingResult']>>, ParentType, ContextType>;
|
1261
|
-
operationStatus?: Resolver<Maybe<ResolversTypes['IoRestorecommerceStatusOperationStatus']>, ParentType, ContextType>;
|
1335
|
+
export type FulfillmentFulfillmentCourierQueryResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['FulfillmentFulfillmentCourierQuery'] = ResolversParentTypes['FulfillmentFulfillmentCourierQuery']> = ResolversObject<{
|
1336
|
+
Read?: Resolver<Maybe<ResolversTypes['ProtoIoRestorecommerceFulfillmentCourierFulfillmentCourierListResponse']>, ParentType, ContextType, RequireFields<FulfillmentFulfillmentCourierQueryReadArgs, 'input'>>;
|
1262
1337
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1263
1338
|
}>;
|
1264
|
-
export
|
1265
|
-
|
1266
|
-
tracks?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceFulfillmentTracking']>>, ParentType, ContextType>;
|
1267
|
-
status?: Resolver<Maybe<ResolversTypes['IoRestorecommerceStatusStatus']>, ParentType, ContextType>;
|
1268
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1269
|
-
}>;
|
1270
|
-
export declare type IoRestorecommerceFulfillmentTrackingResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceFulfillmentTracking'] = ResolversParentTypes['IoRestorecommerceFulfillmentTracking']> = ResolversObject<{
|
1271
|
-
shipmentNumber?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1272
|
-
events?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceFulfillmentEvent']>>, ParentType, ContextType>;
|
1273
|
-
details?: Resolver<Maybe<ResolversTypes['GoogleProtobufAny']>, ParentType, ContextType>;
|
1274
|
-
status?: Resolver<Maybe<ResolversTypes['IoRestorecommerceStatusStatus']>, ParentType, ContextType>;
|
1339
|
+
export type ProtoIoRestorecommerceFulfillmentCourierFulfillmentCourierListResponseResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['ProtoIoRestorecommerceFulfillmentCourierFulfillmentCourierListResponse'] = ResolversParentTypes['ProtoIoRestorecommerceFulfillmentCourierFulfillmentCourierListResponse']> = ResolversObject<{
|
1340
|
+
details?: Resolver<Maybe<ResolversTypes['IoRestorecommerceFulfillmentCourierFulfillmentCourierListResponse']>, ParentType, ContextType>;
|
1275
1341
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1276
1342
|
}>;
|
1277
|
-
export
|
1278
|
-
timestamp?: Resolver<Maybe<ResolversTypes['Int']>, ParentType, ContextType>;
|
1279
|
-
location?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1280
|
-
details?: Resolver<Maybe<ResolversTypes['GoogleProtobufAny']>, ParentType, ContextType>;
|
1281
|
-
status?: Resolver<Maybe<ResolversTypes['IoRestorecommerceStatusStatus']>, ParentType, ContextType>;
|
1282
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1283
|
-
}>;
|
1284
|
-
export declare type FulfillmentFulfillmentCourierQueryResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['FulfillmentFulfillmentCourierQuery'] = ResolversParentTypes['FulfillmentFulfillmentCourierQuery']> = ResolversObject<{
|
1285
|
-
Read?: Resolver<Maybe<ResolversTypes['ProtoIoRestorecommerceFulfillmentCourierFulfillmentCourierResponseList']>, ParentType, ContextType, RequireFields<FulfillmentFulfillmentCourierQueryReadArgs, 'input'>>;
|
1286
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1287
|
-
}>;
|
1288
|
-
export declare type ProtoIoRestorecommerceFulfillmentCourierFulfillmentCourierResponseListResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['ProtoIoRestorecommerceFulfillmentCourierFulfillmentCourierResponseList'] = ResolversParentTypes['ProtoIoRestorecommerceFulfillmentCourierFulfillmentCourierResponseList']> = ResolversObject<{
|
1289
|
-
details?: Resolver<Maybe<ResolversTypes['IoRestorecommerceFulfillmentCourierFulfillmentCourierResponseList']>, ParentType, ContextType>;
|
1290
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1291
|
-
}>;
|
1292
|
-
export declare type IoRestorecommerceFulfillmentCourierFulfillmentCourierResponseListResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceFulfillmentCourierFulfillmentCourierResponseList'] = ResolversParentTypes['IoRestorecommerceFulfillmentCourierFulfillmentCourierResponseList']> = ResolversObject<{
|
1343
|
+
export type IoRestorecommerceFulfillmentCourierFulfillmentCourierListResponseResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceFulfillmentCourierFulfillmentCourierListResponse'] = ResolversParentTypes['IoRestorecommerceFulfillmentCourierFulfillmentCourierListResponse']> = ResolversObject<{
|
1293
1344
|
items?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceFulfillmentCourierFulfillmentCourierResponse']>>, ParentType, ContextType>;
|
1294
1345
|
totalCount?: Resolver<Maybe<ResolversTypes['Int']>, ParentType, ContextType>;
|
1295
1346
|
operationStatus?: Resolver<Maybe<ResolversTypes['IoRestorecommerceStatusOperationStatus']>, ParentType, ContextType>;
|
1296
1347
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1297
1348
|
}>;
|
1298
|
-
export
|
1349
|
+
export type IoRestorecommerceFulfillmentCourierFulfillmentCourierResponseResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceFulfillmentCourierFulfillmentCourierResponse'] = ResolversParentTypes['IoRestorecommerceFulfillmentCourierFulfillmentCourierResponse']> = ResolversObject<{
|
1299
1350
|
payload?: Resolver<Maybe<ResolversTypes['IoRestorecommerceFulfillmentCourierFulfillmentCourier']>, ParentType, ContextType>;
|
1300
1351
|
status?: Resolver<Maybe<ResolversTypes['IoRestorecommerceStatusStatus']>, ParentType, ContextType>;
|
1301
1352
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1302
1353
|
}>;
|
1303
|
-
export
|
1304
|
-
Read?: Resolver<Maybe<ResolversTypes['
|
1305
|
-
Find?: Resolver<Maybe<ResolversTypes['
|
1354
|
+
export type FulfillmentFulfillmentProductQueryResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['FulfillmentFulfillmentProductQuery'] = ResolversParentTypes['FulfillmentFulfillmentProductQuery']> = ResolversObject<{
|
1355
|
+
Read?: Resolver<Maybe<ResolversTypes['ProtoIoRestorecommerceFulfillmentProductFulfillmentProductListResponse']>, ParentType, ContextType, RequireFields<FulfillmentFulfillmentProductQueryReadArgs, 'input'>>;
|
1356
|
+
Find?: Resolver<Maybe<ResolversTypes['ProtoIoRestorecommerceFulfillmentProductPackingSolutionListResponse']>, ParentType, ContextType, RequireFields<FulfillmentFulfillmentProductQueryFindArgs, 'input'>>;
|
1306
1357
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1307
1358
|
}>;
|
1308
|
-
export
|
1309
|
-
details?: Resolver<Maybe<ResolversTypes['
|
1359
|
+
export type ProtoIoRestorecommerceFulfillmentProductFulfillmentProductListResponseResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['ProtoIoRestorecommerceFulfillmentProductFulfillmentProductListResponse'] = ResolversParentTypes['ProtoIoRestorecommerceFulfillmentProductFulfillmentProductListResponse']> = ResolversObject<{
|
1360
|
+
details?: Resolver<Maybe<ResolversTypes['IoRestorecommerceFulfillmentProductFulfillmentProductListResponse']>, ParentType, ContextType>;
|
1310
1361
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1311
1362
|
}>;
|
1312
|
-
export
|
1363
|
+
export type IoRestorecommerceFulfillmentProductFulfillmentProductListResponseResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceFulfillmentProductFulfillmentProductListResponse'] = ResolversParentTypes['IoRestorecommerceFulfillmentProductFulfillmentProductListResponse']> = ResolversObject<{
|
1313
1364
|
items?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceFulfillmentProductFulfillmentProductResponse']>>, ParentType, ContextType>;
|
1314
1365
|
totalCount?: Resolver<Maybe<ResolversTypes['Int']>, ParentType, ContextType>;
|
1315
1366
|
operationStatus?: Resolver<Maybe<ResolversTypes['IoRestorecommerceStatusOperationStatus']>, ParentType, ContextType>;
|
1316
1367
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1317
1368
|
}>;
|
1318
|
-
export
|
1369
|
+
export type IoRestorecommerceFulfillmentProductFulfillmentProductResponseResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceFulfillmentProductFulfillmentProductResponse'] = ResolversParentTypes['IoRestorecommerceFulfillmentProductFulfillmentProductResponse']> = ResolversObject<{
|
1319
1370
|
payload?: Resolver<Maybe<ResolversTypes['IoRestorecommerceFulfillmentProductFulfillmentProduct']>, ParentType, ContextType>;
|
1320
1371
|
status?: Resolver<Maybe<ResolversTypes['IoRestorecommerceStatusStatus']>, ParentType, ContextType>;
|
1321
1372
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1322
1373
|
}>;
|
1323
|
-
export
|
1324
|
-
details?: Resolver<Maybe<ResolversTypes['
|
1374
|
+
export type ProtoIoRestorecommerceFulfillmentProductPackingSolutionListResponseResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['ProtoIoRestorecommerceFulfillmentProductPackingSolutionListResponse'] = ResolversParentTypes['ProtoIoRestorecommerceFulfillmentProductPackingSolutionListResponse']> = ResolversObject<{
|
1375
|
+
details?: Resolver<Maybe<ResolversTypes['IoRestorecommerceFulfillmentProductPackingSolutionListResponse']>, ParentType, ContextType>;
|
1325
1376
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1326
1377
|
}>;
|
1327
|
-
export
|
1378
|
+
export type IoRestorecommerceFulfillmentProductPackingSolutionListResponseResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceFulfillmentProductPackingSolutionListResponse'] = ResolversParentTypes['IoRestorecommerceFulfillmentProductPackingSolutionListResponse']> = ResolversObject<{
|
1328
1379
|
items?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceFulfillmentProductPackingSolutionResponse']>>, ParentType, ContextType>;
|
1329
1380
|
totalCount?: Resolver<Maybe<ResolversTypes['Int']>, ParentType, ContextType>;
|
1330
1381
|
operationStatus?: Resolver<Maybe<ResolversTypes['IoRestorecommerceStatusOperationStatus']>, ParentType, ContextType>;
|
1331
1382
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1332
1383
|
}>;
|
1333
|
-
export
|
1384
|
+
export type IoRestorecommerceFulfillmentProductPackingSolutionResponseResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceFulfillmentProductPackingSolutionResponse'] = ResolversParentTypes['IoRestorecommerceFulfillmentProductPackingSolutionResponse']> = ResolversObject<{
|
1385
|
+
referenceId?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1334
1386
|
solutions?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceFulfillmentProductPackingSolution']>>, ParentType, ContextType>;
|
1335
1387
|
status?: Resolver<Maybe<ResolversTypes['IoRestorecommerceStatusStatus']>, ParentType, ContextType>;
|
1336
1388
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1337
1389
|
}>;
|
1338
|
-
export
|
1339
|
-
referenceId?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1390
|
+
export type IoRestorecommerceFulfillmentProductPackingSolutionResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceFulfillmentProductPackingSolution'] = ResolversParentTypes['IoRestorecommerceFulfillmentProductPackingSolution']> = ResolversObject<{
|
1340
1391
|
price?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
|
1341
1392
|
compactness?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
|
1342
1393
|
homogeneity?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
|
1343
1394
|
score?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
|
1344
1395
|
parcels?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceFulfillmentParcel']>>, ParentType, ContextType>;
|
1396
|
+
vats?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceTaxVAT']>>, ParentType, ContextType>;
|
1345
1397
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1346
1398
|
}>;
|
1347
|
-
export
|
1399
|
+
export type MutationResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['Mutation'] = ResolversParentTypes['Mutation']> = ResolversObject<{
|
1348
1400
|
fulfillment?: Resolver<ResolversTypes['FulfillmentMutation'], ParentType, ContextType>;
|
1349
1401
|
}>;
|
1350
|
-
export
|
1402
|
+
export type FulfillmentMutationResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['FulfillmentMutation'] = ResolversParentTypes['FulfillmentMutation']> = ResolversObject<{
|
1351
1403
|
fulfillment?: Resolver<ResolversTypes['FulfillmentFulfillmentMutation'], ParentType, ContextType>;
|
1352
1404
|
fulfillment_courier?: Resolver<ResolversTypes['FulfillmentFulfillmentCourierMutation'], ParentType, ContextType>;
|
1353
1405
|
fulfillment_product?: Resolver<ResolversTypes['FulfillmentFulfillmentProductMutation'], ParentType, ContextType>;
|
1354
1406
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1355
1407
|
}>;
|
1356
|
-
export
|
1357
|
-
Mutate?: Resolver<Maybe<ResolversTypes['
|
1358
|
-
|
1359
|
-
|
1408
|
+
export type FulfillmentFulfillmentMutationResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['FulfillmentFulfillmentMutation'] = ResolversParentTypes['FulfillmentFulfillmentMutation']> = ResolversObject<{
|
1409
|
+
Mutate?: Resolver<Maybe<ResolversTypes['ProtoIoRestorecommerceFulfillmentFulfillmentListResponse']>, ParentType, ContextType, RequireFields<FulfillmentFulfillmentMutationMutateArgs, 'input'>>;
|
1410
|
+
Evaluate?: Resolver<Maybe<ResolversTypes['ProtoIoRestorecommerceFulfillmentFulfillmentListResponse']>, ParentType, ContextType, RequireFields<FulfillmentFulfillmentMutationEvaluateArgs, 'input'>>;
|
1411
|
+
Submit?: Resolver<Maybe<ResolversTypes['ProtoIoRestorecommerceFulfillmentFulfillmentListResponse']>, ParentType, ContextType, RequireFields<FulfillmentFulfillmentMutationSubmitArgs, 'input'>>;
|
1412
|
+
Track?: Resolver<Maybe<ResolversTypes['ProtoIoRestorecommerceFulfillmentFulfillmentListResponse']>, ParentType, ContextType, RequireFields<FulfillmentFulfillmentMutationTrackArgs, 'input'>>;
|
1413
|
+
Withdraw?: Resolver<Maybe<ResolversTypes['ProtoIoRestorecommerceFulfillmentFulfillmentListResponse']>, ParentType, ContextType, RequireFields<FulfillmentFulfillmentMutationWithdrawArgs, 'input'>>;
|
1414
|
+
Cancel?: Resolver<Maybe<ResolversTypes['ProtoIoRestorecommerceFulfillmentFulfillmentListResponse']>, ParentType, ContextType, RequireFields<FulfillmentFulfillmentMutationCancelArgs, 'input'>>;
|
1360
1415
|
Delete?: Resolver<Maybe<ResolversTypes['ProtoIoRestorecommerceResourcebaseDeleteResponse']>, ParentType, ContextType, RequireFields<FulfillmentFulfillmentMutationDeleteArgs, 'input'>>;
|
1361
1416
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1362
1417
|
}>;
|
1363
|
-
export
|
1418
|
+
export type ProtoIoRestorecommerceResourcebaseDeleteResponseResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['ProtoIoRestorecommerceResourcebaseDeleteResponse'] = ResolversParentTypes['ProtoIoRestorecommerceResourcebaseDeleteResponse']> = ResolversObject<{
|
1364
1419
|
details?: Resolver<Maybe<ResolversTypes['IoRestorecommerceResourcebaseDeleteResponse']>, ParentType, ContextType>;
|
1365
1420
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1366
1421
|
}>;
|
1367
|
-
export
|
1422
|
+
export type IoRestorecommerceResourcebaseDeleteResponseResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['IoRestorecommerceResourcebaseDeleteResponse'] = ResolversParentTypes['IoRestorecommerceResourcebaseDeleteResponse']> = ResolversObject<{
|
1368
1423
|
status?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceStatusStatus']>>, ParentType, ContextType>;
|
1369
1424
|
operationStatus?: Resolver<Maybe<ResolversTypes['IoRestorecommerceStatusOperationStatus']>, ParentType, ContextType>;
|
1370
1425
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1371
1426
|
}>;
|
1372
|
-
export
|
1373
|
-
Mutate?: Resolver<Maybe<ResolversTypes['
|
1427
|
+
export type FulfillmentFulfillmentCourierMutationResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['FulfillmentFulfillmentCourierMutation'] = ResolversParentTypes['FulfillmentFulfillmentCourierMutation']> = ResolversObject<{
|
1428
|
+
Mutate?: Resolver<Maybe<ResolversTypes['ProtoIoRestorecommerceFulfillmentCourierFulfillmentCourierListResponse']>, ParentType, ContextType, RequireFields<FulfillmentFulfillmentCourierMutationMutateArgs, 'input'>>;
|
1374
1429
|
Delete?: Resolver<Maybe<ResolversTypes['ProtoIoRestorecommerceResourcebaseDeleteResponse']>, ParentType, ContextType, RequireFields<FulfillmentFulfillmentCourierMutationDeleteArgs, 'input'>>;
|
1375
1430
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1376
1431
|
}>;
|
1377
|
-
export
|
1378
|
-
Mutate?: Resolver<Maybe<ResolversTypes['
|
1432
|
+
export type FulfillmentFulfillmentProductMutationResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['FulfillmentFulfillmentProductMutation'] = ResolversParentTypes['FulfillmentFulfillmentProductMutation']> = ResolversObject<{
|
1433
|
+
Mutate?: Resolver<Maybe<ResolversTypes['ProtoIoRestorecommerceFulfillmentProductFulfillmentProductListResponse']>, ParentType, ContextType, RequireFields<FulfillmentFulfillmentProductMutationMutateArgs, 'input'>>;
|
1379
1434
|
Delete?: Resolver<Maybe<ResolversTypes['ProtoIoRestorecommerceResourcebaseDeleteResponse']>, ParentType, ContextType, RequireFields<FulfillmentFulfillmentProductMutationDeleteArgs, 'input'>>;
|
1380
1435
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1381
1436
|
}>;
|
1382
|
-
export
|
1437
|
+
export type SubscriptionResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['Subscription'] = ResolversParentTypes['Subscription']> = ResolversObject<{
|
1383
1438
|
orderingOrders?: SubscriptionResolver<Maybe<ResolversTypes['SubscriptionOutput']>, "orderingOrders", ParentType, ContextType, Partial<SubscriptionOrderingOrdersArgs>>;
|
1384
|
-
|
1439
|
+
catalogProducts?: SubscriptionResolver<Maybe<ResolversTypes['SubscriptionOutput']>, "catalogProducts", ParentType, ContextType, Partial<SubscriptionCatalogProductsArgs>>;
|
1440
|
+
fulfillmentFulfillments?: SubscriptionResolver<Maybe<ResolversTypes['SubscriptionOutput']>, "fulfillmentFulfillments", ParentType, ContextType, Partial<SubscriptionFulfillmentFulfillmentsArgs>>;
|
1385
1441
|
fulfillmentFulfillmentCouriers?: SubscriptionResolver<Maybe<ResolversTypes['SubscriptionOutput']>, "fulfillmentFulfillmentCouriers", ParentType, ContextType, Partial<SubscriptionFulfillmentFulfillmentCouriersArgs>>;
|
1386
|
-
|
1442
|
+
fulfillmentFulfillment_products?: SubscriptionResolver<Maybe<ResolversTypes['SubscriptionOutput']>, "fulfillmentFulfillment_products", ParentType, ContextType, Partial<SubscriptionFulfillmentFulfillment_ProductsArgs>>;
|
1387
1443
|
}>;
|
1388
|
-
export
|
1444
|
+
export type SubscriptionOutputResolvers<ContextType = FulfillmentContext, ParentType extends ResolversParentTypes['SubscriptionOutput'] = ResolversParentTypes['SubscriptionOutput']> = ResolversObject<{
|
1389
1445
|
id?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
1390
1446
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1391
1447
|
}>;
|
1392
|
-
export
|
1448
|
+
export type Resolvers<ContextType = FulfillmentContext> = ResolversObject<{
|
1393
1449
|
Query?: QueryResolvers<ContextType>;
|
1394
1450
|
FulfillmentQuery?: FulfillmentQueryResolvers<ContextType>;
|
1395
1451
|
FulfillmentFulfillmentQuery?: FulfillmentFulfillmentQueryResolvers<ContextType>;
|
1396
|
-
|
1397
|
-
|
1452
|
+
ProtoIoRestorecommerceFulfillmentFulfillmentListResponse?: ProtoIoRestorecommerceFulfillmentFulfillmentListResponseResolvers<ContextType>;
|
1453
|
+
IoRestorecommerceFulfillmentFulfillmentListResponse?: IoRestorecommerceFulfillmentFulfillmentListResponseResolvers<ContextType>;
|
1398
1454
|
IoRestorecommerceFulfillmentFulfillmentResponse?: IoRestorecommerceFulfillmentFulfillmentResponseResolvers<ContextType>;
|
1399
1455
|
IoRestorecommerceFulfillmentFulfillment?: IoRestorecommerceFulfillmentFulfillmentResolvers<ContextType>;
|
1400
|
-
|
1456
|
+
IoRestorecommerceFulfillmentPackaging?: IoRestorecommerceFulfillmentPackagingResolvers<ContextType>;
|
1401
1457
|
IoRestorecommerceFulfillmentParcel?: IoRestorecommerceFulfillmentParcelResolvers<ContextType>;
|
1402
1458
|
IoRestorecommerceFulfillmentProductFulfillmentProduct?: IoRestorecommerceFulfillmentProductFulfillmentProductResolvers<ContextType>;
|
1403
1459
|
IoRestorecommerceFulfillmentCourierFulfillmentCourier?: IoRestorecommerceFulfillmentCourierFulfillmentCourierResolvers<ContextType>;
|
@@ -1407,8 +1463,11 @@ export declare type Resolvers<ContextType = FulfillmentContext> = ResolversObjec
|
|
1407
1463
|
IoRestorecommerceAttributeAttribute?: IoRestorecommerceAttributeAttributeResolvers<ContextType>;
|
1408
1464
|
IoRestorecommerceAttributeAttributeObj?: IoRestorecommerceAttributeAttributeObjResolvers<ContextType>;
|
1409
1465
|
IoRestorecommerceFulfillmentProductVariant?: IoRestorecommerceFulfillmentProductVariantResolvers<ContextType>;
|
1410
|
-
|
1411
|
-
|
1466
|
+
IoRestorecommerceGeometryBoundingBox3D?: IoRestorecommerceGeometryBoundingBox3DResolvers<ContextType>;
|
1467
|
+
IoRestorecommerceFulfillmentFulfillmentItem?: IoRestorecommerceFulfillmentFulfillmentItemResolvers<ContextType>;
|
1468
|
+
IoRestorecommerceProductPackage?: IoRestorecommerceProductPackageResolvers<ContextType>;
|
1469
|
+
IoRestorecommerceTaxVAT?: IoRestorecommerceTaxVatResolvers<ContextType>;
|
1470
|
+
IoRestorecommerceAddressShippingAddress?: IoRestorecommerceAddressShippingAddressResolvers<ContextType>;
|
1412
1471
|
IoRestorecommerceAddressAddress?: IoRestorecommerceAddressAddressResolvers<ContextType>;
|
1413
1472
|
IoRestorecommerceCountryCountry?: IoRestorecommerceCountryCountryResolvers<ContextType>;
|
1414
1473
|
IoRestorecommerceAddressGeoPoint?: IoRestorecommerceAddressGeoPointResolvers<ContextType>;
|
@@ -1416,10 +1475,12 @@ export declare type Resolvers<ContextType = FulfillmentContext> = ResolversObjec
|
|
1416
1475
|
IoRestorecommerceAddressBusinessAddress?: IoRestorecommerceAddressBusinessAddressResolvers<ContextType>;
|
1417
1476
|
IoRestorecommerceAddressResidentialAddress?: IoRestorecommerceAddressResidentialAddressResolvers<ContextType>;
|
1418
1477
|
IoRestorecommerceAddressPackStation?: IoRestorecommerceAddressPackStationResolvers<ContextType>;
|
1419
|
-
|
1478
|
+
IoRestorecommerceAddressContact?: IoRestorecommerceAddressContactResolvers<ContextType>;
|
1420
1479
|
IoRestorecommerceFulfillmentLabel?: IoRestorecommerceFulfillmentLabelResolvers<ContextType>;
|
1421
1480
|
IoRestorecommerceFulfillmentState?: IoRestorecommerceFulfillmentStateResolvers;
|
1422
1481
|
IoRestorecommerceStatusStatus?: IoRestorecommerceStatusStatusResolvers<ContextType>;
|
1482
|
+
IoRestorecommerceFulfillmentTracking?: IoRestorecommerceFulfillmentTrackingResolvers<ContextType>;
|
1483
|
+
IoRestorecommerceFulfillmentEvent?: IoRestorecommerceFulfillmentEventResolvers<ContextType>;
|
1423
1484
|
IoRestorecommerceStatusOperationStatus?: IoRestorecommerceStatusOperationStatusResolvers<ContextType>;
|
1424
1485
|
IoRestorecommerceResourcebaseSortSortOrder?: IoRestorecommerceResourcebaseSortSortOrderResolvers;
|
1425
1486
|
IoRestorecommerceResourcebaseFilterOperation?: IoRestorecommerceResourcebaseFilterOperationResolvers;
|
@@ -1428,21 +1489,16 @@ export declare type Resolvers<ContextType = FulfillmentContext> = ResolversObjec
|
|
1428
1489
|
IoRestorecommerceFilterFilterValueType?: IoRestorecommerceFilterFilterValueTypeResolvers;
|
1429
1490
|
IoRestorecommerceFilterFilterOpOperator?: IoRestorecommerceFilterFilterOpOperatorResolvers;
|
1430
1491
|
IoRestorecommerceResourcebaseFilterOpOperator?: IoRestorecommerceResourcebaseFilterOpOperatorResolvers;
|
1431
|
-
ProtoIoRestorecommerceFulfillmentTrackingResultList?: ProtoIoRestorecommerceFulfillmentTrackingResultListResolvers<ContextType>;
|
1432
|
-
IoRestorecommerceFulfillmentTrackingResultList?: IoRestorecommerceFulfillmentTrackingResultListResolvers<ContextType>;
|
1433
|
-
IoRestorecommerceFulfillmentTrackingResult?: IoRestorecommerceFulfillmentTrackingResultResolvers<ContextType>;
|
1434
|
-
IoRestorecommerceFulfillmentTracking?: IoRestorecommerceFulfillmentTrackingResolvers<ContextType>;
|
1435
|
-
IoRestorecommerceFulfillmentEvent?: IoRestorecommerceFulfillmentEventResolvers<ContextType>;
|
1436
1492
|
FulfillmentFulfillmentCourierQuery?: FulfillmentFulfillmentCourierQueryResolvers<ContextType>;
|
1437
|
-
|
1438
|
-
|
1493
|
+
ProtoIoRestorecommerceFulfillmentCourierFulfillmentCourierListResponse?: ProtoIoRestorecommerceFulfillmentCourierFulfillmentCourierListResponseResolvers<ContextType>;
|
1494
|
+
IoRestorecommerceFulfillmentCourierFulfillmentCourierListResponse?: IoRestorecommerceFulfillmentCourierFulfillmentCourierListResponseResolvers<ContextType>;
|
1439
1495
|
IoRestorecommerceFulfillmentCourierFulfillmentCourierResponse?: IoRestorecommerceFulfillmentCourierFulfillmentCourierResponseResolvers<ContextType>;
|
1440
1496
|
FulfillmentFulfillmentProductQuery?: FulfillmentFulfillmentProductQueryResolvers<ContextType>;
|
1441
|
-
|
1442
|
-
|
1497
|
+
ProtoIoRestorecommerceFulfillmentProductFulfillmentProductListResponse?: ProtoIoRestorecommerceFulfillmentProductFulfillmentProductListResponseResolvers<ContextType>;
|
1498
|
+
IoRestorecommerceFulfillmentProductFulfillmentProductListResponse?: IoRestorecommerceFulfillmentProductFulfillmentProductListResponseResolvers<ContextType>;
|
1443
1499
|
IoRestorecommerceFulfillmentProductFulfillmentProductResponse?: IoRestorecommerceFulfillmentProductFulfillmentProductResponseResolvers<ContextType>;
|
1444
|
-
|
1445
|
-
|
1500
|
+
ProtoIoRestorecommerceFulfillmentProductPackingSolutionListResponse?: ProtoIoRestorecommerceFulfillmentProductPackingSolutionListResponseResolvers<ContextType>;
|
1501
|
+
IoRestorecommerceFulfillmentProductPackingSolutionListResponse?: IoRestorecommerceFulfillmentProductPackingSolutionListResponseResolvers<ContextType>;
|
1446
1502
|
IoRestorecommerceFulfillmentProductPackingSolutionResponse?: IoRestorecommerceFulfillmentProductPackingSolutionResponseResolvers<ContextType>;
|
1447
1503
|
IoRestorecommerceFulfillmentProductPackingSolution?: IoRestorecommerceFulfillmentProductPackingSolutionResolvers<ContextType>;
|
1448
1504
|
Mutation?: MutationResolvers<ContextType>;
|