@ikas/api-client 1.0.66 → 1.0.68
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 +2 -0
- package/dist/api/admin/generated/default-gqls.js +14 -12
- package/dist/api/admin/generated/default-gqls.js.map +1 -1
- package/dist/api/admin/generated/index.d.ts +228 -2
- package/dist/api/admin/generated/index.js +105 -2
- package/dist/api/admin/generated/index.js.map +1 -1
- package/dist/api/admin/generated/mutation.d.ts +2 -1
- package/dist/api/admin/generated/mutation.js +7 -0
- package/dist/api/admin/generated/mutation.js.map +1 -1
- package/dist/api/admin/generated/query.d.ts +2 -1
- package/dist/api/admin/generated/query.js +7 -0
- package/dist/api/admin/generated/query.js.map +1 -1
- package/package.json +1 -1
|
@@ -935,6 +935,7 @@ export declare enum CategoryConditionTypeEnum {
|
|
|
935
935
|
PRICE_RANGE = "PRICE_RANGE",
|
|
936
936
|
PRODUCT_ATTRIBUTE = "PRODUCT_ATTRIBUTE",
|
|
937
937
|
PRODUCT_BRAND = "PRODUCT_BRAND",
|
|
938
|
+
PRODUCT_NAME = "PRODUCT_NAME",
|
|
938
939
|
PRODUCT_TAG = "PRODUCT_TAG",
|
|
939
940
|
VARIANT_VALUE = "VARIANT_VALUE"
|
|
940
941
|
}
|
|
@@ -1263,6 +1264,27 @@ export declare type CreateOrderWithTransactionsInput = {
|
|
|
1263
1264
|
*/
|
|
1264
1265
|
transactions: Array<OrderTransactionInput>;
|
|
1265
1266
|
};
|
|
1267
|
+
export declare type CreateSaleWithWalletOrderDetailInput = {
|
|
1268
|
+
orderId: Scalars['String'];
|
|
1269
|
+
orderNumber: Scalars['String'];
|
|
1270
|
+
orderedDate: Scalars['Timestamp'];
|
|
1271
|
+
};
|
|
1272
|
+
export declare type CreateWalletTransactionInput = {
|
|
1273
|
+
currencyCode?: InputMaybe<Scalars['String']>;
|
|
1274
|
+
force: Scalars['Boolean'];
|
|
1275
|
+
metadata?: InputMaybe<Scalars['JSON']>;
|
|
1276
|
+
name: Scalars['String'];
|
|
1277
|
+
orderDetail?: InputMaybe<CreateSaleWithWalletOrderDetailInput>;
|
|
1278
|
+
price: Scalars['Float'];
|
|
1279
|
+
sourceTransactionIds?: InputMaybe<Array<Scalars['String']>>;
|
|
1280
|
+
transactionCategory: IkasWalletTransactionCategoryEnum;
|
|
1281
|
+
transactionId: Scalars['String'];
|
|
1282
|
+
type: CreateWalletTransactionTypeEnum;
|
|
1283
|
+
};
|
|
1284
|
+
export declare enum CreateWalletTransactionTypeEnum {
|
|
1285
|
+
REFUND = "REFUND",
|
|
1286
|
+
SALE = "SALE"
|
|
1287
|
+
}
|
|
1266
1288
|
export declare enum CurrencyFormatSymbolPosition {
|
|
1267
1289
|
LEFT = "LEFT",
|
|
1268
1290
|
RIGHT = "RIGHT"
|
|
@@ -1957,6 +1979,146 @@ export declare type HTMLMetaDataTranslationInput = {
|
|
|
1957
1979
|
pageTitle?: InputMaybe<Scalars['String']>;
|
|
1958
1980
|
slug?: InputMaybe<Scalars['String']>;
|
|
1959
1981
|
};
|
|
1982
|
+
export declare type IkasWallet = {
|
|
1983
|
+
__typename?: 'IkasWallet';
|
|
1984
|
+
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
1985
|
+
deleted: Scalars['Boolean'];
|
|
1986
|
+
hasVatExemption?: Maybe<Scalars['Boolean']>;
|
|
1987
|
+
id: Scalars['ID'];
|
|
1988
|
+
lastPayoutDate?: Maybe<Scalars['Timestamp']>;
|
|
1989
|
+
minimumBalance?: Maybe<Scalars['Float']>;
|
|
1990
|
+
nextEstimatedPayoutDate: Scalars['Timestamp'];
|
|
1991
|
+
paymentGatewayId?: Maybe<Scalars['String']>;
|
|
1992
|
+
paymentLimits: Array<IkasWalletPaymentLimit>;
|
|
1993
|
+
paymentStatus: IkasWalletPaymentStatusEnum;
|
|
1994
|
+
payoutStatus: IkasWalletPayoutStatusEnum;
|
|
1995
|
+
payoutTerm: IkasWalletPayoutTermEnum;
|
|
1996
|
+
refillBalance?: Maybe<Scalars['Float']>;
|
|
1997
|
+
updatedAt?: Maybe<Scalars['Timestamp']>;
|
|
1998
|
+
};
|
|
1999
|
+
export declare type IkasWalletPaymentLimit = {
|
|
2000
|
+
__typename?: 'IkasWalletPaymentLimit';
|
|
2001
|
+
amount?: Maybe<Scalars['Float']>;
|
|
2002
|
+
currencyCode: Scalars['String'];
|
|
2003
|
+
};
|
|
2004
|
+
export declare enum IkasWalletPaymentStatusEnum {
|
|
2005
|
+
ACTIVE = "ACTIVE",
|
|
2006
|
+
PASSIVE = "PASSIVE"
|
|
2007
|
+
}
|
|
2008
|
+
export declare type IkasWalletPayoutError = {
|
|
2009
|
+
__typename?: 'IkasWalletPayoutError';
|
|
2010
|
+
code: Scalars['String'];
|
|
2011
|
+
message: Scalars['String'];
|
|
2012
|
+
};
|
|
2013
|
+
export declare enum IkasWalletPayoutStatusEnum {
|
|
2014
|
+
ACTIVE = "ACTIVE",
|
|
2015
|
+
APPROVED = "APPROVED",
|
|
2016
|
+
PASSIVE = "PASSIVE",
|
|
2017
|
+
PENDING = "PENDING"
|
|
2018
|
+
}
|
|
2019
|
+
export declare enum IkasWalletPayoutTermEnum {
|
|
2020
|
+
EVERY_FRIDAY_AFTER_SEVEN_DAYS = "EVERY_FRIDAY_AFTER_SEVEN_DAYS",
|
|
2021
|
+
EVERY_HOUR = "EVERY_HOUR"
|
|
2022
|
+
}
|
|
2023
|
+
export declare type IkasWalletPayoutTransferInformation = {
|
|
2024
|
+
__typename?: 'IkasWalletPayoutTransferInformation';
|
|
2025
|
+
holderName: Scalars['String'];
|
|
2026
|
+
iban: Scalars['String'];
|
|
2027
|
+
};
|
|
2028
|
+
export declare type IkasWalletTransaction = {
|
|
2029
|
+
__typename?: 'IkasWalletTransaction';
|
|
2030
|
+
amount: Scalars['Float'];
|
|
2031
|
+
amountWithoutTax?: Maybe<Scalars['Float']>;
|
|
2032
|
+
commission?: Maybe<IkasWalletTransactionCommission>;
|
|
2033
|
+
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
2034
|
+
currencyCode: Scalars['String'];
|
|
2035
|
+
deleted: Scalars['Boolean'];
|
|
2036
|
+
expectedPayoutDate?: Maybe<Scalars['Timestamp']>;
|
|
2037
|
+
id: Scalars['ID'];
|
|
2038
|
+
metadata?: Maybe<Scalars['JSON']>;
|
|
2039
|
+
orderDetail?: Maybe<IkasWalletTransactionOrderDetail>;
|
|
2040
|
+
paymentGatewayCode?: Maybe<PaymentGatewayCodeEnum>;
|
|
2041
|
+
paymentMethodDetail?: Maybe<TransactionPaymentMethodDetail>;
|
|
2042
|
+
payoutAmount: Scalars['Float'];
|
|
2043
|
+
payoutDate?: Maybe<Scalars['Timestamp']>;
|
|
2044
|
+
payoutId?: Maybe<Scalars['String']>;
|
|
2045
|
+
payoutStatus: IkasWalletTransactionPayoutStatusEnum;
|
|
2046
|
+
payoutSummary?: Maybe<IkasWalletTransactionPayoutSummary>;
|
|
2047
|
+
source: IkasWalletTransactionSourceEnum;
|
|
2048
|
+
sourceMetadata?: Maybe<IkasWalletTransactionSourceMetadata>;
|
|
2049
|
+
sourceTransactionId?: Maybe<Scalars['String']>;
|
|
2050
|
+
status: IkasWalletTransactionStatusEnum;
|
|
2051
|
+
transactionCategory: IkasWalletTransactionCategoryEnum;
|
|
2052
|
+
transactionId: Scalars['String'];
|
|
2053
|
+
type: IkasWalletTransactionTypeEnum;
|
|
2054
|
+
updatedAt?: Maybe<Scalars['Timestamp']>;
|
|
2055
|
+
withholding?: Maybe<IkasWalletTransactionWithholding>;
|
|
2056
|
+
};
|
|
2057
|
+
export declare enum IkasWalletTransactionCategoryEnum {
|
|
2058
|
+
DEPOSIT = "DEPOSIT",
|
|
2059
|
+
ORDER = "ORDER",
|
|
2060
|
+
PAYOUT = "PAYOUT",
|
|
2061
|
+
SHIPPING = "SHIPPING",
|
|
2062
|
+
SUBSCRIPTION = "SUBSCRIPTION"
|
|
2063
|
+
}
|
|
2064
|
+
export declare type IkasWalletTransactionCommission = {
|
|
2065
|
+
__typename?: 'IkasWalletTransactionCommission';
|
|
2066
|
+
amount: Scalars['Float'];
|
|
2067
|
+
rate: Scalars['Float'];
|
|
2068
|
+
};
|
|
2069
|
+
export declare type IkasWalletTransactionOrderDetail = {
|
|
2070
|
+
__typename?: 'IkasWalletTransactionOrderDetail';
|
|
2071
|
+
orderId: Scalars['String'];
|
|
2072
|
+
orderNumber: Scalars['String'];
|
|
2073
|
+
orderedDate: Scalars['Timestamp'];
|
|
2074
|
+
};
|
|
2075
|
+
export declare enum IkasWalletTransactionPayoutStatusEnum {
|
|
2076
|
+
COMPLETED = "COMPLETED",
|
|
2077
|
+
NONE = "NONE",
|
|
2078
|
+
PROCESSING = "PROCESSING",
|
|
2079
|
+
WAITING = "WAITING"
|
|
2080
|
+
}
|
|
2081
|
+
export declare type IkasWalletTransactionPayoutSummary = {
|
|
2082
|
+
__typename?: 'IkasWalletTransactionPayoutSummary';
|
|
2083
|
+
commissionAmount: Scalars['Float'];
|
|
2084
|
+
error?: Maybe<IkasWalletPayoutError>;
|
|
2085
|
+
gatewayReferenceId?: Maybe<Scalars['String']>;
|
|
2086
|
+
netSalesTransactionAmount: Scalars['Float'];
|
|
2087
|
+
totalShippingTransactionAmount: Scalars['Float'];
|
|
2088
|
+
totalSubscriptionTransactionAmount: Scalars['Float'];
|
|
2089
|
+
transferInformation: IkasWalletPayoutTransferInformation;
|
|
2090
|
+
withholdingAmount: Scalars['Float'];
|
|
2091
|
+
};
|
|
2092
|
+
export declare enum IkasWalletTransactionSourceEnum {
|
|
2093
|
+
DEPOSIT = "DEPOSIT",
|
|
2094
|
+
WALLET = "WALLET"
|
|
2095
|
+
}
|
|
2096
|
+
export declare type IkasWalletTransactionSourceMetadata = {
|
|
2097
|
+
__typename?: 'IkasWalletTransactionSourceMetadata';
|
|
2098
|
+
authorizedAppId?: Maybe<Scalars['String']>;
|
|
2099
|
+
firstName?: Maybe<Scalars['String']>;
|
|
2100
|
+
id: Scalars['String'];
|
|
2101
|
+
imageId?: Maybe<Scalars['String']>;
|
|
2102
|
+
lastName?: Maybe<Scalars['String']>;
|
|
2103
|
+
};
|
|
2104
|
+
export declare enum IkasWalletTransactionStatusEnum {
|
|
2105
|
+
FAILED = "FAILED",
|
|
2106
|
+
PENDING = "PENDING",
|
|
2107
|
+
SUCCESS = "SUCCESS"
|
|
2108
|
+
}
|
|
2109
|
+
export declare enum IkasWalletTransactionTypeEnum {
|
|
2110
|
+
DEPOSIT_PAYMENT = "DEPOSIT_PAYMENT",
|
|
2111
|
+
IKAS_PAYMENT = "IKAS_PAYMENT",
|
|
2112
|
+
IKAS_REFUND = "IKAS_REFUND",
|
|
2113
|
+
PAYOUT = "PAYOUT",
|
|
2114
|
+
REFUND = "REFUND",
|
|
2115
|
+
SALE = "SALE"
|
|
2116
|
+
}
|
|
2117
|
+
export declare type IkasWalletTransactionWithholding = {
|
|
2118
|
+
__typename?: 'IkasWalletTransactionWithholding';
|
|
2119
|
+
amount: Scalars['Float'];
|
|
2120
|
+
rate: Scalars['Float'];
|
|
2121
|
+
};
|
|
1960
2122
|
/** Import Status Type */
|
|
1961
2123
|
export declare enum ImportStatusEnum {
|
|
1962
2124
|
FAILED = "FAILED",
|
|
@@ -2231,7 +2393,8 @@ export declare enum MerchantAppPaymentStatusEnum {
|
|
|
2231
2393
|
}
|
|
2232
2394
|
export declare enum MerchantAppPaymentTypeEnum {
|
|
2233
2395
|
ONE_TIME = "ONE_TIME",
|
|
2234
|
-
SUBSCRIPTION = "SUBSCRIPTION"
|
|
2396
|
+
SUBSCRIPTION = "SUBSCRIPTION",
|
|
2397
|
+
WALLET_ACTION = "WALLET_ACTION"
|
|
2235
2398
|
}
|
|
2236
2399
|
export declare type MerchantAppSubscription = {
|
|
2237
2400
|
__typename?: 'MerchantAppSubscription';
|
|
@@ -2376,6 +2539,8 @@ export declare type Mutation = {
|
|
|
2376
2539
|
createMerchantAppPaymentWithSubscription?: Maybe<MerchantAppPayment>;
|
|
2377
2540
|
/** Use this mutation if you want to create a new order with transactions. */
|
|
2378
2541
|
createOrderWithTransactions: Order;
|
|
2542
|
+
/** Using this API, you can make payments and refunds via Ikas Wallet. */
|
|
2543
|
+
createWalletTransaction: Array<IkasWalletTransaction>;
|
|
2379
2544
|
deleteCampaignList: Scalars['Boolean'];
|
|
2380
2545
|
/** Using this api, you can delete the categories of products. */
|
|
2381
2546
|
deleteCategoryList: Scalars['Boolean'];
|
|
@@ -2501,6 +2666,9 @@ export declare type MutationcreateMerchantAppPaymentWithSubscriptionArgs = {
|
|
|
2501
2666
|
export declare type MutationcreateOrderWithTransactionsArgs = {
|
|
2502
2667
|
input: CreateOrderWithTransactionsInput;
|
|
2503
2668
|
};
|
|
2669
|
+
export declare type MutationcreateWalletTransactionArgs = {
|
|
2670
|
+
input: CreateWalletTransactionInput;
|
|
2671
|
+
};
|
|
2504
2672
|
export declare type MutationdeleteCampaignListArgs = {
|
|
2505
2673
|
idList: Array<Scalars['String']>;
|
|
2506
2674
|
};
|
|
@@ -3208,6 +3376,8 @@ export declare type OrderLineItem = {
|
|
|
3208
3376
|
/** It is the currency code of the order line item. */
|
|
3209
3377
|
currencyCode?: Maybe<Scalars['String']>;
|
|
3210
3378
|
currencySymbol?: Maybe<Scalars['String']>;
|
|
3379
|
+
/** Information about the customer subscription plan of order line. */
|
|
3380
|
+
customerSubscriptionPlan?: Maybe<OrderLineItemCustomerSubscriptionPlan>;
|
|
3211
3381
|
deleted: Scalars['Boolean'];
|
|
3212
3382
|
/** Information about the discount. Shows the details of the discount applied to the order line item. */
|
|
3213
3383
|
discount?: Maybe<OrderLineDiscount>;
|
|
@@ -3235,7 +3405,7 @@ export declare type OrderLineItem = {
|
|
|
3235
3405
|
statusUpdatedAt?: Maybe<Scalars['Timestamp']>;
|
|
3236
3406
|
/** It is the stock location id of the variant value in the order line item. */
|
|
3237
3407
|
stockLocationId?: Maybe<Scalars['String']>;
|
|
3238
|
-
/** Information about the subscription plan of
|
|
3408
|
+
/** Information about the subscription plan of order line. */
|
|
3239
3409
|
subscriptionPlan?: Maybe<OrderLineItemSubscriptionPlan>;
|
|
3240
3410
|
/** It is the tax value of the order line item. */
|
|
3241
3411
|
taxValue?: Maybe<Scalars['Float']>;
|
|
@@ -3245,6 +3415,11 @@ export declare type OrderLineItem = {
|
|
|
3245
3415
|
/** Information about the variant of the order line item. */
|
|
3246
3416
|
variant: OrderLineVariant;
|
|
3247
3417
|
};
|
|
3418
|
+
export declare type OrderLineItemCustomerSubscriptionPlan = {
|
|
3419
|
+
__typename?: 'OrderLineItemCustomerSubscriptionPlan';
|
|
3420
|
+
/** It is the id of subscription plan */
|
|
3421
|
+
id: Scalars['String'];
|
|
3422
|
+
};
|
|
3248
3423
|
export declare type OrderLineItemInput = {
|
|
3249
3424
|
/** It is the bundle product settings in the order line item. */
|
|
3250
3425
|
bundleProductSettings?: InputMaybe<BundleProductOrderLineInput>;
|
|
@@ -3275,6 +3450,8 @@ export declare enum OrderLineItemStatusEnum {
|
|
|
3275
3450
|
FULFILLED = "FULFILLED",
|
|
3276
3451
|
PLANNED = "PLANNED",
|
|
3277
3452
|
REFUNDED = "REFUNDED",
|
|
3453
|
+
REFUND_DELIVERED = "REFUND_DELIVERED",
|
|
3454
|
+
REFUND_IN_TRANSIT = "REFUND_IN_TRANSIT",
|
|
3278
3455
|
REFUND_REJECTED = "REFUND_REJECTED",
|
|
3279
3456
|
REFUND_REQUESTED = "REFUND_REQUESTED",
|
|
3280
3457
|
REFUND_REQUEST_ACCEPTED = "REFUND_REQUEST_ACCEPTED",
|
|
@@ -3530,6 +3707,8 @@ export declare type OrderPackage = {
|
|
|
3530
3707
|
orderPackageFulfillStatus: OrderPackageFulfillStatusEnum;
|
|
3531
3708
|
/** It is the number of order package. Order package number is created with the order number - order package sequence format. */
|
|
3532
3709
|
orderPackageNumber: Scalars['String'];
|
|
3710
|
+
/** If it is a refund package, specify the id of the refund reason. */
|
|
3711
|
+
refundReasonId?: Maybe<Scalars['String']>;
|
|
3533
3712
|
sourceId?: Maybe<Scalars['String']>;
|
|
3534
3713
|
stockLocationId: Scalars['String'];
|
|
3535
3714
|
subscriptionPlanOrder?: Maybe<OrderPackageCustomerSubscriptionPlanOrder>;
|
|
@@ -3557,6 +3736,8 @@ export declare enum OrderPackageFulfillStatusEnum {
|
|
|
3557
3736
|
READY_FOR_PICK_UP = "READY_FOR_PICK_UP",
|
|
3558
3737
|
READY_FOR_SHIPMENT = "READY_FOR_SHIPMENT",
|
|
3559
3738
|
REFUNDED = "REFUNDED",
|
|
3739
|
+
REFUND_DELIVERED = "REFUND_DELIVERED",
|
|
3740
|
+
REFUND_IN_TRANSIT = "REFUND_IN_TRANSIT",
|
|
3560
3741
|
REFUND_REJECTED = "REFUND_REJECTED",
|
|
3561
3742
|
REFUND_REQUESTED = "REFUND_REQUESTED",
|
|
3562
3743
|
REFUND_REQUEST_ACCEPTED = "REFUND_REQUEST_ACCEPTED",
|
|
@@ -3577,6 +3758,8 @@ export declare enum OrderPackageStatusEnum {
|
|
|
3577
3758
|
READY_FOR_PICK_UP = "READY_FOR_PICK_UP",
|
|
3578
3759
|
READY_FOR_SHIPMENT = "READY_FOR_SHIPMENT",
|
|
3579
3760
|
REFUNDED = "REFUNDED",
|
|
3761
|
+
REFUND_DELIVERED = "REFUND_DELIVERED",
|
|
3762
|
+
REFUND_IN_TRANSIT = "REFUND_IN_TRANSIT",
|
|
3580
3763
|
REFUND_REJECTED = "REFUND_REJECTED",
|
|
3581
3764
|
REFUND_REQUESTED = "REFUND_REQUESTED",
|
|
3582
3765
|
REFUND_REQUEST_ACCEPTED = "REFUND_REQUEST_ACCEPTED",
|
|
@@ -3683,6 +3866,7 @@ export declare type OrderRefundInput = {
|
|
|
3683
3866
|
orderRefundLines: Array<OrderRefundLineInput>;
|
|
3684
3867
|
orderRefundTransactions?: InputMaybe<Array<OrderRefundTransactionInput>>;
|
|
3685
3868
|
reason?: InputMaybe<Scalars['String']>;
|
|
3869
|
+
reasonId?: InputMaybe<Scalars['String']>;
|
|
3686
3870
|
refundGift?: InputMaybe<Scalars['Boolean']>;
|
|
3687
3871
|
refundShipping?: InputMaybe<Scalars['Boolean']>;
|
|
3688
3872
|
sendNotificationToCustomer?: InputMaybe<Scalars['Boolean']>;
|
|
@@ -3953,6 +4137,39 @@ export declare enum PaymentGatewayAdditionalPriceTypeEnum {
|
|
|
3953
4137
|
DECREMENT = "DECREMENT",
|
|
3954
4138
|
INCREMENT = "INCREMENT"
|
|
3955
4139
|
}
|
|
4140
|
+
export declare enum PaymentGatewayCodeEnum {
|
|
4141
|
+
ADYEN = "ADYEN",
|
|
4142
|
+
ADYEN_PLATFORM = "ADYEN_PLATFORM",
|
|
4143
|
+
APCOPAY = "APCOPAY",
|
|
4144
|
+
CUSTOM = "CUSTOM",
|
|
4145
|
+
DEMO = "DEMO",
|
|
4146
|
+
E_PAY_KOLAY = "E_PAY_KOLAY",
|
|
4147
|
+
GARANTI_PAY = "GARANTI_PAY",
|
|
4148
|
+
GIFT_CARD = "GIFT_CARD",
|
|
4149
|
+
HEPSIPAY = "HEPSIPAY",
|
|
4150
|
+
IKAS_PAY = "IKAS_PAY",
|
|
4151
|
+
IKAS_PAY_ESNEKPOS = "IKAS_PAY_ESNEKPOS",
|
|
4152
|
+
IKAS_PAY_PARATIKA = "IKAS_PAY_PARATIKA",
|
|
4153
|
+
IKAS_PAY_PAYZEE = "IKAS_PAY_PAYZEE",
|
|
4154
|
+
IKAS_WALLET = "IKAS_WALLET",
|
|
4155
|
+
IYZI_PAY = "IYZI_PAY",
|
|
4156
|
+
KLARNA = "KLARNA",
|
|
4157
|
+
MANUEL = "MANUEL",
|
|
4158
|
+
MOKA = "MOKA",
|
|
4159
|
+
MOLLIE = "MOLLIE",
|
|
4160
|
+
NETOPIA = "NETOPIA",
|
|
4161
|
+
PAPARA = "PAPARA",
|
|
4162
|
+
PARAM = "PARAM",
|
|
4163
|
+
PARATIKA = "PARATIKA",
|
|
4164
|
+
PAYPAL = "PAYPAL",
|
|
4165
|
+
PAYTR = "PAYTR",
|
|
4166
|
+
PAY_PAL = "PAY_PAL",
|
|
4167
|
+
PAY_RIFF = "PAY_RIFF",
|
|
4168
|
+
SIPAY = "SIPAY",
|
|
4169
|
+
STRIPE = "STRIPE",
|
|
4170
|
+
STRIPE_EU = "STRIPE_EU",
|
|
4171
|
+
TAMI = "TAMI"
|
|
4172
|
+
}
|
|
3956
4173
|
export declare type PaymentGatewayGroup = {
|
|
3957
4174
|
__typename?: 'PaymentGatewayGroup';
|
|
3958
4175
|
key: Scalars['String'];
|
|
@@ -4924,6 +5141,7 @@ export declare type Query = {
|
|
|
4924
5141
|
listCustomerGroup: Array<CustomerGroup>;
|
|
4925
5142
|
listDistrict: Array<District>;
|
|
4926
5143
|
listGlobalTaxSettings: Array<GlobalTaxSettings>;
|
|
5144
|
+
listIkasWallet: Array<IkasWallet>;
|
|
4927
5145
|
listLanguage: Array<Language>;
|
|
4928
5146
|
/** Using this api, you can view the payment features that a merchant has created for the app. */
|
|
4929
5147
|
listMerchantAppPayment: MerchantAppPaymentPaginationResponse;
|
|
@@ -5080,6 +5298,9 @@ export declare type QuerylistGlobalTaxSettingsArgs = {
|
|
|
5080
5298
|
includeDeleted?: InputMaybe<Scalars['Boolean']>;
|
|
5081
5299
|
storefrontId?: InputMaybe<StringFilterInput>;
|
|
5082
5300
|
};
|
|
5301
|
+
export declare type QuerylistIkasWalletArgs = {
|
|
5302
|
+
id?: InputMaybe<StringFilterInput>;
|
|
5303
|
+
};
|
|
5083
5304
|
export declare type QuerylistLanguageArgs = {
|
|
5084
5305
|
id?: InputMaybe<StringFilterInput>;
|
|
5085
5306
|
};
|
|
@@ -5094,6 +5315,7 @@ export declare type QuerylistMerchantSettingsArgs = {
|
|
|
5094
5315
|
export declare type QuerylistOrderArgs = {
|
|
5095
5316
|
branchId?: InputMaybe<StringFilterInput>;
|
|
5096
5317
|
branchSessionId?: InputMaybe<StringFilterInput>;
|
|
5318
|
+
closedAt?: InputMaybe<DateFilterInput>;
|
|
5097
5319
|
customerEmail?: InputMaybe<StringFilterInput>;
|
|
5098
5320
|
customerId?: InputMaybe<StringFilterInput>;
|
|
5099
5321
|
id?: InputMaybe<StringFilterInput>;
|
|
@@ -5109,6 +5331,7 @@ export declare type QuerylistOrderArgs = {
|
|
|
5109
5331
|
search?: InputMaybe<Scalars['String']>;
|
|
5110
5332
|
shippingMethod?: InputMaybe<OrderShippingMethodEnumFilterInput>;
|
|
5111
5333
|
sort?: InputMaybe<Scalars['String']>;
|
|
5334
|
+
sourceId?: InputMaybe<StringFilterInput>;
|
|
5112
5335
|
status?: InputMaybe<OrderStatusEnumInputFilter>;
|
|
5113
5336
|
stockLocationId?: InputMaybe<StringFilterInput>;
|
|
5114
5337
|
terminalId?: InputMaybe<StringFilterInput>;
|
|
@@ -5836,6 +6059,8 @@ export declare type SimpleProductTag = {
|
|
|
5836
6059
|
/** Timeline Source Types */
|
|
5837
6060
|
export declare enum SourceTypeEnum {
|
|
5838
6061
|
CUSTOMER = "CUSTOMER",
|
|
6062
|
+
CUSTOMER_SUBSCRIPTION_PLAN = "CUSTOMER_SUBSCRIPTION_PLAN",
|
|
6063
|
+
CUSTOMER_SUBSCRIPTION_PLAN_ORDER = "CUSTOMER_SUBSCRIPTION_PLAN_ORDER",
|
|
5839
6064
|
EMAIL = "EMAIL",
|
|
5840
6065
|
GIFT_CARD = "GIFT_CARD",
|
|
5841
6066
|
INVENTORY = "INVENTORY",
|
|
@@ -6098,6 +6323,7 @@ export declare enum SubscriptionCodeEnum {
|
|
|
6098
6323
|
GROW = "GROW",
|
|
6099
6324
|
MARKETING_CORE = "MARKETING_CORE",
|
|
6100
6325
|
MARKETING_FREE = "MARKETING_FREE",
|
|
6326
|
+
MARKETING_MID = "MARKETING_MID",
|
|
6101
6327
|
MARKETING_PRO = "MARKETING_PRO",
|
|
6102
6328
|
ONE_TIME = "ONE_TIME",
|
|
6103
6329
|
PREMIUM = "PREMIUM",
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
3
|
+
exports.IkasWalletTransactionStatusEnum = exports.IkasWalletTransactionSourceEnum = exports.IkasWalletTransactionPayoutStatusEnum = exports.IkasWalletTransactionCategoryEnum = exports.IkasWalletPayoutTermEnum = exports.IkasWalletPayoutStatusEnum = exports.IkasWalletPaymentStatusEnum = exports.HTMLMetaDataTargetTypeEnum = exports.CustomerSubscriptionPlanOrderStatusEnum = exports.CustomerSubscriptionPlanOrderPaymentStatusEnum = exports.CustomerRegistrationSourceEnum = exports.CustomerPriceListRuleValueTypeEnum = exports.CustomerPriceListRuleFilterTypeEnum = exports.CustomerGroupConditionTypeEnum = exports.CustomerGroupConditionMethodEnum = exports.CustomerGenderTypeEnum = exports.CustomerEmailSubscriptionStatusesEnum = exports.CustomerB2BStatusEnum = exports.CustomerAttributeTypeEnum = exports.CustomerAttributeRegisterPageRequirementEnum = exports.CustomerAttributePermissionEnum = exports.CustomerAccountStatusEnum = exports.CurrencyFormatSymbolPosition = exports.CreateWalletTransactionTypeEnum = exports.CheckoutStatusEnum = exports.CheckoutRecoveryStatusEnum = exports.CheckoutRecoveryEmailStatusEnum = exports.CategoryProductsOrderTypeEnum = exports.CategoryConditionTypeEnum = exports.CategoryConditionMethodEnum = exports.CartV2StatusEnum = exports.CartStatusEnum = exports.CartCreatedByEnum = exports.CartCampaignOfferStatus = exports.CampaignTypeEnum = exports.CampaignOfferTypeEnum = exports.CampaignOfferTriggerFilterTypeEnum = exports.CampaignOfferTargetPageTypeEnum = exports.CampaignOfferProductShowCriteriaEnum = exports.CampaignOfferProductApplicablePriceEnum = exports.CampaignOfferFollowUpActionTypeEnum = exports.CampaignGetYDiscountTypeEnum = exports.CampaignFilterTypeEnum = exports.CampaignCreatedForEnum = exports.CampaignApplicablePriceEnum = exports.BranchSettingsRequirementEnum = exports.BranchSettingsGridLayoutEnum = exports.BranchFavoriteTypeEnum = exports.AppScopeEnum = exports.AbandonedCartSettingsNotificationTypeEnum = void 0;
|
|
4
|
+
exports.SubscriptionPlanDurationUnitTypeEnum = exports.SubscriptionPeriodEnum = exports.SubscriptionCodeEnum = exports.StorefrontPolicyTypeEnum = exports.StorefrontJSScriptContentTypeEnum = exports.StockLocationTypeEnum = exports.StockLocationDeliveryTimeEnum = exports.SourceTypeEnum = exports.ShippingZoneRateConditionType = exports.ShippingSettingsType = exports.SalesChannelTypeEnum = exports.SalesChannelStatusEnum = exports.SFAnalyticsTrafficSourceEnum = exports.ProductVolumeDiscountScopeEnum = exports.ProductUnitTypeEnum = exports.ProductTypeEnum = exports.ProductOptionTypeEnum = exports.ProductOptionSelectTypeEnum = exports.ProductOptionPriceTypeEnum = exports.ProductAttributeTypeEnum = exports.PriceListTypeEnum = exports.PriceListRulesOperationTypeEnum = exports.PriceListRulesAmountTypeEnum = exports.PriceListCurrencyRateTypeEnum = exports.PaymentMethodTypeEnum = exports.PaymentGatewayTypeEnum = exports.PaymentGatewayTransactionFeeTypeEnum = exports.PaymentGatewaySettingsTypeEnum = exports.PaymentGatewayCodeEnum = exports.PaymentGatewayAdditionalPriceTypeEnum = exports.OrderStatusEnum = exports.OrderShippingMethodEnum = exports.OrderPaymentStatusEnum = exports.OrderPackageStatusEnum = exports.OrderPackageFulfillStatusEnum = exports.OrderLineItemStatusEnum = exports.OrderCancelledReasonEnum = exports.OrderAmountTypeEnum = exports.OrderAdjustmentEnum = exports.MerchantSubscriptionStatusEnum = exports.MerchantSettingsAddressTypeEnum = exports.MerchantRegionEnum = exports.MerchantAppPaymentTypeEnum = exports.MerchantAppPaymentStatusEnum = exports.LocalDeliverySettingsDeliveryTimeType = exports.LocalDeliverySettingsDayTypes = exports.InvoiceTypeEnum = exports.ImportTypeEnum = exports.ImportStatusEnum = exports.IkasWalletTransactionTypeEnum = void 0;
|
|
5
|
+
exports.VendorStatusEnum = exports.VariantSelectionTypeEnum = exports.UserAgentDeviceType = exports.TransactionTypeEnum = exports.TransactionStatusEnum = exports.TransactionCardTypeEnum = exports.TransactionCardAssociationEnum = exports.SubscriptionPriceCurrencyEnum = exports.SubscriptionPlanPaymentTypeEnum = void 0;
|
|
5
6
|
var AbandonedCartSettingsNotificationTypeEnum;
|
|
6
7
|
(function (AbandonedCartSettingsNotificationTypeEnum) {
|
|
7
8
|
AbandonedCartSettingsNotificationTypeEnum["EMAIL"] = "EMAIL";
|
|
@@ -155,6 +156,7 @@ var CategoryConditionTypeEnum;
|
|
|
155
156
|
CategoryConditionTypeEnum["PRICE_RANGE"] = "PRICE_RANGE";
|
|
156
157
|
CategoryConditionTypeEnum["PRODUCT_ATTRIBUTE"] = "PRODUCT_ATTRIBUTE";
|
|
157
158
|
CategoryConditionTypeEnum["PRODUCT_BRAND"] = "PRODUCT_BRAND";
|
|
159
|
+
CategoryConditionTypeEnum["PRODUCT_NAME"] = "PRODUCT_NAME";
|
|
158
160
|
CategoryConditionTypeEnum["PRODUCT_TAG"] = "PRODUCT_TAG";
|
|
159
161
|
CategoryConditionTypeEnum["VARIANT_VALUE"] = "VARIANT_VALUE";
|
|
160
162
|
})(CategoryConditionTypeEnum = exports.CategoryConditionTypeEnum || (exports.CategoryConditionTypeEnum = {}));
|
|
@@ -189,6 +191,11 @@ var CheckoutStatusEnum;
|
|
|
189
191
|
CheckoutStatusEnum["KILLED"] = "KILLED";
|
|
190
192
|
CheckoutStatusEnum["OPEN"] = "OPEN";
|
|
191
193
|
})(CheckoutStatusEnum = exports.CheckoutStatusEnum || (exports.CheckoutStatusEnum = {}));
|
|
194
|
+
var CreateWalletTransactionTypeEnum;
|
|
195
|
+
(function (CreateWalletTransactionTypeEnum) {
|
|
196
|
+
CreateWalletTransactionTypeEnum["REFUND"] = "REFUND";
|
|
197
|
+
CreateWalletTransactionTypeEnum["SALE"] = "SALE";
|
|
198
|
+
})(CreateWalletTransactionTypeEnum = exports.CreateWalletTransactionTypeEnum || (exports.CreateWalletTransactionTypeEnum = {}));
|
|
192
199
|
var CurrencyFormatSymbolPosition;
|
|
193
200
|
(function (CurrencyFormatSymbolPosition) {
|
|
194
201
|
CurrencyFormatSymbolPosition["LEFT"] = "LEFT";
|
|
@@ -312,6 +319,58 @@ var HTMLMetaDataTargetTypeEnum;
|
|
|
312
319
|
HTMLMetaDataTargetTypeEnum["PAGE"] = "PAGE";
|
|
313
320
|
HTMLMetaDataTargetTypeEnum["PRODUCT"] = "PRODUCT";
|
|
314
321
|
})(HTMLMetaDataTargetTypeEnum = exports.HTMLMetaDataTargetTypeEnum || (exports.HTMLMetaDataTargetTypeEnum = {}));
|
|
322
|
+
var IkasWalletPaymentStatusEnum;
|
|
323
|
+
(function (IkasWalletPaymentStatusEnum) {
|
|
324
|
+
IkasWalletPaymentStatusEnum["ACTIVE"] = "ACTIVE";
|
|
325
|
+
IkasWalletPaymentStatusEnum["PASSIVE"] = "PASSIVE";
|
|
326
|
+
})(IkasWalletPaymentStatusEnum = exports.IkasWalletPaymentStatusEnum || (exports.IkasWalletPaymentStatusEnum = {}));
|
|
327
|
+
var IkasWalletPayoutStatusEnum;
|
|
328
|
+
(function (IkasWalletPayoutStatusEnum) {
|
|
329
|
+
IkasWalletPayoutStatusEnum["ACTIVE"] = "ACTIVE";
|
|
330
|
+
IkasWalletPayoutStatusEnum["APPROVED"] = "APPROVED";
|
|
331
|
+
IkasWalletPayoutStatusEnum["PASSIVE"] = "PASSIVE";
|
|
332
|
+
IkasWalletPayoutStatusEnum["PENDING"] = "PENDING";
|
|
333
|
+
})(IkasWalletPayoutStatusEnum = exports.IkasWalletPayoutStatusEnum || (exports.IkasWalletPayoutStatusEnum = {}));
|
|
334
|
+
var IkasWalletPayoutTermEnum;
|
|
335
|
+
(function (IkasWalletPayoutTermEnum) {
|
|
336
|
+
IkasWalletPayoutTermEnum["EVERY_FRIDAY_AFTER_SEVEN_DAYS"] = "EVERY_FRIDAY_AFTER_SEVEN_DAYS";
|
|
337
|
+
IkasWalletPayoutTermEnum["EVERY_HOUR"] = "EVERY_HOUR";
|
|
338
|
+
})(IkasWalletPayoutTermEnum = exports.IkasWalletPayoutTermEnum || (exports.IkasWalletPayoutTermEnum = {}));
|
|
339
|
+
var IkasWalletTransactionCategoryEnum;
|
|
340
|
+
(function (IkasWalletTransactionCategoryEnum) {
|
|
341
|
+
IkasWalletTransactionCategoryEnum["DEPOSIT"] = "DEPOSIT";
|
|
342
|
+
IkasWalletTransactionCategoryEnum["ORDER"] = "ORDER";
|
|
343
|
+
IkasWalletTransactionCategoryEnum["PAYOUT"] = "PAYOUT";
|
|
344
|
+
IkasWalletTransactionCategoryEnum["SHIPPING"] = "SHIPPING";
|
|
345
|
+
IkasWalletTransactionCategoryEnum["SUBSCRIPTION"] = "SUBSCRIPTION";
|
|
346
|
+
})(IkasWalletTransactionCategoryEnum = exports.IkasWalletTransactionCategoryEnum || (exports.IkasWalletTransactionCategoryEnum = {}));
|
|
347
|
+
var IkasWalletTransactionPayoutStatusEnum;
|
|
348
|
+
(function (IkasWalletTransactionPayoutStatusEnum) {
|
|
349
|
+
IkasWalletTransactionPayoutStatusEnum["COMPLETED"] = "COMPLETED";
|
|
350
|
+
IkasWalletTransactionPayoutStatusEnum["NONE"] = "NONE";
|
|
351
|
+
IkasWalletTransactionPayoutStatusEnum["PROCESSING"] = "PROCESSING";
|
|
352
|
+
IkasWalletTransactionPayoutStatusEnum["WAITING"] = "WAITING";
|
|
353
|
+
})(IkasWalletTransactionPayoutStatusEnum = exports.IkasWalletTransactionPayoutStatusEnum || (exports.IkasWalletTransactionPayoutStatusEnum = {}));
|
|
354
|
+
var IkasWalletTransactionSourceEnum;
|
|
355
|
+
(function (IkasWalletTransactionSourceEnum) {
|
|
356
|
+
IkasWalletTransactionSourceEnum["DEPOSIT"] = "DEPOSIT";
|
|
357
|
+
IkasWalletTransactionSourceEnum["WALLET"] = "WALLET";
|
|
358
|
+
})(IkasWalletTransactionSourceEnum = exports.IkasWalletTransactionSourceEnum || (exports.IkasWalletTransactionSourceEnum = {}));
|
|
359
|
+
var IkasWalletTransactionStatusEnum;
|
|
360
|
+
(function (IkasWalletTransactionStatusEnum) {
|
|
361
|
+
IkasWalletTransactionStatusEnum["FAILED"] = "FAILED";
|
|
362
|
+
IkasWalletTransactionStatusEnum["PENDING"] = "PENDING";
|
|
363
|
+
IkasWalletTransactionStatusEnum["SUCCESS"] = "SUCCESS";
|
|
364
|
+
})(IkasWalletTransactionStatusEnum = exports.IkasWalletTransactionStatusEnum || (exports.IkasWalletTransactionStatusEnum = {}));
|
|
365
|
+
var IkasWalletTransactionTypeEnum;
|
|
366
|
+
(function (IkasWalletTransactionTypeEnum) {
|
|
367
|
+
IkasWalletTransactionTypeEnum["DEPOSIT_PAYMENT"] = "DEPOSIT_PAYMENT";
|
|
368
|
+
IkasWalletTransactionTypeEnum["IKAS_PAYMENT"] = "IKAS_PAYMENT";
|
|
369
|
+
IkasWalletTransactionTypeEnum["IKAS_REFUND"] = "IKAS_REFUND";
|
|
370
|
+
IkasWalletTransactionTypeEnum["PAYOUT"] = "PAYOUT";
|
|
371
|
+
IkasWalletTransactionTypeEnum["REFUND"] = "REFUND";
|
|
372
|
+
IkasWalletTransactionTypeEnum["SALE"] = "SALE";
|
|
373
|
+
})(IkasWalletTransactionTypeEnum = exports.IkasWalletTransactionTypeEnum || (exports.IkasWalletTransactionTypeEnum = {}));
|
|
315
374
|
/** Import Status Type */
|
|
316
375
|
var ImportStatusEnum;
|
|
317
376
|
(function (ImportStatusEnum) {
|
|
@@ -382,6 +441,7 @@ var MerchantAppPaymentTypeEnum;
|
|
|
382
441
|
(function (MerchantAppPaymentTypeEnum) {
|
|
383
442
|
MerchantAppPaymentTypeEnum["ONE_TIME"] = "ONE_TIME";
|
|
384
443
|
MerchantAppPaymentTypeEnum["SUBSCRIPTION"] = "SUBSCRIPTION";
|
|
444
|
+
MerchantAppPaymentTypeEnum["WALLET_ACTION"] = "WALLET_ACTION";
|
|
385
445
|
})(MerchantAppPaymentTypeEnum = exports.MerchantAppPaymentTypeEnum || (exports.MerchantAppPaymentTypeEnum = {}));
|
|
386
446
|
var MerchantRegionEnum;
|
|
387
447
|
(function (MerchantRegionEnum) {
|
|
@@ -431,6 +491,8 @@ var OrderLineItemStatusEnum;
|
|
|
431
491
|
OrderLineItemStatusEnum["FULFILLED"] = "FULFILLED";
|
|
432
492
|
OrderLineItemStatusEnum["PLANNED"] = "PLANNED";
|
|
433
493
|
OrderLineItemStatusEnum["REFUNDED"] = "REFUNDED";
|
|
494
|
+
OrderLineItemStatusEnum["REFUND_DELIVERED"] = "REFUND_DELIVERED";
|
|
495
|
+
OrderLineItemStatusEnum["REFUND_IN_TRANSIT"] = "REFUND_IN_TRANSIT";
|
|
434
496
|
OrderLineItemStatusEnum["REFUND_REJECTED"] = "REFUND_REJECTED";
|
|
435
497
|
OrderLineItemStatusEnum["REFUND_REQUESTED"] = "REFUND_REQUESTED";
|
|
436
498
|
OrderLineItemStatusEnum["REFUND_REQUEST_ACCEPTED"] = "REFUND_REQUEST_ACCEPTED";
|
|
@@ -448,6 +510,8 @@ var OrderPackageFulfillStatusEnum;
|
|
|
448
510
|
OrderPackageFulfillStatusEnum["READY_FOR_PICK_UP"] = "READY_FOR_PICK_UP";
|
|
449
511
|
OrderPackageFulfillStatusEnum["READY_FOR_SHIPMENT"] = "READY_FOR_SHIPMENT";
|
|
450
512
|
OrderPackageFulfillStatusEnum["REFUNDED"] = "REFUNDED";
|
|
513
|
+
OrderPackageFulfillStatusEnum["REFUND_DELIVERED"] = "REFUND_DELIVERED";
|
|
514
|
+
OrderPackageFulfillStatusEnum["REFUND_IN_TRANSIT"] = "REFUND_IN_TRANSIT";
|
|
451
515
|
OrderPackageFulfillStatusEnum["REFUND_REJECTED"] = "REFUND_REJECTED";
|
|
452
516
|
OrderPackageFulfillStatusEnum["REFUND_REQUESTED"] = "REFUND_REQUESTED";
|
|
453
517
|
OrderPackageFulfillStatusEnum["REFUND_REQUEST_ACCEPTED"] = "REFUND_REQUEST_ACCEPTED";
|
|
@@ -469,6 +533,8 @@ var OrderPackageStatusEnum;
|
|
|
469
533
|
OrderPackageStatusEnum["READY_FOR_PICK_UP"] = "READY_FOR_PICK_UP";
|
|
470
534
|
OrderPackageStatusEnum["READY_FOR_SHIPMENT"] = "READY_FOR_SHIPMENT";
|
|
471
535
|
OrderPackageStatusEnum["REFUNDED"] = "REFUNDED";
|
|
536
|
+
OrderPackageStatusEnum["REFUND_DELIVERED"] = "REFUND_DELIVERED";
|
|
537
|
+
OrderPackageStatusEnum["REFUND_IN_TRANSIT"] = "REFUND_IN_TRANSIT";
|
|
472
538
|
OrderPackageStatusEnum["REFUND_REJECTED"] = "REFUND_REJECTED";
|
|
473
539
|
OrderPackageStatusEnum["REFUND_REQUESTED"] = "REFUND_REQUESTED";
|
|
474
540
|
OrderPackageStatusEnum["REFUND_REQUEST_ACCEPTED"] = "REFUND_REQUEST_ACCEPTED";
|
|
@@ -508,6 +574,40 @@ var PaymentGatewayAdditionalPriceTypeEnum;
|
|
|
508
574
|
PaymentGatewayAdditionalPriceTypeEnum["DECREMENT"] = "DECREMENT";
|
|
509
575
|
PaymentGatewayAdditionalPriceTypeEnum["INCREMENT"] = "INCREMENT";
|
|
510
576
|
})(PaymentGatewayAdditionalPriceTypeEnum = exports.PaymentGatewayAdditionalPriceTypeEnum || (exports.PaymentGatewayAdditionalPriceTypeEnum = {}));
|
|
577
|
+
var PaymentGatewayCodeEnum;
|
|
578
|
+
(function (PaymentGatewayCodeEnum) {
|
|
579
|
+
PaymentGatewayCodeEnum["ADYEN"] = "ADYEN";
|
|
580
|
+
PaymentGatewayCodeEnum["ADYEN_PLATFORM"] = "ADYEN_PLATFORM";
|
|
581
|
+
PaymentGatewayCodeEnum["APCOPAY"] = "APCOPAY";
|
|
582
|
+
PaymentGatewayCodeEnum["CUSTOM"] = "CUSTOM";
|
|
583
|
+
PaymentGatewayCodeEnum["DEMO"] = "DEMO";
|
|
584
|
+
PaymentGatewayCodeEnum["E_PAY_KOLAY"] = "E_PAY_KOLAY";
|
|
585
|
+
PaymentGatewayCodeEnum["GARANTI_PAY"] = "GARANTI_PAY";
|
|
586
|
+
PaymentGatewayCodeEnum["GIFT_CARD"] = "GIFT_CARD";
|
|
587
|
+
PaymentGatewayCodeEnum["HEPSIPAY"] = "HEPSIPAY";
|
|
588
|
+
PaymentGatewayCodeEnum["IKAS_PAY"] = "IKAS_PAY";
|
|
589
|
+
PaymentGatewayCodeEnum["IKAS_PAY_ESNEKPOS"] = "IKAS_PAY_ESNEKPOS";
|
|
590
|
+
PaymentGatewayCodeEnum["IKAS_PAY_PARATIKA"] = "IKAS_PAY_PARATIKA";
|
|
591
|
+
PaymentGatewayCodeEnum["IKAS_PAY_PAYZEE"] = "IKAS_PAY_PAYZEE";
|
|
592
|
+
PaymentGatewayCodeEnum["IKAS_WALLET"] = "IKAS_WALLET";
|
|
593
|
+
PaymentGatewayCodeEnum["IYZI_PAY"] = "IYZI_PAY";
|
|
594
|
+
PaymentGatewayCodeEnum["KLARNA"] = "KLARNA";
|
|
595
|
+
PaymentGatewayCodeEnum["MANUEL"] = "MANUEL";
|
|
596
|
+
PaymentGatewayCodeEnum["MOKA"] = "MOKA";
|
|
597
|
+
PaymentGatewayCodeEnum["MOLLIE"] = "MOLLIE";
|
|
598
|
+
PaymentGatewayCodeEnum["NETOPIA"] = "NETOPIA";
|
|
599
|
+
PaymentGatewayCodeEnum["PAPARA"] = "PAPARA";
|
|
600
|
+
PaymentGatewayCodeEnum["PARAM"] = "PARAM";
|
|
601
|
+
PaymentGatewayCodeEnum["PARATIKA"] = "PARATIKA";
|
|
602
|
+
PaymentGatewayCodeEnum["PAYPAL"] = "PAYPAL";
|
|
603
|
+
PaymentGatewayCodeEnum["PAYTR"] = "PAYTR";
|
|
604
|
+
PaymentGatewayCodeEnum["PAY_PAL"] = "PAY_PAL";
|
|
605
|
+
PaymentGatewayCodeEnum["PAY_RIFF"] = "PAY_RIFF";
|
|
606
|
+
PaymentGatewayCodeEnum["SIPAY"] = "SIPAY";
|
|
607
|
+
PaymentGatewayCodeEnum["STRIPE"] = "STRIPE";
|
|
608
|
+
PaymentGatewayCodeEnum["STRIPE_EU"] = "STRIPE_EU";
|
|
609
|
+
PaymentGatewayCodeEnum["TAMI"] = "TAMI";
|
|
610
|
+
})(PaymentGatewayCodeEnum = exports.PaymentGatewayCodeEnum || (exports.PaymentGatewayCodeEnum = {}));
|
|
511
611
|
var PaymentGatewaySettingsTypeEnum;
|
|
512
612
|
(function (PaymentGatewaySettingsTypeEnum) {
|
|
513
613
|
PaymentGatewaySettingsTypeEnum["BOOLEAN"] = "BOOLEAN";
|
|
@@ -687,6 +787,8 @@ var ShippingZoneRateConditionType;
|
|
|
687
787
|
var SourceTypeEnum;
|
|
688
788
|
(function (SourceTypeEnum) {
|
|
689
789
|
SourceTypeEnum["CUSTOMER"] = "CUSTOMER";
|
|
790
|
+
SourceTypeEnum["CUSTOMER_SUBSCRIPTION_PLAN"] = "CUSTOMER_SUBSCRIPTION_PLAN";
|
|
791
|
+
SourceTypeEnum["CUSTOMER_SUBSCRIPTION_PLAN_ORDER"] = "CUSTOMER_SUBSCRIPTION_PLAN_ORDER";
|
|
690
792
|
SourceTypeEnum["EMAIL"] = "EMAIL";
|
|
691
793
|
SourceTypeEnum["GIFT_CARD"] = "GIFT_CARD";
|
|
692
794
|
SourceTypeEnum["INVENTORY"] = "INVENTORY";
|
|
@@ -735,6 +837,7 @@ var SubscriptionCodeEnum;
|
|
|
735
837
|
SubscriptionCodeEnum["GROW"] = "GROW";
|
|
736
838
|
SubscriptionCodeEnum["MARKETING_CORE"] = "MARKETING_CORE";
|
|
737
839
|
SubscriptionCodeEnum["MARKETING_FREE"] = "MARKETING_FREE";
|
|
840
|
+
SubscriptionCodeEnum["MARKETING_MID"] = "MARKETING_MID";
|
|
738
841
|
SubscriptionCodeEnum["MARKETING_PRO"] = "MARKETING_PRO";
|
|
739
842
|
SubscriptionCodeEnum["ONE_TIME"] = "ONE_TIME";
|
|
740
843
|
SubscriptionCodeEnum["PREMIUM"] = "PREMIUM";
|