@ikas/api-client 1.0.90 → 1.0.92
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 +17 -16
- package/dist/api/admin/generated/default-gqls.js.map +1 -1
- package/dist/api/admin/generated/index.d.ts +258 -88
- package/dist/api/admin/generated/index.js +66 -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'];
|
|
@@ -2201,6 +2223,7 @@ export type IkasWalletTransactionError = {
|
|
|
2201
2223
|
/** Ikas Wallet Transaction Free Credit Campaign Type Enum */
|
|
2202
2224
|
export declare enum IkasWalletTransactionFreeCreditCampaignTypeEnum {
|
|
2203
2225
|
FIRST_DELIVERED_ORDER = "FIRST_DELIVERED_ORDER",
|
|
2226
|
+
NEW_MERCHANT_DOCUMENT_UPLOADED = "NEW_MERCHANT_DOCUMENT_UPLOADED",
|
|
2204
2227
|
REFERENCE_PROGRAM = "REFERENCE_PROGRAM"
|
|
2205
2228
|
}
|
|
2206
2229
|
export type IkasWalletTransactionInstallment = {
|
|
@@ -2308,6 +2331,7 @@ export type IkasWalletTransactionStatusEnumFilter = {
|
|
|
2308
2331
|
};
|
|
2309
2332
|
export declare enum IkasWalletTransactionTypeEnum {
|
|
2310
2333
|
DEPOSIT_PAYMENT = "DEPOSIT_PAYMENT",
|
|
2334
|
+
DEPOSIT_REFUND = "DEPOSIT_REFUND",
|
|
2311
2335
|
IKAS_PAYMENT = "IKAS_PAYMENT",
|
|
2312
2336
|
IKAS_REFUND = "IKAS_REFUND",
|
|
2313
2337
|
PAYOUT = "PAYOUT",
|
|
@@ -2347,13 +2371,30 @@ export declare enum ImportTypeEnum {
|
|
|
2347
2371
|
PRODUCT_PURCHASE_ORDER = "PRODUCT_PURCHASE_ORDER",
|
|
2348
2372
|
PRODUCT_STOCK_COUNT = "PRODUCT_STOCK_COUNT",
|
|
2349
2373
|
PRODUCT_STOCK_TRANSFER = "PRODUCT_STOCK_TRANSFER",
|
|
2374
|
+
REPORT_PURCHASED_TOGETHER = "REPORT_PURCHASED_TOGETHER",
|
|
2350
2375
|
REPORT_PURCHASE_ORDER_BY_DATE = "REPORT_PURCHASE_ORDER_BY_DATE",
|
|
2351
2376
|
REPORT_SALES_BY_DATE = "REPORT_SALES_BY_DATE",
|
|
2352
2377
|
REPORT_SALES_BY_GROUP_FIELDS = "REPORT_SALES_BY_GROUP_FIELDS",
|
|
2378
|
+
REPORT_SF_ANALYTICS_CONVERSION = "REPORT_SF_ANALYTICS_CONVERSION",
|
|
2353
2379
|
STOREFRONT_REDIRECT = "STOREFRONT_REDIRECT",
|
|
2354
2380
|
STORE_FRONT_THEME_LOCALIZATION = "STORE_FRONT_THEME_LOCALIZATION",
|
|
2355
|
-
TRANSLATION = "TRANSLATION"
|
|
2381
|
+
TRANSLATION = "TRANSLATION",
|
|
2382
|
+
VARIANT_TYPE = "VARIANT_TYPE"
|
|
2356
2383
|
}
|
|
2384
|
+
export type IndexPageSeoSetting = {
|
|
2385
|
+
__typename?: 'IndexPageSeoSetting';
|
|
2386
|
+
canonicals?: Maybe<Array<Scalars['String']>>;
|
|
2387
|
+
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
2388
|
+
deleted: Scalars['Boolean'];
|
|
2389
|
+
description?: Maybe<Scalars['String']>;
|
|
2390
|
+
disableIndex?: Maybe<Scalars['Boolean']>;
|
|
2391
|
+
favIcon?: Maybe<Scalars['String']>;
|
|
2392
|
+
id: Scalars['String'];
|
|
2393
|
+
locale: Scalars['String'];
|
|
2394
|
+
pageTitle?: Maybe<Scalars['String']>;
|
|
2395
|
+
slug?: Maybe<Scalars['String']>;
|
|
2396
|
+
updatedAt?: Maybe<Scalars['Timestamp']>;
|
|
2397
|
+
};
|
|
2357
2398
|
export type Invoice = {
|
|
2358
2399
|
__typename?: 'Invoice';
|
|
2359
2400
|
/** It is the app id where the merchant is registered and creates the order invoice. */
|
|
@@ -2439,6 +2480,15 @@ export type LocationTranslations = {
|
|
|
2439
2480
|
fr?: Maybe<Scalars['String']>;
|
|
2440
2481
|
tr: Scalars['String'];
|
|
2441
2482
|
};
|
|
2483
|
+
export type MarketingCatalogGoogleConfigurations = {
|
|
2484
|
+
__typename?: 'MarketingCatalogGoogleConfigurations';
|
|
2485
|
+
barcodeDisplayType?: Maybe<GoogleCatalogBarcodeDisplayType>;
|
|
2486
|
+
};
|
|
2487
|
+
export type MarketingCatalogSettings = {
|
|
2488
|
+
__typename?: 'MarketingCatalogSettings';
|
|
2489
|
+
applyCampaignsToMarketingCatalog?: Maybe<Scalars['Boolean']>;
|
|
2490
|
+
googleConfigurations?: Maybe<MarketingCatalogGoogleConfigurations>;
|
|
2491
|
+
};
|
|
2442
2492
|
export type MeResponse = {
|
|
2443
2493
|
__typename?: 'MeResponse';
|
|
2444
2494
|
/** The date the app was added. */
|
|
@@ -2485,6 +2535,8 @@ export type MerchantAddress = {
|
|
|
2485
2535
|
taxOffice?: Maybe<Scalars['String']>;
|
|
2486
2536
|
title?: Maybe<Scalars['String']>;
|
|
2487
2537
|
type?: Maybe<MerchantSettingsAddressTypeEnum>;
|
|
2538
|
+
verified?: Maybe<Scalars['Boolean']>;
|
|
2539
|
+
verifiedAt?: Maybe<Scalars['Timestamp']>;
|
|
2488
2540
|
vkn?: Maybe<Scalars['String']>;
|
|
2489
2541
|
};
|
|
2490
2542
|
export type MerchantAddressCity = {
|
|
@@ -3097,6 +3149,7 @@ export type Order = {
|
|
|
3097
3149
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
3098
3150
|
/** Indicates who created the order. The order can be created by the customer or the store owner. */
|
|
3099
3151
|
createdBy?: Maybe<CartCreatedByEnum>;
|
|
3152
|
+
createdWithPayWithIkas?: Maybe<Scalars['Boolean']>;
|
|
3100
3153
|
/** It is the currency value of the order. */
|
|
3101
3154
|
currencyCode: Scalars['String'];
|
|
3102
3155
|
/** A list of currency rate objects. */
|
|
@@ -3369,6 +3422,7 @@ export type OrderAdjustment = {
|
|
|
3369
3422
|
campaignType?: Maybe<CampaignTypeEnum>;
|
|
3370
3423
|
/** It is the coupon id generated depending on the campaign. */
|
|
3371
3424
|
couponId?: Maybe<Scalars['String']>;
|
|
3425
|
+
createdFor?: Maybe<CampaignCreatedForEnum>;
|
|
3372
3426
|
/** It is the name of the adjustment. */
|
|
3373
3427
|
name: Scalars['String'];
|
|
3374
3428
|
/** It is the order of the adjustment. Adjustments are applied in this order. */
|
|
@@ -3376,6 +3430,7 @@ export type OrderAdjustment = {
|
|
|
3376
3430
|
/** The amount is the id of the transaction. */
|
|
3377
3431
|
transactionId?: Maybe<Scalars['String']>;
|
|
3378
3432
|
type: OrderAdjustmentEnum;
|
|
3433
|
+
usedLoyaltyPoints?: Maybe<Scalars['Float']>;
|
|
3379
3434
|
};
|
|
3380
3435
|
export type OrderAdjustmentAppliedOrderLine = {
|
|
3381
3436
|
__typename?: 'OrderAdjustmentAppliedOrderLine';
|
|
@@ -3482,7 +3537,7 @@ export type OrderCustomerInput = {
|
|
|
3482
3537
|
email?: InputMaybe<Scalars['String']>;
|
|
3483
3538
|
/** It is the first name of the customer who created the order. */
|
|
3484
3539
|
firstName?: InputMaybe<Scalars['String']>;
|
|
3485
|
-
id?: InputMaybe<Scalars['
|
|
3540
|
+
id?: InputMaybe<Scalars['String']>;
|
|
3486
3541
|
/** It is the last name of the customer who created the order. */
|
|
3487
3542
|
lastName?: InputMaybe<Scalars['String']>;
|
|
3488
3543
|
};
|
|
@@ -3618,7 +3673,7 @@ export type OrderLineItem = {
|
|
|
3618
3673
|
finalPrice?: Maybe<Scalars['Float']>;
|
|
3619
3674
|
/** It is the unit price of the order line item. */
|
|
3620
3675
|
finalUnitPrice?: Maybe<Scalars['Float']>;
|
|
3621
|
-
id: Scalars['
|
|
3676
|
+
id: Scalars['String'];
|
|
3622
3677
|
/** It is the option information of the variant value in the order line item. */
|
|
3623
3678
|
options?: Maybe<Array<OrderLineOption>>;
|
|
3624
3679
|
/** 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 +3713,7 @@ export type OrderLineItemInput = {
|
|
|
3658
3713
|
discount?: InputMaybe<OrderLineDiscountInput>;
|
|
3659
3714
|
/** It is the discount price of the line item. */
|
|
3660
3715
|
discountPrice?: InputMaybe<Scalars['Float']>;
|
|
3661
|
-
id?: InputMaybe<Scalars['
|
|
3716
|
+
id?: InputMaybe<Scalars['String']>;
|
|
3662
3717
|
/** It is the options information in the order line item. */
|
|
3663
3718
|
options?: InputMaybe<Array<OrderLineOptionInput>>;
|
|
3664
3719
|
/** It is the price of the line item. */
|
|
@@ -3928,6 +3983,7 @@ export type OrderLoyaltyLine = {
|
|
|
3928
3983
|
id: Scalars['String'];
|
|
3929
3984
|
loyaltyProgramCustomerId: Scalars['String'];
|
|
3930
3985
|
loyaltyProgramId: Scalars['String'];
|
|
3986
|
+
loyaltyProgramSpendingMethodType?: Maybe<Scalars['String']>;
|
|
3931
3987
|
loyaltySpendingMethodId: Scalars['String'];
|
|
3932
3988
|
};
|
|
3933
3989
|
export type OrderPackage = {
|
|
@@ -3936,7 +3992,7 @@ export type OrderPackage = {
|
|
|
3936
3992
|
deleted: Scalars['Boolean'];
|
|
3937
3993
|
/** If the package was sent via the cargo application and received an error, this field is filled with an error message. */
|
|
3938
3994
|
errorMessage?: Maybe<Scalars['String']>;
|
|
3939
|
-
id: Scalars['
|
|
3995
|
+
id: Scalars['String'];
|
|
3940
3996
|
/** An optional note, can attach to the order package. */
|
|
3941
3997
|
note?: Maybe<Scalars['String']>;
|
|
3942
3998
|
/** It is the id list of the order line items in the package. */
|
|
@@ -4138,7 +4194,7 @@ export type OrderSession = {
|
|
|
4138
4194
|
durationMS?: Maybe<Scalars['Float']>;
|
|
4139
4195
|
end?: Maybe<Scalars['Timestamp']>;
|
|
4140
4196
|
host?: Maybe<Scalars['String']>;
|
|
4141
|
-
id: Scalars['
|
|
4197
|
+
id: Scalars['String'];
|
|
4142
4198
|
ip?: Maybe<Scalars['String']>;
|
|
4143
4199
|
journeyId: Scalars['String'];
|
|
4144
4200
|
orderId?: Maybe<Scalars['String']>;
|
|
@@ -4338,14 +4394,14 @@ export type OrderTag = {
|
|
|
4338
4394
|
__typename?: 'OrderTag';
|
|
4339
4395
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
4340
4396
|
deleted: Scalars['Boolean'];
|
|
4341
|
-
id: Scalars['
|
|
4397
|
+
id: Scalars['String'];
|
|
4342
4398
|
name: Scalars['String'];
|
|
4343
4399
|
updatedAt?: Maybe<Scalars['Timestamp']>;
|
|
4344
4400
|
};
|
|
4345
4401
|
export type OrderTagInput = {
|
|
4346
4402
|
createdAt?: InputMaybe<Scalars['Timestamp']>;
|
|
4347
4403
|
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
4348
|
-
id?: InputMaybe<Scalars['
|
|
4404
|
+
id?: InputMaybe<Scalars['String']>;
|
|
4349
4405
|
name: Scalars['String'];
|
|
4350
4406
|
updatedAt?: InputMaybe<Scalars['Timestamp']>;
|
|
4351
4407
|
};
|
|
@@ -4384,7 +4440,7 @@ export type PaymentGateway = {
|
|
|
4384
4440
|
deleted: Scalars['Boolean'];
|
|
4385
4441
|
description?: Maybe<Scalars['String']>;
|
|
4386
4442
|
group?: Maybe<PaymentGatewayGroup>;
|
|
4387
|
-
id: Scalars['
|
|
4443
|
+
id: Scalars['String'];
|
|
4388
4444
|
isPassive?: Maybe<Scalars['Boolean']>;
|
|
4389
4445
|
logoUrl?: Maybe<Scalars['String']>;
|
|
4390
4446
|
masterPassClientId?: Maybe<Scalars['String']>;
|
|
@@ -4415,10 +4471,11 @@ export declare enum PaymentGatewayCodeEnum {
|
|
|
4415
4471
|
HEPSIPAY = "HEPSIPAY",
|
|
4416
4472
|
IKAS_PAY = "IKAS_PAY",
|
|
4417
4473
|
IKAS_PAY_ESNEKPOS = "IKAS_PAY_ESNEKPOS",
|
|
4474
|
+
IKAS_PAY_ORCHESTRATOR = "IKAS_PAY_ORCHESTRATOR",
|
|
4418
4475
|
IKAS_PAY_PARATIKA = "IKAS_PAY_PARATIKA",
|
|
4419
4476
|
IKAS_PAY_PAYZEE = "IKAS_PAY_PAYZEE",
|
|
4420
4477
|
IKAS_WALLET = "IKAS_WALLET",
|
|
4421
|
-
|
|
4478
|
+
IYZICO = "IYZICO",
|
|
4422
4479
|
KLARNA = "KLARNA",
|
|
4423
4480
|
MANUEL = "MANUEL",
|
|
4424
4481
|
MOKA = "MOKA",
|
|
@@ -4506,7 +4563,7 @@ export type PriceList = {
|
|
|
4506
4563
|
currencyCode?: Maybe<Scalars['String']>;
|
|
4507
4564
|
currencySymbol?: Maybe<Scalars['String']>;
|
|
4508
4565
|
deleted: Scalars['Boolean'];
|
|
4509
|
-
id: Scalars['
|
|
4566
|
+
id: Scalars['String'];
|
|
4510
4567
|
/** It is the name of the price list of the product. */
|
|
4511
4568
|
name: Scalars['String'];
|
|
4512
4569
|
ruleList?: Maybe<Array<PriceListRuleList>>;
|
|
@@ -4582,7 +4639,7 @@ export type Product = {
|
|
|
4582
4639
|
groupVariantsByVariantTypeId?: Maybe<Scalars['String']>;
|
|
4583
4640
|
/** List of hidden sales channel ids of the product. */
|
|
4584
4641
|
hiddenSalesChannelIds?: Maybe<Array<Scalars['String']>>;
|
|
4585
|
-
id: Scalars['
|
|
4642
|
+
id: Scalars['String'];
|
|
4586
4643
|
/** Max purchasable quantity of the product for per cart. */
|
|
4587
4644
|
maxQuantityPerCart?: Maybe<Scalars['Float']>;
|
|
4588
4645
|
/** HTML Metadata identifier of the product. */
|
|
@@ -4628,7 +4685,7 @@ export type ProductAttribute = {
|
|
|
4628
4685
|
deleted: Scalars['Boolean'];
|
|
4629
4686
|
/** Description of the attribute */
|
|
4630
4687
|
description?: Maybe<Scalars['String']>;
|
|
4631
|
-
id: Scalars['
|
|
4688
|
+
id: Scalars['String'];
|
|
4632
4689
|
/** Name of the attribute */
|
|
4633
4690
|
name: Scalars['String'];
|
|
4634
4691
|
/** Options of the attribute */
|
|
@@ -4650,7 +4707,7 @@ export type ProductAttributeInput = {
|
|
|
4650
4707
|
createdAt?: InputMaybe<Scalars['Timestamp']>;
|
|
4651
4708
|
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
4652
4709
|
description?: InputMaybe<Scalars['String']>;
|
|
4653
|
-
id?: InputMaybe<Scalars['
|
|
4710
|
+
id?: InputMaybe<Scalars['String']>;
|
|
4654
4711
|
name: Scalars['String'];
|
|
4655
4712
|
options?: InputMaybe<Array<ProductAttributeOptionInput>>;
|
|
4656
4713
|
tableTemplate?: InputMaybe<ProductAttributeTableTemplateInput>;
|
|
@@ -4664,7 +4721,7 @@ export type ProductAttributeOption = {
|
|
|
4664
4721
|
colorCode?: Maybe<Scalars['String']>;
|
|
4665
4722
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
4666
4723
|
deleted: Scalars['Boolean'];
|
|
4667
|
-
id: Scalars['
|
|
4724
|
+
id: Scalars['String'];
|
|
4668
4725
|
/** Name of the product attribute option */
|
|
4669
4726
|
name: Scalars['String'];
|
|
4670
4727
|
/** It is the image information of the product attribute option. */
|
|
@@ -4675,7 +4732,7 @@ export type ProductAttributeOptionInput = {
|
|
|
4675
4732
|
colorCode?: InputMaybe<Scalars['String']>;
|
|
4676
4733
|
createdAt?: InputMaybe<Scalars['Timestamp']>;
|
|
4677
4734
|
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
4678
|
-
id?: InputMaybe<Scalars['
|
|
4735
|
+
id?: InputMaybe<Scalars['String']>;
|
|
4679
4736
|
name: Scalars['String'];
|
|
4680
4737
|
thumbnailImageId?: InputMaybe<Scalars['String']>;
|
|
4681
4738
|
updatedAt?: InputMaybe<Scalars['Timestamp']>;
|
|
@@ -4780,7 +4837,7 @@ export type ProductBrand = {
|
|
|
4780
4837
|
deleted: Scalars['Boolean'];
|
|
4781
4838
|
/** The description of the product's brand. */
|
|
4782
4839
|
description?: Maybe<Scalars['String']>;
|
|
4783
|
-
id: Scalars['
|
|
4840
|
+
id: Scalars['String'];
|
|
4784
4841
|
/** The image information of the product's brand. */
|
|
4785
4842
|
imageId?: Maybe<Scalars['String']>;
|
|
4786
4843
|
/** It is the metadata information of the product brand. */
|
|
@@ -4799,7 +4856,7 @@ export type ProductBrandInput = {
|
|
|
4799
4856
|
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
4800
4857
|
/** The description of the product's brand. */
|
|
4801
4858
|
description?: InputMaybe<Scalars['String']>;
|
|
4802
|
-
id?: InputMaybe<Scalars['
|
|
4859
|
+
id?: InputMaybe<Scalars['String']>;
|
|
4803
4860
|
/** The image information of the product's brand. */
|
|
4804
4861
|
imageId?: InputMaybe<Scalars['String']>;
|
|
4805
4862
|
/** It is the metadata information of the product brand. */
|
|
@@ -4861,7 +4918,7 @@ export type ProductInput = {
|
|
|
4861
4918
|
googleTaxonomyId?: InputMaybe<Scalars['String']>;
|
|
4862
4919
|
groupVariantsByVariantTypeId?: InputMaybe<Scalars['String']>;
|
|
4863
4920
|
hiddenSalesChannelIds?: InputMaybe<Array<Scalars['String']>>;
|
|
4864
|
-
id?: InputMaybe<Scalars['
|
|
4921
|
+
id?: InputMaybe<Scalars['String']>;
|
|
4865
4922
|
/** Max purchasable quantity of the product for per cart. */
|
|
4866
4923
|
maxQuantityPerCart?: InputMaybe<Scalars['Float']>;
|
|
4867
4924
|
metaData?: InputMaybe<HTMLMetaDataInput>;
|
|
@@ -4890,7 +4947,7 @@ export type ProductOption = {
|
|
|
4890
4947
|
dateSettings?: Maybe<ProductOptionDateSettings>;
|
|
4891
4948
|
deleted: Scalars['Boolean'];
|
|
4892
4949
|
fileSettings?: Maybe<ProductOptionFileSettings>;
|
|
4893
|
-
id: Scalars['
|
|
4950
|
+
id: Scalars['String'];
|
|
4894
4951
|
isOptional?: Maybe<Scalars['Boolean']>;
|
|
4895
4952
|
name: Scalars['String'];
|
|
4896
4953
|
optionalText?: Maybe<Scalars['String']>;
|
|
@@ -4939,7 +4996,7 @@ export type ProductOptionSelectValue = {
|
|
|
4939
4996
|
colorCode?: Maybe<Scalars['String']>;
|
|
4940
4997
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
4941
4998
|
deleted: Scalars['Boolean'];
|
|
4942
|
-
id: Scalars['
|
|
4999
|
+
id: Scalars['String'];
|
|
4943
5000
|
order: Scalars['Float'];
|
|
4944
5001
|
otherPrices?: Maybe<Array<ProductOptionSelectValueOtherPrice>>;
|
|
4945
5002
|
price?: Maybe<Scalars['Float']>;
|
|
@@ -4965,7 +5022,7 @@ export type ProductOptionSet = {
|
|
|
4965
5022
|
__typename?: 'ProductOptionSet';
|
|
4966
5023
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
4967
5024
|
deleted: Scalars['Boolean'];
|
|
4968
|
-
id: Scalars['
|
|
5025
|
+
id: Scalars['String'];
|
|
4969
5026
|
name: Scalars['String'];
|
|
4970
5027
|
options: Array<ProductOption>;
|
|
4971
5028
|
translations?: Maybe<Array<ProductOptionSetTranslations>>;
|
|
@@ -5004,7 +5061,7 @@ export type ProductOrder = {
|
|
|
5004
5061
|
categoryIds?: Maybe<Array<Scalars['String']>>;
|
|
5005
5062
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
5006
5063
|
deleted: Scalars['Boolean'];
|
|
5007
|
-
id: Scalars['
|
|
5064
|
+
id: Scalars['String'];
|
|
5008
5065
|
products: Array<ProductOrderProduct>;
|
|
5009
5066
|
updatedAt?: Maybe<Scalars['Timestamp']>;
|
|
5010
5067
|
};
|
|
@@ -5013,17 +5070,17 @@ export type ProductOrderInput = {
|
|
|
5013
5070
|
categoryIds?: InputMaybe<Array<Scalars['String']>>;
|
|
5014
5071
|
createdAt?: InputMaybe<Scalars['Timestamp']>;
|
|
5015
5072
|
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
5016
|
-
id?: InputMaybe<Scalars['
|
|
5073
|
+
id?: InputMaybe<Scalars['String']>;
|
|
5017
5074
|
products: Array<ProductOrderProductInput>;
|
|
5018
5075
|
updatedAt?: InputMaybe<Scalars['Timestamp']>;
|
|
5019
5076
|
};
|
|
5020
5077
|
export type ProductOrderProduct = {
|
|
5021
5078
|
__typename?: 'ProductOrderProduct';
|
|
5022
|
-
order: Scalars['
|
|
5079
|
+
order: Scalars['Float'];
|
|
5023
5080
|
productId: Scalars['String'];
|
|
5024
5081
|
};
|
|
5025
5082
|
export type ProductOrderProductInput = {
|
|
5026
|
-
order: Scalars['
|
|
5083
|
+
order: Scalars['Float'];
|
|
5027
5084
|
productId: Scalars['String'];
|
|
5028
5085
|
};
|
|
5029
5086
|
export type ProductPaginationResponse = {
|
|
@@ -5111,7 +5168,7 @@ export type ProductSearchResponse = {
|
|
|
5111
5168
|
/** Number of search results listed in current page. */
|
|
5112
5169
|
count: Scalars['Float'];
|
|
5113
5170
|
/** Search result */
|
|
5114
|
-
data:
|
|
5171
|
+
data: Array<SearchProduct>;
|
|
5115
5172
|
/** Maximum number of results returned in each page. */
|
|
5116
5173
|
limit: Scalars['Float'];
|
|
5117
5174
|
/** Current page number of the search results. */
|
|
@@ -5125,7 +5182,7 @@ export type ProductStockLocation = {
|
|
|
5125
5182
|
__typename?: 'ProductStockLocation';
|
|
5126
5183
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
5127
5184
|
deleted: Scalars['Boolean'];
|
|
5128
|
-
id: Scalars['
|
|
5185
|
+
id: Scalars['String'];
|
|
5129
5186
|
productId: Scalars['String'];
|
|
5130
5187
|
stockCount: Scalars['Float'];
|
|
5131
5188
|
stockLocationId: Scalars['String'];
|
|
@@ -5135,7 +5192,7 @@ export type ProductStockLocation = {
|
|
|
5135
5192
|
export type ProductStockLocationInput = {
|
|
5136
5193
|
createdAt?: InputMaybe<Scalars['Timestamp']>;
|
|
5137
5194
|
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
5138
|
-
id?: InputMaybe<Scalars['
|
|
5195
|
+
id?: InputMaybe<Scalars['String']>;
|
|
5139
5196
|
/** It is the product id to which the variant associated. */
|
|
5140
5197
|
productId: Scalars['String'];
|
|
5141
5198
|
/** It is the stock quantity of the variant. */
|
|
@@ -5179,7 +5236,7 @@ export type ProductTag = {
|
|
|
5179
5236
|
__typename?: 'ProductTag';
|
|
5180
5237
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
5181
5238
|
deleted: Scalars['Boolean'];
|
|
5182
|
-
id: Scalars['
|
|
5239
|
+
id: Scalars['String'];
|
|
5183
5240
|
/** The name of the product's tag. */
|
|
5184
5241
|
name: Scalars['String'];
|
|
5185
5242
|
/** The name of the product's tag. */
|
|
@@ -5189,7 +5246,7 @@ export type ProductTag = {
|
|
|
5189
5246
|
export type ProductTagInput = {
|
|
5190
5247
|
createdAt?: InputMaybe<Scalars['Timestamp']>;
|
|
5191
5248
|
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
5192
|
-
id?: InputMaybe<Scalars['
|
|
5249
|
+
id?: InputMaybe<Scalars['String']>;
|
|
5193
5250
|
/** The name of the product's tag. */
|
|
5194
5251
|
name: Scalars['String'];
|
|
5195
5252
|
/** The name of the product's tag. */
|
|
@@ -5239,7 +5296,7 @@ export type ProductUnit = {
|
|
|
5239
5296
|
__typename?: 'ProductUnit';
|
|
5240
5297
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
5241
5298
|
deleted: Scalars['Boolean'];
|
|
5242
|
-
id: Scalars['
|
|
5299
|
+
id: Scalars['String'];
|
|
5243
5300
|
/** The name of the product's unit. */
|
|
5244
5301
|
name: Scalars['String'];
|
|
5245
5302
|
/** The name of the product's unit. */
|
|
@@ -5249,7 +5306,7 @@ export type ProductUnit = {
|
|
|
5249
5306
|
export type ProductUnitInput = {
|
|
5250
5307
|
createdAt?: InputMaybe<Scalars['Timestamp']>;
|
|
5251
5308
|
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
5252
|
-
id?: InputMaybe<Scalars['
|
|
5309
|
+
id?: InputMaybe<Scalars['String']>;
|
|
5253
5310
|
/** The name of the product's unit. */
|
|
5254
5311
|
name: Scalars['String'];
|
|
5255
5312
|
/** The name of the product's unit. */
|
|
@@ -5305,7 +5362,7 @@ export type ProductVolumeDiscount = {
|
|
|
5305
5362
|
__typename?: 'ProductVolumeDiscount';
|
|
5306
5363
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
5307
5364
|
deleted: Scalars['Boolean'];
|
|
5308
|
-
id: Scalars['
|
|
5365
|
+
id: Scalars['String'];
|
|
5309
5366
|
/** The name of the product volume discount. */
|
|
5310
5367
|
name: Scalars['String'];
|
|
5311
5368
|
/** Shows the product volume discount rules. */
|
|
@@ -5317,7 +5374,7 @@ export type ProductVolumeDiscount = {
|
|
|
5317
5374
|
export type ProductVolumeDiscountInput = {
|
|
5318
5375
|
createdAt?: InputMaybe<Scalars['Timestamp']>;
|
|
5319
5376
|
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
5320
|
-
id?: InputMaybe<Scalars['
|
|
5377
|
+
id?: InputMaybe<Scalars['String']>;
|
|
5321
5378
|
/** The name of the product volume discount. */
|
|
5322
5379
|
name: Scalars['String'];
|
|
5323
5380
|
/** Shows the product volume discount rules. */
|
|
@@ -5356,7 +5413,7 @@ export type PublicTransaction = {
|
|
|
5356
5413
|
deleted: Scalars['Boolean'];
|
|
5357
5414
|
error?: Maybe<TransactionError>;
|
|
5358
5415
|
gatewayReferenceId?: Maybe<Scalars['String']>;
|
|
5359
|
-
id: Scalars['
|
|
5416
|
+
id: Scalars['String'];
|
|
5360
5417
|
lineItems?: Maybe<Array<TransactionOrderLineItem>>;
|
|
5361
5418
|
orderId?: Maybe<Scalars['String']>;
|
|
5362
5419
|
paymentGatewayCode?: Maybe<Scalars['String']>;
|
|
@@ -5374,6 +5431,8 @@ export type Query = {
|
|
|
5374
5431
|
__typename?: 'Query';
|
|
5375
5432
|
/** By using this api you can get properties of merchant and merchant staff. */
|
|
5376
5433
|
getAuthorizedApp?: Maybe<AuthorizedApp>;
|
|
5434
|
+
/** Using this api, you can get available subscriptions for a merchant app. */
|
|
5435
|
+
getAvailableSubscriptions: Array<GetAvailableSubscriptionResponse>;
|
|
5377
5436
|
/** Use this mutation to get global settings. */
|
|
5378
5437
|
getGlobalTaxSettings?: Maybe<GlobalTaxSettings>;
|
|
5379
5438
|
/** Using this API, you can make payments and refunds via Ikas Wallet. */
|
|
@@ -5679,6 +5738,7 @@ export type QuerylistOrderTagArgs = {
|
|
|
5679
5738
|
updatedAt?: InputMaybe<DateFilterInput>;
|
|
5680
5739
|
};
|
|
5681
5740
|
export type QuerylistOrderTransactionsArgs = {
|
|
5741
|
+
includeAll?: InputMaybe<Scalars['Boolean']>;
|
|
5682
5742
|
orderId: Scalars['String'];
|
|
5683
5743
|
};
|
|
5684
5744
|
export type QuerylistPaymentGatewayArgs = {
|
|
@@ -6291,7 +6351,7 @@ export type ShippingSettings = {
|
|
|
6291
6351
|
__typename?: 'ShippingSettings';
|
|
6292
6352
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
6293
6353
|
deleted: Scalars['Boolean'];
|
|
6294
|
-
id: Scalars['
|
|
6354
|
+
id: Scalars['String'];
|
|
6295
6355
|
isPassive?: Maybe<Scalars['Boolean']>;
|
|
6296
6356
|
localDeliverySettings?: Maybe<LocalDeliverySettings>;
|
|
6297
6357
|
order?: Maybe<Scalars['Float']>;
|
|
@@ -6348,7 +6408,7 @@ export type ShippingZoneRate = {
|
|
|
6348
6408
|
currencyCode?: Maybe<Scalars['String']>;
|
|
6349
6409
|
currencySymbol?: Maybe<Scalars['String']>;
|
|
6350
6410
|
deleted: Scalars['Boolean'];
|
|
6351
|
-
id: Scalars['
|
|
6411
|
+
id: Scalars['String'];
|
|
6352
6412
|
price: Scalars['Float'];
|
|
6353
6413
|
priceListId?: Maybe<Scalars['String']>;
|
|
6354
6414
|
rateName: Scalars['String'];
|
|
@@ -6369,7 +6429,7 @@ export type ShippingZoneRegion = {
|
|
|
6369
6429
|
__typename?: 'ShippingZoneRegion';
|
|
6370
6430
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
6371
6431
|
deleted: Scalars['Boolean'];
|
|
6372
|
-
id: Scalars['
|
|
6432
|
+
id: Scalars['String'];
|
|
6373
6433
|
name: Scalars['String'];
|
|
6374
6434
|
updatedAt?: Maybe<Scalars['Timestamp']>;
|
|
6375
6435
|
};
|
|
@@ -6383,7 +6443,7 @@ export type SimpleCategory = {
|
|
|
6383
6443
|
__typename?: 'SimpleCategory';
|
|
6384
6444
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
6385
6445
|
deleted: Scalars['Boolean'];
|
|
6386
|
-
id: Scalars['
|
|
6446
|
+
id: Scalars['String'];
|
|
6387
6447
|
/** It is the name of the category in which the product is located. */
|
|
6388
6448
|
name: Scalars['String'];
|
|
6389
6449
|
/** It is the id of the superclass category of the category. */
|
|
@@ -6394,7 +6454,7 @@ export type SimpleProductBrand = {
|
|
|
6394
6454
|
__typename?: 'SimpleProductBrand';
|
|
6395
6455
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
6396
6456
|
deleted: Scalars['Boolean'];
|
|
6397
|
-
id: Scalars['
|
|
6457
|
+
id: Scalars['String'];
|
|
6398
6458
|
/** The name of the product's brand. */
|
|
6399
6459
|
name: Scalars['String'];
|
|
6400
6460
|
updatedAt?: Maybe<Scalars['Timestamp']>;
|
|
@@ -6403,11 +6463,26 @@ export type SimpleProductTag = {
|
|
|
6403
6463
|
__typename?: 'SimpleProductTag';
|
|
6404
6464
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
6405
6465
|
deleted: Scalars['Boolean'];
|
|
6406
|
-
id: Scalars['
|
|
6466
|
+
id: Scalars['String'];
|
|
6407
6467
|
/** The name of the product's tag. */
|
|
6408
6468
|
name: Scalars['String'];
|
|
6409
6469
|
updatedAt?: Maybe<Scalars['Timestamp']>;
|
|
6410
6470
|
};
|
|
6471
|
+
export type SocialLoginSettings = {
|
|
6472
|
+
__typename?: 'SocialLoginSettings';
|
|
6473
|
+
apiKey?: Maybe<Scalars['String']>;
|
|
6474
|
+
apiSecret?: Maybe<Scalars['String']>;
|
|
6475
|
+
bundleId?: Maybe<Scalars['String']>;
|
|
6476
|
+
keyId?: Maybe<Scalars['String']>;
|
|
6477
|
+
provider: SocialLoginSettingsSocialLoginProviderEnum;
|
|
6478
|
+
teamId?: Maybe<Scalars['String']>;
|
|
6479
|
+
};
|
|
6480
|
+
export declare enum SocialLoginSettingsSocialLoginProviderEnum {
|
|
6481
|
+
apple = "apple",
|
|
6482
|
+
facebook = "facebook",
|
|
6483
|
+
google = "google",
|
|
6484
|
+
twitch = "twitch"
|
|
6485
|
+
}
|
|
6411
6486
|
/** Timeline Source Types */
|
|
6412
6487
|
export declare enum SourceTypeEnum {
|
|
6413
6488
|
CUSTOMER = "CUSTOMER",
|
|
@@ -6429,7 +6504,7 @@ export type State = {
|
|
|
6429
6504
|
countryId: Scalars['String'];
|
|
6430
6505
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
6431
6506
|
deleted: Scalars['Boolean'];
|
|
6432
|
-
id: Scalars['
|
|
6507
|
+
id: Scalars['String'];
|
|
6433
6508
|
/** Shows spellings of state name in different languages. */
|
|
6434
6509
|
locationTranslations?: Maybe<LocationTranslations>;
|
|
6435
6510
|
/** State's name. */
|
|
@@ -6450,7 +6525,7 @@ export type StockLocation = {
|
|
|
6450
6525
|
deliveryTime?: Maybe<StockLocationDeliveryTimeEnum>;
|
|
6451
6526
|
/** It is the description of the stock location. */
|
|
6452
6527
|
description?: Maybe<Scalars['String']>;
|
|
6453
|
-
id: Scalars['
|
|
6528
|
+
id: Scalars['String'];
|
|
6454
6529
|
isRemindOutOfStockEnabled?: Maybe<Scalars['Boolean']>;
|
|
6455
6530
|
/** It is the name of the stock location. */
|
|
6456
6531
|
name: Scalars['String'];
|
|
@@ -6541,17 +6616,53 @@ export declare enum StockLocationTypeEnum {
|
|
|
6541
6616
|
}
|
|
6542
6617
|
export type Storefront = {
|
|
6543
6618
|
__typename?: 'Storefront';
|
|
6619
|
+
analytics4Id?: Maybe<Scalars['String']>;
|
|
6620
|
+
analytics4Secret?: Maybe<Scalars['String']>;
|
|
6621
|
+
analytics4Verified?: Maybe<Scalars['Boolean']>;
|
|
6622
|
+
b2bSettings?: Maybe<StorefrontB2BSettings>;
|
|
6544
6623
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
6545
6624
|
deleted: Scalars['Boolean'];
|
|
6546
6625
|
domains?: Maybe<Array<StorefrontDomain>>;
|
|
6547
|
-
|
|
6548
|
-
|
|
6626
|
+
emailSettingsId?: Maybe<Scalars['String']>;
|
|
6627
|
+
fbAccessToken?: Maybe<Scalars['String']>;
|
|
6628
|
+
fbcVerified?: Maybe<Scalars['Boolean']>;
|
|
6629
|
+
fbpId?: Maybe<Scalars['String']>;
|
|
6630
|
+
gtmId?: Maybe<Scalars['String']>;
|
|
6631
|
+
id: Scalars['String'];
|
|
6632
|
+
indexPageSeoSettings?: Maybe<Array<IndexPageSeoSetting>>;
|
|
6633
|
+
localizations: Array<StorefrontLocalization>;
|
|
6634
|
+
mainStorefrontThemeId?: Maybe<Scalars['String']>;
|
|
6635
|
+
marketingCatalogSettings?: Maybe<MarketingCatalogSettings>;
|
|
6636
|
+
metaTemplates?: Maybe<Array<StorefrontMetaTemplate>>;
|
|
6549
6637
|
name: Scalars['String'];
|
|
6550
|
-
|
|
6638
|
+
pickUpStockLocationIds?: Maybe<Array<Scalars['String']>>;
|
|
6639
|
+
robotsTxt?: Maybe<Scalars['String']>;
|
|
6551
6640
|
routings: Array<StorefrontRouting>;
|
|
6552
6641
|
salesChannelId: Scalars['String'];
|
|
6642
|
+
socialLoginSettings?: Maybe<Array<SocialLoginSettings>>;
|
|
6643
|
+
status: StorefrontStatusTypes;
|
|
6644
|
+
themes: Array<StorefrontTheme>;
|
|
6645
|
+
tiktokPixelId?: Maybe<Scalars['String']>;
|
|
6646
|
+
token?: Maybe<Scalars['String']>;
|
|
6647
|
+
type: StorefrontTypeEnum;
|
|
6648
|
+
universalAnalyticsId?: Maybe<Scalars['String']>;
|
|
6553
6649
|
updatedAt?: Maybe<Scalars['Timestamp']>;
|
|
6554
6650
|
};
|
|
6651
|
+
export type StorefrontB2BSettings = {
|
|
6652
|
+
__typename?: 'StorefrontB2BSettings';
|
|
6653
|
+
allowOnlyApprovedCustomersToLogin: Scalars['Boolean'];
|
|
6654
|
+
showPrices: StorefrontB2BShowPricesEnum;
|
|
6655
|
+
showProducts: StorefrontB2BShowProductsEnum;
|
|
6656
|
+
};
|
|
6657
|
+
export declare enum StorefrontB2BShowPricesEnum {
|
|
6658
|
+
ALWAYS = "ALWAYS",
|
|
6659
|
+
NEVER = "NEVER",
|
|
6660
|
+
ONLY_TO_CUSTOMERS = "ONLY_TO_CUSTOMERS"
|
|
6661
|
+
}
|
|
6662
|
+
export declare enum StorefrontB2BShowProductsEnum {
|
|
6663
|
+
ALWAYS = "ALWAYS",
|
|
6664
|
+
ONLY_TO_CUSTOMERS = "ONLY_TO_CUSTOMERS"
|
|
6665
|
+
}
|
|
6555
6666
|
export type StorefrontDomain = {
|
|
6556
6667
|
__typename?: 'StorefrontDomain';
|
|
6557
6668
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
@@ -6609,6 +6720,31 @@ export type StorefrontJSScriptInput = {
|
|
|
6609
6720
|
scriptContent: Scalars['String'];
|
|
6610
6721
|
storefrontId: Scalars['String'];
|
|
6611
6722
|
};
|
|
6723
|
+
export type StorefrontLocalization = {
|
|
6724
|
+
__typename?: 'StorefrontLocalization';
|
|
6725
|
+
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
6726
|
+
deleted: Scalars['Boolean'];
|
|
6727
|
+
id: Scalars['String'];
|
|
6728
|
+
isDefault: Scalars['Boolean'];
|
|
6729
|
+
locale: Scalars['String'];
|
|
6730
|
+
name: Scalars['String'];
|
|
6731
|
+
updatedAt?: Maybe<Scalars['Timestamp']>;
|
|
6732
|
+
};
|
|
6733
|
+
export type StorefrontMetaTemplate = {
|
|
6734
|
+
__typename?: 'StorefrontMetaTemplate';
|
|
6735
|
+
descriptionTemplate?: Maybe<Scalars['String']>;
|
|
6736
|
+
locale?: Maybe<Scalars['String']>;
|
|
6737
|
+
pageType?: Maybe<StorefrontPageTypesEnum>;
|
|
6738
|
+
titleTemplate?: Maybe<Scalars['String']>;
|
|
6739
|
+
};
|
|
6740
|
+
export declare enum StorefrontPageTypesEnum {
|
|
6741
|
+
BLOG = "BLOG",
|
|
6742
|
+
BLOG_CATEGORY = "BLOG_CATEGORY",
|
|
6743
|
+
BRAND = "BRAND",
|
|
6744
|
+
CATEGORY = "CATEGORY",
|
|
6745
|
+
CUSTOM = "CUSTOM",
|
|
6746
|
+
PRODUCT = "PRODUCT"
|
|
6747
|
+
}
|
|
6612
6748
|
export type StorefrontPolicy = {
|
|
6613
6749
|
__typename?: 'StorefrontPolicy';
|
|
6614
6750
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
@@ -6628,7 +6764,7 @@ export type StorefrontPolicyInput = {
|
|
|
6628
6764
|
content: Scalars['String'];
|
|
6629
6765
|
createdAt?: InputMaybe<Scalars['Timestamp']>;
|
|
6630
6766
|
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
6631
|
-
id?: InputMaybe<Scalars['
|
|
6767
|
+
id?: InputMaybe<Scalars['String']>;
|
|
6632
6768
|
locale: Scalars['String'];
|
|
6633
6769
|
name: Scalars['String'];
|
|
6634
6770
|
sendEmail: Scalars['Boolean'];
|
|
@@ -6670,6 +6806,40 @@ export type StorefrontRouting = {
|
|
|
6670
6806
|
priceListId?: Maybe<Scalars['String']>;
|
|
6671
6807
|
updatedAt?: Maybe<Scalars['Timestamp']>;
|
|
6672
6808
|
};
|
|
6809
|
+
export declare enum StorefrontStatusTypes {
|
|
6810
|
+
FAILED = "FAILED",
|
|
6811
|
+
NOT_DEPLOYED = "NOT_DEPLOYED",
|
|
6812
|
+
READY = "READY",
|
|
6813
|
+
WAITING = "WAITING"
|
|
6814
|
+
}
|
|
6815
|
+
export type StorefrontTheme = {
|
|
6816
|
+
__typename?: 'StorefrontTheme';
|
|
6817
|
+
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
6818
|
+
deleted: Scalars['Boolean'];
|
|
6819
|
+
domainPrefix?: Maybe<Scalars['String']>;
|
|
6820
|
+
id: Scalars['String'];
|
|
6821
|
+
isMainTheme: Scalars['Boolean'];
|
|
6822
|
+
name: Scalars['String'];
|
|
6823
|
+
status: StorefrontThemeStatus;
|
|
6824
|
+
themeId?: Maybe<Scalars['String']>;
|
|
6825
|
+
themeVersionId?: Maybe<Scalars['String']>;
|
|
6826
|
+
type?: Maybe<StorefrontThemeTypeEnum>;
|
|
6827
|
+
updatedAt?: Maybe<Scalars['Timestamp']>;
|
|
6828
|
+
};
|
|
6829
|
+
export declare enum StorefrontThemeStatus {
|
|
6830
|
+
FAILED = "FAILED",
|
|
6831
|
+
NOT_DEPLOYED = "NOT_DEPLOYED",
|
|
6832
|
+
READY = "READY",
|
|
6833
|
+
WAITING = "WAITING"
|
|
6834
|
+
}
|
|
6835
|
+
export declare enum StorefrontThemeTypeEnum {
|
|
6836
|
+
STOREFRONT_PROJECT = "STOREFRONT_PROJECT",
|
|
6837
|
+
THEME = "THEME"
|
|
6838
|
+
}
|
|
6839
|
+
export declare enum StorefrontTypeEnum {
|
|
6840
|
+
B2B_STOREFRONT = "B2B_STOREFRONT",
|
|
6841
|
+
STOREFRONT = "STOREFRONT"
|
|
6842
|
+
}
|
|
6673
6843
|
export type StringFilterInput = {
|
|
6674
6844
|
/** Equal to operator. Matches exact values. */
|
|
6675
6845
|
eq?: InputMaybe<Scalars['String']>;
|
|
@@ -6740,7 +6910,7 @@ export type TaxSettings = {
|
|
|
6740
6910
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
6741
6911
|
deleted: Scalars['Boolean'];
|
|
6742
6912
|
giftPackageTaxRates?: Maybe<Array<TaxSettingsGiftPackageTaxRate>>;
|
|
6743
|
-
id: Scalars['
|
|
6913
|
+
id: Scalars['String'];
|
|
6744
6914
|
productOverrides?: Maybe<Array<TaxSettingsProductOverride>>;
|
|
6745
6915
|
rates?: Maybe<Array<TaxSettingsRate>>;
|
|
6746
6916
|
shippingTaxRates?: Maybe<Array<TaxSettingsShippingTaxRate>>;
|
|
@@ -6761,7 +6931,7 @@ export type TaxSettingsInput = {
|
|
|
6761
6931
|
createdAt?: InputMaybe<Scalars['Timestamp']>;
|
|
6762
6932
|
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
6763
6933
|
giftPackageTaxRates?: InputMaybe<Array<TaxSettingsGiftPackageTaxRateInput>>;
|
|
6764
|
-
id?: InputMaybe<Scalars['
|
|
6934
|
+
id?: InputMaybe<Scalars['String']>;
|
|
6765
6935
|
productOverrides: Array<TaxSettingsProductOverrideInput>;
|
|
6766
6936
|
rates?: InputMaybe<Array<TaxSettingsRateInput>>;
|
|
6767
6937
|
shippingTaxRates?: InputMaybe<Array<TaxSettingsShippingTaxRateInput>>;
|
|
@@ -6802,7 +6972,7 @@ export type Terminal = {
|
|
|
6802
6972
|
branchId: Scalars['String'];
|
|
6803
6973
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
6804
6974
|
deleted: Scalars['Boolean'];
|
|
6805
|
-
id: Scalars['
|
|
6975
|
+
id: Scalars['String'];
|
|
6806
6976
|
name: Scalars['String'];
|
|
6807
6977
|
updatedAt?: Maybe<Scalars['Timestamp']>;
|
|
6808
6978
|
};
|
|
@@ -6831,7 +7001,7 @@ export type Town = {
|
|
|
6831
7001
|
deleted: Scalars['Boolean'];
|
|
6832
7002
|
/** ID indicating which district the town belongs to. */
|
|
6833
7003
|
districtId: Scalars['String'];
|
|
6834
|
-
id: Scalars['
|
|
7004
|
+
id: Scalars['String'];
|
|
6835
7005
|
/** Town's name. */
|
|
6836
7006
|
name: Scalars['String'];
|
|
6837
7007
|
/** Specifies the order of towns. */
|
|
@@ -7023,7 +7193,7 @@ export type Variant = {
|
|
|
7023
7193
|
fileId?: Maybe<Scalars['String']>;
|
|
7024
7194
|
/** Hs code of the variant. */
|
|
7025
7195
|
hsCode?: Maybe<Scalars['String']>;
|
|
7026
|
-
id: Scalars['
|
|
7196
|
+
id: Scalars['String'];
|
|
7027
7197
|
/** List of images for variant. */
|
|
7028
7198
|
images?: Maybe<Array<ProductImage>>;
|
|
7029
7199
|
/** Whether the variant is active or not. */
|
|
@@ -7053,7 +7223,7 @@ export type VariantInput = {
|
|
|
7053
7223
|
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
7054
7224
|
fileId?: InputMaybe<Scalars['String']>;
|
|
7055
7225
|
hsCode?: InputMaybe<Scalars['String']>;
|
|
7056
|
-
id?: InputMaybe<Scalars['
|
|
7226
|
+
id?: InputMaybe<Scalars['String']>;
|
|
7057
7227
|
images?: InputMaybe<Array<ProductImageInput>>;
|
|
7058
7228
|
isActive?: Scalars['Boolean'];
|
|
7059
7229
|
prices: Array<ProductPriceInput>;
|
|
@@ -7083,7 +7253,7 @@ export type VariantType = {
|
|
|
7083
7253
|
__typename?: 'VariantType';
|
|
7084
7254
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
7085
7255
|
deleted: Scalars['Boolean'];
|
|
7086
|
-
id: Scalars['
|
|
7256
|
+
id: Scalars['String'];
|
|
7087
7257
|
/** Product variant type name information. **For example: Size, Color, Number etc.**.It can be a maximum of 100 characters. */
|
|
7088
7258
|
name: Scalars['String'];
|
|
7089
7259
|
/** Product variant type selection type. It can be choice or color. */
|
|
@@ -7097,7 +7267,7 @@ export type VariantType = {
|
|
|
7097
7267
|
export type VariantTypeInput = {
|
|
7098
7268
|
createdAt?: InputMaybe<Scalars['Timestamp']>;
|
|
7099
7269
|
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
7100
|
-
id?: InputMaybe<Scalars['
|
|
7270
|
+
id?: InputMaybe<Scalars['String']>;
|
|
7101
7271
|
/** Product variant type name information. **For example: Size, Color, Number etc.**.It can be a maximum of 100 characters. */
|
|
7102
7272
|
name: Scalars['String'];
|
|
7103
7273
|
/** Product variant type selection type. It can be choice or color. */
|
|
@@ -7142,7 +7312,7 @@ export type VariantValue = {
|
|
|
7142
7312
|
colorCode?: Maybe<Scalars['String']>;
|
|
7143
7313
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
7144
7314
|
deleted: Scalars['Boolean'];
|
|
7145
|
-
id: Scalars['
|
|
7315
|
+
id: Scalars['String'];
|
|
7146
7316
|
/** 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
7317
|
name: Scalars['String'];
|
|
7148
7318
|
/** It is the image information of the variant values. */
|
|
@@ -7154,7 +7324,7 @@ export type VariantValueInput = {
|
|
|
7154
7324
|
colorCode?: InputMaybe<Scalars['String']>;
|
|
7155
7325
|
createdAt?: InputMaybe<Scalars['Timestamp']>;
|
|
7156
7326
|
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
7157
|
-
id?: InputMaybe<Scalars['
|
|
7327
|
+
id?: InputMaybe<Scalars['String']>;
|
|
7158
7328
|
/** 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
7329
|
name: Scalars['String'];
|
|
7160
7330
|
/** It is the image information of the variant values. */
|
|
@@ -7190,7 +7360,7 @@ export type Vendor = {
|
|
|
7190
7360
|
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
7191
7361
|
deleted: Scalars['Boolean'];
|
|
7192
7362
|
email?: Maybe<Scalars['String']>;
|
|
7193
|
-
id: Scalars['
|
|
7363
|
+
id: Scalars['String'];
|
|
7194
7364
|
name: Scalars['String'];
|
|
7195
7365
|
phone?: Maybe<Scalars['String']>;
|
|
7196
7366
|
staffName?: Maybe<Scalars['String']>;
|
|
@@ -7205,7 +7375,7 @@ export type VendorInput = {
|
|
|
7205
7375
|
createdAt?: InputMaybe<Scalars['Timestamp']>;
|
|
7206
7376
|
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
7207
7377
|
email?: InputMaybe<Scalars['String']>;
|
|
7208
|
-
id?: InputMaybe<Scalars['
|
|
7378
|
+
id?: InputMaybe<Scalars['String']>;
|
|
7209
7379
|
name: Scalars['String'];
|
|
7210
7380
|
phone?: InputMaybe<Scalars['String']>;
|
|
7211
7381
|
staffName?: InputMaybe<Scalars['String']>;
|