@ikas/api-client 1.0.90 → 1.0.91
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/api/admin/generated/default-gqls.d.ts +1 -0
- package/dist/api/admin/generated/default-gqls.js +16 -15
- package/dist/api/admin/generated/default-gqls.js.map +1 -1
- package/dist/api/admin/generated/index.d.ts +252 -88
- package/dist/api/admin/generated/index.js +63 -4
- package/dist/api/admin/generated/index.js.map +1 -1
- package/dist/api/admin/generated/query.d.ts +1 -0
- package/dist/api/admin/generated/query.js +3 -0
- package/dist/api/admin/generated/query.js.map +1 -1
- package/package.json +1 -1
|
@@ -92,6 +92,10 @@ export declare enum AppScopeEnum {
|
|
|
92
92
|
WRITE_PRODUCTS = "WRITE_PRODUCTS",
|
|
93
93
|
WRITE_STOREFRONT = "WRITE_STOREFRONT"
|
|
94
94
|
}
|
|
95
|
+
export type AppSubscriptionTrialConfig = {
|
|
96
|
+
__typename?: 'AppSubscriptionTrialConfig';
|
|
97
|
+
days: Scalars['Float'];
|
|
98
|
+
};
|
|
95
99
|
export type ApproveOrderTransactionsInput = {
|
|
96
100
|
orderId: Scalars['String'];
|
|
97
101
|
paymentMethods?: InputMaybe<Array<PaymentMethodTypeEnum>>;
|
|
@@ -132,7 +136,7 @@ export type Branch = {
|
|
|
132
136
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
133
137
|
deleted: Scalars['Boolean'];
|
|
134
138
|
favoriteItems?: Maybe<Array<BranchFavoriteItem>>;
|
|
135
|
-
id: Scalars['
|
|
139
|
+
id: Scalars['String'];
|
|
136
140
|
name: Scalars['String'];
|
|
137
141
|
salesChannelId: Scalars['String'];
|
|
138
142
|
settings?: Maybe<BranchSettings>;
|
|
@@ -491,7 +495,7 @@ export type Campaign = {
|
|
|
491
495
|
deleted: Scalars['Boolean'];
|
|
492
496
|
fixedDiscount?: Maybe<FixedDiscount>;
|
|
493
497
|
hasCoupon: Scalars['Boolean'];
|
|
494
|
-
id: Scalars['
|
|
498
|
+
id: Scalars['String'];
|
|
495
499
|
includeDiscountedProducts?: Maybe<Scalars['Boolean']>;
|
|
496
500
|
isFreeShipping?: Maybe<Scalars['Boolean']>;
|
|
497
501
|
onlyUseCustomer?: Maybe<Scalars['Boolean']>;
|
|
@@ -570,7 +574,7 @@ export type CampaignInput = {
|
|
|
570
574
|
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
571
575
|
fixedDiscount?: InputMaybe<FixedDiscountInput>;
|
|
572
576
|
hasCoupon: Scalars['Boolean'];
|
|
573
|
-
id?: InputMaybe<Scalars['
|
|
577
|
+
id?: InputMaybe<Scalars['String']>;
|
|
574
578
|
includeDiscountedProducts?: InputMaybe<Scalars['Boolean']>;
|
|
575
579
|
isFreeShipping?: InputMaybe<Scalars['Boolean']>;
|
|
576
580
|
onlyUseCustomer?: InputMaybe<Scalars['Boolean']>;
|
|
@@ -600,7 +604,7 @@ export type CampaignOffer = {
|
|
|
600
604
|
deleted: Scalars['Boolean'];
|
|
601
605
|
endDate?: Maybe<Scalars['Timestamp']>;
|
|
602
606
|
followUpActionType: CampaignOfferFollowUpActionTypeEnum;
|
|
603
|
-
id: Scalars['
|
|
607
|
+
id: Scalars['String'];
|
|
604
608
|
maxCount?: Maybe<Scalars['Float']>;
|
|
605
609
|
maximumRequiredCartAmount?: Maybe<Scalars['Float']>;
|
|
606
610
|
minimumRequiredCartAmount?: Maybe<Scalars['Float']>;
|
|
@@ -781,7 +785,7 @@ export type Cart = {
|
|
|
781
785
|
customerId?: Maybe<Scalars['String']>;
|
|
782
786
|
deleted: Scalars['Boolean'];
|
|
783
787
|
dueDate: Scalars['Timestamp'];
|
|
784
|
-
id: Scalars['
|
|
788
|
+
id: Scalars['String'];
|
|
785
789
|
itemCount: Scalars['Float'];
|
|
786
790
|
items: Array<OrderLineItem>;
|
|
787
791
|
lastActivityDate: Scalars['Timestamp'];
|
|
@@ -898,7 +902,7 @@ export type Category = {
|
|
|
898
902
|
deleted: Scalars['Boolean'];
|
|
899
903
|
/** It is the description of the category of the product. */
|
|
900
904
|
description?: Maybe<Scalars['String']>;
|
|
901
|
-
id: Scalars['
|
|
905
|
+
id: Scalars['String'];
|
|
902
906
|
/** It is the id where the picture of the category is kept in the system. */
|
|
903
907
|
imageId?: Maybe<Scalars['String']>;
|
|
904
908
|
isAutomated?: Maybe<Scalars['Boolean']>;
|
|
@@ -957,7 +961,7 @@ export type CategoryInput = {
|
|
|
957
961
|
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
958
962
|
/** It is the description of the category of the product. */
|
|
959
963
|
description?: InputMaybe<Scalars['String']>;
|
|
960
|
-
id?: InputMaybe<Scalars['
|
|
964
|
+
id?: InputMaybe<Scalars['String']>;
|
|
961
965
|
/** It is the id where the picture of the category is kept in the system. */
|
|
962
966
|
imageId?: InputMaybe<Scalars['String']>;
|
|
963
967
|
isAutomated?: InputMaybe<Scalars['Boolean']>;
|
|
@@ -984,7 +988,7 @@ export type CategoryPathItem = {
|
|
|
984
988
|
deleted: Scalars['Boolean'];
|
|
985
989
|
/** It is the description of the category of the product. */
|
|
986
990
|
description?: Maybe<Scalars['String']>;
|
|
987
|
-
id: Scalars['
|
|
991
|
+
id: Scalars['String'];
|
|
988
992
|
/** It is the id where the picture of the category is kept in the system. */
|
|
989
993
|
imageId?: Maybe<Scalars['String']>;
|
|
990
994
|
isAutomated?: Maybe<Scalars['Boolean']>;
|
|
@@ -1054,7 +1058,7 @@ export type Checkout = {
|
|
|
1054
1058
|
deleted: Scalars['Boolean'];
|
|
1055
1059
|
giftPackageLines?: Maybe<Array<OrderGiftPackageLine>>;
|
|
1056
1060
|
giftPackageNote?: Maybe<Scalars['String']>;
|
|
1057
|
-
id: Scalars['
|
|
1061
|
+
id: Scalars['String'];
|
|
1058
1062
|
isGiftPackage?: Maybe<Scalars['Boolean']>;
|
|
1059
1063
|
merchantId: Scalars['String'];
|
|
1060
1064
|
note?: Maybe<Scalars['String']>;
|
|
@@ -1108,7 +1112,7 @@ export type City = {
|
|
|
1108
1112
|
countryId: Scalars['String'];
|
|
1109
1113
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
1110
1114
|
deleted: Scalars['Boolean'];
|
|
1111
|
-
id: Scalars['
|
|
1115
|
+
id: Scalars['String'];
|
|
1112
1116
|
/** Indicates the latitude of the city. */
|
|
1113
1117
|
latitude?: Maybe<Scalars['String']>;
|
|
1114
1118
|
/** Indicates the longitude of the city. */
|
|
@@ -1135,7 +1139,7 @@ export type Country = {
|
|
|
1135
1139
|
emoji?: Maybe<Scalars['String']>;
|
|
1136
1140
|
/** Indicates the flag emoji code of the county. */
|
|
1137
1141
|
emojiString?: Maybe<Scalars['String']>;
|
|
1138
|
-
id: Scalars['
|
|
1142
|
+
id: Scalars['String'];
|
|
1139
1143
|
/** The two-letter country code corresponding to the country. */
|
|
1140
1144
|
iso2?: Maybe<Scalars['String']>;
|
|
1141
1145
|
/** The three-letter country code corresponding to the country. */
|
|
@@ -1163,7 +1167,7 @@ export type Coupon = {
|
|
|
1163
1167
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
1164
1168
|
dateRange?: Maybe<CouponDateRangeField>;
|
|
1165
1169
|
deleted: Scalars['Boolean'];
|
|
1166
|
-
id: Scalars['
|
|
1170
|
+
id: Scalars['String'];
|
|
1167
1171
|
updatedAt?: Maybe<Scalars['Timestamp']>;
|
|
1168
1172
|
usageCount: Scalars['Int'];
|
|
1169
1173
|
usageLimit?: Maybe<Scalars['Int']>;
|
|
@@ -1231,7 +1235,7 @@ export type CreateOrderInput = {
|
|
|
1231
1235
|
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
1232
1236
|
/** Host name of order source. */
|
|
1233
1237
|
host?: InputMaybe<Scalars['String']>;
|
|
1234
|
-
id?: InputMaybe<Scalars['
|
|
1238
|
+
id?: InputMaybe<Scalars['String']>;
|
|
1235
1239
|
/** It is an order note. */
|
|
1236
1240
|
note?: InputMaybe<Scalars['String']>;
|
|
1237
1241
|
/** A list of adjustment objects, each containing information about a adjustment in the order. */
|
|
@@ -1353,7 +1357,7 @@ export type Customer = {
|
|
|
1353
1357
|
/** Customer's full name. Firstname plus lastname if firstname and lastname exist. Otherwise, it is saved as firstname only. */
|
|
1354
1358
|
fullName?: Maybe<Scalars['String']>;
|
|
1355
1359
|
gender?: Maybe<CustomerGenderTypeEnum>;
|
|
1356
|
-
id: Scalars['
|
|
1360
|
+
id: Scalars['String'];
|
|
1357
1361
|
ip?: Maybe<Scalars['String']>;
|
|
1358
1362
|
/** Email verification status. **isEmailVerified** returns `true` if the email is verified. */
|
|
1359
1363
|
isEmailVerified?: Maybe<Scalars['Boolean']>;
|
|
@@ -1425,7 +1429,7 @@ export type CustomerAddress = {
|
|
|
1425
1429
|
district?: Maybe<CustomerAddressDistrict>;
|
|
1426
1430
|
/** The customer's first name. */
|
|
1427
1431
|
firstName: Scalars['String'];
|
|
1428
|
-
id: Scalars['
|
|
1432
|
+
id: Scalars['String'];
|
|
1429
1433
|
/** The customer's identity numbers. */
|
|
1430
1434
|
identityNumber?: Maybe<Scalars['String']>;
|
|
1431
1435
|
/** Whether this address is the default address for the customer. Returns `true` for each default address. */
|
|
@@ -1500,7 +1504,7 @@ export type CustomerAddressInput = {
|
|
|
1500
1504
|
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
1501
1505
|
district?: InputMaybe<CustomerAddressDistrictInput>;
|
|
1502
1506
|
firstName: Scalars['String'];
|
|
1503
|
-
id?: InputMaybe<Scalars['
|
|
1507
|
+
id?: InputMaybe<Scalars['String']>;
|
|
1504
1508
|
identityNumber?: InputMaybe<Scalars['String']>;
|
|
1505
1509
|
isDefault?: Scalars['Boolean'];
|
|
1506
1510
|
lastName: Scalars['String'];
|
|
@@ -1541,7 +1545,7 @@ export type CustomerAttribute = {
|
|
|
1541
1545
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
1542
1546
|
deleted: Scalars['Boolean'];
|
|
1543
1547
|
description?: Maybe<Scalars['String']>;
|
|
1544
|
-
id: Scalars['
|
|
1548
|
+
id: Scalars['String'];
|
|
1545
1549
|
name: Scalars['String'];
|
|
1546
1550
|
options?: Maybe<Array<CustomerAttributeOption>>;
|
|
1547
1551
|
order?: Maybe<Scalars['Float']>;
|
|
@@ -1555,7 +1559,7 @@ export type CustomerAttributeOption = {
|
|
|
1555
1559
|
__typename?: 'CustomerAttributeOption';
|
|
1556
1560
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
1557
1561
|
deleted: Scalars['Boolean'];
|
|
1558
|
-
id: Scalars['
|
|
1562
|
+
id: Scalars['String'];
|
|
1559
1563
|
name: Scalars['String'];
|
|
1560
1564
|
order?: Maybe<Scalars['Float']>;
|
|
1561
1565
|
updatedAt?: Maybe<Scalars['Timestamp']>;
|
|
@@ -1637,7 +1641,7 @@ export type CustomerGroup = {
|
|
|
1637
1641
|
conditions?: Maybe<Array<CustomerGroupCondition>>;
|
|
1638
1642
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
1639
1643
|
deleted: Scalars['Boolean'];
|
|
1640
|
-
id: Scalars['
|
|
1644
|
+
id: Scalars['String'];
|
|
1641
1645
|
isAutomated?: Maybe<Scalars['Boolean']>;
|
|
1642
1646
|
name: Scalars['String'];
|
|
1643
1647
|
priceListId?: Maybe<Scalars['String']>;
|
|
@@ -1678,7 +1682,7 @@ export type CustomerGroupInput = {
|
|
|
1678
1682
|
conditions?: InputMaybe<Array<CustomerGroupConditionInput>>;
|
|
1679
1683
|
createdAt?: InputMaybe<Scalars['Timestamp']>;
|
|
1680
1684
|
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
1681
|
-
id?: InputMaybe<Scalars['
|
|
1685
|
+
id?: InputMaybe<Scalars['String']>;
|
|
1682
1686
|
isAutomated?: InputMaybe<Scalars['Boolean']>;
|
|
1683
1687
|
name: Scalars['String'];
|
|
1684
1688
|
priceListId?: InputMaybe<Scalars['String']>;
|
|
@@ -1699,7 +1703,7 @@ export type CustomerInput = {
|
|
|
1699
1703
|
firstName: Scalars['String'];
|
|
1700
1704
|
fullName?: InputMaybe<Scalars['String']>;
|
|
1701
1705
|
gender?: InputMaybe<CustomerGenderTypeEnum>;
|
|
1702
|
-
id?: InputMaybe<Scalars['
|
|
1706
|
+
id?: InputMaybe<Scalars['String']>;
|
|
1703
1707
|
lastName?: InputMaybe<Scalars['String']>;
|
|
1704
1708
|
note?: InputMaybe<Scalars['String']>;
|
|
1705
1709
|
phone?: InputMaybe<Scalars['String']>;
|
|
@@ -1803,14 +1807,14 @@ export type CustomerTag = {
|
|
|
1803
1807
|
__typename?: 'CustomerTag';
|
|
1804
1808
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
1805
1809
|
deleted: Scalars['Boolean'];
|
|
1806
|
-
id: Scalars['
|
|
1810
|
+
id: Scalars['String'];
|
|
1807
1811
|
name: Scalars['String'];
|
|
1808
1812
|
updatedAt?: Maybe<Scalars['Timestamp']>;
|
|
1809
1813
|
};
|
|
1810
1814
|
export type CustomerTagInput = {
|
|
1811
1815
|
createdAt?: InputMaybe<Scalars['Timestamp']>;
|
|
1812
1816
|
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
1813
|
-
id?: InputMaybe<Scalars['
|
|
1817
|
+
id?: InputMaybe<Scalars['String']>;
|
|
1814
1818
|
name: Scalars['String'];
|
|
1815
1819
|
updatedAt?: InputMaybe<Scalars['Timestamp']>;
|
|
1816
1820
|
};
|
|
@@ -1840,7 +1844,7 @@ export type District = {
|
|
|
1840
1844
|
countryId: Scalars['String'];
|
|
1841
1845
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
1842
1846
|
deleted: Scalars['Boolean'];
|
|
1843
|
-
id: Scalars['
|
|
1847
|
+
id: Scalars['String'];
|
|
1844
1848
|
/** Indicates the latitude of the city. */
|
|
1845
1849
|
latitude?: Maybe<Scalars['String']>;
|
|
1846
1850
|
/** Indicates the longitude of the city. */
|
|
@@ -1897,6 +1901,20 @@ export type GenerateOrderPaymentLinkInput = {
|
|
|
1897
1901
|
storefrontRoutingId?: InputMaybe<Scalars['String']>;
|
|
1898
1902
|
storefrontThemeId?: InputMaybe<Scalars['String']>;
|
|
1899
1903
|
};
|
|
1904
|
+
export type GetAvailableSubscriptionPrice = {
|
|
1905
|
+
__typename?: 'GetAvailableSubscriptionPrice';
|
|
1906
|
+
period: SubscriptionPeriodEnum;
|
|
1907
|
+
price: Scalars['Float'];
|
|
1908
|
+
};
|
|
1909
|
+
export type GetAvailableSubscriptionResponse = {
|
|
1910
|
+
__typename?: 'GetAvailableSubscriptionResponse';
|
|
1911
|
+
currencyCode: SubscriptionPriceCurrencyEnum;
|
|
1912
|
+
id: Scalars['String'];
|
|
1913
|
+
key: Scalars['String'];
|
|
1914
|
+
name: Scalars['String'];
|
|
1915
|
+
prices: Array<GetAvailableSubscriptionPrice>;
|
|
1916
|
+
trialConfig: AppSubscriptionTrialConfig;
|
|
1917
|
+
};
|
|
1900
1918
|
export type GetIkasWalletWithBalanceGatewayResponse = {
|
|
1901
1919
|
__typename?: 'GetIkasWalletWithBalanceGatewayResponse';
|
|
1902
1920
|
id: Scalars['String'];
|
|
@@ -1966,7 +1984,7 @@ export type GlobalTaxSettings = {
|
|
|
1966
1984
|
__typename?: 'GlobalTaxSettings';
|
|
1967
1985
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
1968
1986
|
deleted: Scalars['Boolean'];
|
|
1969
|
-
id: Scalars['
|
|
1987
|
+
id: Scalars['String'];
|
|
1970
1988
|
isTaxExcludedOnPrices: Scalars['Boolean'];
|
|
1971
1989
|
isTaxExcludedOnShippingPrices: Scalars['Boolean'];
|
|
1972
1990
|
storefrontId?: Maybe<Scalars['String']>;
|
|
@@ -1975,12 +1993,16 @@ export type GlobalTaxSettings = {
|
|
|
1975
1993
|
export type GlobalTaxSettingsInput = {
|
|
1976
1994
|
createdAt?: InputMaybe<Scalars['Timestamp']>;
|
|
1977
1995
|
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
1978
|
-
id?: InputMaybe<Scalars['
|
|
1996
|
+
id?: InputMaybe<Scalars['String']>;
|
|
1979
1997
|
isTaxExcludedOnPrices?: Scalars['Boolean'];
|
|
1980
1998
|
isTaxExcludedOnShippingPrices?: Scalars['Boolean'];
|
|
1981
1999
|
storefrontId?: InputMaybe<Scalars['String']>;
|
|
1982
2000
|
updatedAt?: InputMaybe<Scalars['Timestamp']>;
|
|
1983
2001
|
};
|
|
2002
|
+
export declare enum GoogleCatalogBarcodeDisplayType {
|
|
2003
|
+
GTIN = "GTIN",
|
|
2004
|
+
MPN = "MPN"
|
|
2005
|
+
}
|
|
1984
2006
|
export type HTMLMetaData = {
|
|
1985
2007
|
__typename?: 'HTMLMetaData';
|
|
1986
2008
|
/** Canonical URL list of entity. */
|
|
@@ -1991,7 +2013,7 @@ export type HTMLMetaData = {
|
|
|
1991
2013
|
description?: Maybe<Scalars['String']>;
|
|
1992
2014
|
/** Defines if the entity is not indexable by search engines */
|
|
1993
2015
|
disableIndex?: Maybe<Scalars['Boolean']>;
|
|
1994
|
-
id: Scalars['
|
|
2016
|
+
id: Scalars['String'];
|
|
1995
2017
|
metadataOverrides?: Maybe<Array<HTMLMetaDataOverride>>;
|
|
1996
2018
|
/** The page title of the metadata. */
|
|
1997
2019
|
pageTitle?: Maybe<Scalars['String']>;
|
|
@@ -2010,7 +2032,7 @@ export type HTMLMetaDataInput = {
|
|
|
2010
2032
|
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
2011
2033
|
description?: InputMaybe<Scalars['String']>;
|
|
2012
2034
|
disableIndex?: InputMaybe<Scalars['Boolean']>;
|
|
2013
|
-
id?: InputMaybe<Scalars['
|
|
2035
|
+
id?: InputMaybe<Scalars['String']>;
|
|
2014
2036
|
metadataOverrides?: InputMaybe<Array<HTMLMetaDataOverrideInput>>;
|
|
2015
2037
|
pageTitle?: InputMaybe<Scalars['String']>;
|
|
2016
2038
|
slug: Scalars['String'];
|
|
@@ -2347,13 +2369,30 @@ export declare enum ImportTypeEnum {
|
|
|
2347
2369
|
PRODUCT_PURCHASE_ORDER = "PRODUCT_PURCHASE_ORDER",
|
|
2348
2370
|
PRODUCT_STOCK_COUNT = "PRODUCT_STOCK_COUNT",
|
|
2349
2371
|
PRODUCT_STOCK_TRANSFER = "PRODUCT_STOCK_TRANSFER",
|
|
2372
|
+
REPORT_PURCHASED_TOGETHER = "REPORT_PURCHASED_TOGETHER",
|
|
2350
2373
|
REPORT_PURCHASE_ORDER_BY_DATE = "REPORT_PURCHASE_ORDER_BY_DATE",
|
|
2351
2374
|
REPORT_SALES_BY_DATE = "REPORT_SALES_BY_DATE",
|
|
2352
2375
|
REPORT_SALES_BY_GROUP_FIELDS = "REPORT_SALES_BY_GROUP_FIELDS",
|
|
2376
|
+
REPORT_SF_ANALYTICS_CONVERSION = "REPORT_SF_ANALYTICS_CONVERSION",
|
|
2353
2377
|
STOREFRONT_REDIRECT = "STOREFRONT_REDIRECT",
|
|
2354
2378
|
STORE_FRONT_THEME_LOCALIZATION = "STORE_FRONT_THEME_LOCALIZATION",
|
|
2355
|
-
TRANSLATION = "TRANSLATION"
|
|
2379
|
+
TRANSLATION = "TRANSLATION",
|
|
2380
|
+
VARIANT_TYPE = "VARIANT_TYPE"
|
|
2356
2381
|
}
|
|
2382
|
+
export type IndexPageSeoSetting = {
|
|
2383
|
+
__typename?: 'IndexPageSeoSetting';
|
|
2384
|
+
canonicals?: Maybe<Array<Scalars['String']>>;
|
|
2385
|
+
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
2386
|
+
deleted: Scalars['Boolean'];
|
|
2387
|
+
description?: Maybe<Scalars['String']>;
|
|
2388
|
+
disableIndex?: Maybe<Scalars['Boolean']>;
|
|
2389
|
+
favIcon?: Maybe<Scalars['String']>;
|
|
2390
|
+
id: Scalars['String'];
|
|
2391
|
+
locale: Scalars['String'];
|
|
2392
|
+
pageTitle?: Maybe<Scalars['String']>;
|
|
2393
|
+
slug?: Maybe<Scalars['String']>;
|
|
2394
|
+
updatedAt?: Maybe<Scalars['Timestamp']>;
|
|
2395
|
+
};
|
|
2357
2396
|
export type Invoice = {
|
|
2358
2397
|
__typename?: 'Invoice';
|
|
2359
2398
|
/** It is the app id where the merchant is registered and creates the order invoice. */
|
|
@@ -2439,6 +2478,15 @@ export type LocationTranslations = {
|
|
|
2439
2478
|
fr?: Maybe<Scalars['String']>;
|
|
2440
2479
|
tr: Scalars['String'];
|
|
2441
2480
|
};
|
|
2481
|
+
export type MarketingCatalogGoogleConfigurations = {
|
|
2482
|
+
__typename?: 'MarketingCatalogGoogleConfigurations';
|
|
2483
|
+
barcodeDisplayType?: Maybe<GoogleCatalogBarcodeDisplayType>;
|
|
2484
|
+
};
|
|
2485
|
+
export type MarketingCatalogSettings = {
|
|
2486
|
+
__typename?: 'MarketingCatalogSettings';
|
|
2487
|
+
applyCampaignsToMarketingCatalog?: Maybe<Scalars['Boolean']>;
|
|
2488
|
+
googleConfigurations?: Maybe<MarketingCatalogGoogleConfigurations>;
|
|
2489
|
+
};
|
|
2442
2490
|
export type MeResponse = {
|
|
2443
2491
|
__typename?: 'MeResponse';
|
|
2444
2492
|
/** The date the app was added. */
|
|
@@ -2485,6 +2533,8 @@ export type MerchantAddress = {
|
|
|
2485
2533
|
taxOffice?: Maybe<Scalars['String']>;
|
|
2486
2534
|
title?: Maybe<Scalars['String']>;
|
|
2487
2535
|
type?: Maybe<MerchantSettingsAddressTypeEnum>;
|
|
2536
|
+
verified?: Maybe<Scalars['Boolean']>;
|
|
2537
|
+
verifiedAt?: Maybe<Scalars['Timestamp']>;
|
|
2488
2538
|
vkn?: Maybe<Scalars['String']>;
|
|
2489
2539
|
};
|
|
2490
2540
|
export type MerchantAddressCity = {
|
|
@@ -3369,6 +3419,7 @@ export type OrderAdjustment = {
|
|
|
3369
3419
|
campaignType?: Maybe<CampaignTypeEnum>;
|
|
3370
3420
|
/** It is the coupon id generated depending on the campaign. */
|
|
3371
3421
|
couponId?: Maybe<Scalars['String']>;
|
|
3422
|
+
createdFor?: Maybe<CampaignCreatedForEnum>;
|
|
3372
3423
|
/** It is the name of the adjustment. */
|
|
3373
3424
|
name: Scalars['String'];
|
|
3374
3425
|
/** It is the order of the adjustment. Adjustments are applied in this order. */
|
|
@@ -3376,6 +3427,7 @@ export type OrderAdjustment = {
|
|
|
3376
3427
|
/** The amount is the id of the transaction. */
|
|
3377
3428
|
transactionId?: Maybe<Scalars['String']>;
|
|
3378
3429
|
type: OrderAdjustmentEnum;
|
|
3430
|
+
usedLoyaltyPoints?: Maybe<Scalars['Float']>;
|
|
3379
3431
|
};
|
|
3380
3432
|
export type OrderAdjustmentAppliedOrderLine = {
|
|
3381
3433
|
__typename?: 'OrderAdjustmentAppliedOrderLine';
|
|
@@ -3482,7 +3534,7 @@ export type OrderCustomerInput = {
|
|
|
3482
3534
|
email?: InputMaybe<Scalars['String']>;
|
|
3483
3535
|
/** It is the first name of the customer who created the order. */
|
|
3484
3536
|
firstName?: InputMaybe<Scalars['String']>;
|
|
3485
|
-
id?: InputMaybe<Scalars['
|
|
3537
|
+
id?: InputMaybe<Scalars['String']>;
|
|
3486
3538
|
/** It is the last name of the customer who created the order. */
|
|
3487
3539
|
lastName?: InputMaybe<Scalars['String']>;
|
|
3488
3540
|
};
|
|
@@ -3618,7 +3670,7 @@ export type OrderLineItem = {
|
|
|
3618
3670
|
finalPrice?: Maybe<Scalars['Float']>;
|
|
3619
3671
|
/** It is the unit price of the order line item. */
|
|
3620
3672
|
finalUnitPrice?: Maybe<Scalars['Float']>;
|
|
3621
|
-
id: Scalars['
|
|
3673
|
+
id: Scalars['String'];
|
|
3622
3674
|
/** It is the option information of the variant value in the order line item. */
|
|
3623
3675
|
options?: Maybe<Array<OrderLineOption>>;
|
|
3624
3676
|
/** It is the original order line item id of the line item. If the line item is derived from another line item, this field is filled. */
|
|
@@ -3658,7 +3710,7 @@ export type OrderLineItemInput = {
|
|
|
3658
3710
|
discount?: InputMaybe<OrderLineDiscountInput>;
|
|
3659
3711
|
/** It is the discount price of the line item. */
|
|
3660
3712
|
discountPrice?: InputMaybe<Scalars['Float']>;
|
|
3661
|
-
id?: InputMaybe<Scalars['
|
|
3713
|
+
id?: InputMaybe<Scalars['String']>;
|
|
3662
3714
|
/** It is the options information in the order line item. */
|
|
3663
3715
|
options?: InputMaybe<Array<OrderLineOptionInput>>;
|
|
3664
3716
|
/** It is the price of the line item. */
|
|
@@ -3936,7 +3988,7 @@ export type OrderPackage = {
|
|
|
3936
3988
|
deleted: Scalars['Boolean'];
|
|
3937
3989
|
/** If the package was sent via the cargo application and received an error, this field is filled with an error message. */
|
|
3938
3990
|
errorMessage?: Maybe<Scalars['String']>;
|
|
3939
|
-
id: Scalars['
|
|
3991
|
+
id: Scalars['String'];
|
|
3940
3992
|
/** An optional note, can attach to the order package. */
|
|
3941
3993
|
note?: Maybe<Scalars['String']>;
|
|
3942
3994
|
/** It is the id list of the order line items in the package. */
|
|
@@ -4138,7 +4190,7 @@ export type OrderSession = {
|
|
|
4138
4190
|
durationMS?: Maybe<Scalars['Float']>;
|
|
4139
4191
|
end?: Maybe<Scalars['Timestamp']>;
|
|
4140
4192
|
host?: Maybe<Scalars['String']>;
|
|
4141
|
-
id: Scalars['
|
|
4193
|
+
id: Scalars['String'];
|
|
4142
4194
|
ip?: Maybe<Scalars['String']>;
|
|
4143
4195
|
journeyId: Scalars['String'];
|
|
4144
4196
|
orderId?: Maybe<Scalars['String']>;
|
|
@@ -4338,14 +4390,14 @@ export type OrderTag = {
|
|
|
4338
4390
|
__typename?: 'OrderTag';
|
|
4339
4391
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
4340
4392
|
deleted: Scalars['Boolean'];
|
|
4341
|
-
id: Scalars['
|
|
4393
|
+
id: Scalars['String'];
|
|
4342
4394
|
name: Scalars['String'];
|
|
4343
4395
|
updatedAt?: Maybe<Scalars['Timestamp']>;
|
|
4344
4396
|
};
|
|
4345
4397
|
export type OrderTagInput = {
|
|
4346
4398
|
createdAt?: InputMaybe<Scalars['Timestamp']>;
|
|
4347
4399
|
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
4348
|
-
id?: InputMaybe<Scalars['
|
|
4400
|
+
id?: InputMaybe<Scalars['String']>;
|
|
4349
4401
|
name: Scalars['String'];
|
|
4350
4402
|
updatedAt?: InputMaybe<Scalars['Timestamp']>;
|
|
4351
4403
|
};
|
|
@@ -4384,7 +4436,7 @@ export type PaymentGateway = {
|
|
|
4384
4436
|
deleted: Scalars['Boolean'];
|
|
4385
4437
|
description?: Maybe<Scalars['String']>;
|
|
4386
4438
|
group?: Maybe<PaymentGatewayGroup>;
|
|
4387
|
-
id: Scalars['
|
|
4439
|
+
id: Scalars['String'];
|
|
4388
4440
|
isPassive?: Maybe<Scalars['Boolean']>;
|
|
4389
4441
|
logoUrl?: Maybe<Scalars['String']>;
|
|
4390
4442
|
masterPassClientId?: Maybe<Scalars['String']>;
|
|
@@ -4418,7 +4470,7 @@ export declare enum PaymentGatewayCodeEnum {
|
|
|
4418
4470
|
IKAS_PAY_PARATIKA = "IKAS_PAY_PARATIKA",
|
|
4419
4471
|
IKAS_PAY_PAYZEE = "IKAS_PAY_PAYZEE",
|
|
4420
4472
|
IKAS_WALLET = "IKAS_WALLET",
|
|
4421
|
-
|
|
4473
|
+
IYZICO = "IYZICO",
|
|
4422
4474
|
KLARNA = "KLARNA",
|
|
4423
4475
|
MANUEL = "MANUEL",
|
|
4424
4476
|
MOKA = "MOKA",
|
|
@@ -4506,7 +4558,7 @@ export type PriceList = {
|
|
|
4506
4558
|
currencyCode?: Maybe<Scalars['String']>;
|
|
4507
4559
|
currencySymbol?: Maybe<Scalars['String']>;
|
|
4508
4560
|
deleted: Scalars['Boolean'];
|
|
4509
|
-
id: Scalars['
|
|
4561
|
+
id: Scalars['String'];
|
|
4510
4562
|
/** It is the name of the price list of the product. */
|
|
4511
4563
|
name: Scalars['String'];
|
|
4512
4564
|
ruleList?: Maybe<Array<PriceListRuleList>>;
|
|
@@ -4582,7 +4634,7 @@ export type Product = {
|
|
|
4582
4634
|
groupVariantsByVariantTypeId?: Maybe<Scalars['String']>;
|
|
4583
4635
|
/** List of hidden sales channel ids of the product. */
|
|
4584
4636
|
hiddenSalesChannelIds?: Maybe<Array<Scalars['String']>>;
|
|
4585
|
-
id: Scalars['
|
|
4637
|
+
id: Scalars['String'];
|
|
4586
4638
|
/** Max purchasable quantity of the product for per cart. */
|
|
4587
4639
|
maxQuantityPerCart?: Maybe<Scalars['Float']>;
|
|
4588
4640
|
/** HTML Metadata identifier of the product. */
|
|
@@ -4628,7 +4680,7 @@ export type ProductAttribute = {
|
|
|
4628
4680
|
deleted: Scalars['Boolean'];
|
|
4629
4681
|
/** Description of the attribute */
|
|
4630
4682
|
description?: Maybe<Scalars['String']>;
|
|
4631
|
-
id: Scalars['
|
|
4683
|
+
id: Scalars['String'];
|
|
4632
4684
|
/** Name of the attribute */
|
|
4633
4685
|
name: Scalars['String'];
|
|
4634
4686
|
/** Options of the attribute */
|
|
@@ -4650,7 +4702,7 @@ export type ProductAttributeInput = {
|
|
|
4650
4702
|
createdAt?: InputMaybe<Scalars['Timestamp']>;
|
|
4651
4703
|
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
4652
4704
|
description?: InputMaybe<Scalars['String']>;
|
|
4653
|
-
id?: InputMaybe<Scalars['
|
|
4705
|
+
id?: InputMaybe<Scalars['String']>;
|
|
4654
4706
|
name: Scalars['String'];
|
|
4655
4707
|
options?: InputMaybe<Array<ProductAttributeOptionInput>>;
|
|
4656
4708
|
tableTemplate?: InputMaybe<ProductAttributeTableTemplateInput>;
|
|
@@ -4664,7 +4716,7 @@ export type ProductAttributeOption = {
|
|
|
4664
4716
|
colorCode?: Maybe<Scalars['String']>;
|
|
4665
4717
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
4666
4718
|
deleted: Scalars['Boolean'];
|
|
4667
|
-
id: Scalars['
|
|
4719
|
+
id: Scalars['String'];
|
|
4668
4720
|
/** Name of the product attribute option */
|
|
4669
4721
|
name: Scalars['String'];
|
|
4670
4722
|
/** It is the image information of the product attribute option. */
|
|
@@ -4675,7 +4727,7 @@ export type ProductAttributeOptionInput = {
|
|
|
4675
4727
|
colorCode?: InputMaybe<Scalars['String']>;
|
|
4676
4728
|
createdAt?: InputMaybe<Scalars['Timestamp']>;
|
|
4677
4729
|
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
4678
|
-
id?: InputMaybe<Scalars['
|
|
4730
|
+
id?: InputMaybe<Scalars['String']>;
|
|
4679
4731
|
name: Scalars['String'];
|
|
4680
4732
|
thumbnailImageId?: InputMaybe<Scalars['String']>;
|
|
4681
4733
|
updatedAt?: InputMaybe<Scalars['Timestamp']>;
|
|
@@ -4780,7 +4832,7 @@ export type ProductBrand = {
|
|
|
4780
4832
|
deleted: Scalars['Boolean'];
|
|
4781
4833
|
/** The description of the product's brand. */
|
|
4782
4834
|
description?: Maybe<Scalars['String']>;
|
|
4783
|
-
id: Scalars['
|
|
4835
|
+
id: Scalars['String'];
|
|
4784
4836
|
/** The image information of the product's brand. */
|
|
4785
4837
|
imageId?: Maybe<Scalars['String']>;
|
|
4786
4838
|
/** It is the metadata information of the product brand. */
|
|
@@ -4799,7 +4851,7 @@ export type ProductBrandInput = {
|
|
|
4799
4851
|
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
4800
4852
|
/** The description of the product's brand. */
|
|
4801
4853
|
description?: InputMaybe<Scalars['String']>;
|
|
4802
|
-
id?: InputMaybe<Scalars['
|
|
4854
|
+
id?: InputMaybe<Scalars['String']>;
|
|
4803
4855
|
/** The image information of the product's brand. */
|
|
4804
4856
|
imageId?: InputMaybe<Scalars['String']>;
|
|
4805
4857
|
/** It is the metadata information of the product brand. */
|
|
@@ -4861,7 +4913,7 @@ export type ProductInput = {
|
|
|
4861
4913
|
googleTaxonomyId?: InputMaybe<Scalars['String']>;
|
|
4862
4914
|
groupVariantsByVariantTypeId?: InputMaybe<Scalars['String']>;
|
|
4863
4915
|
hiddenSalesChannelIds?: InputMaybe<Array<Scalars['String']>>;
|
|
4864
|
-
id?: InputMaybe<Scalars['
|
|
4916
|
+
id?: InputMaybe<Scalars['String']>;
|
|
4865
4917
|
/** Max purchasable quantity of the product for per cart. */
|
|
4866
4918
|
maxQuantityPerCart?: InputMaybe<Scalars['Float']>;
|
|
4867
4919
|
metaData?: InputMaybe<HTMLMetaDataInput>;
|
|
@@ -4890,7 +4942,7 @@ export type ProductOption = {
|
|
|
4890
4942
|
dateSettings?: Maybe<ProductOptionDateSettings>;
|
|
4891
4943
|
deleted: Scalars['Boolean'];
|
|
4892
4944
|
fileSettings?: Maybe<ProductOptionFileSettings>;
|
|
4893
|
-
id: Scalars['
|
|
4945
|
+
id: Scalars['String'];
|
|
4894
4946
|
isOptional?: Maybe<Scalars['Boolean']>;
|
|
4895
4947
|
name: Scalars['String'];
|
|
4896
4948
|
optionalText?: Maybe<Scalars['String']>;
|
|
@@ -4939,7 +4991,7 @@ export type ProductOptionSelectValue = {
|
|
|
4939
4991
|
colorCode?: Maybe<Scalars['String']>;
|
|
4940
4992
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
4941
4993
|
deleted: Scalars['Boolean'];
|
|
4942
|
-
id: Scalars['
|
|
4994
|
+
id: Scalars['String'];
|
|
4943
4995
|
order: Scalars['Float'];
|
|
4944
4996
|
otherPrices?: Maybe<Array<ProductOptionSelectValueOtherPrice>>;
|
|
4945
4997
|
price?: Maybe<Scalars['Float']>;
|
|
@@ -4965,7 +5017,7 @@ export type ProductOptionSet = {
|
|
|
4965
5017
|
__typename?: 'ProductOptionSet';
|
|
4966
5018
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
4967
5019
|
deleted: Scalars['Boolean'];
|
|
4968
|
-
id: Scalars['
|
|
5020
|
+
id: Scalars['String'];
|
|
4969
5021
|
name: Scalars['String'];
|
|
4970
5022
|
options: Array<ProductOption>;
|
|
4971
5023
|
translations?: Maybe<Array<ProductOptionSetTranslations>>;
|
|
@@ -5004,7 +5056,7 @@ export type ProductOrder = {
|
|
|
5004
5056
|
categoryIds?: Maybe<Array<Scalars['String']>>;
|
|
5005
5057
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
5006
5058
|
deleted: Scalars['Boolean'];
|
|
5007
|
-
id: Scalars['
|
|
5059
|
+
id: Scalars['String'];
|
|
5008
5060
|
products: Array<ProductOrderProduct>;
|
|
5009
5061
|
updatedAt?: Maybe<Scalars['Timestamp']>;
|
|
5010
5062
|
};
|
|
@@ -5013,17 +5065,17 @@ export type ProductOrderInput = {
|
|
|
5013
5065
|
categoryIds?: InputMaybe<Array<Scalars['String']>>;
|
|
5014
5066
|
createdAt?: InputMaybe<Scalars['Timestamp']>;
|
|
5015
5067
|
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
5016
|
-
id?: InputMaybe<Scalars['
|
|
5068
|
+
id?: InputMaybe<Scalars['String']>;
|
|
5017
5069
|
products: Array<ProductOrderProductInput>;
|
|
5018
5070
|
updatedAt?: InputMaybe<Scalars['Timestamp']>;
|
|
5019
5071
|
};
|
|
5020
5072
|
export type ProductOrderProduct = {
|
|
5021
5073
|
__typename?: 'ProductOrderProduct';
|
|
5022
|
-
order: Scalars['
|
|
5074
|
+
order: Scalars['Float'];
|
|
5023
5075
|
productId: Scalars['String'];
|
|
5024
5076
|
};
|
|
5025
5077
|
export type ProductOrderProductInput = {
|
|
5026
|
-
order: Scalars['
|
|
5078
|
+
order: Scalars['Float'];
|
|
5027
5079
|
productId: Scalars['String'];
|
|
5028
5080
|
};
|
|
5029
5081
|
export type ProductPaginationResponse = {
|
|
@@ -5111,7 +5163,7 @@ export type ProductSearchResponse = {
|
|
|
5111
5163
|
/** Number of search results listed in current page. */
|
|
5112
5164
|
count: Scalars['Float'];
|
|
5113
5165
|
/** Search result */
|
|
5114
|
-
data:
|
|
5166
|
+
data: Array<SearchProduct>;
|
|
5115
5167
|
/** Maximum number of results returned in each page. */
|
|
5116
5168
|
limit: Scalars['Float'];
|
|
5117
5169
|
/** Current page number of the search results. */
|
|
@@ -5125,7 +5177,7 @@ export type ProductStockLocation = {
|
|
|
5125
5177
|
__typename?: 'ProductStockLocation';
|
|
5126
5178
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
5127
5179
|
deleted: Scalars['Boolean'];
|
|
5128
|
-
id: Scalars['
|
|
5180
|
+
id: Scalars['String'];
|
|
5129
5181
|
productId: Scalars['String'];
|
|
5130
5182
|
stockCount: Scalars['Float'];
|
|
5131
5183
|
stockLocationId: Scalars['String'];
|
|
@@ -5135,7 +5187,7 @@ export type ProductStockLocation = {
|
|
|
5135
5187
|
export type ProductStockLocationInput = {
|
|
5136
5188
|
createdAt?: InputMaybe<Scalars['Timestamp']>;
|
|
5137
5189
|
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
5138
|
-
id?: InputMaybe<Scalars['
|
|
5190
|
+
id?: InputMaybe<Scalars['String']>;
|
|
5139
5191
|
/** It is the product id to which the variant associated. */
|
|
5140
5192
|
productId: Scalars['String'];
|
|
5141
5193
|
/** It is the stock quantity of the variant. */
|
|
@@ -5179,7 +5231,7 @@ export type ProductTag = {
|
|
|
5179
5231
|
__typename?: 'ProductTag';
|
|
5180
5232
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
5181
5233
|
deleted: Scalars['Boolean'];
|
|
5182
|
-
id: Scalars['
|
|
5234
|
+
id: Scalars['String'];
|
|
5183
5235
|
/** The name of the product's tag. */
|
|
5184
5236
|
name: Scalars['String'];
|
|
5185
5237
|
/** The name of the product's tag. */
|
|
@@ -5189,7 +5241,7 @@ export type ProductTag = {
|
|
|
5189
5241
|
export type ProductTagInput = {
|
|
5190
5242
|
createdAt?: InputMaybe<Scalars['Timestamp']>;
|
|
5191
5243
|
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
5192
|
-
id?: InputMaybe<Scalars['
|
|
5244
|
+
id?: InputMaybe<Scalars['String']>;
|
|
5193
5245
|
/** The name of the product's tag. */
|
|
5194
5246
|
name: Scalars['String'];
|
|
5195
5247
|
/** The name of the product's tag. */
|
|
@@ -5239,7 +5291,7 @@ export type ProductUnit = {
|
|
|
5239
5291
|
__typename?: 'ProductUnit';
|
|
5240
5292
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
5241
5293
|
deleted: Scalars['Boolean'];
|
|
5242
|
-
id: Scalars['
|
|
5294
|
+
id: Scalars['String'];
|
|
5243
5295
|
/** The name of the product's unit. */
|
|
5244
5296
|
name: Scalars['String'];
|
|
5245
5297
|
/** The name of the product's unit. */
|
|
@@ -5249,7 +5301,7 @@ export type ProductUnit = {
|
|
|
5249
5301
|
export type ProductUnitInput = {
|
|
5250
5302
|
createdAt?: InputMaybe<Scalars['Timestamp']>;
|
|
5251
5303
|
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
5252
|
-
id?: InputMaybe<Scalars['
|
|
5304
|
+
id?: InputMaybe<Scalars['String']>;
|
|
5253
5305
|
/** The name of the product's unit. */
|
|
5254
5306
|
name: Scalars['String'];
|
|
5255
5307
|
/** The name of the product's unit. */
|
|
@@ -5305,7 +5357,7 @@ export type ProductVolumeDiscount = {
|
|
|
5305
5357
|
__typename?: 'ProductVolumeDiscount';
|
|
5306
5358
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
5307
5359
|
deleted: Scalars['Boolean'];
|
|
5308
|
-
id: Scalars['
|
|
5360
|
+
id: Scalars['String'];
|
|
5309
5361
|
/** The name of the product volume discount. */
|
|
5310
5362
|
name: Scalars['String'];
|
|
5311
5363
|
/** Shows the product volume discount rules. */
|
|
@@ -5317,7 +5369,7 @@ export type ProductVolumeDiscount = {
|
|
|
5317
5369
|
export type ProductVolumeDiscountInput = {
|
|
5318
5370
|
createdAt?: InputMaybe<Scalars['Timestamp']>;
|
|
5319
5371
|
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
5320
|
-
id?: InputMaybe<Scalars['
|
|
5372
|
+
id?: InputMaybe<Scalars['String']>;
|
|
5321
5373
|
/** The name of the product volume discount. */
|
|
5322
5374
|
name: Scalars['String'];
|
|
5323
5375
|
/** Shows the product volume discount rules. */
|
|
@@ -5356,7 +5408,7 @@ export type PublicTransaction = {
|
|
|
5356
5408
|
deleted: Scalars['Boolean'];
|
|
5357
5409
|
error?: Maybe<TransactionError>;
|
|
5358
5410
|
gatewayReferenceId?: Maybe<Scalars['String']>;
|
|
5359
|
-
id: Scalars['
|
|
5411
|
+
id: Scalars['String'];
|
|
5360
5412
|
lineItems?: Maybe<Array<TransactionOrderLineItem>>;
|
|
5361
5413
|
orderId?: Maybe<Scalars['String']>;
|
|
5362
5414
|
paymentGatewayCode?: Maybe<Scalars['String']>;
|
|
@@ -5374,6 +5426,8 @@ export type Query = {
|
|
|
5374
5426
|
__typename?: 'Query';
|
|
5375
5427
|
/** By using this api you can get properties of merchant and merchant staff. */
|
|
5376
5428
|
getAuthorizedApp?: Maybe<AuthorizedApp>;
|
|
5429
|
+
/** Using this api, you can get available subscriptions for a merchant app. */
|
|
5430
|
+
getAvailableSubscriptions: Array<GetAvailableSubscriptionResponse>;
|
|
5377
5431
|
/** Use this mutation to get global settings. */
|
|
5378
5432
|
getGlobalTaxSettings?: Maybe<GlobalTaxSettings>;
|
|
5379
5433
|
/** Using this API, you can make payments and refunds via Ikas Wallet. */
|
|
@@ -6291,7 +6345,7 @@ export type ShippingSettings = {
|
|
|
6291
6345
|
__typename?: 'ShippingSettings';
|
|
6292
6346
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
6293
6347
|
deleted: Scalars['Boolean'];
|
|
6294
|
-
id: Scalars['
|
|
6348
|
+
id: Scalars['String'];
|
|
6295
6349
|
isPassive?: Maybe<Scalars['Boolean']>;
|
|
6296
6350
|
localDeliverySettings?: Maybe<LocalDeliverySettings>;
|
|
6297
6351
|
order?: Maybe<Scalars['Float']>;
|
|
@@ -6348,7 +6402,7 @@ export type ShippingZoneRate = {
|
|
|
6348
6402
|
currencyCode?: Maybe<Scalars['String']>;
|
|
6349
6403
|
currencySymbol?: Maybe<Scalars['String']>;
|
|
6350
6404
|
deleted: Scalars['Boolean'];
|
|
6351
|
-
id: Scalars['
|
|
6405
|
+
id: Scalars['String'];
|
|
6352
6406
|
price: Scalars['Float'];
|
|
6353
6407
|
priceListId?: Maybe<Scalars['String']>;
|
|
6354
6408
|
rateName: Scalars['String'];
|
|
@@ -6369,7 +6423,7 @@ export type ShippingZoneRegion = {
|
|
|
6369
6423
|
__typename?: 'ShippingZoneRegion';
|
|
6370
6424
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
6371
6425
|
deleted: Scalars['Boolean'];
|
|
6372
|
-
id: Scalars['
|
|
6426
|
+
id: Scalars['String'];
|
|
6373
6427
|
name: Scalars['String'];
|
|
6374
6428
|
updatedAt?: Maybe<Scalars['Timestamp']>;
|
|
6375
6429
|
};
|
|
@@ -6383,7 +6437,7 @@ export type SimpleCategory = {
|
|
|
6383
6437
|
__typename?: 'SimpleCategory';
|
|
6384
6438
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
6385
6439
|
deleted: Scalars['Boolean'];
|
|
6386
|
-
id: Scalars['
|
|
6440
|
+
id: Scalars['String'];
|
|
6387
6441
|
/** It is the name of the category in which the product is located. */
|
|
6388
6442
|
name: Scalars['String'];
|
|
6389
6443
|
/** It is the id of the superclass category of the category. */
|
|
@@ -6394,7 +6448,7 @@ export type SimpleProductBrand = {
|
|
|
6394
6448
|
__typename?: 'SimpleProductBrand';
|
|
6395
6449
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
6396
6450
|
deleted: Scalars['Boolean'];
|
|
6397
|
-
id: Scalars['
|
|
6451
|
+
id: Scalars['String'];
|
|
6398
6452
|
/** The name of the product's brand. */
|
|
6399
6453
|
name: Scalars['String'];
|
|
6400
6454
|
updatedAt?: Maybe<Scalars['Timestamp']>;
|
|
@@ -6403,11 +6457,26 @@ export type SimpleProductTag = {
|
|
|
6403
6457
|
__typename?: 'SimpleProductTag';
|
|
6404
6458
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
6405
6459
|
deleted: Scalars['Boolean'];
|
|
6406
|
-
id: Scalars['
|
|
6460
|
+
id: Scalars['String'];
|
|
6407
6461
|
/** The name of the product's tag. */
|
|
6408
6462
|
name: Scalars['String'];
|
|
6409
6463
|
updatedAt?: Maybe<Scalars['Timestamp']>;
|
|
6410
6464
|
};
|
|
6465
|
+
export type SocialLoginSettings = {
|
|
6466
|
+
__typename?: 'SocialLoginSettings';
|
|
6467
|
+
apiKey?: Maybe<Scalars['String']>;
|
|
6468
|
+
apiSecret?: Maybe<Scalars['String']>;
|
|
6469
|
+
bundleId?: Maybe<Scalars['String']>;
|
|
6470
|
+
keyId?: Maybe<Scalars['String']>;
|
|
6471
|
+
provider: SocialLoginSettingsSocialLoginProviderEnum;
|
|
6472
|
+
teamId?: Maybe<Scalars['String']>;
|
|
6473
|
+
};
|
|
6474
|
+
export declare enum SocialLoginSettingsSocialLoginProviderEnum {
|
|
6475
|
+
apple = "apple",
|
|
6476
|
+
facebook = "facebook",
|
|
6477
|
+
google = "google",
|
|
6478
|
+
twitch = "twitch"
|
|
6479
|
+
}
|
|
6411
6480
|
/** Timeline Source Types */
|
|
6412
6481
|
export declare enum SourceTypeEnum {
|
|
6413
6482
|
CUSTOMER = "CUSTOMER",
|
|
@@ -6429,7 +6498,7 @@ export type State = {
|
|
|
6429
6498
|
countryId: Scalars['String'];
|
|
6430
6499
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
6431
6500
|
deleted: Scalars['Boolean'];
|
|
6432
|
-
id: Scalars['
|
|
6501
|
+
id: Scalars['String'];
|
|
6433
6502
|
/** Shows spellings of state name in different languages. */
|
|
6434
6503
|
locationTranslations?: Maybe<LocationTranslations>;
|
|
6435
6504
|
/** State's name. */
|
|
@@ -6450,7 +6519,7 @@ export type StockLocation = {
|
|
|
6450
6519
|
deliveryTime?: Maybe<StockLocationDeliveryTimeEnum>;
|
|
6451
6520
|
/** It is the description of the stock location. */
|
|
6452
6521
|
description?: Maybe<Scalars['String']>;
|
|
6453
|
-
id: Scalars['
|
|
6522
|
+
id: Scalars['String'];
|
|
6454
6523
|
isRemindOutOfStockEnabled?: Maybe<Scalars['Boolean']>;
|
|
6455
6524
|
/** It is the name of the stock location. */
|
|
6456
6525
|
name: Scalars['String'];
|
|
@@ -6541,17 +6610,53 @@ export declare enum StockLocationTypeEnum {
|
|
|
6541
6610
|
}
|
|
6542
6611
|
export type Storefront = {
|
|
6543
6612
|
__typename?: 'Storefront';
|
|
6613
|
+
analytics4Id?: Maybe<Scalars['String']>;
|
|
6614
|
+
analytics4Secret?: Maybe<Scalars['String']>;
|
|
6615
|
+
analytics4Verified?: Maybe<Scalars['Boolean']>;
|
|
6616
|
+
b2bSettings?: Maybe<StorefrontB2BSettings>;
|
|
6544
6617
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
6545
6618
|
deleted: Scalars['Boolean'];
|
|
6546
6619
|
domains?: Maybe<Array<StorefrontDomain>>;
|
|
6547
|
-
|
|
6548
|
-
|
|
6620
|
+
emailSettingsId?: Maybe<Scalars['String']>;
|
|
6621
|
+
fbAccessToken?: Maybe<Scalars['String']>;
|
|
6622
|
+
fbcVerified?: Maybe<Scalars['Boolean']>;
|
|
6623
|
+
fbpId?: Maybe<Scalars['String']>;
|
|
6624
|
+
gtmId?: Maybe<Scalars['String']>;
|
|
6625
|
+
id: Scalars['String'];
|
|
6626
|
+
indexPageSeoSettings?: Maybe<Array<IndexPageSeoSetting>>;
|
|
6627
|
+
localizations: Array<StorefrontLocalization>;
|
|
6628
|
+
mainStorefrontThemeId?: Maybe<Scalars['String']>;
|
|
6629
|
+
marketingCatalogSettings?: Maybe<MarketingCatalogSettings>;
|
|
6630
|
+
metaTemplates?: Maybe<Array<StorefrontMetaTemplate>>;
|
|
6549
6631
|
name: Scalars['String'];
|
|
6550
|
-
|
|
6632
|
+
pickUpStockLocationIds?: Maybe<Array<Scalars['String']>>;
|
|
6633
|
+
robotsTxt?: Maybe<Scalars['String']>;
|
|
6551
6634
|
routings: Array<StorefrontRouting>;
|
|
6552
6635
|
salesChannelId: Scalars['String'];
|
|
6636
|
+
socialLoginSettings?: Maybe<Array<SocialLoginSettings>>;
|
|
6637
|
+
status: StorefrontStatusTypes;
|
|
6638
|
+
themes: Array<StorefrontTheme>;
|
|
6639
|
+
tiktokPixelId?: Maybe<Scalars['String']>;
|
|
6640
|
+
token?: Maybe<Scalars['String']>;
|
|
6641
|
+
type: StorefrontTypeEnum;
|
|
6642
|
+
universalAnalyticsId?: Maybe<Scalars['String']>;
|
|
6553
6643
|
updatedAt?: Maybe<Scalars['Timestamp']>;
|
|
6554
6644
|
};
|
|
6645
|
+
export type StorefrontB2BSettings = {
|
|
6646
|
+
__typename?: 'StorefrontB2BSettings';
|
|
6647
|
+
allowOnlyApprovedCustomersToLogin: Scalars['Boolean'];
|
|
6648
|
+
showPrices: StorefrontB2BShowPricesEnum;
|
|
6649
|
+
showProducts: StorefrontB2BShowProductsEnum;
|
|
6650
|
+
};
|
|
6651
|
+
export declare enum StorefrontB2BShowPricesEnum {
|
|
6652
|
+
ALWAYS = "ALWAYS",
|
|
6653
|
+
NEVER = "NEVER",
|
|
6654
|
+
ONLY_TO_CUSTOMERS = "ONLY_TO_CUSTOMERS"
|
|
6655
|
+
}
|
|
6656
|
+
export declare enum StorefrontB2BShowProductsEnum {
|
|
6657
|
+
ALWAYS = "ALWAYS",
|
|
6658
|
+
ONLY_TO_CUSTOMERS = "ONLY_TO_CUSTOMERS"
|
|
6659
|
+
}
|
|
6555
6660
|
export type StorefrontDomain = {
|
|
6556
6661
|
__typename?: 'StorefrontDomain';
|
|
6557
6662
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
@@ -6609,6 +6714,31 @@ export type StorefrontJSScriptInput = {
|
|
|
6609
6714
|
scriptContent: Scalars['String'];
|
|
6610
6715
|
storefrontId: Scalars['String'];
|
|
6611
6716
|
};
|
|
6717
|
+
export type StorefrontLocalization = {
|
|
6718
|
+
__typename?: 'StorefrontLocalization';
|
|
6719
|
+
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
6720
|
+
deleted: Scalars['Boolean'];
|
|
6721
|
+
id: Scalars['String'];
|
|
6722
|
+
isDefault: Scalars['Boolean'];
|
|
6723
|
+
locale: Scalars['String'];
|
|
6724
|
+
name: Scalars['String'];
|
|
6725
|
+
updatedAt?: Maybe<Scalars['Timestamp']>;
|
|
6726
|
+
};
|
|
6727
|
+
export type StorefrontMetaTemplate = {
|
|
6728
|
+
__typename?: 'StorefrontMetaTemplate';
|
|
6729
|
+
descriptionTemplate?: Maybe<Scalars['String']>;
|
|
6730
|
+
locale?: Maybe<Scalars['String']>;
|
|
6731
|
+
pageType?: Maybe<StorefrontPageTypesEnum>;
|
|
6732
|
+
titleTemplate?: Maybe<Scalars['String']>;
|
|
6733
|
+
};
|
|
6734
|
+
export declare enum StorefrontPageTypesEnum {
|
|
6735
|
+
BLOG = "BLOG",
|
|
6736
|
+
BLOG_CATEGORY = "BLOG_CATEGORY",
|
|
6737
|
+
BRAND = "BRAND",
|
|
6738
|
+
CATEGORY = "CATEGORY",
|
|
6739
|
+
CUSTOM = "CUSTOM",
|
|
6740
|
+
PRODUCT = "PRODUCT"
|
|
6741
|
+
}
|
|
6612
6742
|
export type StorefrontPolicy = {
|
|
6613
6743
|
__typename?: 'StorefrontPolicy';
|
|
6614
6744
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
@@ -6628,7 +6758,7 @@ export type StorefrontPolicyInput = {
|
|
|
6628
6758
|
content: Scalars['String'];
|
|
6629
6759
|
createdAt?: InputMaybe<Scalars['Timestamp']>;
|
|
6630
6760
|
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
6631
|
-
id?: InputMaybe<Scalars['
|
|
6761
|
+
id?: InputMaybe<Scalars['String']>;
|
|
6632
6762
|
locale: Scalars['String'];
|
|
6633
6763
|
name: Scalars['String'];
|
|
6634
6764
|
sendEmail: Scalars['Boolean'];
|
|
@@ -6670,6 +6800,40 @@ export type StorefrontRouting = {
|
|
|
6670
6800
|
priceListId?: Maybe<Scalars['String']>;
|
|
6671
6801
|
updatedAt?: Maybe<Scalars['Timestamp']>;
|
|
6672
6802
|
};
|
|
6803
|
+
export declare enum StorefrontStatusTypes {
|
|
6804
|
+
FAILED = "FAILED",
|
|
6805
|
+
NOT_DEPLOYED = "NOT_DEPLOYED",
|
|
6806
|
+
READY = "READY",
|
|
6807
|
+
WAITING = "WAITING"
|
|
6808
|
+
}
|
|
6809
|
+
export type StorefrontTheme = {
|
|
6810
|
+
__typename?: 'StorefrontTheme';
|
|
6811
|
+
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
6812
|
+
deleted: Scalars['Boolean'];
|
|
6813
|
+
domainPrefix?: Maybe<Scalars['String']>;
|
|
6814
|
+
id: Scalars['String'];
|
|
6815
|
+
isMainTheme: Scalars['Boolean'];
|
|
6816
|
+
name: Scalars['String'];
|
|
6817
|
+
status: StorefrontThemeStatus;
|
|
6818
|
+
themeId?: Maybe<Scalars['String']>;
|
|
6819
|
+
themeVersionId?: Maybe<Scalars['String']>;
|
|
6820
|
+
type?: Maybe<StorefrontThemeTypeEnum>;
|
|
6821
|
+
updatedAt?: Maybe<Scalars['Timestamp']>;
|
|
6822
|
+
};
|
|
6823
|
+
export declare enum StorefrontThemeStatus {
|
|
6824
|
+
FAILED = "FAILED",
|
|
6825
|
+
NOT_DEPLOYED = "NOT_DEPLOYED",
|
|
6826
|
+
READY = "READY",
|
|
6827
|
+
WAITING = "WAITING"
|
|
6828
|
+
}
|
|
6829
|
+
export declare enum StorefrontThemeTypeEnum {
|
|
6830
|
+
STOREFRONT_PROJECT = "STOREFRONT_PROJECT",
|
|
6831
|
+
THEME = "THEME"
|
|
6832
|
+
}
|
|
6833
|
+
export declare enum StorefrontTypeEnum {
|
|
6834
|
+
B2B_STOREFRONT = "B2B_STOREFRONT",
|
|
6835
|
+
STOREFRONT = "STOREFRONT"
|
|
6836
|
+
}
|
|
6673
6837
|
export type StringFilterInput = {
|
|
6674
6838
|
/** Equal to operator. Matches exact values. */
|
|
6675
6839
|
eq?: InputMaybe<Scalars['String']>;
|
|
@@ -6740,7 +6904,7 @@ export type TaxSettings = {
|
|
|
6740
6904
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
6741
6905
|
deleted: Scalars['Boolean'];
|
|
6742
6906
|
giftPackageTaxRates?: Maybe<Array<TaxSettingsGiftPackageTaxRate>>;
|
|
6743
|
-
id: Scalars['
|
|
6907
|
+
id: Scalars['String'];
|
|
6744
6908
|
productOverrides?: Maybe<Array<TaxSettingsProductOverride>>;
|
|
6745
6909
|
rates?: Maybe<Array<TaxSettingsRate>>;
|
|
6746
6910
|
shippingTaxRates?: Maybe<Array<TaxSettingsShippingTaxRate>>;
|
|
@@ -6761,7 +6925,7 @@ export type TaxSettingsInput = {
|
|
|
6761
6925
|
createdAt?: InputMaybe<Scalars['Timestamp']>;
|
|
6762
6926
|
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
6763
6927
|
giftPackageTaxRates?: InputMaybe<Array<TaxSettingsGiftPackageTaxRateInput>>;
|
|
6764
|
-
id?: InputMaybe<Scalars['
|
|
6928
|
+
id?: InputMaybe<Scalars['String']>;
|
|
6765
6929
|
productOverrides: Array<TaxSettingsProductOverrideInput>;
|
|
6766
6930
|
rates?: InputMaybe<Array<TaxSettingsRateInput>>;
|
|
6767
6931
|
shippingTaxRates?: InputMaybe<Array<TaxSettingsShippingTaxRateInput>>;
|
|
@@ -6802,7 +6966,7 @@ export type Terminal = {
|
|
|
6802
6966
|
branchId: Scalars['String'];
|
|
6803
6967
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
6804
6968
|
deleted: Scalars['Boolean'];
|
|
6805
|
-
id: Scalars['
|
|
6969
|
+
id: Scalars['String'];
|
|
6806
6970
|
name: Scalars['String'];
|
|
6807
6971
|
updatedAt?: Maybe<Scalars['Timestamp']>;
|
|
6808
6972
|
};
|
|
@@ -6831,7 +6995,7 @@ export type Town = {
|
|
|
6831
6995
|
deleted: Scalars['Boolean'];
|
|
6832
6996
|
/** ID indicating which district the town belongs to. */
|
|
6833
6997
|
districtId: Scalars['String'];
|
|
6834
|
-
id: Scalars['
|
|
6998
|
+
id: Scalars['String'];
|
|
6835
6999
|
/** Town's name. */
|
|
6836
7000
|
name: Scalars['String'];
|
|
6837
7001
|
/** Specifies the order of towns. */
|
|
@@ -7023,7 +7187,7 @@ export type Variant = {
|
|
|
7023
7187
|
fileId?: Maybe<Scalars['String']>;
|
|
7024
7188
|
/** Hs code of the variant. */
|
|
7025
7189
|
hsCode?: Maybe<Scalars['String']>;
|
|
7026
|
-
id: Scalars['
|
|
7190
|
+
id: Scalars['String'];
|
|
7027
7191
|
/** List of images for variant. */
|
|
7028
7192
|
images?: Maybe<Array<ProductImage>>;
|
|
7029
7193
|
/** Whether the variant is active or not. */
|
|
@@ -7053,7 +7217,7 @@ export type VariantInput = {
|
|
|
7053
7217
|
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
7054
7218
|
fileId?: InputMaybe<Scalars['String']>;
|
|
7055
7219
|
hsCode?: InputMaybe<Scalars['String']>;
|
|
7056
|
-
id?: InputMaybe<Scalars['
|
|
7220
|
+
id?: InputMaybe<Scalars['String']>;
|
|
7057
7221
|
images?: InputMaybe<Array<ProductImageInput>>;
|
|
7058
7222
|
isActive?: Scalars['Boolean'];
|
|
7059
7223
|
prices: Array<ProductPriceInput>;
|
|
@@ -7083,7 +7247,7 @@ export type VariantType = {
|
|
|
7083
7247
|
__typename?: 'VariantType';
|
|
7084
7248
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
7085
7249
|
deleted: Scalars['Boolean'];
|
|
7086
|
-
id: Scalars['
|
|
7250
|
+
id: Scalars['String'];
|
|
7087
7251
|
/** Product variant type name information. **For example: Size, Color, Number etc.**.It can be a maximum of 100 characters. */
|
|
7088
7252
|
name: Scalars['String'];
|
|
7089
7253
|
/** Product variant type selection type. It can be choice or color. */
|
|
@@ -7097,7 +7261,7 @@ export type VariantType = {
|
|
|
7097
7261
|
export type VariantTypeInput = {
|
|
7098
7262
|
createdAt?: InputMaybe<Scalars['Timestamp']>;
|
|
7099
7263
|
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
7100
|
-
id?: InputMaybe<Scalars['
|
|
7264
|
+
id?: InputMaybe<Scalars['String']>;
|
|
7101
7265
|
/** Product variant type name information. **For example: Size, Color, Number etc.**.It can be a maximum of 100 characters. */
|
|
7102
7266
|
name: Scalars['String'];
|
|
7103
7267
|
/** Product variant type selection type. It can be choice or color. */
|
|
@@ -7142,7 +7306,7 @@ export type VariantValue = {
|
|
|
7142
7306
|
colorCode?: Maybe<Scalars['String']>;
|
|
7143
7307
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
7144
7308
|
deleted: Scalars['Boolean'];
|
|
7145
|
-
id: Scalars['
|
|
7309
|
+
id: Scalars['String'];
|
|
7146
7310
|
/** It is the name information of the values used in the Variant type. Value information of Variant type is unique according to name.It can be a maximum of 100 characters. */
|
|
7147
7311
|
name: Scalars['String'];
|
|
7148
7312
|
/** It is the image information of the variant values. */
|
|
@@ -7154,7 +7318,7 @@ export type VariantValueInput = {
|
|
|
7154
7318
|
colorCode?: InputMaybe<Scalars['String']>;
|
|
7155
7319
|
createdAt?: InputMaybe<Scalars['Timestamp']>;
|
|
7156
7320
|
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
7157
|
-
id?: InputMaybe<Scalars['
|
|
7321
|
+
id?: InputMaybe<Scalars['String']>;
|
|
7158
7322
|
/** It is the name information of the values used in the Variant type. Value information of Variant type is unique according to name.It can be a maximum of 100 characters. */
|
|
7159
7323
|
name: Scalars['String'];
|
|
7160
7324
|
/** It is the image information of the variant values. */
|
|
@@ -7190,7 +7354,7 @@ export type Vendor = {
|
|
|
7190
7354
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
7191
7355
|
deleted: Scalars['Boolean'];
|
|
7192
7356
|
email?: Maybe<Scalars['String']>;
|
|
7193
|
-
id: Scalars['
|
|
7357
|
+
id: Scalars['String'];
|
|
7194
7358
|
name: Scalars['String'];
|
|
7195
7359
|
phone?: Maybe<Scalars['String']>;
|
|
7196
7360
|
staffName?: Maybe<Scalars['String']>;
|
|
@@ -7205,7 +7369,7 @@ export type VendorInput = {
|
|
|
7205
7369
|
createdAt?: InputMaybe<Scalars['Timestamp']>;
|
|
7206
7370
|
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
7207
7371
|
email?: InputMaybe<Scalars['String']>;
|
|
7208
|
-
id?: InputMaybe<Scalars['
|
|
7372
|
+
id?: InputMaybe<Scalars['String']>;
|
|
7209
7373
|
name: Scalars['String'];
|
|
7210
7374
|
phone?: InputMaybe<Scalars['String']>;
|
|
7211
7375
|
staffName?: InputMaybe<Scalars['String']>;
|