@restorecommerce/facade 1.1.6 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintignore +3 -0
- package/.eslintrc.cjs +13 -0
- package/CHANGELOG.md +22 -0
- package/codegen/index.d.ts +1 -1
- package/codegen/index.js +19 -44
- package/debug-run.ts +7 -6
- package/dist/gql/index.d.ts +1 -1
- package/dist/gql/index.js +1 -17
- package/dist/gql/protos/federation.d.ts +3 -3
- package/dist/gql/protos/federation.js +16 -24
- package/dist/gql/protos/graphql.d.ts +4 -4
- package/dist/gql/protos/graphql.js +64 -42
- package/dist/gql/protos/index.d.ts +6 -6
- package/dist/gql/protos/index.js +6 -22
- package/dist/gql/protos/registry.d.ts +6 -6
- package/dist/gql/protos/registry.js +157 -176
- package/dist/gql/protos/resolvers.d.ts +3 -3
- package/dist/gql/protos/resolvers.js +78 -104
- package/dist/gql/protos/schema.d.ts +4 -4
- package/dist/gql/protos/schema.js +40 -53
- package/dist/gql/protos/types.d.ts +3 -3
- package/dist/gql/protos/types.js +1 -4
- package/dist/gql/protos/utils.d.ts +3 -3
- package/dist/gql/protos/utils.js +23 -62
- package/dist/gql/types/AccessControlTypes.js +13 -16
- package/dist/gql/types/DateType.js +4 -7
- package/dist/gql/types/FilterType.js +7 -10
- package/dist/gql/types/MetaType.js +8 -11
- package/dist/gql/types/ScopeType.js +4 -7
- package/dist/gql/types/SortType.js +5 -8
- package/dist/gql/types/StatusType.js +4 -7
- package/dist/gql/types/index.d.ts +7 -7
- package/dist/gql/types/index.js +7 -23
- package/dist/index.d.ts +14 -14
- package/dist/index.js +195 -207
- package/dist/interfaces.d.ts +8 -8
- package/dist/interfaces.js +1 -2
- package/dist/middlewares/index.d.ts +1 -1
- package/dist/middlewares/index.js +1 -17
- package/dist/middlewares/req-res-logger/index.d.ts +2 -2
- package/dist/middlewares/req-res-logger/index.js +33 -31
- package/dist/modules/access-control/gql/federation.d.ts +1 -1
- package/dist/modules/access-control/gql/federation.js +10 -17
- package/dist/modules/access-control/gql/schema.d.ts +1 -1
- package/dist/modules/access-control/gql/schema.generated.d.ts +136 -110
- package/dist/modules/access-control/gql/schema.generated.js +22 -25
- package/dist/modules/access-control/gql/schema.js +5 -9
- package/dist/modules/access-control/gql/types.d.ts +2 -2
- package/dist/modules/access-control/gql/types.js +13 -17
- package/dist/modules/access-control/grpc/index.d.ts +5 -5
- package/dist/modules/access-control/grpc/index.js +10 -14
- package/dist/modules/access-control/index.d.ts +2 -2
- package/dist/modules/access-control/index.js +20 -17
- package/dist/modules/access-control/interfaces.d.ts +3 -3
- package/dist/modules/access-control/interfaces.js +1 -4
- package/dist/modules/catalog/gql/federation.d.ts +1 -1
- package/dist/modules/catalog/gql/federation.js +10 -17
- package/dist/modules/catalog/gql/schema.d.ts +1 -1
- package/dist/modules/catalog/gql/schema.generated.d.ts +252 -226
- package/dist/modules/catalog/gql/schema.generated.js +20 -23
- package/dist/modules/catalog/gql/schema.js +5 -9
- package/dist/modules/catalog/gql/types.d.ts +2 -2
- package/dist/modules/catalog/gql/types.js +15 -19
- package/dist/modules/catalog/grpc/index.d.ts +6 -6
- package/dist/modules/catalog/grpc/index.js +12 -16
- package/dist/modules/catalog/index.d.ts +2 -2
- package/dist/modules/catalog/index.js +20 -17
- package/dist/modules/catalog/interfaces.d.ts +3 -3
- package/dist/modules/catalog/interfaces.js +1 -4
- package/dist/modules/facade-status/gql/index.js +8 -14
- package/dist/modules/facade-status/gql/resolvers.d.ts +1 -1
- package/dist/modules/facade-status/gql/resolvers.js +14 -8
- package/dist/modules/facade-status/gql/schema.d.ts +1 -1
- package/dist/modules/facade-status/gql/schema.generated.d.ts +34 -11
- package/dist/modules/facade-status/gql/schema.generated.js +1 -2
- package/dist/modules/facade-status/gql/schema.js +6 -9
- package/dist/modules/facade-status/gql/types.js +3 -6
- package/dist/modules/facade-status/index.d.ts +1 -1
- package/dist/modules/facade-status/index.js +4 -7
- package/dist/modules/facade-status/interfaces.d.ts +1 -1
- package/dist/modules/facade-status/interfaces.js +1 -2
- package/dist/modules/fulfillment/gql/federation.d.ts +1 -1
- package/dist/modules/fulfillment/gql/federation.js +10 -17
- package/dist/modules/fulfillment/gql/schema.d.ts +1 -1
- package/dist/modules/fulfillment/gql/schema.generated.d.ts +249 -223
- package/dist/modules/fulfillment/gql/schema.generated.js +20 -23
- package/dist/modules/fulfillment/gql/schema.js +5 -9
- package/dist/modules/fulfillment/gql/types.d.ts +2 -2
- package/dist/modules/fulfillment/gql/types.js +11 -15
- package/dist/modules/fulfillment/grpc/index.d.ts +3 -3
- package/dist/modules/fulfillment/grpc/index.js +6 -10
- package/dist/modules/fulfillment/index.d.ts +2 -2
- package/dist/modules/fulfillment/index.js +20 -17
- package/dist/modules/fulfillment/interfaces.d.ts +3 -3
- package/dist/modules/fulfillment/interfaces.js +1 -4
- package/dist/modules/identity/api-key/api-key.d.ts +2 -2
- package/dist/modules/identity/api-key/api-key.js +45 -65
- package/dist/modules/identity/gql/federation.d.ts +2 -2
- package/dist/modules/identity/gql/federation.js +5 -9
- package/dist/modules/identity/gql/schema.d.ts +1 -1
- package/dist/modules/identity/gql/schema.generated.d.ts +284 -255
- package/dist/modules/identity/gql/schema.generated.js +20 -23
- package/dist/modules/identity/gql/schema.js +5 -9
- package/dist/modules/identity/gql/types.d.ts +2 -2
- package/dist/modules/identity/gql/types.js +17 -21
- package/dist/modules/identity/grpc/index.d.ts +6 -6
- package/dist/modules/identity/grpc/index.js +12 -16
- package/dist/modules/identity/index.d.ts +4 -4
- package/dist/modules/identity/index.js +24 -21
- package/dist/modules/identity/interfaces.d.ts +5 -5
- package/dist/modules/identity/interfaces.js +1 -4
- package/dist/modules/identity/oauth/oauth.d.ts +4 -4
- package/dist/modules/identity/oauth/oauth.js +109 -132
- package/dist/modules/identity/oidc/adapter.d.ts +3 -3
- package/dist/modules/identity/oidc/adapter.js +111 -92
- package/dist/modules/identity/oidc/in-memory-adapter.d.ts +1 -1
- package/dist/modules/identity/oidc/in-memory-adapter.js +64 -50
- package/dist/modules/identity/oidc/index.d.ts +6 -6
- package/dist/modules/identity/oidc/index.js +29 -30
- package/dist/modules/identity/oidc/interfaces.d.ts +6 -6
- package/dist/modules/identity/oidc/interfaces.js +2 -6
- package/dist/modules/identity/oidc/password-grant.d.ts +1 -1
- package/dist/modules/identity/oidc/password-grant.js +43 -66
- package/dist/modules/identity/oidc/router.d.ts +6 -6
- package/dist/modules/identity/oidc/router.js +31 -26
- package/dist/modules/identity/oidc/templates.d.ts +1 -1
- package/dist/modules/identity/oidc/templates.js +45 -41
- package/dist/modules/identity/oidc/user.d.ts +4 -4
- package/dist/modules/identity/oidc/user.js +31 -29
- package/dist/modules/identity/oidc/utils.d.ts +2 -2
- package/dist/modules/identity/oidc/utils.js +6 -13
- package/dist/modules/index.d.ts +13 -13
- package/dist/modules/index.js +13 -29
- package/dist/modules/indexing/gql/federation.d.ts +1 -1
- package/dist/modules/indexing/gql/federation.js +10 -17
- package/dist/modules/indexing/gql/schema.d.ts +1 -1
- package/dist/modules/indexing/gql/schema.generated.d.ts +45 -19
- package/dist/modules/indexing/gql/schema.generated.js +2 -5
- package/dist/modules/indexing/gql/schema.js +5 -9
- package/dist/modules/indexing/gql/types.d.ts +2 -2
- package/dist/modules/indexing/gql/types.js +7 -11
- package/dist/modules/indexing/grpc/index.d.ts +2 -2
- package/dist/modules/indexing/grpc/index.js +4 -8
- package/dist/modules/indexing/index.d.ts +2 -2
- package/dist/modules/indexing/index.js +20 -17
- package/dist/modules/indexing/interfaces.d.ts +3 -3
- package/dist/modules/indexing/interfaces.js +1 -4
- package/dist/modules/invoicing/gql/federation.d.ts +1 -1
- package/dist/modules/invoicing/gql/federation.js +10 -17
- package/dist/modules/invoicing/gql/schema.d.ts +1 -1
- package/dist/modules/invoicing/gql/schema.generated.d.ts +209 -183
- package/dist/modules/invoicing/gql/schema.generated.js +20 -23
- package/dist/modules/invoicing/gql/schema.js +5 -9
- package/dist/modules/invoicing/gql/types.d.ts +2 -2
- package/dist/modules/invoicing/gql/types.js +7 -11
- package/dist/modules/invoicing/grpc/index.d.ts +2 -2
- package/dist/modules/invoicing/grpc/index.js +4 -8
- package/dist/modules/invoicing/index.d.ts +2 -2
- package/dist/modules/invoicing/index.js +20 -17
- package/dist/modules/invoicing/interfaces.d.ts +3 -3
- package/dist/modules/invoicing/interfaces.js +1 -4
- package/dist/modules/notification/gql/federation.d.ts +1 -1
- package/dist/modules/notification/gql/federation.js +10 -17
- package/dist/modules/notification/gql/schema.d.ts +1 -1
- package/dist/modules/notification/gql/schema.generated.d.ts +100 -74
- package/dist/modules/notification/gql/schema.generated.js +18 -21
- package/dist/modules/notification/gql/schema.js +5 -9
- package/dist/modules/notification/gql/types.d.ts +2 -2
- package/dist/modules/notification/gql/types.js +7 -11
- package/dist/modules/notification/grpc/index.d.ts +2 -2
- package/dist/modules/notification/grpc/index.js +4 -8
- package/dist/modules/notification/index.d.ts +2 -2
- package/dist/modules/notification/index.js +20 -17
- package/dist/modules/notification/interfaces.d.ts +3 -3
- package/dist/modules/notification/interfaces.js +1 -4
- package/dist/modules/ordering/gql/federation.d.ts +1 -1
- package/dist/modules/ordering/gql/federation.js +10 -17
- package/dist/modules/ordering/gql/schema.d.ts +1 -1
- package/dist/modules/ordering/gql/schema.generated.d.ts +221 -195
- package/dist/modules/ordering/gql/schema.generated.js +22 -25
- package/dist/modules/ordering/gql/schema.js +5 -9
- package/dist/modules/ordering/gql/types.d.ts +2 -2
- package/dist/modules/ordering/gql/types.js +7 -11
- package/dist/modules/ordering/grpc/index.d.ts +2 -2
- package/dist/modules/ordering/grpc/index.js +4 -8
- package/dist/modules/ordering/index.d.ts +2 -2
- package/dist/modules/ordering/index.js +20 -17
- package/dist/modules/ordering/interfaces.d.ts +3 -3
- package/dist/modules/ordering/interfaces.js +1 -4
- package/dist/modules/ostorage/gql/federation.d.ts +1 -1
- package/dist/modules/ostorage/gql/federation.js +10 -17
- package/dist/modules/ostorage/gql/schema.d.ts +1 -1
- package/dist/modules/ostorage/gql/schema.generated.d.ts +126 -94
- package/dist/modules/ostorage/gql/schema.generated.js +8 -11
- package/dist/modules/ostorage/gql/schema.js +5 -9
- package/dist/modules/ostorage/gql/types.d.ts +2 -2
- package/dist/modules/ostorage/gql/types.js +7 -11
- package/dist/modules/ostorage/grpc/index.d.ts +2 -2
- package/dist/modules/ostorage/grpc/index.js +4 -8
- package/dist/modules/ostorage/index.d.ts +2 -2
- package/dist/modules/ostorage/index.js +20 -17
- package/dist/modules/ostorage/interfaces.d.ts +3 -3
- package/dist/modules/ostorage/interfaces.js +1 -4
- package/dist/modules/payment/gql/federation.d.ts +1 -1
- package/dist/modules/payment/gql/federation.js +10 -17
- package/dist/modules/payment/gql/schema.d.ts +1 -1
- package/dist/modules/payment/gql/schema.generated.d.ts +67 -44
- package/dist/modules/payment/gql/schema.generated.js +4 -7
- package/dist/modules/payment/gql/schema.js +5 -9
- package/dist/modules/payment/gql/types.d.ts +2 -2
- package/dist/modules/payment/gql/types.js +7 -11
- package/dist/modules/payment/grpc/index.d.ts +2 -2
- package/dist/modules/payment/grpc/index.js +4 -8
- package/dist/modules/payment/index.d.ts +2 -2
- package/dist/modules/payment/index.js +20 -17
- package/dist/modules/payment/interfaces.d.ts +3 -3
- package/dist/modules/payment/interfaces.js +1 -4
- package/dist/modules/resource/gql/federation.d.ts +1 -1
- package/dist/modules/resource/gql/federation.js +10 -17
- package/dist/modules/resource/gql/schema.d.ts +1 -1
- package/dist/modules/resource/gql/schema.generated.d.ts +514 -299
- package/dist/modules/resource/gql/schema.generated.js +50 -27
- package/dist/modules/resource/gql/schema.js +5 -9
- package/dist/modules/resource/gql/types.d.ts +2 -2
- package/dist/modules/resource/gql/types.js +31 -33
- package/dist/modules/resource/grpc/index.d.ts +14 -12
- package/dist/modules/resource/grpc/index.js +28 -30
- package/dist/modules/resource/index.d.ts +2 -2
- package/dist/modules/resource/index.js +20 -17
- package/dist/modules/resource/interfaces.d.ts +3 -3
- package/dist/modules/resource/interfaces.js +1 -4
- package/dist/modules/scheduling/gql/federation.d.ts +1 -1
- package/dist/modules/scheduling/gql/federation.js +10 -17
- package/dist/modules/scheduling/gql/schema.d.ts +1 -1
- package/dist/modules/scheduling/gql/schema.generated.d.ts +109 -83
- package/dist/modules/scheduling/gql/schema.generated.js +10 -13
- package/dist/modules/scheduling/gql/schema.js +5 -9
- package/dist/modules/scheduling/gql/types.d.ts +2 -2
- package/dist/modules/scheduling/gql/types.js +7 -11
- package/dist/modules/scheduling/grpc/index.d.ts +2 -2
- package/dist/modules/scheduling/grpc/index.js +4 -8
- package/dist/modules/scheduling/index.d.ts +2 -2
- package/dist/modules/scheduling/index.js +20 -17
- package/dist/modules/scheduling/interfaces.d.ts +3 -3
- package/dist/modules/scheduling/interfaces.js +1 -4
- package/dist/utils.d.ts +3 -3
- package/dist/utils.js +4 -9
- package/generate.ts +42 -42
- package/jest.config.cjs +23 -0
- package/package.json +19 -14
- package/tsconfig-base.json +8 -0
- package/tsconfig.debug.json +5 -1
- package/tsconfig.test.json +17 -2
- package/jest.config.js +0 -14
@@ -1,5 +1,5 @@
|
|
1
1
|
import { GraphQLResolveInfo, GraphQLScalarType, GraphQLScalarTypeConfig } from 'graphql';
|
2
|
-
import { FulfillmentContext } from '../interfaces';
|
2
|
+
import { FulfillmentContext } from '../interfaces.js';
|
3
3
|
export type Maybe<T> = T | null | undefined;
|
4
4
|
export type InputMaybe<T> = T | null | undefined;
|
5
5
|
export type Exact<T extends {
|
@@ -13,17 +13,43 @@ export type MakeOptional<T, K extends keyof T> = Omit<T, K> & {
|
|
13
13
|
export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & {
|
14
14
|
[SubKey in K]: Maybe<T[SubKey]>;
|
15
15
|
};
|
16
|
+
export type MakeEmpty<T extends {
|
17
|
+
[key: string]: unknown;
|
18
|
+
}, K extends keyof T> = {
|
19
|
+
[_ in K]?: never;
|
20
|
+
};
|
21
|
+
export type Incremental<T> = T | {
|
22
|
+
[P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never;
|
23
|
+
};
|
16
24
|
export type RequireFields<T, K extends keyof T> = Omit<T, K> & {
|
17
25
|
[P in K]-?: NonNullable<T[P]>;
|
18
26
|
};
|
19
27
|
/** All built-in and custom scalars, mapped to their actual values */
|
20
28
|
export type Scalars = {
|
21
|
-
ID:
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
29
|
+
ID: {
|
30
|
+
input: string | number;
|
31
|
+
output: string;
|
32
|
+
};
|
33
|
+
String: {
|
34
|
+
input: string;
|
35
|
+
output: string;
|
36
|
+
};
|
37
|
+
Boolean: {
|
38
|
+
input: boolean;
|
39
|
+
output: boolean;
|
40
|
+
};
|
41
|
+
Int: {
|
42
|
+
input: number;
|
43
|
+
output: number;
|
44
|
+
};
|
45
|
+
Float: {
|
46
|
+
input: number;
|
47
|
+
output: number;
|
48
|
+
};
|
49
|
+
GoogleProtobufAnyValue: {
|
50
|
+
input: any;
|
51
|
+
output: any;
|
52
|
+
};
|
27
53
|
};
|
28
54
|
export type Query = {
|
29
55
|
__typename?: 'Query';
|
@@ -49,7 +75,7 @@ export type ProtoIoRestorecommerceFulfillmentFulfillmentListResponse = {
|
|
49
75
|
export type IoRestorecommerceFulfillmentFulfillmentListResponse = {
|
50
76
|
__typename?: 'IoRestorecommerceFulfillmentFulfillmentListResponse';
|
51
77
|
items?: Maybe<Array<IoRestorecommerceFulfillmentFulfillmentResponse>>;
|
52
|
-
totalCount?: Maybe<Scalars['Int']>;
|
78
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
53
79
|
operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
|
54
80
|
};
|
55
81
|
export type IoRestorecommerceFulfillmentFulfillmentResponse = {
|
@@ -59,76 +85,76 @@ export type IoRestorecommerceFulfillmentFulfillmentResponse = {
|
|
59
85
|
};
|
60
86
|
export type IoRestorecommerceFulfillmentFulfillment = {
|
61
87
|
__typename?: 'IoRestorecommerceFulfillmentFulfillment';
|
62
|
-
id?: Maybe<Scalars['String']>;
|
88
|
+
id?: Maybe<Scalars['String']['output']>;
|
63
89
|
packaging?: Maybe<IoRestorecommerceFulfillmentPackaging>;
|
64
90
|
meta?: Maybe<IoRestorecommerceMetaMeta>;
|
65
91
|
labels?: Maybe<Array<IoRestorecommerceFulfillmentLabel>>;
|
66
92
|
trackings?: Maybe<Array<IoRestorecommerceFulfillmentTracking>>;
|
67
93
|
state?: Maybe<IoRestorecommerceFulfillmentState>;
|
68
|
-
totalPrice?: Maybe<Scalars['Float']>;
|
69
|
-
totalVat?: Maybe<Scalars['Float']>;
|
94
|
+
totalPrice?: Maybe<Scalars['Float']['output']>;
|
95
|
+
totalVat?: Maybe<Scalars['Float']['output']>;
|
70
96
|
};
|
71
97
|
export type IoRestorecommerceFulfillmentPackaging = {
|
72
98
|
__typename?: 'IoRestorecommerceFulfillmentPackaging';
|
73
|
-
referenceId?: Maybe<Scalars['String']>;
|
99
|
+
referenceId?: Maybe<Scalars['String']['output']>;
|
74
100
|
parcels?: Maybe<Array<IoRestorecommerceFulfillmentParcel>>;
|
75
101
|
sender?: Maybe<IoRestorecommerceAddressShippingAddress>;
|
76
102
|
receiver?: Maybe<IoRestorecommerceAddressShippingAddress>;
|
77
|
-
notify?: Maybe<Scalars['String']>;
|
103
|
+
notify?: Maybe<Scalars['String']['output']>;
|
78
104
|
};
|
79
105
|
export type IoRestorecommerceFulfillmentParcel = {
|
80
106
|
__typename?: 'IoRestorecommerceFulfillmentParcel';
|
81
|
-
id?: Maybe<Scalars['String']>;
|
82
|
-
productId?: Maybe<Scalars['String']>;
|
107
|
+
id?: Maybe<Scalars['String']['output']>;
|
108
|
+
productId?: Maybe<Scalars['String']['output']>;
|
83
109
|
product?: Maybe<IoRestorecommerceFulfillmentProductFulfillmentProduct>;
|
84
|
-
variantId?: Maybe<Scalars['String']>;
|
110
|
+
variantId?: Maybe<Scalars['String']['output']>;
|
85
111
|
item?: Maybe<IoRestorecommerceFulfillmentFulfillmentItem>;
|
86
|
-
price?: Maybe<Scalars['Float']>;
|
112
|
+
price?: Maybe<Scalars['Float']['output']>;
|
87
113
|
vats?: Maybe<Array<IoRestorecommerceTaxVat>>;
|
88
114
|
package?: Maybe<IoRestorecommerceProductPackage>;
|
89
115
|
};
|
90
116
|
export type IoRestorecommerceFulfillmentProductFulfillmentProduct = {
|
91
117
|
__typename?: 'IoRestorecommerceFulfillmentProductFulfillmentProduct';
|
92
|
-
id?: Maybe<Scalars['String']>;
|
93
|
-
name?: Maybe<Scalars['String']>;
|
94
|
-
description?: Maybe<Scalars['String']>;
|
95
|
-
courierId?: Maybe<Scalars['String']>;
|
118
|
+
id?: Maybe<Scalars['String']['output']>;
|
119
|
+
name?: Maybe<Scalars['String']['output']>;
|
120
|
+
description?: Maybe<Scalars['String']['output']>;
|
121
|
+
courierId?: Maybe<Scalars['String']['output']>;
|
96
122
|
courier?: Maybe<IoRestorecommerceFulfillmentCourierFulfillmentCourier>;
|
97
|
-
startZones?: Maybe<Array<Scalars['String']>>;
|
98
|
-
destinationZones?: Maybe<Array<Scalars['String']>>;
|
99
|
-
taxIds?: Maybe<Array<Scalars['String']>>;
|
123
|
+
startZones?: Maybe<Array<Scalars['String']['output']>>;
|
124
|
+
destinationZones?: Maybe<Array<Scalars['String']['output']>>;
|
125
|
+
taxIds?: Maybe<Array<Scalars['String']['output']>>;
|
100
126
|
attributes?: Maybe<Array<IoRestorecommerceAttributeAttribute>>;
|
101
127
|
variants?: Maybe<Array<IoRestorecommerceFulfillmentProductVariant>>;
|
102
128
|
meta?: Maybe<IoRestorecommerceMetaMeta>;
|
103
129
|
};
|
104
130
|
export type IoRestorecommerceFulfillmentCourierFulfillmentCourier = {
|
105
131
|
__typename?: 'IoRestorecommerceFulfillmentCourierFulfillmentCourier';
|
106
|
-
id?: Maybe<Scalars['String']>;
|
107
|
-
name?: Maybe<Scalars['String']>;
|
108
|
-
description?: Maybe<Scalars['String']>;
|
109
|
-
logo?: Maybe<Scalars['String']>;
|
110
|
-
website?: Maybe<Scalars['String']>;
|
111
|
-
stubType?: Maybe<Scalars['String']>;
|
132
|
+
id?: Maybe<Scalars['String']['output']>;
|
133
|
+
name?: Maybe<Scalars['String']['output']>;
|
134
|
+
description?: Maybe<Scalars['String']['output']>;
|
135
|
+
logo?: Maybe<Scalars['String']['output']>;
|
136
|
+
website?: Maybe<Scalars['String']['output']>;
|
137
|
+
stubType?: Maybe<Scalars['String']['output']>;
|
112
138
|
configuration?: Maybe<GoogleProtobufAny>;
|
113
139
|
meta?: Maybe<IoRestorecommerceMetaMeta>;
|
114
140
|
};
|
115
141
|
export type GoogleProtobufAny = {
|
116
142
|
__typename?: 'GoogleProtobufAny';
|
117
|
-
typeUrl?: Maybe<Scalars['String']>;
|
118
|
-
value?: Maybe<Scalars['GoogleProtobufAnyValue']>;
|
143
|
+
typeUrl?: Maybe<Scalars['String']['output']>;
|
144
|
+
value?: Maybe<Scalars['GoogleProtobufAnyValue']['output']>;
|
119
145
|
};
|
120
146
|
export type IoRestorecommerceMetaMeta = {
|
121
147
|
__typename?: 'IoRestorecommerceMetaMeta';
|
122
|
-
created?: Maybe<Scalars['Float']>;
|
123
|
-
modified?: Maybe<Scalars['Float']>;
|
124
|
-
modifiedBy?: Maybe<Scalars['String']>;
|
148
|
+
created?: Maybe<Scalars['Float']['output']>;
|
149
|
+
modified?: Maybe<Scalars['Float']['output']>;
|
150
|
+
modifiedBy?: Maybe<Scalars['String']['output']>;
|
125
151
|
owners?: Maybe<Array<IoRestorecommerceAttributeAttribute>>;
|
126
152
|
acls?: Maybe<Array<IoRestorecommerceAttributeAttributeObj>>;
|
127
153
|
};
|
128
154
|
export type IoRestorecommerceAttributeAttribute = {
|
129
155
|
__typename?: 'IoRestorecommerceAttributeAttribute';
|
130
|
-
id?: Maybe<Scalars['String']>;
|
131
|
-
value?: Maybe<Scalars['String']>;
|
156
|
+
id?: Maybe<Scalars['String']['output']>;
|
157
|
+
value?: Maybe<Scalars['String']['output']>;
|
132
158
|
attributes?: Maybe<Array<IoRestorecommerceAttributeAttribute>>;
|
133
159
|
};
|
134
160
|
export type IoRestorecommerceAttributeAttributeObj = {
|
@@ -137,56 +163,56 @@ export type IoRestorecommerceAttributeAttributeObj = {
|
|
137
163
|
};
|
138
164
|
export type IoRestorecommerceFulfillmentProductVariant = {
|
139
165
|
__typename?: 'IoRestorecommerceFulfillmentProductVariant';
|
140
|
-
id?: Maybe<Scalars['String']>;
|
141
|
-
name?: Maybe<Scalars['String']>;
|
142
|
-
description?: Maybe<Scalars['String']>;
|
143
|
-
price?: Maybe<Scalars['Float']>;
|
166
|
+
id?: Maybe<Scalars['String']['output']>;
|
167
|
+
name?: Maybe<Scalars['String']['output']>;
|
168
|
+
description?: Maybe<Scalars['String']['output']>;
|
169
|
+
price?: Maybe<Scalars['Float']['output']>;
|
144
170
|
maxSize?: Maybe<IoRestorecommerceGeometryBoundingBox3D>;
|
145
|
-
maxWeight?: Maybe<Scalars['Float']>;
|
171
|
+
maxWeight?: Maybe<Scalars['Float']['output']>;
|
146
172
|
};
|
147
173
|
export type IoRestorecommerceGeometryBoundingBox3D = {
|
148
174
|
__typename?: 'IoRestorecommerceGeometryBoundingBox3D';
|
149
|
-
width?: Maybe<Scalars['Float']>;
|
150
|
-
height?: Maybe<Scalars['Float']>;
|
151
|
-
length?: Maybe<Scalars['Float']>;
|
175
|
+
width?: Maybe<Scalars['Float']['output']>;
|
176
|
+
height?: Maybe<Scalars['Float']['output']>;
|
177
|
+
length?: Maybe<Scalars['Float']['output']>;
|
152
178
|
};
|
153
179
|
export type IoRestorecommerceFulfillmentFulfillmentItem = {
|
154
180
|
__typename?: 'IoRestorecommerceFulfillmentFulfillmentItem';
|
155
|
-
productId?: Maybe<Scalars['String']>;
|
156
|
-
variantId?: Maybe<Scalars['String']>;
|
157
|
-
quantity?: Maybe<Scalars['Int']>;
|
181
|
+
productId?: Maybe<Scalars['String']['output']>;
|
182
|
+
variantId?: Maybe<Scalars['String']['output']>;
|
183
|
+
quantity?: Maybe<Scalars['Int']['output']>;
|
158
184
|
package?: Maybe<IoRestorecommerceProductPackage>;
|
159
185
|
};
|
160
186
|
export type IoRestorecommerceProductPackage = {
|
161
187
|
__typename?: 'IoRestorecommerceProductPackage';
|
162
188
|
sizeInCm?: Maybe<IoRestorecommerceGeometryBoundingBox3D>;
|
163
|
-
weightInKg?: Maybe<Scalars['Float']>;
|
164
|
-
rotatable?: Maybe<Scalars['Boolean']>;
|
189
|
+
weightInKg?: Maybe<Scalars['Float']['output']>;
|
190
|
+
rotatable?: Maybe<Scalars['Boolean']['output']>;
|
165
191
|
};
|
166
192
|
export type IoRestorecommerceTaxVat = {
|
167
193
|
__typename?: 'IoRestorecommerceTaxVAT';
|
168
|
-
taxId?: Maybe<Scalars['String']>;
|
169
|
-
vat?: Maybe<Scalars['Float']>;
|
194
|
+
taxId?: Maybe<Scalars['String']['output']>;
|
195
|
+
vat?: Maybe<Scalars['Float']['output']>;
|
170
196
|
};
|
171
197
|
export type IoRestorecommerceAddressShippingAddress = {
|
172
198
|
__typename?: 'IoRestorecommerceAddressShippingAddress';
|
173
199
|
address?: Maybe<IoRestorecommerceAddressAddress>;
|
174
200
|
contact?: Maybe<IoRestorecommerceAddressContact>;
|
175
|
-
comments?: Maybe<Scalars['String']>;
|
201
|
+
comments?: Maybe<Scalars['String']['output']>;
|
176
202
|
};
|
177
203
|
export type IoRestorecommerceAddressAddress = {
|
178
204
|
__typename?: 'IoRestorecommerceAddressAddress';
|
179
|
-
id?: Maybe<Scalars['String']>;
|
205
|
+
id?: Maybe<Scalars['String']['output']>;
|
180
206
|
meta?: Maybe<IoRestorecommerceMetaMeta>;
|
181
|
-
postcode?: Maybe<Scalars['String']>;
|
182
|
-
countryId?: Maybe<Scalars['String']>;
|
207
|
+
postcode?: Maybe<Scalars['String']['output']>;
|
208
|
+
countryId?: Maybe<Scalars['String']['output']>;
|
183
209
|
country?: Maybe<IoRestorecommerceCountryCountry>;
|
184
|
-
locality?: Maybe<Scalars['String']>;
|
185
|
-
street?: Maybe<Scalars['String']>;
|
186
|
-
region?: Maybe<Scalars['String']>;
|
210
|
+
locality?: Maybe<Scalars['String']['output']>;
|
211
|
+
street?: Maybe<Scalars['String']['output']>;
|
212
|
+
region?: Maybe<Scalars['String']['output']>;
|
187
213
|
geoCoordinates?: Maybe<IoRestorecommerceAddressGeoPoint>;
|
188
|
-
altitude?: Maybe<Scalars['Float']>;
|
189
|
-
buildingNumber?: Maybe<Scalars['String']>;
|
214
|
+
altitude?: Maybe<Scalars['Float']['output']>;
|
215
|
+
buildingNumber?: Maybe<Scalars['String']['output']>;
|
190
216
|
addressAddition?: Maybe<IoRestorecommerceAddressAddressAddition>;
|
191
217
|
businessAddress?: Maybe<IoRestorecommerceAddressBusinessAddress>;
|
192
218
|
residentialAddress?: Maybe<IoRestorecommerceAddressResidentialAddress>;
|
@@ -194,53 +220,53 @@ export type IoRestorecommerceAddressAddress = {
|
|
194
220
|
};
|
195
221
|
export type IoRestorecommerceCountryCountry = {
|
196
222
|
__typename?: 'IoRestorecommerceCountryCountry';
|
197
|
-
id?: Maybe<Scalars['String']>;
|
223
|
+
id?: Maybe<Scalars['String']['output']>;
|
198
224
|
meta?: Maybe<IoRestorecommerceMetaMeta>;
|
199
|
-
name?: Maybe<Scalars['String']>;
|
200
|
-
countryCode?: Maybe<Scalars['String']>;
|
201
|
-
geographicalName?: Maybe<Scalars['String']>;
|
202
|
-
economicAreas?: Maybe<Array<Scalars['String']>>;
|
225
|
+
name?: Maybe<Scalars['String']['output']>;
|
226
|
+
countryCode?: Maybe<Scalars['String']['output']>;
|
227
|
+
geographicalName?: Maybe<Scalars['String']['output']>;
|
228
|
+
economicAreas?: Maybe<Array<Scalars['String']['output']>>;
|
203
229
|
};
|
204
230
|
export type IoRestorecommerceAddressGeoPoint = {
|
205
231
|
__typename?: 'IoRestorecommerceAddressGeoPoint';
|
206
|
-
latitude?: Maybe<Scalars['Float']>;
|
207
|
-
longitude?: Maybe<Scalars['Float']>;
|
232
|
+
latitude?: Maybe<Scalars['Float']['output']>;
|
233
|
+
longitude?: Maybe<Scalars['Float']['output']>;
|
208
234
|
};
|
209
235
|
export type IoRestorecommerceAddressAddressAddition = {
|
210
236
|
__typename?: 'IoRestorecommerceAddressAddressAddition';
|
211
|
-
field1?: Maybe<Scalars['String']>;
|
212
|
-
field2?: Maybe<Scalars['String']>;
|
237
|
+
field1?: Maybe<Scalars['String']['output']>;
|
238
|
+
field2?: Maybe<Scalars['String']['output']>;
|
213
239
|
};
|
214
240
|
export type IoRestorecommerceAddressBusinessAddress = {
|
215
241
|
__typename?: 'IoRestorecommerceAddressBusinessAddress';
|
216
|
-
name?: Maybe<Scalars['String']>;
|
242
|
+
name?: Maybe<Scalars['String']['output']>;
|
217
243
|
};
|
218
244
|
export type IoRestorecommerceAddressResidentialAddress = {
|
219
245
|
__typename?: 'IoRestorecommerceAddressResidentialAddress';
|
220
|
-
title?: Maybe<Scalars['String']>;
|
221
|
-
givenName?: Maybe<Scalars['String']>;
|
222
|
-
midName?: Maybe<Scalars['String']>;
|
223
|
-
familyName?: Maybe<Scalars['String']>;
|
246
|
+
title?: Maybe<Scalars['String']['output']>;
|
247
|
+
givenName?: Maybe<Scalars['String']['output']>;
|
248
|
+
midName?: Maybe<Scalars['String']['output']>;
|
249
|
+
familyName?: Maybe<Scalars['String']['output']>;
|
224
250
|
};
|
225
251
|
export type IoRestorecommerceAddressPackStation = {
|
226
252
|
__typename?: 'IoRestorecommerceAddressPackStation';
|
227
|
-
provider?: Maybe<Scalars['String']>;
|
228
|
-
stationNumber?: Maybe<Scalars['String']>;
|
229
|
-
postNumber?: Maybe<Scalars['String']>;
|
253
|
+
provider?: Maybe<Scalars['String']['output']>;
|
254
|
+
stationNumber?: Maybe<Scalars['String']['output']>;
|
255
|
+
postNumber?: Maybe<Scalars['String']['output']>;
|
230
256
|
};
|
231
257
|
export type IoRestorecommerceAddressContact = {
|
232
258
|
__typename?: 'IoRestorecommerceAddressContact';
|
233
|
-
name?: Maybe<Scalars['String']>;
|
234
|
-
email?: Maybe<Scalars['String']>;
|
235
|
-
phone?: Maybe<Scalars['String']>;
|
259
|
+
name?: Maybe<Scalars['String']['output']>;
|
260
|
+
email?: Maybe<Scalars['String']['output']>;
|
261
|
+
phone?: Maybe<Scalars['String']['output']>;
|
236
262
|
};
|
237
263
|
export type IoRestorecommerceFulfillmentLabel = {
|
238
264
|
__typename?: 'IoRestorecommerceFulfillmentLabel';
|
239
|
-
url?: Maybe<Scalars['String']>;
|
240
|
-
pdf?: Maybe<Scalars['String']>;
|
241
|
-
png?: Maybe<Scalars['String']>;
|
242
|
-
parcelId?: Maybe<Scalars['String']>;
|
243
|
-
shipmentNumber?: Maybe<Scalars['String']>;
|
265
|
+
url?: Maybe<Scalars['String']['output']>;
|
266
|
+
pdf?: Maybe<Scalars['String']['output']>;
|
267
|
+
png?: Maybe<Scalars['String']['output']>;
|
268
|
+
parcelId?: Maybe<Scalars['String']['output']>;
|
269
|
+
shipmentNumber?: Maybe<Scalars['String']['output']>;
|
244
270
|
state?: Maybe<IoRestorecommerceFulfillmentState>;
|
245
271
|
status?: Maybe<IoRestorecommerceStatusStatus>;
|
246
272
|
};
|
@@ -256,44 +282,44 @@ export declare enum IoRestorecommerceFulfillmentState {
|
|
256
282
|
}
|
257
283
|
export type IoRestorecommerceStatusStatus = {
|
258
284
|
__typename?: 'IoRestorecommerceStatusStatus';
|
259
|
-
id?: Maybe<Scalars['String']>;
|
260
|
-
code?: Maybe<Scalars['Int']>;
|
261
|
-
message?: Maybe<Scalars['String']>;
|
285
|
+
id?: Maybe<Scalars['String']['output']>;
|
286
|
+
code?: Maybe<Scalars['Int']['output']>;
|
287
|
+
message?: Maybe<Scalars['String']['output']>;
|
262
288
|
};
|
263
289
|
export type IoRestorecommerceFulfillmentTracking = {
|
264
290
|
__typename?: 'IoRestorecommerceFulfillmentTracking';
|
265
|
-
shipmentNumber?: Maybe<Scalars['String']>;
|
291
|
+
shipmentNumber?: Maybe<Scalars['String']['output']>;
|
266
292
|
events?: Maybe<Array<IoRestorecommerceFulfillmentEvent>>;
|
267
293
|
details?: Maybe<GoogleProtobufAny>;
|
268
294
|
status?: Maybe<IoRestorecommerceStatusStatus>;
|
269
295
|
};
|
270
296
|
export type IoRestorecommerceFulfillmentEvent = {
|
271
297
|
__typename?: 'IoRestorecommerceFulfillmentEvent';
|
272
|
-
timestamp?: Maybe<Scalars['Int']>;
|
273
|
-
location?: Maybe<Scalars['String']>;
|
298
|
+
timestamp?: Maybe<Scalars['Int']['output']>;
|
299
|
+
location?: Maybe<Scalars['String']['output']>;
|
274
300
|
details?: Maybe<GoogleProtobufAny>;
|
275
301
|
status?: Maybe<IoRestorecommerceStatusStatus>;
|
276
302
|
};
|
277
303
|
export type IoRestorecommerceStatusOperationStatus = {
|
278
304
|
__typename?: 'IoRestorecommerceStatusOperationStatus';
|
279
|
-
code?: Maybe<Scalars['Int']>;
|
280
|
-
message?: Maybe<Scalars['String']>;
|
305
|
+
code?: Maybe<Scalars['Int']['output']>;
|
306
|
+
message?: Maybe<Scalars['String']['output']>;
|
281
307
|
};
|
282
308
|
export type IIoRestorecommerceResourcebaseReadRequest = {
|
283
|
-
offset?: InputMaybe<Scalars['Int']>;
|
284
|
-
limit?: InputMaybe<Scalars['Int']>;
|
309
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
310
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
285
311
|
sorts?: InputMaybe<Array<IIoRestorecommerceResourcebaseSort>>;
|
286
312
|
filters?: InputMaybe<Array<IIoRestorecommerceResourcebaseFilterOp>>;
|
287
313
|
fields?: InputMaybe<Array<IIoRestorecommerceResourcebaseFieldFilter>>;
|
288
|
-
localesLimiter?: InputMaybe<Array<Scalars['String']>>;
|
289
|
-
customQueries?: InputMaybe<Array<Scalars['String']>>;
|
314
|
+
localesLimiter?: InputMaybe<Array<Scalars['String']['input']>>;
|
315
|
+
customQueries?: InputMaybe<Array<Scalars['String']['input']>>;
|
290
316
|
customArguments?: InputMaybe<IGoogleProtobufAny>;
|
291
317
|
search?: InputMaybe<IIoRestorecommerceResourcebaseSearch>;
|
292
318
|
/** target scope */
|
293
|
-
scope?: InputMaybe<Scalars['String']>;
|
319
|
+
scope?: InputMaybe<Scalars['String']['input']>;
|
294
320
|
};
|
295
321
|
export type IIoRestorecommerceResourcebaseSort = {
|
296
|
-
field?: InputMaybe<Scalars['String']>;
|
322
|
+
field?: InputMaybe<Scalars['String']['input']>;
|
297
323
|
order?: InputMaybe<IoRestorecommerceResourcebaseSortSortOrder>;
|
298
324
|
};
|
299
325
|
export declare enum IoRestorecommerceResourcebaseSortSortOrder {
|
@@ -306,9 +332,9 @@ export type IIoRestorecommerceResourcebaseFilterOp = {
|
|
306
332
|
operator?: InputMaybe<IoRestorecommerceResourcebaseFilterOpOperator>;
|
307
333
|
};
|
308
334
|
export type IIoRestorecommerceResourcebaseFilter = {
|
309
|
-
field?: InputMaybe<Scalars['String']>;
|
335
|
+
field?: InputMaybe<Scalars['String']['input']>;
|
310
336
|
operation?: InputMaybe<IoRestorecommerceResourcebaseFilterOperation>;
|
311
|
-
value?: InputMaybe<Scalars['String']>;
|
337
|
+
value?: InputMaybe<Scalars['String']['input']>;
|
312
338
|
type?: InputMaybe<IoRestorecommerceResourcebaseFilterValueType>;
|
313
339
|
filters?: InputMaybe<Array<IIoRestorecommerceFilterFilterOp>>;
|
314
340
|
};
|
@@ -335,9 +361,9 @@ export type IIoRestorecommerceFilterFilterOp = {
|
|
335
361
|
operator?: InputMaybe<IoRestorecommerceFilterFilterOpOperator>;
|
336
362
|
};
|
337
363
|
export type IIoRestorecommerceFilterFilter = {
|
338
|
-
field?: InputMaybe<Scalars['String']>;
|
364
|
+
field?: InputMaybe<Scalars['String']['input']>;
|
339
365
|
operation?: InputMaybe<IoRestorecommerceFilterFilterOperation>;
|
340
|
-
value?: InputMaybe<Scalars['String']>;
|
366
|
+
value?: InputMaybe<Scalars['String']['input']>;
|
341
367
|
type?: InputMaybe<IoRestorecommerceFilterFilterValueType>;
|
342
368
|
filters?: InputMaybe<Array<IIoRestorecommerceFilterFilterOp>>;
|
343
369
|
};
|
@@ -368,17 +394,17 @@ export declare enum IoRestorecommerceResourcebaseFilterOpOperator {
|
|
368
394
|
Or = 1
|
369
395
|
}
|
370
396
|
export type IIoRestorecommerceResourcebaseFieldFilter = {
|
371
|
-
name?: InputMaybe<Scalars['String']>;
|
372
|
-
include?: InputMaybe<Scalars['Boolean']>;
|
397
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
398
|
+
include?: InputMaybe<Scalars['Boolean']['input']>;
|
373
399
|
};
|
374
400
|
export type IGoogleProtobufAny = {
|
375
|
-
typeUrl?: InputMaybe<Scalars['String']>;
|
376
|
-
value?: InputMaybe<Scalars['GoogleProtobufAnyValue']>;
|
401
|
+
typeUrl?: InputMaybe<Scalars['String']['input']>;
|
402
|
+
value?: InputMaybe<Scalars['GoogleProtobufAnyValue']['input']>;
|
377
403
|
};
|
378
404
|
export type IIoRestorecommerceResourcebaseSearch = {
|
379
|
-
search?: InputMaybe<Scalars['String']>;
|
380
|
-
fields?: InputMaybe<Array<Scalars['String']>>;
|
381
|
-
caseSensitive?: InputMaybe<Scalars['Boolean']>;
|
405
|
+
search?: InputMaybe<Scalars['String']['input']>;
|
406
|
+
fields?: InputMaybe<Array<Scalars['String']['input']>>;
|
407
|
+
caseSensitive?: InputMaybe<Scalars['Boolean']['input']>;
|
382
408
|
};
|
383
409
|
export type FulfillmentFulfillmentCourierQuery = {
|
384
410
|
__typename?: 'FulfillmentFulfillmentCourierQuery';
|
@@ -394,7 +420,7 @@ export type ProtoIoRestorecommerceFulfillmentCourierFulfillmentCourierListRespon
|
|
394
420
|
export type IoRestorecommerceFulfillmentCourierFulfillmentCourierListResponse = {
|
395
421
|
__typename?: 'IoRestorecommerceFulfillmentCourierFulfillmentCourierListResponse';
|
396
422
|
items?: Maybe<Array<IoRestorecommerceFulfillmentCourierFulfillmentCourierResponse>>;
|
397
|
-
totalCount?: Maybe<Scalars['Int']>;
|
423
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
398
424
|
operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
|
399
425
|
};
|
400
426
|
export type IoRestorecommerceFulfillmentCourierFulfillmentCourierResponse = {
|
@@ -420,7 +446,7 @@ export type ProtoIoRestorecommerceFulfillmentProductFulfillmentProductListRespon
|
|
420
446
|
export type IoRestorecommerceFulfillmentProductFulfillmentProductListResponse = {
|
421
447
|
__typename?: 'IoRestorecommerceFulfillmentProductFulfillmentProductListResponse';
|
422
448
|
items?: Maybe<Array<IoRestorecommerceFulfillmentProductFulfillmentProductResponse>>;
|
423
|
-
totalCount?: Maybe<Scalars['Int']>;
|
449
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
424
450
|
operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
|
425
451
|
};
|
426
452
|
export type IoRestorecommerceFulfillmentProductFulfillmentProductResponse = {
|
@@ -435,113 +461,113 @@ export type ProtoIoRestorecommerceFulfillmentProductPackingSolutionListResponse
|
|
435
461
|
export type IoRestorecommerceFulfillmentProductPackingSolutionListResponse = {
|
436
462
|
__typename?: 'IoRestorecommerceFulfillmentProductPackingSolutionListResponse';
|
437
463
|
items?: Maybe<Array<IoRestorecommerceFulfillmentProductPackingSolutionResponse>>;
|
438
|
-
totalCount?: Maybe<Scalars['Int']>;
|
464
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
439
465
|
operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
|
440
466
|
};
|
441
467
|
export type IoRestorecommerceFulfillmentProductPackingSolutionResponse = {
|
442
468
|
__typename?: 'IoRestorecommerceFulfillmentProductPackingSolutionResponse';
|
443
|
-
referenceId?: Maybe<Scalars['String']>;
|
469
|
+
referenceId?: Maybe<Scalars['String']['output']>;
|
444
470
|
solutions?: Maybe<Array<IoRestorecommerceFulfillmentProductPackingSolution>>;
|
445
471
|
status?: Maybe<IoRestorecommerceStatusStatus>;
|
446
472
|
};
|
447
473
|
export type IoRestorecommerceFulfillmentProductPackingSolution = {
|
448
474
|
__typename?: 'IoRestorecommerceFulfillmentProductPackingSolution';
|
449
|
-
price?: Maybe<Scalars['Float']>;
|
450
|
-
compactness?: Maybe<Scalars['Float']>;
|
451
|
-
homogeneity?: Maybe<Scalars['Float']>;
|
452
|
-
score?: Maybe<Scalars['Float']>;
|
475
|
+
price?: Maybe<Scalars['Float']['output']>;
|
476
|
+
compactness?: Maybe<Scalars['Float']['output']>;
|
477
|
+
homogeneity?: Maybe<Scalars['Float']['output']>;
|
478
|
+
score?: Maybe<Scalars['Float']['output']>;
|
453
479
|
parcels?: Maybe<Array<IoRestorecommerceFulfillmentParcel>>;
|
454
480
|
vats?: Maybe<Array<IoRestorecommerceTaxVat>>;
|
455
481
|
};
|
456
482
|
export type IIoRestorecommerceFulfillmentProductProductQueryList = {
|
457
483
|
items?: InputMaybe<Array<IIoRestorecommerceFulfillmentProductProductQuery>>;
|
458
|
-
totalCount?: InputMaybe<Scalars['Int']>;
|
484
|
+
totalCount?: InputMaybe<Scalars['Int']['input']>;
|
459
485
|
};
|
460
486
|
export type IIoRestorecommerceFulfillmentProductProductQuery = {
|
461
487
|
sender?: InputMaybe<IIoRestorecommerceAddressShippingAddress>;
|
462
488
|
receiver?: InputMaybe<IIoRestorecommerceAddressShippingAddress>;
|
463
489
|
items?: InputMaybe<Array<IIoRestorecommerceFulfillmentFulfillmentItem>>;
|
464
490
|
preferences?: InputMaybe<IIoRestorecommerceFulfillmentProductPreferences>;
|
465
|
-
referenceId?: InputMaybe<Scalars['String']>;
|
491
|
+
referenceId?: InputMaybe<Scalars['String']['input']>;
|
466
492
|
};
|
467
493
|
export type IIoRestorecommerceAddressShippingAddress = {
|
468
494
|
address?: InputMaybe<IIoRestorecommerceAddressAddress>;
|
469
495
|
contact?: InputMaybe<IIoRestorecommerceAddressContact>;
|
470
|
-
comments?: InputMaybe<Scalars['String']>;
|
496
|
+
comments?: InputMaybe<Scalars['String']['input']>;
|
471
497
|
};
|
472
498
|
export type IIoRestorecommerceAddressAddress = {
|
473
|
-
id?: InputMaybe<Scalars['String']>;
|
499
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
474
500
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
475
|
-
postcode?: InputMaybe<Scalars['String']>;
|
476
|
-
countryId?: InputMaybe<Scalars['String']>;
|
477
|
-
locality?: InputMaybe<Scalars['String']>;
|
478
|
-
street?: InputMaybe<Scalars['String']>;
|
479
|
-
region?: InputMaybe<Scalars['String']>;
|
501
|
+
postcode?: InputMaybe<Scalars['String']['input']>;
|
502
|
+
countryId?: InputMaybe<Scalars['String']['input']>;
|
503
|
+
locality?: InputMaybe<Scalars['String']['input']>;
|
504
|
+
street?: InputMaybe<Scalars['String']['input']>;
|
505
|
+
region?: InputMaybe<Scalars['String']['input']>;
|
480
506
|
geoCoordinates?: InputMaybe<IIoRestorecommerceAddressGeoPoint>;
|
481
|
-
altitude?: InputMaybe<Scalars['Float']>;
|
482
|
-
buildingNumber?: InputMaybe<Scalars['String']>;
|
507
|
+
altitude?: InputMaybe<Scalars['Float']['input']>;
|
508
|
+
buildingNumber?: InputMaybe<Scalars['String']['input']>;
|
483
509
|
addressAddition?: InputMaybe<IIoRestorecommerceAddressAddressAddition>;
|
484
510
|
businessAddress?: InputMaybe<IIoRestorecommerceAddressBusinessAddress>;
|
485
511
|
residentialAddress?: InputMaybe<IIoRestorecommerceAddressResidentialAddress>;
|
486
512
|
packStation?: InputMaybe<IIoRestorecommerceAddressPackStation>;
|
487
513
|
};
|
488
514
|
export type IIoRestorecommerceMetaMeta = {
|
489
|
-
created?: InputMaybe<Scalars['Float']>;
|
490
|
-
modified?: InputMaybe<Scalars['Float']>;
|
491
|
-
modifiedBy?: InputMaybe<Scalars['String']>;
|
515
|
+
created?: InputMaybe<Scalars['Float']['input']>;
|
516
|
+
modified?: InputMaybe<Scalars['Float']['input']>;
|
517
|
+
modifiedBy?: InputMaybe<Scalars['String']['input']>;
|
492
518
|
owners?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
493
519
|
acls?: InputMaybe<Array<IIoRestorecommerceAttributeAttributeObj>>;
|
494
520
|
};
|
495
521
|
export type IIoRestorecommerceAttributeAttribute = {
|
496
|
-
id?: InputMaybe<Scalars['String']>;
|
497
|
-
value?: InputMaybe<Scalars['String']>;
|
522
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
523
|
+
value?: InputMaybe<Scalars['String']['input']>;
|
498
524
|
attributes?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
499
525
|
};
|
500
526
|
export type IIoRestorecommerceAttributeAttributeObj = {
|
501
527
|
attributes?: InputMaybe<IIoRestorecommerceAttributeAttribute>;
|
502
528
|
};
|
503
529
|
export type IIoRestorecommerceAddressGeoPoint = {
|
504
|
-
latitude?: InputMaybe<Scalars['Float']>;
|
505
|
-
longitude?: InputMaybe<Scalars['Float']>;
|
530
|
+
latitude?: InputMaybe<Scalars['Float']['input']>;
|
531
|
+
longitude?: InputMaybe<Scalars['Float']['input']>;
|
506
532
|
};
|
507
533
|
export type IIoRestorecommerceAddressAddressAddition = {
|
508
|
-
field1?: InputMaybe<Scalars['String']>;
|
509
|
-
field2?: InputMaybe<Scalars['String']>;
|
534
|
+
field1?: InputMaybe<Scalars['String']['input']>;
|
535
|
+
field2?: InputMaybe<Scalars['String']['input']>;
|
510
536
|
};
|
511
537
|
export type IIoRestorecommerceAddressBusinessAddress = {
|
512
|
-
name?: InputMaybe<Scalars['String']>;
|
538
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
513
539
|
};
|
514
540
|
export type IIoRestorecommerceAddressResidentialAddress = {
|
515
|
-
title?: InputMaybe<Scalars['String']>;
|
516
|
-
givenName?: InputMaybe<Scalars['String']>;
|
517
|
-
midName?: InputMaybe<Scalars['String']>;
|
518
|
-
familyName?: InputMaybe<Scalars['String']>;
|
541
|
+
title?: InputMaybe<Scalars['String']['input']>;
|
542
|
+
givenName?: InputMaybe<Scalars['String']['input']>;
|
543
|
+
midName?: InputMaybe<Scalars['String']['input']>;
|
544
|
+
familyName?: InputMaybe<Scalars['String']['input']>;
|
519
545
|
};
|
520
546
|
export type IIoRestorecommerceAddressPackStation = {
|
521
|
-
provider?: InputMaybe<Scalars['String']>;
|
522
|
-
stationNumber?: InputMaybe<Scalars['String']>;
|
523
|
-
postNumber?: InputMaybe<Scalars['String']>;
|
547
|
+
provider?: InputMaybe<Scalars['String']['input']>;
|
548
|
+
stationNumber?: InputMaybe<Scalars['String']['input']>;
|
549
|
+
postNumber?: InputMaybe<Scalars['String']['input']>;
|
524
550
|
};
|
525
551
|
export type IIoRestorecommerceAddressContact = {
|
526
|
-
name?: InputMaybe<Scalars['String']>;
|
527
|
-
email?: InputMaybe<Scalars['String']>;
|
528
|
-
phone?: InputMaybe<Scalars['String']>;
|
552
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
553
|
+
email?: InputMaybe<Scalars['String']['input']>;
|
554
|
+
phone?: InputMaybe<Scalars['String']['input']>;
|
529
555
|
};
|
530
556
|
export type IIoRestorecommerceFulfillmentFulfillmentItem = {
|
531
|
-
productId?: InputMaybe<Scalars['String']>;
|
532
|
-
variantId?: InputMaybe<Scalars['String']>;
|
533
|
-
quantity?: InputMaybe<Scalars['Int']>;
|
557
|
+
productId?: InputMaybe<Scalars['String']['input']>;
|
558
|
+
variantId?: InputMaybe<Scalars['String']['input']>;
|
559
|
+
quantity?: InputMaybe<Scalars['Int']['input']>;
|
534
560
|
package?: InputMaybe<IIoRestorecommerceProductPackage>;
|
535
561
|
};
|
536
562
|
export type IIoRestorecommerceProductPackage = {
|
537
563
|
sizeInCm?: InputMaybe<IIoRestorecommerceGeometryBoundingBox3D>;
|
538
|
-
weightInKg?: InputMaybe<Scalars['Float']>;
|
539
|
-
rotatable?: InputMaybe<Scalars['Boolean']>;
|
564
|
+
weightInKg?: InputMaybe<Scalars['Float']['input']>;
|
565
|
+
rotatable?: InputMaybe<Scalars['Boolean']['input']>;
|
540
566
|
};
|
541
567
|
export type IIoRestorecommerceGeometryBoundingBox3D = {
|
542
|
-
width?: InputMaybe<Scalars['Float']>;
|
543
|
-
height?: InputMaybe<Scalars['Float']>;
|
544
|
-
length?: InputMaybe<Scalars['Float']>;
|
568
|
+
width?: InputMaybe<Scalars['Float']['input']>;
|
569
|
+
height?: InputMaybe<Scalars['Float']['input']>;
|
570
|
+
length?: InputMaybe<Scalars['Float']['input']>;
|
545
571
|
};
|
546
572
|
export type IIoRestorecommerceFulfillmentProductPreferences = {
|
547
573
|
couriers?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
@@ -590,64 +616,64 @@ export type FulfillmentFulfillmentMutationDeleteArgs = {
|
|
590
616
|
};
|
591
617
|
export type IIoRestorecommerceFulfillmentFulfillmentList = {
|
592
618
|
items?: InputMaybe<Array<IIoRestorecommerceFulfillmentFulfillment>>;
|
593
|
-
totalCount?: InputMaybe<Scalars['Int']>;
|
619
|
+
totalCount?: InputMaybe<Scalars['Int']['input']>;
|
594
620
|
mode?: InputMaybe<ModeType>;
|
595
621
|
/** target scope */
|
596
|
-
scope?: InputMaybe<Scalars['String']>;
|
622
|
+
scope?: InputMaybe<Scalars['String']['input']>;
|
597
623
|
};
|
598
624
|
export type IIoRestorecommerceFulfillmentFulfillment = {
|
599
|
-
id?: InputMaybe<Scalars['String']>;
|
625
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
600
626
|
packaging?: InputMaybe<IIoRestorecommerceFulfillmentPackaging>;
|
601
627
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
602
628
|
labels?: InputMaybe<Array<IIoRestorecommerceFulfillmentLabel>>;
|
603
629
|
trackings?: InputMaybe<Array<IIoRestorecommerceFulfillmentTracking>>;
|
604
630
|
state?: InputMaybe<IoRestorecommerceFulfillmentState>;
|
605
|
-
totalPrice?: InputMaybe<Scalars['Float']>;
|
606
|
-
totalVat?: InputMaybe<Scalars['Float']>;
|
631
|
+
totalPrice?: InputMaybe<Scalars['Float']['input']>;
|
632
|
+
totalVat?: InputMaybe<Scalars['Float']['input']>;
|
607
633
|
};
|
608
634
|
export type IIoRestorecommerceFulfillmentPackaging = {
|
609
|
-
referenceId?: InputMaybe<Scalars['String']>;
|
635
|
+
referenceId?: InputMaybe<Scalars['String']['input']>;
|
610
636
|
parcels?: InputMaybe<Array<IIoRestorecommerceFulfillmentParcel>>;
|
611
637
|
sender?: InputMaybe<IIoRestorecommerceAddressShippingAddress>;
|
612
638
|
receiver?: InputMaybe<IIoRestorecommerceAddressShippingAddress>;
|
613
|
-
notify?: InputMaybe<Scalars['String']>;
|
639
|
+
notify?: InputMaybe<Scalars['String']['input']>;
|
614
640
|
};
|
615
641
|
export type IIoRestorecommerceFulfillmentParcel = {
|
616
|
-
id?: InputMaybe<Scalars['String']>;
|
617
|
-
productId?: InputMaybe<Scalars['String']>;
|
618
|
-
variantId?: InputMaybe<Scalars['String']>;
|
642
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
643
|
+
productId?: InputMaybe<Scalars['String']['input']>;
|
644
|
+
variantId?: InputMaybe<Scalars['String']['input']>;
|
619
645
|
item?: InputMaybe<IIoRestorecommerceFulfillmentFulfillmentItem>;
|
620
|
-
price?: InputMaybe<Scalars['Float']>;
|
646
|
+
price?: InputMaybe<Scalars['Float']['input']>;
|
621
647
|
vats?: InputMaybe<Array<IIoRestorecommerceTaxVat>>;
|
622
648
|
package?: InputMaybe<IIoRestorecommerceProductPackage>;
|
623
649
|
};
|
624
650
|
export type IIoRestorecommerceTaxVat = {
|
625
|
-
taxId?: InputMaybe<Scalars['String']>;
|
626
|
-
vat?: InputMaybe<Scalars['Float']>;
|
651
|
+
taxId?: InputMaybe<Scalars['String']['input']>;
|
652
|
+
vat?: InputMaybe<Scalars['Float']['input']>;
|
627
653
|
};
|
628
654
|
export type IIoRestorecommerceFulfillmentLabel = {
|
629
|
-
url?: InputMaybe<Scalars['String']>;
|
630
|
-
pdf?: InputMaybe<Scalars['String']>;
|
631
|
-
png?: InputMaybe<Scalars['String']>;
|
632
|
-
parcelId?: InputMaybe<Scalars['String']>;
|
633
|
-
shipmentNumber?: InputMaybe<Scalars['String']>;
|
655
|
+
url?: InputMaybe<Scalars['String']['input']>;
|
656
|
+
pdf?: InputMaybe<Scalars['String']['input']>;
|
657
|
+
png?: InputMaybe<Scalars['String']['input']>;
|
658
|
+
parcelId?: InputMaybe<Scalars['String']['input']>;
|
659
|
+
shipmentNumber?: InputMaybe<Scalars['String']['input']>;
|
634
660
|
state?: InputMaybe<IoRestorecommerceFulfillmentState>;
|
635
661
|
status?: InputMaybe<IIoRestorecommerceStatusStatus>;
|
636
662
|
};
|
637
663
|
export type IIoRestorecommerceStatusStatus = {
|
638
|
-
id?: InputMaybe<Scalars['String']>;
|
639
|
-
code?: InputMaybe<Scalars['Int']>;
|
640
|
-
message?: InputMaybe<Scalars['String']>;
|
664
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
665
|
+
code?: InputMaybe<Scalars['Int']['input']>;
|
666
|
+
message?: InputMaybe<Scalars['String']['input']>;
|
641
667
|
};
|
642
668
|
export type IIoRestorecommerceFulfillmentTracking = {
|
643
|
-
shipmentNumber?: InputMaybe<Scalars['String']>;
|
669
|
+
shipmentNumber?: InputMaybe<Scalars['String']['input']>;
|
644
670
|
events?: InputMaybe<Array<IIoRestorecommerceFulfillmentEvent>>;
|
645
671
|
details?: InputMaybe<IGoogleProtobufAny>;
|
646
672
|
status?: InputMaybe<IIoRestorecommerceStatusStatus>;
|
647
673
|
};
|
648
674
|
export type IIoRestorecommerceFulfillmentEvent = {
|
649
|
-
timestamp?: InputMaybe<Scalars['Int']>;
|
650
|
-
location?: InputMaybe<Scalars['String']>;
|
675
|
+
timestamp?: InputMaybe<Scalars['Int']['input']>;
|
676
|
+
location?: InputMaybe<Scalars['String']['input']>;
|
651
677
|
details?: InputMaybe<IGoogleProtobufAny>;
|
652
678
|
status?: InputMaybe<IIoRestorecommerceStatusStatus>;
|
653
679
|
};
|
@@ -658,11 +684,11 @@ export declare enum ModeType {
|
|
658
684
|
}
|
659
685
|
export type IIoRestorecommerceFulfillmentFulfillmentIdList = {
|
660
686
|
items?: InputMaybe<Array<IIoRestorecommerceFulfillmentFulfillmentId>>;
|
661
|
-
totalCount?: InputMaybe<Scalars['Int']>;
|
687
|
+
totalCount?: InputMaybe<Scalars['Int']['input']>;
|
662
688
|
};
|
663
689
|
export type IIoRestorecommerceFulfillmentFulfillmentId = {
|
664
|
-
id?: InputMaybe<Scalars['String']>;
|
665
|
-
shipmentNumbers?: InputMaybe<Array<Scalars['String']>>;
|
690
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
691
|
+
shipmentNumbers?: InputMaybe<Array<Scalars['String']['input']>>;
|
666
692
|
options?: InputMaybe<IGoogleProtobufAny>;
|
667
693
|
};
|
668
694
|
export type ProtoIoRestorecommerceResourcebaseDeleteResponse = {
|
@@ -675,12 +701,12 @@ export type IoRestorecommerceResourcebaseDeleteResponse = {
|
|
675
701
|
operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
|
676
702
|
};
|
677
703
|
export type IIoRestorecommerceResourcebaseDeleteRequest = {
|
678
|
-
collection?: InputMaybe<Scalars['Boolean']>;
|
679
|
-
ids?: InputMaybe<Array<Scalars['String']>>;
|
680
|
-
views?: InputMaybe<Array<Scalars['String']>>;
|
681
|
-
analyzers?: InputMaybe<Array<Scalars['String']>>;
|
704
|
+
collection?: InputMaybe<Scalars['Boolean']['input']>;
|
705
|
+
ids?: InputMaybe<Array<Scalars['String']['input']>>;
|
706
|
+
views?: InputMaybe<Array<Scalars['String']['input']>>;
|
707
|
+
analyzers?: InputMaybe<Array<Scalars['String']['input']>>;
|
682
708
|
/** target scope */
|
683
|
-
scope?: InputMaybe<Scalars['String']>;
|
709
|
+
scope?: InputMaybe<Scalars['String']['input']>;
|
684
710
|
};
|
685
711
|
export type FulfillmentFulfillmentCourierMutation = {
|
686
712
|
__typename?: 'FulfillmentFulfillmentCourierMutation';
|
@@ -695,18 +721,18 @@ export type FulfillmentFulfillmentCourierMutationDeleteArgs = {
|
|
695
721
|
};
|
696
722
|
export type IIoRestorecommerceFulfillmentCourierFulfillmentCourierList = {
|
697
723
|
items?: InputMaybe<Array<IIoRestorecommerceFulfillmentCourierFulfillmentCourier>>;
|
698
|
-
totalCount?: InputMaybe<Scalars['Int']>;
|
724
|
+
totalCount?: InputMaybe<Scalars['Int']['input']>;
|
699
725
|
mode?: InputMaybe<ModeType>;
|
700
726
|
/** target scope */
|
701
|
-
scope?: InputMaybe<Scalars['String']>;
|
727
|
+
scope?: InputMaybe<Scalars['String']['input']>;
|
702
728
|
};
|
703
729
|
export type IIoRestorecommerceFulfillmentCourierFulfillmentCourier = {
|
704
|
-
id?: InputMaybe<Scalars['String']>;
|
705
|
-
name?: InputMaybe<Scalars['String']>;
|
706
|
-
description?: InputMaybe<Scalars['String']>;
|
707
|
-
logo?: InputMaybe<Scalars['String']>;
|
708
|
-
website?: InputMaybe<Scalars['String']>;
|
709
|
-
stubType?: InputMaybe<Scalars['String']>;
|
730
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
731
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
732
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
733
|
+
logo?: InputMaybe<Scalars['String']['input']>;
|
734
|
+
website?: InputMaybe<Scalars['String']['input']>;
|
735
|
+
stubType?: InputMaybe<Scalars['String']['input']>;
|
710
736
|
configuration?: InputMaybe<IGoogleProtobufAny>;
|
711
737
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
712
738
|
};
|
@@ -723,30 +749,30 @@ export type FulfillmentFulfillmentProductMutationDeleteArgs = {
|
|
723
749
|
};
|
724
750
|
export type IIoRestorecommerceFulfillmentProductFulfillmentProductList = {
|
725
751
|
items?: InputMaybe<Array<IIoRestorecommerceFulfillmentProductFulfillmentProduct>>;
|
726
|
-
totalCount?: InputMaybe<Scalars['Int']>;
|
752
|
+
totalCount?: InputMaybe<Scalars['Int']['input']>;
|
727
753
|
mode?: InputMaybe<ModeType>;
|
728
754
|
/** target scope */
|
729
|
-
scope?: InputMaybe<Scalars['String']>;
|
755
|
+
scope?: InputMaybe<Scalars['String']['input']>;
|
730
756
|
};
|
731
757
|
export type IIoRestorecommerceFulfillmentProductFulfillmentProduct = {
|
732
|
-
id?: InputMaybe<Scalars['String']>;
|
733
|
-
name?: InputMaybe<Scalars['String']>;
|
734
|
-
description?: InputMaybe<Scalars['String']>;
|
735
|
-
courierId?: InputMaybe<Scalars['String']>;
|
736
|
-
startZones?: InputMaybe<Array<Scalars['String']>>;
|
737
|
-
destinationZones?: InputMaybe<Array<Scalars['String']>>;
|
738
|
-
taxIds?: InputMaybe<Array<Scalars['String']>>;
|
758
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
759
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
760
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
761
|
+
courierId?: InputMaybe<Scalars['String']['input']>;
|
762
|
+
startZones?: InputMaybe<Array<Scalars['String']['input']>>;
|
763
|
+
destinationZones?: InputMaybe<Array<Scalars['String']['input']>>;
|
764
|
+
taxIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
739
765
|
attributes?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
740
766
|
variants?: InputMaybe<Array<IIoRestorecommerceFulfillmentProductVariant>>;
|
741
767
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
742
768
|
};
|
743
769
|
export type IIoRestorecommerceFulfillmentProductVariant = {
|
744
|
-
id?: InputMaybe<Scalars['String']>;
|
745
|
-
name?: InputMaybe<Scalars['String']>;
|
746
|
-
description?: InputMaybe<Scalars['String']>;
|
747
|
-
price?: InputMaybe<Scalars['Float']>;
|
770
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
771
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
772
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
773
|
+
price?: InputMaybe<Scalars['Float']['input']>;
|
748
774
|
maxSize?: InputMaybe<IIoRestorecommerceGeometryBoundingBox3D>;
|
749
|
-
maxWeight?: InputMaybe<Scalars['Float']>;
|
775
|
+
maxWeight?: InputMaybe<Scalars['Float']['input']>;
|
750
776
|
};
|
751
777
|
export type Subscription = {
|
752
778
|
__typename?: 'Subscription';
|
@@ -773,7 +799,7 @@ export type SubscriptionFulfillmentFulfillment_ProductsArgs = {
|
|
773
799
|
};
|
774
800
|
export type SubscriptionOutput = {
|
775
801
|
__typename?: 'SubscriptionOutput';
|
776
|
-
id?: Maybe<Scalars['String']>;
|
802
|
+
id?: Maybe<Scalars['String']['output']>;
|
777
803
|
};
|
778
804
|
export declare enum SubscriptionAction {
|
779
805
|
Created = "CREATED",
|
@@ -817,23 +843,23 @@ export type ResolversTypes = ResolversObject<{
|
|
817
843
|
IoRestorecommerceFulfillmentFulfillmentListResponse: ResolverTypeWrapper<IoRestorecommerceFulfillmentFulfillmentListResponse>;
|
818
844
|
IoRestorecommerceFulfillmentFulfillmentResponse: ResolverTypeWrapper<IoRestorecommerceFulfillmentFulfillmentResponse>;
|
819
845
|
IoRestorecommerceFulfillmentFulfillment: ResolverTypeWrapper<IoRestorecommerceFulfillmentFulfillment>;
|
820
|
-
String: ResolverTypeWrapper<Scalars['String']>;
|
846
|
+
String: ResolverTypeWrapper<Scalars['String']['output']>;
|
821
847
|
IoRestorecommerceFulfillmentPackaging: ResolverTypeWrapper<IoRestorecommerceFulfillmentPackaging>;
|
822
848
|
IoRestorecommerceFulfillmentParcel: ResolverTypeWrapper<IoRestorecommerceFulfillmentParcel>;
|
823
849
|
IoRestorecommerceFulfillmentProductFulfillmentProduct: ResolverTypeWrapper<IoRestorecommerceFulfillmentProductFulfillmentProduct>;
|
824
850
|
IoRestorecommerceFulfillmentCourierFulfillmentCourier: ResolverTypeWrapper<IoRestorecommerceFulfillmentCourierFulfillmentCourier>;
|
825
851
|
GoogleProtobufAny: ResolverTypeWrapper<GoogleProtobufAny>;
|
826
|
-
GoogleProtobufAnyValue: ResolverTypeWrapper<Scalars['GoogleProtobufAnyValue']>;
|
852
|
+
GoogleProtobufAnyValue: ResolverTypeWrapper<Scalars['GoogleProtobufAnyValue']['output']>;
|
827
853
|
IoRestorecommerceMetaMeta: ResolverTypeWrapper<IoRestorecommerceMetaMeta>;
|
828
|
-
Float: ResolverTypeWrapper<Scalars['Float']>;
|
854
|
+
Float: ResolverTypeWrapper<Scalars['Float']['output']>;
|
829
855
|
IoRestorecommerceAttributeAttribute: ResolverTypeWrapper<IoRestorecommerceAttributeAttribute>;
|
830
856
|
IoRestorecommerceAttributeAttributeObj: ResolverTypeWrapper<IoRestorecommerceAttributeAttributeObj>;
|
831
857
|
IoRestorecommerceFulfillmentProductVariant: ResolverTypeWrapper<IoRestorecommerceFulfillmentProductVariant>;
|
832
858
|
IoRestorecommerceGeometryBoundingBox3D: ResolverTypeWrapper<IoRestorecommerceGeometryBoundingBox3D>;
|
833
859
|
IoRestorecommerceFulfillmentFulfillmentItem: ResolverTypeWrapper<IoRestorecommerceFulfillmentFulfillmentItem>;
|
834
|
-
Int: ResolverTypeWrapper<Scalars['Int']>;
|
860
|
+
Int: ResolverTypeWrapper<Scalars['Int']['output']>;
|
835
861
|
IoRestorecommerceProductPackage: ResolverTypeWrapper<IoRestorecommerceProductPackage>;
|
836
|
-
Boolean: ResolverTypeWrapper<Scalars['Boolean']>;
|
862
|
+
Boolean: ResolverTypeWrapper<Scalars['Boolean']['output']>;
|
837
863
|
IoRestorecommerceTaxVAT: ResolverTypeWrapper<IoRestorecommerceTaxVat>;
|
838
864
|
IoRestorecommerceAddressShippingAddress: ResolverTypeWrapper<IoRestorecommerceAddressShippingAddress>;
|
839
865
|
IoRestorecommerceAddressAddress: ResolverTypeWrapper<IoRestorecommerceAddressAddress>;
|
@@ -933,23 +959,23 @@ export type ResolversParentTypes = ResolversObject<{
|
|
933
959
|
IoRestorecommerceFulfillmentFulfillmentListResponse: IoRestorecommerceFulfillmentFulfillmentListResponse;
|
934
960
|
IoRestorecommerceFulfillmentFulfillmentResponse: IoRestorecommerceFulfillmentFulfillmentResponse;
|
935
961
|
IoRestorecommerceFulfillmentFulfillment: IoRestorecommerceFulfillmentFulfillment;
|
936
|
-
String: Scalars['String'];
|
962
|
+
String: Scalars['String']['output'];
|
937
963
|
IoRestorecommerceFulfillmentPackaging: IoRestorecommerceFulfillmentPackaging;
|
938
964
|
IoRestorecommerceFulfillmentParcel: IoRestorecommerceFulfillmentParcel;
|
939
965
|
IoRestorecommerceFulfillmentProductFulfillmentProduct: IoRestorecommerceFulfillmentProductFulfillmentProduct;
|
940
966
|
IoRestorecommerceFulfillmentCourierFulfillmentCourier: IoRestorecommerceFulfillmentCourierFulfillmentCourier;
|
941
967
|
GoogleProtobufAny: GoogleProtobufAny;
|
942
|
-
GoogleProtobufAnyValue: Scalars['GoogleProtobufAnyValue'];
|
968
|
+
GoogleProtobufAnyValue: Scalars['GoogleProtobufAnyValue']['output'];
|
943
969
|
IoRestorecommerceMetaMeta: IoRestorecommerceMetaMeta;
|
944
|
-
Float: Scalars['Float'];
|
970
|
+
Float: Scalars['Float']['output'];
|
945
971
|
IoRestorecommerceAttributeAttribute: IoRestorecommerceAttributeAttribute;
|
946
972
|
IoRestorecommerceAttributeAttributeObj: IoRestorecommerceAttributeAttributeObj;
|
947
973
|
IoRestorecommerceFulfillmentProductVariant: IoRestorecommerceFulfillmentProductVariant;
|
948
974
|
IoRestorecommerceGeometryBoundingBox3D: IoRestorecommerceGeometryBoundingBox3D;
|
949
975
|
IoRestorecommerceFulfillmentFulfillmentItem: IoRestorecommerceFulfillmentFulfillmentItem;
|
950
|
-
Int: Scalars['Int'];
|
976
|
+
Int: Scalars['Int']['output'];
|
951
977
|
IoRestorecommerceProductPackage: IoRestorecommerceProductPackage;
|
952
|
-
Boolean: Scalars['Boolean'];
|
978
|
+
Boolean: Scalars['Boolean']['output'];
|
953
979
|
IoRestorecommerceTaxVAT: IoRestorecommerceTaxVat;
|
954
980
|
IoRestorecommerceAddressShippingAddress: IoRestorecommerceAddressShippingAddress;
|
955
981
|
IoRestorecommerceAddressAddress: IoRestorecommerceAddressAddress;
|