@dokamerce/web-sdk 0.13.9 → 0.17.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/graphql/__generated__/gateway.d.ts +1690 -2
- package/dist/graphql/__generated__/gateway.js +1154 -5
- package/dist/graphql/__generated__/gateway.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/web-sdk/src/functions/index.d.ts +3 -0
- package/dist/web-sdk/src/functions/index.js +20 -0
- package/dist/web-sdk/src/functions/index.js.map +1 -0
- package/dist/web-sdk/src/index.d.ts +4 -2
- package/dist/web-sdk/src/index.js +3 -3
- package/dist/web-sdk/src/index.js.map +1 -1
- package/dist/web-sdk/src/services/attributes.d.ts +2 -2
- package/dist/web-sdk/src/services/attributes.js +15 -15
- package/dist/web-sdk/src/services/attributes.js.map +1 -1
- package/dist/web-sdk/src/services/brands.d.ts +2 -2
- package/dist/web-sdk/src/services/brands.js +11 -15
- package/dist/web-sdk/src/services/brands.js.map +1 -1
- package/dist/web-sdk/src/services/categories.d.ts +2 -2
- package/dist/web-sdk/src/services/categories.js +12 -15
- package/dist/web-sdk/src/services/categories.js.map +1 -1
- package/dist/web-sdk/src/services/colors.d.ts +2 -2
- package/dist/web-sdk/src/services/colors.js +11 -15
- package/dist/web-sdk/src/services/colors.js.map +1 -1
- package/dist/web-sdk/src/services/custom-fields.d.ts +9 -0
- package/dist/web-sdk/src/services/custom-fields.js +26 -0
- package/dist/web-sdk/src/services/custom-fields.js.map +1 -0
- package/dist/web-sdk/src/services/customers.d.ts +6 -5
- package/dist/web-sdk/src/services/customers.js +19 -22
- package/dist/web-sdk/src/services/customers.js.map +1 -1
- package/dist/web-sdk/src/services/files.d.ts +3 -3
- package/dist/web-sdk/src/services/files.js +3 -3
- package/dist/web-sdk/src/services/files.js.map +1 -1
- package/dist/web-sdk/src/services/index.d.ts +2 -0
- package/dist/web-sdk/src/services/index.js +2 -0
- package/dist/web-sdk/src/services/index.js.map +1 -1
- package/dist/web-sdk/src/services/metrics.d.ts +1 -1
- package/dist/web-sdk/src/services/metrics.js +9 -11
- package/dist/web-sdk/src/services/metrics.js.map +1 -1
- package/dist/web-sdk/src/services/orders.d.ts +6 -5
- package/dist/web-sdk/src/services/orders.js +29 -22
- package/dist/web-sdk/src/services/orders.js.map +1 -1
- package/dist/web-sdk/src/services/products.d.ts +6 -6
- package/dist/web-sdk/src/services/products.js +45 -33
- package/dist/web-sdk/src/services/products.js.map +1 -1
- package/dist/web-sdk/src/services/sellers.d.ts +6 -5
- package/dist/web-sdk/src/services/sellers.js +29 -22
- package/dist/web-sdk/src/services/sellers.js.map +1 -1
- package/dist/web-sdk/src/services/tags.d.ts +9 -0
- package/dist/web-sdk/src/services/tags.js +30 -0
- package/dist/web-sdk/src/services/tags.js.map +1 -0
- package/dist/web-sdk/src/typings/sdk.typing.d.ts +3 -1
- package/package.json +1 -1
|
@@ -40,10 +40,18 @@ export type Scalars = {
|
|
|
40
40
|
input: number;
|
|
41
41
|
output: number;
|
|
42
42
|
};
|
|
43
|
+
CoordinatesScalar: {
|
|
44
|
+
input: any;
|
|
45
|
+
output: any;
|
|
46
|
+
};
|
|
43
47
|
DateTime: {
|
|
44
48
|
input: any;
|
|
45
49
|
output: any;
|
|
46
50
|
};
|
|
51
|
+
LocalizedString: {
|
|
52
|
+
input: any;
|
|
53
|
+
output: any;
|
|
54
|
+
};
|
|
47
55
|
};
|
|
48
56
|
export type Attribute = {
|
|
49
57
|
__typename?: 'Attribute';
|
|
@@ -165,8 +173,301 @@ export type CompleteFileUploadInput = {
|
|
|
165
173
|
parts?: InputMaybe<Array<FileUploadPartInput>>;
|
|
166
174
|
status: StatusEnum;
|
|
167
175
|
};
|
|
176
|
+
export type Country = {
|
|
177
|
+
__typename?: 'Country';
|
|
178
|
+
code: CountryCodeEnum;
|
|
179
|
+
names: Scalars['LocalizedString']['output'];
|
|
180
|
+
};
|
|
181
|
+
export declare enum CountryCodeEnum {
|
|
182
|
+
Ad = "AD",
|
|
183
|
+
Ae = "AE",
|
|
184
|
+
Af = "AF",
|
|
185
|
+
Ag = "AG",
|
|
186
|
+
Ai = "AI",
|
|
187
|
+
Al = "AL",
|
|
188
|
+
Am = "AM",
|
|
189
|
+
Ao = "AO",
|
|
190
|
+
Aq = "AQ",
|
|
191
|
+
Ar = "AR",
|
|
192
|
+
As = "AS",
|
|
193
|
+
At = "AT",
|
|
194
|
+
Au = "AU",
|
|
195
|
+
Aw = "AW",
|
|
196
|
+
Ax = "AX",
|
|
197
|
+
Az = "AZ",
|
|
198
|
+
Ba = "BA",
|
|
199
|
+
Bb = "BB",
|
|
200
|
+
Bd = "BD",
|
|
201
|
+
Be = "BE",
|
|
202
|
+
Bf = "BF",
|
|
203
|
+
Bg = "BG",
|
|
204
|
+
Bh = "BH",
|
|
205
|
+
Bi = "BI",
|
|
206
|
+
Bj = "BJ",
|
|
207
|
+
Bl = "BL",
|
|
208
|
+
Bm = "BM",
|
|
209
|
+
Bn = "BN",
|
|
210
|
+
Bo = "BO",
|
|
211
|
+
Bq = "BQ",
|
|
212
|
+
Br = "BR",
|
|
213
|
+
Bs = "BS",
|
|
214
|
+
Bt = "BT",
|
|
215
|
+
Bv = "BV",
|
|
216
|
+
Bw = "BW",
|
|
217
|
+
By = "BY",
|
|
218
|
+
Bz = "BZ",
|
|
219
|
+
Ca = "CA",
|
|
220
|
+
Cc = "CC",
|
|
221
|
+
Cd = "CD",
|
|
222
|
+
Cf = "CF",
|
|
223
|
+
Cg = "CG",
|
|
224
|
+
Ch = "CH",
|
|
225
|
+
Ci = "CI",
|
|
226
|
+
Ck = "CK",
|
|
227
|
+
Cl = "CL",
|
|
228
|
+
Cm = "CM",
|
|
229
|
+
Cn = "CN",
|
|
230
|
+
Co = "CO",
|
|
231
|
+
Cr = "CR",
|
|
232
|
+
Cu = "CU",
|
|
233
|
+
Cv = "CV",
|
|
234
|
+
Cw = "CW",
|
|
235
|
+
Cx = "CX",
|
|
236
|
+
Cy = "CY",
|
|
237
|
+
Cz = "CZ",
|
|
238
|
+
De = "DE",
|
|
239
|
+
Dj = "DJ",
|
|
240
|
+
Dk = "DK",
|
|
241
|
+
Dm = "DM",
|
|
242
|
+
Do = "DO",
|
|
243
|
+
Dz = "DZ",
|
|
244
|
+
Ec = "EC",
|
|
245
|
+
Ee = "EE",
|
|
246
|
+
Eg = "EG",
|
|
247
|
+
Eh = "EH",
|
|
248
|
+
Er = "ER",
|
|
249
|
+
Es = "ES",
|
|
250
|
+
Et = "ET",
|
|
251
|
+
Fi = "FI",
|
|
252
|
+
Fj = "FJ",
|
|
253
|
+
Fk = "FK",
|
|
254
|
+
Fm = "FM",
|
|
255
|
+
Fo = "FO",
|
|
256
|
+
Fr = "FR",
|
|
257
|
+
Ga = "GA",
|
|
258
|
+
Gb = "GB",
|
|
259
|
+
Gd = "GD",
|
|
260
|
+
Ge = "GE",
|
|
261
|
+
Gf = "GF",
|
|
262
|
+
Gg = "GG",
|
|
263
|
+
Gh = "GH",
|
|
264
|
+
Gi = "GI",
|
|
265
|
+
Gl = "GL",
|
|
266
|
+
Gm = "GM",
|
|
267
|
+
Gn = "GN",
|
|
268
|
+
Gp = "GP",
|
|
269
|
+
Gq = "GQ",
|
|
270
|
+
Gr = "GR",
|
|
271
|
+
Gs = "GS",
|
|
272
|
+
Gt = "GT",
|
|
273
|
+
Gu = "GU",
|
|
274
|
+
Gw = "GW",
|
|
275
|
+
Gy = "GY",
|
|
276
|
+
Hk = "HK",
|
|
277
|
+
Hm = "HM",
|
|
278
|
+
Hn = "HN",
|
|
279
|
+
Hr = "HR",
|
|
280
|
+
Ht = "HT",
|
|
281
|
+
Hu = "HU",
|
|
282
|
+
Id = "ID",
|
|
283
|
+
Ie = "IE",
|
|
284
|
+
Il = "IL",
|
|
285
|
+
Im = "IM",
|
|
286
|
+
In = "IN",
|
|
287
|
+
Io = "IO",
|
|
288
|
+
Iq = "IQ",
|
|
289
|
+
Ir = "IR",
|
|
290
|
+
Is = "IS",
|
|
291
|
+
It = "IT",
|
|
292
|
+
Je = "JE",
|
|
293
|
+
Jm = "JM",
|
|
294
|
+
Jo = "JO",
|
|
295
|
+
Jp = "JP",
|
|
296
|
+
Ke = "KE",
|
|
297
|
+
Kg = "KG",
|
|
298
|
+
Kh = "KH",
|
|
299
|
+
Ki = "KI",
|
|
300
|
+
Km = "KM",
|
|
301
|
+
Kn = "KN",
|
|
302
|
+
Kp = "KP",
|
|
303
|
+
Kr = "KR",
|
|
304
|
+
Kw = "KW",
|
|
305
|
+
Ky = "KY",
|
|
306
|
+
Kz = "KZ",
|
|
307
|
+
La = "LA",
|
|
308
|
+
Lb = "LB",
|
|
309
|
+
Lc = "LC",
|
|
310
|
+
Li = "LI",
|
|
311
|
+
Lk = "LK",
|
|
312
|
+
Lr = "LR",
|
|
313
|
+
Ls = "LS",
|
|
314
|
+
Lt = "LT",
|
|
315
|
+
Lu = "LU",
|
|
316
|
+
Lv = "LV",
|
|
317
|
+
Ly = "LY",
|
|
318
|
+
Ma = "MA",
|
|
319
|
+
Mc = "MC",
|
|
320
|
+
Md = "MD",
|
|
321
|
+
Me = "ME",
|
|
322
|
+
Mf = "MF",
|
|
323
|
+
Mg = "MG",
|
|
324
|
+
Mh = "MH",
|
|
325
|
+
Mk = "MK",
|
|
326
|
+
Ml = "ML",
|
|
327
|
+
Mm = "MM",
|
|
328
|
+
Mn = "MN",
|
|
329
|
+
Mo = "MO",
|
|
330
|
+
Mp = "MP",
|
|
331
|
+
Mq = "MQ",
|
|
332
|
+
Mr = "MR",
|
|
333
|
+
Ms = "MS",
|
|
334
|
+
Mt = "MT",
|
|
335
|
+
Mu = "MU",
|
|
336
|
+
Mv = "MV",
|
|
337
|
+
Mw = "MW",
|
|
338
|
+
Mx = "MX",
|
|
339
|
+
My = "MY",
|
|
340
|
+
Mz = "MZ",
|
|
341
|
+
Na = "NA",
|
|
342
|
+
Nc = "NC",
|
|
343
|
+
Ne = "NE",
|
|
344
|
+
Nf = "NF",
|
|
345
|
+
Ng = "NG",
|
|
346
|
+
Ni = "NI",
|
|
347
|
+
Nl = "NL",
|
|
348
|
+
No = "NO",
|
|
349
|
+
Np = "NP",
|
|
350
|
+
Nr = "NR",
|
|
351
|
+
Nu = "NU",
|
|
352
|
+
Nz = "NZ",
|
|
353
|
+
Om = "OM",
|
|
354
|
+
Pa = "PA",
|
|
355
|
+
Pe = "PE",
|
|
356
|
+
Pf = "PF",
|
|
357
|
+
Pg = "PG",
|
|
358
|
+
Ph = "PH",
|
|
359
|
+
Pk = "PK",
|
|
360
|
+
Pl = "PL",
|
|
361
|
+
Pm = "PM",
|
|
362
|
+
Pn = "PN",
|
|
363
|
+
Pr = "PR",
|
|
364
|
+
Ps = "PS",
|
|
365
|
+
Pt = "PT",
|
|
366
|
+
Pw = "PW",
|
|
367
|
+
Py = "PY",
|
|
368
|
+
Qa = "QA",
|
|
369
|
+
Re = "RE",
|
|
370
|
+
Ro = "RO",
|
|
371
|
+
Rs = "RS",
|
|
372
|
+
Ru = "RU",
|
|
373
|
+
Rw = "RW",
|
|
374
|
+
Sa = "SA",
|
|
375
|
+
Sb = "SB",
|
|
376
|
+
Sc = "SC",
|
|
377
|
+
Sd = "SD",
|
|
378
|
+
Se = "SE",
|
|
379
|
+
Sg = "SG",
|
|
380
|
+
Sh = "SH",
|
|
381
|
+
Si = "SI",
|
|
382
|
+
Sj = "SJ",
|
|
383
|
+
Sk = "SK",
|
|
384
|
+
Sl = "SL",
|
|
385
|
+
Sm = "SM",
|
|
386
|
+
Sn = "SN",
|
|
387
|
+
So = "SO",
|
|
388
|
+
Sr = "SR",
|
|
389
|
+
Ss = "SS",
|
|
390
|
+
St = "ST",
|
|
391
|
+
Sv = "SV",
|
|
392
|
+
Sx = "SX",
|
|
393
|
+
Sy = "SY",
|
|
394
|
+
Sz = "SZ",
|
|
395
|
+
Tc = "TC",
|
|
396
|
+
Td = "TD",
|
|
397
|
+
Tf = "TF",
|
|
398
|
+
Tg = "TG",
|
|
399
|
+
Th = "TH",
|
|
400
|
+
Tj = "TJ",
|
|
401
|
+
Tk = "TK",
|
|
402
|
+
Tl = "TL",
|
|
403
|
+
Tm = "TM",
|
|
404
|
+
Tn = "TN",
|
|
405
|
+
To = "TO",
|
|
406
|
+
Tr = "TR",
|
|
407
|
+
Tt = "TT",
|
|
408
|
+
Tv = "TV",
|
|
409
|
+
Tw = "TW",
|
|
410
|
+
Tz = "TZ",
|
|
411
|
+
Ua = "UA",
|
|
412
|
+
Ug = "UG",
|
|
413
|
+
Uk = "UK",
|
|
414
|
+
Um = "UM",
|
|
415
|
+
Us = "US",
|
|
416
|
+
Uy = "UY",
|
|
417
|
+
Uz = "UZ",
|
|
418
|
+
Va = "VA",
|
|
419
|
+
Vc = "VC",
|
|
420
|
+
Ve = "VE",
|
|
421
|
+
Vg = "VG",
|
|
422
|
+
Vi = "VI",
|
|
423
|
+
Vn = "VN",
|
|
424
|
+
Vu = "VU",
|
|
425
|
+
Wf = "WF",
|
|
426
|
+
Ws = "WS",
|
|
427
|
+
Ye = "YE",
|
|
428
|
+
Yt = "YT",
|
|
429
|
+
Za = "ZA",
|
|
430
|
+
Zm = "ZM",
|
|
431
|
+
Zw = "ZW"
|
|
432
|
+
}
|
|
433
|
+
export type CountryCodeEnumFilter = {
|
|
434
|
+
equals?: InputMaybe<CountryCodeEnum>;
|
|
435
|
+
in?: InputMaybe<Array<CountryCodeEnum>>;
|
|
436
|
+
not?: InputMaybe<CountryCodeEnum>;
|
|
437
|
+
notIn?: InputMaybe<Array<CountryCodeEnum>>;
|
|
438
|
+
};
|
|
439
|
+
export type CountryCodeEnumListFilter = {
|
|
440
|
+
equals?: InputMaybe<Array<CountryCodeEnum>>;
|
|
441
|
+
has?: InputMaybe<CountryCodeEnum>;
|
|
442
|
+
hasEvery?: InputMaybe<Array<CountryCodeEnum>>;
|
|
443
|
+
hasSome?: InputMaybe<Array<CountryCodeEnum>>;
|
|
444
|
+
isEmpty?: InputMaybe<Scalars['Boolean']['input']>;
|
|
445
|
+
};
|
|
446
|
+
export type CreateCustomerAddressInput = {
|
|
447
|
+
address?: InputMaybe<Scalars['String']['input']>;
|
|
448
|
+
address2?: InputMaybe<Scalars['String']['input']>;
|
|
449
|
+
city?: InputMaybe<Scalars['String']['input']>;
|
|
450
|
+
countryCode?: InputMaybe<CountryCodeEnum>;
|
|
451
|
+
default?: Scalars['Boolean']['input'];
|
|
452
|
+
geometry?: InputMaybe<GeometryInput>;
|
|
453
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
454
|
+
postalCode?: InputMaybe<Scalars['String']['input']>;
|
|
455
|
+
regionCode?: InputMaybe<RegionCodeEnum>;
|
|
456
|
+
regionName?: InputMaybe<Scalars['String']['input']>;
|
|
457
|
+
};
|
|
168
458
|
export type CreateCustomerInput = {
|
|
459
|
+
active?: Scalars['Boolean']['input'];
|
|
460
|
+
addresses?: InputMaybe<Array<CreateCustomerAddressInput>>;
|
|
461
|
+
customFields?: InputMaybe<Scalars['ID']['input']>;
|
|
169
462
|
fullName: Scalars['String']['input'];
|
|
463
|
+
imageId?: InputMaybe<Scalars['ID']['input']>;
|
|
464
|
+
tags?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
465
|
+
telephoneNumbers?: InputMaybe<Array<CreateCustomerTelephoneNumberInput>>;
|
|
466
|
+
username: Scalars['String']['input'];
|
|
467
|
+
};
|
|
468
|
+
export type CreateCustomerTelephoneNumberInput = {
|
|
469
|
+
targets?: InputMaybe<Array<TelephoneNumberTarget>>;
|
|
470
|
+
value: Scalars['String']['input'];
|
|
170
471
|
};
|
|
171
472
|
export type CreateOrderInput = {
|
|
172
473
|
total: Scalars['Float']['input'];
|
|
@@ -209,27 +510,153 @@ export type CreateSellerInput = {
|
|
|
209
510
|
slug: Scalars['String']['input'];
|
|
210
511
|
verified: Scalars['Boolean']['input'];
|
|
211
512
|
};
|
|
513
|
+
export type CustomField = {
|
|
514
|
+
__typename?: 'CustomField';
|
|
515
|
+
createdAt: Scalars['DateTime']['output'];
|
|
516
|
+
enabled: Scalars['Boolean']['output'];
|
|
517
|
+
exportName?: Maybe<Scalars['String']['output']>;
|
|
518
|
+
id: Scalars['ID']['output'];
|
|
519
|
+
name: Scalars['String']['output'];
|
|
520
|
+
required: Scalars['Boolean']['output'];
|
|
521
|
+
target: CustomFieldTarget;
|
|
522
|
+
type: CustomFieldType;
|
|
523
|
+
updatedAt: Scalars['DateTime']['output'];
|
|
524
|
+
values: Array<Scalars['String']['output']>;
|
|
525
|
+
};
|
|
526
|
+
export declare enum CustomFieldFieldsEnum {
|
|
527
|
+
CreatedAt = "createdAt",
|
|
528
|
+
Enabled = "enabled",
|
|
529
|
+
ExportName = "exportName",
|
|
530
|
+
Id = "id",
|
|
531
|
+
Name = "name",
|
|
532
|
+
Required = "required",
|
|
533
|
+
Target = "target",
|
|
534
|
+
Type = "type",
|
|
535
|
+
UpdatedAt = "updatedAt",
|
|
536
|
+
Values = "values"
|
|
537
|
+
}
|
|
538
|
+
export type CustomFieldFilter = {
|
|
539
|
+
id?: InputMaybe<IdArrayFilter>;
|
|
540
|
+
name?: InputMaybe<StringArrayFilter>;
|
|
541
|
+
};
|
|
542
|
+
export type CustomFieldSort = {
|
|
543
|
+
field: CustomFieldFieldsEnum;
|
|
544
|
+
order?: InputMaybe<SortOrderEnum>;
|
|
545
|
+
};
|
|
546
|
+
export declare enum CustomFieldTarget {
|
|
547
|
+
Customer = "CUSTOMER",
|
|
548
|
+
Order = "ORDER",
|
|
549
|
+
Product = "PRODUCT"
|
|
550
|
+
}
|
|
551
|
+
export declare enum CustomFieldType {
|
|
552
|
+
Boolean = "BOOLEAN",
|
|
553
|
+
Date = "DATE",
|
|
554
|
+
Enum = "ENUM",
|
|
555
|
+
Longtext = "LONGTEXT",
|
|
556
|
+
Number = "NUMBER",
|
|
557
|
+
Shorttext = "SHORTTEXT"
|
|
558
|
+
}
|
|
212
559
|
export type Customer = {
|
|
213
560
|
__typename?: 'Customer';
|
|
561
|
+
active: Scalars['Boolean']['output'];
|
|
562
|
+
addresses?: Maybe<Array<CustomerAddress>>;
|
|
214
563
|
createdAt: Scalars['DateTime']['output'];
|
|
215
564
|
fullName: Scalars['String']['output'];
|
|
216
565
|
id: Scalars['ID']['output'];
|
|
566
|
+
image?: Maybe<File>;
|
|
567
|
+
tags?: Maybe<Array<Tag>>;
|
|
568
|
+
telephoneNumbers?: Maybe<Array<CustomerTelephoneNumber>>;
|
|
569
|
+
updatedAt: Scalars['DateTime']['output'];
|
|
570
|
+
username: Scalars['String']['output'];
|
|
571
|
+
};
|
|
572
|
+
export type CustomerAddress = {
|
|
573
|
+
__typename?: 'CustomerAddress';
|
|
574
|
+
address?: Maybe<Scalars['String']['output']>;
|
|
575
|
+
address2?: Maybe<Scalars['String']['output']>;
|
|
576
|
+
city?: Maybe<Scalars['String']['output']>;
|
|
577
|
+
countryCode?: Maybe<CountryCodeEnum>;
|
|
578
|
+
createdAt: Scalars['DateTime']['output'];
|
|
579
|
+
default: Scalars['Boolean']['output'];
|
|
580
|
+
geometry?: Maybe<Geometry>;
|
|
581
|
+
id: Scalars['ID']['output'];
|
|
582
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
583
|
+
postalCode?: Maybe<Scalars['String']['output']>;
|
|
584
|
+
regionCode?: Maybe<RegionCodeEnum>;
|
|
585
|
+
regionName?: Maybe<Scalars['String']['output']>;
|
|
217
586
|
updatedAt: Scalars['DateTime']['output'];
|
|
218
587
|
};
|
|
588
|
+
export declare enum CustomerAddressFieldsEnum {
|
|
589
|
+
Address = "address",
|
|
590
|
+
Address2 = "address2",
|
|
591
|
+
City = "city",
|
|
592
|
+
CountryCode = "countryCode",
|
|
593
|
+
Default = "default",
|
|
594
|
+
Geometry = "geometry",
|
|
595
|
+
Id = "id",
|
|
596
|
+
Name = "name",
|
|
597
|
+
PostalCode = "postalCode",
|
|
598
|
+
RegionCode = "regionCode",
|
|
599
|
+
RegionName = "regionName"
|
|
600
|
+
}
|
|
601
|
+
export type CustomerAddressFilter = {
|
|
602
|
+
address?: InputMaybe<StringArrayFilter>;
|
|
603
|
+
address2?: InputMaybe<StringArrayFilter>;
|
|
604
|
+
id?: InputMaybe<IdArrayFilter>;
|
|
605
|
+
};
|
|
606
|
+
export type CustomerAddressSort = {
|
|
607
|
+
field: CustomerAddressFieldsEnum;
|
|
608
|
+
order?: InputMaybe<SortOrderEnum>;
|
|
609
|
+
};
|
|
219
610
|
export declare enum CustomerFieldsEnum {
|
|
611
|
+
Active = "active",
|
|
220
612
|
CreatedAt = "createdAt",
|
|
221
613
|
FullName = "fullName",
|
|
222
614
|
Id = "id",
|
|
223
|
-
UpdatedAt = "updatedAt"
|
|
615
|
+
UpdatedAt = "updatedAt",
|
|
616
|
+
Username = "username"
|
|
224
617
|
}
|
|
225
618
|
export type CustomerFilter = {
|
|
619
|
+
active?: InputMaybe<StringArrayFilter>;
|
|
226
620
|
id?: InputMaybe<IdArrayFilter>;
|
|
227
621
|
name?: InputMaybe<StringArrayFilter>;
|
|
622
|
+
username?: InputMaybe<StringArrayFilter>;
|
|
228
623
|
};
|
|
229
624
|
export type CustomerSort = {
|
|
230
625
|
field: CustomerFieldsEnum;
|
|
231
626
|
order?: InputMaybe<SortOrderEnum>;
|
|
232
627
|
};
|
|
628
|
+
export type CustomerTelephoneNumber = {
|
|
629
|
+
__typename?: 'CustomerTelephoneNumber';
|
|
630
|
+
createdAt: Scalars['DateTime']['output'];
|
|
631
|
+
id: Scalars['ID']['output'];
|
|
632
|
+
number?: Maybe<Scalars['String']['output']>;
|
|
633
|
+
targets?: Maybe<Array<TelephoneNumberTarget>>;
|
|
634
|
+
updatedAt: Scalars['DateTime']['output'];
|
|
635
|
+
};
|
|
636
|
+
export declare enum CustomerTelephoneNumberFieldsEnum {
|
|
637
|
+
CreatedAt = "createdAt",
|
|
638
|
+
Id = "id",
|
|
639
|
+
Number = "number",
|
|
640
|
+
Targets = "targets",
|
|
641
|
+
UpdatedAt = "updatedAt"
|
|
642
|
+
}
|
|
643
|
+
export type CustomerTelephoneNumberFilter = {
|
|
644
|
+
createdAt?: InputMaybe<DateTimeArrayFilter>;
|
|
645
|
+
customType?: InputMaybe<StringArrayFilter>;
|
|
646
|
+
id?: InputMaybe<IdArrayFilter>;
|
|
647
|
+
targets?: InputMaybe<TelephoneNumbersTypeEnumArrayFilter>;
|
|
648
|
+
updatedAt?: InputMaybe<DateTimeArrayFilter>;
|
|
649
|
+
value?: InputMaybe<StringArrayFilter>;
|
|
650
|
+
};
|
|
651
|
+
export type CustomerTelephoneNumberSort = {
|
|
652
|
+
field: CustomerTelephoneNumberFieldsEnum;
|
|
653
|
+
order?: InputMaybe<SortOrderEnum>;
|
|
654
|
+
};
|
|
655
|
+
export type DateTimeArrayFilter = {
|
|
656
|
+
every?: InputMaybe<Array<Scalars['DateTime']['input']>>;
|
|
657
|
+
none?: InputMaybe<Array<Scalars['DateTime']['input']>>;
|
|
658
|
+
some?: InputMaybe<Array<Scalars['DateTime']['input']>>;
|
|
659
|
+
};
|
|
233
660
|
export type DateTimeFilter = {
|
|
234
661
|
equals?: InputMaybe<Scalars['DateTime']['input']>;
|
|
235
662
|
greaterThan?: InputMaybe<Scalars['DateTime']['input']>;
|
|
@@ -278,6 +705,15 @@ export type FileUploadUrl = {
|
|
|
278
705
|
order: Scalars['Int']['output'];
|
|
279
706
|
url: Scalars['String']['output'];
|
|
280
707
|
};
|
|
708
|
+
export type Geometry = {
|
|
709
|
+
__typename?: 'Geometry';
|
|
710
|
+
coordinates: Scalars['CoordinatesScalar']['output'];
|
|
711
|
+
type: Scalars['String']['output'];
|
|
712
|
+
};
|
|
713
|
+
export type GeometryInput = {
|
|
714
|
+
coordinates: Scalars['CoordinatesScalar']['input'];
|
|
715
|
+
type: Scalars['String']['input'];
|
|
716
|
+
};
|
|
281
717
|
export type IdArrayFilter = {
|
|
282
718
|
every?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
283
719
|
none?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
@@ -323,11 +759,41 @@ export type InfiniteColorsConnection = {
|
|
|
323
759
|
edges: Array<InfiniteColorEdge>;
|
|
324
760
|
pageInfo: InfinitePageInfo;
|
|
325
761
|
};
|
|
762
|
+
export type InfiniteCustomFieldEdge = {
|
|
763
|
+
__typename?: 'InfiniteCustomFieldEdge';
|
|
764
|
+
cursor: Scalars['String']['output'];
|
|
765
|
+
node: CustomField;
|
|
766
|
+
};
|
|
767
|
+
export type InfiniteCustomFieldsConnection = {
|
|
768
|
+
__typename?: 'InfiniteCustomFieldsConnection';
|
|
769
|
+
edges: Array<InfiniteCustomFieldEdge>;
|
|
770
|
+
pageInfo: InfinitePageInfo;
|
|
771
|
+
};
|
|
772
|
+
export type InfiniteCustomerAddressEdge = {
|
|
773
|
+
__typename?: 'InfiniteCustomerAddressEdge';
|
|
774
|
+
cursor: Scalars['String']['output'];
|
|
775
|
+
node: CustomerAddress;
|
|
776
|
+
};
|
|
777
|
+
export type InfiniteCustomerAddressesConnection = {
|
|
778
|
+
__typename?: 'InfiniteCustomerAddressesConnection';
|
|
779
|
+
edges: Array<InfiniteCustomerAddressEdge>;
|
|
780
|
+
pageInfo: InfinitePageInfo;
|
|
781
|
+
};
|
|
326
782
|
export type InfiniteCustomerEdge = {
|
|
327
783
|
__typename?: 'InfiniteCustomerEdge';
|
|
328
784
|
cursor: Scalars['String']['output'];
|
|
329
785
|
node: Customer;
|
|
330
786
|
};
|
|
787
|
+
export type InfiniteCustomerTelephoneNumberEdge = {
|
|
788
|
+
__typename?: 'InfiniteCustomerTelephoneNumberEdge';
|
|
789
|
+
cursor: Scalars['String']['output'];
|
|
790
|
+
node: CustomerTelephoneNumber;
|
|
791
|
+
};
|
|
792
|
+
export type InfiniteCustomerTelephoneNumbersConnection = {
|
|
793
|
+
__typename?: 'InfiniteCustomerTelephoneNumbersConnection';
|
|
794
|
+
edges: Array<InfiniteCustomerTelephoneNumberEdge>;
|
|
795
|
+
pageInfo: InfinitePageInfo;
|
|
796
|
+
};
|
|
331
797
|
export type InfiniteCustomersConnection = {
|
|
332
798
|
__typename?: 'InfiniteCustomersConnection';
|
|
333
799
|
edges: Array<InfiniteCustomerEdge>;
|
|
@@ -442,13 +908,19 @@ export type Mutation = {
|
|
|
442
908
|
__typename?: 'Mutation';
|
|
443
909
|
completeFileUpload: File;
|
|
444
910
|
createCustomer: Customer;
|
|
911
|
+
createCustomerAddress: CustomerAddress;
|
|
912
|
+
createCustomerTelephoneNumber: CustomerTelephoneNumber;
|
|
445
913
|
createOrder: Order;
|
|
446
914
|
createProduct: Product;
|
|
447
915
|
createSeller: Seller;
|
|
916
|
+
deleteCustomerAddress: Status;
|
|
917
|
+
deleteCustomerTelephoneNumber: Status;
|
|
448
918
|
deleteProduct: Status;
|
|
449
919
|
deleteSeller: Status;
|
|
450
920
|
initiateFileUpload: FileUpload;
|
|
451
921
|
updateCustomer: Customer;
|
|
922
|
+
updateCustomerAddress: CustomerAddress;
|
|
923
|
+
updateCustomerTelephoneNumber: CustomerTelephoneNumber;
|
|
452
924
|
updateOrder: Order;
|
|
453
925
|
updateProduct: Product;
|
|
454
926
|
updateSeller: Seller;
|
|
@@ -460,6 +932,12 @@ export type MutationCompleteFileUploadArgs = {
|
|
|
460
932
|
export type MutationCreateCustomerArgs = {
|
|
461
933
|
data: CreateCustomerInput;
|
|
462
934
|
};
|
|
935
|
+
export type MutationCreateCustomerAddressArgs = {
|
|
936
|
+
data: CreateCustomerAddressInput;
|
|
937
|
+
};
|
|
938
|
+
export type MutationCreateCustomerTelephoneNumberArgs = {
|
|
939
|
+
data: CreateCustomerTelephoneNumberInput;
|
|
940
|
+
};
|
|
463
941
|
export type MutationCreateOrderArgs = {
|
|
464
942
|
data: CreateOrderInput;
|
|
465
943
|
};
|
|
@@ -469,6 +947,12 @@ export type MutationCreateProductArgs = {
|
|
|
469
947
|
export type MutationCreateSellerArgs = {
|
|
470
948
|
data: CreateSellerInput;
|
|
471
949
|
};
|
|
950
|
+
export type MutationDeleteCustomerAddressArgs = {
|
|
951
|
+
id: Scalars['ID']['input'];
|
|
952
|
+
};
|
|
953
|
+
export type MutationDeleteCustomerTelephoneNumberArgs = {
|
|
954
|
+
id: Scalars['ID']['input'];
|
|
955
|
+
};
|
|
472
956
|
export type MutationDeleteProductArgs = {
|
|
473
957
|
id: Scalars['ID']['input'];
|
|
474
958
|
};
|
|
@@ -482,6 +966,14 @@ export type MutationUpdateCustomerArgs = {
|
|
|
482
966
|
data: UpdateCustomerInput;
|
|
483
967
|
id: Scalars['ID']['input'];
|
|
484
968
|
};
|
|
969
|
+
export type MutationUpdateCustomerAddressArgs = {
|
|
970
|
+
data: UpdateCustomerAddressInput;
|
|
971
|
+
id: Scalars['ID']['input'];
|
|
972
|
+
};
|
|
973
|
+
export type MutationUpdateCustomerTelephoneNumberArgs = {
|
|
974
|
+
data: UpdateCustomerTelephoneNumberInput;
|
|
975
|
+
id: Scalars['ID']['input'];
|
|
976
|
+
};
|
|
485
977
|
export type MutationUpdateOrderArgs = {
|
|
486
978
|
data: UpdateOrderInput;
|
|
487
979
|
id: Scalars['ID']['input'];
|
|
@@ -566,11 +1058,41 @@ export type PaginatedColorsConnection = {
|
|
|
566
1058
|
edges: Array<PaginatedColorEdge>;
|
|
567
1059
|
pageInfo: PaginatedPageInfo;
|
|
568
1060
|
};
|
|
1061
|
+
export type PaginatedCustomFieldEdge = {
|
|
1062
|
+
__typename?: 'PaginatedCustomFieldEdge';
|
|
1063
|
+
cursor: Scalars['String']['output'];
|
|
1064
|
+
node: CustomField;
|
|
1065
|
+
};
|
|
1066
|
+
export type PaginatedCustomFieldsConnection = {
|
|
1067
|
+
__typename?: 'PaginatedCustomFieldsConnection';
|
|
1068
|
+
edges: Array<PaginatedCustomFieldEdge>;
|
|
1069
|
+
pageInfo: PaginatedPageInfo;
|
|
1070
|
+
};
|
|
1071
|
+
export type PaginatedCustomerAddressEdge = {
|
|
1072
|
+
__typename?: 'PaginatedCustomerAddressEdge';
|
|
1073
|
+
cursor: Scalars['String']['output'];
|
|
1074
|
+
node: CustomerAddress;
|
|
1075
|
+
};
|
|
1076
|
+
export type PaginatedCustomerAddressesConnection = {
|
|
1077
|
+
__typename?: 'PaginatedCustomerAddressesConnection';
|
|
1078
|
+
edges: Array<PaginatedCustomerAddressEdge>;
|
|
1079
|
+
pageInfo: PaginatedPageInfo;
|
|
1080
|
+
};
|
|
569
1081
|
export type PaginatedCustomerEdge = {
|
|
570
1082
|
__typename?: 'PaginatedCustomerEdge';
|
|
571
1083
|
cursor: Scalars['String']['output'];
|
|
572
1084
|
node: Customer;
|
|
573
1085
|
};
|
|
1086
|
+
export type PaginatedCustomerTelephoneNumberEdge = {
|
|
1087
|
+
__typename?: 'PaginatedCustomerTelephoneNumberEdge';
|
|
1088
|
+
cursor: Scalars['String']['output'];
|
|
1089
|
+
node: CustomerTelephoneNumber;
|
|
1090
|
+
};
|
|
1091
|
+
export type PaginatedCustomerTelephoneNumbersConnection = {
|
|
1092
|
+
__typename?: 'PaginatedCustomerTelephoneNumbersConnection';
|
|
1093
|
+
edges: Array<PaginatedCustomerTelephoneNumberEdge>;
|
|
1094
|
+
pageInfo: PaginatedPageInfo;
|
|
1095
|
+
};
|
|
574
1096
|
export type PaginatedCustomersConnection = {
|
|
575
1097
|
__typename?: 'PaginatedCustomersConnection';
|
|
576
1098
|
edges: Array<PaginatedCustomerEdge>;
|
|
@@ -826,14 +1348,23 @@ export type ProductVariantStock = {
|
|
|
826
1348
|
};
|
|
827
1349
|
export type Query = {
|
|
828
1350
|
__typename?: 'Query';
|
|
1351
|
+
allCountries: Array<Country>;
|
|
1352
|
+
allRegions: Array<Region>;
|
|
1353
|
+
allTimeZones: Array<TimeZone>;
|
|
829
1354
|
attribute?: Maybe<Array<Attribute>>;
|
|
830
1355
|
brand?: Maybe<Array<Brand>>;
|
|
831
|
-
|
|
1356
|
+
customField?: Maybe<Array<CustomField>>;
|
|
1357
|
+
customer?: Maybe<Customer>;
|
|
1358
|
+
customerCustomerAddress?: Maybe<CustomerAddress>;
|
|
1359
|
+
customerTelephoneNumber?: Maybe<CustomerTelephoneNumber>;
|
|
832
1360
|
file: File;
|
|
833
1361
|
infiniteAttributes: InfiniteAttributesConnection;
|
|
834
1362
|
infiniteBrands: InfiniteBrandsConnection;
|
|
835
1363
|
infiniteCategories: InfiniteCategoriesConnection;
|
|
836
1364
|
infiniteColors: InfiniteColorsConnection;
|
|
1365
|
+
infiniteCustomFields: InfiniteCustomFieldsConnection;
|
|
1366
|
+
infiniteCustomerAddress: InfiniteCustomerAddressesConnection;
|
|
1367
|
+
infiniteCustomerTelephoneNumbers: InfiniteCustomerTelephoneNumbersConnection;
|
|
837
1368
|
infiniteCustomers: InfiniteCustomersConnection;
|
|
838
1369
|
infiniteMetrics: InfiniteMetricsConnection;
|
|
839
1370
|
infiniteOrders: InfiniteOrdersConnection;
|
|
@@ -847,6 +1378,9 @@ export type Query = {
|
|
|
847
1378
|
paginatedBrands?: Maybe<PaginatedBrandsConnection>;
|
|
848
1379
|
paginatedCategories?: Maybe<PaginatedCategoriesConnection>;
|
|
849
1380
|
paginatedColors?: Maybe<PaginatedColorsConnection>;
|
|
1381
|
+
paginatedCustomFields?: Maybe<PaginatedCustomFieldsConnection>;
|
|
1382
|
+
paginatedCustomerAddress: PaginatedCustomerAddressesConnection;
|
|
1383
|
+
paginatedCustomerTelephoneNumbers: PaginatedCustomerTelephoneNumbersConnection;
|
|
850
1384
|
paginatedCustomers?: Maybe<PaginatedCustomersConnection>;
|
|
851
1385
|
paginatedMetrics?: Maybe<PaginatedMetricsConnection>;
|
|
852
1386
|
paginatedOrders?: Maybe<PaginatedOrdersConnection>;
|
|
@@ -859,15 +1393,32 @@ export type Query = {
|
|
|
859
1393
|
size?: Maybe<Array<SizeGroup>>;
|
|
860
1394
|
tag?: Maybe<Array<Tag>>;
|
|
861
1395
|
};
|
|
1396
|
+
export type QueryAllRegionsArgs = {
|
|
1397
|
+
filter?: InputMaybe<RegionFilter>;
|
|
1398
|
+
sort?: InputMaybe<Array<RegionSort>>;
|
|
1399
|
+
};
|
|
1400
|
+
export type QueryAllTimeZonesArgs = {
|
|
1401
|
+
filter?: InputMaybe<TimeZoneFilter>;
|
|
1402
|
+
sort?: InputMaybe<Array<TimeZoneSort>>;
|
|
1403
|
+
};
|
|
862
1404
|
export type QueryAttributeArgs = {
|
|
863
1405
|
id: Scalars['ID']['input'];
|
|
864
1406
|
};
|
|
865
1407
|
export type QueryBrandArgs = {
|
|
866
1408
|
id: Scalars['ID']['input'];
|
|
867
1409
|
};
|
|
1410
|
+
export type QueryCustomFieldArgs = {
|
|
1411
|
+
id: Scalars['ID']['input'];
|
|
1412
|
+
};
|
|
868
1413
|
export type QueryCustomerArgs = {
|
|
869
1414
|
id: Scalars['ID']['input'];
|
|
870
1415
|
};
|
|
1416
|
+
export type QueryCustomerCustomerAddressArgs = {
|
|
1417
|
+
id: Scalars['ID']['input'];
|
|
1418
|
+
};
|
|
1419
|
+
export type QueryCustomerTelephoneNumberArgs = {
|
|
1420
|
+
id: Scalars['ID']['input'];
|
|
1421
|
+
};
|
|
871
1422
|
export type QueryFileArgs = {
|
|
872
1423
|
id: Scalars['ID']['input'];
|
|
873
1424
|
};
|
|
@@ -903,6 +1454,30 @@ export type QueryInfiniteColorsArgs = {
|
|
|
903
1454
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
904
1455
|
sort?: InputMaybe<Array<ColorSort>>;
|
|
905
1456
|
};
|
|
1457
|
+
export type QueryInfiniteCustomFieldsArgs = {
|
|
1458
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
1459
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
1460
|
+
filter?: InputMaybe<CustomFieldFilter>;
|
|
1461
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
1462
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
1463
|
+
sort?: InputMaybe<Array<CustomFieldSort>>;
|
|
1464
|
+
};
|
|
1465
|
+
export type QueryInfiniteCustomerAddressArgs = {
|
|
1466
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
1467
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
1468
|
+
filter?: InputMaybe<CustomerAddressFilter>;
|
|
1469
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
1470
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
1471
|
+
sort?: InputMaybe<Array<CustomerAddressSort>>;
|
|
1472
|
+
};
|
|
1473
|
+
export type QueryInfiniteCustomerTelephoneNumbersArgs = {
|
|
1474
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
1475
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
1476
|
+
filter?: InputMaybe<CustomerTelephoneNumberFilter>;
|
|
1477
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
1478
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
1479
|
+
sort?: InputMaybe<Array<CustomerTelephoneNumberSort>>;
|
|
1480
|
+
};
|
|
906
1481
|
export type QueryInfiniteCustomersArgs = {
|
|
907
1482
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
908
1483
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -989,6 +1564,24 @@ export type QueryPaginatedColorsArgs = {
|
|
|
989
1564
|
page?: InputMaybe<Scalars['Int']['input']>;
|
|
990
1565
|
sort?: InputMaybe<Array<ColorSort>>;
|
|
991
1566
|
};
|
|
1567
|
+
export type QueryPaginatedCustomFieldsArgs = {
|
|
1568
|
+
filter?: InputMaybe<CustomFieldFilter>;
|
|
1569
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1570
|
+
page?: InputMaybe<Scalars['Int']['input']>;
|
|
1571
|
+
sort?: InputMaybe<Array<CustomFieldSort>>;
|
|
1572
|
+
};
|
|
1573
|
+
export type QueryPaginatedCustomerAddressArgs = {
|
|
1574
|
+
filter?: InputMaybe<CustomerAddressFilter>;
|
|
1575
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1576
|
+
page?: InputMaybe<Scalars['Int']['input']>;
|
|
1577
|
+
sort?: InputMaybe<Array<CustomerAddressSort>>;
|
|
1578
|
+
};
|
|
1579
|
+
export type QueryPaginatedCustomerTelephoneNumbersArgs = {
|
|
1580
|
+
filter?: InputMaybe<CustomerTelephoneNumberFilter>;
|
|
1581
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1582
|
+
page?: InputMaybe<Scalars['Int']['input']>;
|
|
1583
|
+
sort?: InputMaybe<Array<CustomerTelephoneNumberSort>>;
|
|
1584
|
+
};
|
|
992
1585
|
export type QueryPaginatedCustomersArgs = {
|
|
993
1586
|
filter?: InputMaybe<CustomerFilter>;
|
|
994
1587
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -1043,6 +1636,59 @@ export type QuerySizeArgs = {
|
|
|
1043
1636
|
export type QueryTagArgs = {
|
|
1044
1637
|
id: Scalars['ID']['input'];
|
|
1045
1638
|
};
|
|
1639
|
+
export type Region = {
|
|
1640
|
+
__typename?: 'Region';
|
|
1641
|
+
code: RegionCodeEnum;
|
|
1642
|
+
names: Scalars['LocalizedString']['output'];
|
|
1643
|
+
};
|
|
1644
|
+
export declare enum RegionCodeEnum {
|
|
1645
|
+
IrAlb = "IR_ALB",
|
|
1646
|
+
IrAr = "IR_AR",
|
|
1647
|
+
IrArb = "IR_ARB",
|
|
1648
|
+
IrAz = "IR_AZ",
|
|
1649
|
+
IrBus = "IR_BUS",
|
|
1650
|
+
IrChb = "IR_CHB",
|
|
1651
|
+
IrEsf = "IR_ESF",
|
|
1652
|
+
IrFrs = "IR_FRS",
|
|
1653
|
+
IrGln = "IR_GLN",
|
|
1654
|
+
IrGln2 = "IR_GLN2",
|
|
1655
|
+
IrHmd = "IR_HMD",
|
|
1656
|
+
IrHrm = "IR_HRM",
|
|
1657
|
+
IrKhj = "IR_KHJ",
|
|
1658
|
+
IrKhn = "IR_KHN",
|
|
1659
|
+
IrKhr = "IR_KHR",
|
|
1660
|
+
IrKhz = "IR_KHZ",
|
|
1661
|
+
IrKrd = "IR_KRD",
|
|
1662
|
+
IrKrm = "IR_KRM",
|
|
1663
|
+
IrKsh = "IR_KSH",
|
|
1664
|
+
IrKyb = "IR_KYB",
|
|
1665
|
+
IrLrs = "IR_LRS",
|
|
1666
|
+
IrMrk = "IR_MRK",
|
|
1667
|
+
IrMzn = "IR_MZN",
|
|
1668
|
+
IrQom = "IR_QOM",
|
|
1669
|
+
IrQzv = "IR_QZV",
|
|
1670
|
+
IrSbl = "IR_SBL",
|
|
1671
|
+
IrSmn = "IR_SMN",
|
|
1672
|
+
IrYzd = "IR_YZD",
|
|
1673
|
+
IrZnj = "IR_ZNJ"
|
|
1674
|
+
}
|
|
1675
|
+
export type RegionCodeEnumFilter = {
|
|
1676
|
+
equals?: InputMaybe<RegionCodeEnum>;
|
|
1677
|
+
in?: InputMaybe<Array<RegionCodeEnum>>;
|
|
1678
|
+
not?: InputMaybe<RegionCodeEnum>;
|
|
1679
|
+
notIn?: InputMaybe<Array<RegionCodeEnum>>;
|
|
1680
|
+
};
|
|
1681
|
+
export declare enum RegionFieldsEnum {
|
|
1682
|
+
Code = "code"
|
|
1683
|
+
}
|
|
1684
|
+
export type RegionFilter = {
|
|
1685
|
+
code?: InputMaybe<RegionCodeEnumFilter>;
|
|
1686
|
+
countryCode?: InputMaybe<CountryCodeEnumFilter>;
|
|
1687
|
+
};
|
|
1688
|
+
export type RegionSort = {
|
|
1689
|
+
field: RegionFieldsEnum;
|
|
1690
|
+
order?: InputMaybe<SortOrderEnum>;
|
|
1691
|
+
};
|
|
1046
1692
|
export type Seller = {
|
|
1047
1693
|
__typename?: 'Seller';
|
|
1048
1694
|
active: Scalars['Boolean']['output'];
|
|
@@ -1130,6 +1776,19 @@ export type StringArrayFilter = {
|
|
|
1130
1776
|
none?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1131
1777
|
some?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1132
1778
|
};
|
|
1779
|
+
export type StringFilter = {
|
|
1780
|
+
contains?: InputMaybe<Scalars['String']['input']>;
|
|
1781
|
+
endsWith?: InputMaybe<Scalars['String']['input']>;
|
|
1782
|
+
equals?: InputMaybe<Scalars['String']['input']>;
|
|
1783
|
+
greaterThan?: InputMaybe<Scalars['String']['input']>;
|
|
1784
|
+
greaterThanOrEquals?: InputMaybe<Scalars['String']['input']>;
|
|
1785
|
+
in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1786
|
+
lessThan?: InputMaybe<Scalars['String']['input']>;
|
|
1787
|
+
lessThanOrEquals?: InputMaybe<Scalars['String']['input']>;
|
|
1788
|
+
not?: InputMaybe<Scalars['String']['input']>;
|
|
1789
|
+
notIn?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1790
|
+
startsWith?: InputMaybe<Scalars['String']['input']>;
|
|
1791
|
+
};
|
|
1133
1792
|
export type Subscription = {
|
|
1134
1793
|
__typename?: 'Subscription';
|
|
1135
1794
|
subscribeFileUpload: File;
|
|
@@ -1159,14 +1818,696 @@ export type TagSort = {
|
|
|
1159
1818
|
field: TagFieldsEnum;
|
|
1160
1819
|
order?: InputMaybe<SortOrderEnum>;
|
|
1161
1820
|
};
|
|
1821
|
+
export declare enum TelephoneNumberTarget {
|
|
1822
|
+
Customer = "CUSTOMER",
|
|
1823
|
+
Owner = "OWNER",
|
|
1824
|
+
Seller = "SELLER",
|
|
1825
|
+
Shop = "SHOP",
|
|
1826
|
+
Support = "SUPPORT"
|
|
1827
|
+
}
|
|
1828
|
+
export type TelephoneNumbersTypeEnumArrayFilter = {
|
|
1829
|
+
every?: InputMaybe<Array<TelephoneNumberTarget>>;
|
|
1830
|
+
none?: InputMaybe<Array<TelephoneNumberTarget>>;
|
|
1831
|
+
some?: InputMaybe<Array<TelephoneNumberTarget>>;
|
|
1832
|
+
};
|
|
1833
|
+
export type TimeZone = {
|
|
1834
|
+
__typename?: 'TimeZone';
|
|
1835
|
+
abbreviationDts: Scalars['String']['output'];
|
|
1836
|
+
abbreviationStd: Scalars['String']['output'];
|
|
1837
|
+
countries: Array<CountryCodeEnum>;
|
|
1838
|
+
link?: Maybe<TimeZoneEnum>;
|
|
1839
|
+
name: Scalars['String']['output'];
|
|
1840
|
+
timeZone: TimeZoneEnum;
|
|
1841
|
+
type: TimeZoneTypeEnum;
|
|
1842
|
+
utcOffsetDst: Scalars['String']['output'];
|
|
1843
|
+
utcOffsetStd: Scalars['String']['output'];
|
|
1844
|
+
};
|
|
1845
|
+
export declare enum TimeZoneEnum {
|
|
1846
|
+
AfricaAbidjan = "AFRICA___ABIDJAN",
|
|
1847
|
+
AfricaAccra = "AFRICA___ACCRA",
|
|
1848
|
+
AfricaAddisAbaba = "AFRICA___ADDIS_ABABA",
|
|
1849
|
+
AfricaAlgiers = "AFRICA___ALGIERS",
|
|
1850
|
+
AfricaAsmara = "AFRICA___ASMARA",
|
|
1851
|
+
AfricaAsmera = "AFRICA___ASMERA",
|
|
1852
|
+
AfricaBamako = "AFRICA___BAMAKO",
|
|
1853
|
+
AfricaBangui = "AFRICA___BANGUI",
|
|
1854
|
+
AfricaBanjul = "AFRICA___BANJUL",
|
|
1855
|
+
AfricaBissau = "AFRICA___BISSAU",
|
|
1856
|
+
AfricaBlantyre = "AFRICA___BLANTYRE",
|
|
1857
|
+
AfricaBrazzaville = "AFRICA___BRAZZAVILLE",
|
|
1858
|
+
AfricaBujumbura = "AFRICA___BUJUMBURA",
|
|
1859
|
+
AfricaCairo = "AFRICA___CAIRO",
|
|
1860
|
+
AfricaCasablanca = "AFRICA___CASABLANCA",
|
|
1861
|
+
AfricaCeuta = "AFRICA___CEUTA",
|
|
1862
|
+
AfricaConakry = "AFRICA___CONAKRY",
|
|
1863
|
+
AfricaDakar = "AFRICA___DAKAR",
|
|
1864
|
+
AfricaDarEsSalaam = "AFRICA___DAR_ES_SALAAM",
|
|
1865
|
+
AfricaDjibouti = "AFRICA___DJIBOUTI",
|
|
1866
|
+
AfricaDouala = "AFRICA___DOUALA",
|
|
1867
|
+
AfricaElAaiun = "AFRICA___EL_AAIUN",
|
|
1868
|
+
AfricaFreetown = "AFRICA___FREETOWN",
|
|
1869
|
+
AfricaGaborone = "AFRICA___GABORONE",
|
|
1870
|
+
AfricaHarare = "AFRICA___HARARE",
|
|
1871
|
+
AfricaJohannesburg = "AFRICA___JOHANNESBURG",
|
|
1872
|
+
AfricaJuba = "AFRICA___JUBA",
|
|
1873
|
+
AfricaKampala = "AFRICA___KAMPALA",
|
|
1874
|
+
AfricaKhartoum = "AFRICA___KHARTOUM",
|
|
1875
|
+
AfricaKigali = "AFRICA___KIGALI",
|
|
1876
|
+
AfricaKinshasa = "AFRICA___KINSHASA",
|
|
1877
|
+
AfricaLagos = "AFRICA___LAGOS",
|
|
1878
|
+
AfricaLibreville = "AFRICA___LIBREVILLE",
|
|
1879
|
+
AfricaLome = "AFRICA___LOME",
|
|
1880
|
+
AfricaLuanda = "AFRICA___LUANDA",
|
|
1881
|
+
AfricaLubumbashi = "AFRICA___LUBUMBASHI",
|
|
1882
|
+
AfricaLusaka = "AFRICA___LUSAKA",
|
|
1883
|
+
AfricaMalabo = "AFRICA___MALABO",
|
|
1884
|
+
AfricaMaputo = "AFRICA___MAPUTO",
|
|
1885
|
+
AfricaMaseru = "AFRICA___MASERU",
|
|
1886
|
+
AfricaMbabane = "AFRICA___MBABANE",
|
|
1887
|
+
AfricaMogadishu = "AFRICA___MOGADISHU",
|
|
1888
|
+
AfricaMonrovia = "AFRICA___MONROVIA",
|
|
1889
|
+
AfricaNairobi = "AFRICA___NAIROBI",
|
|
1890
|
+
AfricaNdjamena = "AFRICA___NDJAMENA",
|
|
1891
|
+
AfricaNiamey = "AFRICA___NIAMEY",
|
|
1892
|
+
AfricaNouakchott = "AFRICA___NOUAKCHOTT",
|
|
1893
|
+
AfricaOuagadougou = "AFRICA___OUAGADOUGOU",
|
|
1894
|
+
AfricaPortoNovo = "AFRICA___PORTO_NOVO",
|
|
1895
|
+
AfricaSaoTome = "AFRICA___SAO_TOME",
|
|
1896
|
+
AfricaTimbuktu = "AFRICA___TIMBUKTU",
|
|
1897
|
+
AfricaTripoli = "AFRICA___TRIPOLI",
|
|
1898
|
+
AfricaTunis = "AFRICA___TUNIS",
|
|
1899
|
+
AfricaWindhoek = "AFRICA___WINDHOEK",
|
|
1900
|
+
AmericaAdak = "AMERICA___ADAK",
|
|
1901
|
+
AmericaAnchorage = "AMERICA___ANCHORAGE",
|
|
1902
|
+
AmericaAnguilla = "AMERICA___ANGUILLA",
|
|
1903
|
+
AmericaAntigua = "AMERICA___ANTIGUA",
|
|
1904
|
+
AmericaAraguaina = "AMERICA___ARAGUAINA",
|
|
1905
|
+
AmericaArgentinaBuenosAires = "AMERICA___ARGENTINA___BUENOS_AIRES",
|
|
1906
|
+
AmericaArgentinaCatamarca = "AMERICA___ARGENTINA___CATAMARCA",
|
|
1907
|
+
AmericaArgentinaComodrivadavia = "AMERICA___ARGENTINA___COMODRIVADAVIA",
|
|
1908
|
+
AmericaArgentinaCordoba = "AMERICA___ARGENTINA___CORDOBA",
|
|
1909
|
+
AmericaArgentinaJujuy = "AMERICA___ARGENTINA___JUJUY",
|
|
1910
|
+
AmericaArgentinaLaRioja = "AMERICA___ARGENTINA___LA_RIOJA",
|
|
1911
|
+
AmericaArgentinaMendoza = "AMERICA___ARGENTINA___MENDOZA",
|
|
1912
|
+
AmericaArgentinaRioGallegos = "AMERICA___ARGENTINA___RIO_GALLEGOS",
|
|
1913
|
+
AmericaArgentinaSalta = "AMERICA___ARGENTINA___SALTA",
|
|
1914
|
+
AmericaArgentinaSanJuan = "AMERICA___ARGENTINA___SAN_JUAN",
|
|
1915
|
+
AmericaArgentinaSanLuis = "AMERICA___ARGENTINA___SAN_LUIS",
|
|
1916
|
+
AmericaArgentinaTucuman = "AMERICA___ARGENTINA___TUCUMAN",
|
|
1917
|
+
AmericaArgentinaUshuaia = "AMERICA___ARGENTINA___USHUAIA",
|
|
1918
|
+
AmericaAruba = "AMERICA___ARUBA",
|
|
1919
|
+
AmericaAsuncion = "AMERICA___ASUNCION",
|
|
1920
|
+
AmericaAtikokan = "AMERICA___ATIKOKAN",
|
|
1921
|
+
AmericaAtka = "AMERICA___ATKA",
|
|
1922
|
+
AmericaBahia = "AMERICA___BAHIA",
|
|
1923
|
+
AmericaBahiaBanderas = "AMERICA___BAHIA_BANDERAS",
|
|
1924
|
+
AmericaBarbados = "AMERICA___BARBADOS",
|
|
1925
|
+
AmericaBelem = "AMERICA___BELEM",
|
|
1926
|
+
AmericaBelize = "AMERICA___BELIZE",
|
|
1927
|
+
AmericaBlancSablon = "AMERICA___BLANC_SABLON",
|
|
1928
|
+
AmericaBoaVista = "AMERICA___BOA_VISTA",
|
|
1929
|
+
AmericaBogota = "AMERICA___BOGOTA",
|
|
1930
|
+
AmericaBoise = "AMERICA___BOISE",
|
|
1931
|
+
AmericaBuenosAires = "AMERICA___BUENOS_AIRES",
|
|
1932
|
+
AmericaCambridgeBay = "AMERICA___CAMBRIDGE_BAY",
|
|
1933
|
+
AmericaCampoGrande = "AMERICA___CAMPO_GRANDE",
|
|
1934
|
+
AmericaCancun = "AMERICA___CANCUN",
|
|
1935
|
+
AmericaCaracas = "AMERICA___CARACAS",
|
|
1936
|
+
AmericaCatamarca = "AMERICA___CATAMARCA",
|
|
1937
|
+
AmericaCayenne = "AMERICA___CAYENNE",
|
|
1938
|
+
AmericaCayman = "AMERICA___CAYMAN",
|
|
1939
|
+
AmericaChicago = "AMERICA___CHICAGO",
|
|
1940
|
+
AmericaChihuahua = "AMERICA___CHIHUAHUA",
|
|
1941
|
+
AmericaCoralHarbour = "AMERICA___CORAL_HARBOUR",
|
|
1942
|
+
AmericaCordoba = "AMERICA___CORDOBA",
|
|
1943
|
+
AmericaCostaRica = "AMERICA___COSTA_RICA",
|
|
1944
|
+
AmericaCreston = "AMERICA___CRESTON",
|
|
1945
|
+
AmericaCuiaba = "AMERICA___CUIABA",
|
|
1946
|
+
AmericaCuracao = "AMERICA___CURACAO",
|
|
1947
|
+
AmericaDanmarkshavn = "AMERICA___DANMARKSHAVN",
|
|
1948
|
+
AmericaDawson = "AMERICA___DAWSON",
|
|
1949
|
+
AmericaDawsonCreek = "AMERICA___DAWSON_CREEK",
|
|
1950
|
+
AmericaDenver = "AMERICA___DENVER",
|
|
1951
|
+
AmericaDetroit = "AMERICA___DETROIT",
|
|
1952
|
+
AmericaDominica = "AMERICA___DOMINICA",
|
|
1953
|
+
AmericaEdmonton = "AMERICA___EDMONTON",
|
|
1954
|
+
AmericaEirunepe = "AMERICA___EIRUNEPE",
|
|
1955
|
+
AmericaElSalvador = "AMERICA___EL_SALVADOR",
|
|
1956
|
+
AmericaEnsenada = "AMERICA___ENSENADA",
|
|
1957
|
+
AmericaFortaleza = "AMERICA___FORTALEZA",
|
|
1958
|
+
AmericaFortNelson = "AMERICA___FORT_NELSON",
|
|
1959
|
+
AmericaFortWayne = "AMERICA___FORT_WAYNE",
|
|
1960
|
+
AmericaGlaceBay = "AMERICA___GLACE_BAY",
|
|
1961
|
+
AmericaGodthab = "AMERICA___GODTHAB",
|
|
1962
|
+
AmericaGooseBay = "AMERICA___GOOSE_BAY",
|
|
1963
|
+
AmericaGrandTurk = "AMERICA___GRAND_TURK",
|
|
1964
|
+
AmericaGrenada = "AMERICA___GRENADA",
|
|
1965
|
+
AmericaGuadeloupe = "AMERICA___GUADELOUPE",
|
|
1966
|
+
AmericaGuatemala = "AMERICA___GUATEMALA",
|
|
1967
|
+
AmericaGuayaquil = "AMERICA___GUAYAQUIL",
|
|
1968
|
+
AmericaGuyana = "AMERICA___GUYANA",
|
|
1969
|
+
AmericaHalifax = "AMERICA___HALIFAX",
|
|
1970
|
+
AmericaHavana = "AMERICA___HAVANA",
|
|
1971
|
+
AmericaHermosillo = "AMERICA___HERMOSILLO",
|
|
1972
|
+
AmericaIndianapolis = "AMERICA___INDIANAPOLIS",
|
|
1973
|
+
AmericaIndianaIndianapolis = "AMERICA___INDIANA___INDIANAPOLIS",
|
|
1974
|
+
AmericaIndianaKnox = "AMERICA___INDIANA___KNOX",
|
|
1975
|
+
AmericaIndianaMarengo = "AMERICA___INDIANA___MARENGO",
|
|
1976
|
+
AmericaIndianaPetersburg = "AMERICA___INDIANA___PETERSBURG",
|
|
1977
|
+
AmericaIndianaTellCity = "AMERICA___INDIANA___TELL_CITY",
|
|
1978
|
+
AmericaIndianaVevay = "AMERICA___INDIANA___VEVAY",
|
|
1979
|
+
AmericaIndianaVincennes = "AMERICA___INDIANA___VINCENNES",
|
|
1980
|
+
AmericaIndianaWinamac = "AMERICA___INDIANA___WINAMAC",
|
|
1981
|
+
AmericaInuvik = "AMERICA___INUVIK",
|
|
1982
|
+
AmericaIqaluit = "AMERICA___IQALUIT",
|
|
1983
|
+
AmericaJamaica = "AMERICA___JAMAICA",
|
|
1984
|
+
AmericaJujuy = "AMERICA___JUJUY",
|
|
1985
|
+
AmericaJuneau = "AMERICA___JUNEAU",
|
|
1986
|
+
AmericaKentuckyLouisville = "AMERICA___KENTUCKY___LOUISVILLE",
|
|
1987
|
+
AmericaKentuckyMonticello = "AMERICA___KENTUCKY___MONTICELLO",
|
|
1988
|
+
AmericaKnoxIn = "AMERICA___KNOX_IN",
|
|
1989
|
+
AmericaKralendijk = "AMERICA___KRALENDIJK",
|
|
1990
|
+
AmericaLaPaz = "AMERICA___LA_PAZ",
|
|
1991
|
+
AmericaLima = "AMERICA___LIMA",
|
|
1992
|
+
AmericaLosAngeles = "AMERICA___LOS_ANGELES",
|
|
1993
|
+
AmericaLouisville = "AMERICA___LOUISVILLE",
|
|
1994
|
+
AmericaLowerPrinces = "AMERICA___LOWER_PRINCES",
|
|
1995
|
+
AmericaMaceio = "AMERICA___MACEIO",
|
|
1996
|
+
AmericaManagua = "AMERICA___MANAGUA",
|
|
1997
|
+
AmericaManaus = "AMERICA___MANAUS",
|
|
1998
|
+
AmericaMarigot = "AMERICA___MARIGOT",
|
|
1999
|
+
AmericaMartinique = "AMERICA___MARTINIQUE",
|
|
2000
|
+
AmericaMatamoros = "AMERICA___MATAMOROS",
|
|
2001
|
+
AmericaMazatlan = "AMERICA___MAZATLAN",
|
|
2002
|
+
AmericaMendoza = "AMERICA___MENDOZA",
|
|
2003
|
+
AmericaMenominee = "AMERICA___MENOMINEE",
|
|
2004
|
+
AmericaMerida = "AMERICA___MERIDA",
|
|
2005
|
+
AmericaMetlakatla = "AMERICA___METLAKATLA",
|
|
2006
|
+
AmericaMexicoCity = "AMERICA___MEXICO_CITY",
|
|
2007
|
+
AmericaMiquelon = "AMERICA___MIQUELON",
|
|
2008
|
+
AmericaMoncton = "AMERICA___MONCTON",
|
|
2009
|
+
AmericaMonterrey = "AMERICA___MONTERREY",
|
|
2010
|
+
AmericaMontevideo = "AMERICA___MONTEVIDEO",
|
|
2011
|
+
AmericaMontreal = "AMERICA___MONTREAL",
|
|
2012
|
+
AmericaMontserrat = "AMERICA___MONTSERRAT",
|
|
2013
|
+
AmericaNassau = "AMERICA___NASSAU",
|
|
2014
|
+
AmericaNewYork = "AMERICA___NEW_YORK",
|
|
2015
|
+
AmericaNipigon = "AMERICA___NIPIGON",
|
|
2016
|
+
AmericaNome = "AMERICA___NOME",
|
|
2017
|
+
AmericaNoronha = "AMERICA___NORONHA",
|
|
2018
|
+
AmericaNorthDakotaBeulah = "AMERICA___NORTH_DAKOTA___BEULAH",
|
|
2019
|
+
AmericaNorthDakotaCenter = "AMERICA___NORTH_DAKOTA___CENTER",
|
|
2020
|
+
AmericaNorthDakotaNewSalem = "AMERICA___NORTH_DAKOTA___NEW_SALEM",
|
|
2021
|
+
AmericaNuuk = "AMERICA___NUUK",
|
|
2022
|
+
AmericaOjinaga = "AMERICA___OJINAGA",
|
|
2023
|
+
AmericaPanama = "AMERICA___PANAMA",
|
|
2024
|
+
AmericaPangnirtung = "AMERICA___PANGNIRTUNG",
|
|
2025
|
+
AmericaParamaribo = "AMERICA___PARAMARIBO",
|
|
2026
|
+
AmericaPhoenix = "AMERICA___PHOENIX",
|
|
2027
|
+
AmericaPortoAcre = "AMERICA___PORTO_ACRE",
|
|
2028
|
+
AmericaPortoVelho = "AMERICA___PORTO_VELHO",
|
|
2029
|
+
AmericaPortAuPrince = "AMERICA___PORT_AU_PRINCE",
|
|
2030
|
+
AmericaPortOfSpain = "AMERICA___PORT_OF_SPAIN",
|
|
2031
|
+
AmericaPuertoRico = "AMERICA___PUERTO_RICO",
|
|
2032
|
+
AmericaPuntaArenas = "AMERICA___PUNTA_ARENAS",
|
|
2033
|
+
AmericaRainyRiver = "AMERICA___RAINY_RIVER",
|
|
2034
|
+
AmericaRankinInlet = "AMERICA___RANKIN_INLET",
|
|
2035
|
+
AmericaRecife = "AMERICA___RECIFE",
|
|
2036
|
+
AmericaRegina = "AMERICA___REGINA",
|
|
2037
|
+
AmericaResolute = "AMERICA___RESOLUTE",
|
|
2038
|
+
AmericaRioBranco = "AMERICA___RIO_BRANCO",
|
|
2039
|
+
AmericaRosario = "AMERICA___ROSARIO",
|
|
2040
|
+
AmericaSantarem = "AMERICA___SANTAREM",
|
|
2041
|
+
AmericaSantaIsabel = "AMERICA___SANTA_ISABEL",
|
|
2042
|
+
AmericaSantiago = "AMERICA___SANTIAGO",
|
|
2043
|
+
AmericaSantoDomingo = "AMERICA___SANTO_DOMINGO",
|
|
2044
|
+
AmericaSaoPaulo = "AMERICA___SAO_PAULO",
|
|
2045
|
+
AmericaScoresbysund = "AMERICA___SCORESBYSUND",
|
|
2046
|
+
AmericaShiprock = "AMERICA___SHIPROCK",
|
|
2047
|
+
AmericaSitka = "AMERICA___SITKA",
|
|
2048
|
+
AmericaStBarthelemy = "AMERICA___ST_BARTHELEMY",
|
|
2049
|
+
AmericaStJohns = "AMERICA___ST_JOHNS",
|
|
2050
|
+
AmericaStKitts = "AMERICA___ST_KITTS",
|
|
2051
|
+
AmericaStLucia = "AMERICA___ST_LUCIA",
|
|
2052
|
+
AmericaStThomas = "AMERICA___ST_THOMAS",
|
|
2053
|
+
AmericaStVincent = "AMERICA___ST_VINCENT",
|
|
2054
|
+
AmericaSwiftCurrent = "AMERICA___SWIFT_CURRENT",
|
|
2055
|
+
AmericaTegucigalpa = "AMERICA___TEGUCIGALPA",
|
|
2056
|
+
AmericaThule = "AMERICA___THULE",
|
|
2057
|
+
AmericaThunderBay = "AMERICA___THUNDER_BAY",
|
|
2058
|
+
AmericaTijuana = "AMERICA___TIJUANA",
|
|
2059
|
+
AmericaToronto = "AMERICA___TORONTO",
|
|
2060
|
+
AmericaTortola = "AMERICA___TORTOLA",
|
|
2061
|
+
AmericaVancouver = "AMERICA___VANCOUVER",
|
|
2062
|
+
AmericaVirgin = "AMERICA___VIRGIN",
|
|
2063
|
+
AmericaWhitehorse = "AMERICA___WHITEHORSE",
|
|
2064
|
+
AmericaWinnipeg = "AMERICA___WINNIPEG",
|
|
2065
|
+
AmericaYakutat = "AMERICA___YAKUTAT",
|
|
2066
|
+
AmericaYellowknife = "AMERICA___YELLOWKNIFE",
|
|
2067
|
+
AntarcticaCasey = "ANTARCTICA___CASEY",
|
|
2068
|
+
AntarcticaDavis = "ANTARCTICA___DAVIS",
|
|
2069
|
+
AntarcticaDumontdurville = "ANTARCTICA___DUMONTDURVILLE",
|
|
2070
|
+
AntarcticaMacquarie = "ANTARCTICA___MACQUARIE",
|
|
2071
|
+
AntarcticaMawson = "ANTARCTICA___MAWSON",
|
|
2072
|
+
AntarcticaMcmurdo = "ANTARCTICA___MCMURDO",
|
|
2073
|
+
AntarcticaPalmer = "ANTARCTICA___PALMER",
|
|
2074
|
+
AntarcticaRothera = "ANTARCTICA___ROTHERA",
|
|
2075
|
+
AntarcticaSouthPole = "ANTARCTICA___SOUTH_POLE",
|
|
2076
|
+
AntarcticaSyowa = "ANTARCTICA___SYOWA",
|
|
2077
|
+
AntarcticaTroll = "ANTARCTICA___TROLL",
|
|
2078
|
+
AntarcticaVostok = "ANTARCTICA___VOSTOK",
|
|
2079
|
+
ArcticLongyearbyen = "ARCTIC___LONGYEARBYEN",
|
|
2080
|
+
AsiaAden = "ASIA___ADEN",
|
|
2081
|
+
AsiaAlmaty = "ASIA___ALMATY",
|
|
2082
|
+
AsiaAmman = "ASIA___AMMAN",
|
|
2083
|
+
AsiaAnadyr = "ASIA___ANADYR",
|
|
2084
|
+
AsiaAqtau = "ASIA___AQTAU",
|
|
2085
|
+
AsiaAqtobe = "ASIA___AQTOBE",
|
|
2086
|
+
AsiaAshgabat = "ASIA___ASHGABAT",
|
|
2087
|
+
AsiaAshkhabad = "ASIA___ASHKHABAD",
|
|
2088
|
+
AsiaAtyrau = "ASIA___ATYRAU",
|
|
2089
|
+
AsiaBaghdad = "ASIA___BAGHDAD",
|
|
2090
|
+
AsiaBahrain = "ASIA___BAHRAIN",
|
|
2091
|
+
AsiaBaku = "ASIA___BAKU",
|
|
2092
|
+
AsiaBangkok = "ASIA___BANGKOK",
|
|
2093
|
+
AsiaBarnaul = "ASIA___BARNAUL",
|
|
2094
|
+
AsiaBeirut = "ASIA___BEIRUT",
|
|
2095
|
+
AsiaBishkek = "ASIA___BISHKEK",
|
|
2096
|
+
AsiaBrunei = "ASIA___BRUNEI",
|
|
2097
|
+
AsiaCalcutta = "ASIA___CALCUTTA",
|
|
2098
|
+
AsiaChita = "ASIA___CHITA",
|
|
2099
|
+
AsiaChoibalsan = "ASIA___CHOIBALSAN",
|
|
2100
|
+
AsiaChongqing = "ASIA___CHONGQING",
|
|
2101
|
+
AsiaChungking = "ASIA___CHUNGKING",
|
|
2102
|
+
AsiaColombo = "ASIA___COLOMBO",
|
|
2103
|
+
AsiaDacca = "ASIA___DACCA",
|
|
2104
|
+
AsiaDamascus = "ASIA___DAMASCUS",
|
|
2105
|
+
AsiaDhaka = "ASIA___DHAKA",
|
|
2106
|
+
AsiaDili = "ASIA___DILI",
|
|
2107
|
+
AsiaDubai = "ASIA___DUBAI",
|
|
2108
|
+
AsiaDushanbe = "ASIA___DUSHANBE",
|
|
2109
|
+
AsiaFamagusta = "ASIA___FAMAGUSTA",
|
|
2110
|
+
AsiaGaza = "ASIA___GAZA",
|
|
2111
|
+
AsiaHarbin = "ASIA___HARBIN",
|
|
2112
|
+
AsiaHebron = "ASIA___HEBRON",
|
|
2113
|
+
AsiaHongKong = "ASIA___HONG_KONG",
|
|
2114
|
+
AsiaHovd = "ASIA___HOVD",
|
|
2115
|
+
AsiaHoChiMinh = "ASIA___HO_CHI_MINH",
|
|
2116
|
+
AsiaIrkutsk = "ASIA___IRKUTSK",
|
|
2117
|
+
AsiaIstanbul = "ASIA___ISTANBUL",
|
|
2118
|
+
AsiaJakarta = "ASIA___JAKARTA",
|
|
2119
|
+
AsiaJayapura = "ASIA___JAYAPURA",
|
|
2120
|
+
AsiaJerusalem = "ASIA___JERUSALEM",
|
|
2121
|
+
AsiaKabul = "ASIA___KABUL",
|
|
2122
|
+
AsiaKamchatka = "ASIA___KAMCHATKA",
|
|
2123
|
+
AsiaKarachi = "ASIA___KARACHI",
|
|
2124
|
+
AsiaKashgar = "ASIA___KASHGAR",
|
|
2125
|
+
AsiaKathmandu = "ASIA___KATHMANDU",
|
|
2126
|
+
AsiaKatmandu = "ASIA___KATMANDU",
|
|
2127
|
+
AsiaKhandyga = "ASIA___KHANDYGA",
|
|
2128
|
+
AsiaKolkata = "ASIA___KOLKATA",
|
|
2129
|
+
AsiaKrasnoyarsk = "ASIA___KRASNOYARSK",
|
|
2130
|
+
AsiaKualaLumpur = "ASIA___KUALA_LUMPUR",
|
|
2131
|
+
AsiaKuching = "ASIA___KUCHING",
|
|
2132
|
+
AsiaKuwait = "ASIA___KUWAIT",
|
|
2133
|
+
AsiaMacao = "ASIA___MACAO",
|
|
2134
|
+
AsiaMacau = "ASIA___MACAU",
|
|
2135
|
+
AsiaMagadan = "ASIA___MAGADAN",
|
|
2136
|
+
AsiaMakassar = "ASIA___MAKASSAR",
|
|
2137
|
+
AsiaManila = "ASIA___MANILA",
|
|
2138
|
+
AsiaMuscat = "ASIA___MUSCAT",
|
|
2139
|
+
AsiaNicosia = "ASIA___NICOSIA",
|
|
2140
|
+
AsiaNovokuznetsk = "ASIA___NOVOKUZNETSK",
|
|
2141
|
+
AsiaNovosibirsk = "ASIA___NOVOSIBIRSK",
|
|
2142
|
+
AsiaOmsk = "ASIA___OMSK",
|
|
2143
|
+
AsiaOral = "ASIA___ORAL",
|
|
2144
|
+
AsiaPhnomPenh = "ASIA___PHNOM_PENH",
|
|
2145
|
+
AsiaPontianak = "ASIA___PONTIANAK",
|
|
2146
|
+
AsiaPyongyang = "ASIA___PYONGYANG",
|
|
2147
|
+
AsiaQatar = "ASIA___QATAR",
|
|
2148
|
+
AsiaQostanay = "ASIA___QOSTANAY",
|
|
2149
|
+
AsiaQyzylorda = "ASIA___QYZYLORDA",
|
|
2150
|
+
AsiaRangoon = "ASIA___RANGOON",
|
|
2151
|
+
AsiaRiyadh = "ASIA___RIYADH",
|
|
2152
|
+
AsiaSaigon = "ASIA___SAIGON",
|
|
2153
|
+
AsiaSakhalin = "ASIA___SAKHALIN",
|
|
2154
|
+
AsiaSamarkand = "ASIA___SAMARKAND",
|
|
2155
|
+
AsiaSeoul = "ASIA___SEOUL",
|
|
2156
|
+
AsiaShanghai = "ASIA___SHANGHAI",
|
|
2157
|
+
AsiaSingapore = "ASIA___SINGAPORE",
|
|
2158
|
+
AsiaSrednekolymsk = "ASIA___SREDNEKOLYMSK",
|
|
2159
|
+
AsiaTaipei = "ASIA___TAIPEI",
|
|
2160
|
+
AsiaTashkent = "ASIA___TASHKENT",
|
|
2161
|
+
AsiaTbilisi = "ASIA___TBILISI",
|
|
2162
|
+
AsiaTehran = "ASIA___TEHRAN",
|
|
2163
|
+
AsiaTelAviv = "ASIA___TEL_AVIV",
|
|
2164
|
+
AsiaThimbu = "ASIA___THIMBU",
|
|
2165
|
+
AsiaThimphu = "ASIA___THIMPHU",
|
|
2166
|
+
AsiaTokyo = "ASIA___TOKYO",
|
|
2167
|
+
AsiaTomsk = "ASIA___TOMSK",
|
|
2168
|
+
AsiaUjungPandang = "ASIA___UJUNG_PANDANG",
|
|
2169
|
+
AsiaUlaanbaatar = "ASIA___ULAANBAATAR",
|
|
2170
|
+
AsiaUlanBator = "ASIA___ULAN_BATOR",
|
|
2171
|
+
AsiaUrumqi = "ASIA___URUMQI",
|
|
2172
|
+
AsiaUstNera = "ASIA___UST_NERA",
|
|
2173
|
+
AsiaVientiane = "ASIA___VIENTIANE",
|
|
2174
|
+
AsiaVladivostok = "ASIA___VLADIVOSTOK",
|
|
2175
|
+
AsiaYakutsk = "ASIA___YAKUTSK",
|
|
2176
|
+
AsiaYangon = "ASIA___YANGON",
|
|
2177
|
+
AsiaYekaterinburg = "ASIA___YEKATERINBURG",
|
|
2178
|
+
AsiaYerevan = "ASIA___YEREVAN",
|
|
2179
|
+
AtlanticAzores = "ATLANTIC___AZORES",
|
|
2180
|
+
AtlanticBermuda = "ATLANTIC___BERMUDA",
|
|
2181
|
+
AtlanticCanary = "ATLANTIC___CANARY",
|
|
2182
|
+
AtlanticCapeVerde = "ATLANTIC___CAPE_VERDE",
|
|
2183
|
+
AtlanticFaeroe = "ATLANTIC___FAEROE",
|
|
2184
|
+
AtlanticFaroe = "ATLANTIC___FAROE",
|
|
2185
|
+
AtlanticJanMayen = "ATLANTIC___JAN_MAYEN",
|
|
2186
|
+
AtlanticMadeira = "ATLANTIC___MADEIRA",
|
|
2187
|
+
AtlanticReykjavik = "ATLANTIC___REYKJAVIK",
|
|
2188
|
+
AtlanticSouthGeorgia = "ATLANTIC___SOUTH_GEORGIA",
|
|
2189
|
+
AtlanticStanley = "ATLANTIC___STANLEY",
|
|
2190
|
+
AtlanticStHelena = "ATLANTIC___ST_HELENA",
|
|
2191
|
+
AustraliaAct = "AUSTRALIA___ACT",
|
|
2192
|
+
AustraliaAdelaide = "AUSTRALIA___ADELAIDE",
|
|
2193
|
+
AustraliaBrisbane = "AUSTRALIA___BRISBANE",
|
|
2194
|
+
AustraliaBrokenHill = "AUSTRALIA___BROKEN_HILL",
|
|
2195
|
+
AustraliaCanberra = "AUSTRALIA___CANBERRA",
|
|
2196
|
+
AustraliaCurrie = "AUSTRALIA___CURRIE",
|
|
2197
|
+
AustraliaDarwin = "AUSTRALIA___DARWIN",
|
|
2198
|
+
AustraliaEucla = "AUSTRALIA___EUCLA",
|
|
2199
|
+
AustraliaHobart = "AUSTRALIA___HOBART",
|
|
2200
|
+
AustraliaLhi = "AUSTRALIA___LHI",
|
|
2201
|
+
AustraliaLindeman = "AUSTRALIA___LINDEMAN",
|
|
2202
|
+
AustraliaLordHowe = "AUSTRALIA___LORD_HOWE",
|
|
2203
|
+
AustraliaMelbourne = "AUSTRALIA___MELBOURNE",
|
|
2204
|
+
AustraliaNorth = "AUSTRALIA___NORTH",
|
|
2205
|
+
AustraliaNsw = "AUSTRALIA___NSW",
|
|
2206
|
+
AustraliaPerth = "AUSTRALIA___PERTH",
|
|
2207
|
+
AustraliaQueensland = "AUSTRALIA___QUEENSLAND",
|
|
2208
|
+
AustraliaSouth = "AUSTRALIA___SOUTH",
|
|
2209
|
+
AustraliaSydney = "AUSTRALIA___SYDNEY",
|
|
2210
|
+
AustraliaTasmania = "AUSTRALIA___TASMANIA",
|
|
2211
|
+
AustraliaVictoria = "AUSTRALIA___VICTORIA",
|
|
2212
|
+
AustraliaWest = "AUSTRALIA___WEST",
|
|
2213
|
+
AustraliaYancowinna = "AUSTRALIA___YANCOWINNA",
|
|
2214
|
+
BrazilAcre = "BRAZIL___ACRE",
|
|
2215
|
+
BrazilDenoronha = "BRAZIL___DENORONHA",
|
|
2216
|
+
BrazilEast = "BRAZIL___EAST",
|
|
2217
|
+
BrazilWest = "BRAZIL___WEST",
|
|
2218
|
+
CanadaAtlantic = "CANADA___ATLANTIC",
|
|
2219
|
+
CanadaCentral = "CANADA___CENTRAL",
|
|
2220
|
+
CanadaEastern = "CANADA___EASTERN",
|
|
2221
|
+
CanadaMountain = "CANADA___MOUNTAIN",
|
|
2222
|
+
CanadaNewfoundland = "CANADA___NEWFOUNDLAND",
|
|
2223
|
+
CanadaPacific = "CANADA___PACIFIC",
|
|
2224
|
+
CanadaSaskatchewan = "CANADA___SASKATCHEWAN",
|
|
2225
|
+
CanadaYukon = "CANADA___YUKON",
|
|
2226
|
+
Cet = "CET",
|
|
2227
|
+
ChileContinental = "CHILE___CONTINENTAL",
|
|
2228
|
+
ChileEasterisland = "CHILE___EASTERISLAND",
|
|
2229
|
+
Cst6Cdt = "CST6CDT",
|
|
2230
|
+
Cuba = "CUBA",
|
|
2231
|
+
Eet = "EET",
|
|
2232
|
+
Egypt = "EGYPT",
|
|
2233
|
+
Eire = "EIRE",
|
|
2234
|
+
Est = "EST",
|
|
2235
|
+
Est5Edt = "EST5EDT",
|
|
2236
|
+
EtcGmt = "ETC___GMT",
|
|
2237
|
+
EtcGmt0 = "ETC___GMT0",
|
|
2238
|
+
EtcGmt1 = "ETC___GMT1",
|
|
2239
|
+
EtcGmt2 = "ETC___GMT2",
|
|
2240
|
+
EtcGmt3 = "ETC___GMT3",
|
|
2241
|
+
EtcGmt4 = "ETC___GMT4",
|
|
2242
|
+
EtcGmt5 = "ETC___GMT5",
|
|
2243
|
+
EtcGmt6 = "ETC___GMT6",
|
|
2244
|
+
EtcGmt7 = "ETC___GMT7",
|
|
2245
|
+
EtcGmt8 = "ETC___GMT8",
|
|
2246
|
+
EtcGmt9 = "ETC___GMT9",
|
|
2247
|
+
EtcGmt10 = "ETC___GMT10",
|
|
2248
|
+
EtcGmt11 = "ETC___GMT11",
|
|
2249
|
+
EtcGmt12 = "ETC___GMT12",
|
|
2250
|
+
EtcGmt_0 = "ETC___GMT_0",
|
|
2251
|
+
EtcGmt_1 = "ETC___GMT_1",
|
|
2252
|
+
EtcGmt_2 = "ETC___GMT_2",
|
|
2253
|
+
EtcGmt_3 = "ETC___GMT_3",
|
|
2254
|
+
EtcGmt_4 = "ETC___GMT_4",
|
|
2255
|
+
EtcGmt_5 = "ETC___GMT_5",
|
|
2256
|
+
EtcGmt_6 = "ETC___GMT_6",
|
|
2257
|
+
EtcGmt_7 = "ETC___GMT_7",
|
|
2258
|
+
EtcGmt_8 = "ETC___GMT_8",
|
|
2259
|
+
EtcGmt_9 = "ETC___GMT_9",
|
|
2260
|
+
EtcGmt_10 = "ETC___GMT_10",
|
|
2261
|
+
EtcGmt_11 = "ETC___GMT_11",
|
|
2262
|
+
EtcGmt_12 = "ETC___GMT_12",
|
|
2263
|
+
EtcGmt_13 = "ETC___GMT_13",
|
|
2264
|
+
EtcGmt_14 = "ETC___GMT_14",
|
|
2265
|
+
EtcGreenwich = "ETC___GREENWICH",
|
|
2266
|
+
EtcUct = "ETC___UCT",
|
|
2267
|
+
EtcUniversal = "ETC___UNIVERSAL",
|
|
2268
|
+
EtcUtc = "ETC___UTC",
|
|
2269
|
+
EtcZulu = "ETC___ZULU",
|
|
2270
|
+
EuropeAmsterdam = "EUROPE___AMSTERDAM",
|
|
2271
|
+
EuropeAndorra = "EUROPE___ANDORRA",
|
|
2272
|
+
EuropeAstrakhan = "EUROPE___ASTRAKHAN",
|
|
2273
|
+
EuropeAthens = "EUROPE___ATHENS",
|
|
2274
|
+
EuropeBelfast = "EUROPE___BELFAST",
|
|
2275
|
+
EuropeBelgrade = "EUROPE___BELGRADE",
|
|
2276
|
+
EuropeBerlin = "EUROPE___BERLIN",
|
|
2277
|
+
EuropeBratislava = "EUROPE___BRATISLAVA",
|
|
2278
|
+
EuropeBrussels = "EUROPE___BRUSSELS",
|
|
2279
|
+
EuropeBucharest = "EUROPE___BUCHAREST",
|
|
2280
|
+
EuropeBudapest = "EUROPE___BUDAPEST",
|
|
2281
|
+
EuropeBusingen = "EUROPE___BUSINGEN",
|
|
2282
|
+
EuropeChisinau = "EUROPE___CHISINAU",
|
|
2283
|
+
EuropeCopenhagen = "EUROPE___COPENHAGEN",
|
|
2284
|
+
EuropeDublin = "EUROPE___DUBLIN",
|
|
2285
|
+
EuropeGibraltar = "EUROPE___GIBRALTAR",
|
|
2286
|
+
EuropeGuernsey = "EUROPE___GUERNSEY",
|
|
2287
|
+
EuropeHelsinki = "EUROPE___HELSINKI",
|
|
2288
|
+
EuropeIsleOfMan = "EUROPE___ISLE_OF_MAN",
|
|
2289
|
+
EuropeIstanbul = "EUROPE___ISTANBUL",
|
|
2290
|
+
EuropeJersey = "EUROPE___JERSEY",
|
|
2291
|
+
EuropeKaliningrad = "EUROPE___KALININGRAD",
|
|
2292
|
+
EuropeKiev = "EUROPE___KIEV",
|
|
2293
|
+
EuropeKirov = "EUROPE___KIROV",
|
|
2294
|
+
EuropeLisbon = "EUROPE___LISBON",
|
|
2295
|
+
EuropeLjubljana = "EUROPE___LJUBLJANA",
|
|
2296
|
+
EuropeLondon = "EUROPE___LONDON",
|
|
2297
|
+
EuropeLuxembourg = "EUROPE___LUXEMBOURG",
|
|
2298
|
+
EuropeMadrid = "EUROPE___MADRID",
|
|
2299
|
+
EuropeMalta = "EUROPE___MALTA",
|
|
2300
|
+
EuropeMariehamn = "EUROPE___MARIEHAMN",
|
|
2301
|
+
EuropeMinsk = "EUROPE___MINSK",
|
|
2302
|
+
EuropeMonaco = "EUROPE___MONACO",
|
|
2303
|
+
EuropeMoscow = "EUROPE___MOSCOW",
|
|
2304
|
+
EuropeNicosia = "EUROPE___NICOSIA",
|
|
2305
|
+
EuropeOslo = "EUROPE___OSLO",
|
|
2306
|
+
EuropeParis = "EUROPE___PARIS",
|
|
2307
|
+
EuropePodgorica = "EUROPE___PODGORICA",
|
|
2308
|
+
EuropePrague = "EUROPE___PRAGUE",
|
|
2309
|
+
EuropeRiga = "EUROPE___RIGA",
|
|
2310
|
+
EuropeRome = "EUROPE___ROME",
|
|
2311
|
+
EuropeSamara = "EUROPE___SAMARA",
|
|
2312
|
+
EuropeSanMarino = "EUROPE___SAN_MARINO",
|
|
2313
|
+
EuropeSarajevo = "EUROPE___SARAJEVO",
|
|
2314
|
+
EuropeSaratov = "EUROPE___SARATOV",
|
|
2315
|
+
EuropeSimferopol = "EUROPE___SIMFEROPOL",
|
|
2316
|
+
EuropeSkopje = "EUROPE___SKOPJE",
|
|
2317
|
+
EuropeSofia = "EUROPE___SOFIA",
|
|
2318
|
+
EuropeStockholm = "EUROPE___STOCKHOLM",
|
|
2319
|
+
EuropeTallinn = "EUROPE___TALLINN",
|
|
2320
|
+
EuropeTirane = "EUROPE___TIRANE",
|
|
2321
|
+
EuropeTiraspol = "EUROPE___TIRASPOL",
|
|
2322
|
+
EuropeUlyanovsk = "EUROPE___ULYANOVSK",
|
|
2323
|
+
EuropeUzhgorod = "EUROPE___UZHGOROD",
|
|
2324
|
+
EuropeVaduz = "EUROPE___VADUZ",
|
|
2325
|
+
EuropeVatican = "EUROPE___VATICAN",
|
|
2326
|
+
EuropeVienna = "EUROPE___VIENNA",
|
|
2327
|
+
EuropeVilnius = "EUROPE___VILNIUS",
|
|
2328
|
+
EuropeVolgograd = "EUROPE___VOLGOGRAD",
|
|
2329
|
+
EuropeWarsaw = "EUROPE___WARSAW",
|
|
2330
|
+
EuropeZagreb = "EUROPE___ZAGREB",
|
|
2331
|
+
EuropeZaporozhye = "EUROPE___ZAPOROZHYE",
|
|
2332
|
+
EuropeZurich = "EUROPE___ZURICH",
|
|
2333
|
+
Factory = "FACTORY",
|
|
2334
|
+
Gb = "GB",
|
|
2335
|
+
GbEire = "GB_EIRE",
|
|
2336
|
+
Gmt = "GMT",
|
|
2337
|
+
Gmt0 = "GMT0",
|
|
2338
|
+
Gmt_0 = "GMT_0",
|
|
2339
|
+
Greenwich = "GREENWICH",
|
|
2340
|
+
Hongkong = "HONGKONG",
|
|
2341
|
+
Hst = "HST",
|
|
2342
|
+
Iceland = "ICELAND",
|
|
2343
|
+
IndianAntananarivo = "INDIAN___ANTANANARIVO",
|
|
2344
|
+
IndianChagos = "INDIAN___CHAGOS",
|
|
2345
|
+
IndianChristmas = "INDIAN___CHRISTMAS",
|
|
2346
|
+
IndianCocos = "INDIAN___COCOS",
|
|
2347
|
+
IndianComoro = "INDIAN___COMORO",
|
|
2348
|
+
IndianKerguelen = "INDIAN___KERGUELEN",
|
|
2349
|
+
IndianMahe = "INDIAN___MAHE",
|
|
2350
|
+
IndianMaldives = "INDIAN___MALDIVES",
|
|
2351
|
+
IndianMauritius = "INDIAN___MAURITIUS",
|
|
2352
|
+
IndianMayotte = "INDIAN___MAYOTTE",
|
|
2353
|
+
IndianReunion = "INDIAN___REUNION",
|
|
2354
|
+
Iran = "IRAN",
|
|
2355
|
+
Israel = "ISRAEL",
|
|
2356
|
+
Jamaica = "JAMAICA",
|
|
2357
|
+
Japan = "JAPAN",
|
|
2358
|
+
Kwajalein = "KWAJALEIN",
|
|
2359
|
+
Libya = "LIBYA",
|
|
2360
|
+
Met = "MET",
|
|
2361
|
+
MexicoBajanorte = "MEXICO___BAJANORTE",
|
|
2362
|
+
MexicoBajasur = "MEXICO___BAJASUR",
|
|
2363
|
+
MexicoGeneral = "MEXICO___GENERAL",
|
|
2364
|
+
Mst = "MST",
|
|
2365
|
+
Mst7Mdt = "MST7MDT",
|
|
2366
|
+
Navajo = "NAVAJO",
|
|
2367
|
+
Nz = "NZ",
|
|
2368
|
+
NzChat = "NZ_CHAT",
|
|
2369
|
+
PacificApia = "PACIFIC___APIA",
|
|
2370
|
+
PacificAuckland = "PACIFIC___AUCKLAND",
|
|
2371
|
+
PacificBougainville = "PACIFIC___BOUGAINVILLE",
|
|
2372
|
+
PacificChatham = "PACIFIC___CHATHAM",
|
|
2373
|
+
PacificChuuk = "PACIFIC___CHUUK",
|
|
2374
|
+
PacificEaster = "PACIFIC___EASTER",
|
|
2375
|
+
PacificEfate = "PACIFIC___EFATE",
|
|
2376
|
+
PacificEnderbury = "PACIFIC___ENDERBURY",
|
|
2377
|
+
PacificFakaofo = "PACIFIC___FAKAOFO",
|
|
2378
|
+
PacificFiji = "PACIFIC___FIJI",
|
|
2379
|
+
PacificFunafuti = "PACIFIC___FUNAFUTI",
|
|
2380
|
+
PacificGalapagos = "PACIFIC___GALAPAGOS",
|
|
2381
|
+
PacificGambier = "PACIFIC___GAMBIER",
|
|
2382
|
+
PacificGuadalcanal = "PACIFIC___GUADALCANAL",
|
|
2383
|
+
PacificGuam = "PACIFIC___GUAM",
|
|
2384
|
+
PacificHonolulu = "PACIFIC___HONOLULU",
|
|
2385
|
+
PacificJohnston = "PACIFIC___JOHNSTON",
|
|
2386
|
+
PacificKanton = "PACIFIC___KANTON",
|
|
2387
|
+
PacificKiritimati = "PACIFIC___KIRITIMATI",
|
|
2388
|
+
PacificKosrae = "PACIFIC___KOSRAE",
|
|
2389
|
+
PacificKwajalein = "PACIFIC___KWAJALEIN",
|
|
2390
|
+
PacificMajuro = "PACIFIC___MAJURO",
|
|
2391
|
+
PacificMarquesas = "PACIFIC___MARQUESAS",
|
|
2392
|
+
PacificMidway = "PACIFIC___MIDWAY",
|
|
2393
|
+
PacificNauru = "PACIFIC___NAURU",
|
|
2394
|
+
PacificNiue = "PACIFIC___NIUE",
|
|
2395
|
+
PacificNorfolk = "PACIFIC___NORFOLK",
|
|
2396
|
+
PacificNoumea = "PACIFIC___NOUMEA",
|
|
2397
|
+
PacificPagoPago = "PACIFIC___PAGO_PAGO",
|
|
2398
|
+
PacificPalau = "PACIFIC___PALAU",
|
|
2399
|
+
PacificPitcairn = "PACIFIC___PITCAIRN",
|
|
2400
|
+
PacificPohnpei = "PACIFIC___POHNPEI",
|
|
2401
|
+
PacificPonape = "PACIFIC___PONAPE",
|
|
2402
|
+
PacificPortMoresby = "PACIFIC___PORT_MORESBY",
|
|
2403
|
+
PacificRarotonga = "PACIFIC___RAROTONGA",
|
|
2404
|
+
PacificSaipan = "PACIFIC___SAIPAN",
|
|
2405
|
+
PacificSamoa = "PACIFIC___SAMOA",
|
|
2406
|
+
PacificTahiti = "PACIFIC___TAHITI",
|
|
2407
|
+
PacificTarawa = "PACIFIC___TARAWA",
|
|
2408
|
+
PacificTongatapu = "PACIFIC___TONGATAPU",
|
|
2409
|
+
PacificTruk = "PACIFIC___TRUK",
|
|
2410
|
+
PacificWake = "PACIFIC___WAKE",
|
|
2411
|
+
PacificWallis = "PACIFIC___WALLIS",
|
|
2412
|
+
PacificYap = "PACIFIC___YAP",
|
|
2413
|
+
Poland = "POLAND",
|
|
2414
|
+
Portugal = "PORTUGAL",
|
|
2415
|
+
Prc = "PRC",
|
|
2416
|
+
Pst8Pdt = "PST8PDT",
|
|
2417
|
+
Roc = "ROC",
|
|
2418
|
+
Rok = "ROK",
|
|
2419
|
+
Singapore = "SINGAPORE",
|
|
2420
|
+
Turkey = "TURKEY",
|
|
2421
|
+
Uct = "UCT",
|
|
2422
|
+
Universal = "UNIVERSAL",
|
|
2423
|
+
UsAlaska = "US___ALASKA",
|
|
2424
|
+
UsAleutian = "US___ALEUTIAN",
|
|
2425
|
+
UsArizona = "US___ARIZONA",
|
|
2426
|
+
UsCentral = "US___CENTRAL",
|
|
2427
|
+
UsEastern = "US___EASTERN",
|
|
2428
|
+
UsEastIndiana = "US___EAST_INDIANA",
|
|
2429
|
+
UsHawaii = "US___HAWAII",
|
|
2430
|
+
UsIndianaStarke = "US___INDIANA_STARKE",
|
|
2431
|
+
UsMichigan = "US___MICHIGAN",
|
|
2432
|
+
UsMountain = "US___MOUNTAIN",
|
|
2433
|
+
UsPacific = "US___PACIFIC",
|
|
2434
|
+
UsSamoa = "US___SAMOA",
|
|
2435
|
+
Utc = "UTC",
|
|
2436
|
+
Wet = "WET",
|
|
2437
|
+
WSu = "W_SU",
|
|
2438
|
+
Zulu = "ZULU"
|
|
2439
|
+
}
|
|
2440
|
+
export type TimeZoneEnumFilter = {
|
|
2441
|
+
equals?: InputMaybe<TimeZoneEnum>;
|
|
2442
|
+
in?: InputMaybe<Array<TimeZoneEnum>>;
|
|
2443
|
+
not?: InputMaybe<TimeZoneEnum>;
|
|
2444
|
+
notIn?: InputMaybe<Array<TimeZoneEnum>>;
|
|
2445
|
+
};
|
|
2446
|
+
export declare enum TimeZoneFieldsEnum {
|
|
2447
|
+
AbbreviationDts = "abbreviationDts",
|
|
2448
|
+
AbbreviationStd = "abbreviationStd",
|
|
2449
|
+
Link = "link",
|
|
2450
|
+
Name = "name",
|
|
2451
|
+
Type = "type",
|
|
2452
|
+
UtcOffsetDst = "utcOffsetDst",
|
|
2453
|
+
UtcOffsetStd = "utcOffsetStd"
|
|
2454
|
+
}
|
|
2455
|
+
export type TimeZoneFilter = {
|
|
2456
|
+
abbreviationDts?: InputMaybe<StringFilter>;
|
|
2457
|
+
abbreviationStd?: InputMaybe<StringFilter>;
|
|
2458
|
+
countries?: InputMaybe<CountryCodeEnumListFilter>;
|
|
2459
|
+
link?: InputMaybe<TimeZoneEnumFilter>;
|
|
2460
|
+
name?: InputMaybe<StringFilter>;
|
|
2461
|
+
timeZone?: InputMaybe<TimeZoneEnumFilter>;
|
|
2462
|
+
type?: InputMaybe<TimeZoneTypeEnumFilter>;
|
|
2463
|
+
utcOffsetDst?: InputMaybe<StringFilter>;
|
|
2464
|
+
utcOffsetStd?: InputMaybe<StringFilter>;
|
|
2465
|
+
};
|
|
2466
|
+
export type TimeZoneSort = {
|
|
2467
|
+
field: TimeZoneFieldsEnum;
|
|
2468
|
+
order?: InputMaybe<SortOrderEnum>;
|
|
2469
|
+
};
|
|
2470
|
+
export declare enum TimeZoneTypeEnum {
|
|
2471
|
+
Canonical = "CANONICAL",
|
|
2472
|
+
Link = "LINK"
|
|
2473
|
+
}
|
|
2474
|
+
export type TimeZoneTypeEnumFilter = {
|
|
2475
|
+
equals?: InputMaybe<TimeZoneTypeEnum>;
|
|
2476
|
+
in?: InputMaybe<Array<TimeZoneTypeEnum>>;
|
|
2477
|
+
not?: InputMaybe<TimeZoneTypeEnum>;
|
|
2478
|
+
notIn?: InputMaybe<Array<TimeZoneTypeEnum>>;
|
|
2479
|
+
};
|
|
1162
2480
|
export declare enum UnitType {
|
|
1163
2481
|
Count = "COUNT",
|
|
1164
2482
|
Length = "LENGTH",
|
|
1165
2483
|
Volume = "VOLUME",
|
|
1166
2484
|
Weight = "WEIGHT"
|
|
1167
2485
|
}
|
|
2486
|
+
export type UpdateCustomerAddressInput = {
|
|
2487
|
+
address?: InputMaybe<Scalars['String']['input']>;
|
|
2488
|
+
address2?: InputMaybe<Scalars['String']['input']>;
|
|
2489
|
+
city?: InputMaybe<Scalars['String']['input']>;
|
|
2490
|
+
countryCode?: InputMaybe<CountryCodeEnum>;
|
|
2491
|
+
default?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2492
|
+
geometry?: InputMaybe<GeometryInput>;
|
|
2493
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
2494
|
+
postalCode?: InputMaybe<Scalars['String']['input']>;
|
|
2495
|
+
regionCode?: InputMaybe<RegionCodeEnum>;
|
|
2496
|
+
regionName?: InputMaybe<Scalars['String']['input']>;
|
|
2497
|
+
};
|
|
1168
2498
|
export type UpdateCustomerInput = {
|
|
2499
|
+
active?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2500
|
+
addresses?: InputMaybe<Array<CreateCustomerAddressInput>>;
|
|
2501
|
+
customFields?: InputMaybe<Scalars['ID']['input']>;
|
|
1169
2502
|
fullName?: InputMaybe<Scalars['String']['input']>;
|
|
2503
|
+
imageId?: InputMaybe<Scalars['ID']['input']>;
|
|
2504
|
+
tags?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
2505
|
+
telephoneNumbers?: InputMaybe<Array<CreateCustomerTelephoneNumberInput>>;
|
|
2506
|
+
username?: InputMaybe<Scalars['String']['input']>;
|
|
2507
|
+
};
|
|
2508
|
+
export type UpdateCustomerTelephoneNumberInput = {
|
|
2509
|
+
targets?: InputMaybe<Array<TelephoneNumberTarget>>;
|
|
2510
|
+
value?: InputMaybe<Scalars['String']['input']>;
|
|
1170
2511
|
};
|
|
1171
2512
|
export type UpdateOrderInput = {
|
|
1172
2513
|
total?: InputMaybe<Scalars['Float']['input']>;
|
|
@@ -1651,10 +2992,132 @@ export type PaginatedColorsQuery = {
|
|
|
1651
2992
|
};
|
|
1652
2993
|
} | null;
|
|
1653
2994
|
};
|
|
2995
|
+
export type CustomFieldFragmentFragment = {
|
|
2996
|
+
__typename?: 'CustomField';
|
|
2997
|
+
id: string;
|
|
2998
|
+
enabled: boolean;
|
|
2999
|
+
exportName?: string | null;
|
|
3000
|
+
name: string;
|
|
3001
|
+
required: boolean;
|
|
3002
|
+
target: CustomFieldTarget;
|
|
3003
|
+
type: CustomFieldType;
|
|
3004
|
+
createdAt: any;
|
|
3005
|
+
updatedAt: any;
|
|
3006
|
+
};
|
|
3007
|
+
export type InfiniteCustomFieldsQueryVariables = Exact<{
|
|
3008
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
3009
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
3010
|
+
filter?: InputMaybe<CustomFieldFilter>;
|
|
3011
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
3012
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
3013
|
+
sort?: InputMaybe<Array<CustomFieldSort> | CustomFieldSort>;
|
|
3014
|
+
}>;
|
|
3015
|
+
export type InfiniteCustomFieldsQuery = {
|
|
3016
|
+
__typename?: 'Query';
|
|
3017
|
+
infiniteCustomFields: {
|
|
3018
|
+
__typename?: 'InfiniteCustomFieldsConnection';
|
|
3019
|
+
edges: Array<{
|
|
3020
|
+
__typename?: 'InfiniteCustomFieldEdge';
|
|
3021
|
+
cursor: string;
|
|
3022
|
+
node: {
|
|
3023
|
+
__typename?: 'CustomField';
|
|
3024
|
+
id: string;
|
|
3025
|
+
enabled: boolean;
|
|
3026
|
+
exportName?: string | null;
|
|
3027
|
+
name: string;
|
|
3028
|
+
required: boolean;
|
|
3029
|
+
target: CustomFieldTarget;
|
|
3030
|
+
type: CustomFieldType;
|
|
3031
|
+
createdAt: any;
|
|
3032
|
+
updatedAt: any;
|
|
3033
|
+
};
|
|
3034
|
+
}>;
|
|
3035
|
+
pageInfo: {
|
|
3036
|
+
__typename?: 'InfinitePageInfo';
|
|
3037
|
+
endCursor?: string | null;
|
|
3038
|
+
hasNextPage: boolean;
|
|
3039
|
+
hasPreviousPage: boolean;
|
|
3040
|
+
startCursor?: string | null;
|
|
3041
|
+
};
|
|
3042
|
+
};
|
|
3043
|
+
};
|
|
3044
|
+
export type PaginatedCustomFieldsQueryVariables = Exact<{
|
|
3045
|
+
filter?: InputMaybe<CustomFieldFilter>;
|
|
3046
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
3047
|
+
page?: InputMaybe<Scalars['Int']['input']>;
|
|
3048
|
+
sort?: InputMaybe<Array<CustomFieldSort> | CustomFieldSort>;
|
|
3049
|
+
withTelephoneNumbers?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3050
|
+
}>;
|
|
3051
|
+
export type PaginatedCustomFieldsQuery = {
|
|
3052
|
+
__typename?: 'Query';
|
|
3053
|
+
paginatedCustomFields?: {
|
|
3054
|
+
__typename?: 'PaginatedCustomFieldsConnection';
|
|
3055
|
+
edges: Array<{
|
|
3056
|
+
__typename?: 'PaginatedCustomFieldEdge';
|
|
3057
|
+
cursor: string;
|
|
3058
|
+
node: {
|
|
3059
|
+
__typename?: 'CustomField';
|
|
3060
|
+
id: string;
|
|
3061
|
+
enabled: boolean;
|
|
3062
|
+
exportName?: string | null;
|
|
3063
|
+
name: string;
|
|
3064
|
+
required: boolean;
|
|
3065
|
+
target: CustomFieldTarget;
|
|
3066
|
+
type: CustomFieldType;
|
|
3067
|
+
createdAt: any;
|
|
3068
|
+
updatedAt: any;
|
|
3069
|
+
};
|
|
3070
|
+
}>;
|
|
3071
|
+
pageInfo: {
|
|
3072
|
+
__typename?: 'PaginatedPageInfo';
|
|
3073
|
+
currentPage: number;
|
|
3074
|
+
hasNextPage: boolean;
|
|
3075
|
+
hasPreviousPage: boolean;
|
|
3076
|
+
totalEdges: number;
|
|
3077
|
+
totalPages: number;
|
|
3078
|
+
};
|
|
3079
|
+
} | null;
|
|
3080
|
+
};
|
|
3081
|
+
export type CustomFieldQueryVariables = Exact<{
|
|
3082
|
+
id: Scalars['ID']['input'];
|
|
3083
|
+
}>;
|
|
3084
|
+
export type CustomFieldQuery = {
|
|
3085
|
+
__typename?: 'Query';
|
|
3086
|
+
customField?: Array<{
|
|
3087
|
+
__typename?: 'CustomField';
|
|
3088
|
+
id: string;
|
|
3089
|
+
enabled: boolean;
|
|
3090
|
+
exportName?: string | null;
|
|
3091
|
+
name: string;
|
|
3092
|
+
required: boolean;
|
|
3093
|
+
target: CustomFieldTarget;
|
|
3094
|
+
type: CustomFieldType;
|
|
3095
|
+
createdAt: any;
|
|
3096
|
+
updatedAt: any;
|
|
3097
|
+
}> | null;
|
|
3098
|
+
};
|
|
1654
3099
|
export type CustomerFragmentFragment = {
|
|
1655
3100
|
__typename?: 'Customer';
|
|
1656
3101
|
id: string;
|
|
1657
3102
|
fullName: string;
|
|
3103
|
+
username: string;
|
|
3104
|
+
active: boolean;
|
|
3105
|
+
createdAt: any;
|
|
3106
|
+
updatedAt: any;
|
|
3107
|
+
};
|
|
3108
|
+
export type CustomerAddressFragmentFragment = {
|
|
3109
|
+
__typename?: 'CustomerAddress';
|
|
3110
|
+
id: string;
|
|
3111
|
+
address?: string | null;
|
|
3112
|
+
address2?: string | null;
|
|
3113
|
+
createdAt: any;
|
|
3114
|
+
updatedAt: any;
|
|
3115
|
+
};
|
|
3116
|
+
export type CustomerTelephoneNumberFragmentFragment = {
|
|
3117
|
+
__typename?: 'CustomerTelephoneNumber';
|
|
3118
|
+
id: string;
|
|
3119
|
+
number?: string | null;
|
|
3120
|
+
targets?: Array<TelephoneNumberTarget> | null;
|
|
1658
3121
|
createdAt: any;
|
|
1659
3122
|
updatedAt: any;
|
|
1660
3123
|
};
|
|
@@ -1667,6 +3130,8 @@ export type CreateCustomerMutation = {
|
|
|
1667
3130
|
__typename?: 'Customer';
|
|
1668
3131
|
id: string;
|
|
1669
3132
|
fullName: string;
|
|
3133
|
+
username: string;
|
|
3134
|
+
active: boolean;
|
|
1670
3135
|
createdAt: any;
|
|
1671
3136
|
updatedAt: any;
|
|
1672
3137
|
};
|
|
@@ -1681,6 +3146,8 @@ export type UpdateCustomerMutation = {
|
|
|
1681
3146
|
__typename?: 'Customer';
|
|
1682
3147
|
id: string;
|
|
1683
3148
|
fullName: string;
|
|
3149
|
+
username: string;
|
|
3150
|
+
active: boolean;
|
|
1684
3151
|
createdAt: any;
|
|
1685
3152
|
updatedAt: any;
|
|
1686
3153
|
};
|
|
@@ -1692,6 +3159,9 @@ export type InfiniteCustomersQueryVariables = Exact<{
|
|
|
1692
3159
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
1693
3160
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
1694
3161
|
sort?: InputMaybe<Array<CustomerSort> | CustomerSort>;
|
|
3162
|
+
withTelephoneNumbers?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3163
|
+
withAddresses?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3164
|
+
withImage?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1695
3165
|
}>;
|
|
1696
3166
|
export type InfiniteCustomersQuery = {
|
|
1697
3167
|
__typename?: 'Query';
|
|
@@ -1704,8 +3174,42 @@ export type InfiniteCustomersQuery = {
|
|
|
1704
3174
|
__typename?: 'Customer';
|
|
1705
3175
|
id: string;
|
|
1706
3176
|
fullName: string;
|
|
3177
|
+
username: string;
|
|
3178
|
+
active: boolean;
|
|
1707
3179
|
createdAt: any;
|
|
1708
3180
|
updatedAt: any;
|
|
3181
|
+
addresses?: Array<{
|
|
3182
|
+
__typename?: 'CustomerAddress';
|
|
3183
|
+
id: string;
|
|
3184
|
+
address?: string | null;
|
|
3185
|
+
address2?: string | null;
|
|
3186
|
+
createdAt: any;
|
|
3187
|
+
updatedAt: any;
|
|
3188
|
+
}> | null;
|
|
3189
|
+
telephoneNumbers?: Array<{
|
|
3190
|
+
__typename?: 'CustomerTelephoneNumber';
|
|
3191
|
+
id: string;
|
|
3192
|
+
number?: string | null;
|
|
3193
|
+
targets?: Array<TelephoneNumberTarget> | null;
|
|
3194
|
+
createdAt: any;
|
|
3195
|
+
updatedAt: any;
|
|
3196
|
+
}> | null;
|
|
3197
|
+
image?: {
|
|
3198
|
+
__typename?: 'File';
|
|
3199
|
+
createdAt: any;
|
|
3200
|
+
id: string;
|
|
3201
|
+
name: string;
|
|
3202
|
+
size?: number | null;
|
|
3203
|
+
status: FileStatusEnum;
|
|
3204
|
+
type?: string | null;
|
|
3205
|
+
updatedAt: any;
|
|
3206
|
+
url?: string | null;
|
|
3207
|
+
thumbnails: {
|
|
3208
|
+
__typename?: 'FileThumbnails';
|
|
3209
|
+
thumbnail450Url?: string | null;
|
|
3210
|
+
thumbnail900Url?: string | null;
|
|
3211
|
+
};
|
|
3212
|
+
} | null;
|
|
1709
3213
|
};
|
|
1710
3214
|
}>;
|
|
1711
3215
|
pageInfo: {
|
|
@@ -1722,6 +3226,9 @@ export type PaginatedCustomersQueryVariables = Exact<{
|
|
|
1722
3226
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1723
3227
|
page?: InputMaybe<Scalars['Int']['input']>;
|
|
1724
3228
|
sort?: InputMaybe<Array<CustomerSort> | CustomerSort>;
|
|
3229
|
+
withTelephoneNumbers?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3230
|
+
withAddresses?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3231
|
+
withImage?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1725
3232
|
}>;
|
|
1726
3233
|
export type PaginatedCustomersQuery = {
|
|
1727
3234
|
__typename?: 'Query';
|
|
@@ -1734,8 +3241,42 @@ export type PaginatedCustomersQuery = {
|
|
|
1734
3241
|
__typename?: 'Customer';
|
|
1735
3242
|
id: string;
|
|
1736
3243
|
fullName: string;
|
|
3244
|
+
username: string;
|
|
3245
|
+
active: boolean;
|
|
1737
3246
|
createdAt: any;
|
|
1738
3247
|
updatedAt: any;
|
|
3248
|
+
addresses?: Array<{
|
|
3249
|
+
__typename?: 'CustomerAddress';
|
|
3250
|
+
id: string;
|
|
3251
|
+
address?: string | null;
|
|
3252
|
+
address2?: string | null;
|
|
3253
|
+
createdAt: any;
|
|
3254
|
+
updatedAt: any;
|
|
3255
|
+
}> | null;
|
|
3256
|
+
telephoneNumbers?: Array<{
|
|
3257
|
+
__typename?: 'CustomerTelephoneNumber';
|
|
3258
|
+
id: string;
|
|
3259
|
+
number?: string | null;
|
|
3260
|
+
targets?: Array<TelephoneNumberTarget> | null;
|
|
3261
|
+
createdAt: any;
|
|
3262
|
+
updatedAt: any;
|
|
3263
|
+
}> | null;
|
|
3264
|
+
image?: {
|
|
3265
|
+
__typename?: 'File';
|
|
3266
|
+
createdAt: any;
|
|
3267
|
+
id: string;
|
|
3268
|
+
name: string;
|
|
3269
|
+
size?: number | null;
|
|
3270
|
+
status: FileStatusEnum;
|
|
3271
|
+
type?: string | null;
|
|
3272
|
+
updatedAt: any;
|
|
3273
|
+
url?: string | null;
|
|
3274
|
+
thumbnails: {
|
|
3275
|
+
__typename?: 'FileThumbnails';
|
|
3276
|
+
thumbnail450Url?: string | null;
|
|
3277
|
+
thumbnail900Url?: string | null;
|
|
3278
|
+
};
|
|
3279
|
+
} | null;
|
|
1739
3280
|
};
|
|
1740
3281
|
}>;
|
|
1741
3282
|
pageInfo: {
|
|
@@ -1748,6 +3289,21 @@ export type PaginatedCustomersQuery = {
|
|
|
1748
3289
|
};
|
|
1749
3290
|
} | null;
|
|
1750
3291
|
};
|
|
3292
|
+
export type CustomerQueryVariables = Exact<{
|
|
3293
|
+
id: Scalars['ID']['input'];
|
|
3294
|
+
}>;
|
|
3295
|
+
export type CustomerQuery = {
|
|
3296
|
+
__typename?: 'Query';
|
|
3297
|
+
customer?: {
|
|
3298
|
+
__typename?: 'Customer';
|
|
3299
|
+
id: string;
|
|
3300
|
+
fullName: string;
|
|
3301
|
+
username: string;
|
|
3302
|
+
active: boolean;
|
|
3303
|
+
createdAt: any;
|
|
3304
|
+
updatedAt: any;
|
|
3305
|
+
} | null;
|
|
3306
|
+
};
|
|
1751
3307
|
export type FileThumbnailsFieldsFragment = {
|
|
1752
3308
|
__typename?: 'FileThumbnails';
|
|
1753
3309
|
thumbnail450Url?: string | null;
|
|
@@ -2015,6 +3571,19 @@ export type PaginatedOrdersQuery = {
|
|
|
2015
3571
|
};
|
|
2016
3572
|
} | null;
|
|
2017
3573
|
};
|
|
3574
|
+
export type OrderQueryVariables = Exact<{
|
|
3575
|
+
id: Scalars['ID']['input'];
|
|
3576
|
+
}>;
|
|
3577
|
+
export type OrderQuery = {
|
|
3578
|
+
__typename?: 'Query';
|
|
3579
|
+
order?: Array<{
|
|
3580
|
+
__typename?: 'Order';
|
|
3581
|
+
id: string;
|
|
3582
|
+
total: number;
|
|
3583
|
+
createdAt: any;
|
|
3584
|
+
updatedAt?: any | null;
|
|
3585
|
+
}> | null;
|
|
3586
|
+
};
|
|
2018
3587
|
export type ProductFragmentFragment = {
|
|
2019
3588
|
__typename?: 'Product';
|
|
2020
3589
|
id: string;
|
|
@@ -2810,11 +4379,120 @@ export type PaginatedSellersQuery = {
|
|
|
2810
4379
|
};
|
|
2811
4380
|
} | null;
|
|
2812
4381
|
};
|
|
4382
|
+
export type SellerQueryVariables = Exact<{
|
|
4383
|
+
id: Scalars['ID']['input'];
|
|
4384
|
+
}>;
|
|
4385
|
+
export type SellerQuery = {
|
|
4386
|
+
__typename?: 'Query';
|
|
4387
|
+
seller?: {
|
|
4388
|
+
__typename?: 'Seller';
|
|
4389
|
+
id: string;
|
|
4390
|
+
name: string;
|
|
4391
|
+
description?: string | null;
|
|
4392
|
+
active: boolean;
|
|
4393
|
+
orderNumber: number;
|
|
4394
|
+
slug: string;
|
|
4395
|
+
rating?: number | null;
|
|
4396
|
+
verified: boolean;
|
|
4397
|
+
createdAt: any;
|
|
4398
|
+
updatedAt: any;
|
|
4399
|
+
} | null;
|
|
4400
|
+
};
|
|
4401
|
+
export type TagFragmentFragment = {
|
|
4402
|
+
__typename?: 'Tag';
|
|
4403
|
+
id: string;
|
|
4404
|
+
name: string;
|
|
4405
|
+
color?: string | null;
|
|
4406
|
+
createdAt: any;
|
|
4407
|
+
updatedAt: any;
|
|
4408
|
+
};
|
|
4409
|
+
export type InfiniteTagsQueryVariables = Exact<{
|
|
4410
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
4411
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
4412
|
+
filter?: InputMaybe<TagFilter>;
|
|
4413
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
4414
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
4415
|
+
sort?: InputMaybe<Array<TagSort> | TagSort>;
|
|
4416
|
+
}>;
|
|
4417
|
+
export type InfiniteTagsQuery = {
|
|
4418
|
+
__typename?: 'Query';
|
|
4419
|
+
infiniteTags: {
|
|
4420
|
+
__typename?: 'InfiniteTagsConnection';
|
|
4421
|
+
edges: Array<{
|
|
4422
|
+
__typename?: 'InfiniteTagEdge';
|
|
4423
|
+
cursor: string;
|
|
4424
|
+
node: {
|
|
4425
|
+
__typename?: 'Tag';
|
|
4426
|
+
id: string;
|
|
4427
|
+
name: string;
|
|
4428
|
+
color?: string | null;
|
|
4429
|
+
createdAt: any;
|
|
4430
|
+
updatedAt: any;
|
|
4431
|
+
};
|
|
4432
|
+
}>;
|
|
4433
|
+
pageInfo: {
|
|
4434
|
+
__typename?: 'InfinitePageInfo';
|
|
4435
|
+
endCursor?: string | null;
|
|
4436
|
+
hasNextPage: boolean;
|
|
4437
|
+
hasPreviousPage: boolean;
|
|
4438
|
+
startCursor?: string | null;
|
|
4439
|
+
};
|
|
4440
|
+
};
|
|
4441
|
+
};
|
|
4442
|
+
export type PaginatedTagsQueryVariables = Exact<{
|
|
4443
|
+
filter?: InputMaybe<TagFilter>;
|
|
4444
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
4445
|
+
page?: InputMaybe<Scalars['Int']['input']>;
|
|
4446
|
+
sort?: InputMaybe<Array<TagSort> | TagSort>;
|
|
4447
|
+
}>;
|
|
4448
|
+
export type PaginatedTagsQuery = {
|
|
4449
|
+
__typename?: 'Query';
|
|
4450
|
+
paginatedTags?: {
|
|
4451
|
+
__typename?: 'PaginatedTagsConnection';
|
|
4452
|
+
edges: Array<{
|
|
4453
|
+
__typename?: 'PaginatedTagEdge';
|
|
4454
|
+
cursor: string;
|
|
4455
|
+
node: {
|
|
4456
|
+
__typename?: 'Tag';
|
|
4457
|
+
id: string;
|
|
4458
|
+
name: string;
|
|
4459
|
+
color?: string | null;
|
|
4460
|
+
createdAt: any;
|
|
4461
|
+
updatedAt: any;
|
|
4462
|
+
};
|
|
4463
|
+
}>;
|
|
4464
|
+
pageInfo: {
|
|
4465
|
+
__typename?: 'PaginatedPageInfo';
|
|
4466
|
+
currentPage: number;
|
|
4467
|
+
hasNextPage: boolean;
|
|
4468
|
+
hasPreviousPage: boolean;
|
|
4469
|
+
totalEdges: number;
|
|
4470
|
+
totalPages: number;
|
|
4471
|
+
};
|
|
4472
|
+
} | null;
|
|
4473
|
+
};
|
|
4474
|
+
export type TagQueryVariables = Exact<{
|
|
4475
|
+
id: Scalars['ID']['input'];
|
|
4476
|
+
}>;
|
|
4477
|
+
export type TagQuery = {
|
|
4478
|
+
__typename?: 'Query';
|
|
4479
|
+
tag?: Array<{
|
|
4480
|
+
__typename?: 'Tag';
|
|
4481
|
+
id: string;
|
|
4482
|
+
name: string;
|
|
4483
|
+
color?: string | null;
|
|
4484
|
+
createdAt: any;
|
|
4485
|
+
updatedAt: any;
|
|
4486
|
+
}> | null;
|
|
4487
|
+
};
|
|
2813
4488
|
export declare const AttributeFragmentFragmentDoc: import("graphql").DocumentNode;
|
|
2814
4489
|
export declare const BrandFragmentFragmentDoc: import("graphql").DocumentNode;
|
|
2815
4490
|
export declare const CategoryFragmentFragmentDoc: import("graphql").DocumentNode;
|
|
2816
4491
|
export declare const ColorFragmentFragmentDoc: import("graphql").DocumentNode;
|
|
4492
|
+
export declare const CustomFieldFragmentFragmentDoc: import("graphql").DocumentNode;
|
|
2817
4493
|
export declare const CustomerFragmentFragmentDoc: import("graphql").DocumentNode;
|
|
4494
|
+
export declare const CustomerAddressFragmentFragmentDoc: import("graphql").DocumentNode;
|
|
4495
|
+
export declare const CustomerTelephoneNumberFragmentFragmentDoc: import("graphql").DocumentNode;
|
|
2818
4496
|
export declare const FileThumbnailsFieldsFragmentDoc: import("graphql").DocumentNode;
|
|
2819
4497
|
export declare const FileFieldsFragmentDoc: import("graphql").DocumentNode;
|
|
2820
4498
|
export declare const FileUploadUrlFieldsFragmentDoc: import("graphql").DocumentNode;
|
|
@@ -2826,6 +4504,7 @@ export declare const SellerFragmentFragmentDoc: import("graphql").DocumentNode;
|
|
|
2826
4504
|
export declare const ProductVariantStockFragmentFragmentDoc: import("graphql").DocumentNode;
|
|
2827
4505
|
export declare const ProductVariantSellerFragmentFragmentDoc: import("graphql").DocumentNode;
|
|
2828
4506
|
export declare const ProductVariantFragmentFragmentDoc: import("graphql").DocumentNode;
|
|
4507
|
+
export declare const TagFragmentFragmentDoc: import("graphql").DocumentNode;
|
|
2829
4508
|
export declare const InfiniteAttributesDocument: import("graphql").DocumentNode;
|
|
2830
4509
|
export declare const PaginatedAttributesDocument: import("graphql").DocumentNode;
|
|
2831
4510
|
export declare const InfiniteBrandsDocument: import("graphql").DocumentNode;
|
|
@@ -2834,10 +4513,14 @@ export declare const InfiniteCategoriesDocument: import("graphql").DocumentNode;
|
|
|
2834
4513
|
export declare const PaginatedCategoriesDocument: import("graphql").DocumentNode;
|
|
2835
4514
|
export declare const InfiniteColorsDocument: import("graphql").DocumentNode;
|
|
2836
4515
|
export declare const PaginatedColorsDocument: import("graphql").DocumentNode;
|
|
4516
|
+
export declare const InfiniteCustomFieldsDocument: import("graphql").DocumentNode;
|
|
4517
|
+
export declare const PaginatedCustomFieldsDocument: import("graphql").DocumentNode;
|
|
4518
|
+
export declare const CustomFieldDocument: import("graphql").DocumentNode;
|
|
2837
4519
|
export declare const CreateCustomerDocument: import("graphql").DocumentNode;
|
|
2838
4520
|
export declare const UpdateCustomerDocument: import("graphql").DocumentNode;
|
|
2839
4521
|
export declare const InfiniteCustomersDocument: import("graphql").DocumentNode;
|
|
2840
4522
|
export declare const PaginatedCustomersDocument: import("graphql").DocumentNode;
|
|
4523
|
+
export declare const CustomerDocument: import("graphql").DocumentNode;
|
|
2841
4524
|
export declare const InitiateFileUploadDocument: import("graphql").DocumentNode;
|
|
2842
4525
|
export declare const CompleteFileUploadDocument: import("graphql").DocumentNode;
|
|
2843
4526
|
export declare const FileDocument: import("graphql").DocumentNode;
|
|
@@ -2846,6 +4529,7 @@ export declare const CreateOrderDocument: import("graphql").DocumentNode;
|
|
|
2846
4529
|
export declare const UpdateOrderDocument: import("graphql").DocumentNode;
|
|
2847
4530
|
export declare const InfiniteOrdersDocument: import("graphql").DocumentNode;
|
|
2848
4531
|
export declare const PaginatedOrdersDocument: import("graphql").DocumentNode;
|
|
4532
|
+
export declare const OrderDocument: import("graphql").DocumentNode;
|
|
2849
4533
|
export declare const InfiniteProductsDocument: import("graphql").DocumentNode;
|
|
2850
4534
|
export declare const PaginatedProductsDocument: import("graphql").DocumentNode;
|
|
2851
4535
|
export declare const ProductDocument: import("graphql").DocumentNode;
|
|
@@ -2856,3 +4540,7 @@ export declare const CreateSellerDocument: import("graphql").DocumentNode;
|
|
|
2856
4540
|
export declare const UpdateSellerDocument: import("graphql").DocumentNode;
|
|
2857
4541
|
export declare const InfiniteSellersDocument: import("graphql").DocumentNode;
|
|
2858
4542
|
export declare const PaginatedSellersDocument: import("graphql").DocumentNode;
|
|
4543
|
+
export declare const SellerDocument: import("graphql").DocumentNode;
|
|
4544
|
+
export declare const InfiniteTagsDocument: import("graphql").DocumentNode;
|
|
4545
|
+
export declare const PaginatedTagsDocument: import("graphql").DocumentNode;
|
|
4546
|
+
export declare const TagDocument: import("graphql").DocumentNode;
|