@commercetools-frontend/application-shell-connectors 21.2.1 → 21.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commercetools-frontend-application-shell-connectors.cjs.dev.js +1 -1
- package/dist/commercetools-frontend-application-shell-connectors.cjs.prod.js +1 -1
- package/dist/commercetools-frontend-application-shell-connectors.esm.js +1 -1
- package/dist/declarations/src/types/generated/settings.d.ts +996 -835
- package/package.json +7 -7
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export declare type Maybe<T> = T | null;
|
|
2
|
+
export declare type InputMaybe<T> = Maybe<T>;
|
|
2
3
|
export declare type Exact<T extends {
|
|
3
4
|
[key: string]: unknown;
|
|
4
5
|
}> = {
|
|
@@ -34,14 +35,14 @@ export declare type TApplicationExtension = {
|
|
|
34
35
|
url: Scalars['String'];
|
|
35
36
|
};
|
|
36
37
|
export declare type TApplicationExtensionDataInput = {
|
|
37
|
-
description?:
|
|
38
|
+
description?: InputMaybe<Scalars['String']>;
|
|
38
39
|
name: Scalars['String'];
|
|
39
40
|
navbarMenu: TApplicationExtensionNavbarMenuDataInput;
|
|
40
|
-
oAuthScopes?:
|
|
41
|
+
oAuthScopes?: InputMaybe<Array<Scalars['String']>>;
|
|
41
42
|
url: Scalars['String'];
|
|
42
43
|
};
|
|
43
44
|
export declare type TApplicationExtensionNavbarMenuDataInput = {
|
|
44
|
-
featureToggle?:
|
|
45
|
+
featureToggle?: InputMaybe<Scalars['String']>;
|
|
45
46
|
icon: Scalars['String'];
|
|
46
47
|
key: Scalars['String'];
|
|
47
48
|
labelAllLocales: Array<TLocalizedFieldDataInput>;
|
|
@@ -50,7 +51,7 @@ export declare type TApplicationExtensionNavbarMenuDataInput = {
|
|
|
50
51
|
uriPath: Scalars['String'];
|
|
51
52
|
};
|
|
52
53
|
export declare type TApplicationExtensionNavbarSubmenuDataInput = {
|
|
53
|
-
featureToggle?:
|
|
54
|
+
featureToggle?: InputMaybe<Scalars['String']>;
|
|
54
55
|
key: Scalars['String'];
|
|
55
56
|
labelAllLocales: Array<TLocalizedFieldDataInput>;
|
|
56
57
|
permissions: Array<TOAuthScope>;
|
|
@@ -82,41 +83,41 @@ export declare type TAverageOrderValueConfigurationInput = {
|
|
|
82
83
|
showPreviousTimeframe: Scalars['Boolean'];
|
|
83
84
|
};
|
|
84
85
|
export declare type TAverageOrderValueConfigurationWhereInput = {
|
|
85
|
-
AND?:
|
|
86
|
-
NOT?:
|
|
87
|
-
OR?:
|
|
88
|
-
createdAt?:
|
|
89
|
-
createdAt_gt?:
|
|
90
|
-
createdAt_gte?:
|
|
91
|
-
createdAt_in?:
|
|
92
|
-
createdAt_lt?:
|
|
93
|
-
createdAt_lte?:
|
|
94
|
-
createdAt_not?:
|
|
95
|
-
createdAt_not_in?:
|
|
96
|
-
id?:
|
|
97
|
-
id_contains?:
|
|
98
|
-
id_ends_with?:
|
|
99
|
-
id_gt?:
|
|
100
|
-
id_gte?:
|
|
101
|
-
id_in?:
|
|
102
|
-
id_lt?:
|
|
103
|
-
id_lte?:
|
|
104
|
-
id_not?:
|
|
105
|
-
id_not_contains?:
|
|
106
|
-
id_not_ends_with?:
|
|
107
|
-
id_not_in?:
|
|
108
|
-
id_not_starts_with?:
|
|
109
|
-
id_starts_with?:
|
|
110
|
-
showPreviousTimeframe?:
|
|
111
|
-
showPreviousTimeframe_not?:
|
|
112
|
-
updatedAt?:
|
|
113
|
-
updatedAt_gt?:
|
|
114
|
-
updatedAt_gte?:
|
|
115
|
-
updatedAt_in?:
|
|
116
|
-
updatedAt_lt?:
|
|
117
|
-
updatedAt_lte?:
|
|
118
|
-
updatedAt_not?:
|
|
119
|
-
updatedAt_not_in?:
|
|
86
|
+
AND?: InputMaybe<Array<TAverageOrderValueConfigurationWhereInput>>;
|
|
87
|
+
NOT?: InputMaybe<Array<TAverageOrderValueConfigurationWhereInput>>;
|
|
88
|
+
OR?: InputMaybe<Array<TAverageOrderValueConfigurationWhereInput>>;
|
|
89
|
+
createdAt?: InputMaybe<Scalars['DateTime']>;
|
|
90
|
+
createdAt_gt?: InputMaybe<Scalars['DateTime']>;
|
|
91
|
+
createdAt_gte?: InputMaybe<Scalars['DateTime']>;
|
|
92
|
+
createdAt_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
93
|
+
createdAt_lt?: InputMaybe<Scalars['DateTime']>;
|
|
94
|
+
createdAt_lte?: InputMaybe<Scalars['DateTime']>;
|
|
95
|
+
createdAt_not?: InputMaybe<Scalars['DateTime']>;
|
|
96
|
+
createdAt_not_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
97
|
+
id?: InputMaybe<Scalars['ID']>;
|
|
98
|
+
id_contains?: InputMaybe<Scalars['ID']>;
|
|
99
|
+
id_ends_with?: InputMaybe<Scalars['ID']>;
|
|
100
|
+
id_gt?: InputMaybe<Scalars['ID']>;
|
|
101
|
+
id_gte?: InputMaybe<Scalars['ID']>;
|
|
102
|
+
id_in?: InputMaybe<Array<Scalars['ID']>>;
|
|
103
|
+
id_lt?: InputMaybe<Scalars['ID']>;
|
|
104
|
+
id_lte?: InputMaybe<Scalars['ID']>;
|
|
105
|
+
id_not?: InputMaybe<Scalars['ID']>;
|
|
106
|
+
id_not_contains?: InputMaybe<Scalars['ID']>;
|
|
107
|
+
id_not_ends_with?: InputMaybe<Scalars['ID']>;
|
|
108
|
+
id_not_in?: InputMaybe<Array<Scalars['ID']>>;
|
|
109
|
+
id_not_starts_with?: InputMaybe<Scalars['ID']>;
|
|
110
|
+
id_starts_with?: InputMaybe<Scalars['ID']>;
|
|
111
|
+
showPreviousTimeframe?: InputMaybe<Scalars['Boolean']>;
|
|
112
|
+
showPreviousTimeframe_not?: InputMaybe<Scalars['Boolean']>;
|
|
113
|
+
updatedAt?: InputMaybe<Scalars['DateTime']>;
|
|
114
|
+
updatedAt_gt?: InputMaybe<Scalars['DateTime']>;
|
|
115
|
+
updatedAt_gte?: InputMaybe<Scalars['DateTime']>;
|
|
116
|
+
updatedAt_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
117
|
+
updatedAt_lt?: InputMaybe<Scalars['DateTime']>;
|
|
118
|
+
updatedAt_lte?: InputMaybe<Scalars['DateTime']>;
|
|
119
|
+
updatedAt_not?: InputMaybe<Scalars['DateTime']>;
|
|
120
|
+
updatedAt_not_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
120
121
|
};
|
|
121
122
|
export declare enum TBestSellingLimit {
|
|
122
123
|
Fifteen = "FIFTEEN",
|
|
@@ -149,7 +150,7 @@ export declare type TCategoryRecommendationSettings = {
|
|
|
149
150
|
updatedAt: Scalars['DateTime'];
|
|
150
151
|
};
|
|
151
152
|
export declare type TCategoryRecommendationSettingsDataInput = {
|
|
152
|
-
attributeName?:
|
|
153
|
+
attributeName?: InputMaybe<Scalars['String']>;
|
|
153
154
|
searchProperty: TCategoryRecommendationSearchProperty;
|
|
154
155
|
};
|
|
155
156
|
export declare type TContactInformation = {
|
|
@@ -163,16 +164,45 @@ export declare type TContactInformation = {
|
|
|
163
164
|
export declare type TContactInformationDataInput = {
|
|
164
165
|
email: Scalars['String'];
|
|
165
166
|
};
|
|
166
|
-
export declare type
|
|
167
|
+
export declare type TCustomApplication = {
|
|
168
|
+
__typename?: 'CustomApplication';
|
|
169
|
+
createdAt: Scalars['DateTime'];
|
|
167
170
|
description?: Maybe<Scalars['String']>;
|
|
168
171
|
entryPointUriPath: Scalars['String'];
|
|
169
172
|
icon: Scalars['String'];
|
|
173
|
+
id: Scalars['ID'];
|
|
174
|
+
installedBy: Array<TCustomApplicationInstallation>;
|
|
175
|
+
mainMenuLink: TCustomApplicationMenuLink;
|
|
176
|
+
name: Scalars['String'];
|
|
177
|
+
owner: TOrganizationExtension;
|
|
178
|
+
ownerId: Scalars['String'];
|
|
179
|
+
permissions: Array<TCustomApplicationPermission>;
|
|
180
|
+
status?: Maybe<TCustomApplicationStatus>;
|
|
181
|
+
submenuLinks: Array<TCustomApplicationSubmenuLink>;
|
|
182
|
+
updatedAt: Scalars['DateTime'];
|
|
183
|
+
url: Scalars['String'];
|
|
184
|
+
};
|
|
185
|
+
export declare type TCustomApplicationDraftDataInput = {
|
|
186
|
+
description?: InputMaybe<Scalars['String']>;
|
|
187
|
+
entryPointUriPath: Scalars['String'];
|
|
188
|
+
icon: Scalars['String'];
|
|
170
189
|
mainMenuLink: TCustomApplicationMenuLinkDraftDataInput;
|
|
171
190
|
name: Scalars['String'];
|
|
172
191
|
permissions: Array<TCustomApplicationPermissionDataInput>;
|
|
173
192
|
submenuLinks: Array<TCustomApplicationSubmenuLinkDraftDataInput>;
|
|
174
193
|
url: Scalars['String'];
|
|
175
194
|
};
|
|
195
|
+
export declare type TCustomApplicationInstallation = {
|
|
196
|
+
__typename?: 'CustomApplicationInstallation';
|
|
197
|
+
acceptedPermissions: Array<TCustomApplicationInstallationPermission>;
|
|
198
|
+
createdAt: Scalars['DateTime'];
|
|
199
|
+
id: Scalars['ID'];
|
|
200
|
+
installInAllProjects: Scalars['Boolean'];
|
|
201
|
+
owner: TOrganizationExtension;
|
|
202
|
+
ownerId: Scalars['String'];
|
|
203
|
+
projects?: Maybe<Array<TProjectExtension>>;
|
|
204
|
+
updatedAt: Scalars['DateTime'];
|
|
205
|
+
};
|
|
176
206
|
export declare type TCustomApplicationInstallationPermission = {
|
|
177
207
|
__typename?: 'CustomApplicationInstallationPermission';
|
|
178
208
|
createdAt: Scalars['DateTime'];
|
|
@@ -210,6 +240,11 @@ export declare type TCustomApplicationPermissionDataInput = {
|
|
|
210
240
|
name: Scalars['String'];
|
|
211
241
|
oAuthScopes: Array<Scalars['String']>;
|
|
212
242
|
};
|
|
243
|
+
export declare type TCustomApplicationQueryInput = {
|
|
244
|
+
limit?: InputMaybe<Scalars['Int']>;
|
|
245
|
+
offset?: InputMaybe<Scalars['Int']>;
|
|
246
|
+
sort?: InputMaybe<Scalars['String']>;
|
|
247
|
+
};
|
|
213
248
|
export declare enum TCustomApplicationStatus {
|
|
214
249
|
Draft = "DRAFT",
|
|
215
250
|
PrivateUsage = "PRIVATE_USAGE"
|
|
@@ -238,6 +273,14 @@ export declare type TCustomApplicationsMaintainerContactEmailVerificationRequest
|
|
|
238
273
|
__typename?: 'CustomApplicationsMaintainerContactEmailVerificationRequest';
|
|
239
274
|
token?: Maybe<Scalars['String']>;
|
|
240
275
|
};
|
|
276
|
+
export declare type TCustomApplicationsPagedQueryResult = {
|
|
277
|
+
__typename?: 'CustomApplicationsPagedQueryResult';
|
|
278
|
+
count: Scalars['Int'];
|
|
279
|
+
limit: Scalars['Int'];
|
|
280
|
+
offset: Scalars['Int'];
|
|
281
|
+
results: Array<TCustomApplication>;
|
|
282
|
+
total: Scalars['Int'];
|
|
283
|
+
};
|
|
241
284
|
export declare type TCustomersListView = {
|
|
242
285
|
__typename?: 'CustomersListView';
|
|
243
286
|
createdAt: Scalars['DateTime'];
|
|
@@ -253,29 +296,29 @@ export declare type TCustomersListView = {
|
|
|
253
296
|
userId: Scalars['String'];
|
|
254
297
|
};
|
|
255
298
|
export declare type TCustomersListView_FiltersArgs = {
|
|
256
|
-
after?:
|
|
257
|
-
before?:
|
|
258
|
-
first?:
|
|
259
|
-
last?:
|
|
260
|
-
orderBy?:
|
|
261
|
-
skip?:
|
|
262
|
-
where?:
|
|
299
|
+
after?: InputMaybe<Scalars['String']>;
|
|
300
|
+
before?: InputMaybe<Scalars['String']>;
|
|
301
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
302
|
+
last?: InputMaybe<Scalars['Int']>;
|
|
303
|
+
orderBy?: InputMaybe<TFilterValuesOrderByInput>;
|
|
304
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
305
|
+
where?: InputMaybe<TFilterValuesWhereInput>;
|
|
263
306
|
};
|
|
264
307
|
export declare type TCustomersListView_NameAllLocalesArgs = {
|
|
265
|
-
after?:
|
|
266
|
-
before?:
|
|
267
|
-
first?:
|
|
268
|
-
last?:
|
|
269
|
-
orderBy?:
|
|
270
|
-
skip?:
|
|
271
|
-
where?:
|
|
308
|
+
after?: InputMaybe<Scalars['String']>;
|
|
309
|
+
before?: InputMaybe<Scalars['String']>;
|
|
310
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
311
|
+
last?: InputMaybe<Scalars['Int']>;
|
|
312
|
+
orderBy?: InputMaybe<TLocalizedFieldOrderByInput>;
|
|
313
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
314
|
+
where?: InputMaybe<TLocalizedFieldWhereInput>;
|
|
272
315
|
};
|
|
273
316
|
export declare type TCustomersListViewInput = {
|
|
274
317
|
filters: Array<TFilterValuesCreateInput>;
|
|
275
318
|
nameAllLocales: Array<TLocalizedFieldCreateInput>;
|
|
276
|
-
search?:
|
|
319
|
+
search?: InputMaybe<Scalars['String']>;
|
|
277
320
|
sort: TSortCreateInput;
|
|
278
|
-
table?:
|
|
321
|
+
table?: InputMaybe<TCustomersListViewTableInput>;
|
|
279
322
|
};
|
|
280
323
|
export declare type TCustomersListViewTableInput = {
|
|
281
324
|
visibleColumns: Array<Scalars['String']>;
|
|
@@ -283,7 +326,7 @@ export declare type TCustomersListViewTableInput = {
|
|
|
283
326
|
export declare type TDashboardView = {
|
|
284
327
|
__typename?: 'DashboardView';
|
|
285
328
|
createdAt: Scalars['DateTime'];
|
|
286
|
-
currencyCode
|
|
329
|
+
currencyCode?: Maybe<Scalars['String']>;
|
|
287
330
|
id: Scalars['ID'];
|
|
288
331
|
isActive: Scalars['Boolean'];
|
|
289
332
|
layout?: Maybe<Array<TLayoutCard>>;
|
|
@@ -293,25 +336,25 @@ export declare type TDashboardView = {
|
|
|
293
336
|
userId: Scalars['String'];
|
|
294
337
|
};
|
|
295
338
|
export declare type TDashboardView_LayoutArgs = {
|
|
296
|
-
after?:
|
|
297
|
-
before?:
|
|
298
|
-
first?:
|
|
299
|
-
last?:
|
|
300
|
-
orderBy?:
|
|
301
|
-
skip?:
|
|
302
|
-
where?:
|
|
339
|
+
after?: InputMaybe<Scalars['String']>;
|
|
340
|
+
before?: InputMaybe<Scalars['String']>;
|
|
341
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
342
|
+
last?: InputMaybe<Scalars['Int']>;
|
|
343
|
+
orderBy?: InputMaybe<TLayoutCardOrderByInput>;
|
|
344
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
345
|
+
where?: InputMaybe<TLayoutCardWhereInput>;
|
|
303
346
|
};
|
|
304
347
|
export declare type TDashboardView_NameAllLocalesArgs = {
|
|
305
|
-
after?:
|
|
306
|
-
before?:
|
|
307
|
-
first?:
|
|
308
|
-
last?:
|
|
309
|
-
orderBy?:
|
|
310
|
-
skip?:
|
|
311
|
-
where?:
|
|
348
|
+
after?: InputMaybe<Scalars['String']>;
|
|
349
|
+
before?: InputMaybe<Scalars['String']>;
|
|
350
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
351
|
+
last?: InputMaybe<Scalars['Int']>;
|
|
352
|
+
orderBy?: InputMaybe<TLocalizedFieldOrderByInput>;
|
|
353
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
354
|
+
where?: InputMaybe<TLocalizedFieldWhereInput>;
|
|
312
355
|
};
|
|
313
356
|
export declare type TDashboardViewInput = {
|
|
314
|
-
currencyCode?:
|
|
357
|
+
currencyCode?: InputMaybe<Scalars['String']>;
|
|
315
358
|
layout: Array<TLayoutCardInput>;
|
|
316
359
|
nameAllLocales: Array<TLocalizedFieldCreateInput>;
|
|
317
360
|
};
|
|
@@ -356,29 +399,29 @@ export declare type TDiscountsCustomView = {
|
|
|
356
399
|
userId: Scalars['String'];
|
|
357
400
|
};
|
|
358
401
|
export declare type TDiscountsCustomView_FiltersArgs = {
|
|
359
|
-
after?:
|
|
360
|
-
before?:
|
|
361
|
-
first?:
|
|
362
|
-
last?:
|
|
363
|
-
orderBy?:
|
|
364
|
-
skip?:
|
|
365
|
-
where?:
|
|
402
|
+
after?: InputMaybe<Scalars['String']>;
|
|
403
|
+
before?: InputMaybe<Scalars['String']>;
|
|
404
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
405
|
+
last?: InputMaybe<Scalars['Int']>;
|
|
406
|
+
orderBy?: InputMaybe<TFilterValuesOrderByInput>;
|
|
407
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
408
|
+
where?: InputMaybe<TFilterValuesWhereInput>;
|
|
366
409
|
};
|
|
367
410
|
export declare type TDiscountsCustomView_NameAllLocalesArgs = {
|
|
368
|
-
after?:
|
|
369
|
-
before?:
|
|
370
|
-
first?:
|
|
371
|
-
last?:
|
|
372
|
-
orderBy?:
|
|
373
|
-
skip?:
|
|
374
|
-
where?:
|
|
411
|
+
after?: InputMaybe<Scalars['String']>;
|
|
412
|
+
before?: InputMaybe<Scalars['String']>;
|
|
413
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
414
|
+
last?: InputMaybe<Scalars['Int']>;
|
|
415
|
+
orderBy?: InputMaybe<TLocalizedFieldOrderByInput>;
|
|
416
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
417
|
+
where?: InputMaybe<TLocalizedFieldWhereInput>;
|
|
375
418
|
};
|
|
376
419
|
export declare type TDiscountsCustomViewInput = {
|
|
377
420
|
filters: Array<TFilterValuesCreateInput>;
|
|
378
421
|
nameAllLocales: Array<TLocalizedFieldCreateInput>;
|
|
379
|
-
search?:
|
|
422
|
+
search?: InputMaybe<Scalars['String']>;
|
|
380
423
|
sort: TSortCreateInput;
|
|
381
|
-
table?:
|
|
424
|
+
table?: InputMaybe<TOrdersListViewTableInput>;
|
|
382
425
|
};
|
|
383
426
|
export declare enum TExistence {
|
|
384
427
|
All = "All",
|
|
@@ -405,7 +448,7 @@ export declare type TFilterValues = {
|
|
|
405
448
|
updatedAt: Scalars['DateTime'];
|
|
406
449
|
};
|
|
407
450
|
export declare type TFilterValuesCreateInput = {
|
|
408
|
-
id?:
|
|
451
|
+
id?: InputMaybe<Scalars['ID']>;
|
|
409
452
|
json: Scalars['Json'];
|
|
410
453
|
target: Scalars['String'];
|
|
411
454
|
type: TFilterType;
|
|
@@ -425,57 +468,57 @@ export declare enum TFilterValuesOrderByInput {
|
|
|
425
468
|
UpdatedAtDesc = "updatedAt_DESC"
|
|
426
469
|
}
|
|
427
470
|
export declare type TFilterValuesWhereInput = {
|
|
428
|
-
AND?:
|
|
429
|
-
NOT?:
|
|
430
|
-
OR?:
|
|
431
|
-
createdAt?:
|
|
432
|
-
createdAt_gt?:
|
|
433
|
-
createdAt_gte?:
|
|
434
|
-
createdAt_in?:
|
|
435
|
-
createdAt_lt?:
|
|
436
|
-
createdAt_lte?:
|
|
437
|
-
createdAt_not?:
|
|
438
|
-
createdAt_not_in?:
|
|
439
|
-
id?:
|
|
440
|
-
id_contains?:
|
|
441
|
-
id_ends_with?:
|
|
442
|
-
id_gt?:
|
|
443
|
-
id_gte?:
|
|
444
|
-
id_in?:
|
|
445
|
-
id_lt?:
|
|
446
|
-
id_lte?:
|
|
447
|
-
id_not?:
|
|
448
|
-
id_not_contains?:
|
|
449
|
-
id_not_ends_with?:
|
|
450
|
-
id_not_in?:
|
|
451
|
-
id_not_starts_with?:
|
|
452
|
-
id_starts_with?:
|
|
453
|
-
target?:
|
|
454
|
-
target_contains?:
|
|
455
|
-
target_ends_with?:
|
|
456
|
-
target_gt?:
|
|
457
|
-
target_gte?:
|
|
458
|
-
target_in?:
|
|
459
|
-
target_lt?:
|
|
460
|
-
target_lte?:
|
|
461
|
-
target_not?:
|
|
462
|
-
target_not_contains?:
|
|
463
|
-
target_not_ends_with?:
|
|
464
|
-
target_not_in?:
|
|
465
|
-
target_not_starts_with?:
|
|
466
|
-
target_starts_with?:
|
|
467
|
-
type?:
|
|
468
|
-
type_in?:
|
|
469
|
-
type_not?:
|
|
470
|
-
type_not_in?:
|
|
471
|
-
updatedAt?:
|
|
472
|
-
updatedAt_gt?:
|
|
473
|
-
updatedAt_gte?:
|
|
474
|
-
updatedAt_in?:
|
|
475
|
-
updatedAt_lt?:
|
|
476
|
-
updatedAt_lte?:
|
|
477
|
-
updatedAt_not?:
|
|
478
|
-
updatedAt_not_in?:
|
|
471
|
+
AND?: InputMaybe<Array<TFilterValuesWhereInput>>;
|
|
472
|
+
NOT?: InputMaybe<Array<TFilterValuesWhereInput>>;
|
|
473
|
+
OR?: InputMaybe<Array<TFilterValuesWhereInput>>;
|
|
474
|
+
createdAt?: InputMaybe<Scalars['DateTime']>;
|
|
475
|
+
createdAt_gt?: InputMaybe<Scalars['DateTime']>;
|
|
476
|
+
createdAt_gte?: InputMaybe<Scalars['DateTime']>;
|
|
477
|
+
createdAt_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
478
|
+
createdAt_lt?: InputMaybe<Scalars['DateTime']>;
|
|
479
|
+
createdAt_lte?: InputMaybe<Scalars['DateTime']>;
|
|
480
|
+
createdAt_not?: InputMaybe<Scalars['DateTime']>;
|
|
481
|
+
createdAt_not_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
482
|
+
id?: InputMaybe<Scalars['ID']>;
|
|
483
|
+
id_contains?: InputMaybe<Scalars['ID']>;
|
|
484
|
+
id_ends_with?: InputMaybe<Scalars['ID']>;
|
|
485
|
+
id_gt?: InputMaybe<Scalars['ID']>;
|
|
486
|
+
id_gte?: InputMaybe<Scalars['ID']>;
|
|
487
|
+
id_in?: InputMaybe<Array<Scalars['ID']>>;
|
|
488
|
+
id_lt?: InputMaybe<Scalars['ID']>;
|
|
489
|
+
id_lte?: InputMaybe<Scalars['ID']>;
|
|
490
|
+
id_not?: InputMaybe<Scalars['ID']>;
|
|
491
|
+
id_not_contains?: InputMaybe<Scalars['ID']>;
|
|
492
|
+
id_not_ends_with?: InputMaybe<Scalars['ID']>;
|
|
493
|
+
id_not_in?: InputMaybe<Array<Scalars['ID']>>;
|
|
494
|
+
id_not_starts_with?: InputMaybe<Scalars['ID']>;
|
|
495
|
+
id_starts_with?: InputMaybe<Scalars['ID']>;
|
|
496
|
+
target?: InputMaybe<Scalars['String']>;
|
|
497
|
+
target_contains?: InputMaybe<Scalars['String']>;
|
|
498
|
+
target_ends_with?: InputMaybe<Scalars['String']>;
|
|
499
|
+
target_gt?: InputMaybe<Scalars['String']>;
|
|
500
|
+
target_gte?: InputMaybe<Scalars['String']>;
|
|
501
|
+
target_in?: InputMaybe<Array<Scalars['String']>>;
|
|
502
|
+
target_lt?: InputMaybe<Scalars['String']>;
|
|
503
|
+
target_lte?: InputMaybe<Scalars['String']>;
|
|
504
|
+
target_not?: InputMaybe<Scalars['String']>;
|
|
505
|
+
target_not_contains?: InputMaybe<Scalars['String']>;
|
|
506
|
+
target_not_ends_with?: InputMaybe<Scalars['String']>;
|
|
507
|
+
target_not_in?: InputMaybe<Array<Scalars['String']>>;
|
|
508
|
+
target_not_starts_with?: InputMaybe<Scalars['String']>;
|
|
509
|
+
target_starts_with?: InputMaybe<Scalars['String']>;
|
|
510
|
+
type?: InputMaybe<TFilterType>;
|
|
511
|
+
type_in?: InputMaybe<Array<TFilterType>>;
|
|
512
|
+
type_not?: InputMaybe<TFilterType>;
|
|
513
|
+
type_not_in?: InputMaybe<Array<TFilterType>>;
|
|
514
|
+
updatedAt?: InputMaybe<Scalars['DateTime']>;
|
|
515
|
+
updatedAt_gt?: InputMaybe<Scalars['DateTime']>;
|
|
516
|
+
updatedAt_gte?: InputMaybe<Scalars['DateTime']>;
|
|
517
|
+
updatedAt_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
518
|
+
updatedAt_lt?: InputMaybe<Scalars['DateTime']>;
|
|
519
|
+
updatedAt_lte?: InputMaybe<Scalars['DateTime']>;
|
|
520
|
+
updatedAt_not?: InputMaybe<Scalars['DateTime']>;
|
|
521
|
+
updatedAt_not_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
479
522
|
};
|
|
480
523
|
export declare type TImageRegex = {
|
|
481
524
|
__typename?: 'ImageRegex';
|
|
@@ -486,8 +529,8 @@ export declare type TImageRegex = {
|
|
|
486
529
|
updatedAt: Scalars['DateTime'];
|
|
487
530
|
};
|
|
488
531
|
export declare type TImageRegexDataInput = {
|
|
489
|
-
small?:
|
|
490
|
-
thumb?:
|
|
532
|
+
small?: InputMaybe<TImageRegexOptionsInput>;
|
|
533
|
+
thumb?: InputMaybe<TImageRegexOptionsInput>;
|
|
491
534
|
};
|
|
492
535
|
export declare type TImageRegexOptions = {
|
|
493
536
|
__typename?: 'ImageRegexOptions';
|
|
@@ -528,30 +571,30 @@ export declare type TLayoutCard = {
|
|
|
528
571
|
yPosition: Scalars['Int'];
|
|
529
572
|
};
|
|
530
573
|
export declare type TLayoutCard_NameAllLocalesArgs = {
|
|
531
|
-
after?:
|
|
532
|
-
before?:
|
|
533
|
-
first?:
|
|
534
|
-
last?:
|
|
535
|
-
orderBy?:
|
|
536
|
-
skip?:
|
|
537
|
-
where?:
|
|
574
|
+
after?: InputMaybe<Scalars['String']>;
|
|
575
|
+
before?: InputMaybe<Scalars['String']>;
|
|
576
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
577
|
+
last?: InputMaybe<Scalars['Int']>;
|
|
578
|
+
orderBy?: InputMaybe<TLocalizedFieldOrderByInput>;
|
|
579
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
580
|
+
where?: InputMaybe<TLocalizedFieldWhereInput>;
|
|
538
581
|
};
|
|
539
582
|
export declare type TLayoutCardInput = {
|
|
540
|
-
averageOrderValueConfiguration?:
|
|
583
|
+
averageOrderValueConfiguration?: InputMaybe<TAverageOrderValueConfigurationInput>;
|
|
541
584
|
height: Scalars['Int'];
|
|
542
585
|
key: TMetricCardType;
|
|
543
|
-
maxHeight?:
|
|
544
|
-
maxWidth?:
|
|
545
|
-
minHeight?:
|
|
546
|
-
minWidth?:
|
|
547
|
-
nameAllLocales?:
|
|
548
|
-
orderStatusConfiguration?:
|
|
549
|
-
resizeHandles?:
|
|
550
|
-
resourcesNumbersConfiguration?:
|
|
551
|
-
salesPerformanceConfiguration?:
|
|
552
|
-
topProductsConfiguration?:
|
|
553
|
-
totalOrdersConfiguration?:
|
|
554
|
-
totalSalesConfiguration?:
|
|
586
|
+
maxHeight?: InputMaybe<Scalars['Int']>;
|
|
587
|
+
maxWidth?: InputMaybe<Scalars['Int']>;
|
|
588
|
+
minHeight?: InputMaybe<Scalars['Int']>;
|
|
589
|
+
minWidth?: InputMaybe<Scalars['Int']>;
|
|
590
|
+
nameAllLocales?: InputMaybe<Array<TLocalizedFieldCreateInput>>;
|
|
591
|
+
orderStatusConfiguration?: InputMaybe<TOrderStatusConfigurationInput>;
|
|
592
|
+
resizeHandles?: InputMaybe<Array<Scalars['String']>>;
|
|
593
|
+
resourcesNumbersConfiguration?: InputMaybe<TResourcesNumbersConfigurationInput>;
|
|
594
|
+
salesPerformanceConfiguration?: InputMaybe<TSalesPerformanceConfigurationInput>;
|
|
595
|
+
topProductsConfiguration?: InputMaybe<TTopProductsConfigurationInput>;
|
|
596
|
+
totalOrdersConfiguration?: InputMaybe<TTotalOrdersConfigurationInput>;
|
|
597
|
+
totalSalesConfiguration?: InputMaybe<TTotalSalesConfigurationInput>;
|
|
555
598
|
width: Scalars['Int'];
|
|
556
599
|
xPosition: Scalars['Int'];
|
|
557
600
|
yPosition: Scalars['Int'];
|
|
@@ -583,117 +626,143 @@ export declare enum TLayoutCardOrderByInput {
|
|
|
583
626
|
YPositionDesc = "yPosition_DESC"
|
|
584
627
|
}
|
|
585
628
|
export declare type TLayoutCardWhereInput = {
|
|
586
|
-
AND?:
|
|
587
|
-
NOT?:
|
|
588
|
-
OR?:
|
|
589
|
-
averageOrderValueConfiguration?:
|
|
590
|
-
createdAt?:
|
|
591
|
-
createdAt_gt?:
|
|
592
|
-
createdAt_gte?:
|
|
593
|
-
createdAt_in?:
|
|
594
|
-
createdAt_lt?:
|
|
595
|
-
createdAt_lte?:
|
|
596
|
-
createdAt_not?:
|
|
597
|
-
createdAt_not_in?:
|
|
598
|
-
height?:
|
|
599
|
-
height_gt?:
|
|
600
|
-
height_gte?:
|
|
601
|
-
height_in?:
|
|
602
|
-
height_lt?:
|
|
603
|
-
height_lte?:
|
|
604
|
-
height_not?:
|
|
605
|
-
height_not_in?:
|
|
606
|
-
id?:
|
|
607
|
-
id_contains?:
|
|
608
|
-
id_ends_with?:
|
|
609
|
-
id_gt?:
|
|
610
|
-
id_gte?:
|
|
611
|
-
id_in?:
|
|
612
|
-
id_lt?:
|
|
613
|
-
id_lte?:
|
|
614
|
-
id_not?:
|
|
615
|
-
id_not_contains?:
|
|
616
|
-
id_not_ends_with?:
|
|
617
|
-
id_not_in?:
|
|
618
|
-
id_not_starts_with?:
|
|
619
|
-
id_starts_with?:
|
|
620
|
-
key?:
|
|
621
|
-
key_in?:
|
|
622
|
-
key_not?:
|
|
623
|
-
key_not_in?:
|
|
624
|
-
maxHeight?:
|
|
625
|
-
maxHeight_gt?:
|
|
626
|
-
maxHeight_gte?:
|
|
627
|
-
maxHeight_in?:
|
|
628
|
-
maxHeight_lt?:
|
|
629
|
-
maxHeight_lte?:
|
|
630
|
-
maxHeight_not?:
|
|
631
|
-
maxHeight_not_in?:
|
|
632
|
-
maxWidth?:
|
|
633
|
-
maxWidth_gt?:
|
|
634
|
-
maxWidth_gte?:
|
|
635
|
-
maxWidth_in?:
|
|
636
|
-
maxWidth_lt?:
|
|
637
|
-
maxWidth_lte?:
|
|
638
|
-
maxWidth_not?:
|
|
639
|
-
maxWidth_not_in?:
|
|
640
|
-
minHeight?:
|
|
641
|
-
minHeight_gt?:
|
|
642
|
-
minHeight_gte?:
|
|
643
|
-
minHeight_in?:
|
|
644
|
-
minHeight_lt?:
|
|
645
|
-
minHeight_lte?:
|
|
646
|
-
minHeight_not?:
|
|
647
|
-
minHeight_not_in?:
|
|
648
|
-
minWidth?:
|
|
649
|
-
minWidth_gt?:
|
|
650
|
-
minWidth_gte?:
|
|
651
|
-
minWidth_in?:
|
|
652
|
-
minWidth_lt?:
|
|
653
|
-
minWidth_lte?:
|
|
654
|
-
minWidth_not?:
|
|
655
|
-
minWidth_not_in?:
|
|
656
|
-
nameAllLocales_every?:
|
|
657
|
-
nameAllLocales_none?:
|
|
658
|
-
nameAllLocales_some?:
|
|
659
|
-
orderStatusConfiguration?:
|
|
660
|
-
resourcesNumbersConfiguration?:
|
|
661
|
-
salesPerformanceConfiguration?:
|
|
662
|
-
topProductsConfiguration?:
|
|
663
|
-
totalOrdersConfiguration?:
|
|
664
|
-
totalSalesConfiguration?:
|
|
665
|
-
updatedAt?:
|
|
666
|
-
updatedAt_gt?:
|
|
667
|
-
updatedAt_gte?:
|
|
668
|
-
updatedAt_in?:
|
|
669
|
-
updatedAt_lt?:
|
|
670
|
-
updatedAt_lte?:
|
|
671
|
-
updatedAt_not?:
|
|
672
|
-
updatedAt_not_in?:
|
|
673
|
-
width?:
|
|
674
|
-
width_gt?:
|
|
675
|
-
width_gte?:
|
|
676
|
-
width_in?:
|
|
677
|
-
width_lt?:
|
|
678
|
-
width_lte?:
|
|
679
|
-
width_not?:
|
|
680
|
-
width_not_in?:
|
|
681
|
-
xPosition?:
|
|
682
|
-
xPosition_gt?:
|
|
683
|
-
xPosition_gte?:
|
|
684
|
-
xPosition_in?:
|
|
685
|
-
xPosition_lt?:
|
|
686
|
-
xPosition_lte?:
|
|
687
|
-
xPosition_not?:
|
|
688
|
-
xPosition_not_in?:
|
|
689
|
-
yPosition?:
|
|
690
|
-
yPosition_gt?:
|
|
691
|
-
yPosition_gte?:
|
|
692
|
-
yPosition_in?:
|
|
693
|
-
yPosition_lt?:
|
|
694
|
-
yPosition_lte?:
|
|
695
|
-
yPosition_not?:
|
|
696
|
-
yPosition_not_in?:
|
|
629
|
+
AND?: InputMaybe<Array<TLayoutCardWhereInput>>;
|
|
630
|
+
NOT?: InputMaybe<Array<TLayoutCardWhereInput>>;
|
|
631
|
+
OR?: InputMaybe<Array<TLayoutCardWhereInput>>;
|
|
632
|
+
averageOrderValueConfiguration?: InputMaybe<TAverageOrderValueConfigurationWhereInput>;
|
|
633
|
+
createdAt?: InputMaybe<Scalars['DateTime']>;
|
|
634
|
+
createdAt_gt?: InputMaybe<Scalars['DateTime']>;
|
|
635
|
+
createdAt_gte?: InputMaybe<Scalars['DateTime']>;
|
|
636
|
+
createdAt_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
637
|
+
createdAt_lt?: InputMaybe<Scalars['DateTime']>;
|
|
638
|
+
createdAt_lte?: InputMaybe<Scalars['DateTime']>;
|
|
639
|
+
createdAt_not?: InputMaybe<Scalars['DateTime']>;
|
|
640
|
+
createdAt_not_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
641
|
+
height?: InputMaybe<Scalars['Int']>;
|
|
642
|
+
height_gt?: InputMaybe<Scalars['Int']>;
|
|
643
|
+
height_gte?: InputMaybe<Scalars['Int']>;
|
|
644
|
+
height_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
645
|
+
height_lt?: InputMaybe<Scalars['Int']>;
|
|
646
|
+
height_lte?: InputMaybe<Scalars['Int']>;
|
|
647
|
+
height_not?: InputMaybe<Scalars['Int']>;
|
|
648
|
+
height_not_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
649
|
+
id?: InputMaybe<Scalars['ID']>;
|
|
650
|
+
id_contains?: InputMaybe<Scalars['ID']>;
|
|
651
|
+
id_ends_with?: InputMaybe<Scalars['ID']>;
|
|
652
|
+
id_gt?: InputMaybe<Scalars['ID']>;
|
|
653
|
+
id_gte?: InputMaybe<Scalars['ID']>;
|
|
654
|
+
id_in?: InputMaybe<Array<Scalars['ID']>>;
|
|
655
|
+
id_lt?: InputMaybe<Scalars['ID']>;
|
|
656
|
+
id_lte?: InputMaybe<Scalars['ID']>;
|
|
657
|
+
id_not?: InputMaybe<Scalars['ID']>;
|
|
658
|
+
id_not_contains?: InputMaybe<Scalars['ID']>;
|
|
659
|
+
id_not_ends_with?: InputMaybe<Scalars['ID']>;
|
|
660
|
+
id_not_in?: InputMaybe<Array<Scalars['ID']>>;
|
|
661
|
+
id_not_starts_with?: InputMaybe<Scalars['ID']>;
|
|
662
|
+
id_starts_with?: InputMaybe<Scalars['ID']>;
|
|
663
|
+
key?: InputMaybe<TMetricCardType>;
|
|
664
|
+
key_in?: InputMaybe<Array<TMetricCardType>>;
|
|
665
|
+
key_not?: InputMaybe<TMetricCardType>;
|
|
666
|
+
key_not_in?: InputMaybe<Array<TMetricCardType>>;
|
|
667
|
+
maxHeight?: InputMaybe<Scalars['Int']>;
|
|
668
|
+
maxHeight_gt?: InputMaybe<Scalars['Int']>;
|
|
669
|
+
maxHeight_gte?: InputMaybe<Scalars['Int']>;
|
|
670
|
+
maxHeight_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
671
|
+
maxHeight_lt?: InputMaybe<Scalars['Int']>;
|
|
672
|
+
maxHeight_lte?: InputMaybe<Scalars['Int']>;
|
|
673
|
+
maxHeight_not?: InputMaybe<Scalars['Int']>;
|
|
674
|
+
maxHeight_not_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
675
|
+
maxWidth?: InputMaybe<Scalars['Int']>;
|
|
676
|
+
maxWidth_gt?: InputMaybe<Scalars['Int']>;
|
|
677
|
+
maxWidth_gte?: InputMaybe<Scalars['Int']>;
|
|
678
|
+
maxWidth_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
679
|
+
maxWidth_lt?: InputMaybe<Scalars['Int']>;
|
|
680
|
+
maxWidth_lte?: InputMaybe<Scalars['Int']>;
|
|
681
|
+
maxWidth_not?: InputMaybe<Scalars['Int']>;
|
|
682
|
+
maxWidth_not_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
683
|
+
minHeight?: InputMaybe<Scalars['Int']>;
|
|
684
|
+
minHeight_gt?: InputMaybe<Scalars['Int']>;
|
|
685
|
+
minHeight_gte?: InputMaybe<Scalars['Int']>;
|
|
686
|
+
minHeight_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
687
|
+
minHeight_lt?: InputMaybe<Scalars['Int']>;
|
|
688
|
+
minHeight_lte?: InputMaybe<Scalars['Int']>;
|
|
689
|
+
minHeight_not?: InputMaybe<Scalars['Int']>;
|
|
690
|
+
minHeight_not_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
691
|
+
minWidth?: InputMaybe<Scalars['Int']>;
|
|
692
|
+
minWidth_gt?: InputMaybe<Scalars['Int']>;
|
|
693
|
+
minWidth_gte?: InputMaybe<Scalars['Int']>;
|
|
694
|
+
minWidth_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
695
|
+
minWidth_lt?: InputMaybe<Scalars['Int']>;
|
|
696
|
+
minWidth_lte?: InputMaybe<Scalars['Int']>;
|
|
697
|
+
minWidth_not?: InputMaybe<Scalars['Int']>;
|
|
698
|
+
minWidth_not_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
699
|
+
nameAllLocales_every?: InputMaybe<TLocalizedFieldWhereInput>;
|
|
700
|
+
nameAllLocales_none?: InputMaybe<TLocalizedFieldWhereInput>;
|
|
701
|
+
nameAllLocales_some?: InputMaybe<TLocalizedFieldWhereInput>;
|
|
702
|
+
orderStatusConfiguration?: InputMaybe<TOrderStatusConfigurationWhereInput>;
|
|
703
|
+
resourcesNumbersConfiguration?: InputMaybe<TResourcesNumbersConfigurationWhereInput>;
|
|
704
|
+
salesPerformanceConfiguration?: InputMaybe<TSalesPerformanceConfigurationWhereInput>;
|
|
705
|
+
topProductsConfiguration?: InputMaybe<TTopProductsConfigurationWhereInput>;
|
|
706
|
+
totalOrdersConfiguration?: InputMaybe<TTotalOrdersConfigurationWhereInput>;
|
|
707
|
+
totalSalesConfiguration?: InputMaybe<TTotalSalesConfigurationWhereInput>;
|
|
708
|
+
updatedAt?: InputMaybe<Scalars['DateTime']>;
|
|
709
|
+
updatedAt_gt?: InputMaybe<Scalars['DateTime']>;
|
|
710
|
+
updatedAt_gte?: InputMaybe<Scalars['DateTime']>;
|
|
711
|
+
updatedAt_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
712
|
+
updatedAt_lt?: InputMaybe<Scalars['DateTime']>;
|
|
713
|
+
updatedAt_lte?: InputMaybe<Scalars['DateTime']>;
|
|
714
|
+
updatedAt_not?: InputMaybe<Scalars['DateTime']>;
|
|
715
|
+
updatedAt_not_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
716
|
+
width?: InputMaybe<Scalars['Int']>;
|
|
717
|
+
width_gt?: InputMaybe<Scalars['Int']>;
|
|
718
|
+
width_gte?: InputMaybe<Scalars['Int']>;
|
|
719
|
+
width_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
720
|
+
width_lt?: InputMaybe<Scalars['Int']>;
|
|
721
|
+
width_lte?: InputMaybe<Scalars['Int']>;
|
|
722
|
+
width_not?: InputMaybe<Scalars['Int']>;
|
|
723
|
+
width_not_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
724
|
+
xPosition?: InputMaybe<Scalars['Int']>;
|
|
725
|
+
xPosition_gt?: InputMaybe<Scalars['Int']>;
|
|
726
|
+
xPosition_gte?: InputMaybe<Scalars['Int']>;
|
|
727
|
+
xPosition_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
728
|
+
xPosition_lt?: InputMaybe<Scalars['Int']>;
|
|
729
|
+
xPosition_lte?: InputMaybe<Scalars['Int']>;
|
|
730
|
+
xPosition_not?: InputMaybe<Scalars['Int']>;
|
|
731
|
+
xPosition_not_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
732
|
+
yPosition?: InputMaybe<Scalars['Int']>;
|
|
733
|
+
yPosition_gt?: InputMaybe<Scalars['Int']>;
|
|
734
|
+
yPosition_gte?: InputMaybe<Scalars['Int']>;
|
|
735
|
+
yPosition_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
736
|
+
yPosition_lt?: InputMaybe<Scalars['Int']>;
|
|
737
|
+
yPosition_lte?: InputMaybe<Scalars['Int']>;
|
|
738
|
+
yPosition_not?: InputMaybe<Scalars['Int']>;
|
|
739
|
+
yPosition_not_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
740
|
+
};
|
|
741
|
+
export declare type TLegacyCustomApplication = {
|
|
742
|
+
__typename?: 'LegacyCustomApplication';
|
|
743
|
+
createdAt: Scalars['DateTime'];
|
|
744
|
+
description?: Maybe<Scalars['String']>;
|
|
745
|
+
id: Scalars['ID'];
|
|
746
|
+
isActive?: Maybe<Scalars['Boolean']>;
|
|
747
|
+
name: Scalars['String'];
|
|
748
|
+
navbarMenu?: Maybe<TNavbarMenu>;
|
|
749
|
+
oAuthScopes: Array<Scalars['String']>;
|
|
750
|
+
project: TProjectExtension;
|
|
751
|
+
updatedAt: Scalars['DateTime'];
|
|
752
|
+
url: Scalars['String'];
|
|
753
|
+
};
|
|
754
|
+
export declare type TLegacyCustomApplicationQueryInput = {
|
|
755
|
+
limit?: InputMaybe<Scalars['Int']>;
|
|
756
|
+
offset?: InputMaybe<Scalars['Int']>;
|
|
757
|
+
sort?: InputMaybe<Scalars['String']>;
|
|
758
|
+
};
|
|
759
|
+
export declare type TLegacyCustomApplicationsPagedQueryResult = {
|
|
760
|
+
__typename?: 'LegacyCustomApplicationsPagedQueryResult';
|
|
761
|
+
count: Scalars['Int'];
|
|
762
|
+
limit: Scalars['Int'];
|
|
763
|
+
offset: Scalars['Int'];
|
|
764
|
+
results: Array<TLegacyCustomApplication>;
|
|
765
|
+
total: Scalars['Int'];
|
|
697
766
|
};
|
|
698
767
|
export declare type TLocalizedField = {
|
|
699
768
|
__typename?: 'LocalizedField';
|
|
@@ -701,7 +770,7 @@ export declare type TLocalizedField = {
|
|
|
701
770
|
value: Scalars['String'];
|
|
702
771
|
};
|
|
703
772
|
export declare type TLocalizedFieldCreateInput = {
|
|
704
|
-
id?:
|
|
773
|
+
id?: InputMaybe<Scalars['ID']>;
|
|
705
774
|
locale: Scalars['String'];
|
|
706
775
|
value: Scalars['String'];
|
|
707
776
|
};
|
|
@@ -722,67 +791,67 @@ export declare enum TLocalizedFieldOrderByInput {
|
|
|
722
791
|
ValueDesc = "value_DESC"
|
|
723
792
|
}
|
|
724
793
|
export declare type TLocalizedFieldWhereInput = {
|
|
725
|
-
AND?:
|
|
726
|
-
NOT?:
|
|
727
|
-
OR?:
|
|
728
|
-
createdAt?:
|
|
729
|
-
createdAt_gt?:
|
|
730
|
-
createdAt_gte?:
|
|
731
|
-
createdAt_in?:
|
|
732
|
-
createdAt_lt?:
|
|
733
|
-
createdAt_lte?:
|
|
734
|
-
createdAt_not?:
|
|
735
|
-
createdAt_not_in?:
|
|
736
|
-
id?:
|
|
737
|
-
id_contains?:
|
|
738
|
-
id_ends_with?:
|
|
739
|
-
id_gt?:
|
|
740
|
-
id_gte?:
|
|
741
|
-
id_in?:
|
|
742
|
-
id_lt?:
|
|
743
|
-
id_lte?:
|
|
744
|
-
id_not?:
|
|
745
|
-
id_not_contains?:
|
|
746
|
-
id_not_ends_with?:
|
|
747
|
-
id_not_in?:
|
|
748
|
-
id_not_starts_with?:
|
|
749
|
-
id_starts_with?:
|
|
750
|
-
locale?:
|
|
751
|
-
locale_contains?:
|
|
752
|
-
locale_ends_with?:
|
|
753
|
-
locale_gt?:
|
|
754
|
-
locale_gte?:
|
|
755
|
-
locale_in?:
|
|
756
|
-
locale_lt?:
|
|
757
|
-
locale_lte?:
|
|
758
|
-
locale_not?:
|
|
759
|
-
locale_not_contains?:
|
|
760
|
-
locale_not_ends_with?:
|
|
761
|
-
locale_not_in?:
|
|
762
|
-
locale_not_starts_with?:
|
|
763
|
-
locale_starts_with?:
|
|
764
|
-
updatedAt?:
|
|
765
|
-
updatedAt_gt?:
|
|
766
|
-
updatedAt_gte?:
|
|
767
|
-
updatedAt_in?:
|
|
768
|
-
updatedAt_lt?:
|
|
769
|
-
updatedAt_lte?:
|
|
770
|
-
updatedAt_not?:
|
|
771
|
-
updatedAt_not_in?:
|
|
772
|
-
value?:
|
|
773
|
-
value_contains?:
|
|
774
|
-
value_ends_with?:
|
|
775
|
-
value_gt?:
|
|
776
|
-
value_gte?:
|
|
777
|
-
value_in?:
|
|
778
|
-
value_lt?:
|
|
779
|
-
value_lte?:
|
|
780
|
-
value_not?:
|
|
781
|
-
value_not_contains?:
|
|
782
|
-
value_not_ends_with?:
|
|
783
|
-
value_not_in?:
|
|
784
|
-
value_not_starts_with?:
|
|
785
|
-
value_starts_with?:
|
|
794
|
+
AND?: InputMaybe<Array<TLocalizedFieldWhereInput>>;
|
|
795
|
+
NOT?: InputMaybe<Array<TLocalizedFieldWhereInput>>;
|
|
796
|
+
OR?: InputMaybe<Array<TLocalizedFieldWhereInput>>;
|
|
797
|
+
createdAt?: InputMaybe<Scalars['DateTime']>;
|
|
798
|
+
createdAt_gt?: InputMaybe<Scalars['DateTime']>;
|
|
799
|
+
createdAt_gte?: InputMaybe<Scalars['DateTime']>;
|
|
800
|
+
createdAt_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
801
|
+
createdAt_lt?: InputMaybe<Scalars['DateTime']>;
|
|
802
|
+
createdAt_lte?: InputMaybe<Scalars['DateTime']>;
|
|
803
|
+
createdAt_not?: InputMaybe<Scalars['DateTime']>;
|
|
804
|
+
createdAt_not_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
805
|
+
id?: InputMaybe<Scalars['ID']>;
|
|
806
|
+
id_contains?: InputMaybe<Scalars['ID']>;
|
|
807
|
+
id_ends_with?: InputMaybe<Scalars['ID']>;
|
|
808
|
+
id_gt?: InputMaybe<Scalars['ID']>;
|
|
809
|
+
id_gte?: InputMaybe<Scalars['ID']>;
|
|
810
|
+
id_in?: InputMaybe<Array<Scalars['ID']>>;
|
|
811
|
+
id_lt?: InputMaybe<Scalars['ID']>;
|
|
812
|
+
id_lte?: InputMaybe<Scalars['ID']>;
|
|
813
|
+
id_not?: InputMaybe<Scalars['ID']>;
|
|
814
|
+
id_not_contains?: InputMaybe<Scalars['ID']>;
|
|
815
|
+
id_not_ends_with?: InputMaybe<Scalars['ID']>;
|
|
816
|
+
id_not_in?: InputMaybe<Array<Scalars['ID']>>;
|
|
817
|
+
id_not_starts_with?: InputMaybe<Scalars['ID']>;
|
|
818
|
+
id_starts_with?: InputMaybe<Scalars['ID']>;
|
|
819
|
+
locale?: InputMaybe<Scalars['String']>;
|
|
820
|
+
locale_contains?: InputMaybe<Scalars['String']>;
|
|
821
|
+
locale_ends_with?: InputMaybe<Scalars['String']>;
|
|
822
|
+
locale_gt?: InputMaybe<Scalars['String']>;
|
|
823
|
+
locale_gte?: InputMaybe<Scalars['String']>;
|
|
824
|
+
locale_in?: InputMaybe<Array<Scalars['String']>>;
|
|
825
|
+
locale_lt?: InputMaybe<Scalars['String']>;
|
|
826
|
+
locale_lte?: InputMaybe<Scalars['String']>;
|
|
827
|
+
locale_not?: InputMaybe<Scalars['String']>;
|
|
828
|
+
locale_not_contains?: InputMaybe<Scalars['String']>;
|
|
829
|
+
locale_not_ends_with?: InputMaybe<Scalars['String']>;
|
|
830
|
+
locale_not_in?: InputMaybe<Array<Scalars['String']>>;
|
|
831
|
+
locale_not_starts_with?: InputMaybe<Scalars['String']>;
|
|
832
|
+
locale_starts_with?: InputMaybe<Scalars['String']>;
|
|
833
|
+
updatedAt?: InputMaybe<Scalars['DateTime']>;
|
|
834
|
+
updatedAt_gt?: InputMaybe<Scalars['DateTime']>;
|
|
835
|
+
updatedAt_gte?: InputMaybe<Scalars['DateTime']>;
|
|
836
|
+
updatedAt_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
837
|
+
updatedAt_lt?: InputMaybe<Scalars['DateTime']>;
|
|
838
|
+
updatedAt_lte?: InputMaybe<Scalars['DateTime']>;
|
|
839
|
+
updatedAt_not?: InputMaybe<Scalars['DateTime']>;
|
|
840
|
+
updatedAt_not_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
841
|
+
value?: InputMaybe<Scalars['String']>;
|
|
842
|
+
value_contains?: InputMaybe<Scalars['String']>;
|
|
843
|
+
value_ends_with?: InputMaybe<Scalars['String']>;
|
|
844
|
+
value_gt?: InputMaybe<Scalars['String']>;
|
|
845
|
+
value_gte?: InputMaybe<Scalars['String']>;
|
|
846
|
+
value_in?: InputMaybe<Array<Scalars['String']>>;
|
|
847
|
+
value_lt?: InputMaybe<Scalars['String']>;
|
|
848
|
+
value_lte?: InputMaybe<Scalars['String']>;
|
|
849
|
+
value_not?: InputMaybe<Scalars['String']>;
|
|
850
|
+
value_not_contains?: InputMaybe<Scalars['String']>;
|
|
851
|
+
value_not_ends_with?: InputMaybe<Scalars['String']>;
|
|
852
|
+
value_not_in?: InputMaybe<Array<Scalars['String']>>;
|
|
853
|
+
value_not_starts_with?: InputMaybe<Scalars['String']>;
|
|
854
|
+
value_starts_with?: InputMaybe<Scalars['String']>;
|
|
786
855
|
};
|
|
787
856
|
export declare enum TMetricCardType {
|
|
788
857
|
AverageOrderValue = "AVERAGE_ORDER_VALUE",
|
|
@@ -818,7 +887,6 @@ export declare type TMutation = {
|
|
|
818
887
|
createProductDiscountsCustomView: TDiscountsCustomView;
|
|
819
888
|
createProductDiscountsListView?: Maybe<TProductDiscountsListView>;
|
|
820
889
|
createProductTypeAttributesView: TProductTypeAttributesView;
|
|
821
|
-
createProjectExtensionApplication?: Maybe<TProjectExtension>;
|
|
822
890
|
createVariantPricesListView?: Maybe<TVariantPricesListView>;
|
|
823
891
|
deactivateCartDiscountsCustomView?: Maybe<TDiscountsCustomView>;
|
|
824
892
|
deactivateCustomersListView?: Maybe<TOrdersListView>;
|
|
@@ -831,6 +899,7 @@ export declare type TMutation = {
|
|
|
831
899
|
deactivateProductTypeAttributesView?: Maybe<TProductTypeAttributesView>;
|
|
832
900
|
deactivateProjectExtensionApplication?: Maybe<TProjectExtension>;
|
|
833
901
|
deleteAllDashboardViews: Array<TDashboardView>;
|
|
902
|
+
deleteAllOrdersListViews: Array<TOrdersListView>;
|
|
834
903
|
deleteCartDiscountsCustomView?: Maybe<TDiscountsCustomView>;
|
|
835
904
|
deleteCustomApplication?: Maybe<TRestrictedCustomApplicationForOrganization>;
|
|
836
905
|
deleteCustomersListView?: Maybe<TCustomersListView>;
|
|
@@ -941,9 +1010,6 @@ export declare type TMutation_CreateProductDiscountsListViewArgs = {
|
|
|
941
1010
|
export declare type TMutation_CreateProductTypeAttributesViewArgs = {
|
|
942
1011
|
data: TProductTypeAttributesViewInput;
|
|
943
1012
|
};
|
|
944
|
-
export declare type TMutation_CreateProjectExtensionApplicationArgs = {
|
|
945
|
-
data: TApplicationExtensionDataInput;
|
|
946
|
-
};
|
|
947
1013
|
export declare type TMutation_CreateVariantPricesListViewArgs = {
|
|
948
1014
|
data: TVariantPricesListViewInput;
|
|
949
1015
|
};
|
|
@@ -1011,13 +1077,13 @@ export declare type TMutation_DeleteProjectExtensionApplicationArgs = {
|
|
|
1011
1077
|
export declare type TMutation_InstallCustomApplicationArgs = {
|
|
1012
1078
|
applicationId: Scalars['ID'];
|
|
1013
1079
|
organizationId: Scalars['String'];
|
|
1014
|
-
projectKeys?:
|
|
1080
|
+
projectKeys?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
|
|
1015
1081
|
};
|
|
1016
1082
|
export declare type TMutation_SendLinkToVerifyCustomApplicationsMaintainerContactEmailArgs = {
|
|
1017
1083
|
organizationId: Scalars['String'];
|
|
1018
1084
|
};
|
|
1019
1085
|
export declare type TMutation_SetCustomApplicationsMaintainerContactInformationArgs = {
|
|
1020
|
-
data?:
|
|
1086
|
+
data?: InputMaybe<TContactInformationDataInput>;
|
|
1021
1087
|
organizationId: Scalars['String'];
|
|
1022
1088
|
};
|
|
1023
1089
|
export declare type TMutation_SetOrganizationExtensionOidcSsoConfigArgs = {
|
|
@@ -1025,13 +1091,13 @@ export declare type TMutation_SetOrganizationExtensionOidcSsoConfigArgs = {
|
|
|
1025
1091
|
organizationId: Scalars['String'];
|
|
1026
1092
|
};
|
|
1027
1093
|
export declare type TMutation_SetProjectExtensionCategoryRecommendationArgs = {
|
|
1028
|
-
data?:
|
|
1094
|
+
data?: InputMaybe<TCategoryRecommendationSettingsDataInput>;
|
|
1029
1095
|
};
|
|
1030
1096
|
export declare type TMutation_SetProjectExtensionImageRegexArgs = {
|
|
1031
|
-
data?:
|
|
1097
|
+
data?: InputMaybe<TImageRegexDataInput>;
|
|
1032
1098
|
};
|
|
1033
1099
|
export declare type TMutation_SetProjectExtensionOrderStatesVisibilityArgs = {
|
|
1034
|
-
data?:
|
|
1100
|
+
data?: InputMaybe<Array<InputMaybe<TOrderStatesVisibility>>>;
|
|
1035
1101
|
};
|
|
1036
1102
|
export declare type TMutation_UninstallCustomApplicationArgs = {
|
|
1037
1103
|
installedApplicationId: Scalars['ID'];
|
|
@@ -1053,7 +1119,7 @@ export declare type TMutation_UpdateCustomApplicationArgs = {
|
|
|
1053
1119
|
export declare type TMutation_UpdateCustomApplicationProjectsInstallationArgs = {
|
|
1054
1120
|
installedApplicationId: Scalars['ID'];
|
|
1055
1121
|
organizationId: Scalars['String'];
|
|
1056
|
-
projectKeys?:
|
|
1122
|
+
projectKeys?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
|
|
1057
1123
|
};
|
|
1058
1124
|
export declare type TMutation_UpdateCustomersListViewArgs = {
|
|
1059
1125
|
data: TCustomersListViewInput;
|
|
@@ -1097,7 +1163,7 @@ export declare type TMutation_UpdateProjectExtensionApplicationArgs = {
|
|
|
1097
1163
|
};
|
|
1098
1164
|
export declare type TMutation_UpdateRuleBuilderQuickSelectionValuesArgs = {
|
|
1099
1165
|
data: TRuleBuilderQuickSelectionInput;
|
|
1100
|
-
id?:
|
|
1166
|
+
id?: InputMaybe<Scalars['ID']>;
|
|
1101
1167
|
};
|
|
1102
1168
|
export declare type TMutation_UpdateVariantPricesListViewArgs = {
|
|
1103
1169
|
data: TVariantPricesListViewInput;
|
|
@@ -1120,22 +1186,22 @@ export declare type TNavbarMenu = {
|
|
|
1120
1186
|
uriPath: Scalars['String'];
|
|
1121
1187
|
};
|
|
1122
1188
|
export declare type TNavbarMenu_LabelAllLocalesArgs = {
|
|
1123
|
-
after?:
|
|
1124
|
-
before?:
|
|
1125
|
-
first?:
|
|
1126
|
-
last?:
|
|
1127
|
-
orderBy?:
|
|
1128
|
-
skip?:
|
|
1129
|
-
where?:
|
|
1189
|
+
after?: InputMaybe<Scalars['String']>;
|
|
1190
|
+
before?: InputMaybe<Scalars['String']>;
|
|
1191
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
1192
|
+
last?: InputMaybe<Scalars['Int']>;
|
|
1193
|
+
orderBy?: InputMaybe<TLocalizedFieldOrderByInput>;
|
|
1194
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
1195
|
+
where?: InputMaybe<TLocalizedFieldWhereInput>;
|
|
1130
1196
|
};
|
|
1131
1197
|
export declare type TNavbarMenu_SubmenuArgs = {
|
|
1132
|
-
after?:
|
|
1133
|
-
before?:
|
|
1134
|
-
first?:
|
|
1135
|
-
last?:
|
|
1136
|
-
orderBy?:
|
|
1137
|
-
skip?:
|
|
1138
|
-
where?:
|
|
1198
|
+
after?: InputMaybe<Scalars['String']>;
|
|
1199
|
+
before?: InputMaybe<Scalars['String']>;
|
|
1200
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
1201
|
+
last?: InputMaybe<Scalars['Int']>;
|
|
1202
|
+
orderBy?: InputMaybe<TNavbarSubmenuOrderByInput>;
|
|
1203
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
1204
|
+
where?: InputMaybe<TNavbarSubmenuWhereInput>;
|
|
1139
1205
|
};
|
|
1140
1206
|
export declare type TNavbarSubmenu = {
|
|
1141
1207
|
__typename?: 'NavbarSubmenu';
|
|
@@ -1149,13 +1215,13 @@ export declare type TNavbarSubmenu = {
|
|
|
1149
1215
|
uriPath: Scalars['String'];
|
|
1150
1216
|
};
|
|
1151
1217
|
export declare type TNavbarSubmenu_LabelAllLocalesArgs = {
|
|
1152
|
-
after?:
|
|
1153
|
-
before?:
|
|
1154
|
-
first?:
|
|
1155
|
-
last?:
|
|
1156
|
-
orderBy?:
|
|
1157
|
-
skip?:
|
|
1158
|
-
where?:
|
|
1218
|
+
after?: InputMaybe<Scalars['String']>;
|
|
1219
|
+
before?: InputMaybe<Scalars['String']>;
|
|
1220
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
1221
|
+
last?: InputMaybe<Scalars['Int']>;
|
|
1222
|
+
orderBy?: InputMaybe<TLocalizedFieldOrderByInput>;
|
|
1223
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
1224
|
+
where?: InputMaybe<TLocalizedFieldWhereInput>;
|
|
1159
1225
|
};
|
|
1160
1226
|
export declare enum TNavbarSubmenuOrderByInput {
|
|
1161
1227
|
CreatedAtAsc = "createdAt_ASC",
|
|
@@ -1172,84 +1238,84 @@ export declare enum TNavbarSubmenuOrderByInput {
|
|
|
1172
1238
|
UriPathDesc = "uriPath_DESC"
|
|
1173
1239
|
}
|
|
1174
1240
|
export declare type TNavbarSubmenuWhereInput = {
|
|
1175
|
-
AND?:
|
|
1176
|
-
NOT?:
|
|
1177
|
-
OR?:
|
|
1178
|
-
createdAt?:
|
|
1179
|
-
createdAt_gt?:
|
|
1180
|
-
createdAt_gte?:
|
|
1181
|
-
createdAt_in?:
|
|
1182
|
-
createdAt_lt?:
|
|
1183
|
-
createdAt_lte?:
|
|
1184
|
-
createdAt_not?:
|
|
1185
|
-
createdAt_not_in?:
|
|
1186
|
-
featureToggle?:
|
|
1187
|
-
featureToggle_contains?:
|
|
1188
|
-
featureToggle_ends_with?:
|
|
1189
|
-
featureToggle_gt?:
|
|
1190
|
-
featureToggle_gte?:
|
|
1191
|
-
featureToggle_in?:
|
|
1192
|
-
featureToggle_lt?:
|
|
1193
|
-
featureToggle_lte?:
|
|
1194
|
-
featureToggle_not?:
|
|
1195
|
-
featureToggle_not_contains?:
|
|
1196
|
-
featureToggle_not_ends_with?:
|
|
1197
|
-
featureToggle_not_in?:
|
|
1198
|
-
featureToggle_not_starts_with?:
|
|
1199
|
-
featureToggle_starts_with?:
|
|
1200
|
-
id?:
|
|
1201
|
-
id_contains?:
|
|
1202
|
-
id_ends_with?:
|
|
1203
|
-
id_gt?:
|
|
1204
|
-
id_gte?:
|
|
1205
|
-
id_in?:
|
|
1206
|
-
id_lt?:
|
|
1207
|
-
id_lte?:
|
|
1208
|
-
id_not?:
|
|
1209
|
-
id_not_contains?:
|
|
1210
|
-
id_not_ends_with?:
|
|
1211
|
-
id_not_in?:
|
|
1212
|
-
id_not_starts_with?:
|
|
1213
|
-
id_starts_with?:
|
|
1214
|
-
key?:
|
|
1215
|
-
key_contains?:
|
|
1216
|
-
key_ends_with?:
|
|
1217
|
-
key_gt?:
|
|
1218
|
-
key_gte?:
|
|
1219
|
-
key_in?:
|
|
1220
|
-
key_lt?:
|
|
1221
|
-
key_lte?:
|
|
1222
|
-
key_not?:
|
|
1223
|
-
key_not_contains?:
|
|
1224
|
-
key_not_ends_with?:
|
|
1225
|
-
key_not_in?:
|
|
1226
|
-
key_not_starts_with?:
|
|
1227
|
-
key_starts_with?:
|
|
1228
|
-
labelAllLocales_every?:
|
|
1229
|
-
labelAllLocales_none?:
|
|
1230
|
-
labelAllLocales_some?:
|
|
1231
|
-
updatedAt?:
|
|
1232
|
-
updatedAt_gt?:
|
|
1233
|
-
updatedAt_gte?:
|
|
1234
|
-
updatedAt_in?:
|
|
1235
|
-
updatedAt_lt?:
|
|
1236
|
-
updatedAt_lte?:
|
|
1237
|
-
updatedAt_not?:
|
|
1238
|
-
updatedAt_not_in?:
|
|
1239
|
-
uriPath?:
|
|
1240
|
-
uriPath_contains?:
|
|
1241
|
-
uriPath_ends_with?:
|
|
1242
|
-
uriPath_gt?:
|
|
1243
|
-
uriPath_gte?:
|
|
1244
|
-
uriPath_in?:
|
|
1245
|
-
uriPath_lt?:
|
|
1246
|
-
uriPath_lte?:
|
|
1247
|
-
uriPath_not?:
|
|
1248
|
-
uriPath_not_contains?:
|
|
1249
|
-
uriPath_not_ends_with?:
|
|
1250
|
-
uriPath_not_in?:
|
|
1251
|
-
uriPath_not_starts_with?:
|
|
1252
|
-
uriPath_starts_with?:
|
|
1241
|
+
AND?: InputMaybe<Array<TNavbarSubmenuWhereInput>>;
|
|
1242
|
+
NOT?: InputMaybe<Array<TNavbarSubmenuWhereInput>>;
|
|
1243
|
+
OR?: InputMaybe<Array<TNavbarSubmenuWhereInput>>;
|
|
1244
|
+
createdAt?: InputMaybe<Scalars['DateTime']>;
|
|
1245
|
+
createdAt_gt?: InputMaybe<Scalars['DateTime']>;
|
|
1246
|
+
createdAt_gte?: InputMaybe<Scalars['DateTime']>;
|
|
1247
|
+
createdAt_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
1248
|
+
createdAt_lt?: InputMaybe<Scalars['DateTime']>;
|
|
1249
|
+
createdAt_lte?: InputMaybe<Scalars['DateTime']>;
|
|
1250
|
+
createdAt_not?: InputMaybe<Scalars['DateTime']>;
|
|
1251
|
+
createdAt_not_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
1252
|
+
featureToggle?: InputMaybe<Scalars['String']>;
|
|
1253
|
+
featureToggle_contains?: InputMaybe<Scalars['String']>;
|
|
1254
|
+
featureToggle_ends_with?: InputMaybe<Scalars['String']>;
|
|
1255
|
+
featureToggle_gt?: InputMaybe<Scalars['String']>;
|
|
1256
|
+
featureToggle_gte?: InputMaybe<Scalars['String']>;
|
|
1257
|
+
featureToggle_in?: InputMaybe<Array<Scalars['String']>>;
|
|
1258
|
+
featureToggle_lt?: InputMaybe<Scalars['String']>;
|
|
1259
|
+
featureToggle_lte?: InputMaybe<Scalars['String']>;
|
|
1260
|
+
featureToggle_not?: InputMaybe<Scalars['String']>;
|
|
1261
|
+
featureToggle_not_contains?: InputMaybe<Scalars['String']>;
|
|
1262
|
+
featureToggle_not_ends_with?: InputMaybe<Scalars['String']>;
|
|
1263
|
+
featureToggle_not_in?: InputMaybe<Array<Scalars['String']>>;
|
|
1264
|
+
featureToggle_not_starts_with?: InputMaybe<Scalars['String']>;
|
|
1265
|
+
featureToggle_starts_with?: InputMaybe<Scalars['String']>;
|
|
1266
|
+
id?: InputMaybe<Scalars['ID']>;
|
|
1267
|
+
id_contains?: InputMaybe<Scalars['ID']>;
|
|
1268
|
+
id_ends_with?: InputMaybe<Scalars['ID']>;
|
|
1269
|
+
id_gt?: InputMaybe<Scalars['ID']>;
|
|
1270
|
+
id_gte?: InputMaybe<Scalars['ID']>;
|
|
1271
|
+
id_in?: InputMaybe<Array<Scalars['ID']>>;
|
|
1272
|
+
id_lt?: InputMaybe<Scalars['ID']>;
|
|
1273
|
+
id_lte?: InputMaybe<Scalars['ID']>;
|
|
1274
|
+
id_not?: InputMaybe<Scalars['ID']>;
|
|
1275
|
+
id_not_contains?: InputMaybe<Scalars['ID']>;
|
|
1276
|
+
id_not_ends_with?: InputMaybe<Scalars['ID']>;
|
|
1277
|
+
id_not_in?: InputMaybe<Array<Scalars['ID']>>;
|
|
1278
|
+
id_not_starts_with?: InputMaybe<Scalars['ID']>;
|
|
1279
|
+
id_starts_with?: InputMaybe<Scalars['ID']>;
|
|
1280
|
+
key?: InputMaybe<Scalars['String']>;
|
|
1281
|
+
key_contains?: InputMaybe<Scalars['String']>;
|
|
1282
|
+
key_ends_with?: InputMaybe<Scalars['String']>;
|
|
1283
|
+
key_gt?: InputMaybe<Scalars['String']>;
|
|
1284
|
+
key_gte?: InputMaybe<Scalars['String']>;
|
|
1285
|
+
key_in?: InputMaybe<Array<Scalars['String']>>;
|
|
1286
|
+
key_lt?: InputMaybe<Scalars['String']>;
|
|
1287
|
+
key_lte?: InputMaybe<Scalars['String']>;
|
|
1288
|
+
key_not?: InputMaybe<Scalars['String']>;
|
|
1289
|
+
key_not_contains?: InputMaybe<Scalars['String']>;
|
|
1290
|
+
key_not_ends_with?: InputMaybe<Scalars['String']>;
|
|
1291
|
+
key_not_in?: InputMaybe<Array<Scalars['String']>>;
|
|
1292
|
+
key_not_starts_with?: InputMaybe<Scalars['String']>;
|
|
1293
|
+
key_starts_with?: InputMaybe<Scalars['String']>;
|
|
1294
|
+
labelAllLocales_every?: InputMaybe<TLocalizedFieldWhereInput>;
|
|
1295
|
+
labelAllLocales_none?: InputMaybe<TLocalizedFieldWhereInput>;
|
|
1296
|
+
labelAllLocales_some?: InputMaybe<TLocalizedFieldWhereInput>;
|
|
1297
|
+
updatedAt?: InputMaybe<Scalars['DateTime']>;
|
|
1298
|
+
updatedAt_gt?: InputMaybe<Scalars['DateTime']>;
|
|
1299
|
+
updatedAt_gte?: InputMaybe<Scalars['DateTime']>;
|
|
1300
|
+
updatedAt_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
1301
|
+
updatedAt_lt?: InputMaybe<Scalars['DateTime']>;
|
|
1302
|
+
updatedAt_lte?: InputMaybe<Scalars['DateTime']>;
|
|
1303
|
+
updatedAt_not?: InputMaybe<Scalars['DateTime']>;
|
|
1304
|
+
updatedAt_not_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
1305
|
+
uriPath?: InputMaybe<Scalars['String']>;
|
|
1306
|
+
uriPath_contains?: InputMaybe<Scalars['String']>;
|
|
1307
|
+
uriPath_ends_with?: InputMaybe<Scalars['String']>;
|
|
1308
|
+
uriPath_gt?: InputMaybe<Scalars['String']>;
|
|
1309
|
+
uriPath_gte?: InputMaybe<Scalars['String']>;
|
|
1310
|
+
uriPath_in?: InputMaybe<Array<Scalars['String']>>;
|
|
1311
|
+
uriPath_lt?: InputMaybe<Scalars['String']>;
|
|
1312
|
+
uriPath_lte?: InputMaybe<Scalars['String']>;
|
|
1313
|
+
uriPath_not?: InputMaybe<Scalars['String']>;
|
|
1314
|
+
uriPath_not_contains?: InputMaybe<Scalars['String']>;
|
|
1315
|
+
uriPath_not_ends_with?: InputMaybe<Scalars['String']>;
|
|
1316
|
+
uriPath_not_in?: InputMaybe<Array<Scalars['String']>>;
|
|
1317
|
+
uriPath_not_starts_with?: InputMaybe<Scalars['String']>;
|
|
1318
|
+
uriPath_starts_with?: InputMaybe<Scalars['String']>;
|
|
1253
1319
|
};
|
|
1254
1320
|
export declare enum TOAuthScope {
|
|
1255
1321
|
ManageCartDiscounts = "ManageCartDiscounts",
|
|
@@ -1293,8 +1359,8 @@ export declare type TOidcSsoConfig = {
|
|
|
1293
1359
|
export declare type TOidcSsoConfigDataInput = {
|
|
1294
1360
|
authorityUrl: Scalars['String'];
|
|
1295
1361
|
clientId: Scalars['String'];
|
|
1296
|
-
clientSecret?:
|
|
1297
|
-
logoutUrl?:
|
|
1362
|
+
clientSecret?: InputMaybe<Scalars['String']>;
|
|
1363
|
+
logoutUrl?: InputMaybe<Scalars['String']>;
|
|
1298
1364
|
teamIdForNewUsers: Scalars['String'];
|
|
1299
1365
|
};
|
|
1300
1366
|
export declare enum TOrderStatesVisibility {
|
|
@@ -1314,78 +1380,78 @@ export declare type TOrderStatusConfiguration = {
|
|
|
1314
1380
|
};
|
|
1315
1381
|
export declare type TOrderStatusConfigurationInput = {
|
|
1316
1382
|
dateFilterType: TDateFilterType;
|
|
1317
|
-
dateFrom?:
|
|
1318
|
-
dateTo?:
|
|
1319
|
-
productId?:
|
|
1383
|
+
dateFrom?: InputMaybe<Scalars['DateTime']>;
|
|
1384
|
+
dateTo?: InputMaybe<Scalars['DateTime']>;
|
|
1385
|
+
productId?: InputMaybe<Scalars['String']>;
|
|
1320
1386
|
};
|
|
1321
1387
|
export declare type TOrderStatusConfigurationWhereInput = {
|
|
1322
|
-
AND?:
|
|
1323
|
-
NOT?:
|
|
1324
|
-
OR?:
|
|
1325
|
-
createdAt?:
|
|
1326
|
-
createdAt_gt?:
|
|
1327
|
-
createdAt_gte?:
|
|
1328
|
-
createdAt_in?:
|
|
1329
|
-
createdAt_lt?:
|
|
1330
|
-
createdAt_lte?:
|
|
1331
|
-
createdAt_not?:
|
|
1332
|
-
createdAt_not_in?:
|
|
1333
|
-
dateFilterType?:
|
|
1334
|
-
dateFilterType_in?:
|
|
1335
|
-
dateFilterType_not?:
|
|
1336
|
-
dateFilterType_not_in?:
|
|
1337
|
-
dateFrom?:
|
|
1338
|
-
dateFrom_gt?:
|
|
1339
|
-
dateFrom_gte?:
|
|
1340
|
-
dateFrom_in?:
|
|
1341
|
-
dateFrom_lt?:
|
|
1342
|
-
dateFrom_lte?:
|
|
1343
|
-
dateFrom_not?:
|
|
1344
|
-
dateFrom_not_in?:
|
|
1345
|
-
dateTo?:
|
|
1346
|
-
dateTo_gt?:
|
|
1347
|
-
dateTo_gte?:
|
|
1348
|
-
dateTo_in?:
|
|
1349
|
-
dateTo_lt?:
|
|
1350
|
-
dateTo_lte?:
|
|
1351
|
-
dateTo_not?:
|
|
1352
|
-
dateTo_not_in?:
|
|
1353
|
-
id?:
|
|
1354
|
-
id_contains?:
|
|
1355
|
-
id_ends_with?:
|
|
1356
|
-
id_gt?:
|
|
1357
|
-
id_gte?:
|
|
1358
|
-
id_in?:
|
|
1359
|
-
id_lt?:
|
|
1360
|
-
id_lte?:
|
|
1361
|
-
id_not?:
|
|
1362
|
-
id_not_contains?:
|
|
1363
|
-
id_not_ends_with?:
|
|
1364
|
-
id_not_in?:
|
|
1365
|
-
id_not_starts_with?:
|
|
1366
|
-
id_starts_with?:
|
|
1367
|
-
productId?:
|
|
1368
|
-
productId_contains?:
|
|
1369
|
-
productId_ends_with?:
|
|
1370
|
-
productId_gt?:
|
|
1371
|
-
productId_gte?:
|
|
1372
|
-
productId_in?:
|
|
1373
|
-
productId_lt?:
|
|
1374
|
-
productId_lte?:
|
|
1375
|
-
productId_not?:
|
|
1376
|
-
productId_not_contains?:
|
|
1377
|
-
productId_not_ends_with?:
|
|
1378
|
-
productId_not_in?:
|
|
1379
|
-
productId_not_starts_with?:
|
|
1380
|
-
productId_starts_with?:
|
|
1381
|
-
updatedAt?:
|
|
1382
|
-
updatedAt_gt?:
|
|
1383
|
-
updatedAt_gte?:
|
|
1384
|
-
updatedAt_in?:
|
|
1385
|
-
updatedAt_lt?:
|
|
1386
|
-
updatedAt_lte?:
|
|
1387
|
-
updatedAt_not?:
|
|
1388
|
-
updatedAt_not_in?:
|
|
1388
|
+
AND?: InputMaybe<Array<TOrderStatusConfigurationWhereInput>>;
|
|
1389
|
+
NOT?: InputMaybe<Array<TOrderStatusConfigurationWhereInput>>;
|
|
1390
|
+
OR?: InputMaybe<Array<TOrderStatusConfigurationWhereInput>>;
|
|
1391
|
+
createdAt?: InputMaybe<Scalars['DateTime']>;
|
|
1392
|
+
createdAt_gt?: InputMaybe<Scalars['DateTime']>;
|
|
1393
|
+
createdAt_gte?: InputMaybe<Scalars['DateTime']>;
|
|
1394
|
+
createdAt_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
1395
|
+
createdAt_lt?: InputMaybe<Scalars['DateTime']>;
|
|
1396
|
+
createdAt_lte?: InputMaybe<Scalars['DateTime']>;
|
|
1397
|
+
createdAt_not?: InputMaybe<Scalars['DateTime']>;
|
|
1398
|
+
createdAt_not_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
1399
|
+
dateFilterType?: InputMaybe<TDateFilterType>;
|
|
1400
|
+
dateFilterType_in?: InputMaybe<Array<TDateFilterType>>;
|
|
1401
|
+
dateFilterType_not?: InputMaybe<TDateFilterType>;
|
|
1402
|
+
dateFilterType_not_in?: InputMaybe<Array<TDateFilterType>>;
|
|
1403
|
+
dateFrom?: InputMaybe<Scalars['DateTime']>;
|
|
1404
|
+
dateFrom_gt?: InputMaybe<Scalars['DateTime']>;
|
|
1405
|
+
dateFrom_gte?: InputMaybe<Scalars['DateTime']>;
|
|
1406
|
+
dateFrom_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
1407
|
+
dateFrom_lt?: InputMaybe<Scalars['DateTime']>;
|
|
1408
|
+
dateFrom_lte?: InputMaybe<Scalars['DateTime']>;
|
|
1409
|
+
dateFrom_not?: InputMaybe<Scalars['DateTime']>;
|
|
1410
|
+
dateFrom_not_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
1411
|
+
dateTo?: InputMaybe<Scalars['DateTime']>;
|
|
1412
|
+
dateTo_gt?: InputMaybe<Scalars['DateTime']>;
|
|
1413
|
+
dateTo_gte?: InputMaybe<Scalars['DateTime']>;
|
|
1414
|
+
dateTo_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
1415
|
+
dateTo_lt?: InputMaybe<Scalars['DateTime']>;
|
|
1416
|
+
dateTo_lte?: InputMaybe<Scalars['DateTime']>;
|
|
1417
|
+
dateTo_not?: InputMaybe<Scalars['DateTime']>;
|
|
1418
|
+
dateTo_not_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
1419
|
+
id?: InputMaybe<Scalars['ID']>;
|
|
1420
|
+
id_contains?: InputMaybe<Scalars['ID']>;
|
|
1421
|
+
id_ends_with?: InputMaybe<Scalars['ID']>;
|
|
1422
|
+
id_gt?: InputMaybe<Scalars['ID']>;
|
|
1423
|
+
id_gte?: InputMaybe<Scalars['ID']>;
|
|
1424
|
+
id_in?: InputMaybe<Array<Scalars['ID']>>;
|
|
1425
|
+
id_lt?: InputMaybe<Scalars['ID']>;
|
|
1426
|
+
id_lte?: InputMaybe<Scalars['ID']>;
|
|
1427
|
+
id_not?: InputMaybe<Scalars['ID']>;
|
|
1428
|
+
id_not_contains?: InputMaybe<Scalars['ID']>;
|
|
1429
|
+
id_not_ends_with?: InputMaybe<Scalars['ID']>;
|
|
1430
|
+
id_not_in?: InputMaybe<Array<Scalars['ID']>>;
|
|
1431
|
+
id_not_starts_with?: InputMaybe<Scalars['ID']>;
|
|
1432
|
+
id_starts_with?: InputMaybe<Scalars['ID']>;
|
|
1433
|
+
productId?: InputMaybe<Scalars['String']>;
|
|
1434
|
+
productId_contains?: InputMaybe<Scalars['String']>;
|
|
1435
|
+
productId_ends_with?: InputMaybe<Scalars['String']>;
|
|
1436
|
+
productId_gt?: InputMaybe<Scalars['String']>;
|
|
1437
|
+
productId_gte?: InputMaybe<Scalars['String']>;
|
|
1438
|
+
productId_in?: InputMaybe<Array<Scalars['String']>>;
|
|
1439
|
+
productId_lt?: InputMaybe<Scalars['String']>;
|
|
1440
|
+
productId_lte?: InputMaybe<Scalars['String']>;
|
|
1441
|
+
productId_not?: InputMaybe<Scalars['String']>;
|
|
1442
|
+
productId_not_contains?: InputMaybe<Scalars['String']>;
|
|
1443
|
+
productId_not_ends_with?: InputMaybe<Scalars['String']>;
|
|
1444
|
+
productId_not_in?: InputMaybe<Array<Scalars['String']>>;
|
|
1445
|
+
productId_not_starts_with?: InputMaybe<Scalars['String']>;
|
|
1446
|
+
productId_starts_with?: InputMaybe<Scalars['String']>;
|
|
1447
|
+
updatedAt?: InputMaybe<Scalars['DateTime']>;
|
|
1448
|
+
updatedAt_gt?: InputMaybe<Scalars['DateTime']>;
|
|
1449
|
+
updatedAt_gte?: InputMaybe<Scalars['DateTime']>;
|
|
1450
|
+
updatedAt_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
1451
|
+
updatedAt_lt?: InputMaybe<Scalars['DateTime']>;
|
|
1452
|
+
updatedAt_lte?: InputMaybe<Scalars['DateTime']>;
|
|
1453
|
+
updatedAt_not?: InputMaybe<Scalars['DateTime']>;
|
|
1454
|
+
updatedAt_not_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
1389
1455
|
};
|
|
1390
1456
|
export declare type TOrdersListView = {
|
|
1391
1457
|
__typename?: 'OrdersListView';
|
|
@@ -1396,35 +1462,37 @@ export declare type TOrdersListView = {
|
|
|
1396
1462
|
nameAllLocales?: Maybe<Array<TLocalizedField>>;
|
|
1397
1463
|
projectKey: Scalars['String'];
|
|
1398
1464
|
search?: Maybe<Scalars['String']>;
|
|
1465
|
+
searchParams?: Maybe<Scalars['Json']>;
|
|
1399
1466
|
sort?: Maybe<TSort>;
|
|
1400
1467
|
table?: Maybe<TTable>;
|
|
1401
1468
|
updatedAt: Scalars['DateTime'];
|
|
1402
1469
|
userId: Scalars['String'];
|
|
1403
1470
|
};
|
|
1404
1471
|
export declare type TOrdersListView_FiltersArgs = {
|
|
1405
|
-
after?:
|
|
1406
|
-
before?:
|
|
1407
|
-
first?:
|
|
1408
|
-
last?:
|
|
1409
|
-
orderBy?:
|
|
1410
|
-
skip?:
|
|
1411
|
-
where?:
|
|
1472
|
+
after?: InputMaybe<Scalars['String']>;
|
|
1473
|
+
before?: InputMaybe<Scalars['String']>;
|
|
1474
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
1475
|
+
last?: InputMaybe<Scalars['Int']>;
|
|
1476
|
+
orderBy?: InputMaybe<TFilterValuesOrderByInput>;
|
|
1477
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
1478
|
+
where?: InputMaybe<TFilterValuesWhereInput>;
|
|
1412
1479
|
};
|
|
1413
1480
|
export declare type TOrdersListView_NameAllLocalesArgs = {
|
|
1414
|
-
after?:
|
|
1415
|
-
before?:
|
|
1416
|
-
first?:
|
|
1417
|
-
last?:
|
|
1418
|
-
orderBy?:
|
|
1419
|
-
skip?:
|
|
1420
|
-
where?:
|
|
1481
|
+
after?: InputMaybe<Scalars['String']>;
|
|
1482
|
+
before?: InputMaybe<Scalars['String']>;
|
|
1483
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
1484
|
+
last?: InputMaybe<Scalars['Int']>;
|
|
1485
|
+
orderBy?: InputMaybe<TLocalizedFieldOrderByInput>;
|
|
1486
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
1487
|
+
where?: InputMaybe<TLocalizedFieldWhereInput>;
|
|
1421
1488
|
};
|
|
1422
1489
|
export declare type TOrdersListViewInput = {
|
|
1423
1490
|
filters: Array<TFilterValuesCreateInput>;
|
|
1424
1491
|
nameAllLocales: Array<TLocalizedFieldCreateInput>;
|
|
1425
|
-
search?:
|
|
1492
|
+
search?: InputMaybe<Scalars['String']>;
|
|
1493
|
+
searchParams?: InputMaybe<Scalars['Json']>;
|
|
1426
1494
|
sort: TSortCreateInput;
|
|
1427
|
-
table?:
|
|
1495
|
+
table?: InputMaybe<TOrdersListViewTableInput>;
|
|
1428
1496
|
};
|
|
1429
1497
|
export declare type TOrdersListViewTableInput = {
|
|
1430
1498
|
visibleColumns: Array<Scalars['String']>;
|
|
@@ -1440,6 +1508,12 @@ export declare type TOrganizationExtension = {
|
|
|
1440
1508
|
registeredApplications?: Maybe<Array<TRestrictedCustomApplicationForOrganization>>;
|
|
1441
1509
|
updatedAt: Scalars['DateTime'];
|
|
1442
1510
|
};
|
|
1511
|
+
export declare type TOrganizationExtensionForCustomApplication = {
|
|
1512
|
+
__typename?: 'OrganizationExtensionForCustomApplication';
|
|
1513
|
+
application: TRestrictedCustomApplicationForOrganization;
|
|
1514
|
+
id: Scalars['ID'];
|
|
1515
|
+
organizationId: Scalars['String'];
|
|
1516
|
+
};
|
|
1443
1517
|
export declare type TPimSearchListView = {
|
|
1444
1518
|
__typename?: 'PimSearchListView';
|
|
1445
1519
|
createdAt: Scalars['DateTime'];
|
|
@@ -1455,29 +1529,29 @@ export declare type TPimSearchListView = {
|
|
|
1455
1529
|
userId: Scalars['String'];
|
|
1456
1530
|
};
|
|
1457
1531
|
export declare type TPimSearchListView_FiltersArgs = {
|
|
1458
|
-
after?:
|
|
1459
|
-
before?:
|
|
1460
|
-
first?:
|
|
1461
|
-
last?:
|
|
1462
|
-
orderBy?:
|
|
1463
|
-
skip?:
|
|
1464
|
-
where?:
|
|
1532
|
+
after?: InputMaybe<Scalars['String']>;
|
|
1533
|
+
before?: InputMaybe<Scalars['String']>;
|
|
1534
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
1535
|
+
last?: InputMaybe<Scalars['Int']>;
|
|
1536
|
+
orderBy?: InputMaybe<TFilterValuesOrderByInput>;
|
|
1537
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
1538
|
+
where?: InputMaybe<TFilterValuesWhereInput>;
|
|
1465
1539
|
};
|
|
1466
1540
|
export declare type TPimSearchListView_NameAllLocalesArgs = {
|
|
1467
|
-
after?:
|
|
1468
|
-
before?:
|
|
1469
|
-
first?:
|
|
1470
|
-
last?:
|
|
1471
|
-
orderBy?:
|
|
1472
|
-
skip?:
|
|
1473
|
-
where?:
|
|
1541
|
+
after?: InputMaybe<Scalars['String']>;
|
|
1542
|
+
before?: InputMaybe<Scalars['String']>;
|
|
1543
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
1544
|
+
last?: InputMaybe<Scalars['Int']>;
|
|
1545
|
+
orderBy?: InputMaybe<TLocalizedFieldOrderByInput>;
|
|
1546
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
1547
|
+
where?: InputMaybe<TLocalizedFieldWhereInput>;
|
|
1474
1548
|
};
|
|
1475
1549
|
export declare type TPimSearchListViewInput = {
|
|
1476
1550
|
filters: Array<TFilterValuesCreateInput>;
|
|
1477
1551
|
nameAllLocales: Array<TLocalizedFieldCreateInput>;
|
|
1478
|
-
search?:
|
|
1552
|
+
search?: InputMaybe<Scalars['String']>;
|
|
1479
1553
|
sort: TSortCreateInput;
|
|
1480
|
-
table?:
|
|
1554
|
+
table?: InputMaybe<TPimSearchListViewTableInput>;
|
|
1481
1555
|
};
|
|
1482
1556
|
export declare type TPimSearchListViewTableInput = {
|
|
1483
1557
|
visibleColumns: Array<Scalars['String']>;
|
|
@@ -1510,28 +1584,28 @@ export declare type TProductTypeAttributesView = {
|
|
|
1510
1584
|
userId: Scalars['String'];
|
|
1511
1585
|
};
|
|
1512
1586
|
export declare type TProductTypeAttributesView_NameAllLocalesArgs = {
|
|
1513
|
-
after?:
|
|
1514
|
-
before?:
|
|
1515
|
-
first?:
|
|
1516
|
-
last?:
|
|
1517
|
-
orderBy?:
|
|
1518
|
-
skip?:
|
|
1519
|
-
where?:
|
|
1587
|
+
after?: InputMaybe<Scalars['String']>;
|
|
1588
|
+
before?: InputMaybe<Scalars['String']>;
|
|
1589
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
1590
|
+
last?: InputMaybe<Scalars['Int']>;
|
|
1591
|
+
orderBy?: InputMaybe<TLocalizedFieldOrderByInput>;
|
|
1592
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
1593
|
+
where?: InputMaybe<TLocalizedFieldWhereInput>;
|
|
1520
1594
|
};
|
|
1521
1595
|
export declare type TProductTypeAttributesViewInput = {
|
|
1522
|
-
existence?:
|
|
1523
|
-
isVariant?:
|
|
1596
|
+
existence?: InputMaybe<TExistence>;
|
|
1597
|
+
isVariant?: InputMaybe<Scalars['Boolean']>;
|
|
1524
1598
|
nameAllLocales: Array<TLocalizedFieldCreateInput>;
|
|
1525
1599
|
pinnedAttributes: Array<Scalars['String']>;
|
|
1526
1600
|
productTypeId: Scalars['String'];
|
|
1527
|
-
searchTerm?:
|
|
1601
|
+
searchTerm?: InputMaybe<Scalars['String']>;
|
|
1528
1602
|
};
|
|
1529
1603
|
export declare type TProductTypeAttributesViewUpdateInput = {
|
|
1530
|
-
existence?:
|
|
1531
|
-
isVariant?:
|
|
1604
|
+
existence?: InputMaybe<TExistence>;
|
|
1605
|
+
isVariant?: InputMaybe<Scalars['Boolean']>;
|
|
1532
1606
|
nameAllLocales: Array<TLocalizedFieldCreateInput>;
|
|
1533
1607
|
pinnedAttributes: Array<Scalars['String']>;
|
|
1534
|
-
searchTerm?:
|
|
1608
|
+
searchTerm?: InputMaybe<Scalars['String']>;
|
|
1535
1609
|
};
|
|
1536
1610
|
export declare type TProjectExtension = {
|
|
1537
1611
|
__typename?: 'ProjectExtension';
|
|
@@ -1546,7 +1620,7 @@ export declare type TProjectExtension = {
|
|
|
1546
1620
|
updatedAt: Scalars['DateTime'];
|
|
1547
1621
|
};
|
|
1548
1622
|
export declare type TProjectExtension_ApplicationsArgs = {
|
|
1549
|
-
where?:
|
|
1623
|
+
where?: InputMaybe<TRestrictedApplicationExtensionWhereInput>;
|
|
1550
1624
|
};
|
|
1551
1625
|
export declare type TQuery = {
|
|
1552
1626
|
__typename?: 'Query';
|
|
@@ -1559,11 +1633,14 @@ export declare type TQuery = {
|
|
|
1559
1633
|
activeProductDiscountsCustomView?: Maybe<TDiscountsCustomView>;
|
|
1560
1634
|
activeProductTypeAttributesView?: Maybe<TProductTypeAttributesView>;
|
|
1561
1635
|
allAppliedCustomApplicationPermissions: Array<TCustomApplicationInstallationPermission>;
|
|
1636
|
+
allCustomApplications: TCustomApplicationsPagedQueryResult;
|
|
1637
|
+
allLegacyCustomApplications: TLegacyCustomApplicationsPagedQueryResult;
|
|
1562
1638
|
allOrganizationExtensions: Array<TOrganizationExtension>;
|
|
1563
1639
|
allProjectExtensions: Array<TProjectExtension>;
|
|
1564
1640
|
cartDiscountsCustomView?: Maybe<TDiscountsCustomView>;
|
|
1565
1641
|
cartDiscountsCustomViews: Array<Maybe<TDiscountsCustomView>>;
|
|
1566
1642
|
cartDiscountsListView?: Maybe<TCartDiscountsListView>;
|
|
1643
|
+
customApplication?: Maybe<TCustomApplication>;
|
|
1567
1644
|
customersListView?: Maybe<TCustomersListView>;
|
|
1568
1645
|
customersListViews: Array<Maybe<TCustomersListView>>;
|
|
1569
1646
|
dashboardView?: Maybe<TDashboardView>;
|
|
@@ -1572,9 +1649,11 @@ export declare type TQuery = {
|
|
|
1572
1649
|
discountCodesCustomViews: Array<Maybe<TDiscountsCustomView>>;
|
|
1573
1650
|
discountCodesListView?: Maybe<TDiscountCodesListView>;
|
|
1574
1651
|
globalOrganizationExtension?: Maybe<TOrganizationExtension>;
|
|
1652
|
+
legacyCustomApplication?: Maybe<TLegacyCustomApplication>;
|
|
1575
1653
|
ordersListView?: Maybe<TOrdersListView>;
|
|
1576
1654
|
ordersListViews: Array<Maybe<TOrdersListView>>;
|
|
1577
1655
|
organizationExtension?: Maybe<TOrganizationExtension>;
|
|
1656
|
+
organizationExtensionForCustomApplication?: Maybe<TOrganizationExtensionForCustomApplication>;
|
|
1578
1657
|
pimSearchListView?: Maybe<TPimSearchListView>;
|
|
1579
1658
|
pimSearchListViews: Array<Maybe<TPimSearchListView>>;
|
|
1580
1659
|
productDiscountsCustomView?: Maybe<TDiscountsCustomView>;
|
|
@@ -1594,12 +1673,21 @@ export declare type TQuery_AllAppliedCustomApplicationPermissionsArgs = {
|
|
|
1594
1673
|
applicationId: Scalars['ID'];
|
|
1595
1674
|
entryPointUriPath: Scalars['String'];
|
|
1596
1675
|
};
|
|
1676
|
+
export declare type TQuery_AllCustomApplicationsArgs = {
|
|
1677
|
+
params?: InputMaybe<TCustomApplicationQueryInput>;
|
|
1678
|
+
};
|
|
1679
|
+
export declare type TQuery_AllLegacyCustomApplicationsArgs = {
|
|
1680
|
+
params?: InputMaybe<TLegacyCustomApplicationQueryInput>;
|
|
1681
|
+
};
|
|
1597
1682
|
export declare type TQuery_AllOrganizationExtensionsArgs = {
|
|
1598
|
-
organizationIds?:
|
|
1683
|
+
organizationIds?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
|
|
1599
1684
|
};
|
|
1600
1685
|
export declare type TQuery_CartDiscountsCustomViewArgs = {
|
|
1601
1686
|
id: Scalars['ID'];
|
|
1602
1687
|
};
|
|
1688
|
+
export declare type TQuery_CustomApplicationArgs = {
|
|
1689
|
+
applicationId: Scalars['ID'];
|
|
1690
|
+
};
|
|
1603
1691
|
export declare type TQuery_CustomersListViewArgs = {
|
|
1604
1692
|
id: Scalars['ID'];
|
|
1605
1693
|
};
|
|
@@ -1612,12 +1700,18 @@ export declare type TQuery_DiscountCodesCustomViewArgs = {
|
|
|
1612
1700
|
export declare type TQuery_GlobalOrganizationExtensionArgs = {
|
|
1613
1701
|
organizationId: Scalars['String'];
|
|
1614
1702
|
};
|
|
1703
|
+
export declare type TQuery_LegacyCustomApplicationArgs = {
|
|
1704
|
+
applicationId: Scalars['ID'];
|
|
1705
|
+
};
|
|
1615
1706
|
export declare type TQuery_OrdersListViewArgs = {
|
|
1616
1707
|
id: Scalars['ID'];
|
|
1617
1708
|
};
|
|
1618
1709
|
export declare type TQuery_OrganizationExtensionArgs = {
|
|
1619
1710
|
organizationId: Scalars['String'];
|
|
1620
1711
|
};
|
|
1712
|
+
export declare type TQuery_OrganizationExtensionForCustomApplicationArgs = {
|
|
1713
|
+
entryPointUriPath: Scalars['String'];
|
|
1714
|
+
};
|
|
1621
1715
|
export declare type TQuery_PimSearchListViewArgs = {
|
|
1622
1716
|
id: Scalars['ID'];
|
|
1623
1717
|
};
|
|
@@ -1651,44 +1745,44 @@ export declare type TResourcesNumbersConfigurationInput = {
|
|
|
1651
1745
|
resourceOptions: Array<TResourceType>;
|
|
1652
1746
|
};
|
|
1653
1747
|
export declare type TResourcesNumbersConfigurationWhereInput = {
|
|
1654
|
-
AND?:
|
|
1655
|
-
NOT?:
|
|
1656
|
-
OR?:
|
|
1657
|
-
createdAt?:
|
|
1658
|
-
createdAt_gt?:
|
|
1659
|
-
createdAt_gte?:
|
|
1660
|
-
createdAt_in?:
|
|
1661
|
-
createdAt_lt?:
|
|
1662
|
-
createdAt_lte?:
|
|
1663
|
-
createdAt_not?:
|
|
1664
|
-
createdAt_not_in?:
|
|
1665
|
-
id?:
|
|
1666
|
-
id_contains?:
|
|
1667
|
-
id_ends_with?:
|
|
1668
|
-
id_gt?:
|
|
1669
|
-
id_gte?:
|
|
1670
|
-
id_in?:
|
|
1671
|
-
id_lt?:
|
|
1672
|
-
id_lte?:
|
|
1673
|
-
id_not?:
|
|
1674
|
-
id_not_contains?:
|
|
1675
|
-
id_not_ends_with?:
|
|
1676
|
-
id_not_in?:
|
|
1677
|
-
id_not_starts_with?:
|
|
1678
|
-
id_starts_with?:
|
|
1679
|
-
updatedAt?:
|
|
1680
|
-
updatedAt_gt?:
|
|
1681
|
-
updatedAt_gte?:
|
|
1682
|
-
updatedAt_in?:
|
|
1683
|
-
updatedAt_lt?:
|
|
1684
|
-
updatedAt_lte?:
|
|
1685
|
-
updatedAt_not?:
|
|
1686
|
-
updatedAt_not_in?:
|
|
1748
|
+
AND?: InputMaybe<Array<TResourcesNumbersConfigurationWhereInput>>;
|
|
1749
|
+
NOT?: InputMaybe<Array<TResourcesNumbersConfigurationWhereInput>>;
|
|
1750
|
+
OR?: InputMaybe<Array<TResourcesNumbersConfigurationWhereInput>>;
|
|
1751
|
+
createdAt?: InputMaybe<Scalars['DateTime']>;
|
|
1752
|
+
createdAt_gt?: InputMaybe<Scalars['DateTime']>;
|
|
1753
|
+
createdAt_gte?: InputMaybe<Scalars['DateTime']>;
|
|
1754
|
+
createdAt_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
1755
|
+
createdAt_lt?: InputMaybe<Scalars['DateTime']>;
|
|
1756
|
+
createdAt_lte?: InputMaybe<Scalars['DateTime']>;
|
|
1757
|
+
createdAt_not?: InputMaybe<Scalars['DateTime']>;
|
|
1758
|
+
createdAt_not_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
1759
|
+
id?: InputMaybe<Scalars['ID']>;
|
|
1760
|
+
id_contains?: InputMaybe<Scalars['ID']>;
|
|
1761
|
+
id_ends_with?: InputMaybe<Scalars['ID']>;
|
|
1762
|
+
id_gt?: InputMaybe<Scalars['ID']>;
|
|
1763
|
+
id_gte?: InputMaybe<Scalars['ID']>;
|
|
1764
|
+
id_in?: InputMaybe<Array<Scalars['ID']>>;
|
|
1765
|
+
id_lt?: InputMaybe<Scalars['ID']>;
|
|
1766
|
+
id_lte?: InputMaybe<Scalars['ID']>;
|
|
1767
|
+
id_not?: InputMaybe<Scalars['ID']>;
|
|
1768
|
+
id_not_contains?: InputMaybe<Scalars['ID']>;
|
|
1769
|
+
id_not_ends_with?: InputMaybe<Scalars['ID']>;
|
|
1770
|
+
id_not_in?: InputMaybe<Array<Scalars['ID']>>;
|
|
1771
|
+
id_not_starts_with?: InputMaybe<Scalars['ID']>;
|
|
1772
|
+
id_starts_with?: InputMaybe<Scalars['ID']>;
|
|
1773
|
+
updatedAt?: InputMaybe<Scalars['DateTime']>;
|
|
1774
|
+
updatedAt_gt?: InputMaybe<Scalars['DateTime']>;
|
|
1775
|
+
updatedAt_gte?: InputMaybe<Scalars['DateTime']>;
|
|
1776
|
+
updatedAt_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
1777
|
+
updatedAt_lt?: InputMaybe<Scalars['DateTime']>;
|
|
1778
|
+
updatedAt_lte?: InputMaybe<Scalars['DateTime']>;
|
|
1779
|
+
updatedAt_not?: InputMaybe<Scalars['DateTime']>;
|
|
1780
|
+
updatedAt_not_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
1687
1781
|
};
|
|
1688
1782
|
export declare type TRestrictedApplicationExtensionWhereInput = {
|
|
1689
|
-
id?:
|
|
1690
|
-
isActive?:
|
|
1691
|
-
url?:
|
|
1783
|
+
id?: InputMaybe<Scalars['ID']>;
|
|
1784
|
+
isActive?: InputMaybe<Scalars['Boolean']>;
|
|
1785
|
+
url?: InputMaybe<Scalars['String']>;
|
|
1692
1786
|
};
|
|
1693
1787
|
export declare type TRestrictedCustomApplicationForOrganization = {
|
|
1694
1788
|
__typename?: 'RestrictedCustomApplicationForOrganization';
|
|
@@ -1741,14 +1835,14 @@ export declare type TRestrictedCustomApplicationInstallationForProject = {
|
|
|
1741
1835
|
updatedAt: Scalars['DateTime'];
|
|
1742
1836
|
};
|
|
1743
1837
|
export declare type TRuleBuilderQuickSelectCreatefunctionsInput = {
|
|
1744
|
-
set?:
|
|
1838
|
+
set?: InputMaybe<Array<Scalars['String']>>;
|
|
1745
1839
|
};
|
|
1746
1840
|
export declare type TRuleBuilderQuickSelectCreatepredicatesInput = {
|
|
1747
|
-
set?:
|
|
1841
|
+
set?: InputMaybe<Array<Scalars['String']>>;
|
|
1748
1842
|
};
|
|
1749
1843
|
export declare type TRuleBuilderQuickSelectionInput = {
|
|
1750
|
-
functions?:
|
|
1751
|
-
predicates?:
|
|
1844
|
+
functions?: InputMaybe<TRuleBuilderQuickSelectCreatepredicatesInput>;
|
|
1845
|
+
predicates?: InputMaybe<TRuleBuilderQuickSelectCreatefunctionsInput>;
|
|
1752
1846
|
ruleBuilderType: TRuleBuilderType;
|
|
1753
1847
|
};
|
|
1754
1848
|
export declare type TRuleBuilderQuickSelectionValues = {
|
|
@@ -1779,66 +1873,66 @@ export declare type TSalesPerformanceConfiguration = {
|
|
|
1779
1873
|
};
|
|
1780
1874
|
export declare type TSalesPerformanceConfigurationInput = {
|
|
1781
1875
|
dateFilterType: TDateFilterType;
|
|
1782
|
-
dateFrom?:
|
|
1783
|
-
dateTo?:
|
|
1876
|
+
dateFrom?: InputMaybe<Scalars['DateTime']>;
|
|
1877
|
+
dateTo?: InputMaybe<Scalars['DateTime']>;
|
|
1784
1878
|
showPreviousTimeframe: Scalars['Boolean'];
|
|
1785
1879
|
};
|
|
1786
1880
|
export declare type TSalesPerformanceConfigurationWhereInput = {
|
|
1787
|
-
AND?:
|
|
1788
|
-
NOT?:
|
|
1789
|
-
OR?:
|
|
1790
|
-
createdAt?:
|
|
1791
|
-
createdAt_gt?:
|
|
1792
|
-
createdAt_gte?:
|
|
1793
|
-
createdAt_in?:
|
|
1794
|
-
createdAt_lt?:
|
|
1795
|
-
createdAt_lte?:
|
|
1796
|
-
createdAt_not?:
|
|
1797
|
-
createdAt_not_in?:
|
|
1798
|
-
dateFilterType?:
|
|
1799
|
-
dateFilterType_in?:
|
|
1800
|
-
dateFilterType_not?:
|
|
1801
|
-
dateFilterType_not_in?:
|
|
1802
|
-
dateFrom?:
|
|
1803
|
-
dateFrom_gt?:
|
|
1804
|
-
dateFrom_gte?:
|
|
1805
|
-
dateFrom_in?:
|
|
1806
|
-
dateFrom_lt?:
|
|
1807
|
-
dateFrom_lte?:
|
|
1808
|
-
dateFrom_not?:
|
|
1809
|
-
dateFrom_not_in?:
|
|
1810
|
-
dateTo?:
|
|
1811
|
-
dateTo_gt?:
|
|
1812
|
-
dateTo_gte?:
|
|
1813
|
-
dateTo_in?:
|
|
1814
|
-
dateTo_lt?:
|
|
1815
|
-
dateTo_lte?:
|
|
1816
|
-
dateTo_not?:
|
|
1817
|
-
dateTo_not_in?:
|
|
1818
|
-
id?:
|
|
1819
|
-
id_contains?:
|
|
1820
|
-
id_ends_with?:
|
|
1821
|
-
id_gt?:
|
|
1822
|
-
id_gte?:
|
|
1823
|
-
id_in?:
|
|
1824
|
-
id_lt?:
|
|
1825
|
-
id_lte?:
|
|
1826
|
-
id_not?:
|
|
1827
|
-
id_not_contains?:
|
|
1828
|
-
id_not_ends_with?:
|
|
1829
|
-
id_not_in?:
|
|
1830
|
-
id_not_starts_with?:
|
|
1831
|
-
id_starts_with?:
|
|
1832
|
-
showPreviousTimeframe?:
|
|
1833
|
-
showPreviousTimeframe_not?:
|
|
1834
|
-
updatedAt?:
|
|
1835
|
-
updatedAt_gt?:
|
|
1836
|
-
updatedAt_gte?:
|
|
1837
|
-
updatedAt_in?:
|
|
1838
|
-
updatedAt_lt?:
|
|
1839
|
-
updatedAt_lte?:
|
|
1840
|
-
updatedAt_not?:
|
|
1841
|
-
updatedAt_not_in?:
|
|
1881
|
+
AND?: InputMaybe<Array<TSalesPerformanceConfigurationWhereInput>>;
|
|
1882
|
+
NOT?: InputMaybe<Array<TSalesPerformanceConfigurationWhereInput>>;
|
|
1883
|
+
OR?: InputMaybe<Array<TSalesPerformanceConfigurationWhereInput>>;
|
|
1884
|
+
createdAt?: InputMaybe<Scalars['DateTime']>;
|
|
1885
|
+
createdAt_gt?: InputMaybe<Scalars['DateTime']>;
|
|
1886
|
+
createdAt_gte?: InputMaybe<Scalars['DateTime']>;
|
|
1887
|
+
createdAt_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
1888
|
+
createdAt_lt?: InputMaybe<Scalars['DateTime']>;
|
|
1889
|
+
createdAt_lte?: InputMaybe<Scalars['DateTime']>;
|
|
1890
|
+
createdAt_not?: InputMaybe<Scalars['DateTime']>;
|
|
1891
|
+
createdAt_not_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
1892
|
+
dateFilterType?: InputMaybe<TDateFilterType>;
|
|
1893
|
+
dateFilterType_in?: InputMaybe<Array<TDateFilterType>>;
|
|
1894
|
+
dateFilterType_not?: InputMaybe<TDateFilterType>;
|
|
1895
|
+
dateFilterType_not_in?: InputMaybe<Array<TDateFilterType>>;
|
|
1896
|
+
dateFrom?: InputMaybe<Scalars['DateTime']>;
|
|
1897
|
+
dateFrom_gt?: InputMaybe<Scalars['DateTime']>;
|
|
1898
|
+
dateFrom_gte?: InputMaybe<Scalars['DateTime']>;
|
|
1899
|
+
dateFrom_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
1900
|
+
dateFrom_lt?: InputMaybe<Scalars['DateTime']>;
|
|
1901
|
+
dateFrom_lte?: InputMaybe<Scalars['DateTime']>;
|
|
1902
|
+
dateFrom_not?: InputMaybe<Scalars['DateTime']>;
|
|
1903
|
+
dateFrom_not_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
1904
|
+
dateTo?: InputMaybe<Scalars['DateTime']>;
|
|
1905
|
+
dateTo_gt?: InputMaybe<Scalars['DateTime']>;
|
|
1906
|
+
dateTo_gte?: InputMaybe<Scalars['DateTime']>;
|
|
1907
|
+
dateTo_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
1908
|
+
dateTo_lt?: InputMaybe<Scalars['DateTime']>;
|
|
1909
|
+
dateTo_lte?: InputMaybe<Scalars['DateTime']>;
|
|
1910
|
+
dateTo_not?: InputMaybe<Scalars['DateTime']>;
|
|
1911
|
+
dateTo_not_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
1912
|
+
id?: InputMaybe<Scalars['ID']>;
|
|
1913
|
+
id_contains?: InputMaybe<Scalars['ID']>;
|
|
1914
|
+
id_ends_with?: InputMaybe<Scalars['ID']>;
|
|
1915
|
+
id_gt?: InputMaybe<Scalars['ID']>;
|
|
1916
|
+
id_gte?: InputMaybe<Scalars['ID']>;
|
|
1917
|
+
id_in?: InputMaybe<Array<Scalars['ID']>>;
|
|
1918
|
+
id_lt?: InputMaybe<Scalars['ID']>;
|
|
1919
|
+
id_lte?: InputMaybe<Scalars['ID']>;
|
|
1920
|
+
id_not?: InputMaybe<Scalars['ID']>;
|
|
1921
|
+
id_not_contains?: InputMaybe<Scalars['ID']>;
|
|
1922
|
+
id_not_ends_with?: InputMaybe<Scalars['ID']>;
|
|
1923
|
+
id_not_in?: InputMaybe<Array<Scalars['ID']>>;
|
|
1924
|
+
id_not_starts_with?: InputMaybe<Scalars['ID']>;
|
|
1925
|
+
id_starts_with?: InputMaybe<Scalars['ID']>;
|
|
1926
|
+
showPreviousTimeframe?: InputMaybe<Scalars['Boolean']>;
|
|
1927
|
+
showPreviousTimeframe_not?: InputMaybe<Scalars['Boolean']>;
|
|
1928
|
+
updatedAt?: InputMaybe<Scalars['DateTime']>;
|
|
1929
|
+
updatedAt_gt?: InputMaybe<Scalars['DateTime']>;
|
|
1930
|
+
updatedAt_gte?: InputMaybe<Scalars['DateTime']>;
|
|
1931
|
+
updatedAt_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
1932
|
+
updatedAt_lt?: InputMaybe<Scalars['DateTime']>;
|
|
1933
|
+
updatedAt_lte?: InputMaybe<Scalars['DateTime']>;
|
|
1934
|
+
updatedAt_not?: InputMaybe<Scalars['DateTime']>;
|
|
1935
|
+
updatedAt_not_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
1842
1936
|
};
|
|
1843
1937
|
export declare type TSort = {
|
|
1844
1938
|
__typename?: 'Sort';
|
|
@@ -1849,7 +1943,7 @@ export declare type TSort = {
|
|
|
1849
1943
|
updatedAt: Scalars['DateTime'];
|
|
1850
1944
|
};
|
|
1851
1945
|
export declare type TSortCreateInput = {
|
|
1852
|
-
id?:
|
|
1946
|
+
id?: InputMaybe<Scalars['ID']>;
|
|
1853
1947
|
key: Scalars['String'];
|
|
1854
1948
|
order: TSortOrder;
|
|
1855
1949
|
};
|
|
@@ -1872,46 +1966,46 @@ export declare type TTopProductsConfiguration = {
|
|
|
1872
1966
|
updatedAt: Scalars['DateTime'];
|
|
1873
1967
|
};
|
|
1874
1968
|
export declare type TTopProductsConfigurationInput = {
|
|
1875
|
-
bestSellingLimit?:
|
|
1969
|
+
bestSellingLimit?: InputMaybe<TBestSellingLimit>;
|
|
1876
1970
|
};
|
|
1877
1971
|
export declare type TTopProductsConfigurationWhereInput = {
|
|
1878
|
-
AND?:
|
|
1879
|
-
NOT?:
|
|
1880
|
-
OR?:
|
|
1881
|
-
bestSellingLimit?:
|
|
1882
|
-
bestSellingLimit_in?:
|
|
1883
|
-
bestSellingLimit_not?:
|
|
1884
|
-
bestSellingLimit_not_in?:
|
|
1885
|
-
createdAt?:
|
|
1886
|
-
createdAt_gt?:
|
|
1887
|
-
createdAt_gte?:
|
|
1888
|
-
createdAt_in?:
|
|
1889
|
-
createdAt_lt?:
|
|
1890
|
-
createdAt_lte?:
|
|
1891
|
-
createdAt_not?:
|
|
1892
|
-
createdAt_not_in?:
|
|
1893
|
-
id?:
|
|
1894
|
-
id_contains?:
|
|
1895
|
-
id_ends_with?:
|
|
1896
|
-
id_gt?:
|
|
1897
|
-
id_gte?:
|
|
1898
|
-
id_in?:
|
|
1899
|
-
id_lt?:
|
|
1900
|
-
id_lte?:
|
|
1901
|
-
id_not?:
|
|
1902
|
-
id_not_contains?:
|
|
1903
|
-
id_not_ends_with?:
|
|
1904
|
-
id_not_in?:
|
|
1905
|
-
id_not_starts_with?:
|
|
1906
|
-
id_starts_with?:
|
|
1907
|
-
updatedAt?:
|
|
1908
|
-
updatedAt_gt?:
|
|
1909
|
-
updatedAt_gte?:
|
|
1910
|
-
updatedAt_in?:
|
|
1911
|
-
updatedAt_lt?:
|
|
1912
|
-
updatedAt_lte?:
|
|
1913
|
-
updatedAt_not?:
|
|
1914
|
-
updatedAt_not_in?:
|
|
1972
|
+
AND?: InputMaybe<Array<TTopProductsConfigurationWhereInput>>;
|
|
1973
|
+
NOT?: InputMaybe<Array<TTopProductsConfigurationWhereInput>>;
|
|
1974
|
+
OR?: InputMaybe<Array<TTopProductsConfigurationWhereInput>>;
|
|
1975
|
+
bestSellingLimit?: InputMaybe<TBestSellingLimit>;
|
|
1976
|
+
bestSellingLimit_in?: InputMaybe<Array<TBestSellingLimit>>;
|
|
1977
|
+
bestSellingLimit_not?: InputMaybe<TBestSellingLimit>;
|
|
1978
|
+
bestSellingLimit_not_in?: InputMaybe<Array<TBestSellingLimit>>;
|
|
1979
|
+
createdAt?: InputMaybe<Scalars['DateTime']>;
|
|
1980
|
+
createdAt_gt?: InputMaybe<Scalars['DateTime']>;
|
|
1981
|
+
createdAt_gte?: InputMaybe<Scalars['DateTime']>;
|
|
1982
|
+
createdAt_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
1983
|
+
createdAt_lt?: InputMaybe<Scalars['DateTime']>;
|
|
1984
|
+
createdAt_lte?: InputMaybe<Scalars['DateTime']>;
|
|
1985
|
+
createdAt_not?: InputMaybe<Scalars['DateTime']>;
|
|
1986
|
+
createdAt_not_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
1987
|
+
id?: InputMaybe<Scalars['ID']>;
|
|
1988
|
+
id_contains?: InputMaybe<Scalars['ID']>;
|
|
1989
|
+
id_ends_with?: InputMaybe<Scalars['ID']>;
|
|
1990
|
+
id_gt?: InputMaybe<Scalars['ID']>;
|
|
1991
|
+
id_gte?: InputMaybe<Scalars['ID']>;
|
|
1992
|
+
id_in?: InputMaybe<Array<Scalars['ID']>>;
|
|
1993
|
+
id_lt?: InputMaybe<Scalars['ID']>;
|
|
1994
|
+
id_lte?: InputMaybe<Scalars['ID']>;
|
|
1995
|
+
id_not?: InputMaybe<Scalars['ID']>;
|
|
1996
|
+
id_not_contains?: InputMaybe<Scalars['ID']>;
|
|
1997
|
+
id_not_ends_with?: InputMaybe<Scalars['ID']>;
|
|
1998
|
+
id_not_in?: InputMaybe<Array<Scalars['ID']>>;
|
|
1999
|
+
id_not_starts_with?: InputMaybe<Scalars['ID']>;
|
|
2000
|
+
id_starts_with?: InputMaybe<Scalars['ID']>;
|
|
2001
|
+
updatedAt?: InputMaybe<Scalars['DateTime']>;
|
|
2002
|
+
updatedAt_gt?: InputMaybe<Scalars['DateTime']>;
|
|
2003
|
+
updatedAt_gte?: InputMaybe<Scalars['DateTime']>;
|
|
2004
|
+
updatedAt_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
2005
|
+
updatedAt_lt?: InputMaybe<Scalars['DateTime']>;
|
|
2006
|
+
updatedAt_lte?: InputMaybe<Scalars['DateTime']>;
|
|
2007
|
+
updatedAt_not?: InputMaybe<Scalars['DateTime']>;
|
|
2008
|
+
updatedAt_not_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
1915
2009
|
};
|
|
1916
2010
|
export declare type TTotalOrdersConfiguration = {
|
|
1917
2011
|
__typename?: 'TotalOrdersConfiguration';
|
|
@@ -1926,81 +2020,81 @@ export declare type TTotalOrdersConfiguration = {
|
|
|
1926
2020
|
};
|
|
1927
2021
|
export declare type TTotalOrdersConfigurationInput = {
|
|
1928
2022
|
dateFilterType: TDateFilterType;
|
|
1929
|
-
dateFrom?:
|
|
1930
|
-
dateTo?:
|
|
1931
|
-
productId?:
|
|
2023
|
+
dateFrom?: InputMaybe<Scalars['DateTime']>;
|
|
2024
|
+
dateTo?: InputMaybe<Scalars['DateTime']>;
|
|
2025
|
+
productId?: InputMaybe<Scalars['String']>;
|
|
1932
2026
|
showPreviousTimeframe: Scalars['Boolean'];
|
|
1933
2027
|
};
|
|
1934
2028
|
export declare type TTotalOrdersConfigurationWhereInput = {
|
|
1935
|
-
AND?:
|
|
1936
|
-
NOT?:
|
|
1937
|
-
OR?:
|
|
1938
|
-
createdAt?:
|
|
1939
|
-
createdAt_gt?:
|
|
1940
|
-
createdAt_gte?:
|
|
1941
|
-
createdAt_in?:
|
|
1942
|
-
createdAt_lt?:
|
|
1943
|
-
createdAt_lte?:
|
|
1944
|
-
createdAt_not?:
|
|
1945
|
-
createdAt_not_in?:
|
|
1946
|
-
dateFilterType?:
|
|
1947
|
-
dateFilterType_in?:
|
|
1948
|
-
dateFilterType_not?:
|
|
1949
|
-
dateFilterType_not_in?:
|
|
1950
|
-
dateFrom?:
|
|
1951
|
-
dateFrom_gt?:
|
|
1952
|
-
dateFrom_gte?:
|
|
1953
|
-
dateFrom_in?:
|
|
1954
|
-
dateFrom_lt?:
|
|
1955
|
-
dateFrom_lte?:
|
|
1956
|
-
dateFrom_not?:
|
|
1957
|
-
dateFrom_not_in?:
|
|
1958
|
-
dateTo?:
|
|
1959
|
-
dateTo_gt?:
|
|
1960
|
-
dateTo_gte?:
|
|
1961
|
-
dateTo_in?:
|
|
1962
|
-
dateTo_lt?:
|
|
1963
|
-
dateTo_lte?:
|
|
1964
|
-
dateTo_not?:
|
|
1965
|
-
dateTo_not_in?:
|
|
1966
|
-
id?:
|
|
1967
|
-
id_contains?:
|
|
1968
|
-
id_ends_with?:
|
|
1969
|
-
id_gt?:
|
|
1970
|
-
id_gte?:
|
|
1971
|
-
id_in?:
|
|
1972
|
-
id_lt?:
|
|
1973
|
-
id_lte?:
|
|
1974
|
-
id_not?:
|
|
1975
|
-
id_not_contains?:
|
|
1976
|
-
id_not_ends_with?:
|
|
1977
|
-
id_not_in?:
|
|
1978
|
-
id_not_starts_with?:
|
|
1979
|
-
id_starts_with?:
|
|
1980
|
-
productId?:
|
|
1981
|
-
productId_contains?:
|
|
1982
|
-
productId_ends_with?:
|
|
1983
|
-
productId_gt?:
|
|
1984
|
-
productId_gte?:
|
|
1985
|
-
productId_in?:
|
|
1986
|
-
productId_lt?:
|
|
1987
|
-
productId_lte?:
|
|
1988
|
-
productId_not?:
|
|
1989
|
-
productId_not_contains?:
|
|
1990
|
-
productId_not_ends_with?:
|
|
1991
|
-
productId_not_in?:
|
|
1992
|
-
productId_not_starts_with?:
|
|
1993
|
-
productId_starts_with?:
|
|
1994
|
-
showPreviousTimeframe?:
|
|
1995
|
-
showPreviousTimeframe_not?:
|
|
1996
|
-
updatedAt?:
|
|
1997
|
-
updatedAt_gt?:
|
|
1998
|
-
updatedAt_gte?:
|
|
1999
|
-
updatedAt_in?:
|
|
2000
|
-
updatedAt_lt?:
|
|
2001
|
-
updatedAt_lte?:
|
|
2002
|
-
updatedAt_not?:
|
|
2003
|
-
updatedAt_not_in?:
|
|
2029
|
+
AND?: InputMaybe<Array<TTotalOrdersConfigurationWhereInput>>;
|
|
2030
|
+
NOT?: InputMaybe<Array<TTotalOrdersConfigurationWhereInput>>;
|
|
2031
|
+
OR?: InputMaybe<Array<TTotalOrdersConfigurationWhereInput>>;
|
|
2032
|
+
createdAt?: InputMaybe<Scalars['DateTime']>;
|
|
2033
|
+
createdAt_gt?: InputMaybe<Scalars['DateTime']>;
|
|
2034
|
+
createdAt_gte?: InputMaybe<Scalars['DateTime']>;
|
|
2035
|
+
createdAt_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
2036
|
+
createdAt_lt?: InputMaybe<Scalars['DateTime']>;
|
|
2037
|
+
createdAt_lte?: InputMaybe<Scalars['DateTime']>;
|
|
2038
|
+
createdAt_not?: InputMaybe<Scalars['DateTime']>;
|
|
2039
|
+
createdAt_not_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
2040
|
+
dateFilterType?: InputMaybe<TDateFilterType>;
|
|
2041
|
+
dateFilterType_in?: InputMaybe<Array<TDateFilterType>>;
|
|
2042
|
+
dateFilterType_not?: InputMaybe<TDateFilterType>;
|
|
2043
|
+
dateFilterType_not_in?: InputMaybe<Array<TDateFilterType>>;
|
|
2044
|
+
dateFrom?: InputMaybe<Scalars['DateTime']>;
|
|
2045
|
+
dateFrom_gt?: InputMaybe<Scalars['DateTime']>;
|
|
2046
|
+
dateFrom_gte?: InputMaybe<Scalars['DateTime']>;
|
|
2047
|
+
dateFrom_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
2048
|
+
dateFrom_lt?: InputMaybe<Scalars['DateTime']>;
|
|
2049
|
+
dateFrom_lte?: InputMaybe<Scalars['DateTime']>;
|
|
2050
|
+
dateFrom_not?: InputMaybe<Scalars['DateTime']>;
|
|
2051
|
+
dateFrom_not_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
2052
|
+
dateTo?: InputMaybe<Scalars['DateTime']>;
|
|
2053
|
+
dateTo_gt?: InputMaybe<Scalars['DateTime']>;
|
|
2054
|
+
dateTo_gte?: InputMaybe<Scalars['DateTime']>;
|
|
2055
|
+
dateTo_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
2056
|
+
dateTo_lt?: InputMaybe<Scalars['DateTime']>;
|
|
2057
|
+
dateTo_lte?: InputMaybe<Scalars['DateTime']>;
|
|
2058
|
+
dateTo_not?: InputMaybe<Scalars['DateTime']>;
|
|
2059
|
+
dateTo_not_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
2060
|
+
id?: InputMaybe<Scalars['ID']>;
|
|
2061
|
+
id_contains?: InputMaybe<Scalars['ID']>;
|
|
2062
|
+
id_ends_with?: InputMaybe<Scalars['ID']>;
|
|
2063
|
+
id_gt?: InputMaybe<Scalars['ID']>;
|
|
2064
|
+
id_gte?: InputMaybe<Scalars['ID']>;
|
|
2065
|
+
id_in?: InputMaybe<Array<Scalars['ID']>>;
|
|
2066
|
+
id_lt?: InputMaybe<Scalars['ID']>;
|
|
2067
|
+
id_lte?: InputMaybe<Scalars['ID']>;
|
|
2068
|
+
id_not?: InputMaybe<Scalars['ID']>;
|
|
2069
|
+
id_not_contains?: InputMaybe<Scalars['ID']>;
|
|
2070
|
+
id_not_ends_with?: InputMaybe<Scalars['ID']>;
|
|
2071
|
+
id_not_in?: InputMaybe<Array<Scalars['ID']>>;
|
|
2072
|
+
id_not_starts_with?: InputMaybe<Scalars['ID']>;
|
|
2073
|
+
id_starts_with?: InputMaybe<Scalars['ID']>;
|
|
2074
|
+
productId?: InputMaybe<Scalars['String']>;
|
|
2075
|
+
productId_contains?: InputMaybe<Scalars['String']>;
|
|
2076
|
+
productId_ends_with?: InputMaybe<Scalars['String']>;
|
|
2077
|
+
productId_gt?: InputMaybe<Scalars['String']>;
|
|
2078
|
+
productId_gte?: InputMaybe<Scalars['String']>;
|
|
2079
|
+
productId_in?: InputMaybe<Array<Scalars['String']>>;
|
|
2080
|
+
productId_lt?: InputMaybe<Scalars['String']>;
|
|
2081
|
+
productId_lte?: InputMaybe<Scalars['String']>;
|
|
2082
|
+
productId_not?: InputMaybe<Scalars['String']>;
|
|
2083
|
+
productId_not_contains?: InputMaybe<Scalars['String']>;
|
|
2084
|
+
productId_not_ends_with?: InputMaybe<Scalars['String']>;
|
|
2085
|
+
productId_not_in?: InputMaybe<Array<Scalars['String']>>;
|
|
2086
|
+
productId_not_starts_with?: InputMaybe<Scalars['String']>;
|
|
2087
|
+
productId_starts_with?: InputMaybe<Scalars['String']>;
|
|
2088
|
+
showPreviousTimeframe?: InputMaybe<Scalars['Boolean']>;
|
|
2089
|
+
showPreviousTimeframe_not?: InputMaybe<Scalars['Boolean']>;
|
|
2090
|
+
updatedAt?: InputMaybe<Scalars['DateTime']>;
|
|
2091
|
+
updatedAt_gt?: InputMaybe<Scalars['DateTime']>;
|
|
2092
|
+
updatedAt_gte?: InputMaybe<Scalars['DateTime']>;
|
|
2093
|
+
updatedAt_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
2094
|
+
updatedAt_lt?: InputMaybe<Scalars['DateTime']>;
|
|
2095
|
+
updatedAt_lte?: InputMaybe<Scalars['DateTime']>;
|
|
2096
|
+
updatedAt_not?: InputMaybe<Scalars['DateTime']>;
|
|
2097
|
+
updatedAt_not_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
2004
2098
|
};
|
|
2005
2099
|
export declare type TTotalSalesConfiguration = {
|
|
2006
2100
|
__typename?: 'TotalSalesConfiguration';
|
|
@@ -2010,56 +2104,56 @@ export declare type TTotalSalesConfiguration = {
|
|
|
2010
2104
|
updatedAt: Scalars['DateTime'];
|
|
2011
2105
|
};
|
|
2012
2106
|
export declare type TTotalSalesConfigurationInput = {
|
|
2013
|
-
productId?:
|
|
2107
|
+
productId?: InputMaybe<Scalars['String']>;
|
|
2014
2108
|
};
|
|
2015
2109
|
export declare type TTotalSalesConfigurationWhereInput = {
|
|
2016
|
-
AND?:
|
|
2017
|
-
NOT?:
|
|
2018
|
-
OR?:
|
|
2019
|
-
createdAt?:
|
|
2020
|
-
createdAt_gt?:
|
|
2021
|
-
createdAt_gte?:
|
|
2022
|
-
createdAt_in?:
|
|
2023
|
-
createdAt_lt?:
|
|
2024
|
-
createdAt_lte?:
|
|
2025
|
-
createdAt_not?:
|
|
2026
|
-
createdAt_not_in?:
|
|
2027
|
-
id?:
|
|
2028
|
-
id_contains?:
|
|
2029
|
-
id_ends_with?:
|
|
2030
|
-
id_gt?:
|
|
2031
|
-
id_gte?:
|
|
2032
|
-
id_in?:
|
|
2033
|
-
id_lt?:
|
|
2034
|
-
id_lte?:
|
|
2035
|
-
id_not?:
|
|
2036
|
-
id_not_contains?:
|
|
2037
|
-
id_not_ends_with?:
|
|
2038
|
-
id_not_in?:
|
|
2039
|
-
id_not_starts_with?:
|
|
2040
|
-
id_starts_with?:
|
|
2041
|
-
productId?:
|
|
2042
|
-
productId_contains?:
|
|
2043
|
-
productId_ends_with?:
|
|
2044
|
-
productId_gt?:
|
|
2045
|
-
productId_gte?:
|
|
2046
|
-
productId_in?:
|
|
2047
|
-
productId_lt?:
|
|
2048
|
-
productId_lte?:
|
|
2049
|
-
productId_not?:
|
|
2050
|
-
productId_not_contains?:
|
|
2051
|
-
productId_not_ends_with?:
|
|
2052
|
-
productId_not_in?:
|
|
2053
|
-
productId_not_starts_with?:
|
|
2054
|
-
productId_starts_with?:
|
|
2055
|
-
updatedAt?:
|
|
2056
|
-
updatedAt_gt?:
|
|
2057
|
-
updatedAt_gte?:
|
|
2058
|
-
updatedAt_in?:
|
|
2059
|
-
updatedAt_lt?:
|
|
2060
|
-
updatedAt_lte?:
|
|
2061
|
-
updatedAt_not?:
|
|
2062
|
-
updatedAt_not_in?:
|
|
2110
|
+
AND?: InputMaybe<Array<TTotalSalesConfigurationWhereInput>>;
|
|
2111
|
+
NOT?: InputMaybe<Array<TTotalSalesConfigurationWhereInput>>;
|
|
2112
|
+
OR?: InputMaybe<Array<TTotalSalesConfigurationWhereInput>>;
|
|
2113
|
+
createdAt?: InputMaybe<Scalars['DateTime']>;
|
|
2114
|
+
createdAt_gt?: InputMaybe<Scalars['DateTime']>;
|
|
2115
|
+
createdAt_gte?: InputMaybe<Scalars['DateTime']>;
|
|
2116
|
+
createdAt_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
2117
|
+
createdAt_lt?: InputMaybe<Scalars['DateTime']>;
|
|
2118
|
+
createdAt_lte?: InputMaybe<Scalars['DateTime']>;
|
|
2119
|
+
createdAt_not?: InputMaybe<Scalars['DateTime']>;
|
|
2120
|
+
createdAt_not_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
2121
|
+
id?: InputMaybe<Scalars['ID']>;
|
|
2122
|
+
id_contains?: InputMaybe<Scalars['ID']>;
|
|
2123
|
+
id_ends_with?: InputMaybe<Scalars['ID']>;
|
|
2124
|
+
id_gt?: InputMaybe<Scalars['ID']>;
|
|
2125
|
+
id_gte?: InputMaybe<Scalars['ID']>;
|
|
2126
|
+
id_in?: InputMaybe<Array<Scalars['ID']>>;
|
|
2127
|
+
id_lt?: InputMaybe<Scalars['ID']>;
|
|
2128
|
+
id_lte?: InputMaybe<Scalars['ID']>;
|
|
2129
|
+
id_not?: InputMaybe<Scalars['ID']>;
|
|
2130
|
+
id_not_contains?: InputMaybe<Scalars['ID']>;
|
|
2131
|
+
id_not_ends_with?: InputMaybe<Scalars['ID']>;
|
|
2132
|
+
id_not_in?: InputMaybe<Array<Scalars['ID']>>;
|
|
2133
|
+
id_not_starts_with?: InputMaybe<Scalars['ID']>;
|
|
2134
|
+
id_starts_with?: InputMaybe<Scalars['ID']>;
|
|
2135
|
+
productId?: InputMaybe<Scalars['String']>;
|
|
2136
|
+
productId_contains?: InputMaybe<Scalars['String']>;
|
|
2137
|
+
productId_ends_with?: InputMaybe<Scalars['String']>;
|
|
2138
|
+
productId_gt?: InputMaybe<Scalars['String']>;
|
|
2139
|
+
productId_gte?: InputMaybe<Scalars['String']>;
|
|
2140
|
+
productId_in?: InputMaybe<Array<Scalars['String']>>;
|
|
2141
|
+
productId_lt?: InputMaybe<Scalars['String']>;
|
|
2142
|
+
productId_lte?: InputMaybe<Scalars['String']>;
|
|
2143
|
+
productId_not?: InputMaybe<Scalars['String']>;
|
|
2144
|
+
productId_not_contains?: InputMaybe<Scalars['String']>;
|
|
2145
|
+
productId_not_ends_with?: InputMaybe<Scalars['String']>;
|
|
2146
|
+
productId_not_in?: InputMaybe<Array<Scalars['String']>>;
|
|
2147
|
+
productId_not_starts_with?: InputMaybe<Scalars['String']>;
|
|
2148
|
+
productId_starts_with?: InputMaybe<Scalars['String']>;
|
|
2149
|
+
updatedAt?: InputMaybe<Scalars['DateTime']>;
|
|
2150
|
+
updatedAt_gt?: InputMaybe<Scalars['DateTime']>;
|
|
2151
|
+
updatedAt_gte?: InputMaybe<Scalars['DateTime']>;
|
|
2152
|
+
updatedAt_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
2153
|
+
updatedAt_lt?: InputMaybe<Scalars['DateTime']>;
|
|
2154
|
+
updatedAt_lte?: InputMaybe<Scalars['DateTime']>;
|
|
2155
|
+
updatedAt_not?: InputMaybe<Scalars['DateTime']>;
|
|
2156
|
+
updatedAt_not_in?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
2063
2157
|
};
|
|
2064
2158
|
export declare type TVariantPricesListView = {
|
|
2065
2159
|
__typename?: 'VariantPricesListView';
|
|
@@ -2088,15 +2182,15 @@ export declare type TFetchProjectExtensionImageRegexQuery = {
|
|
|
2088
2182
|
flag: string;
|
|
2089
2183
|
search: string;
|
|
2090
2184
|
replace: string;
|
|
2091
|
-
} | null
|
|
2185
|
+
} | null;
|
|
2092
2186
|
small?: {
|
|
2093
2187
|
__typename?: 'ImageRegexOptions';
|
|
2094
2188
|
flag: string;
|
|
2095
2189
|
search: string;
|
|
2096
2190
|
replace: string;
|
|
2097
|
-
} | null
|
|
2098
|
-
} | null
|
|
2099
|
-
} | null
|
|
2191
|
+
} | null;
|
|
2192
|
+
} | null;
|
|
2193
|
+
} | null;
|
|
2100
2194
|
};
|
|
2101
2195
|
export declare type TImageRegexFragment = {
|
|
2102
2196
|
__typename?: 'ImageRegexOptions';
|
|
@@ -2121,28 +2215,28 @@ export declare type TFetchProjectExtensionsNavbarQuery = {
|
|
|
2121
2215
|
key: string;
|
|
2122
2216
|
uriPath: string;
|
|
2123
2217
|
icon: string;
|
|
2124
|
-
featureToggle?: string | null
|
|
2218
|
+
featureToggle?: string | null;
|
|
2125
2219
|
permissions: Array<TOAuthScope>;
|
|
2126
2220
|
labelAllLocales?: Array<{
|
|
2127
2221
|
__typename?: 'LocalizedField';
|
|
2128
2222
|
locale: string;
|
|
2129
2223
|
value: string;
|
|
2130
|
-
}> | null
|
|
2224
|
+
}> | null;
|
|
2131
2225
|
submenu?: Array<{
|
|
2132
2226
|
__typename?: 'NavbarSubmenu';
|
|
2133
2227
|
id: string;
|
|
2134
2228
|
key: string;
|
|
2135
2229
|
uriPath: string;
|
|
2136
2230
|
permissions: Array<TOAuthScope>;
|
|
2137
|
-
featureToggle?: string | null
|
|
2231
|
+
featureToggle?: string | null;
|
|
2138
2232
|
labelAllLocales?: Array<{
|
|
2139
2233
|
__typename?: 'LocalizedField';
|
|
2140
2234
|
locale: string;
|
|
2141
2235
|
value: string;
|
|
2142
|
-
}> | null
|
|
2143
|
-
}> | null
|
|
2144
|
-
} | null
|
|
2145
|
-
}> | null
|
|
2236
|
+
}> | null;
|
|
2237
|
+
}> | null;
|
|
2238
|
+
} | null;
|
|
2239
|
+
}> | null;
|
|
2146
2240
|
installedApplications?: Array<{
|
|
2147
2241
|
__typename?: 'RestrictedCustomApplicationInstallationForProject';
|
|
2148
2242
|
application: {
|
|
@@ -2172,8 +2266,75 @@ export declare type TFetchProjectExtensionsNavbarQuery = {
|
|
|
2172
2266
|
value: string;
|
|
2173
2267
|
}>;
|
|
2174
2268
|
}>;
|
|
2175
|
-
} | null
|
|
2269
|
+
} | null;
|
|
2176
2270
|
};
|
|
2177
|
-
}> | null
|
|
2178
|
-
} | null
|
|
2271
|
+
}> | null;
|
|
2272
|
+
} | null;
|
|
2273
|
+
};
|
|
2274
|
+
export declare type TCreateCustomApplicationFromCliMutationVariables = Exact<{
|
|
2275
|
+
organizationId: Scalars['String'];
|
|
2276
|
+
data: TCustomApplicationDraftDataInput;
|
|
2277
|
+
}>;
|
|
2278
|
+
export declare type TCreateCustomApplicationFromCliMutation = {
|
|
2279
|
+
__typename?: 'Mutation';
|
|
2280
|
+
createCustomApplication?: {
|
|
2281
|
+
__typename?: 'RestrictedCustomApplicationForOrganization';
|
|
2282
|
+
id: string;
|
|
2283
|
+
} | null;
|
|
2284
|
+
};
|
|
2285
|
+
export declare type TFetchCustomApplicationFromCliQueryVariables = Exact<{
|
|
2286
|
+
entryPointUriPath: Scalars['String'];
|
|
2287
|
+
}>;
|
|
2288
|
+
export declare type TFetchCustomApplicationFromCliQuery = {
|
|
2289
|
+
__typename?: 'Query';
|
|
2290
|
+
organizationExtensionForCustomApplication?: {
|
|
2291
|
+
__typename?: 'OrganizationExtensionForCustomApplication';
|
|
2292
|
+
organizationId: string;
|
|
2293
|
+
application: {
|
|
2294
|
+
__typename?: 'RestrictedCustomApplicationForOrganization';
|
|
2295
|
+
id: string;
|
|
2296
|
+
entryPointUriPath: string;
|
|
2297
|
+
name: string;
|
|
2298
|
+
description?: string | null;
|
|
2299
|
+
url: string;
|
|
2300
|
+
icon: string;
|
|
2301
|
+
permissions: Array<{
|
|
2302
|
+
__typename?: 'CustomApplicationPermission';
|
|
2303
|
+
name: string;
|
|
2304
|
+
oAuthScopes: Array<string>;
|
|
2305
|
+
}>;
|
|
2306
|
+
mainMenuLink: {
|
|
2307
|
+
__typename?: 'CustomApplicationMenuLink';
|
|
2308
|
+
defaultLabel: string;
|
|
2309
|
+
labelAllLocales: Array<{
|
|
2310
|
+
__typename?: 'LocalizedField';
|
|
2311
|
+
locale: string;
|
|
2312
|
+
value: string;
|
|
2313
|
+
}>;
|
|
2314
|
+
};
|
|
2315
|
+
submenuLinks: Array<{
|
|
2316
|
+
__typename?: 'CustomApplicationSubmenuLink';
|
|
2317
|
+
uriPath: string;
|
|
2318
|
+
defaultLabel: string;
|
|
2319
|
+
permissions: Array<string>;
|
|
2320
|
+
labelAllLocales: Array<{
|
|
2321
|
+
__typename?: 'LocalizedField';
|
|
2322
|
+
locale: string;
|
|
2323
|
+
value: string;
|
|
2324
|
+
}>;
|
|
2325
|
+
}>;
|
|
2326
|
+
};
|
|
2327
|
+
} | null;
|
|
2328
|
+
};
|
|
2329
|
+
export declare type TUpdateCustomApplicationFromCliMutationVariables = Exact<{
|
|
2330
|
+
organizationId: Scalars['String'];
|
|
2331
|
+
data: TCustomApplicationDraftDataInput;
|
|
2332
|
+
applicationId: Scalars['ID'];
|
|
2333
|
+
}>;
|
|
2334
|
+
export declare type TUpdateCustomApplicationFromCliMutation = {
|
|
2335
|
+
__typename?: 'Mutation';
|
|
2336
|
+
updateCustomApplication?: {
|
|
2337
|
+
__typename?: 'RestrictedCustomApplicationForOrganization';
|
|
2338
|
+
id: string;
|
|
2339
|
+
} | null;
|
|
2179
2340
|
};
|