@restorecommerce/facade 0.3.3 → 0.3.4
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/registry.js +7 -7
- package/dist/gql/protos/utils.d.ts +0 -14
- package/dist/gql/protos/utils.js +13 -37
- package/dist/modules/access-control/gql/schema.generated.d.ts +44 -0
- package/dist/modules/catalog/gql/schema.generated.d.ts +58 -0
- package/dist/modules/fulfillment/gql/schema.generated.d.ts +60 -0
- package/dist/modules/identity/gql/schema.generated.d.ts +82 -0
- package/dist/modules/indexing/gql/schema.generated.d.ts +2 -0
- package/dist/modules/invoicing/gql/schema.generated.d.ts +28 -0
- package/dist/modules/notification/gql/schema.generated.d.ts +28 -0
- package/dist/modules/ordering/gql/schema.generated.d.ts +38 -0
- package/dist/modules/ostorage/gql/schema.generated.d.ts +30 -0
- package/dist/modules/payment/gql/schema.generated.d.ts +8 -0
- package/dist/modules/resource/gql/schema.generated.d.ts +84 -0
- package/dist/modules/scheduling/gql/schema.generated.d.ts +28 -0
- package/package.json +2 -2
@@ -114,10 +114,14 @@ export declare type IIoRestorecommerceResourcebaseReadRequest = {
|
|
114
114
|
localesLimiter?: InputMaybe<Array<Scalars['String']>>;
|
115
115
|
customQueries?: InputMaybe<Array<Scalars['String']>>;
|
116
116
|
customArguments?: InputMaybe<IGoogleProtobufAny>;
|
117
|
+
/** target scope */
|
118
|
+
scope?: InputMaybe<Scalars['String']>;
|
117
119
|
};
|
118
120
|
export declare type IIoRestorecommerceResourcebaseSort = {
|
119
121
|
field?: InputMaybe<Scalars['String']>;
|
120
122
|
order?: InputMaybe<IoRestorecommerceResourcebaseSortSortOrder>;
|
123
|
+
/** target scope */
|
124
|
+
scope?: InputMaybe<Scalars['String']>;
|
121
125
|
};
|
122
126
|
export declare enum IoRestorecommerceResourcebaseSortSortOrder {
|
123
127
|
Unsorted = 0,
|
@@ -127,6 +131,8 @@ export declare enum IoRestorecommerceResourcebaseSortSortOrder {
|
|
127
131
|
export declare type IIoRestorecommerceResourcebaseFilterOp = {
|
128
132
|
filter?: InputMaybe<Array<IIoRestorecommerceResourcebaseFilter>>;
|
129
133
|
operator?: InputMaybe<IoRestorecommerceResourcebaseFilterOpOperator>;
|
134
|
+
/** target scope */
|
135
|
+
scope?: InputMaybe<Scalars['String']>;
|
130
136
|
};
|
131
137
|
export declare type IIoRestorecommerceResourcebaseFilter = {
|
132
138
|
field?: InputMaybe<Scalars['String']>;
|
@@ -134,6 +140,8 @@ export declare type IIoRestorecommerceResourcebaseFilter = {
|
|
134
140
|
value?: InputMaybe<Scalars['String']>;
|
135
141
|
type?: InputMaybe<IoRestorecommerceResourcebaseFilterValueType>;
|
136
142
|
filters?: InputMaybe<Array<IIoRestorecommerceFilterFilterOp>>;
|
143
|
+
/** target scope */
|
144
|
+
scope?: InputMaybe<Scalars['String']>;
|
137
145
|
};
|
138
146
|
export declare enum IoRestorecommerceResourcebaseFilterOperation {
|
139
147
|
Eq = 0,
|
@@ -156,6 +164,8 @@ export declare enum IoRestorecommerceResourcebaseFilterValueType {
|
|
156
164
|
export declare type IIoRestorecommerceFilterFilterOp = {
|
157
165
|
filter?: InputMaybe<Array<IIoRestorecommerceFilterFilter>>;
|
158
166
|
operator?: InputMaybe<IoRestorecommerceFilterFilterOpOperator>;
|
167
|
+
/** target scope */
|
168
|
+
scope?: InputMaybe<Scalars['String']>;
|
159
169
|
};
|
160
170
|
export declare type IIoRestorecommerceFilterFilter = {
|
161
171
|
field?: InputMaybe<Scalars['String']>;
|
@@ -163,6 +173,8 @@ export declare type IIoRestorecommerceFilterFilter = {
|
|
163
173
|
value?: InputMaybe<Scalars['String']>;
|
164
174
|
type?: InputMaybe<IoRestorecommerceFilterFilterValueType>;
|
165
175
|
filters?: InputMaybe<Array<IIoRestorecommerceFilterFilterOp>>;
|
176
|
+
/** target scope */
|
177
|
+
scope?: InputMaybe<Scalars['String']>;
|
166
178
|
};
|
167
179
|
export declare enum IoRestorecommerceFilterFilterOperation {
|
168
180
|
Eq = 0,
|
@@ -193,15 +205,21 @@ export declare enum IoRestorecommerceResourcebaseFilterOpOperator {
|
|
193
205
|
export declare type IIoRestorecommerceResourcebaseFieldFilter = {
|
194
206
|
name?: InputMaybe<Scalars['String']>;
|
195
207
|
include?: InputMaybe<Scalars['Boolean']>;
|
208
|
+
/** target scope */
|
209
|
+
scope?: InputMaybe<Scalars['String']>;
|
196
210
|
};
|
197
211
|
export declare type IGoogleProtobufAny = {
|
198
212
|
typeUrl?: InputMaybe<Scalars['String']>;
|
199
213
|
value?: InputMaybe<Scalars['Upload']>;
|
214
|
+
/** target scope */
|
215
|
+
scope?: InputMaybe<Scalars['String']>;
|
200
216
|
};
|
201
217
|
export declare type IIoRestorecommerceNotificationNotificationList = {
|
202
218
|
items?: InputMaybe<Array<IIoRestorecommerceNotificationNotification>>;
|
203
219
|
totalCount?: InputMaybe<Scalars['Int']>;
|
204
220
|
mode?: InputMaybe<ModeType>;
|
221
|
+
/** target scope */
|
222
|
+
scope?: InputMaybe<Scalars['String']>;
|
205
223
|
};
|
206
224
|
export declare type IIoRestorecommerceNotificationNotification = {
|
207
225
|
id?: InputMaybe<Scalars['String']>;
|
@@ -213,6 +231,8 @@ export declare type IIoRestorecommerceNotificationNotification = {
|
|
213
231
|
telephoneNumber?: InputMaybe<Scalars['String']>;
|
214
232
|
subjectTemplate?: InputMaybe<Scalars['String']>;
|
215
233
|
bodyTemplate?: InputMaybe<Scalars['String']>;
|
234
|
+
/** target scope */
|
235
|
+
scope?: InputMaybe<Scalars['String']>;
|
216
236
|
};
|
217
237
|
export declare type IIoRestorecommerceMetaMeta = {
|
218
238
|
created?: InputMaybe<Scalars['Float']>;
|
@@ -220,14 +240,20 @@ export declare type IIoRestorecommerceMetaMeta = {
|
|
220
240
|
modifiedBy?: InputMaybe<Scalars['String']>;
|
221
241
|
owner?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
222
242
|
acl?: InputMaybe<Array<IIoRestorecommerceAttributeAttributeObj>>;
|
243
|
+
/** target scope */
|
244
|
+
scope?: InputMaybe<Scalars['String']>;
|
223
245
|
};
|
224
246
|
export declare type IIoRestorecommerceAttributeAttribute = {
|
225
247
|
id?: InputMaybe<Scalars['String']>;
|
226
248
|
value?: InputMaybe<Scalars['String']>;
|
227
249
|
attribute?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
250
|
+
/** target scope */
|
251
|
+
scope?: InputMaybe<Scalars['String']>;
|
228
252
|
};
|
229
253
|
export declare type IIoRestorecommerceAttributeAttributeObj = {
|
230
254
|
attribute?: InputMaybe<IIoRestorecommerceAttributeAttribute>;
|
255
|
+
/** target scope */
|
256
|
+
scope?: InputMaybe<Scalars['String']>;
|
231
257
|
};
|
232
258
|
export declare enum ModeType {
|
233
259
|
Create = "CREATE",
|
@@ -246,6 +272,8 @@ export declare type IoRestorecommerceResourcebaseDeleteResponse = {
|
|
246
272
|
export declare type IIoRestorecommerceResourcebaseDeleteRequest = {
|
247
273
|
collection?: InputMaybe<Scalars['Boolean']>;
|
248
274
|
ids?: InputMaybe<Array<Scalars['String']>>;
|
275
|
+
/** target scope */
|
276
|
+
scope?: InputMaybe<Scalars['String']>;
|
249
277
|
};
|
250
278
|
export declare type WithIndex<TObject> = TObject & Record<string, any>;
|
251
279
|
export declare type ResolversObject<TObject> = WithIndex<TObject>;
|
@@ -133,10 +133,14 @@ export declare type IIoRestorecommerceResourcebaseReadRequest = {
|
|
133
133
|
localesLimiter?: InputMaybe<Array<Scalars['String']>>;
|
134
134
|
customQueries?: InputMaybe<Array<Scalars['String']>>;
|
135
135
|
customArguments?: InputMaybe<IGoogleProtobufAny>;
|
136
|
+
/** target scope */
|
137
|
+
scope?: InputMaybe<Scalars['String']>;
|
136
138
|
};
|
137
139
|
export declare type IIoRestorecommerceResourcebaseSort = {
|
138
140
|
field?: InputMaybe<Scalars['String']>;
|
139
141
|
order?: InputMaybe<IoRestorecommerceResourcebaseSortSortOrder>;
|
142
|
+
/** target scope */
|
143
|
+
scope?: InputMaybe<Scalars['String']>;
|
140
144
|
};
|
141
145
|
export declare enum IoRestorecommerceResourcebaseSortSortOrder {
|
142
146
|
Unsorted = 0,
|
@@ -146,6 +150,8 @@ export declare enum IoRestorecommerceResourcebaseSortSortOrder {
|
|
146
150
|
export declare type IIoRestorecommerceResourcebaseFilterOp = {
|
147
151
|
filter?: InputMaybe<Array<IIoRestorecommerceResourcebaseFilter>>;
|
148
152
|
operator?: InputMaybe<IoRestorecommerceResourcebaseFilterOpOperator>;
|
153
|
+
/** target scope */
|
154
|
+
scope?: InputMaybe<Scalars['String']>;
|
149
155
|
};
|
150
156
|
export declare type IIoRestorecommerceResourcebaseFilter = {
|
151
157
|
field?: InputMaybe<Scalars['String']>;
|
@@ -153,6 +159,8 @@ export declare type IIoRestorecommerceResourcebaseFilter = {
|
|
153
159
|
value?: InputMaybe<Scalars['String']>;
|
154
160
|
type?: InputMaybe<IoRestorecommerceResourcebaseFilterValueType>;
|
155
161
|
filters?: InputMaybe<Array<IIoRestorecommerceFilterFilterOp>>;
|
162
|
+
/** target scope */
|
163
|
+
scope?: InputMaybe<Scalars['String']>;
|
156
164
|
};
|
157
165
|
export declare enum IoRestorecommerceResourcebaseFilterOperation {
|
158
166
|
Eq = 0,
|
@@ -175,6 +183,8 @@ export declare enum IoRestorecommerceResourcebaseFilterValueType {
|
|
175
183
|
export declare type IIoRestorecommerceFilterFilterOp = {
|
176
184
|
filter?: InputMaybe<Array<IIoRestorecommerceFilterFilter>>;
|
177
185
|
operator?: InputMaybe<IoRestorecommerceFilterFilterOpOperator>;
|
186
|
+
/** target scope */
|
187
|
+
scope?: InputMaybe<Scalars['String']>;
|
178
188
|
};
|
179
189
|
export declare type IIoRestorecommerceFilterFilter = {
|
180
190
|
field?: InputMaybe<Scalars['String']>;
|
@@ -182,6 +192,8 @@ export declare type IIoRestorecommerceFilterFilter = {
|
|
182
192
|
value?: InputMaybe<Scalars['String']>;
|
183
193
|
type?: InputMaybe<IoRestorecommerceFilterFilterValueType>;
|
184
194
|
filters?: InputMaybe<Array<IIoRestorecommerceFilterFilterOp>>;
|
195
|
+
/** target scope */
|
196
|
+
scope?: InputMaybe<Scalars['String']>;
|
185
197
|
};
|
186
198
|
export declare enum IoRestorecommerceFilterFilterOperation {
|
187
199
|
Eq = 0,
|
@@ -212,10 +224,14 @@ export declare enum IoRestorecommerceResourcebaseFilterOpOperator {
|
|
212
224
|
export declare type IIoRestorecommerceResourcebaseFieldFilter = {
|
213
225
|
name?: InputMaybe<Scalars['String']>;
|
214
226
|
include?: InputMaybe<Scalars['Boolean']>;
|
227
|
+
/** target scope */
|
228
|
+
scope?: InputMaybe<Scalars['String']>;
|
215
229
|
};
|
216
230
|
export declare type IGoogleProtobufAny = {
|
217
231
|
typeUrl?: InputMaybe<Scalars['String']>;
|
218
232
|
value?: InputMaybe<Scalars['Upload']>;
|
233
|
+
/** target scope */
|
234
|
+
scope?: InputMaybe<Scalars['String']>;
|
219
235
|
};
|
220
236
|
export declare type Mutation = {
|
221
237
|
__typename?: 'Mutation';
|
@@ -244,6 +260,8 @@ export declare type IIoRestorecommerceOrderOrderList = {
|
|
244
260
|
items?: InputMaybe<Array<IIoRestorecommerceOrderOrder>>;
|
245
261
|
totalCount?: InputMaybe<Scalars['Int']>;
|
246
262
|
mode?: InputMaybe<ModeType>;
|
263
|
+
/** target scope */
|
264
|
+
scope?: InputMaybe<Scalars['String']>;
|
247
265
|
};
|
248
266
|
export declare type IIoRestorecommerceOrderOrder = {
|
249
267
|
id?: InputMaybe<Scalars['String']>;
|
@@ -257,6 +275,8 @@ export declare type IIoRestorecommerceOrderOrder = {
|
|
257
275
|
shippingContactPointId?: InputMaybe<Scalars['String']>;
|
258
276
|
billingContactPointId?: InputMaybe<Scalars['String']>;
|
259
277
|
totalWeightInKg?: InputMaybe<Scalars['Float']>;
|
278
|
+
/** target scope */
|
279
|
+
scope?: InputMaybe<Scalars['String']>;
|
260
280
|
};
|
261
281
|
export declare type IIoRestorecommerceMetaMeta = {
|
262
282
|
created?: InputMaybe<Scalars['Float']>;
|
@@ -264,18 +284,26 @@ export declare type IIoRestorecommerceMetaMeta = {
|
|
264
284
|
modifiedBy?: InputMaybe<Scalars['String']>;
|
265
285
|
owner?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
266
286
|
acl?: InputMaybe<Array<IIoRestorecommerceAttributeAttributeObj>>;
|
287
|
+
/** target scope */
|
288
|
+
scope?: InputMaybe<Scalars['String']>;
|
267
289
|
};
|
268
290
|
export declare type IIoRestorecommerceAttributeAttribute = {
|
269
291
|
id?: InputMaybe<Scalars['String']>;
|
270
292
|
value?: InputMaybe<Scalars['String']>;
|
271
293
|
attribute?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
294
|
+
/** target scope */
|
295
|
+
scope?: InputMaybe<Scalars['String']>;
|
272
296
|
};
|
273
297
|
export declare type IIoRestorecommerceAttributeAttributeObj = {
|
274
298
|
attribute?: InputMaybe<IIoRestorecommerceAttributeAttribute>;
|
299
|
+
/** target scope */
|
300
|
+
scope?: InputMaybe<Scalars['String']>;
|
275
301
|
};
|
276
302
|
export declare type IIoRestorecommerceOrderItems = {
|
277
303
|
quantityPrice?: InputMaybe<Scalars['Float']>;
|
278
304
|
item?: InputMaybe<IIoRestorecommerceOrderItem>;
|
305
|
+
/** target scope */
|
306
|
+
scope?: InputMaybe<Scalars['String']>;
|
279
307
|
};
|
280
308
|
export declare type IIoRestorecommerceOrderItem = {
|
281
309
|
productVariantBundleId?: InputMaybe<Scalars['String']>;
|
@@ -295,6 +323,8 @@ export declare type IIoRestorecommerceOrderItem = {
|
|
295
323
|
lengthInCm?: InputMaybe<Scalars['Int']>;
|
296
324
|
widthInCm?: InputMaybe<Scalars['Int']>;
|
297
325
|
heightInCm?: InputMaybe<Scalars['Int']>;
|
326
|
+
/** target scope */
|
327
|
+
scope?: InputMaybe<Scalars['String']>;
|
298
328
|
};
|
299
329
|
export declare enum ModeType {
|
300
330
|
Create = "CREATE",
|
@@ -313,6 +343,8 @@ export declare type IoRestorecommerceResourcebaseDeleteResponse = {
|
|
313
343
|
export declare type IIoRestorecommerceResourcebaseDeleteRequest = {
|
314
344
|
collection?: InputMaybe<Scalars['Boolean']>;
|
315
345
|
ids?: InputMaybe<Array<Scalars['String']>>;
|
346
|
+
/** target scope */
|
347
|
+
scope?: InputMaybe<Scalars['String']>;
|
316
348
|
};
|
317
349
|
export declare type ProtoIoRestorecommerceOrderFulfillmentResults = {
|
318
350
|
__typename?: 'ProtoIoRestorecommerceOrderFulfillmentResults';
|
@@ -340,10 +372,14 @@ export declare type IoRestorecommerceOrderErrorList = {
|
|
340
372
|
export declare type IIoRestorecommerceOrderOrderDataList = {
|
341
373
|
orderData?: InputMaybe<Array<IIoRestorecommerceOrderOrderData>>;
|
342
374
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
375
|
+
/** target scope */
|
376
|
+
scope?: InputMaybe<Scalars['String']>;
|
343
377
|
};
|
344
378
|
export declare type IIoRestorecommerceOrderOrderData = {
|
345
379
|
orderId?: InputMaybe<Scalars['String']>;
|
346
380
|
shipments?: InputMaybe<Array<IIoRestorecommerceOrderShipments>>;
|
381
|
+
/** target scope */
|
382
|
+
scope?: InputMaybe<Scalars['String']>;
|
347
383
|
};
|
348
384
|
export declare type IIoRestorecommerceOrderShipments = {
|
349
385
|
totalWeightInKg?: InputMaybe<Scalars['Float']>;
|
@@ -354,6 +390,8 @@ export declare type IIoRestorecommerceOrderShipments = {
|
|
354
390
|
customsTariffNumber?: InputMaybe<Scalars['String']>;
|
355
391
|
invoiceNumber?: InputMaybe<Scalars['String']>;
|
356
392
|
customsValue?: InputMaybe<Scalars['Float']>;
|
393
|
+
/** target scope */
|
394
|
+
scope?: InputMaybe<Scalars['String']>;
|
357
395
|
};
|
358
396
|
export declare type WithIndex<TObject> = TObject & Record<string, any>;
|
359
397
|
export declare type ResolversObject<TObject> = WithIndex<TObject>;
|
@@ -118,6 +118,8 @@ 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']>;
|
121
123
|
};
|
122
124
|
export declare type ProtoIoRestorecommerceOstorageListResponse = {
|
123
125
|
__typename?: 'ProtoIoRestorecommerceOstorageListResponse';
|
@@ -144,10 +146,14 @@ export declare type IIoRestorecommerceOstorageListRequest = {
|
|
144
146
|
filters?: InputMaybe<IIoRestorecommerceFilterFilterOp>;
|
145
147
|
maxKeys?: InputMaybe<Scalars['Int']>;
|
146
148
|
prefix?: InputMaybe<Scalars['String']>;
|
149
|
+
/** target scope */
|
150
|
+
scope?: InputMaybe<Scalars['String']>;
|
147
151
|
};
|
148
152
|
export declare type IIoRestorecommerceFilterFilterOp = {
|
149
153
|
filter?: InputMaybe<Array<IIoRestorecommerceFilterFilter>>;
|
150
154
|
operator?: InputMaybe<IoRestorecommerceFilterFilterOpOperator>;
|
155
|
+
/** target scope */
|
156
|
+
scope?: InputMaybe<Scalars['String']>;
|
151
157
|
};
|
152
158
|
export declare type IIoRestorecommerceFilterFilter = {
|
153
159
|
field?: InputMaybe<Scalars['String']>;
|
@@ -155,6 +161,8 @@ export declare type IIoRestorecommerceFilterFilter = {
|
|
155
161
|
value?: InputMaybe<Scalars['String']>;
|
156
162
|
type?: InputMaybe<IoRestorecommerceFilterFilterValueType>;
|
157
163
|
filters?: InputMaybe<Array<IIoRestorecommerceFilterFilterOp>>;
|
164
|
+
/** target scope */
|
165
|
+
scope?: InputMaybe<Scalars['String']>;
|
158
166
|
};
|
159
167
|
export declare enum IoRestorecommerceFilterFilterOperation {
|
160
168
|
Eq = 0,
|
@@ -235,6 +243,8 @@ export declare type IIoRestorecommerceOstorageObject = {
|
|
235
243
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
236
244
|
url?: InputMaybe<Scalars['String']>;
|
237
245
|
options?: InputMaybe<IIoRestorecommerceOstorageOptions>;
|
246
|
+
/** target scope */
|
247
|
+
scope?: InputMaybe<Scalars['String']>;
|
238
248
|
};
|
239
249
|
export declare type IIoRestorecommerceMetaMeta = {
|
240
250
|
created?: InputMaybe<Scalars['Float']>;
|
@@ -242,14 +252,20 @@ export declare type IIoRestorecommerceMetaMeta = {
|
|
242
252
|
modifiedBy?: InputMaybe<Scalars['String']>;
|
243
253
|
owner?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
244
254
|
acl?: InputMaybe<Array<IIoRestorecommerceAttributeAttributeObj>>;
|
255
|
+
/** target scope */
|
256
|
+
scope?: InputMaybe<Scalars['String']>;
|
245
257
|
};
|
246
258
|
export declare type IIoRestorecommerceAttributeAttribute = {
|
247
259
|
id?: InputMaybe<Scalars['String']>;
|
248
260
|
value?: InputMaybe<Scalars['String']>;
|
249
261
|
attribute?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
262
|
+
/** target scope */
|
263
|
+
scope?: InputMaybe<Scalars['String']>;
|
250
264
|
};
|
251
265
|
export declare type IIoRestorecommerceAttributeAttributeObj = {
|
252
266
|
attribute?: InputMaybe<IIoRestorecommerceAttributeAttribute>;
|
267
|
+
/** target scope */
|
268
|
+
scope?: InputMaybe<Scalars['String']>;
|
253
269
|
};
|
254
270
|
export declare type IIoRestorecommerceOstorageOptions = {
|
255
271
|
encoding?: InputMaybe<Scalars['String']>;
|
@@ -261,10 +277,14 @@ export declare type IIoRestorecommerceOstorageOptions = {
|
|
261
277
|
md5?: InputMaybe<Scalars['String']>;
|
262
278
|
tags?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
263
279
|
data?: InputMaybe<IGoogleProtobufAny>;
|
280
|
+
/** target scope */
|
281
|
+
scope?: InputMaybe<Scalars['String']>;
|
264
282
|
};
|
265
283
|
export declare type IGoogleProtobufAny = {
|
266
284
|
typeUrl?: InputMaybe<Scalars['String']>;
|
267
285
|
value?: InputMaybe<Scalars['Upload']>;
|
286
|
+
/** target scope */
|
287
|
+
scope?: InputMaybe<Scalars['String']>;
|
268
288
|
};
|
269
289
|
export declare type ProtoIoRestorecommerceResourcebaseDeleteResponse = {
|
270
290
|
__typename?: 'ProtoIoRestorecommerceResourcebaseDeleteResponse';
|
@@ -278,6 +298,8 @@ export declare type IoRestorecommerceResourcebaseDeleteResponse = {
|
|
278
298
|
export declare type IIoRestorecommerceOstorageDeleteRequest = {
|
279
299
|
key?: InputMaybe<Scalars['String']>;
|
280
300
|
bucket?: InputMaybe<Scalars['String']>;
|
301
|
+
/** target scope */
|
302
|
+
scope?: InputMaybe<Scalars['String']>;
|
281
303
|
};
|
282
304
|
export declare type ProtoIoRestorecommerceOstorageCopyResponseList = {
|
283
305
|
__typename?: 'ProtoIoRestorecommerceOstorageCopyResponseList';
|
@@ -303,6 +325,8 @@ export declare type IoRestorecommerceOstorageCopyResponseItem = {
|
|
303
325
|
};
|
304
326
|
export declare type IIoRestorecommerceOstorageCopyRequestList = {
|
305
327
|
items?: InputMaybe<Array<IIoRestorecommerceOstorageCopyRequestItem>>;
|
328
|
+
/** target scope */
|
329
|
+
scope?: InputMaybe<Scalars['String']>;
|
306
330
|
};
|
307
331
|
export declare type IIoRestorecommerceOstorageCopyRequestItem = {
|
308
332
|
bucket?: InputMaybe<Scalars['String']>;
|
@@ -310,6 +334,8 @@ export declare type IIoRestorecommerceOstorageCopyRequestItem = {
|
|
310
334
|
key?: InputMaybe<Scalars['String']>;
|
311
335
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
312
336
|
options?: InputMaybe<IIoRestorecommerceOstorageOptions>;
|
337
|
+
/** target scope */
|
338
|
+
scope?: InputMaybe<Scalars['String']>;
|
313
339
|
};
|
314
340
|
export declare type ProtoIoRestorecommerceOstorageMoveResponseList = {
|
315
341
|
__typename?: 'ProtoIoRestorecommerceOstorageMoveResponseList';
|
@@ -335,6 +361,8 @@ export declare type IoRestorecommerceOstorageMoveResponseItem = {
|
|
335
361
|
};
|
336
362
|
export declare type IIoRestorecommerceOstorageMoveRequestList = {
|
337
363
|
items?: InputMaybe<Array<IIoRestorecommerceOstorageMoveRequestItem>>;
|
364
|
+
/** target scope */
|
365
|
+
scope?: InputMaybe<Scalars['String']>;
|
338
366
|
};
|
339
367
|
export declare type IIoRestorecommerceOstorageMoveRequestItem = {
|
340
368
|
bucket?: InputMaybe<Scalars['String']>;
|
@@ -342,6 +370,8 @@ export declare type IIoRestorecommerceOstorageMoveRequestItem = {
|
|
342
370
|
key?: InputMaybe<Scalars['String']>;
|
343
371
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
344
372
|
options?: InputMaybe<IIoRestorecommerceOstorageOptions>;
|
373
|
+
/** target scope */
|
374
|
+
scope?: InputMaybe<Scalars['String']>;
|
345
375
|
};
|
346
376
|
export declare type WithIndex<TObject> = TObject & Record<string, any>;
|
347
377
|
export declare type ResolversObject<TObject> = WithIndex<TObject>;
|
@@ -98,12 +98,16 @@ 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']>;
|
101
103
|
};
|
102
104
|
export declare type IIoRestorecommercePaymentItem = {
|
103
105
|
name?: InputMaybe<Scalars['String']>;
|
104
106
|
description?: InputMaybe<Scalars['String']>;
|
105
107
|
quantity?: InputMaybe<Scalars['Int']>;
|
106
108
|
amount?: InputMaybe<Scalars['Int']>;
|
109
|
+
/** target scope */
|
110
|
+
scope?: InputMaybe<Scalars['String']>;
|
107
111
|
};
|
108
112
|
export declare enum IoRestorecommercePaymentProvider {
|
109
113
|
NoProvider = 0,
|
@@ -280,12 +284,16 @@ export declare type IIoRestorecommercePaymentPaymentRequest = {
|
|
280
284
|
paymentId?: InputMaybe<Scalars['String']>;
|
281
285
|
payerId?: InputMaybe<Scalars['String']>;
|
282
286
|
token?: InputMaybe<Scalars['String']>;
|
287
|
+
/** target scope */
|
288
|
+
scope?: InputMaybe<Scalars['String']>;
|
283
289
|
};
|
284
290
|
export declare type IIoRestorecommercePaymentCaptureRequest = {
|
285
291
|
provider?: InputMaybe<IoRestorecommercePaymentProvider>;
|
286
292
|
paymentSum?: InputMaybe<Scalars['Int']>;
|
287
293
|
currency?: InputMaybe<Scalars['String']>;
|
288
294
|
paymentId?: InputMaybe<Scalars['String']>;
|
295
|
+
/** target scope */
|
296
|
+
scope?: InputMaybe<Scalars['String']>;
|
289
297
|
};
|
290
298
|
export declare type WithIndex<TObject> = TObject & Record<string, any>;
|
291
299
|
export declare type ResolversObject<TObject> = WithIndex<TObject>;
|