@restorecommerce/facade 1.2.0 → 1.3.1

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.
Files changed (254) hide show
  1. package/.eslintignore +3 -0
  2. package/.eslintrc.cjs +13 -0
  3. package/CHANGELOG.md +22 -0
  4. package/codegen/index.d.ts +1 -1
  5. package/codegen/index.js +18 -44
  6. package/debug-run.ts +7 -6
  7. package/dist/gql/index.d.ts +1 -1
  8. package/dist/gql/index.js +1 -17
  9. package/dist/gql/protos/federation.d.ts +3 -3
  10. package/dist/gql/protos/federation.js +16 -24
  11. package/dist/gql/protos/graphql.d.ts +4 -4
  12. package/dist/gql/protos/graphql.js +64 -42
  13. package/dist/gql/protos/index.d.ts +6 -6
  14. package/dist/gql/protos/index.js +6 -22
  15. package/dist/gql/protos/registry.d.ts +6 -6
  16. package/dist/gql/protos/registry.js +157 -176
  17. package/dist/gql/protos/resolvers.d.ts +3 -3
  18. package/dist/gql/protos/resolvers.js +78 -104
  19. package/dist/gql/protos/schema.d.ts +4 -4
  20. package/dist/gql/protos/schema.js +40 -53
  21. package/dist/gql/protos/types.d.ts +3 -3
  22. package/dist/gql/protos/types.js +1 -4
  23. package/dist/gql/protos/utils.d.ts +3 -3
  24. package/dist/gql/protos/utils.js +23 -62
  25. package/dist/gql/types/AccessControlTypes.js +13 -16
  26. package/dist/gql/types/DateType.js +4 -7
  27. package/dist/gql/types/FilterType.js +7 -10
  28. package/dist/gql/types/MetaType.js +8 -11
  29. package/dist/gql/types/ScopeType.js +4 -7
  30. package/dist/gql/types/SortType.js +5 -8
  31. package/dist/gql/types/StatusType.js +4 -7
  32. package/dist/gql/types/index.d.ts +7 -7
  33. package/dist/gql/types/index.js +7 -23
  34. package/dist/index.d.ts +14 -14
  35. package/dist/index.js +195 -207
  36. package/dist/interfaces.d.ts +8 -8
  37. package/dist/interfaces.js +1 -2
  38. package/dist/middlewares/index.d.ts +1 -1
  39. package/dist/middlewares/index.js +1 -17
  40. package/dist/middlewares/req-res-logger/index.d.ts +2 -2
  41. package/dist/middlewares/req-res-logger/index.js +33 -31
  42. package/dist/modules/access-control/gql/federation.d.ts +1 -1
  43. package/dist/modules/access-control/gql/federation.js +10 -17
  44. package/dist/modules/access-control/gql/schema.d.ts +1 -1
  45. package/dist/modules/access-control/gql/schema.generated.d.ts +136 -110
  46. package/dist/modules/access-control/gql/schema.generated.js +22 -25
  47. package/dist/modules/access-control/gql/schema.js +5 -9
  48. package/dist/modules/access-control/gql/types.d.ts +2 -2
  49. package/dist/modules/access-control/gql/types.js +13 -17
  50. package/dist/modules/access-control/grpc/index.d.ts +5 -5
  51. package/dist/modules/access-control/grpc/index.js +10 -14
  52. package/dist/modules/access-control/index.d.ts +2 -2
  53. package/dist/modules/access-control/index.js +20 -17
  54. package/dist/modules/access-control/interfaces.d.ts +3 -3
  55. package/dist/modules/access-control/interfaces.js +1 -4
  56. package/dist/modules/catalog/gql/federation.d.ts +1 -1
  57. package/dist/modules/catalog/gql/federation.js +10 -17
  58. package/dist/modules/catalog/gql/schema.d.ts +1 -1
  59. package/dist/modules/catalog/gql/schema.generated.d.ts +252 -226
  60. package/dist/modules/catalog/gql/schema.generated.js +20 -23
  61. package/dist/modules/catalog/gql/schema.js +5 -9
  62. package/dist/modules/catalog/gql/types.d.ts +2 -2
  63. package/dist/modules/catalog/gql/types.js +15 -19
  64. package/dist/modules/catalog/grpc/index.d.ts +6 -6
  65. package/dist/modules/catalog/grpc/index.js +12 -16
  66. package/dist/modules/catalog/index.d.ts +2 -2
  67. package/dist/modules/catalog/index.js +20 -17
  68. package/dist/modules/catalog/interfaces.d.ts +3 -3
  69. package/dist/modules/catalog/interfaces.js +1 -4
  70. package/dist/modules/facade-status/gql/index.js +8 -14
  71. package/dist/modules/facade-status/gql/resolvers.d.ts +1 -1
  72. package/dist/modules/facade-status/gql/resolvers.js +14 -8
  73. package/dist/modules/facade-status/gql/schema.d.ts +1 -1
  74. package/dist/modules/facade-status/gql/schema.generated.d.ts +34 -11
  75. package/dist/modules/facade-status/gql/schema.generated.js +1 -2
  76. package/dist/modules/facade-status/gql/schema.js +6 -9
  77. package/dist/modules/facade-status/gql/types.js +3 -6
  78. package/dist/modules/facade-status/index.d.ts +1 -1
  79. package/dist/modules/facade-status/index.js +4 -7
  80. package/dist/modules/facade-status/interfaces.d.ts +1 -1
  81. package/dist/modules/facade-status/interfaces.js +1 -2
  82. package/dist/modules/fulfillment/gql/federation.d.ts +1 -1
  83. package/dist/modules/fulfillment/gql/federation.js +10 -17
  84. package/dist/modules/fulfillment/gql/schema.d.ts +1 -1
  85. package/dist/modules/fulfillment/gql/schema.generated.d.ts +249 -223
  86. package/dist/modules/fulfillment/gql/schema.generated.js +20 -23
  87. package/dist/modules/fulfillment/gql/schema.js +5 -9
  88. package/dist/modules/fulfillment/gql/types.d.ts +2 -2
  89. package/dist/modules/fulfillment/gql/types.js +11 -15
  90. package/dist/modules/fulfillment/grpc/index.d.ts +3 -3
  91. package/dist/modules/fulfillment/grpc/index.js +6 -10
  92. package/dist/modules/fulfillment/index.d.ts +2 -2
  93. package/dist/modules/fulfillment/index.js +20 -17
  94. package/dist/modules/fulfillment/interfaces.d.ts +3 -3
  95. package/dist/modules/fulfillment/interfaces.js +1 -4
  96. package/dist/modules/identity/api-key/api-key.d.ts +2 -2
  97. package/dist/modules/identity/api-key/api-key.js +45 -65
  98. package/dist/modules/identity/gql/federation.d.ts +2 -2
  99. package/dist/modules/identity/gql/federation.js +5 -9
  100. package/dist/modules/identity/gql/schema.d.ts +1 -1
  101. package/dist/modules/identity/gql/schema.generated.d.ts +284 -255
  102. package/dist/modules/identity/gql/schema.generated.js +20 -23
  103. package/dist/modules/identity/gql/schema.js +5 -9
  104. package/dist/modules/identity/gql/types.d.ts +2 -2
  105. package/dist/modules/identity/gql/types.js +17 -21
  106. package/dist/modules/identity/grpc/index.d.ts +6 -6
  107. package/dist/modules/identity/grpc/index.js +12 -16
  108. package/dist/modules/identity/index.d.ts +4 -4
  109. package/dist/modules/identity/index.js +24 -21
  110. package/dist/modules/identity/interfaces.d.ts +5 -5
  111. package/dist/modules/identity/interfaces.js +1 -4
  112. package/dist/modules/identity/oauth/oauth.d.ts +4 -4
  113. package/dist/modules/identity/oauth/oauth.js +109 -135
  114. package/dist/modules/identity/oidc/adapter.d.ts +3 -3
  115. package/dist/modules/identity/oidc/adapter.js +111 -92
  116. package/dist/modules/identity/oidc/in-memory-adapter.d.ts +1 -1
  117. package/dist/modules/identity/oidc/in-memory-adapter.js +64 -50
  118. package/dist/modules/identity/oidc/index.d.ts +6 -6
  119. package/dist/modules/identity/oidc/index.js +29 -30
  120. package/dist/modules/identity/oidc/interfaces.d.ts +6 -6
  121. package/dist/modules/identity/oidc/interfaces.js +2 -6
  122. package/dist/modules/identity/oidc/password-grant.d.ts +1 -1
  123. package/dist/modules/identity/oidc/password-grant.js +43 -66
  124. package/dist/modules/identity/oidc/router.d.ts +6 -6
  125. package/dist/modules/identity/oidc/router.js +31 -26
  126. package/dist/modules/identity/oidc/templates.d.ts +1 -1
  127. package/dist/modules/identity/oidc/templates.js +45 -41
  128. package/dist/modules/identity/oidc/user.d.ts +4 -4
  129. package/dist/modules/identity/oidc/user.js +31 -29
  130. package/dist/modules/identity/oidc/utils.d.ts +2 -2
  131. package/dist/modules/identity/oidc/utils.js +6 -13
  132. package/dist/modules/index.d.ts +13 -13
  133. package/dist/modules/index.js +13 -29
  134. package/dist/modules/indexing/gql/federation.d.ts +1 -1
  135. package/dist/modules/indexing/gql/federation.js +10 -17
  136. package/dist/modules/indexing/gql/schema.d.ts +1 -1
  137. package/dist/modules/indexing/gql/schema.generated.d.ts +45 -19
  138. package/dist/modules/indexing/gql/schema.generated.js +2 -5
  139. package/dist/modules/indexing/gql/schema.js +5 -9
  140. package/dist/modules/indexing/gql/types.d.ts +2 -2
  141. package/dist/modules/indexing/gql/types.js +7 -11
  142. package/dist/modules/indexing/grpc/index.d.ts +2 -2
  143. package/dist/modules/indexing/grpc/index.js +4 -8
  144. package/dist/modules/indexing/index.d.ts +2 -2
  145. package/dist/modules/indexing/index.js +20 -17
  146. package/dist/modules/indexing/interfaces.d.ts +3 -3
  147. package/dist/modules/indexing/interfaces.js +1 -4
  148. package/dist/modules/invoicing/gql/federation.d.ts +1 -1
  149. package/dist/modules/invoicing/gql/federation.js +10 -17
  150. package/dist/modules/invoicing/gql/schema.d.ts +1 -1
  151. package/dist/modules/invoicing/gql/schema.generated.d.ts +209 -183
  152. package/dist/modules/invoicing/gql/schema.generated.js +20 -23
  153. package/dist/modules/invoicing/gql/schema.js +5 -9
  154. package/dist/modules/invoicing/gql/types.d.ts +2 -2
  155. package/dist/modules/invoicing/gql/types.js +7 -11
  156. package/dist/modules/invoicing/grpc/index.d.ts +2 -2
  157. package/dist/modules/invoicing/grpc/index.js +4 -8
  158. package/dist/modules/invoicing/index.d.ts +2 -2
  159. package/dist/modules/invoicing/index.js +20 -17
  160. package/dist/modules/invoicing/interfaces.d.ts +3 -3
  161. package/dist/modules/invoicing/interfaces.js +1 -4
  162. package/dist/modules/notification/gql/federation.d.ts +1 -1
  163. package/dist/modules/notification/gql/federation.js +10 -17
  164. package/dist/modules/notification/gql/schema.d.ts +1 -1
  165. package/dist/modules/notification/gql/schema.generated.d.ts +100 -74
  166. package/dist/modules/notification/gql/schema.generated.js +18 -21
  167. package/dist/modules/notification/gql/schema.js +5 -9
  168. package/dist/modules/notification/gql/types.d.ts +2 -2
  169. package/dist/modules/notification/gql/types.js +7 -11
  170. package/dist/modules/notification/grpc/index.d.ts +2 -2
  171. package/dist/modules/notification/grpc/index.js +4 -8
  172. package/dist/modules/notification/index.d.ts +2 -2
  173. package/dist/modules/notification/index.js +20 -17
  174. package/dist/modules/notification/interfaces.d.ts +3 -3
  175. package/dist/modules/notification/interfaces.js +1 -4
  176. package/dist/modules/ordering/gql/federation.d.ts +1 -1
  177. package/dist/modules/ordering/gql/federation.js +10 -17
  178. package/dist/modules/ordering/gql/schema.d.ts +1 -1
  179. package/dist/modules/ordering/gql/schema.generated.d.ts +221 -195
  180. package/dist/modules/ordering/gql/schema.generated.js +22 -25
  181. package/dist/modules/ordering/gql/schema.js +5 -9
  182. package/dist/modules/ordering/gql/types.d.ts +2 -2
  183. package/dist/modules/ordering/gql/types.js +7 -11
  184. package/dist/modules/ordering/grpc/index.d.ts +2 -2
  185. package/dist/modules/ordering/grpc/index.js +4 -8
  186. package/dist/modules/ordering/index.d.ts +2 -2
  187. package/dist/modules/ordering/index.js +20 -17
  188. package/dist/modules/ordering/interfaces.d.ts +3 -3
  189. package/dist/modules/ordering/interfaces.js +1 -4
  190. package/dist/modules/ostorage/gql/federation.d.ts +1 -1
  191. package/dist/modules/ostorage/gql/federation.js +10 -17
  192. package/dist/modules/ostorage/gql/schema.d.ts +1 -1
  193. package/dist/modules/ostorage/gql/schema.generated.d.ts +126 -94
  194. package/dist/modules/ostorage/gql/schema.generated.js +8 -11
  195. package/dist/modules/ostorage/gql/schema.js +5 -9
  196. package/dist/modules/ostorage/gql/types.d.ts +2 -2
  197. package/dist/modules/ostorage/gql/types.js +7 -11
  198. package/dist/modules/ostorage/grpc/index.d.ts +2 -2
  199. package/dist/modules/ostorage/grpc/index.js +4 -8
  200. package/dist/modules/ostorage/index.d.ts +2 -2
  201. package/dist/modules/ostorage/index.js +20 -17
  202. package/dist/modules/ostorage/interfaces.d.ts +3 -3
  203. package/dist/modules/ostorage/interfaces.js +1 -4
  204. package/dist/modules/payment/gql/federation.d.ts +1 -1
  205. package/dist/modules/payment/gql/federation.js +10 -17
  206. package/dist/modules/payment/gql/schema.d.ts +1 -1
  207. package/dist/modules/payment/gql/schema.generated.d.ts +67 -44
  208. package/dist/modules/payment/gql/schema.generated.js +4 -7
  209. package/dist/modules/payment/gql/schema.js +5 -9
  210. package/dist/modules/payment/gql/types.d.ts +2 -2
  211. package/dist/modules/payment/gql/types.js +7 -11
  212. package/dist/modules/payment/grpc/index.d.ts +2 -2
  213. package/dist/modules/payment/grpc/index.js +4 -8
  214. package/dist/modules/payment/index.d.ts +2 -2
  215. package/dist/modules/payment/index.js +20 -17
  216. package/dist/modules/payment/interfaces.d.ts +3 -3
  217. package/dist/modules/payment/interfaces.js +1 -4
  218. package/dist/modules/resource/gql/federation.d.ts +1 -1
  219. package/dist/modules/resource/gql/federation.js +10 -17
  220. package/dist/modules/resource/gql/schema.d.ts +1 -1
  221. package/dist/modules/resource/gql/schema.generated.d.ts +348 -322
  222. package/dist/modules/resource/gql/schema.generated.js +28 -31
  223. package/dist/modules/resource/gql/schema.js +5 -9
  224. package/dist/modules/resource/gql/types.d.ts +2 -2
  225. package/dist/modules/resource/gql/types.js +31 -35
  226. package/dist/modules/resource/grpc/index.d.ts +13 -13
  227. package/dist/modules/resource/grpc/index.js +28 -32
  228. package/dist/modules/resource/index.d.ts +2 -2
  229. package/dist/modules/resource/index.js +20 -17
  230. package/dist/modules/resource/interfaces.d.ts +3 -3
  231. package/dist/modules/resource/interfaces.js +1 -4
  232. package/dist/modules/scheduling/gql/federation.d.ts +1 -1
  233. package/dist/modules/scheduling/gql/federation.js +10 -17
  234. package/dist/modules/scheduling/gql/schema.d.ts +1 -1
  235. package/dist/modules/scheduling/gql/schema.generated.d.ts +109 -83
  236. package/dist/modules/scheduling/gql/schema.generated.js +10 -13
  237. package/dist/modules/scheduling/gql/schema.js +5 -9
  238. package/dist/modules/scheduling/gql/types.d.ts +2 -2
  239. package/dist/modules/scheduling/gql/types.js +7 -11
  240. package/dist/modules/scheduling/grpc/index.d.ts +2 -2
  241. package/dist/modules/scheduling/grpc/index.js +4 -8
  242. package/dist/modules/scheduling/index.d.ts +2 -2
  243. package/dist/modules/scheduling/index.js +20 -17
  244. package/dist/modules/scheduling/interfaces.d.ts +3 -3
  245. package/dist/modules/scheduling/interfaces.js +1 -4
  246. package/dist/utils.d.ts +3 -3
  247. package/dist/utils.js +4 -9
  248. package/generate.ts +42 -42
  249. package/jest.config.cjs +23 -0
  250. package/package.json +18 -13
  251. package/tsconfig-base.json +8 -0
  252. package/tsconfig.debug.json +5 -1
  253. package/tsconfig.test.json +17 -2
  254. package/jest.config.js +0 -14
@@ -1,5 +1,5 @@
1
1
  import { GraphQLResolveInfo, GraphQLScalarType, GraphQLScalarTypeConfig } from 'graphql';
2
- import { ResourceContext } from '../interfaces';
2
+ import { ResourceContext } 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: string;
22
- String: string;
23
- Boolean: boolean;
24
- Int: number;
25
- Float: number;
26
- GoogleProtobufAnyValue: any;
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';
@@ -59,7 +85,7 @@ export type ProtoIoRestorecommerceAddressAddressListResponse = {
59
85
  export type IoRestorecommerceAddressAddressListResponse = {
60
86
  __typename?: 'IoRestorecommerceAddressAddressListResponse';
61
87
  items?: Maybe<Array<IoRestorecommerceAddressAddressResponse>>;
62
- totalCount?: Maybe<Scalars['Int']>;
88
+ totalCount?: Maybe<Scalars['Int']['output']>;
63
89
  operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
64
90
  };
65
91
  export type IoRestorecommerceAddressAddressResponse = {
@@ -69,17 +95,17 @@ export type IoRestorecommerceAddressAddressResponse = {
69
95
  };
70
96
  export type IoRestorecommerceAddressAddress = {
71
97
  __typename?: 'IoRestorecommerceAddressAddress';
72
- id?: Maybe<Scalars['String']>;
98
+ id?: Maybe<Scalars['String']['output']>;
73
99
  meta?: Maybe<IoRestorecommerceMetaMeta>;
74
- postcode?: Maybe<Scalars['String']>;
75
- countryId?: Maybe<Scalars['String']>;
100
+ postcode?: Maybe<Scalars['String']['output']>;
101
+ countryId?: Maybe<Scalars['String']['output']>;
76
102
  country?: Maybe<IoRestorecommerceCountryCountry>;
77
- locality?: Maybe<Scalars['String']>;
78
- street?: Maybe<Scalars['String']>;
79
- region?: Maybe<Scalars['String']>;
103
+ locality?: Maybe<Scalars['String']['output']>;
104
+ street?: Maybe<Scalars['String']['output']>;
105
+ region?: Maybe<Scalars['String']['output']>;
80
106
  geoCoordinates?: Maybe<IoRestorecommerceAddressGeoPoint>;
81
- altitude?: Maybe<Scalars['Float']>;
82
- buildingNumber?: Maybe<Scalars['String']>;
107
+ altitude?: Maybe<Scalars['Float']['output']>;
108
+ buildingNumber?: Maybe<Scalars['String']['output']>;
83
109
  addressAddition?: Maybe<IoRestorecommerceAddressAddressAddition>;
84
110
  businessAddress?: Maybe<IoRestorecommerceAddressBusinessAddress>;
85
111
  residentialAddress?: Maybe<IoRestorecommerceAddressResidentialAddress>;
@@ -87,16 +113,16 @@ export type IoRestorecommerceAddressAddress = {
87
113
  };
88
114
  export type IoRestorecommerceMetaMeta = {
89
115
  __typename?: 'IoRestorecommerceMetaMeta';
90
- created?: Maybe<Scalars['Float']>;
91
- modified?: Maybe<Scalars['Float']>;
92
- modifiedBy?: Maybe<Scalars['String']>;
116
+ created?: Maybe<Scalars['Float']['output']>;
117
+ modified?: Maybe<Scalars['Float']['output']>;
118
+ modifiedBy?: Maybe<Scalars['String']['output']>;
93
119
  owners?: Maybe<Array<IoRestorecommerceAttributeAttribute>>;
94
120
  acls?: Maybe<Array<IoRestorecommerceAttributeAttributeObj>>;
95
121
  };
96
122
  export type IoRestorecommerceAttributeAttribute = {
97
123
  __typename?: 'IoRestorecommerceAttributeAttribute';
98
- id?: Maybe<Scalars['String']>;
99
- value?: Maybe<Scalars['String']>;
124
+ id?: Maybe<Scalars['String']['output']>;
125
+ value?: Maybe<Scalars['String']['output']>;
100
126
  attributes?: Maybe<Array<IoRestorecommerceAttributeAttribute>>;
101
127
  };
102
128
  export type IoRestorecommerceAttributeAttributeObj = {
@@ -105,66 +131,66 @@ export type IoRestorecommerceAttributeAttributeObj = {
105
131
  };
106
132
  export type IoRestorecommerceCountryCountry = {
107
133
  __typename?: 'IoRestorecommerceCountryCountry';
108
- id?: Maybe<Scalars['String']>;
134
+ id?: Maybe<Scalars['String']['output']>;
109
135
  meta?: Maybe<IoRestorecommerceMetaMeta>;
110
- name?: Maybe<Scalars['String']>;
111
- countryCode?: Maybe<Scalars['String']>;
112
- geographicalName?: Maybe<Scalars['String']>;
113
- economicAreas?: Maybe<Array<Scalars['String']>>;
136
+ name?: Maybe<Scalars['String']['output']>;
137
+ countryCode?: Maybe<Scalars['String']['output']>;
138
+ geographicalName?: Maybe<Scalars['String']['output']>;
139
+ economicAreas?: Maybe<Array<Scalars['String']['output']>>;
114
140
  };
115
141
  export type IoRestorecommerceAddressGeoPoint = {
116
142
  __typename?: 'IoRestorecommerceAddressGeoPoint';
117
- latitude?: Maybe<Scalars['Float']>;
118
- longitude?: Maybe<Scalars['Float']>;
143
+ latitude?: Maybe<Scalars['Float']['output']>;
144
+ longitude?: Maybe<Scalars['Float']['output']>;
119
145
  };
120
146
  export type IoRestorecommerceAddressAddressAddition = {
121
147
  __typename?: 'IoRestorecommerceAddressAddressAddition';
122
- field1?: Maybe<Scalars['String']>;
123
- field2?: Maybe<Scalars['String']>;
148
+ field1?: Maybe<Scalars['String']['output']>;
149
+ field2?: Maybe<Scalars['String']['output']>;
124
150
  };
125
151
  export type IoRestorecommerceAddressBusinessAddress = {
126
152
  __typename?: 'IoRestorecommerceAddressBusinessAddress';
127
- name?: Maybe<Scalars['String']>;
153
+ name?: Maybe<Scalars['String']['output']>;
128
154
  };
129
155
  export type IoRestorecommerceAddressResidentialAddress = {
130
156
  __typename?: 'IoRestorecommerceAddressResidentialAddress';
131
- title?: Maybe<Scalars['String']>;
132
- givenName?: Maybe<Scalars['String']>;
133
- midName?: Maybe<Scalars['String']>;
134
- familyName?: Maybe<Scalars['String']>;
157
+ title?: Maybe<Scalars['String']['output']>;
158
+ givenName?: Maybe<Scalars['String']['output']>;
159
+ midName?: Maybe<Scalars['String']['output']>;
160
+ familyName?: Maybe<Scalars['String']['output']>;
135
161
  };
136
162
  export type IoRestorecommerceAddressPackStation = {
137
163
  __typename?: 'IoRestorecommerceAddressPackStation';
138
- provider?: Maybe<Scalars['String']>;
139
- stationNumber?: Maybe<Scalars['String']>;
140
- postNumber?: Maybe<Scalars['String']>;
164
+ provider?: Maybe<Scalars['String']['output']>;
165
+ stationNumber?: Maybe<Scalars['String']['output']>;
166
+ postNumber?: Maybe<Scalars['String']['output']>;
141
167
  };
142
168
  export type IoRestorecommerceStatusStatus = {
143
169
  __typename?: 'IoRestorecommerceStatusStatus';
144
- id?: Maybe<Scalars['String']>;
145
- code?: Maybe<Scalars['Int']>;
146
- message?: Maybe<Scalars['String']>;
170
+ id?: Maybe<Scalars['String']['output']>;
171
+ code?: Maybe<Scalars['Int']['output']>;
172
+ message?: Maybe<Scalars['String']['output']>;
147
173
  };
148
174
  export type IoRestorecommerceStatusOperationStatus = {
149
175
  __typename?: 'IoRestorecommerceStatusOperationStatus';
150
- code?: Maybe<Scalars['Int']>;
151
- message?: Maybe<Scalars['String']>;
176
+ code?: Maybe<Scalars['Int']['output']>;
177
+ message?: Maybe<Scalars['String']['output']>;
152
178
  };
153
179
  export type IIoRestorecommerceResourcebaseReadRequest = {
154
- offset?: InputMaybe<Scalars['Int']>;
155
- limit?: InputMaybe<Scalars['Int']>;
180
+ offset?: InputMaybe<Scalars['Int']['input']>;
181
+ limit?: InputMaybe<Scalars['Int']['input']>;
156
182
  sorts?: InputMaybe<Array<IIoRestorecommerceResourcebaseSort>>;
157
183
  filters?: InputMaybe<Array<IIoRestorecommerceResourcebaseFilterOp>>;
158
184
  fields?: InputMaybe<Array<IIoRestorecommerceResourcebaseFieldFilter>>;
159
- localesLimiter?: InputMaybe<Array<Scalars['String']>>;
160
- customQueries?: InputMaybe<Array<Scalars['String']>>;
185
+ localesLimiter?: InputMaybe<Array<Scalars['String']['input']>>;
186
+ customQueries?: InputMaybe<Array<Scalars['String']['input']>>;
161
187
  customArguments?: InputMaybe<IGoogleProtobufAny>;
162
188
  search?: InputMaybe<IIoRestorecommerceResourcebaseSearch>;
163
189
  /** target scope */
164
- scope?: InputMaybe<Scalars['String']>;
190
+ scope?: InputMaybe<Scalars['String']['input']>;
165
191
  };
166
192
  export type IIoRestorecommerceResourcebaseSort = {
167
- field?: InputMaybe<Scalars['String']>;
193
+ field?: InputMaybe<Scalars['String']['input']>;
168
194
  order?: InputMaybe<IoRestorecommerceResourcebaseSortSortOrder>;
169
195
  };
170
196
  export declare enum IoRestorecommerceResourcebaseSortSortOrder {
@@ -177,9 +203,9 @@ export type IIoRestorecommerceResourcebaseFilterOp = {
177
203
  operator?: InputMaybe<IoRestorecommerceResourcebaseFilterOpOperator>;
178
204
  };
179
205
  export type IIoRestorecommerceResourcebaseFilter = {
180
- field?: InputMaybe<Scalars['String']>;
206
+ field?: InputMaybe<Scalars['String']['input']>;
181
207
  operation?: InputMaybe<IoRestorecommerceResourcebaseFilterOperation>;
182
- value?: InputMaybe<Scalars['String']>;
208
+ value?: InputMaybe<Scalars['String']['input']>;
183
209
  type?: InputMaybe<IoRestorecommerceResourcebaseFilterValueType>;
184
210
  filters?: InputMaybe<Array<IIoRestorecommerceFilterFilterOp>>;
185
211
  };
@@ -206,9 +232,9 @@ export type IIoRestorecommerceFilterFilterOp = {
206
232
  operator?: InputMaybe<IoRestorecommerceFilterFilterOpOperator>;
207
233
  };
208
234
  export type IIoRestorecommerceFilterFilter = {
209
- field?: InputMaybe<Scalars['String']>;
235
+ field?: InputMaybe<Scalars['String']['input']>;
210
236
  operation?: InputMaybe<IoRestorecommerceFilterFilterOperation>;
211
- value?: InputMaybe<Scalars['String']>;
237
+ value?: InputMaybe<Scalars['String']['input']>;
212
238
  type?: InputMaybe<IoRestorecommerceFilterFilterValueType>;
213
239
  filters?: InputMaybe<Array<IIoRestorecommerceFilterFilterOp>>;
214
240
  };
@@ -239,17 +265,17 @@ export declare enum IoRestorecommerceResourcebaseFilterOpOperator {
239
265
  Or = 1
240
266
  }
241
267
  export type IIoRestorecommerceResourcebaseFieldFilter = {
242
- name?: InputMaybe<Scalars['String']>;
243
- include?: InputMaybe<Scalars['Boolean']>;
268
+ name?: InputMaybe<Scalars['String']['input']>;
269
+ include?: InputMaybe<Scalars['Boolean']['input']>;
244
270
  };
245
271
  export type IGoogleProtobufAny = {
246
- typeUrl?: InputMaybe<Scalars['String']>;
247
- value?: InputMaybe<Scalars['GoogleProtobufAnyValue']>;
272
+ typeUrl?: InputMaybe<Scalars['String']['input']>;
273
+ value?: InputMaybe<Scalars['GoogleProtobufAnyValue']['input']>;
248
274
  };
249
275
  export type IIoRestorecommerceResourcebaseSearch = {
250
- search?: InputMaybe<Scalars['String']>;
251
- fields?: InputMaybe<Array<Scalars['String']>>;
252
- caseSensitive?: InputMaybe<Scalars['Boolean']>;
276
+ search?: InputMaybe<Scalars['String']['input']>;
277
+ fields?: InputMaybe<Array<Scalars['String']['input']>>;
278
+ caseSensitive?: InputMaybe<Scalars['Boolean']['input']>;
253
279
  };
254
280
  export type ResourceCountryQuery = {
255
281
  __typename?: 'ResourceCountryQuery';
@@ -265,7 +291,7 @@ export type ProtoIoRestorecommerceCountryCountryListResponse = {
265
291
  export type IoRestorecommerceCountryCountryListResponse = {
266
292
  __typename?: 'IoRestorecommerceCountryCountryListResponse';
267
293
  items?: Maybe<Array<IoRestorecommerceCountryCountryResponse>>;
268
- totalCount?: Maybe<Scalars['Int']>;
294
+ totalCount?: Maybe<Scalars['Int']['output']>;
269
295
  operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
270
296
  };
271
297
  export type IoRestorecommerceCountryCountryResponse = {
@@ -287,7 +313,7 @@ export type ProtoIoRestorecommerceTimezoneTimezoneListResponse = {
287
313
  export type IoRestorecommerceTimezoneTimezoneListResponse = {
288
314
  __typename?: 'IoRestorecommerceTimezoneTimezoneListResponse';
289
315
  items?: Maybe<Array<IoRestorecommerceTimezoneTimezoneResponse>>;
290
- totalCount?: Maybe<Scalars['Int']>;
316
+ totalCount?: Maybe<Scalars['Int']['output']>;
291
317
  operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
292
318
  };
293
319
  export type IoRestorecommerceTimezoneTimezoneResponse = {
@@ -297,9 +323,9 @@ export type IoRestorecommerceTimezoneTimezoneResponse = {
297
323
  };
298
324
  export type IoRestorecommerceTimezoneTimezone = {
299
325
  __typename?: 'IoRestorecommerceTimezoneTimezone';
300
- id?: Maybe<Scalars['String']>;
326
+ id?: Maybe<Scalars['String']['output']>;
301
327
  meta?: Maybe<IoRestorecommerceMetaMeta>;
302
- description?: Maybe<Scalars['String']>;
328
+ description?: Maybe<Scalars['String']['output']>;
303
329
  };
304
330
  export type ResourceContactPointTypeQuery = {
305
331
  __typename?: 'ResourceContactPointTypeQuery';
@@ -315,7 +341,7 @@ export type ProtoIoRestorecommerceContactPointTypeContactPointTypeListResponse =
315
341
  export type IoRestorecommerceContactPointTypeContactPointTypeListResponse = {
316
342
  __typename?: 'IoRestorecommerceContactPointTypeContactPointTypeListResponse';
317
343
  items?: Maybe<Array<IoRestorecommerceContactPointTypeContactPointTypeResponse>>;
318
- totalCount?: Maybe<Scalars['Int']>;
344
+ totalCount?: Maybe<Scalars['Int']['output']>;
319
345
  operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
320
346
  };
321
347
  export type IoRestorecommerceContactPointTypeContactPointTypeResponse = {
@@ -325,9 +351,9 @@ export type IoRestorecommerceContactPointTypeContactPointTypeResponse = {
325
351
  };
326
352
  export type IoRestorecommerceContactPointTypeContactPointType = {
327
353
  __typename?: 'IoRestorecommerceContactPointTypeContactPointType';
328
- id?: Maybe<Scalars['String']>;
354
+ id?: Maybe<Scalars['String']['output']>;
329
355
  meta?: Maybe<IoRestorecommerceMetaMeta>;
330
- type?: Maybe<Scalars['String']>;
356
+ type?: Maybe<Scalars['String']['output']>;
331
357
  };
332
358
  export type ResourceCustomerQuery = {
333
359
  __typename?: 'ResourceCustomerQuery';
@@ -343,7 +369,7 @@ export type ProtoIoRestorecommerceCustomerCustomerListResponse = {
343
369
  export type IoRestorecommerceCustomerCustomerListResponse = {
344
370
  __typename?: 'IoRestorecommerceCustomerCustomerListResponse';
345
371
  items?: Maybe<Array<IoRestorecommerceCustomerCustomerResponse>>;
346
- totalCount?: Maybe<Scalars['Int']>;
372
+ totalCount?: Maybe<Scalars['Int']['output']>;
347
373
  operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
348
374
  };
349
375
  export type IoRestorecommerceCustomerCustomerResponse = {
@@ -353,7 +379,7 @@ export type IoRestorecommerceCustomerCustomerResponse = {
353
379
  };
354
380
  export type IoRestorecommerceCustomerCustomer = {
355
381
  __typename?: 'IoRestorecommerceCustomerCustomer';
356
- id?: Maybe<Scalars['String']>;
382
+ id?: Maybe<Scalars['String']['output']>;
357
383
  meta?: Maybe<IoRestorecommerceMetaMeta>;
358
384
  individualUser?: Maybe<IoRestorecommerceCustomerIndividualUser>;
359
385
  orgUser?: Maybe<IoRestorecommerceCustomerOrgUser>;
@@ -361,70 +387,70 @@ export type IoRestorecommerceCustomerCustomer = {
361
387
  };
362
388
  export type IoRestorecommerceCustomerIndividualUser = {
363
389
  __typename?: 'IoRestorecommerceCustomerIndividualUser';
364
- userId?: Maybe<Scalars['String']>;
390
+ userId?: Maybe<Scalars['String']['output']>;
365
391
  user?: Maybe<IoRestorecommerceUserUser>;
366
- addressId?: Maybe<Scalars['String']>;
392
+ addressId?: Maybe<Scalars['String']['output']>;
367
393
  address?: Maybe<IoRestorecommerceAddressAddress>;
368
- contactPointIds?: Maybe<Array<Scalars['String']>>;
394
+ contactPointIds?: Maybe<Array<Scalars['String']['output']>>;
369
395
  contactPoints?: Maybe<Array<IoRestorecommerceContactPointContactPoint>>;
370
396
  };
371
397
  export type IoRestorecommerceUserUser = {
372
398
  __typename?: 'IoRestorecommerceUserUser';
373
- id?: Maybe<Scalars['String']>;
399
+ id?: Maybe<Scalars['String']['output']>;
374
400
  meta?: Maybe<IoRestorecommerceMetaMeta>;
375
- name?: Maybe<Scalars['String']>;
376
- firstName?: Maybe<Scalars['String']>;
377
- lastName?: Maybe<Scalars['String']>;
378
- email?: Maybe<Scalars['String']>;
379
- newEmail?: Maybe<Scalars['String']>;
380
- active?: Maybe<Scalars['Boolean']>;
381
- activationCode?: Maybe<Scalars['String']>;
382
- password?: Maybe<Scalars['String']>;
383
- passwordHash?: Maybe<Scalars['String']>;
401
+ name?: Maybe<Scalars['String']['output']>;
402
+ firstName?: Maybe<Scalars['String']['output']>;
403
+ lastName?: Maybe<Scalars['String']['output']>;
404
+ email?: Maybe<Scalars['String']['output']>;
405
+ newEmail?: Maybe<Scalars['String']['output']>;
406
+ active?: Maybe<Scalars['Boolean']['output']>;
407
+ activationCode?: Maybe<Scalars['String']['output']>;
408
+ password?: Maybe<Scalars['String']['output']>;
409
+ passwordHash?: Maybe<Scalars['String']['output']>;
384
410
  roleAssociations?: Maybe<Array<IoRestorecommerceAuthRoleAssociation>>;
385
- timezoneId?: Maybe<Scalars['String']>;
411
+ timezoneId?: Maybe<Scalars['String']['output']>;
386
412
  timezone?: Maybe<IoRestorecommerceTimezoneTimezone>;
387
- localeId?: Maybe<Scalars['String']>;
413
+ localeId?: Maybe<Scalars['String']['output']>;
388
414
  locale?: Maybe<IoRestorecommerceLocaleLocale>;
389
- defaultScope?: Maybe<Scalars['String']>;
390
- unauthenticated?: Maybe<Scalars['Boolean']>;
391
- guest?: Maybe<Scalars['Boolean']>;
415
+ defaultScope?: Maybe<Scalars['String']['output']>;
416
+ unauthenticated?: Maybe<Scalars['Boolean']['output']>;
417
+ guest?: Maybe<Scalars['Boolean']['output']>;
392
418
  image?: Maybe<IoRestorecommerceImageImage>;
393
419
  userType?: Maybe<IoRestorecommerceUserUserType>;
394
- invite?: Maybe<Scalars['Boolean']>;
395
- invitedByUserName?: Maybe<Scalars['String']>;
396
- invitedByUserFirstName?: Maybe<Scalars['String']>;
397
- invitedByUserLastName?: Maybe<Scalars['String']>;
420
+ invite?: Maybe<Scalars['Boolean']['output']>;
421
+ invitedByUserName?: Maybe<Scalars['String']['output']>;
422
+ invitedByUserFirstName?: Maybe<Scalars['String']['output']>;
423
+ invitedByUserLastName?: Maybe<Scalars['String']['output']>;
398
424
  tokens?: Maybe<Array<IoRestorecommerceAuthTokens>>;
399
- lastAccess?: Maybe<Scalars['Float']>;
425
+ lastAccess?: Maybe<Scalars['Float']['output']>;
400
426
  data?: Maybe<GoogleProtobufAny>;
401
427
  };
402
428
  export type IoRestorecommerceAuthRoleAssociation = {
403
429
  __typename?: 'IoRestorecommerceAuthRoleAssociation';
404
- role?: Maybe<Scalars['String']>;
430
+ role?: Maybe<Scalars['String']['output']>;
405
431
  attributes?: Maybe<Array<IoRestorecommerceAttributeAttribute>>;
406
- id?: Maybe<Scalars['String']>;
407
- created?: Maybe<Scalars['Float']>;
432
+ id?: Maybe<Scalars['String']['output']>;
433
+ created?: Maybe<Scalars['Float']['output']>;
408
434
  };
409
435
  export type IoRestorecommerceLocaleLocale = {
410
436
  __typename?: 'IoRestorecommerceLocaleLocale';
411
- id?: Maybe<Scalars['String']>;
437
+ id?: Maybe<Scalars['String']['output']>;
412
438
  meta?: Maybe<IoRestorecommerceMetaMeta>;
413
- value?: Maybe<Scalars['String']>;
414
- description?: Maybe<Scalars['String']>;
439
+ value?: Maybe<Scalars['String']['output']>;
440
+ description?: Maybe<Scalars['String']['output']>;
415
441
  };
416
442
  export type IoRestorecommerceImageImage = {
417
443
  __typename?: 'IoRestorecommerceImageImage';
418
- id?: Maybe<Scalars['String']>;
419
- caption?: Maybe<Scalars['String']>;
420
- filename?: Maybe<Scalars['String']>;
421
- contentType?: Maybe<Scalars['String']>;
422
- url?: Maybe<Scalars['String']>;
423
- width?: Maybe<Scalars['Float']>;
424
- height?: Maybe<Scalars['Float']>;
425
- length?: Maybe<Scalars['Float']>;
426
- tags?: Maybe<Array<Scalars['String']>>;
427
- index?: Maybe<Scalars['Int']>;
444
+ id?: Maybe<Scalars['String']['output']>;
445
+ caption?: Maybe<Scalars['String']['output']>;
446
+ filename?: Maybe<Scalars['String']['output']>;
447
+ contentType?: Maybe<Scalars['String']['output']>;
448
+ url?: Maybe<Scalars['String']['output']>;
449
+ width?: Maybe<Scalars['Float']['output']>;
450
+ height?: Maybe<Scalars['Float']['output']>;
451
+ length?: Maybe<Scalars['Float']['output']>;
452
+ tags?: Maybe<Array<Scalars['String']['output']>>;
453
+ index?: Maybe<Scalars['Int']['output']>;
428
454
  };
429
455
  export declare enum IoRestorecommerceUserUserType {
430
456
  OrgUser = 0,
@@ -434,69 +460,69 @@ export declare enum IoRestorecommerceUserUserType {
434
460
  }
435
461
  export type IoRestorecommerceAuthTokens = {
436
462
  __typename?: 'IoRestorecommerceAuthTokens';
437
- name?: Maybe<Scalars['String']>;
438
- expiresIn?: Maybe<Scalars['Float']>;
439
- token?: Maybe<Scalars['String']>;
440
- scopes?: Maybe<Array<Scalars['String']>>;
441
- type?: Maybe<Scalars['String']>;
442
- interactive?: Maybe<Scalars['Boolean']>;
443
- lastLogin?: Maybe<Scalars['Float']>;
463
+ name?: Maybe<Scalars['String']['output']>;
464
+ expiresIn?: Maybe<Scalars['Float']['output']>;
465
+ token?: Maybe<Scalars['String']['output']>;
466
+ scopes?: Maybe<Array<Scalars['String']['output']>>;
467
+ type?: Maybe<Scalars['String']['output']>;
468
+ interactive?: Maybe<Scalars['Boolean']['output']>;
469
+ lastLogin?: Maybe<Scalars['Float']['output']>;
444
470
  };
445
471
  export type GoogleProtobufAny = {
446
472
  __typename?: 'GoogleProtobufAny';
447
- typeUrl?: Maybe<Scalars['String']>;
448
- value?: Maybe<Scalars['GoogleProtobufAnyValue']>;
473
+ typeUrl?: Maybe<Scalars['String']['output']>;
474
+ value?: Maybe<Scalars['GoogleProtobufAnyValue']['output']>;
449
475
  };
450
476
  export type IoRestorecommerceContactPointContactPoint = {
451
477
  __typename?: 'IoRestorecommerceContactPointContactPoint';
452
- id?: Maybe<Scalars['String']>;
478
+ id?: Maybe<Scalars['String']['output']>;
453
479
  meta?: Maybe<IoRestorecommerceMetaMeta>;
454
- physicalAddressId?: Maybe<Scalars['String']>;
480
+ physicalAddressId?: Maybe<Scalars['String']['output']>;
455
481
  physicalAddress?: Maybe<IoRestorecommerceAddressAddress>;
456
- website?: Maybe<Scalars['String']>;
457
- email?: Maybe<Scalars['String']>;
458
- contactPointTypeId?: Maybe<Scalars['String']>;
482
+ website?: Maybe<Scalars['String']['output']>;
483
+ email?: Maybe<Scalars['String']['output']>;
484
+ contactPointTypeId?: Maybe<Scalars['String']['output']>;
459
485
  contactPointType?: Maybe<IoRestorecommerceContactPointTypeContactPointType>;
460
- telephone?: Maybe<Scalars['String']>;
461
- timezoneId?: Maybe<Scalars['String']>;
486
+ telephone?: Maybe<Scalars['String']['output']>;
487
+ timezoneId?: Maybe<Scalars['String']['output']>;
462
488
  timezone?: Maybe<IoRestorecommerceTimezoneTimezone>;
463
- localeId?: Maybe<Scalars['String']>;
489
+ localeId?: Maybe<Scalars['String']['output']>;
464
490
  locale?: Maybe<IoRestorecommerceLocaleLocale>;
465
491
  };
466
492
  export type IoRestorecommerceCustomerOrgUser = {
467
493
  __typename?: 'IoRestorecommerceCustomerOrgUser';
468
- userId?: Maybe<Scalars['String']>;
494
+ userId?: Maybe<Scalars['String']['output']>;
469
495
  user?: Maybe<IoRestorecommerceUserUser>;
470
- organizationId?: Maybe<Scalars['String']>;
496
+ organizationId?: Maybe<Scalars['String']['output']>;
471
497
  organization?: Maybe<IoRestorecommerceOrganizationOrganization>;
472
498
  };
473
499
  export type IoRestorecommerceOrganizationOrganization = {
474
500
  __typename?: 'IoRestorecommerceOrganizationOrganization';
475
- id?: Maybe<Scalars['String']>;
501
+ id?: Maybe<Scalars['String']['output']>;
476
502
  meta?: Maybe<IoRestorecommerceMetaMeta>;
477
- addressId?: Maybe<Scalars['String']>;
503
+ addressId?: Maybe<Scalars['String']['output']>;
478
504
  address?: Maybe<IoRestorecommerceAddressAddress>;
479
- parentId?: Maybe<Scalars['String']>;
505
+ parentId?: Maybe<Scalars['String']['output']>;
480
506
  parent?: Maybe<IoRestorecommerceOrganizationOrganization>;
481
- contactPointIds?: Maybe<Array<Scalars['String']>>;
507
+ contactPointIds?: Maybe<Array<Scalars['String']['output']>>;
482
508
  contactPoints?: Maybe<Array<IoRestorecommerceContactPointContactPoint>>;
483
- website?: Maybe<Scalars['String']>;
484
- email?: Maybe<Scalars['String']>;
485
- logo?: Maybe<Scalars['String']>;
486
- vatId?: Maybe<Scalars['String']>;
487
- isicV4?: Maybe<Scalars['String']>;
488
- registration?: Maybe<Scalars['String']>;
489
- registrationCourt?: Maybe<Scalars['String']>;
490
- name?: Maybe<Scalars['String']>;
491
- paymentMethodIds?: Maybe<Array<Scalars['String']>>;
509
+ website?: Maybe<Scalars['String']['output']>;
510
+ email?: Maybe<Scalars['String']['output']>;
511
+ logo?: Maybe<Scalars['String']['output']>;
512
+ vatId?: Maybe<Scalars['String']['output']>;
513
+ isicV4?: Maybe<Scalars['String']['output']>;
514
+ registration?: Maybe<Scalars['String']['output']>;
515
+ registrationCourt?: Maybe<Scalars['String']['output']>;
516
+ name?: Maybe<Scalars['String']['output']>;
517
+ paymentMethodIds?: Maybe<Array<Scalars['String']['output']>>;
492
518
  data?: Maybe<GoogleProtobufAny>;
493
519
  };
494
520
  export type IoRestorecommerceCustomerGuest = {
495
521
  __typename?: 'IoRestorecommerceCustomerGuest';
496
- guest?: Maybe<Scalars['Boolean']>;
497
- addressId?: Maybe<Scalars['String']>;
522
+ guest?: Maybe<Scalars['Boolean']['output']>;
523
+ addressId?: Maybe<Scalars['String']['output']>;
498
524
  address?: Maybe<IoRestorecommerceAddressAddress>;
499
- contactPointIds?: Maybe<Array<Scalars['String']>>;
525
+ contactPointIds?: Maybe<Array<Scalars['String']['output']>>;
500
526
  contactPoints?: Maybe<Array<IoRestorecommerceContactPointContactPoint>>;
501
527
  };
502
528
  export type ResourceContactPointQuery = {
@@ -513,7 +539,7 @@ export type ProtoIoRestorecommerceContactPointContactPointListResponse = {
513
539
  export type IoRestorecommerceContactPointContactPointListResponse = {
514
540
  __typename?: 'IoRestorecommerceContactPointContactPointListResponse';
515
541
  items?: Maybe<Array<IoRestorecommerceContactPointContactPointResponse>>;
516
- totalCount?: Maybe<Scalars['Int']>;
542
+ totalCount?: Maybe<Scalars['Int']['output']>;
517
543
  operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
518
544
  };
519
545
  export type IoRestorecommerceContactPointContactPointResponse = {
@@ -535,7 +561,7 @@ export type ProtoIoRestorecommerceLocaleLocaleListResponse = {
535
561
  export type IoRestorecommerceLocaleLocaleListResponse = {
536
562
  __typename?: 'IoRestorecommerceLocaleLocaleListResponse';
537
563
  items?: Maybe<Array<IoRestorecommerceLocaleLocaleResponse>>;
538
- totalCount?: Maybe<Scalars['Int']>;
564
+ totalCount?: Maybe<Scalars['Int']['output']>;
539
565
  operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
540
566
  };
541
567
  export type IoRestorecommerceLocaleLocaleResponse = {
@@ -557,7 +583,7 @@ export type ProtoIoRestorecommerceLocationLocationListResponse = {
557
583
  export type IoRestorecommerceLocationLocationListResponse = {
558
584
  __typename?: 'IoRestorecommerceLocationLocationListResponse';
559
585
  items?: Maybe<Array<IoRestorecommerceLocationLocationResponse>>;
560
- totalCount?: Maybe<Scalars['Int']>;
586
+ totalCount?: Maybe<Scalars['Int']['output']>;
561
587
  operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
562
588
  };
563
589
  export type IoRestorecommerceLocationLocationResponse = {
@@ -567,18 +593,18 @@ export type IoRestorecommerceLocationLocationResponse = {
567
593
  };
568
594
  export type IoRestorecommerceLocationLocation = {
569
595
  __typename?: 'IoRestorecommerceLocationLocation';
570
- id?: Maybe<Scalars['String']>;
596
+ id?: Maybe<Scalars['String']['output']>;
571
597
  meta?: Maybe<IoRestorecommerceMetaMeta>;
572
- name?: Maybe<Scalars['String']>;
573
- description?: Maybe<Scalars['String']>;
574
- organizationId?: Maybe<Scalars['String']>;
598
+ name?: Maybe<Scalars['String']['output']>;
599
+ description?: Maybe<Scalars['String']['output']>;
600
+ organizationId?: Maybe<Scalars['String']['output']>;
575
601
  organization?: Maybe<IoRestorecommerceOrganizationOrganization>;
576
- parentId?: Maybe<Scalars['String']>;
602
+ parentId?: Maybe<Scalars['String']['output']>;
577
603
  parent?: Maybe<IoRestorecommerceLocationLocation>;
578
- addressId?: Maybe<Scalars['String']>;
604
+ addressId?: Maybe<Scalars['String']['output']>;
579
605
  address?: Maybe<IoRestorecommerceAddressAddress>;
580
606
  data?: Maybe<GoogleProtobufAny>;
581
- type?: Maybe<Scalars['String']>;
607
+ type?: Maybe<Scalars['String']['output']>;
582
608
  };
583
609
  export type ResourceOrganizationQuery = {
584
610
  __typename?: 'ResourceOrganizationQuery';
@@ -594,7 +620,7 @@ export type ProtoIoRestorecommerceOrganizationOrganizationListResponse = {
594
620
  export type IoRestorecommerceOrganizationOrganizationListResponse = {
595
621
  __typename?: 'IoRestorecommerceOrganizationOrganizationListResponse';
596
622
  items?: Maybe<Array<IoRestorecommerceOrganizationOrganizationResponse>>;
597
- totalCount?: Maybe<Scalars['Int']>;
623
+ totalCount?: Maybe<Scalars['Int']['output']>;
598
624
  operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
599
625
  };
600
626
  export type IoRestorecommerceOrganizationOrganizationResponse = {
@@ -616,7 +642,7 @@ export type ProtoIoRestorecommerceTaxTypeTaxTypeListResponse = {
616
642
  export type IoRestorecommerceTaxTypeTaxTypeListResponse = {
617
643
  __typename?: 'IoRestorecommerceTaxTypeTaxTypeListResponse';
618
644
  items?: Maybe<Array<IoRestorecommerceTaxTypeTaxTypeResponse>>;
619
- totalCount?: Maybe<Scalars['Int']>;
645
+ totalCount?: Maybe<Scalars['Int']['output']>;
620
646
  operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
621
647
  };
622
648
  export type IoRestorecommerceTaxTypeTaxTypeResponse = {
@@ -626,10 +652,10 @@ export type IoRestorecommerceTaxTypeTaxTypeResponse = {
626
652
  };
627
653
  export type IoRestorecommerceTaxTypeTaxType = {
628
654
  __typename?: 'IoRestorecommerceTaxTypeTaxType';
629
- id?: Maybe<Scalars['String']>;
655
+ id?: Maybe<Scalars['String']['output']>;
630
656
  meta?: Maybe<IoRestorecommerceMetaMeta>;
631
- type?: Maybe<Scalars['String']>;
632
- description?: Maybe<Scalars['String']>;
657
+ type?: Maybe<Scalars['String']['output']>;
658
+ description?: Maybe<Scalars['String']['output']>;
633
659
  behavior?: Maybe<IoRestorecommerceTaxTypeBehavior>;
634
660
  };
635
661
  export declare enum IoRestorecommerceTaxTypeBehavior {
@@ -650,7 +676,7 @@ export type ProtoIoRestorecommerceTaxTaxListResponse = {
650
676
  export type IoRestorecommerceTaxTaxListResponse = {
651
677
  __typename?: 'IoRestorecommerceTaxTaxListResponse';
652
678
  items?: Maybe<Array<IoRestorecommerceTaxTaxResponse>>;
653
- totalCount?: Maybe<Scalars['Int']>;
679
+ totalCount?: Maybe<Scalars['Int']['output']>;
654
680
  operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
655
681
  };
656
682
  export type IoRestorecommerceTaxTaxResponse = {
@@ -660,13 +686,13 @@ export type IoRestorecommerceTaxTaxResponse = {
660
686
  };
661
687
  export type IoRestorecommerceTaxTax = {
662
688
  __typename?: 'IoRestorecommerceTaxTax';
663
- id?: Maybe<Scalars['String']>;
689
+ id?: Maybe<Scalars['String']['output']>;
664
690
  meta?: Maybe<IoRestorecommerceMetaMeta>;
665
- countryId?: Maybe<Scalars['String']>;
691
+ countryId?: Maybe<Scalars['String']['output']>;
666
692
  country?: Maybe<IoRestorecommerceCountryCountry>;
667
- rate?: Maybe<Scalars['Float']>;
668
- variant?: Maybe<Scalars['String']>;
669
- typeId?: Maybe<Scalars['String']>;
693
+ rate?: Maybe<Scalars['Float']['output']>;
694
+ variant?: Maybe<Scalars['String']['output']>;
695
+ typeId?: Maybe<Scalars['String']['output']>;
670
696
  type?: Maybe<IoRestorecommerceTaxTypeTaxType>;
671
697
  };
672
698
  export type ResourceCommandQuery = {
@@ -683,7 +709,7 @@ export type ProtoIoRestorecommerceCommandCommandListResponse = {
683
709
  export type IoRestorecommerceCommandCommandListResponse = {
684
710
  __typename?: 'IoRestorecommerceCommandCommandListResponse';
685
711
  items?: Maybe<Array<IoRestorecommerceCommandCommandResponse>>;
686
- totalCount?: Maybe<Scalars['Int']>;
712
+ totalCount?: Maybe<Scalars['Int']['output']>;
687
713
  operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
688
714
  };
689
715
  export type IoRestorecommerceCommandCommandResponse = {
@@ -693,18 +719,18 @@ export type IoRestorecommerceCommandCommandResponse = {
693
719
  };
694
720
  export type IoRestorecommerceCommandCommand = {
695
721
  __typename?: 'IoRestorecommerceCommandCommand';
696
- id?: Maybe<Scalars['String']>;
722
+ id?: Maybe<Scalars['String']['output']>;
697
723
  meta?: Maybe<IoRestorecommerceMetaMeta>;
698
- name?: Maybe<Scalars['String']>;
724
+ name?: Maybe<Scalars['String']['output']>;
699
725
  parameters?: Maybe<Array<IoRestorecommerceCommandCommandParameter>>;
700
- description?: Maybe<Scalars['String']>;
726
+ description?: Maybe<Scalars['String']['output']>;
701
727
  };
702
728
  export type IoRestorecommerceCommandCommandParameter = {
703
729
  __typename?: 'IoRestorecommerceCommandCommandParameter';
704
- field?: Maybe<Scalars['String']>;
705
- description?: Maybe<Scalars['String']>;
730
+ field?: Maybe<Scalars['String']['output']>;
731
+ description?: Maybe<Scalars['String']['output']>;
706
732
  type?: Maybe<IoRestorecommerceCommandCommandParameterParameterType>;
707
- properties?: Maybe<Scalars['String']>;
733
+ properties?: Maybe<Scalars['String']['output']>;
708
734
  };
709
735
  export declare enum IoRestorecommerceCommandCommandParameterParameterType {
710
736
  BooleanValue = 0,
@@ -727,7 +753,7 @@ export type ProtoIoRestorecommerceCodeCodeListResponse = {
727
753
  export type IoRestorecommerceCodeCodeListResponse = {
728
754
  __typename?: 'IoRestorecommerceCodeCodeListResponse';
729
755
  items?: Maybe<Array<IoRestorecommerceCodeCodeResponse>>;
730
- totalCount?: Maybe<Scalars['Int']>;
756
+ totalCount?: Maybe<Scalars['Int']['output']>;
731
757
  operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
732
758
  };
733
759
  export type IoRestorecommerceCodeCodeResponse = {
@@ -737,19 +763,19 @@ export type IoRestorecommerceCodeCodeResponse = {
737
763
  };
738
764
  export type IoRestorecommerceCodeCode = {
739
765
  __typename?: 'IoRestorecommerceCodeCode';
740
- id?: Maybe<Scalars['String']>;
766
+ id?: Maybe<Scalars['String']['output']>;
741
767
  meta?: Maybe<IoRestorecommerceMetaMeta>;
742
768
  status?: Maybe<IoRestorecommerceCodeStatus>;
743
- commonCode?: Maybe<Scalars['String']>;
744
- name?: Maybe<Scalars['String']>;
745
- description?: Maybe<Scalars['String']>;
746
- levelCategory?: Maybe<Scalars['String']>;
747
- symbol?: Maybe<Scalars['String']>;
748
- conversionFactor?: Maybe<Scalars['String']>;
749
- groupNumber?: Maybe<Scalars['String']>;
769
+ commonCode?: Maybe<Scalars['String']['output']>;
770
+ name?: Maybe<Scalars['String']['output']>;
771
+ description?: Maybe<Scalars['String']['output']>;
772
+ levelCategory?: Maybe<Scalars['String']['output']>;
773
+ symbol?: Maybe<Scalars['String']['output']>;
774
+ conversionFactor?: Maybe<Scalars['String']['output']>;
775
+ groupNumber?: Maybe<Scalars['String']['output']>;
750
776
  sector?: Maybe<IoRestorecommerceCodeSector>;
751
- groupId?: Maybe<Scalars['String']>;
752
- quantity?: Maybe<Scalars['String']>;
777
+ groupId?: Maybe<Scalars['String']['output']>;
778
+ quantity?: Maybe<Scalars['String']['output']>;
753
779
  };
754
780
  export declare enum IoRestorecommerceCodeStatus {
755
781
  Added = 0,
@@ -808,63 +834,63 @@ export type ResourceAddressMutationDeleteArgs = {
808
834
  };
809
835
  export type IIoRestorecommerceAddressAddressList = {
810
836
  items?: InputMaybe<Array<IIoRestorecommerceAddressAddress>>;
811
- totalCount?: InputMaybe<Scalars['Int']>;
837
+ totalCount?: InputMaybe<Scalars['Int']['input']>;
812
838
  mode?: InputMaybe<ModeType>;
813
839
  /** target scope */
814
- scope?: InputMaybe<Scalars['String']>;
840
+ scope?: InputMaybe<Scalars['String']['input']>;
815
841
  };
816
842
  export type IIoRestorecommerceAddressAddress = {
817
- id?: InputMaybe<Scalars['String']>;
843
+ id?: InputMaybe<Scalars['String']['input']>;
818
844
  meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
819
- postcode?: InputMaybe<Scalars['String']>;
820
- countryId?: InputMaybe<Scalars['String']>;
821
- locality?: InputMaybe<Scalars['String']>;
822
- street?: InputMaybe<Scalars['String']>;
823
- region?: InputMaybe<Scalars['String']>;
845
+ postcode?: InputMaybe<Scalars['String']['input']>;
846
+ countryId?: InputMaybe<Scalars['String']['input']>;
847
+ locality?: InputMaybe<Scalars['String']['input']>;
848
+ street?: InputMaybe<Scalars['String']['input']>;
849
+ region?: InputMaybe<Scalars['String']['input']>;
824
850
  geoCoordinates?: InputMaybe<IIoRestorecommerceAddressGeoPoint>;
825
- altitude?: InputMaybe<Scalars['Float']>;
826
- buildingNumber?: InputMaybe<Scalars['String']>;
851
+ altitude?: InputMaybe<Scalars['Float']['input']>;
852
+ buildingNumber?: InputMaybe<Scalars['String']['input']>;
827
853
  addressAddition?: InputMaybe<IIoRestorecommerceAddressAddressAddition>;
828
854
  businessAddress?: InputMaybe<IIoRestorecommerceAddressBusinessAddress>;
829
855
  residentialAddress?: InputMaybe<IIoRestorecommerceAddressResidentialAddress>;
830
856
  packStation?: InputMaybe<IIoRestorecommerceAddressPackStation>;
831
857
  };
832
858
  export type IIoRestorecommerceMetaMeta = {
833
- created?: InputMaybe<Scalars['Float']>;
834
- modified?: InputMaybe<Scalars['Float']>;
835
- modifiedBy?: InputMaybe<Scalars['String']>;
859
+ created?: InputMaybe<Scalars['Float']['input']>;
860
+ modified?: InputMaybe<Scalars['Float']['input']>;
861
+ modifiedBy?: InputMaybe<Scalars['String']['input']>;
836
862
  owners?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
837
863
  acls?: InputMaybe<Array<IIoRestorecommerceAttributeAttributeObj>>;
838
864
  };
839
865
  export type IIoRestorecommerceAttributeAttribute = {
840
- id?: InputMaybe<Scalars['String']>;
841
- value?: InputMaybe<Scalars['String']>;
866
+ id?: InputMaybe<Scalars['String']['input']>;
867
+ value?: InputMaybe<Scalars['String']['input']>;
842
868
  attributes?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
843
869
  };
844
870
  export type IIoRestorecommerceAttributeAttributeObj = {
845
871
  attributes?: InputMaybe<IIoRestorecommerceAttributeAttribute>;
846
872
  };
847
873
  export type IIoRestorecommerceAddressGeoPoint = {
848
- latitude?: InputMaybe<Scalars['Float']>;
849
- longitude?: InputMaybe<Scalars['Float']>;
874
+ latitude?: InputMaybe<Scalars['Float']['input']>;
875
+ longitude?: InputMaybe<Scalars['Float']['input']>;
850
876
  };
851
877
  export type IIoRestorecommerceAddressAddressAddition = {
852
- field1?: InputMaybe<Scalars['String']>;
853
- field2?: InputMaybe<Scalars['String']>;
878
+ field1?: InputMaybe<Scalars['String']['input']>;
879
+ field2?: InputMaybe<Scalars['String']['input']>;
854
880
  };
855
881
  export type IIoRestorecommerceAddressBusinessAddress = {
856
- name?: InputMaybe<Scalars['String']>;
882
+ name?: InputMaybe<Scalars['String']['input']>;
857
883
  };
858
884
  export type IIoRestorecommerceAddressResidentialAddress = {
859
- title?: InputMaybe<Scalars['String']>;
860
- givenName?: InputMaybe<Scalars['String']>;
861
- midName?: InputMaybe<Scalars['String']>;
862
- familyName?: InputMaybe<Scalars['String']>;
885
+ title?: InputMaybe<Scalars['String']['input']>;
886
+ givenName?: InputMaybe<Scalars['String']['input']>;
887
+ midName?: InputMaybe<Scalars['String']['input']>;
888
+ familyName?: InputMaybe<Scalars['String']['input']>;
863
889
  };
864
890
  export type IIoRestorecommerceAddressPackStation = {
865
- provider?: InputMaybe<Scalars['String']>;
866
- stationNumber?: InputMaybe<Scalars['String']>;
867
- postNumber?: InputMaybe<Scalars['String']>;
891
+ provider?: InputMaybe<Scalars['String']['input']>;
892
+ stationNumber?: InputMaybe<Scalars['String']['input']>;
893
+ postNumber?: InputMaybe<Scalars['String']['input']>;
868
894
  };
869
895
  export declare enum ModeType {
870
896
  Create = "CREATE",
@@ -881,12 +907,12 @@ export type IoRestorecommerceResourcebaseDeleteResponse = {
881
907
  operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
882
908
  };
883
909
  export type IIoRestorecommerceResourcebaseDeleteRequest = {
884
- collection?: InputMaybe<Scalars['Boolean']>;
885
- ids?: InputMaybe<Array<Scalars['String']>>;
886
- views?: InputMaybe<Array<Scalars['String']>>;
887
- analyzers?: InputMaybe<Array<Scalars['String']>>;
910
+ collection?: InputMaybe<Scalars['Boolean']['input']>;
911
+ ids?: InputMaybe<Array<Scalars['String']['input']>>;
912
+ views?: InputMaybe<Array<Scalars['String']['input']>>;
913
+ analyzers?: InputMaybe<Array<Scalars['String']['input']>>;
888
914
  /** target scope */
889
- scope?: InputMaybe<Scalars['String']>;
915
+ scope?: InputMaybe<Scalars['String']['input']>;
890
916
  };
891
917
  export type ResourceCountryMutation = {
892
918
  __typename?: 'ResourceCountryMutation';
@@ -901,18 +927,18 @@ export type ResourceCountryMutationDeleteArgs = {
901
927
  };
902
928
  export type IIoRestorecommerceCountryCountryList = {
903
929
  items?: InputMaybe<Array<IIoRestorecommerceCountryCountry>>;
904
- totalCount?: InputMaybe<Scalars['Int']>;
930
+ totalCount?: InputMaybe<Scalars['Int']['input']>;
905
931
  mode?: InputMaybe<ModeType>;
906
932
  /** target scope */
907
- scope?: InputMaybe<Scalars['String']>;
933
+ scope?: InputMaybe<Scalars['String']['input']>;
908
934
  };
909
935
  export type IIoRestorecommerceCountryCountry = {
910
- id?: InputMaybe<Scalars['String']>;
936
+ id?: InputMaybe<Scalars['String']['input']>;
911
937
  meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
912
- name?: InputMaybe<Scalars['String']>;
913
- countryCode?: InputMaybe<Scalars['String']>;
914
- geographicalName?: InputMaybe<Scalars['String']>;
915
- economicAreas?: InputMaybe<Array<Scalars['String']>>;
938
+ name?: InputMaybe<Scalars['String']['input']>;
939
+ countryCode?: InputMaybe<Scalars['String']['input']>;
940
+ geographicalName?: InputMaybe<Scalars['String']['input']>;
941
+ economicAreas?: InputMaybe<Array<Scalars['String']['input']>>;
916
942
  };
917
943
  export type ResourceTimezoneMutation = {
918
944
  __typename?: 'ResourceTimezoneMutation';
@@ -927,15 +953,15 @@ export type ResourceTimezoneMutationDeleteArgs = {
927
953
  };
928
954
  export type IIoRestorecommerceTimezoneTimezoneList = {
929
955
  items?: InputMaybe<Array<IIoRestorecommerceTimezoneTimezone>>;
930
- totalCount?: InputMaybe<Scalars['Int']>;
956
+ totalCount?: InputMaybe<Scalars['Int']['input']>;
931
957
  mode?: InputMaybe<ModeType>;
932
958
  /** target scope */
933
- scope?: InputMaybe<Scalars['String']>;
959
+ scope?: InputMaybe<Scalars['String']['input']>;
934
960
  };
935
961
  export type IIoRestorecommerceTimezoneTimezone = {
936
- id?: InputMaybe<Scalars['String']>;
962
+ id?: InputMaybe<Scalars['String']['input']>;
937
963
  meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
938
- description?: InputMaybe<Scalars['String']>;
964
+ description?: InputMaybe<Scalars['String']['input']>;
939
965
  };
940
966
  export type ResourceContactPointTypeMutation = {
941
967
  __typename?: 'ResourceContactPointTypeMutation';
@@ -950,15 +976,15 @@ export type ResourceContactPointTypeMutationDeleteArgs = {
950
976
  };
951
977
  export type IIoRestorecommerceContactPointTypeContactPointTypeList = {
952
978
  items?: InputMaybe<Array<IIoRestorecommerceContactPointTypeContactPointType>>;
953
- totalCount?: InputMaybe<Scalars['Int']>;
979
+ totalCount?: InputMaybe<Scalars['Int']['input']>;
954
980
  mode?: InputMaybe<ModeType>;
955
981
  /** target scope */
956
- scope?: InputMaybe<Scalars['String']>;
982
+ scope?: InputMaybe<Scalars['String']['input']>;
957
983
  };
958
984
  export type IIoRestorecommerceContactPointTypeContactPointType = {
959
- id?: InputMaybe<Scalars['String']>;
985
+ id?: InputMaybe<Scalars['String']['input']>;
960
986
  meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
961
- type?: InputMaybe<Scalars['String']>;
987
+ type?: InputMaybe<Scalars['String']['input']>;
962
988
  };
963
989
  export type ResourceCustomerMutation = {
964
990
  __typename?: 'ResourceCustomerMutation';
@@ -973,31 +999,31 @@ export type ResourceCustomerMutationDeleteArgs = {
973
999
  };
974
1000
  export type IIoRestorecommerceCustomerCustomerList = {
975
1001
  items?: InputMaybe<Array<IIoRestorecommerceCustomerCustomer>>;
976
- totalCount?: InputMaybe<Scalars['Int']>;
1002
+ totalCount?: InputMaybe<Scalars['Int']['input']>;
977
1003
  mode?: InputMaybe<ModeType>;
978
1004
  /** target scope */
979
- scope?: InputMaybe<Scalars['String']>;
1005
+ scope?: InputMaybe<Scalars['String']['input']>;
980
1006
  };
981
1007
  export type IIoRestorecommerceCustomerCustomer = {
982
- id?: InputMaybe<Scalars['String']>;
1008
+ id?: InputMaybe<Scalars['String']['input']>;
983
1009
  meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
984
1010
  individualUser?: InputMaybe<IIoRestorecommerceCustomerIndividualUser>;
985
1011
  orgUser?: InputMaybe<IIoRestorecommerceCustomerOrgUser>;
986
1012
  guest?: InputMaybe<IIoRestorecommerceCustomerGuest>;
987
1013
  };
988
1014
  export type IIoRestorecommerceCustomerIndividualUser = {
989
- userId?: InputMaybe<Scalars['String']>;
990
- addressId?: InputMaybe<Scalars['String']>;
991
- contactPointIds?: InputMaybe<Array<Scalars['String']>>;
1015
+ userId?: InputMaybe<Scalars['String']['input']>;
1016
+ addressId?: InputMaybe<Scalars['String']['input']>;
1017
+ contactPointIds?: InputMaybe<Array<Scalars['String']['input']>>;
992
1018
  };
993
1019
  export type IIoRestorecommerceCustomerOrgUser = {
994
- userId?: InputMaybe<Scalars['String']>;
995
- organizationId?: InputMaybe<Scalars['String']>;
1020
+ userId?: InputMaybe<Scalars['String']['input']>;
1021
+ organizationId?: InputMaybe<Scalars['String']['input']>;
996
1022
  };
997
1023
  export type IIoRestorecommerceCustomerGuest = {
998
- guest?: InputMaybe<Scalars['Boolean']>;
999
- addressId?: InputMaybe<Scalars['String']>;
1000
- contactPointIds?: InputMaybe<Array<Scalars['String']>>;
1024
+ guest?: InputMaybe<Scalars['Boolean']['input']>;
1025
+ addressId?: InputMaybe<Scalars['String']['input']>;
1026
+ contactPointIds?: InputMaybe<Array<Scalars['String']['input']>>;
1001
1027
  };
1002
1028
  export type ResourceContactPointMutation = {
1003
1029
  __typename?: 'ResourceContactPointMutation';
@@ -1012,21 +1038,21 @@ export type ResourceContactPointMutationDeleteArgs = {
1012
1038
  };
1013
1039
  export type IIoRestorecommerceContactPointContactPointList = {
1014
1040
  items?: InputMaybe<Array<IIoRestorecommerceContactPointContactPoint>>;
1015
- totalCount?: InputMaybe<Scalars['Int']>;
1041
+ totalCount?: InputMaybe<Scalars['Int']['input']>;
1016
1042
  mode?: InputMaybe<ModeType>;
1017
1043
  /** target scope */
1018
- scope?: InputMaybe<Scalars['String']>;
1044
+ scope?: InputMaybe<Scalars['String']['input']>;
1019
1045
  };
1020
1046
  export type IIoRestorecommerceContactPointContactPoint = {
1021
- id?: InputMaybe<Scalars['String']>;
1047
+ id?: InputMaybe<Scalars['String']['input']>;
1022
1048
  meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
1023
- physicalAddressId?: InputMaybe<Scalars['String']>;
1024
- website?: InputMaybe<Scalars['String']>;
1025
- email?: InputMaybe<Scalars['String']>;
1026
- contactPointTypeId?: InputMaybe<Scalars['String']>;
1027
- telephone?: InputMaybe<Scalars['String']>;
1028
- timezoneId?: InputMaybe<Scalars['String']>;
1029
- localeId?: InputMaybe<Scalars['String']>;
1049
+ physicalAddressId?: InputMaybe<Scalars['String']['input']>;
1050
+ website?: InputMaybe<Scalars['String']['input']>;
1051
+ email?: InputMaybe<Scalars['String']['input']>;
1052
+ contactPointTypeId?: InputMaybe<Scalars['String']['input']>;
1053
+ telephone?: InputMaybe<Scalars['String']['input']>;
1054
+ timezoneId?: InputMaybe<Scalars['String']['input']>;
1055
+ localeId?: InputMaybe<Scalars['String']['input']>;
1030
1056
  };
1031
1057
  export type ResourceLocaleMutation = {
1032
1058
  __typename?: 'ResourceLocaleMutation';
@@ -1041,16 +1067,16 @@ export type ResourceLocaleMutationDeleteArgs = {
1041
1067
  };
1042
1068
  export type IIoRestorecommerceLocaleLocaleList = {
1043
1069
  items?: InputMaybe<Array<IIoRestorecommerceLocaleLocale>>;
1044
- totalCount?: InputMaybe<Scalars['Int']>;
1070
+ totalCount?: InputMaybe<Scalars['Int']['input']>;
1045
1071
  mode?: InputMaybe<ModeType>;
1046
1072
  /** target scope */
1047
- scope?: InputMaybe<Scalars['String']>;
1073
+ scope?: InputMaybe<Scalars['String']['input']>;
1048
1074
  };
1049
1075
  export type IIoRestorecommerceLocaleLocale = {
1050
- id?: InputMaybe<Scalars['String']>;
1076
+ id?: InputMaybe<Scalars['String']['input']>;
1051
1077
  meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
1052
- value?: InputMaybe<Scalars['String']>;
1053
- description?: InputMaybe<Scalars['String']>;
1078
+ value?: InputMaybe<Scalars['String']['input']>;
1079
+ description?: InputMaybe<Scalars['String']['input']>;
1054
1080
  };
1055
1081
  export type ResourceLocationMutation = {
1056
1082
  __typename?: 'ResourceLocationMutation';
@@ -1065,21 +1091,21 @@ export type ResourceLocationMutationDeleteArgs = {
1065
1091
  };
1066
1092
  export type IIoRestorecommerceLocationLocationList = {
1067
1093
  items?: InputMaybe<Array<IIoRestorecommerceLocationLocation>>;
1068
- totalCount?: InputMaybe<Scalars['Int']>;
1094
+ totalCount?: InputMaybe<Scalars['Int']['input']>;
1069
1095
  mode?: InputMaybe<ModeType>;
1070
1096
  /** target scope */
1071
- scope?: InputMaybe<Scalars['String']>;
1097
+ scope?: InputMaybe<Scalars['String']['input']>;
1072
1098
  };
1073
1099
  export type IIoRestorecommerceLocationLocation = {
1074
- id?: InputMaybe<Scalars['String']>;
1100
+ id?: InputMaybe<Scalars['String']['input']>;
1075
1101
  meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
1076
- name?: InputMaybe<Scalars['String']>;
1077
- description?: InputMaybe<Scalars['String']>;
1078
- organizationId?: InputMaybe<Scalars['String']>;
1079
- parentId?: InputMaybe<Scalars['String']>;
1080
- addressId?: InputMaybe<Scalars['String']>;
1102
+ name?: InputMaybe<Scalars['String']['input']>;
1103
+ description?: InputMaybe<Scalars['String']['input']>;
1104
+ organizationId?: InputMaybe<Scalars['String']['input']>;
1105
+ parentId?: InputMaybe<Scalars['String']['input']>;
1106
+ addressId?: InputMaybe<Scalars['String']['input']>;
1081
1107
  data?: InputMaybe<IGoogleProtobufAny>;
1082
- type?: InputMaybe<Scalars['String']>;
1108
+ type?: InputMaybe<Scalars['String']['input']>;
1083
1109
  };
1084
1110
  export type ResourceOrganizationMutation = {
1085
1111
  __typename?: 'ResourceOrganizationMutation';
@@ -1094,26 +1120,26 @@ export type ResourceOrganizationMutationDeleteArgs = {
1094
1120
  };
1095
1121
  export type IIoRestorecommerceOrganizationOrganizationList = {
1096
1122
  items?: InputMaybe<Array<IIoRestorecommerceOrganizationOrganization>>;
1097
- totalCount?: InputMaybe<Scalars['Int']>;
1123
+ totalCount?: InputMaybe<Scalars['Int']['input']>;
1098
1124
  mode?: InputMaybe<ModeType>;
1099
1125
  /** target scope */
1100
- scope?: InputMaybe<Scalars['String']>;
1126
+ scope?: InputMaybe<Scalars['String']['input']>;
1101
1127
  };
1102
1128
  export type IIoRestorecommerceOrganizationOrganization = {
1103
- id?: InputMaybe<Scalars['String']>;
1129
+ id?: InputMaybe<Scalars['String']['input']>;
1104
1130
  meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
1105
- addressId?: InputMaybe<Scalars['String']>;
1106
- parentId?: InputMaybe<Scalars['String']>;
1107
- contactPointIds?: InputMaybe<Array<Scalars['String']>>;
1108
- website?: InputMaybe<Scalars['String']>;
1109
- email?: InputMaybe<Scalars['String']>;
1110
- logo?: InputMaybe<Scalars['String']>;
1111
- vatId?: InputMaybe<Scalars['String']>;
1112
- isicV4?: InputMaybe<Scalars['String']>;
1113
- registration?: InputMaybe<Scalars['String']>;
1114
- registrationCourt?: InputMaybe<Scalars['String']>;
1115
- name?: InputMaybe<Scalars['String']>;
1116
- paymentMethodIds?: InputMaybe<Array<Scalars['String']>>;
1131
+ addressId?: InputMaybe<Scalars['String']['input']>;
1132
+ parentId?: InputMaybe<Scalars['String']['input']>;
1133
+ contactPointIds?: InputMaybe<Array<Scalars['String']['input']>>;
1134
+ website?: InputMaybe<Scalars['String']['input']>;
1135
+ email?: InputMaybe<Scalars['String']['input']>;
1136
+ logo?: InputMaybe<Scalars['String']['input']>;
1137
+ vatId?: InputMaybe<Scalars['String']['input']>;
1138
+ isicV4?: InputMaybe<Scalars['String']['input']>;
1139
+ registration?: InputMaybe<Scalars['String']['input']>;
1140
+ registrationCourt?: InputMaybe<Scalars['String']['input']>;
1141
+ name?: InputMaybe<Scalars['String']['input']>;
1142
+ paymentMethodIds?: InputMaybe<Array<Scalars['String']['input']>>;
1117
1143
  data?: InputMaybe<IGoogleProtobufAny>;
1118
1144
  };
1119
1145
  export type ResourceTaxTypeMutation = {
@@ -1129,16 +1155,16 @@ export type ResourceTaxTypeMutationDeleteArgs = {
1129
1155
  };
1130
1156
  export type IIoRestorecommerceTaxTypeTaxTypeList = {
1131
1157
  items?: InputMaybe<Array<IIoRestorecommerceTaxTypeTaxType>>;
1132
- totalCount?: InputMaybe<Scalars['Int']>;
1158
+ totalCount?: InputMaybe<Scalars['Int']['input']>;
1133
1159
  mode?: InputMaybe<ModeType>;
1134
1160
  /** target scope */
1135
- scope?: InputMaybe<Scalars['String']>;
1161
+ scope?: InputMaybe<Scalars['String']['input']>;
1136
1162
  };
1137
1163
  export type IIoRestorecommerceTaxTypeTaxType = {
1138
- id?: InputMaybe<Scalars['String']>;
1164
+ id?: InputMaybe<Scalars['String']['input']>;
1139
1165
  meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
1140
- type?: InputMaybe<Scalars['String']>;
1141
- description?: InputMaybe<Scalars['String']>;
1166
+ type?: InputMaybe<Scalars['String']['input']>;
1167
+ description?: InputMaybe<Scalars['String']['input']>;
1142
1168
  behavior?: InputMaybe<IoRestorecommerceTaxTypeBehavior>;
1143
1169
  };
1144
1170
  export type ResourceTaxMutation = {
@@ -1154,18 +1180,18 @@ export type ResourceTaxMutationDeleteArgs = {
1154
1180
  };
1155
1181
  export type IIoRestorecommerceTaxTaxList = {
1156
1182
  items?: InputMaybe<Array<IIoRestorecommerceTaxTax>>;
1157
- totalCount?: InputMaybe<Scalars['Int']>;
1183
+ totalCount?: InputMaybe<Scalars['Int']['input']>;
1158
1184
  mode?: InputMaybe<ModeType>;
1159
1185
  /** target scope */
1160
- scope?: InputMaybe<Scalars['String']>;
1186
+ scope?: InputMaybe<Scalars['String']['input']>;
1161
1187
  };
1162
1188
  export type IIoRestorecommerceTaxTax = {
1163
- id?: InputMaybe<Scalars['String']>;
1189
+ id?: InputMaybe<Scalars['String']['input']>;
1164
1190
  meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
1165
- countryId?: InputMaybe<Scalars['String']>;
1166
- rate?: InputMaybe<Scalars['Float']>;
1167
- variant?: InputMaybe<Scalars['String']>;
1168
- typeId?: InputMaybe<Scalars['String']>;
1191
+ countryId?: InputMaybe<Scalars['String']['input']>;
1192
+ rate?: InputMaybe<Scalars['Float']['input']>;
1193
+ variant?: InputMaybe<Scalars['String']['input']>;
1194
+ typeId?: InputMaybe<Scalars['String']['input']>;
1169
1195
  };
1170
1196
  export type ResourceCommandMutation = {
1171
1197
  __typename?: 'ResourceCommandMutation';
@@ -1180,23 +1206,23 @@ export type ResourceCommandMutationDeleteArgs = {
1180
1206
  };
1181
1207
  export type IIoRestorecommerceCommandCommandList = {
1182
1208
  items?: InputMaybe<Array<IIoRestorecommerceCommandCommand>>;
1183
- totalCount?: InputMaybe<Scalars['Int']>;
1209
+ totalCount?: InputMaybe<Scalars['Int']['input']>;
1184
1210
  mode?: InputMaybe<ModeType>;
1185
1211
  /** target scope */
1186
- scope?: InputMaybe<Scalars['String']>;
1212
+ scope?: InputMaybe<Scalars['String']['input']>;
1187
1213
  };
1188
1214
  export type IIoRestorecommerceCommandCommand = {
1189
- id?: InputMaybe<Scalars['String']>;
1215
+ id?: InputMaybe<Scalars['String']['input']>;
1190
1216
  meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
1191
- name?: InputMaybe<Scalars['String']>;
1217
+ name?: InputMaybe<Scalars['String']['input']>;
1192
1218
  parameters?: InputMaybe<Array<IIoRestorecommerceCommandCommandParameter>>;
1193
- description?: InputMaybe<Scalars['String']>;
1219
+ description?: InputMaybe<Scalars['String']['input']>;
1194
1220
  };
1195
1221
  export type IIoRestorecommerceCommandCommandParameter = {
1196
- field?: InputMaybe<Scalars['String']>;
1197
- description?: InputMaybe<Scalars['String']>;
1222
+ field?: InputMaybe<Scalars['String']['input']>;
1223
+ description?: InputMaybe<Scalars['String']['input']>;
1198
1224
  type?: InputMaybe<IoRestorecommerceCommandCommandParameterParameterType>;
1199
- properties?: InputMaybe<Scalars['String']>;
1225
+ properties?: InputMaybe<Scalars['String']['input']>;
1200
1226
  };
1201
1227
  export type ResourceCodeMutation = {
1202
1228
  __typename?: 'ResourceCodeMutation';
@@ -1211,25 +1237,25 @@ export type ResourceCodeMutationDeleteArgs = {
1211
1237
  };
1212
1238
  export type IIoRestorecommerceCodeCodeList = {
1213
1239
  items?: InputMaybe<Array<IIoRestorecommerceCodeCode>>;
1214
- totalCount?: InputMaybe<Scalars['Int']>;
1240
+ totalCount?: InputMaybe<Scalars['Int']['input']>;
1215
1241
  mode?: InputMaybe<ModeType>;
1216
1242
  /** target scope */
1217
- scope?: InputMaybe<Scalars['String']>;
1243
+ scope?: InputMaybe<Scalars['String']['input']>;
1218
1244
  };
1219
1245
  export type IIoRestorecommerceCodeCode = {
1220
- id?: InputMaybe<Scalars['String']>;
1246
+ id?: InputMaybe<Scalars['String']['input']>;
1221
1247
  meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
1222
1248
  status?: InputMaybe<IoRestorecommerceCodeStatus>;
1223
- commonCode?: InputMaybe<Scalars['String']>;
1224
- name?: InputMaybe<Scalars['String']>;
1225
- description?: InputMaybe<Scalars['String']>;
1226
- levelCategory?: InputMaybe<Scalars['String']>;
1227
- symbol?: InputMaybe<Scalars['String']>;
1228
- conversionFactor?: InputMaybe<Scalars['String']>;
1229
- groupNumber?: InputMaybe<Scalars['String']>;
1249
+ commonCode?: InputMaybe<Scalars['String']['input']>;
1250
+ name?: InputMaybe<Scalars['String']['input']>;
1251
+ description?: InputMaybe<Scalars['String']['input']>;
1252
+ levelCategory?: InputMaybe<Scalars['String']['input']>;
1253
+ symbol?: InputMaybe<Scalars['String']['input']>;
1254
+ conversionFactor?: InputMaybe<Scalars['String']['input']>;
1255
+ groupNumber?: InputMaybe<Scalars['String']['input']>;
1230
1256
  sector?: InputMaybe<IoRestorecommerceCodeSector>;
1231
- groupId?: InputMaybe<Scalars['String']>;
1232
- quantity?: InputMaybe<Scalars['String']>;
1257
+ groupId?: InputMaybe<Scalars['String']['input']>;
1258
+ quantity?: InputMaybe<Scalars['String']['input']>;
1233
1259
  };
1234
1260
  export type Subscription = {
1235
1261
  __typename?: 'Subscription';
@@ -1240,7 +1266,7 @@ export type SubscriptionOrderingOrdersArgs = {
1240
1266
  };
1241
1267
  export type SubscriptionOutput = {
1242
1268
  __typename?: 'SubscriptionOutput';
1243
- id?: Maybe<Scalars['String']>;
1269
+ id?: Maybe<Scalars['String']['output']>;
1244
1270
  };
1245
1271
  export declare enum SubscriptionAction {
1246
1272
  Created = "CREATED",
@@ -1284,9 +1310,9 @@ export type ResolversTypes = ResolversObject<{
1284
1310
  IoRestorecommerceAddressAddressListResponse: ResolverTypeWrapper<IoRestorecommerceAddressAddressListResponse>;
1285
1311
  IoRestorecommerceAddressAddressResponse: ResolverTypeWrapper<IoRestorecommerceAddressAddressResponse>;
1286
1312
  IoRestorecommerceAddressAddress: ResolverTypeWrapper<IoRestorecommerceAddressAddress>;
1287
- String: ResolverTypeWrapper<Scalars['String']>;
1313
+ String: ResolverTypeWrapper<Scalars['String']['output']>;
1288
1314
  IoRestorecommerceMetaMeta: ResolverTypeWrapper<IoRestorecommerceMetaMeta>;
1289
- Float: ResolverTypeWrapper<Scalars['Float']>;
1315
+ Float: ResolverTypeWrapper<Scalars['Float']['output']>;
1290
1316
  IoRestorecommerceAttributeAttribute: ResolverTypeWrapper<IoRestorecommerceAttributeAttribute>;
1291
1317
  IoRestorecommerceAttributeAttributeObj: ResolverTypeWrapper<IoRestorecommerceAttributeAttributeObj>;
1292
1318
  IoRestorecommerceCountryCountry: ResolverTypeWrapper<IoRestorecommerceCountryCountry>;
@@ -1296,7 +1322,7 @@ export type ResolversTypes = ResolversObject<{
1296
1322
  IoRestorecommerceAddressResidentialAddress: ResolverTypeWrapper<IoRestorecommerceAddressResidentialAddress>;
1297
1323
  IoRestorecommerceAddressPackStation: ResolverTypeWrapper<IoRestorecommerceAddressPackStation>;
1298
1324
  IoRestorecommerceStatusStatus: ResolverTypeWrapper<IoRestorecommerceStatusStatus>;
1299
- Int: ResolverTypeWrapper<Scalars['Int']>;
1325
+ Int: ResolverTypeWrapper<Scalars['Int']['output']>;
1300
1326
  IoRestorecommerceStatusOperationStatus: ResolverTypeWrapper<IoRestorecommerceStatusOperationStatus>;
1301
1327
  IIoRestorecommerceResourcebaseReadRequest: IIoRestorecommerceResourcebaseReadRequest;
1302
1328
  IIoRestorecommerceResourcebaseSort: IIoRestorecommerceResourcebaseSort;
@@ -1312,9 +1338,9 @@ export type ResolversTypes = ResolversObject<{
1312
1338
  IoRestorecommerceFilterFilterOpOperator: IoRestorecommerceFilterFilterOpOperator;
1313
1339
  IoRestorecommerceResourcebaseFilterOpOperator: IoRestorecommerceResourcebaseFilterOpOperator;
1314
1340
  IIoRestorecommerceResourcebaseFieldFilter: IIoRestorecommerceResourcebaseFieldFilter;
1315
- Boolean: ResolverTypeWrapper<Scalars['Boolean']>;
1341
+ Boolean: ResolverTypeWrapper<Scalars['Boolean']['output']>;
1316
1342
  IGoogleProtobufAny: IGoogleProtobufAny;
1317
- GoogleProtobufAnyValue: ResolverTypeWrapper<Scalars['GoogleProtobufAnyValue']>;
1343
+ GoogleProtobufAnyValue: ResolverTypeWrapper<Scalars['GoogleProtobufAnyValue']['output']>;
1318
1344
  IIoRestorecommerceResourcebaseSearch: IIoRestorecommerceResourcebaseSearch;
1319
1345
  ResourceCountryQuery: ResolverTypeWrapper<ResourceCountryQuery>;
1320
1346
  ProtoIoRestorecommerceCountryCountryListResponse: ResolverTypeWrapper<ProtoIoRestorecommerceCountryCountryListResponse>;
@@ -1459,9 +1485,9 @@ export type ResolversParentTypes = ResolversObject<{
1459
1485
  IoRestorecommerceAddressAddressListResponse: IoRestorecommerceAddressAddressListResponse;
1460
1486
  IoRestorecommerceAddressAddressResponse: IoRestorecommerceAddressAddressResponse;
1461
1487
  IoRestorecommerceAddressAddress: IoRestorecommerceAddressAddress;
1462
- String: Scalars['String'];
1488
+ String: Scalars['String']['output'];
1463
1489
  IoRestorecommerceMetaMeta: IoRestorecommerceMetaMeta;
1464
- Float: Scalars['Float'];
1490
+ Float: Scalars['Float']['output'];
1465
1491
  IoRestorecommerceAttributeAttribute: IoRestorecommerceAttributeAttribute;
1466
1492
  IoRestorecommerceAttributeAttributeObj: IoRestorecommerceAttributeAttributeObj;
1467
1493
  IoRestorecommerceCountryCountry: IoRestorecommerceCountryCountry;
@@ -1471,7 +1497,7 @@ export type ResolversParentTypes = ResolversObject<{
1471
1497
  IoRestorecommerceAddressResidentialAddress: IoRestorecommerceAddressResidentialAddress;
1472
1498
  IoRestorecommerceAddressPackStation: IoRestorecommerceAddressPackStation;
1473
1499
  IoRestorecommerceStatusStatus: IoRestorecommerceStatusStatus;
1474
- Int: Scalars['Int'];
1500
+ Int: Scalars['Int']['output'];
1475
1501
  IoRestorecommerceStatusOperationStatus: IoRestorecommerceStatusOperationStatus;
1476
1502
  IIoRestorecommerceResourcebaseReadRequest: IIoRestorecommerceResourcebaseReadRequest;
1477
1503
  IIoRestorecommerceResourcebaseSort: IIoRestorecommerceResourcebaseSort;
@@ -1480,9 +1506,9 @@ export type ResolversParentTypes = ResolversObject<{
1480
1506
  IIoRestorecommerceFilterFilterOp: IIoRestorecommerceFilterFilterOp;
1481
1507
  IIoRestorecommerceFilterFilter: IIoRestorecommerceFilterFilter;
1482
1508
  IIoRestorecommerceResourcebaseFieldFilter: IIoRestorecommerceResourcebaseFieldFilter;
1483
- Boolean: Scalars['Boolean'];
1509
+ Boolean: Scalars['Boolean']['output'];
1484
1510
  IGoogleProtobufAny: IGoogleProtobufAny;
1485
- GoogleProtobufAnyValue: Scalars['GoogleProtobufAnyValue'];
1511
+ GoogleProtobufAnyValue: Scalars['GoogleProtobufAnyValue']['output'];
1486
1512
  IIoRestorecommerceResourcebaseSearch: IIoRestorecommerceResourcebaseSearch;
1487
1513
  ResourceCountryQuery: ResourceCountryQuery;
1488
1514
  ProtoIoRestorecommerceCountryCountryListResponse: ProtoIoRestorecommerceCountryCountryListResponse;