@restorecommerce/facade 0.3.5 → 0.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/gql/protos/graphql.js +33 -162
- package/dist/gql/protos/registry.js +14 -6
- package/dist/modules/access-control/gql/schema.generated.d.ts +0 -34
- package/dist/modules/catalog/gql/schema.generated.d.ts +0 -44
- package/dist/modules/fulfillment/gql/schema.generated.d.ts +0 -54
- package/dist/modules/identity/gql/schema.generated.d.ts +0 -72
- package/dist/modules/indexing/gql/schema.generated.d.ts +0 -2
- package/dist/modules/invoicing/gql/schema.generated.d.ts +0 -22
- package/dist/modules/notification/gql/schema.generated.d.ts +0 -22
- package/dist/modules/ordering/gql/schema.generated.d.ts +0 -32
- package/dist/modules/ostorage/gql/schema.generated.d.ts +0 -28
- package/dist/modules/payment/gql/schema.generated.d.ts +0 -8
- package/dist/modules/resource/gql/schema.generated.d.ts +0 -56
- package/dist/modules/scheduling/gql/schema.generated.d.ts +0 -22
- package/package.json +2 -2
@@ -139,8 +139,6 @@ export declare type IIoRestorecommerceResourcebaseReadRequest = {
|
|
139
139
|
export declare type IIoRestorecommerceResourcebaseSort = {
|
140
140
|
field?: InputMaybe<Scalars['String']>;
|
141
141
|
order?: InputMaybe<IoRestorecommerceResourcebaseSortSortOrder>;
|
142
|
-
/** target scope */
|
143
|
-
scope?: InputMaybe<Scalars['String']>;
|
144
142
|
};
|
145
143
|
export declare enum IoRestorecommerceResourcebaseSortSortOrder {
|
146
144
|
Unsorted = 0,
|
@@ -150,8 +148,6 @@ export declare enum IoRestorecommerceResourcebaseSortSortOrder {
|
|
150
148
|
export declare type IIoRestorecommerceResourcebaseFilterOp = {
|
151
149
|
filter?: InputMaybe<Array<IIoRestorecommerceResourcebaseFilter>>;
|
152
150
|
operator?: InputMaybe<IoRestorecommerceResourcebaseFilterOpOperator>;
|
153
|
-
/** target scope */
|
154
|
-
scope?: InputMaybe<Scalars['String']>;
|
155
151
|
};
|
156
152
|
export declare type IIoRestorecommerceResourcebaseFilter = {
|
157
153
|
field?: InputMaybe<Scalars['String']>;
|
@@ -159,8 +155,6 @@ export declare type IIoRestorecommerceResourcebaseFilter = {
|
|
159
155
|
value?: InputMaybe<Scalars['String']>;
|
160
156
|
type?: InputMaybe<IoRestorecommerceResourcebaseFilterValueType>;
|
161
157
|
filters?: InputMaybe<Array<IIoRestorecommerceFilterFilterOp>>;
|
162
|
-
/** target scope */
|
163
|
-
scope?: InputMaybe<Scalars['String']>;
|
164
158
|
};
|
165
159
|
export declare enum IoRestorecommerceResourcebaseFilterOperation {
|
166
160
|
Eq = 0,
|
@@ -183,8 +177,6 @@ export declare enum IoRestorecommerceResourcebaseFilterValueType {
|
|
183
177
|
export declare type IIoRestorecommerceFilterFilterOp = {
|
184
178
|
filter?: InputMaybe<Array<IIoRestorecommerceFilterFilter>>;
|
185
179
|
operator?: InputMaybe<IoRestorecommerceFilterFilterOpOperator>;
|
186
|
-
/** target scope */
|
187
|
-
scope?: InputMaybe<Scalars['String']>;
|
188
180
|
};
|
189
181
|
export declare type IIoRestorecommerceFilterFilter = {
|
190
182
|
field?: InputMaybe<Scalars['String']>;
|
@@ -192,8 +184,6 @@ export declare type IIoRestorecommerceFilterFilter = {
|
|
192
184
|
value?: InputMaybe<Scalars['String']>;
|
193
185
|
type?: InputMaybe<IoRestorecommerceFilterFilterValueType>;
|
194
186
|
filters?: InputMaybe<Array<IIoRestorecommerceFilterFilterOp>>;
|
195
|
-
/** target scope */
|
196
|
-
scope?: InputMaybe<Scalars['String']>;
|
197
187
|
};
|
198
188
|
export declare enum IoRestorecommerceFilterFilterOperation {
|
199
189
|
Eq = 0,
|
@@ -224,14 +214,10 @@ export declare enum IoRestorecommerceResourcebaseFilterOpOperator {
|
|
224
214
|
export declare type IIoRestorecommerceResourcebaseFieldFilter = {
|
225
215
|
name?: InputMaybe<Scalars['String']>;
|
226
216
|
include?: InputMaybe<Scalars['Boolean']>;
|
227
|
-
/** target scope */
|
228
|
-
scope?: InputMaybe<Scalars['String']>;
|
229
217
|
};
|
230
218
|
export declare type IGoogleProtobufAny = {
|
231
219
|
typeUrl?: InputMaybe<Scalars['String']>;
|
232
220
|
value?: InputMaybe<Scalars['Upload']>;
|
233
|
-
/** target scope */
|
234
|
-
scope?: InputMaybe<Scalars['String']>;
|
235
221
|
};
|
236
222
|
export declare type Mutation = {
|
237
223
|
__typename?: 'Mutation';
|
@@ -275,8 +261,6 @@ export declare type IIoRestorecommerceOrderOrder = {
|
|
275
261
|
shippingContactPointId?: InputMaybe<Scalars['String']>;
|
276
262
|
billingContactPointId?: InputMaybe<Scalars['String']>;
|
277
263
|
totalWeightInKg?: InputMaybe<Scalars['Float']>;
|
278
|
-
/** target scope */
|
279
|
-
scope?: InputMaybe<Scalars['String']>;
|
280
264
|
};
|
281
265
|
export declare type IIoRestorecommerceMetaMeta = {
|
282
266
|
created?: InputMaybe<Scalars['Float']>;
|
@@ -284,26 +268,18 @@ export declare type IIoRestorecommerceMetaMeta = {
|
|
284
268
|
modifiedBy?: InputMaybe<Scalars['String']>;
|
285
269
|
owner?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
286
270
|
acl?: InputMaybe<Array<IIoRestorecommerceAttributeAttributeObj>>;
|
287
|
-
/** target scope */
|
288
|
-
scope?: InputMaybe<Scalars['String']>;
|
289
271
|
};
|
290
272
|
export declare type IIoRestorecommerceAttributeAttribute = {
|
291
273
|
id?: InputMaybe<Scalars['String']>;
|
292
274
|
value?: InputMaybe<Scalars['String']>;
|
293
275
|
attribute?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
294
|
-
/** target scope */
|
295
|
-
scope?: InputMaybe<Scalars['String']>;
|
296
276
|
};
|
297
277
|
export declare type IIoRestorecommerceAttributeAttributeObj = {
|
298
278
|
attribute?: InputMaybe<IIoRestorecommerceAttributeAttribute>;
|
299
|
-
/** target scope */
|
300
|
-
scope?: InputMaybe<Scalars['String']>;
|
301
279
|
};
|
302
280
|
export declare type IIoRestorecommerceOrderItems = {
|
303
281
|
quantityPrice?: InputMaybe<Scalars['Float']>;
|
304
282
|
item?: InputMaybe<IIoRestorecommerceOrderItem>;
|
305
|
-
/** target scope */
|
306
|
-
scope?: InputMaybe<Scalars['String']>;
|
307
283
|
};
|
308
284
|
export declare type IIoRestorecommerceOrderItem = {
|
309
285
|
productVariantBundleId?: InputMaybe<Scalars['String']>;
|
@@ -323,8 +299,6 @@ export declare type IIoRestorecommerceOrderItem = {
|
|
323
299
|
lengthInCm?: InputMaybe<Scalars['Int']>;
|
324
300
|
widthInCm?: InputMaybe<Scalars['Int']>;
|
325
301
|
heightInCm?: InputMaybe<Scalars['Int']>;
|
326
|
-
/** target scope */
|
327
|
-
scope?: InputMaybe<Scalars['String']>;
|
328
302
|
};
|
329
303
|
export declare enum ModeType {
|
330
304
|
Create = "CREATE",
|
@@ -372,14 +346,10 @@ export declare type IoRestorecommerceOrderErrorList = {
|
|
372
346
|
export declare type IIoRestorecommerceOrderOrderDataList = {
|
373
347
|
orderData?: InputMaybe<Array<IIoRestorecommerceOrderOrderData>>;
|
374
348
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
375
|
-
/** target scope */
|
376
|
-
scope?: InputMaybe<Scalars['String']>;
|
377
349
|
};
|
378
350
|
export declare type IIoRestorecommerceOrderOrderData = {
|
379
351
|
orderId?: InputMaybe<Scalars['String']>;
|
380
352
|
shipments?: InputMaybe<Array<IIoRestorecommerceOrderShipments>>;
|
381
|
-
/** target scope */
|
382
|
-
scope?: InputMaybe<Scalars['String']>;
|
383
353
|
};
|
384
354
|
export declare type IIoRestorecommerceOrderShipments = {
|
385
355
|
totalWeightInKg?: InputMaybe<Scalars['Float']>;
|
@@ -390,8 +360,6 @@ export declare type IIoRestorecommerceOrderShipments = {
|
|
390
360
|
customsTariffNumber?: InputMaybe<Scalars['String']>;
|
391
361
|
invoiceNumber?: InputMaybe<Scalars['String']>;
|
392
362
|
customsValue?: InputMaybe<Scalars['Float']>;
|
393
|
-
/** target scope */
|
394
|
-
scope?: InputMaybe<Scalars['String']>;
|
395
363
|
};
|
396
364
|
export declare type WithIndex<TObject> = TObject & Record<string, any>;
|
397
365
|
export declare type ResolversObject<TObject> = WithIndex<TObject>;
|
@@ -118,8 +118,6 @@ export declare type IIoRestorecommerceOstorageGetRequest = {
|
|
118
118
|
key?: InputMaybe<Scalars['String']>;
|
119
119
|
bucket?: InputMaybe<Scalars['String']>;
|
120
120
|
download?: InputMaybe<Scalars['Boolean']>;
|
121
|
-
/** target scope */
|
122
|
-
scope?: InputMaybe<Scalars['String']>;
|
123
121
|
};
|
124
122
|
export declare type ProtoIoRestorecommerceOstorageListResponse = {
|
125
123
|
__typename?: 'ProtoIoRestorecommerceOstorageListResponse';
|
@@ -146,14 +144,10 @@ export declare type IIoRestorecommerceOstorageListRequest = {
|
|
146
144
|
filters?: InputMaybe<IIoRestorecommerceFilterFilterOp>;
|
147
145
|
maxKeys?: InputMaybe<Scalars['Int']>;
|
148
146
|
prefix?: InputMaybe<Scalars['String']>;
|
149
|
-
/** target scope */
|
150
|
-
scope?: InputMaybe<Scalars['String']>;
|
151
147
|
};
|
152
148
|
export declare type IIoRestorecommerceFilterFilterOp = {
|
153
149
|
filter?: InputMaybe<Array<IIoRestorecommerceFilterFilter>>;
|
154
150
|
operator?: InputMaybe<IoRestorecommerceFilterFilterOpOperator>;
|
155
|
-
/** target scope */
|
156
|
-
scope?: InputMaybe<Scalars['String']>;
|
157
151
|
};
|
158
152
|
export declare type IIoRestorecommerceFilterFilter = {
|
159
153
|
field?: InputMaybe<Scalars['String']>;
|
@@ -161,8 +155,6 @@ export declare type IIoRestorecommerceFilterFilter = {
|
|
161
155
|
value?: InputMaybe<Scalars['String']>;
|
162
156
|
type?: InputMaybe<IoRestorecommerceFilterFilterValueType>;
|
163
157
|
filters?: InputMaybe<Array<IIoRestorecommerceFilterFilterOp>>;
|
164
|
-
/** target scope */
|
165
|
-
scope?: InputMaybe<Scalars['String']>;
|
166
158
|
};
|
167
159
|
export declare enum IoRestorecommerceFilterFilterOperation {
|
168
160
|
Eq = 0,
|
@@ -243,8 +235,6 @@ export declare type IIoRestorecommerceOstorageObject = {
|
|
243
235
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
244
236
|
url?: InputMaybe<Scalars['String']>;
|
245
237
|
options?: InputMaybe<IIoRestorecommerceOstorageOptions>;
|
246
|
-
/** target scope */
|
247
|
-
scope?: InputMaybe<Scalars['String']>;
|
248
238
|
};
|
249
239
|
export declare type IIoRestorecommerceMetaMeta = {
|
250
240
|
created?: InputMaybe<Scalars['Float']>;
|
@@ -252,20 +242,14 @@ export declare type IIoRestorecommerceMetaMeta = {
|
|
252
242
|
modifiedBy?: InputMaybe<Scalars['String']>;
|
253
243
|
owner?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
254
244
|
acl?: InputMaybe<Array<IIoRestorecommerceAttributeAttributeObj>>;
|
255
|
-
/** target scope */
|
256
|
-
scope?: InputMaybe<Scalars['String']>;
|
257
245
|
};
|
258
246
|
export declare type IIoRestorecommerceAttributeAttribute = {
|
259
247
|
id?: InputMaybe<Scalars['String']>;
|
260
248
|
value?: InputMaybe<Scalars['String']>;
|
261
249
|
attribute?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
262
|
-
/** target scope */
|
263
|
-
scope?: InputMaybe<Scalars['String']>;
|
264
250
|
};
|
265
251
|
export declare type IIoRestorecommerceAttributeAttributeObj = {
|
266
252
|
attribute?: InputMaybe<IIoRestorecommerceAttributeAttribute>;
|
267
|
-
/** target scope */
|
268
|
-
scope?: InputMaybe<Scalars['String']>;
|
269
253
|
};
|
270
254
|
export declare type IIoRestorecommerceOstorageOptions = {
|
271
255
|
encoding?: InputMaybe<Scalars['String']>;
|
@@ -277,14 +261,10 @@ export declare type IIoRestorecommerceOstorageOptions = {
|
|
277
261
|
md5?: InputMaybe<Scalars['String']>;
|
278
262
|
tags?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
279
263
|
data?: InputMaybe<IGoogleProtobufAny>;
|
280
|
-
/** target scope */
|
281
|
-
scope?: InputMaybe<Scalars['String']>;
|
282
264
|
};
|
283
265
|
export declare type IGoogleProtobufAny = {
|
284
266
|
typeUrl?: InputMaybe<Scalars['String']>;
|
285
267
|
value?: InputMaybe<Scalars['Upload']>;
|
286
|
-
/** target scope */
|
287
|
-
scope?: InputMaybe<Scalars['String']>;
|
288
268
|
};
|
289
269
|
export declare type ProtoIoRestorecommerceResourcebaseDeleteResponse = {
|
290
270
|
__typename?: 'ProtoIoRestorecommerceResourcebaseDeleteResponse';
|
@@ -325,8 +305,6 @@ export declare type IoRestorecommerceOstorageCopyResponseItem = {
|
|
325
305
|
};
|
326
306
|
export declare type IIoRestorecommerceOstorageCopyRequestList = {
|
327
307
|
items?: InputMaybe<Array<IIoRestorecommerceOstorageCopyRequestItem>>;
|
328
|
-
/** target scope */
|
329
|
-
scope?: InputMaybe<Scalars['String']>;
|
330
308
|
};
|
331
309
|
export declare type IIoRestorecommerceOstorageCopyRequestItem = {
|
332
310
|
bucket?: InputMaybe<Scalars['String']>;
|
@@ -334,8 +312,6 @@ export declare type IIoRestorecommerceOstorageCopyRequestItem = {
|
|
334
312
|
key?: InputMaybe<Scalars['String']>;
|
335
313
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
336
314
|
options?: InputMaybe<IIoRestorecommerceOstorageOptions>;
|
337
|
-
/** target scope */
|
338
|
-
scope?: InputMaybe<Scalars['String']>;
|
339
315
|
};
|
340
316
|
export declare type ProtoIoRestorecommerceOstorageMoveResponseList = {
|
341
317
|
__typename?: 'ProtoIoRestorecommerceOstorageMoveResponseList';
|
@@ -361,8 +337,6 @@ export declare type IoRestorecommerceOstorageMoveResponseItem = {
|
|
361
337
|
};
|
362
338
|
export declare type IIoRestorecommerceOstorageMoveRequestList = {
|
363
339
|
items?: InputMaybe<Array<IIoRestorecommerceOstorageMoveRequestItem>>;
|
364
|
-
/** target scope */
|
365
|
-
scope?: InputMaybe<Scalars['String']>;
|
366
340
|
};
|
367
341
|
export declare type IIoRestorecommerceOstorageMoveRequestItem = {
|
368
342
|
bucket?: InputMaybe<Scalars['String']>;
|
@@ -370,8 +344,6 @@ export declare type IIoRestorecommerceOstorageMoveRequestItem = {
|
|
370
344
|
key?: InputMaybe<Scalars['String']>;
|
371
345
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
372
346
|
options?: InputMaybe<IIoRestorecommerceOstorageOptions>;
|
373
|
-
/** target scope */
|
374
|
-
scope?: InputMaybe<Scalars['String']>;
|
375
347
|
};
|
376
348
|
export declare type WithIndex<TObject> = TObject & Record<string, any>;
|
377
349
|
export declare type ResolversObject<TObject> = WithIndex<TObject>;
|
@@ -98,16 +98,12 @@ export declare type IIoRestorecommercePaymentSetupRequest = {
|
|
98
98
|
cancelReturnUrl?: InputMaybe<Scalars['String']>;
|
99
99
|
allowGuestCheckout?: InputMaybe<Scalars['Boolean']>;
|
100
100
|
provider?: InputMaybe<IoRestorecommercePaymentProvider>;
|
101
|
-
/** target scope */
|
102
|
-
scope?: InputMaybe<Scalars['String']>;
|
103
101
|
};
|
104
102
|
export declare type IIoRestorecommercePaymentItem = {
|
105
103
|
name?: InputMaybe<Scalars['String']>;
|
106
104
|
description?: InputMaybe<Scalars['String']>;
|
107
105
|
quantity?: InputMaybe<Scalars['Int']>;
|
108
106
|
amount?: InputMaybe<Scalars['Int']>;
|
109
|
-
/** target scope */
|
110
|
-
scope?: InputMaybe<Scalars['String']>;
|
111
107
|
};
|
112
108
|
export declare enum IoRestorecommercePaymentProvider {
|
113
109
|
NoProvider = 0,
|
@@ -284,16 +280,12 @@ export declare type IIoRestorecommercePaymentPaymentRequest = {
|
|
284
280
|
paymentId?: InputMaybe<Scalars['String']>;
|
285
281
|
payerId?: InputMaybe<Scalars['String']>;
|
286
282
|
token?: InputMaybe<Scalars['String']>;
|
287
|
-
/** target scope */
|
288
|
-
scope?: InputMaybe<Scalars['String']>;
|
289
283
|
};
|
290
284
|
export declare type IIoRestorecommercePaymentCaptureRequest = {
|
291
285
|
provider?: InputMaybe<IoRestorecommercePaymentProvider>;
|
292
286
|
paymentSum?: InputMaybe<Scalars['Int']>;
|
293
287
|
currency?: InputMaybe<Scalars['String']>;
|
294
288
|
paymentId?: InputMaybe<Scalars['String']>;
|
295
|
-
/** target scope */
|
296
|
-
scope?: InputMaybe<Scalars['String']>;
|
297
289
|
};
|
298
290
|
export declare type WithIndex<TObject> = TObject & Record<string, any>;
|
299
291
|
export declare type ResolversObject<TObject> = WithIndex<TObject>;
|
@@ -136,8 +136,6 @@ export declare type IIoRestorecommerceResourcebaseReadRequest = {
|
|
136
136
|
export declare type IIoRestorecommerceResourcebaseSort = {
|
137
137
|
field?: InputMaybe<Scalars['String']>;
|
138
138
|
order?: InputMaybe<IoRestorecommerceResourcebaseSortSortOrder>;
|
139
|
-
/** target scope */
|
140
|
-
scope?: InputMaybe<Scalars['String']>;
|
141
139
|
};
|
142
140
|
export declare enum IoRestorecommerceResourcebaseSortSortOrder {
|
143
141
|
Unsorted = 0,
|
@@ -147,8 +145,6 @@ export declare enum IoRestorecommerceResourcebaseSortSortOrder {
|
|
147
145
|
export declare type IIoRestorecommerceResourcebaseFilterOp = {
|
148
146
|
filter?: InputMaybe<Array<IIoRestorecommerceResourcebaseFilter>>;
|
149
147
|
operator?: InputMaybe<IoRestorecommerceResourcebaseFilterOpOperator>;
|
150
|
-
/** target scope */
|
151
|
-
scope?: InputMaybe<Scalars['String']>;
|
152
148
|
};
|
153
149
|
export declare type IIoRestorecommerceResourcebaseFilter = {
|
154
150
|
field?: InputMaybe<Scalars['String']>;
|
@@ -156,8 +152,6 @@ export declare type IIoRestorecommerceResourcebaseFilter = {
|
|
156
152
|
value?: InputMaybe<Scalars['String']>;
|
157
153
|
type?: InputMaybe<IoRestorecommerceResourcebaseFilterValueType>;
|
158
154
|
filters?: InputMaybe<Array<IIoRestorecommerceFilterFilterOp>>;
|
159
|
-
/** target scope */
|
160
|
-
scope?: InputMaybe<Scalars['String']>;
|
161
155
|
};
|
162
156
|
export declare enum IoRestorecommerceResourcebaseFilterOperation {
|
163
157
|
Eq = 0,
|
@@ -180,8 +174,6 @@ export declare enum IoRestorecommerceResourcebaseFilterValueType {
|
|
180
174
|
export declare type IIoRestorecommerceFilterFilterOp = {
|
181
175
|
filter?: InputMaybe<Array<IIoRestorecommerceFilterFilter>>;
|
182
176
|
operator?: InputMaybe<IoRestorecommerceFilterFilterOpOperator>;
|
183
|
-
/** target scope */
|
184
|
-
scope?: InputMaybe<Scalars['String']>;
|
185
177
|
};
|
186
178
|
export declare type IIoRestorecommerceFilterFilter = {
|
187
179
|
field?: InputMaybe<Scalars['String']>;
|
@@ -189,8 +181,6 @@ export declare type IIoRestorecommerceFilterFilter = {
|
|
189
181
|
value?: InputMaybe<Scalars['String']>;
|
190
182
|
type?: InputMaybe<IoRestorecommerceFilterFilterValueType>;
|
191
183
|
filters?: InputMaybe<Array<IIoRestorecommerceFilterFilterOp>>;
|
192
|
-
/** target scope */
|
193
|
-
scope?: InputMaybe<Scalars['String']>;
|
194
184
|
};
|
195
185
|
export declare enum IoRestorecommerceFilterFilterOperation {
|
196
186
|
Eq = 0,
|
@@ -221,14 +211,10 @@ export declare enum IoRestorecommerceResourcebaseFilterOpOperator {
|
|
221
211
|
export declare type IIoRestorecommerceResourcebaseFieldFilter = {
|
222
212
|
name?: InputMaybe<Scalars['String']>;
|
223
213
|
include?: InputMaybe<Scalars['Boolean']>;
|
224
|
-
/** target scope */
|
225
|
-
scope?: InputMaybe<Scalars['String']>;
|
226
214
|
};
|
227
215
|
export declare type IGoogleProtobufAny = {
|
228
216
|
typeUrl?: InputMaybe<Scalars['String']>;
|
229
217
|
value?: InputMaybe<Scalars['Upload']>;
|
230
|
-
/** target scope */
|
231
|
-
scope?: InputMaybe<Scalars['String']>;
|
232
218
|
};
|
233
219
|
export declare type ResourceCountryQuery = {
|
234
220
|
__typename?: 'ResourceCountryQuery';
|
@@ -659,8 +645,6 @@ export declare type IIoRestorecommerceAddressAddress = {
|
|
659
645
|
altitude?: InputMaybe<Scalars['Float']>;
|
660
646
|
buildingNumber?: InputMaybe<Scalars['String']>;
|
661
647
|
addressAddition?: InputMaybe<IIoRestorecommerceAddressAddressAddition>;
|
662
|
-
/** target scope */
|
663
|
-
scope?: InputMaybe<Scalars['String']>;
|
664
648
|
};
|
665
649
|
export declare type IIoRestorecommerceMetaMeta = {
|
666
650
|
created?: InputMaybe<Scalars['Float']>;
|
@@ -668,32 +652,22 @@ export declare type IIoRestorecommerceMetaMeta = {
|
|
668
652
|
modifiedBy?: InputMaybe<Scalars['String']>;
|
669
653
|
owner?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
670
654
|
acl?: InputMaybe<Array<IIoRestorecommerceAttributeAttributeObj>>;
|
671
|
-
/** target scope */
|
672
|
-
scope?: InputMaybe<Scalars['String']>;
|
673
655
|
};
|
674
656
|
export declare type IIoRestorecommerceAttributeAttribute = {
|
675
657
|
id?: InputMaybe<Scalars['String']>;
|
676
658
|
value?: InputMaybe<Scalars['String']>;
|
677
659
|
attribute?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
678
|
-
/** target scope */
|
679
|
-
scope?: InputMaybe<Scalars['String']>;
|
680
660
|
};
|
681
661
|
export declare type IIoRestorecommerceAttributeAttributeObj = {
|
682
662
|
attribute?: InputMaybe<IIoRestorecommerceAttributeAttribute>;
|
683
|
-
/** target scope */
|
684
|
-
scope?: InputMaybe<Scalars['String']>;
|
685
663
|
};
|
686
664
|
export declare type IIoRestorecommerceAddressAddressGeoPoint = {
|
687
665
|
latitude?: InputMaybe<Scalars['Float']>;
|
688
666
|
longitude?: InputMaybe<Scalars['Float']>;
|
689
|
-
/** target scope */
|
690
|
-
scope?: InputMaybe<Scalars['String']>;
|
691
667
|
};
|
692
668
|
export declare type IIoRestorecommerceAddressAddressAddition = {
|
693
669
|
field1?: InputMaybe<Scalars['String']>;
|
694
670
|
field2?: InputMaybe<Scalars['String']>;
|
695
|
-
/** target scope */
|
696
|
-
scope?: InputMaybe<Scalars['String']>;
|
697
671
|
};
|
698
672
|
export declare enum ModeType {
|
699
673
|
Create = "CREATE",
|
@@ -740,8 +714,6 @@ export declare type IIoRestorecommerceCountryCountry = {
|
|
740
714
|
countryCode?: InputMaybe<Scalars['String']>;
|
741
715
|
geographicalName?: InputMaybe<Scalars['String']>;
|
742
716
|
economicAreas?: InputMaybe<Array<Scalars['String']>>;
|
743
|
-
/** target scope */
|
744
|
-
scope?: InputMaybe<Scalars['String']>;
|
745
717
|
};
|
746
718
|
export declare type ResourceTimezoneMutation = {
|
747
719
|
__typename?: 'ResourceTimezoneMutation';
|
@@ -765,8 +737,6 @@ export declare type IIoRestorecommerceTimezoneTimezone = {
|
|
765
737
|
id?: InputMaybe<Scalars['String']>;
|
766
738
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
767
739
|
description?: InputMaybe<Scalars['String']>;
|
768
|
-
/** target scope */
|
769
|
-
scope?: InputMaybe<Scalars['String']>;
|
770
740
|
};
|
771
741
|
export declare type ResourceContactPointTypeMutation = {
|
772
742
|
__typename?: 'ResourceContactPointTypeMutation';
|
@@ -790,8 +760,6 @@ export declare type IIoRestorecommerceContactPointTypeContactPointType = {
|
|
790
760
|
id?: InputMaybe<Scalars['String']>;
|
791
761
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
792
762
|
type?: InputMaybe<Scalars['String']>;
|
793
|
-
/** target scope */
|
794
|
-
scope?: InputMaybe<Scalars['String']>;
|
795
763
|
};
|
796
764
|
export declare type ResourceCustomerMutation = {
|
797
765
|
__typename?: 'ResourceCustomerMutation';
|
@@ -817,28 +785,20 @@ export declare type IIoRestorecommerceCustomerCustomer = {
|
|
817
785
|
individualUser?: InputMaybe<IIoRestorecommerceCustomerIndividualUser>;
|
818
786
|
orgUser?: InputMaybe<IIoRestorecommerceCustomerOrgUser>;
|
819
787
|
guest?: InputMaybe<IIoRestorecommerceCustomerGuest>;
|
820
|
-
/** target scope */
|
821
|
-
scope?: InputMaybe<Scalars['String']>;
|
822
788
|
};
|
823
789
|
export declare type IIoRestorecommerceCustomerIndividualUser = {
|
824
790
|
userId?: InputMaybe<Scalars['String']>;
|
825
791
|
addressId?: InputMaybe<Scalars['String']>;
|
826
792
|
contactPointIds?: InputMaybe<Array<Scalars['String']>>;
|
827
|
-
/** target scope */
|
828
|
-
scope?: InputMaybe<Scalars['String']>;
|
829
793
|
};
|
830
794
|
export declare type IIoRestorecommerceCustomerOrgUser = {
|
831
795
|
userId?: InputMaybe<Scalars['String']>;
|
832
796
|
organizationId?: InputMaybe<Scalars['String']>;
|
833
|
-
/** target scope */
|
834
|
-
scope?: InputMaybe<Scalars['String']>;
|
835
797
|
};
|
836
798
|
export declare type IIoRestorecommerceCustomerGuest = {
|
837
799
|
guest?: InputMaybe<Scalars['Boolean']>;
|
838
800
|
addressId?: InputMaybe<Scalars['String']>;
|
839
801
|
contactPointIds?: InputMaybe<Array<Scalars['String']>>;
|
840
|
-
/** target scope */
|
841
|
-
scope?: InputMaybe<Scalars['String']>;
|
842
802
|
};
|
843
803
|
export declare type ResourceContactPointMutation = {
|
844
804
|
__typename?: 'ResourceContactPointMutation';
|
@@ -868,8 +828,6 @@ export declare type IIoRestorecommerceContactPointContactPoint = {
|
|
868
828
|
telephone?: InputMaybe<Scalars['String']>;
|
869
829
|
timezoneId?: InputMaybe<Scalars['String']>;
|
870
830
|
localeId?: InputMaybe<Scalars['String']>;
|
871
|
-
/** target scope */
|
872
|
-
scope?: InputMaybe<Scalars['String']>;
|
873
831
|
};
|
874
832
|
export declare type ResourceLocaleMutation = {
|
875
833
|
__typename?: 'ResourceLocaleMutation';
|
@@ -894,8 +852,6 @@ export declare type IIoRestorecommerceLocaleLocale = {
|
|
894
852
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
895
853
|
value?: InputMaybe<Scalars['String']>;
|
896
854
|
description?: InputMaybe<Scalars['String']>;
|
897
|
-
/** target scope */
|
898
|
-
scope?: InputMaybe<Scalars['String']>;
|
899
855
|
};
|
900
856
|
export declare type ResourceLocationMutation = {
|
901
857
|
__typename?: 'ResourceLocationMutation';
|
@@ -925,8 +881,6 @@ export declare type IIoRestorecommerceLocationLocation = {
|
|
925
881
|
addressId?: InputMaybe<Scalars['String']>;
|
926
882
|
data?: InputMaybe<IGoogleProtobufAny>;
|
927
883
|
type?: InputMaybe<Scalars['String']>;
|
928
|
-
/** target scope */
|
929
|
-
scope?: InputMaybe<Scalars['String']>;
|
930
884
|
};
|
931
885
|
export declare type ResourceOrganizationMutation = {
|
932
886
|
__typename?: 'ResourceOrganizationMutation';
|
@@ -962,8 +916,6 @@ export declare type IIoRestorecommerceOrganizationOrganization = {
|
|
962
916
|
name?: InputMaybe<Scalars['String']>;
|
963
917
|
paymentMethodIds?: InputMaybe<Array<Scalars['String']>>;
|
964
918
|
data?: InputMaybe<IGoogleProtobufAny>;
|
965
|
-
/** target scope */
|
966
|
-
scope?: InputMaybe<Scalars['String']>;
|
967
919
|
};
|
968
920
|
export declare type ResourceTaxMutation = {
|
969
921
|
__typename?: 'ResourceTaxMutation';
|
@@ -990,8 +942,6 @@ export declare type IIoRestorecommerceTaxTax = {
|
|
990
942
|
rate?: InputMaybe<Scalars['Float']>;
|
991
943
|
variant?: InputMaybe<Scalars['String']>;
|
992
944
|
typeId?: InputMaybe<Scalars['String']>;
|
993
|
-
/** target scope */
|
994
|
-
scope?: InputMaybe<Scalars['String']>;
|
995
945
|
};
|
996
946
|
export declare type ResourceTaxTypeMutation = {
|
997
947
|
__typename?: 'ResourceTaxTypeMutation';
|
@@ -1016,8 +966,6 @@ export declare type IIoRestorecommerceTaxTypeTaxType = {
|
|
1016
966
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
1017
967
|
type?: InputMaybe<Scalars['String']>;
|
1018
968
|
description?: InputMaybe<Scalars['String']>;
|
1019
|
-
/** target scope */
|
1020
|
-
scope?: InputMaybe<Scalars['String']>;
|
1021
969
|
};
|
1022
970
|
export declare type ResourceCommandMutation = {
|
1023
971
|
__typename?: 'ResourceCommandMutation';
|
@@ -1043,16 +991,12 @@ export declare type IIoRestorecommerceCommandCommand = {
|
|
1043
991
|
name?: InputMaybe<Scalars['String']>;
|
1044
992
|
parameters?: InputMaybe<Array<IIoRestorecommerceCommandCommandParameter>>;
|
1045
993
|
description?: InputMaybe<Scalars['String']>;
|
1046
|
-
/** target scope */
|
1047
|
-
scope?: InputMaybe<Scalars['String']>;
|
1048
994
|
};
|
1049
995
|
export declare type IIoRestorecommerceCommandCommandParameter = {
|
1050
996
|
field?: InputMaybe<Scalars['String']>;
|
1051
997
|
description?: InputMaybe<Scalars['String']>;
|
1052
998
|
type?: InputMaybe<IoRestorecommerceCommandCommandParameterParameterType>;
|
1053
999
|
properties?: InputMaybe<Scalars['String']>;
|
1054
|
-
/** target scope */
|
1055
|
-
scope?: InputMaybe<Scalars['String']>;
|
1056
1000
|
};
|
1057
1001
|
export declare type WithIndex<TObject> = TObject & Record<string, any>;
|
1058
1002
|
export declare type ResolversObject<TObject> = WithIndex<TObject>;
|
@@ -156,14 +156,10 @@ export declare enum IoRestorecommerceJobJobReadRequestSortOrder {
|
|
156
156
|
export declare type IIoRestorecommerceJobJobFilter = {
|
157
157
|
jobIds?: InputMaybe<Array<Scalars['String']>>;
|
158
158
|
type?: InputMaybe<Scalars['String']>;
|
159
|
-
/** target scope */
|
160
|
-
scope?: InputMaybe<Scalars['String']>;
|
161
159
|
};
|
162
160
|
export declare type IIoRestorecommerceResourcebaseFieldFilter = {
|
163
161
|
name?: InputMaybe<Scalars['String']>;
|
164
162
|
include?: InputMaybe<Scalars['Boolean']>;
|
165
|
-
/** target scope */
|
166
|
-
scope?: InputMaybe<Scalars['String']>;
|
167
163
|
};
|
168
164
|
export declare type Mutation = {
|
169
165
|
__typename?: 'Mutation';
|
@@ -197,22 +193,16 @@ export declare type IIoRestorecommerceJobJob = {
|
|
197
193
|
data?: InputMaybe<IIoRestorecommerceJobData>;
|
198
194
|
when?: InputMaybe<Scalars['String']>;
|
199
195
|
options?: InputMaybe<IIoRestorecommerceJobJobOptions>;
|
200
|
-
/** target scope */
|
201
|
-
scope?: InputMaybe<Scalars['String']>;
|
202
196
|
};
|
203
197
|
export declare type IIoRestorecommerceJobData = {
|
204
198
|
timezone?: InputMaybe<Scalars['String']>;
|
205
199
|
payload?: InputMaybe<IGoogleProtobufAny>;
|
206
200
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
207
201
|
subjectId?: InputMaybe<Scalars['String']>;
|
208
|
-
/** target scope */
|
209
|
-
scope?: InputMaybe<Scalars['String']>;
|
210
202
|
};
|
211
203
|
export declare type IGoogleProtobufAny = {
|
212
204
|
typeUrl?: InputMaybe<Scalars['String']>;
|
213
205
|
value?: InputMaybe<Scalars['Upload']>;
|
214
|
-
/** target scope */
|
215
|
-
scope?: InputMaybe<Scalars['String']>;
|
216
206
|
};
|
217
207
|
export declare type IIoRestorecommerceMetaMeta = {
|
218
208
|
created?: InputMaybe<Scalars['Float']>;
|
@@ -220,20 +210,14 @@ export declare type IIoRestorecommerceMetaMeta = {
|
|
220
210
|
modifiedBy?: InputMaybe<Scalars['String']>;
|
221
211
|
owner?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
222
212
|
acl?: InputMaybe<Array<IIoRestorecommerceAttributeAttributeObj>>;
|
223
|
-
/** target scope */
|
224
|
-
scope?: InputMaybe<Scalars['String']>;
|
225
213
|
};
|
226
214
|
export declare type IIoRestorecommerceAttributeAttribute = {
|
227
215
|
id?: InputMaybe<Scalars['String']>;
|
228
216
|
value?: InputMaybe<Scalars['String']>;
|
229
217
|
attribute?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
230
|
-
/** target scope */
|
231
|
-
scope?: InputMaybe<Scalars['String']>;
|
232
218
|
};
|
233
219
|
export declare type IIoRestorecommerceAttributeAttributeObj = {
|
234
220
|
attribute?: InputMaybe<IIoRestorecommerceAttributeAttribute>;
|
235
|
-
/** target scope */
|
236
|
-
scope?: InputMaybe<Scalars['String']>;
|
237
221
|
};
|
238
222
|
export declare type IIoRestorecommerceJobJobOptions = {
|
239
223
|
priority?: InputMaybe<IoRestorecommerceJobJobOptionsPriority>;
|
@@ -243,14 +227,10 @@ export declare type IIoRestorecommerceJobJobOptions = {
|
|
243
227
|
repeat?: InputMaybe<IIoRestorecommerceJobRepeat>;
|
244
228
|
jobId?: InputMaybe<Scalars['String']>;
|
245
229
|
removeOnComplete?: InputMaybe<Scalars['Boolean']>;
|
246
|
-
/** target scope */
|
247
|
-
scope?: InputMaybe<Scalars['String']>;
|
248
230
|
};
|
249
231
|
export declare type IIoRestorecommerceJobBackoff = {
|
250
232
|
delay?: InputMaybe<Scalars['Float']>;
|
251
233
|
type?: InputMaybe<IoRestorecommerceJobBackoffType>;
|
252
|
-
/** target scope */
|
253
|
-
scope?: InputMaybe<Scalars['String']>;
|
254
234
|
};
|
255
235
|
export declare type IIoRestorecommerceJobRepeat = {
|
256
236
|
every?: InputMaybe<Scalars['Int']>;
|
@@ -259,8 +239,6 @@ export declare type IIoRestorecommerceJobRepeat = {
|
|
259
239
|
endDate?: InputMaybe<Scalars['String']>;
|
260
240
|
count?: InputMaybe<Scalars['Int']>;
|
261
241
|
jobId?: InputMaybe<Scalars['String']>;
|
262
|
-
/** target scope */
|
263
|
-
scope?: InputMaybe<Scalars['String']>;
|
264
242
|
};
|
265
243
|
export declare enum ModeType {
|
266
244
|
Create = "CREATE",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@restorecommerce/facade",
|
3
|
-
"version": "0.3.
|
3
|
+
"version": "0.3.6",
|
4
4
|
"description": "Facade for Restorecommerce microservices",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"typings": "dist/index.d.ts",
|
@@ -108,5 +108,5 @@
|
|
108
108
|
"publishConfig": {
|
109
109
|
"access": "public"
|
110
110
|
},
|
111
|
-
"gitHead": "
|
111
|
+
"gitHead": "1b39474c7c3a95c5617c1164e2b358161e4d9eac"
|
112
112
|
}
|