@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.
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 +19 -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 -132
  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 +514 -299
  222. package/dist/modules/resource/gql/schema.generated.js +50 -27
  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 -33
  226. package/dist/modules/resource/grpc/index.d.ts +14 -12
  227. package/dist/modules/resource/grpc/index.js +28 -30
  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 +19 -14
  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';
@@ -43,6 +69,7 @@ export type ResourceQuery = {
43
69
  tax_type: ResourceTaxTypeQuery;
44
70
  tax: ResourceTaxQuery;
45
71
  command: ResourceCommandQuery;
72
+ code: ResourceCodeQuery;
46
73
  };
47
74
  export type ResourceAddressQuery = {
48
75
  __typename?: 'ResourceAddressQuery';
@@ -58,7 +85,7 @@ export type ProtoIoRestorecommerceAddressAddressListResponse = {
58
85
  export type IoRestorecommerceAddressAddressListResponse = {
59
86
  __typename?: 'IoRestorecommerceAddressAddressListResponse';
60
87
  items?: Maybe<Array<IoRestorecommerceAddressAddressResponse>>;
61
- totalCount?: Maybe<Scalars['Int']>;
88
+ totalCount?: Maybe<Scalars['Int']['output']>;
62
89
  operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
63
90
  };
64
91
  export type IoRestorecommerceAddressAddressResponse = {
@@ -68,17 +95,17 @@ export type IoRestorecommerceAddressAddressResponse = {
68
95
  };
69
96
  export type IoRestorecommerceAddressAddress = {
70
97
  __typename?: 'IoRestorecommerceAddressAddress';
71
- id?: Maybe<Scalars['String']>;
98
+ id?: Maybe<Scalars['String']['output']>;
72
99
  meta?: Maybe<IoRestorecommerceMetaMeta>;
73
- postcode?: Maybe<Scalars['String']>;
74
- countryId?: Maybe<Scalars['String']>;
100
+ postcode?: Maybe<Scalars['String']['output']>;
101
+ countryId?: Maybe<Scalars['String']['output']>;
75
102
  country?: Maybe<IoRestorecommerceCountryCountry>;
76
- locality?: Maybe<Scalars['String']>;
77
- street?: Maybe<Scalars['String']>;
78
- region?: Maybe<Scalars['String']>;
103
+ locality?: Maybe<Scalars['String']['output']>;
104
+ street?: Maybe<Scalars['String']['output']>;
105
+ region?: Maybe<Scalars['String']['output']>;
79
106
  geoCoordinates?: Maybe<IoRestorecommerceAddressGeoPoint>;
80
- altitude?: Maybe<Scalars['Float']>;
81
- buildingNumber?: Maybe<Scalars['String']>;
107
+ altitude?: Maybe<Scalars['Float']['output']>;
108
+ buildingNumber?: Maybe<Scalars['String']['output']>;
82
109
  addressAddition?: Maybe<IoRestorecommerceAddressAddressAddition>;
83
110
  businessAddress?: Maybe<IoRestorecommerceAddressBusinessAddress>;
84
111
  residentialAddress?: Maybe<IoRestorecommerceAddressResidentialAddress>;
@@ -86,16 +113,16 @@ export type IoRestorecommerceAddressAddress = {
86
113
  };
87
114
  export type IoRestorecommerceMetaMeta = {
88
115
  __typename?: 'IoRestorecommerceMetaMeta';
89
- created?: Maybe<Scalars['Float']>;
90
- modified?: Maybe<Scalars['Float']>;
91
- modifiedBy?: Maybe<Scalars['String']>;
116
+ created?: Maybe<Scalars['Float']['output']>;
117
+ modified?: Maybe<Scalars['Float']['output']>;
118
+ modifiedBy?: Maybe<Scalars['String']['output']>;
92
119
  owners?: Maybe<Array<IoRestorecommerceAttributeAttribute>>;
93
120
  acls?: Maybe<Array<IoRestorecommerceAttributeAttributeObj>>;
94
121
  };
95
122
  export type IoRestorecommerceAttributeAttribute = {
96
123
  __typename?: 'IoRestorecommerceAttributeAttribute';
97
- id?: Maybe<Scalars['String']>;
98
- value?: Maybe<Scalars['String']>;
124
+ id?: Maybe<Scalars['String']['output']>;
125
+ value?: Maybe<Scalars['String']['output']>;
99
126
  attributes?: Maybe<Array<IoRestorecommerceAttributeAttribute>>;
100
127
  };
101
128
  export type IoRestorecommerceAttributeAttributeObj = {
@@ -104,66 +131,66 @@ export type IoRestorecommerceAttributeAttributeObj = {
104
131
  };
105
132
  export type IoRestorecommerceCountryCountry = {
106
133
  __typename?: 'IoRestorecommerceCountryCountry';
107
- id?: Maybe<Scalars['String']>;
134
+ id?: Maybe<Scalars['String']['output']>;
108
135
  meta?: Maybe<IoRestorecommerceMetaMeta>;
109
- name?: Maybe<Scalars['String']>;
110
- countryCode?: Maybe<Scalars['String']>;
111
- geographicalName?: Maybe<Scalars['String']>;
112
- 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']>>;
113
140
  };
114
141
  export type IoRestorecommerceAddressGeoPoint = {
115
142
  __typename?: 'IoRestorecommerceAddressGeoPoint';
116
- latitude?: Maybe<Scalars['Float']>;
117
- longitude?: Maybe<Scalars['Float']>;
143
+ latitude?: Maybe<Scalars['Float']['output']>;
144
+ longitude?: Maybe<Scalars['Float']['output']>;
118
145
  };
119
146
  export type IoRestorecommerceAddressAddressAddition = {
120
147
  __typename?: 'IoRestorecommerceAddressAddressAddition';
121
- field1?: Maybe<Scalars['String']>;
122
- field2?: Maybe<Scalars['String']>;
148
+ field1?: Maybe<Scalars['String']['output']>;
149
+ field2?: Maybe<Scalars['String']['output']>;
123
150
  };
124
151
  export type IoRestorecommerceAddressBusinessAddress = {
125
152
  __typename?: 'IoRestorecommerceAddressBusinessAddress';
126
- name?: Maybe<Scalars['String']>;
153
+ name?: Maybe<Scalars['String']['output']>;
127
154
  };
128
155
  export type IoRestorecommerceAddressResidentialAddress = {
129
156
  __typename?: 'IoRestorecommerceAddressResidentialAddress';
130
- title?: Maybe<Scalars['String']>;
131
- givenName?: Maybe<Scalars['String']>;
132
- midName?: Maybe<Scalars['String']>;
133
- 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']>;
134
161
  };
135
162
  export type IoRestorecommerceAddressPackStation = {
136
163
  __typename?: 'IoRestorecommerceAddressPackStation';
137
- provider?: Maybe<Scalars['String']>;
138
- stationNumber?: Maybe<Scalars['String']>;
139
- postNumber?: Maybe<Scalars['String']>;
164
+ provider?: Maybe<Scalars['String']['output']>;
165
+ stationNumber?: Maybe<Scalars['String']['output']>;
166
+ postNumber?: Maybe<Scalars['String']['output']>;
140
167
  };
141
168
  export type IoRestorecommerceStatusStatus = {
142
169
  __typename?: 'IoRestorecommerceStatusStatus';
143
- id?: Maybe<Scalars['String']>;
144
- code?: Maybe<Scalars['Int']>;
145
- message?: Maybe<Scalars['String']>;
170
+ id?: Maybe<Scalars['String']['output']>;
171
+ code?: Maybe<Scalars['Int']['output']>;
172
+ message?: Maybe<Scalars['String']['output']>;
146
173
  };
147
174
  export type IoRestorecommerceStatusOperationStatus = {
148
175
  __typename?: 'IoRestorecommerceStatusOperationStatus';
149
- code?: Maybe<Scalars['Int']>;
150
- message?: Maybe<Scalars['String']>;
176
+ code?: Maybe<Scalars['Int']['output']>;
177
+ message?: Maybe<Scalars['String']['output']>;
151
178
  };
152
179
  export type IIoRestorecommerceResourcebaseReadRequest = {
153
- offset?: InputMaybe<Scalars['Int']>;
154
- limit?: InputMaybe<Scalars['Int']>;
180
+ offset?: InputMaybe<Scalars['Int']['input']>;
181
+ limit?: InputMaybe<Scalars['Int']['input']>;
155
182
  sorts?: InputMaybe<Array<IIoRestorecommerceResourcebaseSort>>;
156
183
  filters?: InputMaybe<Array<IIoRestorecommerceResourcebaseFilterOp>>;
157
184
  fields?: InputMaybe<Array<IIoRestorecommerceResourcebaseFieldFilter>>;
158
- localesLimiter?: InputMaybe<Array<Scalars['String']>>;
159
- customQueries?: InputMaybe<Array<Scalars['String']>>;
185
+ localesLimiter?: InputMaybe<Array<Scalars['String']['input']>>;
186
+ customQueries?: InputMaybe<Array<Scalars['String']['input']>>;
160
187
  customArguments?: InputMaybe<IGoogleProtobufAny>;
161
188
  search?: InputMaybe<IIoRestorecommerceResourcebaseSearch>;
162
189
  /** target scope */
163
- scope?: InputMaybe<Scalars['String']>;
190
+ scope?: InputMaybe<Scalars['String']['input']>;
164
191
  };
165
192
  export type IIoRestorecommerceResourcebaseSort = {
166
- field?: InputMaybe<Scalars['String']>;
193
+ field?: InputMaybe<Scalars['String']['input']>;
167
194
  order?: InputMaybe<IoRestorecommerceResourcebaseSortSortOrder>;
168
195
  };
169
196
  export declare enum IoRestorecommerceResourcebaseSortSortOrder {
@@ -176,9 +203,9 @@ export type IIoRestorecommerceResourcebaseFilterOp = {
176
203
  operator?: InputMaybe<IoRestorecommerceResourcebaseFilterOpOperator>;
177
204
  };
178
205
  export type IIoRestorecommerceResourcebaseFilter = {
179
- field?: InputMaybe<Scalars['String']>;
206
+ field?: InputMaybe<Scalars['String']['input']>;
180
207
  operation?: InputMaybe<IoRestorecommerceResourcebaseFilterOperation>;
181
- value?: InputMaybe<Scalars['String']>;
208
+ value?: InputMaybe<Scalars['String']['input']>;
182
209
  type?: InputMaybe<IoRestorecommerceResourcebaseFilterValueType>;
183
210
  filters?: InputMaybe<Array<IIoRestorecommerceFilterFilterOp>>;
184
211
  };
@@ -205,9 +232,9 @@ export type IIoRestorecommerceFilterFilterOp = {
205
232
  operator?: InputMaybe<IoRestorecommerceFilterFilterOpOperator>;
206
233
  };
207
234
  export type IIoRestorecommerceFilterFilter = {
208
- field?: InputMaybe<Scalars['String']>;
235
+ field?: InputMaybe<Scalars['String']['input']>;
209
236
  operation?: InputMaybe<IoRestorecommerceFilterFilterOperation>;
210
- value?: InputMaybe<Scalars['String']>;
237
+ value?: InputMaybe<Scalars['String']['input']>;
211
238
  type?: InputMaybe<IoRestorecommerceFilterFilterValueType>;
212
239
  filters?: InputMaybe<Array<IIoRestorecommerceFilterFilterOp>>;
213
240
  };
@@ -238,17 +265,17 @@ export declare enum IoRestorecommerceResourcebaseFilterOpOperator {
238
265
  Or = 1
239
266
  }
240
267
  export type IIoRestorecommerceResourcebaseFieldFilter = {
241
- name?: InputMaybe<Scalars['String']>;
242
- include?: InputMaybe<Scalars['Boolean']>;
268
+ name?: InputMaybe<Scalars['String']['input']>;
269
+ include?: InputMaybe<Scalars['Boolean']['input']>;
243
270
  };
244
271
  export type IGoogleProtobufAny = {
245
- typeUrl?: InputMaybe<Scalars['String']>;
246
- value?: InputMaybe<Scalars['GoogleProtobufAnyValue']>;
272
+ typeUrl?: InputMaybe<Scalars['String']['input']>;
273
+ value?: InputMaybe<Scalars['GoogleProtobufAnyValue']['input']>;
247
274
  };
248
275
  export type IIoRestorecommerceResourcebaseSearch = {
249
- search?: InputMaybe<Scalars['String']>;
250
- fields?: InputMaybe<Array<Scalars['String']>>;
251
- caseSensitive?: InputMaybe<Scalars['Boolean']>;
276
+ search?: InputMaybe<Scalars['String']['input']>;
277
+ fields?: InputMaybe<Array<Scalars['String']['input']>>;
278
+ caseSensitive?: InputMaybe<Scalars['Boolean']['input']>;
252
279
  };
253
280
  export type ResourceCountryQuery = {
254
281
  __typename?: 'ResourceCountryQuery';
@@ -264,7 +291,7 @@ export type ProtoIoRestorecommerceCountryCountryListResponse = {
264
291
  export type IoRestorecommerceCountryCountryListResponse = {
265
292
  __typename?: 'IoRestorecommerceCountryCountryListResponse';
266
293
  items?: Maybe<Array<IoRestorecommerceCountryCountryResponse>>;
267
- totalCount?: Maybe<Scalars['Int']>;
294
+ totalCount?: Maybe<Scalars['Int']['output']>;
268
295
  operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
269
296
  };
270
297
  export type IoRestorecommerceCountryCountryResponse = {
@@ -286,7 +313,7 @@ export type ProtoIoRestorecommerceTimezoneTimezoneListResponse = {
286
313
  export type IoRestorecommerceTimezoneTimezoneListResponse = {
287
314
  __typename?: 'IoRestorecommerceTimezoneTimezoneListResponse';
288
315
  items?: Maybe<Array<IoRestorecommerceTimezoneTimezoneResponse>>;
289
- totalCount?: Maybe<Scalars['Int']>;
316
+ totalCount?: Maybe<Scalars['Int']['output']>;
290
317
  operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
291
318
  };
292
319
  export type IoRestorecommerceTimezoneTimezoneResponse = {
@@ -296,9 +323,9 @@ export type IoRestorecommerceTimezoneTimezoneResponse = {
296
323
  };
297
324
  export type IoRestorecommerceTimezoneTimezone = {
298
325
  __typename?: 'IoRestorecommerceTimezoneTimezone';
299
- id?: Maybe<Scalars['String']>;
326
+ id?: Maybe<Scalars['String']['output']>;
300
327
  meta?: Maybe<IoRestorecommerceMetaMeta>;
301
- description?: Maybe<Scalars['String']>;
328
+ description?: Maybe<Scalars['String']['output']>;
302
329
  };
303
330
  export type ResourceContactPointTypeQuery = {
304
331
  __typename?: 'ResourceContactPointTypeQuery';
@@ -314,7 +341,7 @@ export type ProtoIoRestorecommerceContactPointTypeContactPointTypeListResponse =
314
341
  export type IoRestorecommerceContactPointTypeContactPointTypeListResponse = {
315
342
  __typename?: 'IoRestorecommerceContactPointTypeContactPointTypeListResponse';
316
343
  items?: Maybe<Array<IoRestorecommerceContactPointTypeContactPointTypeResponse>>;
317
- totalCount?: Maybe<Scalars['Int']>;
344
+ totalCount?: Maybe<Scalars['Int']['output']>;
318
345
  operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
319
346
  };
320
347
  export type IoRestorecommerceContactPointTypeContactPointTypeResponse = {
@@ -324,9 +351,9 @@ export type IoRestorecommerceContactPointTypeContactPointTypeResponse = {
324
351
  };
325
352
  export type IoRestorecommerceContactPointTypeContactPointType = {
326
353
  __typename?: 'IoRestorecommerceContactPointTypeContactPointType';
327
- id?: Maybe<Scalars['String']>;
354
+ id?: Maybe<Scalars['String']['output']>;
328
355
  meta?: Maybe<IoRestorecommerceMetaMeta>;
329
- type?: Maybe<Scalars['String']>;
356
+ type?: Maybe<Scalars['String']['output']>;
330
357
  };
331
358
  export type ResourceCustomerQuery = {
332
359
  __typename?: 'ResourceCustomerQuery';
@@ -342,7 +369,7 @@ export type ProtoIoRestorecommerceCustomerCustomerListResponse = {
342
369
  export type IoRestorecommerceCustomerCustomerListResponse = {
343
370
  __typename?: 'IoRestorecommerceCustomerCustomerListResponse';
344
371
  items?: Maybe<Array<IoRestorecommerceCustomerCustomerResponse>>;
345
- totalCount?: Maybe<Scalars['Int']>;
372
+ totalCount?: Maybe<Scalars['Int']['output']>;
346
373
  operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
347
374
  };
348
375
  export type IoRestorecommerceCustomerCustomerResponse = {
@@ -352,7 +379,7 @@ export type IoRestorecommerceCustomerCustomerResponse = {
352
379
  };
353
380
  export type IoRestorecommerceCustomerCustomer = {
354
381
  __typename?: 'IoRestorecommerceCustomerCustomer';
355
- id?: Maybe<Scalars['String']>;
382
+ id?: Maybe<Scalars['String']['output']>;
356
383
  meta?: Maybe<IoRestorecommerceMetaMeta>;
357
384
  individualUser?: Maybe<IoRestorecommerceCustomerIndividualUser>;
358
385
  orgUser?: Maybe<IoRestorecommerceCustomerOrgUser>;
@@ -360,70 +387,70 @@ export type IoRestorecommerceCustomerCustomer = {
360
387
  };
361
388
  export type IoRestorecommerceCustomerIndividualUser = {
362
389
  __typename?: 'IoRestorecommerceCustomerIndividualUser';
363
- userId?: Maybe<Scalars['String']>;
390
+ userId?: Maybe<Scalars['String']['output']>;
364
391
  user?: Maybe<IoRestorecommerceUserUser>;
365
- addressId?: Maybe<Scalars['String']>;
392
+ addressId?: Maybe<Scalars['String']['output']>;
366
393
  address?: Maybe<IoRestorecommerceAddressAddress>;
367
- contactPointIds?: Maybe<Array<Scalars['String']>>;
394
+ contactPointIds?: Maybe<Array<Scalars['String']['output']>>;
368
395
  contactPoints?: Maybe<Array<IoRestorecommerceContactPointContactPoint>>;
369
396
  };
370
397
  export type IoRestorecommerceUserUser = {
371
398
  __typename?: 'IoRestorecommerceUserUser';
372
- id?: Maybe<Scalars['String']>;
399
+ id?: Maybe<Scalars['String']['output']>;
373
400
  meta?: Maybe<IoRestorecommerceMetaMeta>;
374
- name?: Maybe<Scalars['String']>;
375
- firstName?: Maybe<Scalars['String']>;
376
- lastName?: Maybe<Scalars['String']>;
377
- email?: Maybe<Scalars['String']>;
378
- newEmail?: Maybe<Scalars['String']>;
379
- active?: Maybe<Scalars['Boolean']>;
380
- activationCode?: Maybe<Scalars['String']>;
381
- password?: Maybe<Scalars['String']>;
382
- 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']>;
383
410
  roleAssociations?: Maybe<Array<IoRestorecommerceAuthRoleAssociation>>;
384
- timezoneId?: Maybe<Scalars['String']>;
411
+ timezoneId?: Maybe<Scalars['String']['output']>;
385
412
  timezone?: Maybe<IoRestorecommerceTimezoneTimezone>;
386
- localeId?: Maybe<Scalars['String']>;
413
+ localeId?: Maybe<Scalars['String']['output']>;
387
414
  locale?: Maybe<IoRestorecommerceLocaleLocale>;
388
- defaultScope?: Maybe<Scalars['String']>;
389
- unauthenticated?: Maybe<Scalars['Boolean']>;
390
- guest?: Maybe<Scalars['Boolean']>;
415
+ defaultScope?: Maybe<Scalars['String']['output']>;
416
+ unauthenticated?: Maybe<Scalars['Boolean']['output']>;
417
+ guest?: Maybe<Scalars['Boolean']['output']>;
391
418
  image?: Maybe<IoRestorecommerceImageImage>;
392
419
  userType?: Maybe<IoRestorecommerceUserUserType>;
393
- invite?: Maybe<Scalars['Boolean']>;
394
- invitedByUserName?: Maybe<Scalars['String']>;
395
- invitedByUserFirstName?: Maybe<Scalars['String']>;
396
- 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']>;
397
424
  tokens?: Maybe<Array<IoRestorecommerceAuthTokens>>;
398
- lastAccess?: Maybe<Scalars['Float']>;
425
+ lastAccess?: Maybe<Scalars['Float']['output']>;
399
426
  data?: Maybe<GoogleProtobufAny>;
400
427
  };
401
428
  export type IoRestorecommerceAuthRoleAssociation = {
402
429
  __typename?: 'IoRestorecommerceAuthRoleAssociation';
403
- role?: Maybe<Scalars['String']>;
430
+ role?: Maybe<Scalars['String']['output']>;
404
431
  attributes?: Maybe<Array<IoRestorecommerceAttributeAttribute>>;
405
- id?: Maybe<Scalars['String']>;
406
- created?: Maybe<Scalars['Float']>;
432
+ id?: Maybe<Scalars['String']['output']>;
433
+ created?: Maybe<Scalars['Float']['output']>;
407
434
  };
408
435
  export type IoRestorecommerceLocaleLocale = {
409
436
  __typename?: 'IoRestorecommerceLocaleLocale';
410
- id?: Maybe<Scalars['String']>;
437
+ id?: Maybe<Scalars['String']['output']>;
411
438
  meta?: Maybe<IoRestorecommerceMetaMeta>;
412
- value?: Maybe<Scalars['String']>;
413
- description?: Maybe<Scalars['String']>;
439
+ value?: Maybe<Scalars['String']['output']>;
440
+ description?: Maybe<Scalars['String']['output']>;
414
441
  };
415
442
  export type IoRestorecommerceImageImage = {
416
443
  __typename?: 'IoRestorecommerceImageImage';
417
- id?: Maybe<Scalars['String']>;
418
- caption?: Maybe<Scalars['String']>;
419
- filename?: Maybe<Scalars['String']>;
420
- contentType?: Maybe<Scalars['String']>;
421
- url?: Maybe<Scalars['String']>;
422
- width?: Maybe<Scalars['Float']>;
423
- height?: Maybe<Scalars['Float']>;
424
- length?: Maybe<Scalars['Float']>;
425
- tags?: Maybe<Array<Scalars['String']>>;
426
- 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']>;
427
454
  };
428
455
  export declare enum IoRestorecommerceUserUserType {
429
456
  OrgUser = 0,
@@ -433,69 +460,69 @@ export declare enum IoRestorecommerceUserUserType {
433
460
  }
434
461
  export type IoRestorecommerceAuthTokens = {
435
462
  __typename?: 'IoRestorecommerceAuthTokens';
436
- name?: Maybe<Scalars['String']>;
437
- expiresIn?: Maybe<Scalars['Float']>;
438
- token?: Maybe<Scalars['String']>;
439
- scopes?: Maybe<Array<Scalars['String']>>;
440
- type?: Maybe<Scalars['String']>;
441
- interactive?: Maybe<Scalars['Boolean']>;
442
- 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']>;
443
470
  };
444
471
  export type GoogleProtobufAny = {
445
472
  __typename?: 'GoogleProtobufAny';
446
- typeUrl?: Maybe<Scalars['String']>;
447
- value?: Maybe<Scalars['GoogleProtobufAnyValue']>;
473
+ typeUrl?: Maybe<Scalars['String']['output']>;
474
+ value?: Maybe<Scalars['GoogleProtobufAnyValue']['output']>;
448
475
  };
449
476
  export type IoRestorecommerceContactPointContactPoint = {
450
477
  __typename?: 'IoRestorecommerceContactPointContactPoint';
451
- id?: Maybe<Scalars['String']>;
478
+ id?: Maybe<Scalars['String']['output']>;
452
479
  meta?: Maybe<IoRestorecommerceMetaMeta>;
453
- physicalAddressId?: Maybe<Scalars['String']>;
480
+ physicalAddressId?: Maybe<Scalars['String']['output']>;
454
481
  physicalAddress?: Maybe<IoRestorecommerceAddressAddress>;
455
- website?: Maybe<Scalars['String']>;
456
- email?: Maybe<Scalars['String']>;
457
- contactPointTypeId?: Maybe<Scalars['String']>;
482
+ website?: Maybe<Scalars['String']['output']>;
483
+ email?: Maybe<Scalars['String']['output']>;
484
+ contactPointTypeId?: Maybe<Scalars['String']['output']>;
458
485
  contactPointType?: Maybe<IoRestorecommerceContactPointTypeContactPointType>;
459
- telephone?: Maybe<Scalars['String']>;
460
- timezoneId?: Maybe<Scalars['String']>;
486
+ telephone?: Maybe<Scalars['String']['output']>;
487
+ timezoneId?: Maybe<Scalars['String']['output']>;
461
488
  timezone?: Maybe<IoRestorecommerceTimezoneTimezone>;
462
- localeId?: Maybe<Scalars['String']>;
489
+ localeId?: Maybe<Scalars['String']['output']>;
463
490
  locale?: Maybe<IoRestorecommerceLocaleLocale>;
464
491
  };
465
492
  export type IoRestorecommerceCustomerOrgUser = {
466
493
  __typename?: 'IoRestorecommerceCustomerOrgUser';
467
- userId?: Maybe<Scalars['String']>;
494
+ userId?: Maybe<Scalars['String']['output']>;
468
495
  user?: Maybe<IoRestorecommerceUserUser>;
469
- organizationId?: Maybe<Scalars['String']>;
496
+ organizationId?: Maybe<Scalars['String']['output']>;
470
497
  organization?: Maybe<IoRestorecommerceOrganizationOrganization>;
471
498
  };
472
499
  export type IoRestorecommerceOrganizationOrganization = {
473
500
  __typename?: 'IoRestorecommerceOrganizationOrganization';
474
- id?: Maybe<Scalars['String']>;
501
+ id?: Maybe<Scalars['String']['output']>;
475
502
  meta?: Maybe<IoRestorecommerceMetaMeta>;
476
- addressId?: Maybe<Scalars['String']>;
503
+ addressId?: Maybe<Scalars['String']['output']>;
477
504
  address?: Maybe<IoRestorecommerceAddressAddress>;
478
- parentId?: Maybe<Scalars['String']>;
505
+ parentId?: Maybe<Scalars['String']['output']>;
479
506
  parent?: Maybe<IoRestorecommerceOrganizationOrganization>;
480
- contactPointIds?: Maybe<Array<Scalars['String']>>;
507
+ contactPointIds?: Maybe<Array<Scalars['String']['output']>>;
481
508
  contactPoints?: Maybe<Array<IoRestorecommerceContactPointContactPoint>>;
482
- website?: Maybe<Scalars['String']>;
483
- email?: Maybe<Scalars['String']>;
484
- logo?: Maybe<Scalars['String']>;
485
- vatId?: Maybe<Scalars['String']>;
486
- isicV4?: Maybe<Scalars['String']>;
487
- registration?: Maybe<Scalars['String']>;
488
- registrationCourt?: Maybe<Scalars['String']>;
489
- name?: Maybe<Scalars['String']>;
490
- 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']>>;
491
518
  data?: Maybe<GoogleProtobufAny>;
492
519
  };
493
520
  export type IoRestorecommerceCustomerGuest = {
494
521
  __typename?: 'IoRestorecommerceCustomerGuest';
495
- guest?: Maybe<Scalars['Boolean']>;
496
- addressId?: Maybe<Scalars['String']>;
522
+ guest?: Maybe<Scalars['Boolean']['output']>;
523
+ addressId?: Maybe<Scalars['String']['output']>;
497
524
  address?: Maybe<IoRestorecommerceAddressAddress>;
498
- contactPointIds?: Maybe<Array<Scalars['String']>>;
525
+ contactPointIds?: Maybe<Array<Scalars['String']['output']>>;
499
526
  contactPoints?: Maybe<Array<IoRestorecommerceContactPointContactPoint>>;
500
527
  };
501
528
  export type ResourceContactPointQuery = {
@@ -512,7 +539,7 @@ export type ProtoIoRestorecommerceContactPointContactPointListResponse = {
512
539
  export type IoRestorecommerceContactPointContactPointListResponse = {
513
540
  __typename?: 'IoRestorecommerceContactPointContactPointListResponse';
514
541
  items?: Maybe<Array<IoRestorecommerceContactPointContactPointResponse>>;
515
- totalCount?: Maybe<Scalars['Int']>;
542
+ totalCount?: Maybe<Scalars['Int']['output']>;
516
543
  operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
517
544
  };
518
545
  export type IoRestorecommerceContactPointContactPointResponse = {
@@ -534,7 +561,7 @@ export type ProtoIoRestorecommerceLocaleLocaleListResponse = {
534
561
  export type IoRestorecommerceLocaleLocaleListResponse = {
535
562
  __typename?: 'IoRestorecommerceLocaleLocaleListResponse';
536
563
  items?: Maybe<Array<IoRestorecommerceLocaleLocaleResponse>>;
537
- totalCount?: Maybe<Scalars['Int']>;
564
+ totalCount?: Maybe<Scalars['Int']['output']>;
538
565
  operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
539
566
  };
540
567
  export type IoRestorecommerceLocaleLocaleResponse = {
@@ -556,7 +583,7 @@ export type ProtoIoRestorecommerceLocationLocationListResponse = {
556
583
  export type IoRestorecommerceLocationLocationListResponse = {
557
584
  __typename?: 'IoRestorecommerceLocationLocationListResponse';
558
585
  items?: Maybe<Array<IoRestorecommerceLocationLocationResponse>>;
559
- totalCount?: Maybe<Scalars['Int']>;
586
+ totalCount?: Maybe<Scalars['Int']['output']>;
560
587
  operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
561
588
  };
562
589
  export type IoRestorecommerceLocationLocationResponse = {
@@ -566,18 +593,18 @@ export type IoRestorecommerceLocationLocationResponse = {
566
593
  };
567
594
  export type IoRestorecommerceLocationLocation = {
568
595
  __typename?: 'IoRestorecommerceLocationLocation';
569
- id?: Maybe<Scalars['String']>;
596
+ id?: Maybe<Scalars['String']['output']>;
570
597
  meta?: Maybe<IoRestorecommerceMetaMeta>;
571
- name?: Maybe<Scalars['String']>;
572
- description?: Maybe<Scalars['String']>;
573
- organizationId?: Maybe<Scalars['String']>;
598
+ name?: Maybe<Scalars['String']['output']>;
599
+ description?: Maybe<Scalars['String']['output']>;
600
+ organizationId?: Maybe<Scalars['String']['output']>;
574
601
  organization?: Maybe<IoRestorecommerceOrganizationOrganization>;
575
- parentId?: Maybe<Scalars['String']>;
602
+ parentId?: Maybe<Scalars['String']['output']>;
576
603
  parent?: Maybe<IoRestorecommerceLocationLocation>;
577
- addressId?: Maybe<Scalars['String']>;
604
+ addressId?: Maybe<Scalars['String']['output']>;
578
605
  address?: Maybe<IoRestorecommerceAddressAddress>;
579
606
  data?: Maybe<GoogleProtobufAny>;
580
- type?: Maybe<Scalars['String']>;
607
+ type?: Maybe<Scalars['String']['output']>;
581
608
  };
582
609
  export type ResourceOrganizationQuery = {
583
610
  __typename?: 'ResourceOrganizationQuery';
@@ -593,7 +620,7 @@ export type ProtoIoRestorecommerceOrganizationOrganizationListResponse = {
593
620
  export type IoRestorecommerceOrganizationOrganizationListResponse = {
594
621
  __typename?: 'IoRestorecommerceOrganizationOrganizationListResponse';
595
622
  items?: Maybe<Array<IoRestorecommerceOrganizationOrganizationResponse>>;
596
- totalCount?: Maybe<Scalars['Int']>;
623
+ totalCount?: Maybe<Scalars['Int']['output']>;
597
624
  operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
598
625
  };
599
626
  export type IoRestorecommerceOrganizationOrganizationResponse = {
@@ -615,7 +642,7 @@ export type ProtoIoRestorecommerceTaxTypeTaxTypeListResponse = {
615
642
  export type IoRestorecommerceTaxTypeTaxTypeListResponse = {
616
643
  __typename?: 'IoRestorecommerceTaxTypeTaxTypeListResponse';
617
644
  items?: Maybe<Array<IoRestorecommerceTaxTypeTaxTypeResponse>>;
618
- totalCount?: Maybe<Scalars['Int']>;
645
+ totalCount?: Maybe<Scalars['Int']['output']>;
619
646
  operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
620
647
  };
621
648
  export type IoRestorecommerceTaxTypeTaxTypeResponse = {
@@ -625,10 +652,10 @@ export type IoRestorecommerceTaxTypeTaxTypeResponse = {
625
652
  };
626
653
  export type IoRestorecommerceTaxTypeTaxType = {
627
654
  __typename?: 'IoRestorecommerceTaxTypeTaxType';
628
- id?: Maybe<Scalars['String']>;
655
+ id?: Maybe<Scalars['String']['output']>;
629
656
  meta?: Maybe<IoRestorecommerceMetaMeta>;
630
- type?: Maybe<Scalars['String']>;
631
- description?: Maybe<Scalars['String']>;
657
+ type?: Maybe<Scalars['String']['output']>;
658
+ description?: Maybe<Scalars['String']['output']>;
632
659
  behavior?: Maybe<IoRestorecommerceTaxTypeBehavior>;
633
660
  };
634
661
  export declare enum IoRestorecommerceTaxTypeBehavior {
@@ -649,7 +676,7 @@ export type ProtoIoRestorecommerceTaxTaxListResponse = {
649
676
  export type IoRestorecommerceTaxTaxListResponse = {
650
677
  __typename?: 'IoRestorecommerceTaxTaxListResponse';
651
678
  items?: Maybe<Array<IoRestorecommerceTaxTaxResponse>>;
652
- totalCount?: Maybe<Scalars['Int']>;
679
+ totalCount?: Maybe<Scalars['Int']['output']>;
653
680
  operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
654
681
  };
655
682
  export type IoRestorecommerceTaxTaxResponse = {
@@ -659,13 +686,13 @@ export type IoRestorecommerceTaxTaxResponse = {
659
686
  };
660
687
  export type IoRestorecommerceTaxTax = {
661
688
  __typename?: 'IoRestorecommerceTaxTax';
662
- id?: Maybe<Scalars['String']>;
689
+ id?: Maybe<Scalars['String']['output']>;
663
690
  meta?: Maybe<IoRestorecommerceMetaMeta>;
664
- countryId?: Maybe<Scalars['String']>;
691
+ countryId?: Maybe<Scalars['String']['output']>;
665
692
  country?: Maybe<IoRestorecommerceCountryCountry>;
666
- rate?: Maybe<Scalars['Float']>;
667
- variant?: Maybe<Scalars['String']>;
668
- typeId?: Maybe<Scalars['String']>;
693
+ rate?: Maybe<Scalars['Float']['output']>;
694
+ variant?: Maybe<Scalars['String']['output']>;
695
+ typeId?: Maybe<Scalars['String']['output']>;
669
696
  type?: Maybe<IoRestorecommerceTaxTypeTaxType>;
670
697
  };
671
698
  export type ResourceCommandQuery = {
@@ -682,7 +709,7 @@ export type ProtoIoRestorecommerceCommandCommandListResponse = {
682
709
  export type IoRestorecommerceCommandCommandListResponse = {
683
710
  __typename?: 'IoRestorecommerceCommandCommandListResponse';
684
711
  items?: Maybe<Array<IoRestorecommerceCommandCommandResponse>>;
685
- totalCount?: Maybe<Scalars['Int']>;
712
+ totalCount?: Maybe<Scalars['Int']['output']>;
686
713
  operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
687
714
  };
688
715
  export type IoRestorecommerceCommandCommandResponse = {
@@ -692,18 +719,18 @@ export type IoRestorecommerceCommandCommandResponse = {
692
719
  };
693
720
  export type IoRestorecommerceCommandCommand = {
694
721
  __typename?: 'IoRestorecommerceCommandCommand';
695
- id?: Maybe<Scalars['String']>;
722
+ id?: Maybe<Scalars['String']['output']>;
696
723
  meta?: Maybe<IoRestorecommerceMetaMeta>;
697
- name?: Maybe<Scalars['String']>;
724
+ name?: Maybe<Scalars['String']['output']>;
698
725
  parameters?: Maybe<Array<IoRestorecommerceCommandCommandParameter>>;
699
- description?: Maybe<Scalars['String']>;
726
+ description?: Maybe<Scalars['String']['output']>;
700
727
  };
701
728
  export type IoRestorecommerceCommandCommandParameter = {
702
729
  __typename?: 'IoRestorecommerceCommandCommandParameter';
703
- field?: Maybe<Scalars['String']>;
704
- description?: Maybe<Scalars['String']>;
730
+ field?: Maybe<Scalars['String']['output']>;
731
+ description?: Maybe<Scalars['String']['output']>;
705
732
  type?: Maybe<IoRestorecommerceCommandCommandParameterParameterType>;
706
- properties?: Maybe<Scalars['String']>;
733
+ properties?: Maybe<Scalars['String']['output']>;
707
734
  };
708
735
  export declare enum IoRestorecommerceCommandCommandParameterParameterType {
709
736
  BooleanValue = 0,
@@ -712,6 +739,68 @@ export declare enum IoRestorecommerceCommandCommandParameterParameterType {
712
739
  NumberValue = 3,
713
740
  StringValue = 4
714
741
  }
742
+ export type ResourceCodeQuery = {
743
+ __typename?: 'ResourceCodeQuery';
744
+ Read?: Maybe<ProtoIoRestorecommerceCodeCodeListResponse>;
745
+ };
746
+ export type ResourceCodeQueryReadArgs = {
747
+ input: IIoRestorecommerceResourcebaseReadRequest;
748
+ };
749
+ export type ProtoIoRestorecommerceCodeCodeListResponse = {
750
+ __typename?: 'ProtoIoRestorecommerceCodeCodeListResponse';
751
+ details?: Maybe<IoRestorecommerceCodeCodeListResponse>;
752
+ };
753
+ export type IoRestorecommerceCodeCodeListResponse = {
754
+ __typename?: 'IoRestorecommerceCodeCodeListResponse';
755
+ items?: Maybe<Array<IoRestorecommerceCodeCodeResponse>>;
756
+ totalCount?: Maybe<Scalars['Int']['output']>;
757
+ operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
758
+ };
759
+ export type IoRestorecommerceCodeCodeResponse = {
760
+ __typename?: 'IoRestorecommerceCodeCodeResponse';
761
+ payload?: Maybe<IoRestorecommerceCodeCode>;
762
+ status?: Maybe<IoRestorecommerceStatusStatus>;
763
+ };
764
+ export type IoRestorecommerceCodeCode = {
765
+ __typename?: 'IoRestorecommerceCodeCode';
766
+ id?: Maybe<Scalars['String']['output']>;
767
+ meta?: Maybe<IoRestorecommerceMetaMeta>;
768
+ status?: Maybe<IoRestorecommerceCodeStatus>;
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']>;
776
+ sector?: Maybe<IoRestorecommerceCodeSector>;
777
+ groupId?: Maybe<Scalars['String']['output']>;
778
+ quantity?: Maybe<Scalars['String']['output']>;
779
+ };
780
+ export declare enum IoRestorecommerceCodeStatus {
781
+ Added = 0,
782
+ ChangedName = 1,
783
+ ChangedCharacteristic = 2,
784
+ Deprecated = 3,
785
+ MarkedAsDeleted = 4,
786
+ Reinstated = 5
787
+ }
788
+ export declare enum IoRestorecommerceCodeSector {
789
+ Unknown = 0,
790
+ Acoustics = 1,
791
+ AtomicAndNuclearPhysics = 2,
792
+ CharacteristicNumbers = 3,
793
+ ElectricityAndMagnetism = 4,
794
+ Heat = 5,
795
+ LightAndRelatedElectromagneticRadiations = 6,
796
+ Mechanics = 7,
797
+ Miscellaneous = 8,
798
+ NuclearReactionsAndIonizingRadiations = 9,
799
+ PeriodicAndRelatedPhases = 10,
800
+ PhysicalChemistryAndMolecularPhysics = 11,
801
+ SolidStatePhysics = 12,
802
+ SpaceAndTime = 13
803
+ }
715
804
  export type Mutation = {
716
805
  __typename?: 'Mutation';
717
806
  resource: ResourceMutation;
@@ -730,6 +819,7 @@ export type ResourceMutation = {
730
819
  tax_type: ResourceTaxTypeMutation;
731
820
  tax: ResourceTaxMutation;
732
821
  command: ResourceCommandMutation;
822
+ code: ResourceCodeMutation;
733
823
  };
734
824
  export type ResourceAddressMutation = {
735
825
  __typename?: 'ResourceAddressMutation';
@@ -744,63 +834,63 @@ export type ResourceAddressMutationDeleteArgs = {
744
834
  };
745
835
  export type IIoRestorecommerceAddressAddressList = {
746
836
  items?: InputMaybe<Array<IIoRestorecommerceAddressAddress>>;
747
- totalCount?: InputMaybe<Scalars['Int']>;
837
+ totalCount?: InputMaybe<Scalars['Int']['input']>;
748
838
  mode?: InputMaybe<ModeType>;
749
839
  /** target scope */
750
- scope?: InputMaybe<Scalars['String']>;
840
+ scope?: InputMaybe<Scalars['String']['input']>;
751
841
  };
752
842
  export type IIoRestorecommerceAddressAddress = {
753
- id?: InputMaybe<Scalars['String']>;
843
+ id?: InputMaybe<Scalars['String']['input']>;
754
844
  meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
755
- postcode?: InputMaybe<Scalars['String']>;
756
- countryId?: InputMaybe<Scalars['String']>;
757
- locality?: InputMaybe<Scalars['String']>;
758
- street?: InputMaybe<Scalars['String']>;
759
- 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']>;
760
850
  geoCoordinates?: InputMaybe<IIoRestorecommerceAddressGeoPoint>;
761
- altitude?: InputMaybe<Scalars['Float']>;
762
- buildingNumber?: InputMaybe<Scalars['String']>;
851
+ altitude?: InputMaybe<Scalars['Float']['input']>;
852
+ buildingNumber?: InputMaybe<Scalars['String']['input']>;
763
853
  addressAddition?: InputMaybe<IIoRestorecommerceAddressAddressAddition>;
764
854
  businessAddress?: InputMaybe<IIoRestorecommerceAddressBusinessAddress>;
765
855
  residentialAddress?: InputMaybe<IIoRestorecommerceAddressResidentialAddress>;
766
856
  packStation?: InputMaybe<IIoRestorecommerceAddressPackStation>;
767
857
  };
768
858
  export type IIoRestorecommerceMetaMeta = {
769
- created?: InputMaybe<Scalars['Float']>;
770
- modified?: InputMaybe<Scalars['Float']>;
771
- modifiedBy?: InputMaybe<Scalars['String']>;
859
+ created?: InputMaybe<Scalars['Float']['input']>;
860
+ modified?: InputMaybe<Scalars['Float']['input']>;
861
+ modifiedBy?: InputMaybe<Scalars['String']['input']>;
772
862
  owners?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
773
863
  acls?: InputMaybe<Array<IIoRestorecommerceAttributeAttributeObj>>;
774
864
  };
775
865
  export type IIoRestorecommerceAttributeAttribute = {
776
- id?: InputMaybe<Scalars['String']>;
777
- value?: InputMaybe<Scalars['String']>;
866
+ id?: InputMaybe<Scalars['String']['input']>;
867
+ value?: InputMaybe<Scalars['String']['input']>;
778
868
  attributes?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
779
869
  };
780
870
  export type IIoRestorecommerceAttributeAttributeObj = {
781
871
  attributes?: InputMaybe<IIoRestorecommerceAttributeAttribute>;
782
872
  };
783
873
  export type IIoRestorecommerceAddressGeoPoint = {
784
- latitude?: InputMaybe<Scalars['Float']>;
785
- longitude?: InputMaybe<Scalars['Float']>;
874
+ latitude?: InputMaybe<Scalars['Float']['input']>;
875
+ longitude?: InputMaybe<Scalars['Float']['input']>;
786
876
  };
787
877
  export type IIoRestorecommerceAddressAddressAddition = {
788
- field1?: InputMaybe<Scalars['String']>;
789
- field2?: InputMaybe<Scalars['String']>;
878
+ field1?: InputMaybe<Scalars['String']['input']>;
879
+ field2?: InputMaybe<Scalars['String']['input']>;
790
880
  };
791
881
  export type IIoRestorecommerceAddressBusinessAddress = {
792
- name?: InputMaybe<Scalars['String']>;
882
+ name?: InputMaybe<Scalars['String']['input']>;
793
883
  };
794
884
  export type IIoRestorecommerceAddressResidentialAddress = {
795
- title?: InputMaybe<Scalars['String']>;
796
- givenName?: InputMaybe<Scalars['String']>;
797
- midName?: InputMaybe<Scalars['String']>;
798
- 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']>;
799
889
  };
800
890
  export type IIoRestorecommerceAddressPackStation = {
801
- provider?: InputMaybe<Scalars['String']>;
802
- stationNumber?: InputMaybe<Scalars['String']>;
803
- postNumber?: InputMaybe<Scalars['String']>;
891
+ provider?: InputMaybe<Scalars['String']['input']>;
892
+ stationNumber?: InputMaybe<Scalars['String']['input']>;
893
+ postNumber?: InputMaybe<Scalars['String']['input']>;
804
894
  };
805
895
  export declare enum ModeType {
806
896
  Create = "CREATE",
@@ -817,12 +907,12 @@ export type IoRestorecommerceResourcebaseDeleteResponse = {
817
907
  operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
818
908
  };
819
909
  export type IIoRestorecommerceResourcebaseDeleteRequest = {
820
- collection?: InputMaybe<Scalars['Boolean']>;
821
- ids?: InputMaybe<Array<Scalars['String']>>;
822
- views?: InputMaybe<Array<Scalars['String']>>;
823
- 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']>>;
824
914
  /** target scope */
825
- scope?: InputMaybe<Scalars['String']>;
915
+ scope?: InputMaybe<Scalars['String']['input']>;
826
916
  };
827
917
  export type ResourceCountryMutation = {
828
918
  __typename?: 'ResourceCountryMutation';
@@ -837,18 +927,18 @@ export type ResourceCountryMutationDeleteArgs = {
837
927
  };
838
928
  export type IIoRestorecommerceCountryCountryList = {
839
929
  items?: InputMaybe<Array<IIoRestorecommerceCountryCountry>>;
840
- totalCount?: InputMaybe<Scalars['Int']>;
930
+ totalCount?: InputMaybe<Scalars['Int']['input']>;
841
931
  mode?: InputMaybe<ModeType>;
842
932
  /** target scope */
843
- scope?: InputMaybe<Scalars['String']>;
933
+ scope?: InputMaybe<Scalars['String']['input']>;
844
934
  };
845
935
  export type IIoRestorecommerceCountryCountry = {
846
- id?: InputMaybe<Scalars['String']>;
936
+ id?: InputMaybe<Scalars['String']['input']>;
847
937
  meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
848
- name?: InputMaybe<Scalars['String']>;
849
- countryCode?: InputMaybe<Scalars['String']>;
850
- geographicalName?: InputMaybe<Scalars['String']>;
851
- 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']>>;
852
942
  };
853
943
  export type ResourceTimezoneMutation = {
854
944
  __typename?: 'ResourceTimezoneMutation';
@@ -863,15 +953,15 @@ export type ResourceTimezoneMutationDeleteArgs = {
863
953
  };
864
954
  export type IIoRestorecommerceTimezoneTimezoneList = {
865
955
  items?: InputMaybe<Array<IIoRestorecommerceTimezoneTimezone>>;
866
- totalCount?: InputMaybe<Scalars['Int']>;
956
+ totalCount?: InputMaybe<Scalars['Int']['input']>;
867
957
  mode?: InputMaybe<ModeType>;
868
958
  /** target scope */
869
- scope?: InputMaybe<Scalars['String']>;
959
+ scope?: InputMaybe<Scalars['String']['input']>;
870
960
  };
871
961
  export type IIoRestorecommerceTimezoneTimezone = {
872
- id?: InputMaybe<Scalars['String']>;
962
+ id?: InputMaybe<Scalars['String']['input']>;
873
963
  meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
874
- description?: InputMaybe<Scalars['String']>;
964
+ description?: InputMaybe<Scalars['String']['input']>;
875
965
  };
876
966
  export type ResourceContactPointTypeMutation = {
877
967
  __typename?: 'ResourceContactPointTypeMutation';
@@ -886,15 +976,15 @@ export type ResourceContactPointTypeMutationDeleteArgs = {
886
976
  };
887
977
  export type IIoRestorecommerceContactPointTypeContactPointTypeList = {
888
978
  items?: InputMaybe<Array<IIoRestorecommerceContactPointTypeContactPointType>>;
889
- totalCount?: InputMaybe<Scalars['Int']>;
979
+ totalCount?: InputMaybe<Scalars['Int']['input']>;
890
980
  mode?: InputMaybe<ModeType>;
891
981
  /** target scope */
892
- scope?: InputMaybe<Scalars['String']>;
982
+ scope?: InputMaybe<Scalars['String']['input']>;
893
983
  };
894
984
  export type IIoRestorecommerceContactPointTypeContactPointType = {
895
- id?: InputMaybe<Scalars['String']>;
985
+ id?: InputMaybe<Scalars['String']['input']>;
896
986
  meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
897
- type?: InputMaybe<Scalars['String']>;
987
+ type?: InputMaybe<Scalars['String']['input']>;
898
988
  };
899
989
  export type ResourceCustomerMutation = {
900
990
  __typename?: 'ResourceCustomerMutation';
@@ -909,31 +999,31 @@ export type ResourceCustomerMutationDeleteArgs = {
909
999
  };
910
1000
  export type IIoRestorecommerceCustomerCustomerList = {
911
1001
  items?: InputMaybe<Array<IIoRestorecommerceCustomerCustomer>>;
912
- totalCount?: InputMaybe<Scalars['Int']>;
1002
+ totalCount?: InputMaybe<Scalars['Int']['input']>;
913
1003
  mode?: InputMaybe<ModeType>;
914
1004
  /** target scope */
915
- scope?: InputMaybe<Scalars['String']>;
1005
+ scope?: InputMaybe<Scalars['String']['input']>;
916
1006
  };
917
1007
  export type IIoRestorecommerceCustomerCustomer = {
918
- id?: InputMaybe<Scalars['String']>;
1008
+ id?: InputMaybe<Scalars['String']['input']>;
919
1009
  meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
920
1010
  individualUser?: InputMaybe<IIoRestorecommerceCustomerIndividualUser>;
921
1011
  orgUser?: InputMaybe<IIoRestorecommerceCustomerOrgUser>;
922
1012
  guest?: InputMaybe<IIoRestorecommerceCustomerGuest>;
923
1013
  };
924
1014
  export type IIoRestorecommerceCustomerIndividualUser = {
925
- userId?: InputMaybe<Scalars['String']>;
926
- addressId?: InputMaybe<Scalars['String']>;
927
- contactPointIds?: InputMaybe<Array<Scalars['String']>>;
1015
+ userId?: InputMaybe<Scalars['String']['input']>;
1016
+ addressId?: InputMaybe<Scalars['String']['input']>;
1017
+ contactPointIds?: InputMaybe<Array<Scalars['String']['input']>>;
928
1018
  };
929
1019
  export type IIoRestorecommerceCustomerOrgUser = {
930
- userId?: InputMaybe<Scalars['String']>;
931
- organizationId?: InputMaybe<Scalars['String']>;
1020
+ userId?: InputMaybe<Scalars['String']['input']>;
1021
+ organizationId?: InputMaybe<Scalars['String']['input']>;
932
1022
  };
933
1023
  export type IIoRestorecommerceCustomerGuest = {
934
- guest?: InputMaybe<Scalars['Boolean']>;
935
- addressId?: InputMaybe<Scalars['String']>;
936
- contactPointIds?: InputMaybe<Array<Scalars['String']>>;
1024
+ guest?: InputMaybe<Scalars['Boolean']['input']>;
1025
+ addressId?: InputMaybe<Scalars['String']['input']>;
1026
+ contactPointIds?: InputMaybe<Array<Scalars['String']['input']>>;
937
1027
  };
938
1028
  export type ResourceContactPointMutation = {
939
1029
  __typename?: 'ResourceContactPointMutation';
@@ -948,21 +1038,21 @@ export type ResourceContactPointMutationDeleteArgs = {
948
1038
  };
949
1039
  export type IIoRestorecommerceContactPointContactPointList = {
950
1040
  items?: InputMaybe<Array<IIoRestorecommerceContactPointContactPoint>>;
951
- totalCount?: InputMaybe<Scalars['Int']>;
1041
+ totalCount?: InputMaybe<Scalars['Int']['input']>;
952
1042
  mode?: InputMaybe<ModeType>;
953
1043
  /** target scope */
954
- scope?: InputMaybe<Scalars['String']>;
1044
+ scope?: InputMaybe<Scalars['String']['input']>;
955
1045
  };
956
1046
  export type IIoRestorecommerceContactPointContactPoint = {
957
- id?: InputMaybe<Scalars['String']>;
1047
+ id?: InputMaybe<Scalars['String']['input']>;
958
1048
  meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
959
- physicalAddressId?: InputMaybe<Scalars['String']>;
960
- website?: InputMaybe<Scalars['String']>;
961
- email?: InputMaybe<Scalars['String']>;
962
- contactPointTypeId?: InputMaybe<Scalars['String']>;
963
- telephone?: InputMaybe<Scalars['String']>;
964
- timezoneId?: InputMaybe<Scalars['String']>;
965
- 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']>;
966
1056
  };
967
1057
  export type ResourceLocaleMutation = {
968
1058
  __typename?: 'ResourceLocaleMutation';
@@ -977,16 +1067,16 @@ export type ResourceLocaleMutationDeleteArgs = {
977
1067
  };
978
1068
  export type IIoRestorecommerceLocaleLocaleList = {
979
1069
  items?: InputMaybe<Array<IIoRestorecommerceLocaleLocale>>;
980
- totalCount?: InputMaybe<Scalars['Int']>;
1070
+ totalCount?: InputMaybe<Scalars['Int']['input']>;
981
1071
  mode?: InputMaybe<ModeType>;
982
1072
  /** target scope */
983
- scope?: InputMaybe<Scalars['String']>;
1073
+ scope?: InputMaybe<Scalars['String']['input']>;
984
1074
  };
985
1075
  export type IIoRestorecommerceLocaleLocale = {
986
- id?: InputMaybe<Scalars['String']>;
1076
+ id?: InputMaybe<Scalars['String']['input']>;
987
1077
  meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
988
- value?: InputMaybe<Scalars['String']>;
989
- description?: InputMaybe<Scalars['String']>;
1078
+ value?: InputMaybe<Scalars['String']['input']>;
1079
+ description?: InputMaybe<Scalars['String']['input']>;
990
1080
  };
991
1081
  export type ResourceLocationMutation = {
992
1082
  __typename?: 'ResourceLocationMutation';
@@ -1001,21 +1091,21 @@ export type ResourceLocationMutationDeleteArgs = {
1001
1091
  };
1002
1092
  export type IIoRestorecommerceLocationLocationList = {
1003
1093
  items?: InputMaybe<Array<IIoRestorecommerceLocationLocation>>;
1004
- totalCount?: InputMaybe<Scalars['Int']>;
1094
+ totalCount?: InputMaybe<Scalars['Int']['input']>;
1005
1095
  mode?: InputMaybe<ModeType>;
1006
1096
  /** target scope */
1007
- scope?: InputMaybe<Scalars['String']>;
1097
+ scope?: InputMaybe<Scalars['String']['input']>;
1008
1098
  };
1009
1099
  export type IIoRestorecommerceLocationLocation = {
1010
- id?: InputMaybe<Scalars['String']>;
1100
+ id?: InputMaybe<Scalars['String']['input']>;
1011
1101
  meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
1012
- name?: InputMaybe<Scalars['String']>;
1013
- description?: InputMaybe<Scalars['String']>;
1014
- organizationId?: InputMaybe<Scalars['String']>;
1015
- parentId?: InputMaybe<Scalars['String']>;
1016
- 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']>;
1017
1107
  data?: InputMaybe<IGoogleProtobufAny>;
1018
- type?: InputMaybe<Scalars['String']>;
1108
+ type?: InputMaybe<Scalars['String']['input']>;
1019
1109
  };
1020
1110
  export type ResourceOrganizationMutation = {
1021
1111
  __typename?: 'ResourceOrganizationMutation';
@@ -1030,26 +1120,26 @@ export type ResourceOrganizationMutationDeleteArgs = {
1030
1120
  };
1031
1121
  export type IIoRestorecommerceOrganizationOrganizationList = {
1032
1122
  items?: InputMaybe<Array<IIoRestorecommerceOrganizationOrganization>>;
1033
- totalCount?: InputMaybe<Scalars['Int']>;
1123
+ totalCount?: InputMaybe<Scalars['Int']['input']>;
1034
1124
  mode?: InputMaybe<ModeType>;
1035
1125
  /** target scope */
1036
- scope?: InputMaybe<Scalars['String']>;
1126
+ scope?: InputMaybe<Scalars['String']['input']>;
1037
1127
  };
1038
1128
  export type IIoRestorecommerceOrganizationOrganization = {
1039
- id?: InputMaybe<Scalars['String']>;
1129
+ id?: InputMaybe<Scalars['String']['input']>;
1040
1130
  meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
1041
- addressId?: InputMaybe<Scalars['String']>;
1042
- parentId?: InputMaybe<Scalars['String']>;
1043
- contactPointIds?: InputMaybe<Array<Scalars['String']>>;
1044
- website?: InputMaybe<Scalars['String']>;
1045
- email?: InputMaybe<Scalars['String']>;
1046
- logo?: InputMaybe<Scalars['String']>;
1047
- vatId?: InputMaybe<Scalars['String']>;
1048
- isicV4?: InputMaybe<Scalars['String']>;
1049
- registration?: InputMaybe<Scalars['String']>;
1050
- registrationCourt?: InputMaybe<Scalars['String']>;
1051
- name?: InputMaybe<Scalars['String']>;
1052
- 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']>>;
1053
1143
  data?: InputMaybe<IGoogleProtobufAny>;
1054
1144
  };
1055
1145
  export type ResourceTaxTypeMutation = {
@@ -1065,16 +1155,16 @@ export type ResourceTaxTypeMutationDeleteArgs = {
1065
1155
  };
1066
1156
  export type IIoRestorecommerceTaxTypeTaxTypeList = {
1067
1157
  items?: InputMaybe<Array<IIoRestorecommerceTaxTypeTaxType>>;
1068
- totalCount?: InputMaybe<Scalars['Int']>;
1158
+ totalCount?: InputMaybe<Scalars['Int']['input']>;
1069
1159
  mode?: InputMaybe<ModeType>;
1070
1160
  /** target scope */
1071
- scope?: InputMaybe<Scalars['String']>;
1161
+ scope?: InputMaybe<Scalars['String']['input']>;
1072
1162
  };
1073
1163
  export type IIoRestorecommerceTaxTypeTaxType = {
1074
- id?: InputMaybe<Scalars['String']>;
1164
+ id?: InputMaybe<Scalars['String']['input']>;
1075
1165
  meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
1076
- type?: InputMaybe<Scalars['String']>;
1077
- description?: InputMaybe<Scalars['String']>;
1166
+ type?: InputMaybe<Scalars['String']['input']>;
1167
+ description?: InputMaybe<Scalars['String']['input']>;
1078
1168
  behavior?: InputMaybe<IoRestorecommerceTaxTypeBehavior>;
1079
1169
  };
1080
1170
  export type ResourceTaxMutation = {
@@ -1090,18 +1180,18 @@ export type ResourceTaxMutationDeleteArgs = {
1090
1180
  };
1091
1181
  export type IIoRestorecommerceTaxTaxList = {
1092
1182
  items?: InputMaybe<Array<IIoRestorecommerceTaxTax>>;
1093
- totalCount?: InputMaybe<Scalars['Int']>;
1183
+ totalCount?: InputMaybe<Scalars['Int']['input']>;
1094
1184
  mode?: InputMaybe<ModeType>;
1095
1185
  /** target scope */
1096
- scope?: InputMaybe<Scalars['String']>;
1186
+ scope?: InputMaybe<Scalars['String']['input']>;
1097
1187
  };
1098
1188
  export type IIoRestorecommerceTaxTax = {
1099
- id?: InputMaybe<Scalars['String']>;
1189
+ id?: InputMaybe<Scalars['String']['input']>;
1100
1190
  meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
1101
- countryId?: InputMaybe<Scalars['String']>;
1102
- rate?: InputMaybe<Scalars['Float']>;
1103
- variant?: InputMaybe<Scalars['String']>;
1104
- 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']>;
1105
1195
  };
1106
1196
  export type ResourceCommandMutation = {
1107
1197
  __typename?: 'ResourceCommandMutation';
@@ -1116,23 +1206,56 @@ export type ResourceCommandMutationDeleteArgs = {
1116
1206
  };
1117
1207
  export type IIoRestorecommerceCommandCommandList = {
1118
1208
  items?: InputMaybe<Array<IIoRestorecommerceCommandCommand>>;
1119
- totalCount?: InputMaybe<Scalars['Int']>;
1209
+ totalCount?: InputMaybe<Scalars['Int']['input']>;
1120
1210
  mode?: InputMaybe<ModeType>;
1121
1211
  /** target scope */
1122
- scope?: InputMaybe<Scalars['String']>;
1212
+ scope?: InputMaybe<Scalars['String']['input']>;
1123
1213
  };
1124
1214
  export type IIoRestorecommerceCommandCommand = {
1125
- id?: InputMaybe<Scalars['String']>;
1215
+ id?: InputMaybe<Scalars['String']['input']>;
1126
1216
  meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
1127
- name?: InputMaybe<Scalars['String']>;
1217
+ name?: InputMaybe<Scalars['String']['input']>;
1128
1218
  parameters?: InputMaybe<Array<IIoRestorecommerceCommandCommandParameter>>;
1129
- description?: InputMaybe<Scalars['String']>;
1219
+ description?: InputMaybe<Scalars['String']['input']>;
1130
1220
  };
1131
1221
  export type IIoRestorecommerceCommandCommandParameter = {
1132
- field?: InputMaybe<Scalars['String']>;
1133
- description?: InputMaybe<Scalars['String']>;
1222
+ field?: InputMaybe<Scalars['String']['input']>;
1223
+ description?: InputMaybe<Scalars['String']['input']>;
1134
1224
  type?: InputMaybe<IoRestorecommerceCommandCommandParameterParameterType>;
1135
- properties?: InputMaybe<Scalars['String']>;
1225
+ properties?: InputMaybe<Scalars['String']['input']>;
1226
+ };
1227
+ export type ResourceCodeMutation = {
1228
+ __typename?: 'ResourceCodeMutation';
1229
+ Mutate?: Maybe<ProtoIoRestorecommerceCodeCodeListResponse>;
1230
+ Delete?: Maybe<ProtoIoRestorecommerceResourcebaseDeleteResponse>;
1231
+ };
1232
+ export type ResourceCodeMutationMutateArgs = {
1233
+ input: IIoRestorecommerceCodeCodeList;
1234
+ };
1235
+ export type ResourceCodeMutationDeleteArgs = {
1236
+ input: IIoRestorecommerceResourcebaseDeleteRequest;
1237
+ };
1238
+ export type IIoRestorecommerceCodeCodeList = {
1239
+ items?: InputMaybe<Array<IIoRestorecommerceCodeCode>>;
1240
+ totalCount?: InputMaybe<Scalars['Int']['input']>;
1241
+ mode?: InputMaybe<ModeType>;
1242
+ /** target scope */
1243
+ scope?: InputMaybe<Scalars['String']['input']>;
1244
+ };
1245
+ export type IIoRestorecommerceCodeCode = {
1246
+ id?: InputMaybe<Scalars['String']['input']>;
1247
+ meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
1248
+ status?: InputMaybe<IoRestorecommerceCodeStatus>;
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']>;
1256
+ sector?: InputMaybe<IoRestorecommerceCodeSector>;
1257
+ groupId?: InputMaybe<Scalars['String']['input']>;
1258
+ quantity?: InputMaybe<Scalars['String']['input']>;
1136
1259
  };
1137
1260
  export type Subscription = {
1138
1261
  __typename?: 'Subscription';
@@ -1143,7 +1266,7 @@ export type SubscriptionOrderingOrdersArgs = {
1143
1266
  };
1144
1267
  export type SubscriptionOutput = {
1145
1268
  __typename?: 'SubscriptionOutput';
1146
- id?: Maybe<Scalars['String']>;
1269
+ id?: Maybe<Scalars['String']['output']>;
1147
1270
  };
1148
1271
  export declare enum SubscriptionAction {
1149
1272
  Created = "CREATED",
@@ -1187,9 +1310,9 @@ export type ResolversTypes = ResolversObject<{
1187
1310
  IoRestorecommerceAddressAddressListResponse: ResolverTypeWrapper<IoRestorecommerceAddressAddressListResponse>;
1188
1311
  IoRestorecommerceAddressAddressResponse: ResolverTypeWrapper<IoRestorecommerceAddressAddressResponse>;
1189
1312
  IoRestorecommerceAddressAddress: ResolverTypeWrapper<IoRestorecommerceAddressAddress>;
1190
- String: ResolverTypeWrapper<Scalars['String']>;
1313
+ String: ResolverTypeWrapper<Scalars['String']['output']>;
1191
1314
  IoRestorecommerceMetaMeta: ResolverTypeWrapper<IoRestorecommerceMetaMeta>;
1192
- Float: ResolverTypeWrapper<Scalars['Float']>;
1315
+ Float: ResolverTypeWrapper<Scalars['Float']['output']>;
1193
1316
  IoRestorecommerceAttributeAttribute: ResolverTypeWrapper<IoRestorecommerceAttributeAttribute>;
1194
1317
  IoRestorecommerceAttributeAttributeObj: ResolverTypeWrapper<IoRestorecommerceAttributeAttributeObj>;
1195
1318
  IoRestorecommerceCountryCountry: ResolverTypeWrapper<IoRestorecommerceCountryCountry>;
@@ -1199,7 +1322,7 @@ export type ResolversTypes = ResolversObject<{
1199
1322
  IoRestorecommerceAddressResidentialAddress: ResolverTypeWrapper<IoRestorecommerceAddressResidentialAddress>;
1200
1323
  IoRestorecommerceAddressPackStation: ResolverTypeWrapper<IoRestorecommerceAddressPackStation>;
1201
1324
  IoRestorecommerceStatusStatus: ResolverTypeWrapper<IoRestorecommerceStatusStatus>;
1202
- Int: ResolverTypeWrapper<Scalars['Int']>;
1325
+ Int: ResolverTypeWrapper<Scalars['Int']['output']>;
1203
1326
  IoRestorecommerceStatusOperationStatus: ResolverTypeWrapper<IoRestorecommerceStatusOperationStatus>;
1204
1327
  IIoRestorecommerceResourcebaseReadRequest: IIoRestorecommerceResourcebaseReadRequest;
1205
1328
  IIoRestorecommerceResourcebaseSort: IIoRestorecommerceResourcebaseSort;
@@ -1215,9 +1338,9 @@ export type ResolversTypes = ResolversObject<{
1215
1338
  IoRestorecommerceFilterFilterOpOperator: IoRestorecommerceFilterFilterOpOperator;
1216
1339
  IoRestorecommerceResourcebaseFilterOpOperator: IoRestorecommerceResourcebaseFilterOpOperator;
1217
1340
  IIoRestorecommerceResourcebaseFieldFilter: IIoRestorecommerceResourcebaseFieldFilter;
1218
- Boolean: ResolverTypeWrapper<Scalars['Boolean']>;
1341
+ Boolean: ResolverTypeWrapper<Scalars['Boolean']['output']>;
1219
1342
  IGoogleProtobufAny: IGoogleProtobufAny;
1220
- GoogleProtobufAnyValue: ResolverTypeWrapper<Scalars['GoogleProtobufAnyValue']>;
1343
+ GoogleProtobufAnyValue: ResolverTypeWrapper<Scalars['GoogleProtobufAnyValue']['output']>;
1221
1344
  IIoRestorecommerceResourcebaseSearch: IIoRestorecommerceResourcebaseSearch;
1222
1345
  ResourceCountryQuery: ResolverTypeWrapper<ResourceCountryQuery>;
1223
1346
  ProtoIoRestorecommerceCountryCountryListResponse: ResolverTypeWrapper<ProtoIoRestorecommerceCountryCountryListResponse>;
@@ -1285,6 +1408,13 @@ export type ResolversTypes = ResolversObject<{
1285
1408
  IoRestorecommerceCommandCommand: ResolverTypeWrapper<IoRestorecommerceCommandCommand>;
1286
1409
  IoRestorecommerceCommandCommandParameter: ResolverTypeWrapper<IoRestorecommerceCommandCommandParameter>;
1287
1410
  IoRestorecommerceCommandCommandParameterParameterType: IoRestorecommerceCommandCommandParameterParameterType;
1411
+ ResourceCodeQuery: ResolverTypeWrapper<ResourceCodeQuery>;
1412
+ ProtoIoRestorecommerceCodeCodeListResponse: ResolverTypeWrapper<ProtoIoRestorecommerceCodeCodeListResponse>;
1413
+ IoRestorecommerceCodeCodeListResponse: ResolverTypeWrapper<IoRestorecommerceCodeCodeListResponse>;
1414
+ IoRestorecommerceCodeCodeResponse: ResolverTypeWrapper<IoRestorecommerceCodeCodeResponse>;
1415
+ IoRestorecommerceCodeCode: ResolverTypeWrapper<IoRestorecommerceCodeCode>;
1416
+ IoRestorecommerceCodeStatus: IoRestorecommerceCodeStatus;
1417
+ IoRestorecommerceCodeSector: IoRestorecommerceCodeSector;
1288
1418
  Mutation: ResolverTypeWrapper<{}>;
1289
1419
  ResourceMutation: ResolverTypeWrapper<ResourceMutation>;
1290
1420
  ResourceAddressMutation: ResolverTypeWrapper<ResourceAddressMutation>;
@@ -1339,6 +1469,9 @@ export type ResolversTypes = ResolversObject<{
1339
1469
  IIoRestorecommerceCommandCommandList: IIoRestorecommerceCommandCommandList;
1340
1470
  IIoRestorecommerceCommandCommand: IIoRestorecommerceCommandCommand;
1341
1471
  IIoRestorecommerceCommandCommandParameter: IIoRestorecommerceCommandCommandParameter;
1472
+ ResourceCodeMutation: ResolverTypeWrapper<ResourceCodeMutation>;
1473
+ IIoRestorecommerceCodeCodeList: IIoRestorecommerceCodeCodeList;
1474
+ IIoRestorecommerceCodeCode: IIoRestorecommerceCodeCode;
1342
1475
  Subscription: ResolverTypeWrapper<{}>;
1343
1476
  SubscriptionOutput: ResolverTypeWrapper<SubscriptionOutput>;
1344
1477
  SubscriptionAction: SubscriptionAction;
@@ -1352,9 +1485,9 @@ export type ResolversParentTypes = ResolversObject<{
1352
1485
  IoRestorecommerceAddressAddressListResponse: IoRestorecommerceAddressAddressListResponse;
1353
1486
  IoRestorecommerceAddressAddressResponse: IoRestorecommerceAddressAddressResponse;
1354
1487
  IoRestorecommerceAddressAddress: IoRestorecommerceAddressAddress;
1355
- String: Scalars['String'];
1488
+ String: Scalars['String']['output'];
1356
1489
  IoRestorecommerceMetaMeta: IoRestorecommerceMetaMeta;
1357
- Float: Scalars['Float'];
1490
+ Float: Scalars['Float']['output'];
1358
1491
  IoRestorecommerceAttributeAttribute: IoRestorecommerceAttributeAttribute;
1359
1492
  IoRestorecommerceAttributeAttributeObj: IoRestorecommerceAttributeAttributeObj;
1360
1493
  IoRestorecommerceCountryCountry: IoRestorecommerceCountryCountry;
@@ -1364,7 +1497,7 @@ export type ResolversParentTypes = ResolversObject<{
1364
1497
  IoRestorecommerceAddressResidentialAddress: IoRestorecommerceAddressResidentialAddress;
1365
1498
  IoRestorecommerceAddressPackStation: IoRestorecommerceAddressPackStation;
1366
1499
  IoRestorecommerceStatusStatus: IoRestorecommerceStatusStatus;
1367
- Int: Scalars['Int'];
1500
+ Int: Scalars['Int']['output'];
1368
1501
  IoRestorecommerceStatusOperationStatus: IoRestorecommerceStatusOperationStatus;
1369
1502
  IIoRestorecommerceResourcebaseReadRequest: IIoRestorecommerceResourcebaseReadRequest;
1370
1503
  IIoRestorecommerceResourcebaseSort: IIoRestorecommerceResourcebaseSort;
@@ -1373,9 +1506,9 @@ export type ResolversParentTypes = ResolversObject<{
1373
1506
  IIoRestorecommerceFilterFilterOp: IIoRestorecommerceFilterFilterOp;
1374
1507
  IIoRestorecommerceFilterFilter: IIoRestorecommerceFilterFilter;
1375
1508
  IIoRestorecommerceResourcebaseFieldFilter: IIoRestorecommerceResourcebaseFieldFilter;
1376
- Boolean: Scalars['Boolean'];
1509
+ Boolean: Scalars['Boolean']['output'];
1377
1510
  IGoogleProtobufAny: IGoogleProtobufAny;
1378
- GoogleProtobufAnyValue: Scalars['GoogleProtobufAnyValue'];
1511
+ GoogleProtobufAnyValue: Scalars['GoogleProtobufAnyValue']['output'];
1379
1512
  IIoRestorecommerceResourcebaseSearch: IIoRestorecommerceResourcebaseSearch;
1380
1513
  ResourceCountryQuery: ResourceCountryQuery;
1381
1514
  ProtoIoRestorecommerceCountryCountryListResponse: ProtoIoRestorecommerceCountryCountryListResponse;
@@ -1440,6 +1573,11 @@ export type ResolversParentTypes = ResolversObject<{
1440
1573
  IoRestorecommerceCommandCommandResponse: IoRestorecommerceCommandCommandResponse;
1441
1574
  IoRestorecommerceCommandCommand: IoRestorecommerceCommandCommand;
1442
1575
  IoRestorecommerceCommandCommandParameter: IoRestorecommerceCommandCommandParameter;
1576
+ ResourceCodeQuery: ResourceCodeQuery;
1577
+ ProtoIoRestorecommerceCodeCodeListResponse: ProtoIoRestorecommerceCodeCodeListResponse;
1578
+ IoRestorecommerceCodeCodeListResponse: IoRestorecommerceCodeCodeListResponse;
1579
+ IoRestorecommerceCodeCodeResponse: IoRestorecommerceCodeCodeResponse;
1580
+ IoRestorecommerceCodeCode: IoRestorecommerceCodeCode;
1443
1581
  Mutation: {};
1444
1582
  ResourceMutation: ResourceMutation;
1445
1583
  ResourceAddressMutation: ResourceAddressMutation;
@@ -1493,6 +1631,9 @@ export type ResolversParentTypes = ResolversObject<{
1493
1631
  IIoRestorecommerceCommandCommandList: IIoRestorecommerceCommandCommandList;
1494
1632
  IIoRestorecommerceCommandCommand: IIoRestorecommerceCommandCommand;
1495
1633
  IIoRestorecommerceCommandCommandParameter: IIoRestorecommerceCommandCommandParameter;
1634
+ ResourceCodeMutation: ResourceCodeMutation;
1635
+ IIoRestorecommerceCodeCodeList: IIoRestorecommerceCodeCodeList;
1636
+ IIoRestorecommerceCodeCode: IIoRestorecommerceCodeCode;
1496
1637
  Subscription: {};
1497
1638
  SubscriptionOutput: SubscriptionOutput;
1498
1639
  }>;
@@ -1512,6 +1653,7 @@ export type ResourceQueryResolvers<ContextType = ResourceContext, ParentType ext
1512
1653
  tax_type?: Resolver<ResolversTypes['ResourceTaxTypeQuery'], ParentType, ContextType>;
1513
1654
  tax?: Resolver<ResolversTypes['ResourceTaxQuery'], ParentType, ContextType>;
1514
1655
  command?: Resolver<ResolversTypes['ResourceCommandQuery'], ParentType, ContextType>;
1656
+ code?: Resolver<ResolversTypes['ResourceCodeQuery'], ParentType, ContextType>;
1515
1657
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
1516
1658
  }>;
1517
1659
  export type ResourceAddressQueryResolvers<ContextType = ResourceContext, ParentType extends ResolversParentTypes['ResourceAddressQuery'] = ResolversParentTypes['ResourceAddressQuery']> = ResolversObject<{
@@ -2097,6 +2239,65 @@ export type IoRestorecommerceCommandCommandParameterParameterTypeResolvers = {
2097
2239
  number_value: 3;
2098
2240
  string_value: 4;
2099
2241
  };
2242
+ export type ResourceCodeQueryResolvers<ContextType = ResourceContext, ParentType extends ResolversParentTypes['ResourceCodeQuery'] = ResolversParentTypes['ResourceCodeQuery']> = ResolversObject<{
2243
+ Read?: Resolver<Maybe<ResolversTypes['ProtoIoRestorecommerceCodeCodeListResponse']>, ParentType, ContextType, RequireFields<ResourceCodeQueryReadArgs, 'input'>>;
2244
+ __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
2245
+ }>;
2246
+ export type ProtoIoRestorecommerceCodeCodeListResponseResolvers<ContextType = ResourceContext, ParentType extends ResolversParentTypes['ProtoIoRestorecommerceCodeCodeListResponse'] = ResolversParentTypes['ProtoIoRestorecommerceCodeCodeListResponse']> = ResolversObject<{
2247
+ details?: Resolver<Maybe<ResolversTypes['IoRestorecommerceCodeCodeListResponse']>, ParentType, ContextType>;
2248
+ __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
2249
+ }>;
2250
+ export type IoRestorecommerceCodeCodeListResponseResolvers<ContextType = ResourceContext, ParentType extends ResolversParentTypes['IoRestorecommerceCodeCodeListResponse'] = ResolversParentTypes['IoRestorecommerceCodeCodeListResponse']> = ResolversObject<{
2251
+ items?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceCodeCodeResponse']>>, ParentType, ContextType>;
2252
+ totalCount?: Resolver<Maybe<ResolversTypes['Int']>, ParentType, ContextType>;
2253
+ operationStatus?: Resolver<Maybe<ResolversTypes['IoRestorecommerceStatusOperationStatus']>, ParentType, ContextType>;
2254
+ __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
2255
+ }>;
2256
+ export type IoRestorecommerceCodeCodeResponseResolvers<ContextType = ResourceContext, ParentType extends ResolversParentTypes['IoRestorecommerceCodeCodeResponse'] = ResolversParentTypes['IoRestorecommerceCodeCodeResponse']> = ResolversObject<{
2257
+ payload?: Resolver<Maybe<ResolversTypes['IoRestorecommerceCodeCode']>, ParentType, ContextType>;
2258
+ status?: Resolver<Maybe<ResolversTypes['IoRestorecommerceStatusStatus']>, ParentType, ContextType>;
2259
+ __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
2260
+ }>;
2261
+ export type IoRestorecommerceCodeCodeResolvers<ContextType = ResourceContext, ParentType extends ResolversParentTypes['IoRestorecommerceCodeCode'] = ResolversParentTypes['IoRestorecommerceCodeCode']> = ResolversObject<{
2262
+ id?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
2263
+ meta?: Resolver<Maybe<ResolversTypes['IoRestorecommerceMetaMeta']>, ParentType, ContextType>;
2264
+ status?: Resolver<Maybe<ResolversTypes['IoRestorecommerceCodeStatus']>, ParentType, ContextType>;
2265
+ commonCode?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
2266
+ name?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
2267
+ description?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
2268
+ levelCategory?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
2269
+ symbol?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
2270
+ conversionFactor?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
2271
+ groupNumber?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
2272
+ sector?: Resolver<Maybe<ResolversTypes['IoRestorecommerceCodeSector']>, ParentType, ContextType>;
2273
+ groupId?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
2274
+ quantity?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
2275
+ __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
2276
+ }>;
2277
+ export type IoRestorecommerceCodeStatusResolvers = {
2278
+ ADDED: 0;
2279
+ CHANGED_NAME: 1;
2280
+ CHANGED_CHARACTERISTIC: 2;
2281
+ DEPRECATED: 3;
2282
+ MARKED_AS_DELETED: 4;
2283
+ REINSTATED: 5;
2284
+ };
2285
+ export type IoRestorecommerceCodeSectorResolvers = {
2286
+ UNKNOWN: 0;
2287
+ ACOUSTICS: 1;
2288
+ ATOMIC_AND_NUCLEAR_PHYSICS: 2;
2289
+ CHARACTERISTIC_NUMBERS: 3;
2290
+ ELECTRICITY_AND_MAGNETISM: 4;
2291
+ HEAT: 5;
2292
+ LIGHT_AND_RELATED_ELECTROMAGNETIC_RADIATIONS: 6;
2293
+ MECHANICS: 7;
2294
+ MISCELLANEOUS: 8;
2295
+ NUCLEAR_REACTIONS_AND_IONIZING_RADIATIONS: 9;
2296
+ PERIODIC_AND_RELATED_PHASES: 10;
2297
+ PHYSICAL_CHEMISTRY_AND_MOLECULAR_PHYSICS: 11;
2298
+ SOLID_STATE_PHYSICS: 12;
2299
+ SPACE_AND_TIME: 13;
2300
+ };
2100
2301
  export type MutationResolvers<ContextType = ResourceContext, ParentType extends ResolversParentTypes['Mutation'] = ResolversParentTypes['Mutation']> = ResolversObject<{
2101
2302
  resource?: Resolver<ResolversTypes['ResourceMutation'], ParentType, ContextType>;
2102
2303
  }>;
@@ -2113,6 +2314,7 @@ export type ResourceMutationResolvers<ContextType = ResourceContext, ParentType
2113
2314
  tax_type?: Resolver<ResolversTypes['ResourceTaxTypeMutation'], ParentType, ContextType>;
2114
2315
  tax?: Resolver<ResolversTypes['ResourceTaxMutation'], ParentType, ContextType>;
2115
2316
  command?: Resolver<ResolversTypes['ResourceCommandMutation'], ParentType, ContextType>;
2317
+ code?: Resolver<ResolversTypes['ResourceCodeMutation'], ParentType, ContextType>;
2116
2318
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
2117
2319
  }>;
2118
2320
  export type ResourceAddressMutationResolvers<ContextType = ResourceContext, ParentType extends ResolversParentTypes['ResourceAddressMutation'] = ResolversParentTypes['ResourceAddressMutation']> = ResolversObject<{
@@ -2184,6 +2386,11 @@ export type ResourceCommandMutationResolvers<ContextType = ResourceContext, Pare
2184
2386
  Delete?: Resolver<Maybe<ResolversTypes['ProtoIoRestorecommerceResourcebaseDeleteResponse']>, ParentType, ContextType, RequireFields<ResourceCommandMutationDeleteArgs, 'input'>>;
2185
2387
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
2186
2388
  }>;
2389
+ export type ResourceCodeMutationResolvers<ContextType = ResourceContext, ParentType extends ResolversParentTypes['ResourceCodeMutation'] = ResolversParentTypes['ResourceCodeMutation']> = ResolversObject<{
2390
+ Mutate?: Resolver<Maybe<ResolversTypes['ProtoIoRestorecommerceCodeCodeListResponse']>, ParentType, ContextType, RequireFields<ResourceCodeMutationMutateArgs, 'input'>>;
2391
+ Delete?: Resolver<Maybe<ResolversTypes['ProtoIoRestorecommerceResourcebaseDeleteResponse']>, ParentType, ContextType, RequireFields<ResourceCodeMutationDeleteArgs, 'input'>>;
2392
+ __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
2393
+ }>;
2187
2394
  export type SubscriptionResolvers<ContextType = ResourceContext, ParentType extends ResolversParentTypes['Subscription'] = ResolversParentTypes['Subscription']> = ResolversObject<{
2188
2395
  orderingOrders?: SubscriptionResolver<Maybe<ResolversTypes['SubscriptionOutput']>, "orderingOrders", ParentType, ContextType, Partial<SubscriptionOrderingOrdersArgs>>;
2189
2396
  }>;
@@ -2284,6 +2491,13 @@ export type Resolvers<ContextType = ResourceContext> = ResolversObject<{
2284
2491
  IoRestorecommerceCommandCommand?: IoRestorecommerceCommandCommandResolvers<ContextType>;
2285
2492
  IoRestorecommerceCommandCommandParameter?: IoRestorecommerceCommandCommandParameterResolvers<ContextType>;
2286
2493
  IoRestorecommerceCommandCommandParameterParameterType?: IoRestorecommerceCommandCommandParameterParameterTypeResolvers;
2494
+ ResourceCodeQuery?: ResourceCodeQueryResolvers<ContextType>;
2495
+ ProtoIoRestorecommerceCodeCodeListResponse?: ProtoIoRestorecommerceCodeCodeListResponseResolvers<ContextType>;
2496
+ IoRestorecommerceCodeCodeListResponse?: IoRestorecommerceCodeCodeListResponseResolvers<ContextType>;
2497
+ IoRestorecommerceCodeCodeResponse?: IoRestorecommerceCodeCodeResponseResolvers<ContextType>;
2498
+ IoRestorecommerceCodeCode?: IoRestorecommerceCodeCodeResolvers<ContextType>;
2499
+ IoRestorecommerceCodeStatus?: IoRestorecommerceCodeStatusResolvers;
2500
+ IoRestorecommerceCodeSector?: IoRestorecommerceCodeSectorResolvers;
2287
2501
  Mutation?: MutationResolvers<ContextType>;
2288
2502
  ResourceMutation?: ResourceMutationResolvers<ContextType>;
2289
2503
  ResourceAddressMutation?: ResourceAddressMutationResolvers<ContextType>;
@@ -2300,6 +2514,7 @@ export type Resolvers<ContextType = ResourceContext> = ResolversObject<{
2300
2514
  ResourceTaxTypeMutation?: ResourceTaxTypeMutationResolvers<ContextType>;
2301
2515
  ResourceTaxMutation?: ResourceTaxMutationResolvers<ContextType>;
2302
2516
  ResourceCommandMutation?: ResourceCommandMutationResolvers<ContextType>;
2517
+ ResourceCodeMutation?: ResourceCodeMutationResolvers<ContextType>;
2303
2518
  Subscription?: SubscriptionResolvers<ContextType>;
2304
2519
  SubscriptionOutput?: SubscriptionOutputResolvers<ContextType>;
2305
2520
  }>;