@ikas/storefront-api 6.1.0-beta.136 → 6.1.0-beta.138
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/build/__api/mutations/customerLogin.d.ts +6 -2
- package/build/__api/mutations/customerLogin.js +1 -1
- package/build/__api/mutations/registerCustomer.d.ts +8 -4
- package/build/__api/mutations/registerCustomer.js +1 -1
- package/build/__api/mutations/{validateCustomerPhoneLoginCode.d.ts → validateOTPCode.d.ts} +4 -2
- package/build/__api/mutations/validateOTPCode.js +1 -0
- package/build/__api/queries/getCartById.d.ts +2 -0
- package/build/__api/queries/getCartById.js +1 -1
- package/build/__api/queries/getStoreCreditBalance.d.ts +25 -0
- package/build/__api/queries/getStoreCreditBalance.js +1 -0
- package/build/__api/types/index.d.ts +33 -5
- package/build/__api/types/index.js +1 -1
- package/build/api/checkout/index.d.ts +2 -1
- package/build/api/checkout/index.js +1 -1
- package/build/api/customer/index.d.ts +15 -9
- package/build/api/customer/index.js +1 -1
- package/build/index.js +1 -1
- package/build/index2.js +1 -1
- package/package.json +5 -5
- package/build/__api/mutations/sendCustomerSmsLoginCode.d.ts +0 -8
- package/build/__api/mutations/sendCustomerSmsLoginCode.js +0 -1
- package/build/__api/mutations/smsRegisterCustomer.d.ts +0 -19
- package/build/__api/mutations/smsRegisterCustomer.js +0 -1
- package/build/__api/mutations/validateCustomerPhoneLoginCode.js +0 -1
|
@@ -1,11 +1,13 @@
|
|
|
1
|
+
/** DO NOT EDIT - GENERATED AUTO BY IKAS API-CLIENT **/
|
|
1
2
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
3
|
import { CustomerLoginResponse } from "../types";
|
|
3
4
|
declare const customerLogin: (variables: QueryParams, fields?: string[], config?: ConfigType) => Promise<APIResponse<CustomerLoginResponse> | APIResponse<undefined>>;
|
|
4
5
|
export default customerLogin;
|
|
5
6
|
export declare type QueryParams = {
|
|
6
7
|
captchaToken?: string | null;
|
|
7
|
-
email
|
|
8
|
-
password
|
|
8
|
+
email?: string | null;
|
|
9
|
+
password?: string | null;
|
|
10
|
+
phone?: string | null;
|
|
9
11
|
};
|
|
10
12
|
export declare enum ResponseField {
|
|
11
13
|
CUSTOMER__ACCOUNT_STATUS = "customer.accountStatus",
|
|
@@ -89,6 +91,8 @@ export declare enum ResponseField {
|
|
|
89
91
|
CUSTOMER__SUBSCRIPTION_STATUS_UPDATED_AT = "customer.subscriptionStatusUpdatedAt",
|
|
90
92
|
CUSTOMER__TAG_IDS = "customer.tagIds",
|
|
91
93
|
CUSTOMER__UPDATED_AT = "customer.updatedAt",
|
|
94
|
+
FLOW_ID = "flowId",
|
|
95
|
+
OTP_SEND = "otpSend",
|
|
92
96
|
TOKEN = "token",
|
|
93
97
|
TOKEN_EXPIRY = "tokenExpiry"
|
|
94
98
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__awaiter as
|
|
1
|
+
import{__awaiter as t,__generator as e}from'./../../ext/tslib/tslib.es6.js';import{handleAPIError as _,APIResponse as s,fetchQuery as S}from"@ikas/fe-api-client";var E,r=function(E,r,o){return t(void 0,void 0,void 0,(function(){var t,d,u,R;return e(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,S({operationName:"customerLogin",config:o,variables:E,allReturnFields:T,fields:r,query:function(t){return"\n\t\t\t\tmutation customerLogin (\n\t\t\t\t\t$captchaToken: String,\n\t\t\t\t\t$email: String,\n\t\t\t\t\t$password: String,\n\t\t\t\t\t$phone: String,\n\t\t\t\t) {\n\t\t\t\t\tcustomerLogin (\n\t\t\t\t\t\tcaptchaToken: $captchaToken,\n\t\t\t\t\t\temail: $email,\n\t\t\t\t\t\tpassword: $password,\n\t\t\t\t\t\tphone: $phone,\n\t\t\t\t\t) ".concat(t,"\n\t\t\t\t}\n\t\t\t")}})];case 1:return t=e.sent(),d=t.data,u=t.errors,[2,new s(null==d?void 0:d.customerLogin,u)];case 2:return R=e.sent(),[2,_(R)];case 3:return[2]}}))}))},T="{customer {accountStatus accountStatusUpdatedAt addresses {addressLine1 addressLine2 attributes {customerAttributeId customerAttributeOptionId value } city {code id name } company country {code id iso2 iso3 name } createdAt deleted district {code id name } firstName id identityNumber isDefault lastName phone postalCode region {createdAt deleted id name updatedAt } state {code id name } taxNumber taxOffice title updatedAt } attributes {customerAttributeId customerAttributeOptionId value } birthDate createdAt customerGroupIds customerSegmentIds customerSequence deleted email emailVerifiedDate firstName fullName gender id isEmailVerified isPhoneVerified lastName note orderCount passwordUpdateDate phone phoneSubscriptionStatus phoneSubscriptionStatusUpdatedAt phoneVerifiedDate preferredLanguage priceListId priceListRules {discountRate filters {type valueList } priceListId shouldMatchAllFilters value valueType } registrationSource smsSubscriptionStatus smsSubscriptionStatusUpdatedAt subscriptionStatus subscriptionStatusUpdatedAt tagIds updatedAt } flowId otpSend token tokenExpiry }";!function(t){t.CUSTOMER__ACCOUNT_STATUS="customer.accountStatus",t.CUSTOMER__ACCOUNT_STATUS_UPDATED_AT="customer.accountStatusUpdatedAt",t.CUSTOMER__ADDRESSES__ADDRESS_LINE1="customer.addresses.addressLine1",t.CUSTOMER__ADDRESSES__ADDRESS_LINE2="customer.addresses.addressLine2",t.CUSTOMER__ADDRESSES__ATTRIBUTES__CUSTOMER_ATTRIBUTE_ID="customer.addresses.attributes.customerAttributeId",t.CUSTOMER__ADDRESSES__ATTRIBUTES__CUSTOMER_ATTRIBUTE_OPTION_ID="customer.addresses.attributes.customerAttributeOptionId",t.CUSTOMER__ADDRESSES__ATTRIBUTES__VALUE="customer.addresses.attributes.value",t.CUSTOMER__ADDRESSES__CITY__CODE="customer.addresses.city.code",t.CUSTOMER__ADDRESSES__CITY__ID="customer.addresses.city.id",t.CUSTOMER__ADDRESSES__CITY__NAME="customer.addresses.city.name",t.CUSTOMER__ADDRESSES__COMPANY="customer.addresses.company",t.CUSTOMER__ADDRESSES__COUNTRY__CODE="customer.addresses.country.code",t.CUSTOMER__ADDRESSES__COUNTRY__ID="customer.addresses.country.id",t.CUSTOMER__ADDRESSES__COUNTRY__ISO2="customer.addresses.country.iso2",t.CUSTOMER__ADDRESSES__COUNTRY__ISO3="customer.addresses.country.iso3",t.CUSTOMER__ADDRESSES__COUNTRY__NAME="customer.addresses.country.name",t.CUSTOMER__ADDRESSES__CREATED_AT="customer.addresses.createdAt",t.CUSTOMER__ADDRESSES__DELETED="customer.addresses.deleted",t.CUSTOMER__ADDRESSES__DISTRICT__CODE="customer.addresses.district.code",t.CUSTOMER__ADDRESSES__DISTRICT__ID="customer.addresses.district.id",t.CUSTOMER__ADDRESSES__DISTRICT__NAME="customer.addresses.district.name",t.CUSTOMER__ADDRESSES__FIRST_NAME="customer.addresses.firstName",t.CUSTOMER__ADDRESSES__ID="customer.addresses.id",t.CUSTOMER__ADDRESSES__IDENTITY_NUMBER="customer.addresses.identityNumber",t.CUSTOMER__ADDRESSES__IS_DEFAULT="customer.addresses.isDefault",t.CUSTOMER__ADDRESSES__LAST_NAME="customer.addresses.lastName",t.CUSTOMER__ADDRESSES__PHONE="customer.addresses.phone",t.CUSTOMER__ADDRESSES__POSTAL_CODE="customer.addresses.postalCode",t.CUSTOMER__ADDRESSES__REGION__CREATED_AT="customer.addresses.region.createdAt",t.CUSTOMER__ADDRESSES__REGION__DELETED="customer.addresses.region.deleted",t.CUSTOMER__ADDRESSES__REGION__ID="customer.addresses.region.id",t.CUSTOMER__ADDRESSES__REGION__NAME="customer.addresses.region.name",t.CUSTOMER__ADDRESSES__REGION__UPDATED_AT="customer.addresses.region.updatedAt",t.CUSTOMER__ADDRESSES__STATE__CODE="customer.addresses.state.code",t.CUSTOMER__ADDRESSES__STATE__ID="customer.addresses.state.id",t.CUSTOMER__ADDRESSES__STATE__NAME="customer.addresses.state.name",t.CUSTOMER__ADDRESSES__TAX_NUMBER="customer.addresses.taxNumber",t.CUSTOMER__ADDRESSES__TAX_OFFICE="customer.addresses.taxOffice",t.CUSTOMER__ADDRESSES__TITLE="customer.addresses.title",t.CUSTOMER__ADDRESSES__UPDATED_AT="customer.addresses.updatedAt",t.CUSTOMER__ATTRIBUTES__CUSTOMER_ATTRIBUTE_ID="customer.attributes.customerAttributeId",t.CUSTOMER__ATTRIBUTES__CUSTOMER_ATTRIBUTE_OPTION_ID="customer.attributes.customerAttributeOptionId",t.CUSTOMER__ATTRIBUTES__VALUE="customer.attributes.value",t.CUSTOMER__BIRTH_DATE="customer.birthDate",t.CUSTOMER__CREATED_AT="customer.createdAt",t.CUSTOMER__CUSTOMER_GROUP_IDS="customer.customerGroupIds",t.CUSTOMER__CUSTOMER_SEGMENT_IDS="customer.customerSegmentIds",t.CUSTOMER__CUSTOMER_SEQUENCE="customer.customerSequence",t.CUSTOMER__DELETED="customer.deleted",t.CUSTOMER__EMAIL="customer.email",t.CUSTOMER__EMAIL_VERIFIED_DATE="customer.emailVerifiedDate",t.CUSTOMER__FIRST_NAME="customer.firstName",t.CUSTOMER__FULL_NAME="customer.fullName",t.CUSTOMER__GENDER="customer.gender",t.CUSTOMER__ID="customer.id",t.CUSTOMER__IS_EMAIL_VERIFIED="customer.isEmailVerified",t.CUSTOMER__IS_PHONE_VERIFIED="customer.isPhoneVerified",t.CUSTOMER__LAST_NAME="customer.lastName",t.CUSTOMER__NOTE="customer.note",t.CUSTOMER__ORDER_COUNT="customer.orderCount",t.CUSTOMER__PASSWORD_UPDATE_DATE="customer.passwordUpdateDate",t.CUSTOMER__PHONE="customer.phone",t.CUSTOMER__PHONE_SUBSCRIPTION_STATUS="customer.phoneSubscriptionStatus",t.CUSTOMER__PHONE_SUBSCRIPTION_STATUS_UPDATED_AT="customer.phoneSubscriptionStatusUpdatedAt",t.CUSTOMER__PHONE_VERIFIED_DATE="customer.phoneVerifiedDate",t.CUSTOMER__PREFERRED_LANGUAGE="customer.preferredLanguage",t.CUSTOMER__PRICE_LIST_ID="customer.priceListId",t.CUSTOMER__PRICE_LIST_RULES__DISCOUNT_RATE="customer.priceListRules.discountRate",t.CUSTOMER__PRICE_LIST_RULES__FILTERS__TYPE="customer.priceListRules.filters.type",t.CUSTOMER__PRICE_LIST_RULES__FILTERS__VALUE_LIST="customer.priceListRules.filters.valueList",t.CUSTOMER__PRICE_LIST_RULES__PRICE_LIST_ID="customer.priceListRules.priceListId",t.CUSTOMER__PRICE_LIST_RULES__SHOULD_MATCH_ALL_FILTERS="customer.priceListRules.shouldMatchAllFilters",t.CUSTOMER__PRICE_LIST_RULES__VALUE="customer.priceListRules.value",t.CUSTOMER__PRICE_LIST_RULES__VALUE_TYPE="customer.priceListRules.valueType",t.CUSTOMER__REGISTRATION_SOURCE="customer.registrationSource",t.CUSTOMER__SMS_SUBSCRIPTION_STATUS="customer.smsSubscriptionStatus",t.CUSTOMER__SMS_SUBSCRIPTION_STATUS_UPDATED_AT="customer.smsSubscriptionStatusUpdatedAt",t.CUSTOMER__SUBSCRIPTION_STATUS="customer.subscriptionStatus",t.CUSTOMER__SUBSCRIPTION_STATUS_UPDATED_AT="customer.subscriptionStatusUpdatedAt",t.CUSTOMER__TAG_IDS="customer.tagIds",t.CUSTOMER__UPDATED_AT="customer.updatedAt",t.FLOW_ID="flowId",t.OTP_SEND="otpSend",t.TOKEN="token",t.TOKEN_EXPIRY="tokenExpiry"}(E||(E={}));export{E as ResponseField,r as default};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/** DO NOT EDIT - GENERATED AUTO BY IKAS API-CLIENT **/
|
|
1
2
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
3
|
import { CustomerAttributeValueInput, CustomerLoginResponse } from "../types";
|
|
3
4
|
declare const registerCustomer: (variables: QueryParams, fields?: string[], config?: ConfigType) => Promise<APIResponse<CustomerLoginResponse> | APIResponse<undefined>>;
|
|
@@ -5,13 +6,14 @@ export default registerCustomer;
|
|
|
5
6
|
export declare type QueryParams = {
|
|
6
7
|
attributes?: CustomerAttributeValueInput[] | null;
|
|
7
8
|
captchaToken?: string | null;
|
|
8
|
-
email
|
|
9
|
-
firstName
|
|
9
|
+
email?: string | null;
|
|
10
|
+
firstName?: string | null;
|
|
11
|
+
flowId?: string | null;
|
|
10
12
|
isAcceptMarketing?: boolean | null;
|
|
11
|
-
lastName
|
|
13
|
+
lastName?: string | null;
|
|
12
14
|
locale?: string | null;
|
|
13
15
|
orderId?: string | null;
|
|
14
|
-
password
|
|
16
|
+
password?: string | null;
|
|
15
17
|
phone?: string | null;
|
|
16
18
|
preferredLanguage?: string | null;
|
|
17
19
|
};
|
|
@@ -88,6 +90,8 @@ export declare enum ResponseField {
|
|
|
88
90
|
CUSTOMER__SUBSCRIPTION_STATUS_UPDATED_AT = "customer.subscriptionStatusUpdatedAt",
|
|
89
91
|
CUSTOMER__TAG_IDS = "customer.tagIds",
|
|
90
92
|
CUSTOMER__UPDATED_AT = "customer.updatedAt",
|
|
93
|
+
FLOW_ID = "flowId",
|
|
94
|
+
OTP_SEND = "otpSend",
|
|
91
95
|
TOKEN = "token",
|
|
92
96
|
TOKEN_EXPIRY = "tokenExpiry"
|
|
93
97
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__awaiter as t,__generator as e}from'./../../ext/tslib/tslib.es6.js';import{handleAPIError as
|
|
1
|
+
import{__awaiter as t,__generator as e}from'./../../ext/tslib/tslib.es6.js';import{handleAPIError as s,APIResponse as _,fetchQuery as r}from"@ikas/fe-api-client";var S,E=function(S,E,a){return t(void 0,void 0,void 0,(function(){var t,o,u,i;return e(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,r({operationName:"registerCustomer",config:a,variables:S,allReturnFields:d,fields:E,query:function(t){return"\n\t\t\t\tmutation registerCustomer (\n\t\t\t\t\t$attributes: [CustomerAttributeValueInput!],\n\t\t\t\t\t$captchaToken: String,\n\t\t\t\t\t$email: String,\n\t\t\t\t\t$firstName: String,\n\t\t\t\t\t$flowId: String,\n\t\t\t\t\t$isAcceptMarketing: Boolean,\n\t\t\t\t\t$lastName: String,\n\t\t\t\t\t$locale: String,\n\t\t\t\t\t$orderId: String,\n\t\t\t\t\t$password: String,\n\t\t\t\t\t$phone: String,\n\t\t\t\t\t$preferredLanguage: String,\n\t\t\t\t) {\n\t\t\t\t\tregisterCustomer (\n\t\t\t\t\t\tattributes: $attributes,\n\t\t\t\t\t\tcaptchaToken: $captchaToken,\n\t\t\t\t\t\temail: $email,\n\t\t\t\t\t\tfirstName: $firstName,\n\t\t\t\t\t\tflowId: $flowId,\n\t\t\t\t\t\tisAcceptMarketing: $isAcceptMarketing,\n\t\t\t\t\t\tlastName: $lastName,\n\t\t\t\t\t\tlocale: $locale,\n\t\t\t\t\t\torderId: $orderId,\n\t\t\t\t\t\tpassword: $password,\n\t\t\t\t\t\tphone: $phone,\n\t\t\t\t\t\tpreferredLanguage: $preferredLanguage,\n\t\t\t\t\t) ".concat(t,"\n\t\t\t\t}\n\t\t\t")}})];case 1:return t=e.sent(),o=t.data,u=t.errors,[2,new _(null==o?void 0:o.registerCustomer,u)];case 2:return i=e.sent(),[2,s(i)];case 3:return[2]}}))}))},d="{customer {accountStatus accountStatusUpdatedAt addresses {addressLine1 addressLine2 attributes {customerAttributeId customerAttributeOptionId value } city {code id name } company country {code id iso2 iso3 name } createdAt deleted district {code id name } firstName id identityNumber isDefault lastName phone postalCode region {createdAt deleted id name updatedAt } state {code id name } taxNumber taxOffice title updatedAt } attributes {customerAttributeId customerAttributeOptionId value } birthDate createdAt customerGroupIds customerSegmentIds customerSequence deleted email emailVerifiedDate firstName fullName gender id isEmailVerified isPhoneVerified lastName note orderCount passwordUpdateDate phone phoneSubscriptionStatus phoneSubscriptionStatusUpdatedAt phoneVerifiedDate preferredLanguage priceListId priceListRules {discountRate filters {type valueList } priceListId shouldMatchAllFilters value valueType } registrationSource smsSubscriptionStatus smsSubscriptionStatusUpdatedAt subscriptionStatus subscriptionStatusUpdatedAt tagIds updatedAt } flowId otpSend token tokenExpiry }";!function(t){t.CUSTOMER__ACCOUNT_STATUS="customer.accountStatus",t.CUSTOMER__ACCOUNT_STATUS_UPDATED_AT="customer.accountStatusUpdatedAt",t.CUSTOMER__ADDRESSES__ADDRESS_LINE1="customer.addresses.addressLine1",t.CUSTOMER__ADDRESSES__ADDRESS_LINE2="customer.addresses.addressLine2",t.CUSTOMER__ADDRESSES__ATTRIBUTES__CUSTOMER_ATTRIBUTE_ID="customer.addresses.attributes.customerAttributeId",t.CUSTOMER__ADDRESSES__ATTRIBUTES__CUSTOMER_ATTRIBUTE_OPTION_ID="customer.addresses.attributes.customerAttributeOptionId",t.CUSTOMER__ADDRESSES__ATTRIBUTES__VALUE="customer.addresses.attributes.value",t.CUSTOMER__ADDRESSES__CITY__CODE="customer.addresses.city.code",t.CUSTOMER__ADDRESSES__CITY__ID="customer.addresses.city.id",t.CUSTOMER__ADDRESSES__CITY__NAME="customer.addresses.city.name",t.CUSTOMER__ADDRESSES__COMPANY="customer.addresses.company",t.CUSTOMER__ADDRESSES__COUNTRY__CODE="customer.addresses.country.code",t.CUSTOMER__ADDRESSES__COUNTRY__ID="customer.addresses.country.id",t.CUSTOMER__ADDRESSES__COUNTRY__ISO2="customer.addresses.country.iso2",t.CUSTOMER__ADDRESSES__COUNTRY__ISO3="customer.addresses.country.iso3",t.CUSTOMER__ADDRESSES__COUNTRY__NAME="customer.addresses.country.name",t.CUSTOMER__ADDRESSES__CREATED_AT="customer.addresses.createdAt",t.CUSTOMER__ADDRESSES__DELETED="customer.addresses.deleted",t.CUSTOMER__ADDRESSES__DISTRICT__CODE="customer.addresses.district.code",t.CUSTOMER__ADDRESSES__DISTRICT__ID="customer.addresses.district.id",t.CUSTOMER__ADDRESSES__DISTRICT__NAME="customer.addresses.district.name",t.CUSTOMER__ADDRESSES__FIRST_NAME="customer.addresses.firstName",t.CUSTOMER__ADDRESSES__ID="customer.addresses.id",t.CUSTOMER__ADDRESSES__IDENTITY_NUMBER="customer.addresses.identityNumber",t.CUSTOMER__ADDRESSES__IS_DEFAULT="customer.addresses.isDefault",t.CUSTOMER__ADDRESSES__LAST_NAME="customer.addresses.lastName",t.CUSTOMER__ADDRESSES__PHONE="customer.addresses.phone",t.CUSTOMER__ADDRESSES__POSTAL_CODE="customer.addresses.postalCode",t.CUSTOMER__ADDRESSES__REGION__CREATED_AT="customer.addresses.region.createdAt",t.CUSTOMER__ADDRESSES__REGION__DELETED="customer.addresses.region.deleted",t.CUSTOMER__ADDRESSES__REGION__ID="customer.addresses.region.id",t.CUSTOMER__ADDRESSES__REGION__NAME="customer.addresses.region.name",t.CUSTOMER__ADDRESSES__REGION__UPDATED_AT="customer.addresses.region.updatedAt",t.CUSTOMER__ADDRESSES__STATE__CODE="customer.addresses.state.code",t.CUSTOMER__ADDRESSES__STATE__ID="customer.addresses.state.id",t.CUSTOMER__ADDRESSES__STATE__NAME="customer.addresses.state.name",t.CUSTOMER__ADDRESSES__TAX_NUMBER="customer.addresses.taxNumber",t.CUSTOMER__ADDRESSES__TAX_OFFICE="customer.addresses.taxOffice",t.CUSTOMER__ADDRESSES__TITLE="customer.addresses.title",t.CUSTOMER__ADDRESSES__UPDATED_AT="customer.addresses.updatedAt",t.CUSTOMER__ATTRIBUTES__CUSTOMER_ATTRIBUTE_ID="customer.attributes.customerAttributeId",t.CUSTOMER__ATTRIBUTES__CUSTOMER_ATTRIBUTE_OPTION_ID="customer.attributes.customerAttributeOptionId",t.CUSTOMER__ATTRIBUTES__VALUE="customer.attributes.value",t.CUSTOMER__CREATED_AT="customer.createdAt",t.CUSTOMER__CUSTOMER_GROUP_IDS="customer.customerGroupIds",t.CUSTOMER__CUSTOMER_SEQUENCE="customer.customerSequence",t.CUSTOMER__DELETED="customer.deleted",t.CUSTOMER__EMAIL="customer.email",t.CUSTOMER__EMAIL_VERIFIED_DATE="customer.emailVerifiedDate",t.CUSTOMER__FIRST_NAME="customer.firstName",t.CUSTOMER__FULL_NAME="customer.fullName",t.CUSTOMER__ID="customer.id",t.CUSTOMER__IS_EMAIL_VERIFIED="customer.isEmailVerified",t.CUSTOMER__IS_PHONE_VERIFIED="customer.isPhoneVerified",t.CUSTOMER__LAST_NAME="customer.lastName",t.CUSTOMER__NOTE="customer.note",t.CUSTOMER__ORDER_COUNT="customer.orderCount",t.CUSTOMER__PASSWORD_UPDATE_DATE="customer.passwordUpdateDate",t.CUSTOMER__PHONE="customer.phone",t.CUSTOMER__PHONE_VERIFIED_DATE="customer.phoneVerifiedDate",t.CUSTOMER__PREFERRED_LANGUAGE="customer.preferredLanguage",t.CUSTOMER__PRICE_LIST_ID="customer.priceListId",t.CUSTOMER__PRICE_LIST_RULES__FILTERS__TYPE="customer.priceListRules.filters.type",t.CUSTOMER__PRICE_LIST_RULES__FILTERS__VALUE_LIST="customer.priceListRules.filters.valueList",t.CUSTOMER__PRICE_LIST_RULES__SHOULD_MATCH_ALL_FILTERS="customer.priceListRules.shouldMatchAllFilters",t.CUSTOMER__PRICE_LIST_RULES__VALUE="customer.priceListRules.value",t.CUSTOMER__PRICE_LIST_RULES__VALUE_TYPE="customer.priceListRules.valueType",t.CUSTOMER__REGISTRATION_SOURCE="customer.registrationSource",t.CUSTOMER__SUBSCRIPTION_STATUS="customer.subscriptionStatus",t.CUSTOMER__SUBSCRIPTION_STATUS_UPDATED_AT="customer.subscriptionStatusUpdatedAt",t.CUSTOMER__TAG_IDS="customer.tagIds",t.CUSTOMER__UPDATED_AT="customer.updatedAt",t.FLOW_ID="flowId",t.OTP_SEND="otpSend",t.TOKEN="token",t.TOKEN_EXPIRY="tokenExpiry"}(S||(S={}));export{S as ResponseField,E as default};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/** DO NOT EDIT - GENERATED AUTO BY IKAS API-CLIENT **/
|
|
2
2
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
3
3
|
import { CustomerLoginResponse } from "../types";
|
|
4
|
-
declare const
|
|
5
|
-
export default
|
|
4
|
+
declare const validateOTPCode: (variables: QueryParams, fields?: string[], config?: ConfigType) => Promise<APIResponse<CustomerLoginResponse> | APIResponse<undefined>>;
|
|
5
|
+
export default validateOTPCode;
|
|
6
6
|
export declare type QueryParams = {
|
|
7
7
|
captchaToken?: string | null;
|
|
8
8
|
verificationCode: string;
|
|
@@ -89,6 +89,8 @@ export declare enum ResponseField {
|
|
|
89
89
|
CUSTOMER__SUBSCRIPTION_STATUS_UPDATED_AT = "customer.subscriptionStatusUpdatedAt",
|
|
90
90
|
CUSTOMER__TAG_IDS = "customer.tagIds",
|
|
91
91
|
CUSTOMER__UPDATED_AT = "customer.updatedAt",
|
|
92
|
+
FLOW_ID = "flowId",
|
|
93
|
+
OTP_SEND = "otpSend",
|
|
92
94
|
TOKEN = "token",
|
|
93
95
|
TOKEN_EXPIRY = "tokenExpiry"
|
|
94
96
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__awaiter as e,__generator as t}from'./../../ext/tslib/tslib.es6.js';import{handleAPIError as _,APIResponse as s,fetchQuery as S}from"@ikas/fe-api-client";var E,r=function(E,r,d){return e(void 0,void 0,void 0,(function(){var e,o,u,R;return t(this,(function(t){switch(t.label){case 0:return t.trys.push([0,2,,3]),[4,S({operationName:"validateOTPCode",config:d,variables:E,allReturnFields:T,fields:r,query:function(e){return"\n\t\t\t\tmutation validateOTPCode (\n\t\t\t\t\t$captchaToken: String,\n\t\t\t\t\t$verificationCode: String!,\n\t\t\t\t) {\n\t\t\t\t\tvalidateOTPCode (\n\t\t\t\t\t\tcaptchaToken: $captchaToken,\n\t\t\t\t\t\tverificationCode: $verificationCode,\n\t\t\t\t\t) ".concat(e,"\n\t\t\t\t}\n\t\t\t")}})];case 1:return e=t.sent(),o=e.data,u=e.errors,[2,new s(null==o?void 0:o.validateOTPCode,u)];case 2:return R=t.sent(),[2,_(R)];case 3:return[2]}}))}))},T="{customer {accountStatus accountStatusUpdatedAt addresses {addressLine1 addressLine2 attributes {customerAttributeId customerAttributeOptionId value } city {code id name } company country {code id iso2 iso3 name } createdAt deleted district {code id name } firstName id identityNumber isDefault lastName phone postalCode region {createdAt deleted id name updatedAt } state {code id name } taxNumber taxOffice title updatedAt } attributes {customerAttributeId customerAttributeOptionId value } birthDate createdAt customerGroupIds customerSegmentIds customerSequence deleted email emailVerifiedDate firstName fullName gender id isEmailVerified isPhoneVerified lastName note orderCount passwordUpdateDate phone phoneSubscriptionStatus phoneSubscriptionStatusUpdatedAt phoneVerifiedDate preferredLanguage priceListId priceListRules {discountRate filters {type valueList } priceListId shouldMatchAllFilters value valueType } registrationSource smsSubscriptionStatus smsSubscriptionStatusUpdatedAt subscriptionStatus subscriptionStatusUpdatedAt tagIds updatedAt } flowId otpSend token tokenExpiry }";!function(e){e.CUSTOMER__ACCOUNT_STATUS="customer.accountStatus",e.CUSTOMER__ACCOUNT_STATUS_UPDATED_AT="customer.accountStatusUpdatedAt",e.CUSTOMER__ADDRESSES__ADDRESS_LINE1="customer.addresses.addressLine1",e.CUSTOMER__ADDRESSES__ADDRESS_LINE2="customer.addresses.addressLine2",e.CUSTOMER__ADDRESSES__ATTRIBUTES__CUSTOMER_ATTRIBUTE_ID="customer.addresses.attributes.customerAttributeId",e.CUSTOMER__ADDRESSES__ATTRIBUTES__CUSTOMER_ATTRIBUTE_OPTION_ID="customer.addresses.attributes.customerAttributeOptionId",e.CUSTOMER__ADDRESSES__ATTRIBUTES__VALUE="customer.addresses.attributes.value",e.CUSTOMER__ADDRESSES__CITY__CODE="customer.addresses.city.code",e.CUSTOMER__ADDRESSES__CITY__ID="customer.addresses.city.id",e.CUSTOMER__ADDRESSES__CITY__NAME="customer.addresses.city.name",e.CUSTOMER__ADDRESSES__COMPANY="customer.addresses.company",e.CUSTOMER__ADDRESSES__COUNTRY__CODE="customer.addresses.country.code",e.CUSTOMER__ADDRESSES__COUNTRY__ID="customer.addresses.country.id",e.CUSTOMER__ADDRESSES__COUNTRY__ISO2="customer.addresses.country.iso2",e.CUSTOMER__ADDRESSES__COUNTRY__ISO3="customer.addresses.country.iso3",e.CUSTOMER__ADDRESSES__COUNTRY__NAME="customer.addresses.country.name",e.CUSTOMER__ADDRESSES__CREATED_AT="customer.addresses.createdAt",e.CUSTOMER__ADDRESSES__DELETED="customer.addresses.deleted",e.CUSTOMER__ADDRESSES__DISTRICT__CODE="customer.addresses.district.code",e.CUSTOMER__ADDRESSES__DISTRICT__ID="customer.addresses.district.id",e.CUSTOMER__ADDRESSES__DISTRICT__NAME="customer.addresses.district.name",e.CUSTOMER__ADDRESSES__FIRST_NAME="customer.addresses.firstName",e.CUSTOMER__ADDRESSES__ID="customer.addresses.id",e.CUSTOMER__ADDRESSES__IDENTITY_NUMBER="customer.addresses.identityNumber",e.CUSTOMER__ADDRESSES__IS_DEFAULT="customer.addresses.isDefault",e.CUSTOMER__ADDRESSES__LAST_NAME="customer.addresses.lastName",e.CUSTOMER__ADDRESSES__PHONE="customer.addresses.phone",e.CUSTOMER__ADDRESSES__POSTAL_CODE="customer.addresses.postalCode",e.CUSTOMER__ADDRESSES__REGION__CREATED_AT="customer.addresses.region.createdAt",e.CUSTOMER__ADDRESSES__REGION__DELETED="customer.addresses.region.deleted",e.CUSTOMER__ADDRESSES__REGION__ID="customer.addresses.region.id",e.CUSTOMER__ADDRESSES__REGION__NAME="customer.addresses.region.name",e.CUSTOMER__ADDRESSES__REGION__UPDATED_AT="customer.addresses.region.updatedAt",e.CUSTOMER__ADDRESSES__STATE__CODE="customer.addresses.state.code",e.CUSTOMER__ADDRESSES__STATE__ID="customer.addresses.state.id",e.CUSTOMER__ADDRESSES__STATE__NAME="customer.addresses.state.name",e.CUSTOMER__ADDRESSES__TAX_NUMBER="customer.addresses.taxNumber",e.CUSTOMER__ADDRESSES__TAX_OFFICE="customer.addresses.taxOffice",e.CUSTOMER__ADDRESSES__TITLE="customer.addresses.title",e.CUSTOMER__ADDRESSES__UPDATED_AT="customer.addresses.updatedAt",e.CUSTOMER__ATTRIBUTES__CUSTOMER_ATTRIBUTE_ID="customer.attributes.customerAttributeId",e.CUSTOMER__ATTRIBUTES__CUSTOMER_ATTRIBUTE_OPTION_ID="customer.attributes.customerAttributeOptionId",e.CUSTOMER__ATTRIBUTES__VALUE="customer.attributes.value",e.CUSTOMER__BIRTH_DATE="customer.birthDate",e.CUSTOMER__CREATED_AT="customer.createdAt",e.CUSTOMER__CUSTOMER_GROUP_IDS="customer.customerGroupIds",e.CUSTOMER__CUSTOMER_SEGMENT_IDS="customer.customerSegmentIds",e.CUSTOMER__CUSTOMER_SEQUENCE="customer.customerSequence",e.CUSTOMER__DELETED="customer.deleted",e.CUSTOMER__EMAIL="customer.email",e.CUSTOMER__EMAIL_VERIFIED_DATE="customer.emailVerifiedDate",e.CUSTOMER__FIRST_NAME="customer.firstName",e.CUSTOMER__FULL_NAME="customer.fullName",e.CUSTOMER__GENDER="customer.gender",e.CUSTOMER__ID="customer.id",e.CUSTOMER__IS_EMAIL_VERIFIED="customer.isEmailVerified",e.CUSTOMER__IS_PHONE_VERIFIED="customer.isPhoneVerified",e.CUSTOMER__LAST_NAME="customer.lastName",e.CUSTOMER__NOTE="customer.note",e.CUSTOMER__ORDER_COUNT="customer.orderCount",e.CUSTOMER__PASSWORD_UPDATE_DATE="customer.passwordUpdateDate",e.CUSTOMER__PHONE="customer.phone",e.CUSTOMER__PHONE_SUBSCRIPTION_STATUS="customer.phoneSubscriptionStatus",e.CUSTOMER__PHONE_SUBSCRIPTION_STATUS_UPDATED_AT="customer.phoneSubscriptionStatusUpdatedAt",e.CUSTOMER__PHONE_VERIFIED_DATE="customer.phoneVerifiedDate",e.CUSTOMER__PREFERRED_LANGUAGE="customer.preferredLanguage",e.CUSTOMER__PRICE_LIST_ID="customer.priceListId",e.CUSTOMER__PRICE_LIST_RULES__DISCOUNT_RATE="customer.priceListRules.discountRate",e.CUSTOMER__PRICE_LIST_RULES__FILTERS__TYPE="customer.priceListRules.filters.type",e.CUSTOMER__PRICE_LIST_RULES__FILTERS__VALUE_LIST="customer.priceListRules.filters.valueList",e.CUSTOMER__PRICE_LIST_RULES__PRICE_LIST_ID="customer.priceListRules.priceListId",e.CUSTOMER__PRICE_LIST_RULES__SHOULD_MATCH_ALL_FILTERS="customer.priceListRules.shouldMatchAllFilters",e.CUSTOMER__PRICE_LIST_RULES__VALUE="customer.priceListRules.value",e.CUSTOMER__PRICE_LIST_RULES__VALUE_TYPE="customer.priceListRules.valueType",e.CUSTOMER__REGISTRATION_SOURCE="customer.registrationSource",e.CUSTOMER__SMS_SUBSCRIPTION_STATUS="customer.smsSubscriptionStatus",e.CUSTOMER__SMS_SUBSCRIPTION_STATUS_UPDATED_AT="customer.smsSubscriptionStatusUpdatedAt",e.CUSTOMER__SUBSCRIPTION_STATUS="customer.subscriptionStatus",e.CUSTOMER__SUBSCRIPTION_STATUS_UPDATED_AT="customer.subscriptionStatusUpdatedAt",e.CUSTOMER__TAG_IDS="customer.tagIds",e.CUSTOMER__UPDATED_AT="customer.updatedAt",e.FLOW_ID="flowId",e.OTP_SEND="otpSend",e.TOKEN="token",e.TOKEN_EXPIRY="tokenExpiry"}(E||(E={}));export{E as ResponseField,r as default};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/** DO NOT EDIT - GENERATED AUTO BY IKAS API-CLIENT **/
|
|
1
2
|
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
2
3
|
import { CampaignOfferTargetPageTypeEnum, CartV2 } from "../types";
|
|
3
4
|
declare const getCartById: (variables: QueryParams, fields?: string[], config?: ConfigType) => Promise<APIResponse<CartV2> | APIResponse<undefined>>;
|
|
@@ -137,6 +138,7 @@ export declare enum ResponseField {
|
|
|
137
138
|
GIFT_CARD_LINES__CODE = "giftCardLines.code",
|
|
138
139
|
GIFT_CARD_LINES__GIFT_CARD_ID = "giftCardLines.giftCardId",
|
|
139
140
|
GIFT_CARD_LINES__ID = "giftCardLines.id",
|
|
141
|
+
GIFT_CARD_LINES__TYPE = "giftCardLines.type",
|
|
140
142
|
GIFT_PACKAGE_LINES__IS_REFUNDED = "giftPackageLines.isRefunded",
|
|
141
143
|
GIFT_PACKAGE_LINES__PRICE = "giftPackageLines.price",
|
|
142
144
|
GIFT_PACKAGE_LINES__PRICE_LIST_ID = "giftPackageLines.priceListId",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__awaiter as _,__generator as e}from'./../../ext/tslib/tslib.es6.js';import{handleAPIError as I,APIResponse as t,fetchQuery as E}from"@ikas/fe-api-client";var r,n=function(r,n,T){return _(void 0,void 0,void 0,(function(){var _,a,R,N;return e(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,E({operationName:"getCartById",config:T,variables:r,allReturnFields:i,fields:n,query:function(_){return"\n\t\t\t\tquery getCartById (\n\t\t\t\t\t$getCompletedCart: Boolean,\n\t\t\t\t\t$id: String,\n\t\t\t\t\t$paymentGatewayId: String,\n\t\t\t\t\t$targetPageType: CampaignOfferTargetPageTypeEnum,\n\t\t\t\t) {\n\t\t\t\t\tgetCartById (\n\t\t\t\t\t\tgetCompletedCart: $getCompletedCart,\n\t\t\t\t\t\tid: $id,\n\t\t\t\t\t\tpaymentGatewayId: $paymentGatewayId,\n\t\t\t\t\t\ttargetPageType: $targetPageType,\n\t\t\t\t\t) ".concat(_,"\n\t\t\t\t}\n\t\t\t")}})];case 1:return _=e.sent(),a=_.data,R=_.errors,[2,new t(null==a?void 0:a.getCartById,R)];case 2:return N=e.sent(),[2,I(N)];case 3:return[2]}}))}))},i="{abandonedCartFlows {authorizedAppId campaignId canApplicable couponId customerFilters {sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } attributes {orderAttributeId orderAttributeOptionId value } availableShippingMethods {estimatedDeliveryTime {type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress {addressLine1 addressLine2 city {code id name } company country {code id iso2 iso3 name } district {code id name } firstName id identityNumber isDefault lastName phone postalCode region {createdAt deleted id name updatedAt } state {code id name } taxNumber taxOffice } campaignOffers {appliedOrderLineId campaignOffer {availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers {applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations {description locale title } } startDate targetPageTypes triggerSettings {filterType valueList } triggers {filters {filterType valueList } shouldMatchAllConditions } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates {code originalRate rate } currencySymbol customer {email firstName fullName id isGuestCheckout lastName notificationsAccepted phone } customerGroups {id name } customerId customerSegments {id name } deleted dueDate giftCardLines {amount code giftCardId id } giftPackageLines {isRefunded price priceListId taxValue } giftPackageNote host id isGiftPackage itemCount lastActivityDate merchantId netTotalFinalPrice note orderAdjustments {amount amountType appliedOrderLines {amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems {bundleProductSettings {bundleLineId bundleLineQuantity name options {name productOptionId productOptionsSetId type values {name price priceType value } } variant {barcodeList baseUnit {baseAmount type unit {id name } } brand {id name } bundleProducts {addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options {name productOptionId productOptionsSetId type values {name price priceType value } } order price quantity taxValue unitPrice variant {barcodeList baseUnit {baseAmount type unit {id name } } brand {id name } categories {categoryPath {id name } id name } fileId hsCode id mainImageId name prices {buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags {id name } taxValue type unit {amount type } variantValues {order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories {categoryPath {id name } id name } fileId hsCode id mainImageId name prices {buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags {id name } taxValue type unit {amount type } variantValues {order variantTypeId variantTypeName variantValueId variantValueName } weight } } createdAt currencyCode currencySymbol deleted discount {amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options {name productOptionId productOptionsSetId type values {name price priceType value } } originalOrderLineItemId price quantity status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant {barcodeList baseUnit {baseAmount type unit {id name } } brand {id name } bundleProducts {addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options {name productOptionId productOptionsSetId type values {name price priceType value } } order price quantity taxValue unitPrice variant {barcodeList baseUnit {baseAmount type unit {id name } } brand {id name } categories {categoryPath {id name } id name } fileId hsCode id mainImageId name prices {buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags {id name } taxValue type unit {amount type } variantValues {order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories {categoryPath {id name } id name } fileId hsCode id mainImageId name prices {buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags {id name } taxValue type unit {amount type } variantValues {order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageStatus orderPaymentStatus orderedAt priceListId recoverEmailStatus recoveryStatus salesChannelId sessionInfo {countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource {source type } userAgent {deviceType name os } utm {campaign content medium source term } visitorId } shippingAddress {addressLine1 addressLine2 city {code id name } company country {code id iso2 iso3 name } district {code id name } firstName id identityNumber isDefault lastName phone postalCode region {createdAt deleted id name updatedAt } state {code id name } taxNumber taxOffice } shippingLines {finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId status stockLocationId storefrontId storefrontRouting {domain dynamicCurrencySettings {roundingFormat targetCurrencyCode } id locale path priceListId salesChannelId } storefrontRoutingId storefrontThemeId taxLines {price rate } totalFinalPrice totalPrice updatedAt userAgent }";!function(_){_.ABANDONED_CART_FLOWS__AUTHORIZED_APP_ID="abandonedCartFlows.authorizedAppId",_.ABANDONED_CART_FLOWS__CAMPAIGN_ID="abandonedCartFlows.campaignId",_.ABANDONED_CART_FLOWS__CAN_APPLICABLE="abandonedCartFlows.canApplicable",_.ABANDONED_CART_FLOWS__COUPON_ID="abandonedCartFlows.couponId",_.ABANDONED_CART_FLOWS__CUSTOMER_FILTERS__SEND_ONLY_ACTIVE_ACCOUNT="abandonedCartFlows.customerFilters.sendOnlyActiveAccount",_.ABANDONED_CART_FLOWS__CUSTOMER_FILTERS__SEND_ONLY_SUBSCRIBED_TO_EMAIL="abandonedCartFlows.customerFilters.sendOnlySubscribedToEmail",_.ABANDONED_CART_FLOWS__FLOW_ID="abandonedCartFlows.flowId",_.ABANDONED_CART_FLOWS__MAIL_SEND_DATE="abandonedCartFlows.mailSendDate",_.ABANDONED_CART_FLOWS__MAIL_TRANSLATION_ID="abandonedCartFlows.mailTranslationId",_.ABANDONED_CART_FLOWS__MESSAGE_TYPE="abandonedCartFlows.messageType",_.ABANDONED_CART_FLOWS__RECOVER_EMAIL_STATUS="abandonedCartFlows.recoverEmailStatus",_.ABANDONED_CART_FLOWS__SEND_AFTER="abandonedCartFlows.sendAfter",_.ABANDONED_CART_FLOWS__SMS_TRANSLATION_ID="abandonedCartFlows.smsTranslationId",_.ATTRIBUTES__ORDER_ATTRIBUTE_ID="attributes.orderAttributeId",_.ATTRIBUTES__ORDER_ATTRIBUTE_OPTION_ID="attributes.orderAttributeOptionId",_.ATTRIBUTES__VALUE="attributes.value",_.AVAILABLE_SHIPPING_METHODS__ESTIMATED_DELIVERY_TIME__TYPE="availableShippingMethods.estimatedDeliveryTime.type",_.AVAILABLE_SHIPPING_METHODS__ESTIMATED_DELIVERY_TIME__VALUE="availableShippingMethods.estimatedDeliveryTime.value",_.AVAILABLE_SHIPPING_METHODS__PRICE="availableShippingMethods.price",_.AVAILABLE_SHIPPING_METHODS__RATE_NAME="availableShippingMethods.rateName",_.AVAILABLE_SHIPPING_METHODS__SHIPPING_METHOD="availableShippingMethods.shippingMethod",_.AVAILABLE_SHIPPING_METHODS__SHIPPING_SETTINGS_ID="availableShippingMethods.shippingSettingsId",_.AVAILABLE_SHIPPING_METHODS__SHIPPING_ZONE_RATE_ID="availableShippingMethods.shippingZoneRateId",_.BILLING_ADDRESS__ADDRESS_LINE1="billingAddress.addressLine1",_.BILLING_ADDRESS__ADDRESS_LINE2="billingAddress.addressLine2",_.BILLING_ADDRESS__CITY__CODE="billingAddress.city.code",_.BILLING_ADDRESS__CITY__ID="billingAddress.city.id",_.BILLING_ADDRESS__CITY__NAME="billingAddress.city.name",_.BILLING_ADDRESS__COMPANY="billingAddress.company",_.BILLING_ADDRESS__COUNTRY__CODE="billingAddress.country.code",_.BILLING_ADDRESS__COUNTRY__ID="billingAddress.country.id",_.BILLING_ADDRESS__COUNTRY__ISO2="billingAddress.country.iso2",_.BILLING_ADDRESS__COUNTRY__ISO3="billingAddress.country.iso3",_.BILLING_ADDRESS__COUNTRY__NAME="billingAddress.country.name",_.BILLING_ADDRESS__DISTRICT__CODE="billingAddress.district.code",_.BILLING_ADDRESS__DISTRICT__ID="billingAddress.district.id",_.BILLING_ADDRESS__DISTRICT__NAME="billingAddress.district.name",_.BILLING_ADDRESS__FIRST_NAME="billingAddress.firstName",_.BILLING_ADDRESS__ID="billingAddress.id",_.BILLING_ADDRESS__IDENTITY_NUMBER="billingAddress.identityNumber",_.BILLING_ADDRESS__IS_DEFAULT="billingAddress.isDefault",_.BILLING_ADDRESS__LAST_NAME="billingAddress.lastName",_.BILLING_ADDRESS__PHONE="billingAddress.phone",_.BILLING_ADDRESS__POSTAL_CODE="billingAddress.postalCode",_.BILLING_ADDRESS__REGION__CREATED_AT="billingAddress.region.createdAt",_.BILLING_ADDRESS__REGION__DELETED="billingAddress.region.deleted",_.BILLING_ADDRESS__REGION__ID="billingAddress.region.id",_.BILLING_ADDRESS__REGION__NAME="billingAddress.region.name",_.BILLING_ADDRESS__REGION__UPDATED_AT="billingAddress.region.updatedAt",_.BILLING_ADDRESS__STATE__CODE="billingAddress.state.code",_.BILLING_ADDRESS__STATE__ID="billingAddress.state.id",_.BILLING_ADDRESS__STATE__NAME="billingAddress.state.name",_.BILLING_ADDRESS__TAX_NUMBER="billingAddress.taxNumber",_.BILLING_ADDRESS__TAX_OFFICE="billingAddress.taxOffice",_.CAMPAIGN_OFFERS__APPLIED_ORDER_LINE_ID="campaignOffers.appliedOrderLineId",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__AVAILABLE_SALES_CHANNEL_IDS="campaignOffers.campaignOffer.availableSalesChannelIds",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__CREATED_AT="campaignOffers.campaignOffer.createdAt",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__CURRENCY_CODES="campaignOffers.campaignOffer.currencyCodes",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__DELETED="campaignOffers.campaignOffer.deleted",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__END_DATE="campaignOffers.campaignOffer.endDate",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__FOLLOW_UP_ACTION_TYPE="campaignOffers.campaignOffer.followUpActionType",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__ID="campaignOffers.campaignOffer.id",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__MAX_COUNT="campaignOffers.campaignOffer.maxCount",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__MAXIMUM_REQUIRED_CART_AMOUNT="campaignOffers.campaignOffer.maximumRequiredCartAmount",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__MINIMUM_REQUIRED_CART_AMOUNT="campaignOffers.campaignOffer.minimumRequiredCartAmount",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__NAME="campaignOffers.campaignOffer.name",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__OFFERS__APPLICABLE_PRICE="campaignOffers.campaignOffer.offers.applicablePrice",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__OFFERS__COUNTDOWN_MINUTES="campaignOffers.campaignOffer.offers.countdownMinutes",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__OFFERS__DESCRIPTION="campaignOffers.campaignOffer.offers.description",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__OFFERS__DISCOUNT_AMOUNT="campaignOffers.campaignOffer.offers.discountAmount",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__OFFERS__DISCOUNT_TYPE="campaignOffers.campaignOffer.offers.discountType",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__OFFERS__EXCLUDED_VARIANT_ID_LIST="campaignOffers.campaignOffer.offers.excludedVariantIdList",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__OFFERS__ID="campaignOffers.campaignOffer.offers.id",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__OFFERS__ORDER="campaignOffers.campaignOffer.offers.order",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__OFFERS__PRODUCT_ID="campaignOffers.campaignOffer.offers.productId",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__OFFERS__SHOW_CRITERIA="campaignOffers.campaignOffer.offers.showCriteria",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__OFFERS__SKIP_OFFER_IF_PRODUCT_EXISTS_IN_CART="campaignOffers.campaignOffer.offers.skipOfferIfProductExistsInCart",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__OFFERS__TITLE="campaignOffers.campaignOffer.offers.title",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__OFFERS__TRANSLATIONS__DESCRIPTION="campaignOffers.campaignOffer.offers.translations.description",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__OFFERS__TRANSLATIONS__LOCALE="campaignOffers.campaignOffer.offers.translations.locale",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__OFFERS__TRANSLATIONS__TITLE="campaignOffers.campaignOffer.offers.translations.title",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__START_DATE="campaignOffers.campaignOffer.startDate",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__TARGET_PAGE_TYPES="campaignOffers.campaignOffer.targetPageTypes",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__TRIGGER_SETTINGS__FILTER_TYPE="campaignOffers.campaignOffer.triggerSettings.filterType",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__TRIGGER_SETTINGS__VALUE_LIST="campaignOffers.campaignOffer.triggerSettings.valueList",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__TRIGGERS__FILTERS__FILTER_TYPE="campaignOffers.campaignOffer.triggers.filters.filterType",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__TRIGGERS__FILTERS__VALUE_LIST="campaignOffers.campaignOffer.triggers.filters.valueList",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__TRIGGERS__SHOULD_MATCH_ALL_CONDITIONS="campaignOffers.campaignOffer.triggers.shouldMatchAllConditions",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__TYPE="campaignOffers.campaignOffer.type",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__UPDATED_AT="campaignOffers.campaignOffer.updatedAt",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER_ID="campaignOffers.campaignOfferId",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER_PRODUCT_ID="campaignOffers.campaignOfferProductId",_.CAMPAIGN_OFFERS__OFFER_END_DATE="campaignOffers.offerEndDate",_.CAMPAIGN_OFFERS__OFFER_START_DATE="campaignOffers.offerStartDate",_.CAMPAIGN_OFFERS__STATUS="campaignOffers.status",_.CAMPAIGN_OFFERS__TARGET_PAGE_TYPES="campaignOffers.targetPageTypes",_.CAMPAIGN_OFFERS__TRIGGER_SOURCE_ORDER_LINE_ID="campaignOffers.triggerSourceOrderLineId",_.CART_ID="cartId",_.CART_STATUS="cartStatus",_.CHECKOUT_ID="checkoutId",_.CLIENT_IP="clientIp",_.COUPON_CODE="couponCode",_.CREATED_AT="createdAt",_.CREATED_BY="createdBy",_.CURRENCY_CODE="currencyCode",_.CURRENCY_RATES__CODE="currencyRates.code",_.CURRENCY_RATES__ORIGINAL_RATE="currencyRates.originalRate",_.CURRENCY_RATES__RATE="currencyRates.rate",_.CURRENCY_SYMBOL="currencySymbol",_.CUSTOMER__EMAIL="customer.email",_.CUSTOMER__FIRST_NAME="customer.firstName",_.CUSTOMER__FULL_NAME="customer.fullName",_.CUSTOMER__ID="customer.id",_.CUSTOMER__IS_GUEST_CHECKOUT="customer.isGuestCheckout",_.CUSTOMER__LAST_NAME="customer.lastName",_.CUSTOMER__NOTIFICATIONS_ACCEPTED="customer.notificationsAccepted",_.CUSTOMER__PHONE="customer.phone",_.CUSTOMER_GROUPS__ID="customerGroups.id",_.CUSTOMER_GROUPS__NAME="customerGroups.name",_.CUSTOMER_ID="customerId",_.CUSTOMER_SEGMENTS__ID="customerSegments.id",_.CUSTOMER_SEGMENTS__NAME="customerSegments.name",_.DELETED="deleted",_.DUE_DATE="dueDate",_.GIFT_CARD_LINES__AMOUNT="giftCardLines.amount",_.GIFT_CARD_LINES__CODE="giftCardLines.code",_.GIFT_CARD_LINES__GIFT_CARD_ID="giftCardLines.giftCardId",_.GIFT_CARD_LINES__ID="giftCardLines.id",_.GIFT_PACKAGE_LINES__IS_REFUNDED="giftPackageLines.isRefunded",_.GIFT_PACKAGE_LINES__PRICE="giftPackageLines.price",_.GIFT_PACKAGE_LINES__PRICE_LIST_ID="giftPackageLines.priceListId",_.GIFT_PACKAGE_LINES__TAX_VALUE="giftPackageLines.taxValue",_.GIFT_PACKAGE_NOTE="giftPackageNote",_.HOST="host",_.ID="id",_.IS_GIFT_PACKAGE="isGiftPackage",_.ITEM_COUNT="itemCount",_.LAST_ACTIVITY_DATE="lastActivityDate",_.MERCHANT_ID="merchantId",_.NET_TOTAL_FINAL_PRICE="netTotalFinalPrice",_.NOTE="note",_.ORDER_ADJUSTMENTS__AMOUNT="orderAdjustments.amount",_.ORDER_ADJUSTMENTS__AMOUNT_TYPE="orderAdjustments.amountType",_.ORDER_ADJUSTMENTS__APPLIED_ORDER_LINES__AMOUNT="orderAdjustments.appliedOrderLines.amount",_.ORDER_ADJUSTMENTS__APPLIED_ORDER_LINES__APPLIED_QUANTITY="orderAdjustments.appliedOrderLines.appliedQuantity",_.ORDER_ADJUSTMENTS__APPLIED_ORDER_LINES__IS_AUTO_CREATED="orderAdjustments.appliedOrderLines.isAutoCreated",_.ORDER_ADJUSTMENTS__APPLIED_ORDER_LINES__ORDER_LINE_ID="orderAdjustments.appliedOrderLines.orderLineId",_.ORDER_ADJUSTMENTS__CAMPAIGN_ID="orderAdjustments.campaignId",_.ORDER_ADJUSTMENTS__CAMPAIGN_TYPE="orderAdjustments.campaignType",_.ORDER_ADJUSTMENTS__COUPON_ID="orderAdjustments.couponId",_.ORDER_ADJUSTMENTS__NAME="orderAdjustments.name",_.ORDER_ADJUSTMENTS__ORDER="orderAdjustments.order",_.ORDER_ADJUSTMENTS__TRANSACTION_ID="orderAdjustments.transactionId",_.ORDER_ADJUSTMENTS__TYPE="orderAdjustments.type",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__BUNDLE_LINE_ID="orderLineItems.bundleProductSettings.bundleLineId",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__BUNDLE_LINE_QUANTITY="orderLineItems.bundleProductSettings.bundleLineQuantity",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__NAME="orderLineItems.bundleProductSettings.name",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__OPTIONS__NAME="orderLineItems.bundleProductSettings.options.name",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__OPTIONS__PRODUCT_OPTION_ID="orderLineItems.bundleProductSettings.options.productOptionId",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__OPTIONS__PRODUCT_OPTIONS_SET_ID="orderLineItems.bundleProductSettings.options.productOptionsSetId",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__OPTIONS__TYPE="orderLineItems.bundleProductSettings.options.type",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__OPTIONS__VALUES__NAME="orderLineItems.bundleProductSettings.options.values.name",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__OPTIONS__VALUES__PRICE="orderLineItems.bundleProductSettings.options.values.price",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__OPTIONS__VALUES__PRICE_TYPE="orderLineItems.bundleProductSettings.options.values.priceType",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__OPTIONS__VALUES__VALUE="orderLineItems.bundleProductSettings.options.values.value",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BARCODE_LIST="orderLineItems.bundleProductSettings.variant.barcodeList",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BASE_UNIT__BASE_AMOUNT="orderLineItems.bundleProductSettings.variant.baseUnit.baseAmount",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BASE_UNIT__TYPE="orderLineItems.bundleProductSettings.variant.baseUnit.type",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BASE_UNIT__UNIT__ID="orderLineItems.bundleProductSettings.variant.baseUnit.unit.id",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BASE_UNIT__UNIT__NAME="orderLineItems.bundleProductSettings.variant.baseUnit.unit.name",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BRAND__ID="orderLineItems.bundleProductSettings.variant.brand.id",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BRAND__NAME="orderLineItems.bundleProductSettings.variant.brand.name",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__ADD_TO_BUNDLE_BASE_PRICE="orderLineItems.bundleProductSettings.variant.bundleProducts.addToBundleBasePrice",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__DELETED="orderLineItems.bundleProductSettings.variant.bundleProducts.deleted",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__DISCOUNT_PRICE="orderLineItems.bundleProductSettings.variant.bundleProducts.discountPrice",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__DISCOUNT_RATIO="orderLineItems.bundleProductSettings.variant.bundleProducts.discountRatio",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__FINAL_PRICE="orderLineItems.bundleProductSettings.variant.bundleProducts.finalPrice",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__FINAL_UNIT_PRICE="orderLineItems.bundleProductSettings.variant.bundleProducts.finalUnitPrice",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__ID="orderLineItems.bundleProductSettings.variant.bundleProducts.id",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__OPTIONS__NAME="orderLineItems.bundleProductSettings.variant.bundleProducts.options.name",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__OPTIONS__PRODUCT_OPTION_ID="orderLineItems.bundleProductSettings.variant.bundleProducts.options.productOptionId",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__OPTIONS__PRODUCT_OPTIONS_SET_ID="orderLineItems.bundleProductSettings.variant.bundleProducts.options.productOptionsSetId",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__OPTIONS__TYPE="orderLineItems.bundleProductSettings.variant.bundleProducts.options.type",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__OPTIONS__VALUES__NAME="orderLineItems.bundleProductSettings.variant.bundleProducts.options.values.name",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__OPTIONS__VALUES__PRICE="orderLineItems.bundleProductSettings.variant.bundleProducts.options.values.price",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__OPTIONS__VALUES__PRICE_TYPE="orderLineItems.bundleProductSettings.variant.bundleProducts.options.values.priceType",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__OPTIONS__VALUES__VALUE="orderLineItems.bundleProductSettings.variant.bundleProducts.options.values.value",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__ORDER="orderLineItems.bundleProductSettings.variant.bundleProducts.order",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__PRICE="orderLineItems.bundleProductSettings.variant.bundleProducts.price",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__QUANTITY="orderLineItems.bundleProductSettings.variant.bundleProducts.quantity",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__TAX_VALUE="orderLineItems.bundleProductSettings.variant.bundleProducts.taxValue",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__UNIT_PRICE="orderLineItems.bundleProductSettings.variant.bundleProducts.unitPrice",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__BARCODE_LIST="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.barcodeList",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__BASE_UNIT__BASE_AMOUNT="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.baseUnit.baseAmount",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__BASE_UNIT__TYPE="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.baseUnit.type",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__BASE_UNIT__UNIT__ID="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.baseUnit.unit.id",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__BASE_UNIT__UNIT__NAME="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.baseUnit.unit.name",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__BRAND__ID="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.brand.id",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__BRAND__NAME="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.brand.name",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__CATEGORIES__CATEGORY_PATH__ID="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.categories.categoryPath.id",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__CATEGORIES__CATEGORY_PATH__NAME="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.categories.categoryPath.name",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__CATEGORIES__ID="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.categories.id",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__CATEGORIES__NAME="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.categories.name",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__FILE_ID="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.fileId",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__HS_CODE="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.hsCode",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__ID="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.id",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__MAIN_IMAGE_ID="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.mainImageId",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__NAME="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.name",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__PRICES__BUY_PRICE="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.prices.buyPrice",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__PRICES__CURRENCY="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.prices.currency",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__PRICES__CURRENCY_SYMBOL="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.prices.currencySymbol",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__PRICES__DISCOUNT_PRICE="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.prices.discountPrice",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__PRICES__PRICE_LIST_ID="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.prices.priceListId",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__PRICES__SELL_PRICE="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.prices.sellPrice",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__PRICES__UNIT_PRICE="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.prices.unitPrice",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__PRODUCT_ID="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.productId",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__PRODUCT_VOLUME_DISCOUNT_ID="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.productVolumeDiscountId",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__SKU="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.sku",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__SLUG="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.slug",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__TAG_IDS="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.tagIds",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__TAGS__ID="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.tags.id",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__TAGS__NAME="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.tags.name",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__TAX_VALUE="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.taxValue",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__TYPE="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.type",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__UNIT__AMOUNT="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.unit.amount",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__UNIT__TYPE="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.unit.type",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__VARIANT_VALUES__ORDER="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.variantValues.order",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_ID="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.variantValues.variantTypeId",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_NAME="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.variantValues.variantTypeName",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__VARIANT_VALUES__VARIANT_VALUE_ID="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.variantValues.variantValueId",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__VARIANT_VALUES__VARIANT_VALUE_NAME="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.variantValues.variantValueName",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__WEIGHT="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.weight",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__CATEGORIES__CATEGORY_PATH__ID="orderLineItems.bundleProductSettings.variant.categories.categoryPath.id",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__CATEGORIES__CATEGORY_PATH__NAME="orderLineItems.bundleProductSettings.variant.categories.categoryPath.name",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__CATEGORIES__ID="orderLineItems.bundleProductSettings.variant.categories.id",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__CATEGORIES__NAME="orderLineItems.bundleProductSettings.variant.categories.name",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__FILE_ID="orderLineItems.bundleProductSettings.variant.fileId",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__HS_CODE="orderLineItems.bundleProductSettings.variant.hsCode",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__ID="orderLineItems.bundleProductSettings.variant.id",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__MAIN_IMAGE_ID="orderLineItems.bundleProductSettings.variant.mainImageId",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__NAME="orderLineItems.bundleProductSettings.variant.name",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__PRICES__BUY_PRICE="orderLineItems.bundleProductSettings.variant.prices.buyPrice",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__PRICES__CURRENCY="orderLineItems.bundleProductSettings.variant.prices.currency",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__PRICES__CURRENCY_SYMBOL="orderLineItems.bundleProductSettings.variant.prices.currencySymbol",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__PRICES__DISCOUNT_PRICE="orderLineItems.bundleProductSettings.variant.prices.discountPrice",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__PRICES__PRICE_LIST_ID="orderLineItems.bundleProductSettings.variant.prices.priceListId",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__PRICES__SELL_PRICE="orderLineItems.bundleProductSettings.variant.prices.sellPrice",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__PRICES__UNIT_PRICE="orderLineItems.bundleProductSettings.variant.prices.unitPrice",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__PRODUCT_ID="orderLineItems.bundleProductSettings.variant.productId",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__PRODUCT_VOLUME_DISCOUNT_ID="orderLineItems.bundleProductSettings.variant.productVolumeDiscountId",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__SKU="orderLineItems.bundleProductSettings.variant.sku",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__SLUG="orderLineItems.bundleProductSettings.variant.slug",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__TAG_IDS="orderLineItems.bundleProductSettings.variant.tagIds",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__TAGS__ID="orderLineItems.bundleProductSettings.variant.tags.id",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__TAGS__NAME="orderLineItems.bundleProductSettings.variant.tags.name",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__TAX_VALUE="orderLineItems.bundleProductSettings.variant.taxValue",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__TYPE="orderLineItems.bundleProductSettings.variant.type",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__UNIT__AMOUNT="orderLineItems.bundleProductSettings.variant.unit.amount",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__UNIT__TYPE="orderLineItems.bundleProductSettings.variant.unit.type",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__VARIANT_VALUES__ORDER="orderLineItems.bundleProductSettings.variant.variantValues.order",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_ID="orderLineItems.bundleProductSettings.variant.variantValues.variantTypeId",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_NAME="orderLineItems.bundleProductSettings.variant.variantValues.variantTypeName",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__VARIANT_VALUES__VARIANT_VALUE_ID="orderLineItems.bundleProductSettings.variant.variantValues.variantValueId",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__VARIANT_VALUES__VARIANT_VALUE_NAME="orderLineItems.bundleProductSettings.variant.variantValues.variantValueName",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__WEIGHT="orderLineItems.bundleProductSettings.variant.weight",_.ORDER_LINE_ITEMS__CREATED_AT="orderLineItems.createdAt",_.ORDER_LINE_ITEMS__CURRENCY_CODE="orderLineItems.currencyCode",_.ORDER_LINE_ITEMS__CURRENCY_SYMBOL="orderLineItems.currencySymbol",_.ORDER_LINE_ITEMS__DELETED="orderLineItems.deleted",_.ORDER_LINE_ITEMS__DISCOUNT__AMOUNT="orderLineItems.discount.amount",_.ORDER_LINE_ITEMS__DISCOUNT__AMOUNT_TYPE="orderLineItems.discount.amountType",_.ORDER_LINE_ITEMS__DISCOUNT__CAMPAIGN_OFFER_ID="orderLineItems.discount.campaignOfferId",_.ORDER_LINE_ITEMS__DISCOUNT__CAMPAIGN_OFFER_PRODUCT_ID="orderLineItems.discount.campaignOfferProductId",_.ORDER_LINE_ITEMS__DISCOUNT__MAX_APPLICABLE_QUANTITY="orderLineItems.discount.maxApplicableQuantity",_.ORDER_LINE_ITEMS__DISCOUNT__PRODUCT_VOLUME_DISCOUNT_ID="orderLineItems.discount.productVolumeDiscountId",_.ORDER_LINE_ITEMS__DISCOUNT__REASON="orderLineItems.discount.reason",_.ORDER_LINE_ITEMS__DISCOUNT_PRICE="orderLineItems.discountPrice",_.ORDER_LINE_ITEMS__EDITED="orderLineItems.edited",_.ORDER_LINE_ITEMS__FINAL_PRICE="orderLineItems.finalPrice",_.ORDER_LINE_ITEMS__FINAL_UNIT_PRICE="orderLineItems.finalUnitPrice",_.ORDER_LINE_ITEMS__ID="orderLineItems.id",_.ORDER_LINE_ITEMS__OPTIONS__NAME="orderLineItems.options.name",_.ORDER_LINE_ITEMS__OPTIONS__PRODUCT_OPTION_ID="orderLineItems.options.productOptionId",_.ORDER_LINE_ITEMS__OPTIONS__PRODUCT_OPTIONS_SET_ID="orderLineItems.options.productOptionsSetId",_.ORDER_LINE_ITEMS__OPTIONS__TYPE="orderLineItems.options.type",_.ORDER_LINE_ITEMS__OPTIONS__VALUES__NAME="orderLineItems.options.values.name",_.ORDER_LINE_ITEMS__OPTIONS__VALUES__PRICE="orderLineItems.options.values.price",_.ORDER_LINE_ITEMS__OPTIONS__VALUES__PRICE_TYPE="orderLineItems.options.values.priceType",_.ORDER_LINE_ITEMS__OPTIONS__VALUES__VALUE="orderLineItems.options.values.value",_.ORDER_LINE_ITEMS__ORIGINAL_ORDER_LINE_ITEM_ID="orderLineItems.originalOrderLineItemId",_.ORDER_LINE_ITEMS__PRICE="orderLineItems.price",_.ORDER_LINE_ITEMS__QUANTITY="orderLineItems.quantity",_.ORDER_LINE_ITEMS__STATUS="orderLineItems.status",_.ORDER_LINE_ITEMS__STATUS_UPDATED_AT="orderLineItems.statusUpdatedAt",_.ORDER_LINE_ITEMS__STOCK_LOCATION_ID="orderLineItems.stockLocationId",_.ORDER_LINE_ITEMS__TAX_VALUE="orderLineItems.taxValue",_.ORDER_LINE_ITEMS__UNIT_PRICE="orderLineItems.unitPrice",_.ORDER_LINE_ITEMS__UPDATED_AT="orderLineItems.updatedAt",_.ORDER_LINE_ITEMS__VARIANT__BARCODE_LIST="orderLineItems.variant.barcodeList",_.ORDER_LINE_ITEMS__VARIANT__BASE_UNIT__BASE_AMOUNT="orderLineItems.variant.baseUnit.baseAmount",_.ORDER_LINE_ITEMS__VARIANT__BASE_UNIT__TYPE="orderLineItems.variant.baseUnit.type",_.ORDER_LINE_ITEMS__VARIANT__BASE_UNIT__UNIT__ID="orderLineItems.variant.baseUnit.unit.id",_.ORDER_LINE_ITEMS__VARIANT__BASE_UNIT__UNIT__NAME="orderLineItems.variant.baseUnit.unit.name",_.ORDER_LINE_ITEMS__VARIANT__BRAND__ID="orderLineItems.variant.brand.id",_.ORDER_LINE_ITEMS__VARIANT__BRAND__NAME="orderLineItems.variant.brand.name",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__ADD_TO_BUNDLE_BASE_PRICE="orderLineItems.variant.bundleProducts.addToBundleBasePrice",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__DELETED="orderLineItems.variant.bundleProducts.deleted",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__DISCOUNT_PRICE="orderLineItems.variant.bundleProducts.discountPrice",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__DISCOUNT_RATIO="orderLineItems.variant.bundleProducts.discountRatio",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__FINAL_PRICE="orderLineItems.variant.bundleProducts.finalPrice",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__FINAL_UNIT_PRICE="orderLineItems.variant.bundleProducts.finalUnitPrice",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__ID="orderLineItems.variant.bundleProducts.id",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__OPTIONS__NAME="orderLineItems.variant.bundleProducts.options.name",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__OPTIONS__PRODUCT_OPTION_ID="orderLineItems.variant.bundleProducts.options.productOptionId",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__OPTIONS__PRODUCT_OPTIONS_SET_ID="orderLineItems.variant.bundleProducts.options.productOptionsSetId",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__OPTIONS__TYPE="orderLineItems.variant.bundleProducts.options.type",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__OPTIONS__VALUES__NAME="orderLineItems.variant.bundleProducts.options.values.name",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__OPTIONS__VALUES__PRICE="orderLineItems.variant.bundleProducts.options.values.price",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__OPTIONS__VALUES__PRICE_TYPE="orderLineItems.variant.bundleProducts.options.values.priceType",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__OPTIONS__VALUES__VALUE="orderLineItems.variant.bundleProducts.options.values.value",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__ORDER="orderLineItems.variant.bundleProducts.order",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__PRICE="orderLineItems.variant.bundleProducts.price",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__QUANTITY="orderLineItems.variant.bundleProducts.quantity",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__TAX_VALUE="orderLineItems.variant.bundleProducts.taxValue",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__UNIT_PRICE="orderLineItems.variant.bundleProducts.unitPrice",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__BARCODE_LIST="orderLineItems.variant.bundleProducts.variant.barcodeList",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__BASE_UNIT__BASE_AMOUNT="orderLineItems.variant.bundleProducts.variant.baseUnit.baseAmount",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__BASE_UNIT__TYPE="orderLineItems.variant.bundleProducts.variant.baseUnit.type",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__BASE_UNIT__UNIT__ID="orderLineItems.variant.bundleProducts.variant.baseUnit.unit.id",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__BASE_UNIT__UNIT__NAME="orderLineItems.variant.bundleProducts.variant.baseUnit.unit.name",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__BRAND__ID="orderLineItems.variant.bundleProducts.variant.brand.id",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__BRAND__NAME="orderLineItems.variant.bundleProducts.variant.brand.name",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__CATEGORIES__CATEGORY_PATH__ID="orderLineItems.variant.bundleProducts.variant.categories.categoryPath.id",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__CATEGORIES__CATEGORY_PATH__NAME="orderLineItems.variant.bundleProducts.variant.categories.categoryPath.name",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__CATEGORIES__ID="orderLineItems.variant.bundleProducts.variant.categories.id",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__CATEGORIES__NAME="orderLineItems.variant.bundleProducts.variant.categories.name",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__FILE_ID="orderLineItems.variant.bundleProducts.variant.fileId",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__HS_CODE="orderLineItems.variant.bundleProducts.variant.hsCode",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__ID="orderLineItems.variant.bundleProducts.variant.id",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__MAIN_IMAGE_ID="orderLineItems.variant.bundleProducts.variant.mainImageId",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__NAME="orderLineItems.variant.bundleProducts.variant.name",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__PRICES__BUY_PRICE="orderLineItems.variant.bundleProducts.variant.prices.buyPrice",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__PRICES__CURRENCY="orderLineItems.variant.bundleProducts.variant.prices.currency",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__PRICES__CURRENCY_SYMBOL="orderLineItems.variant.bundleProducts.variant.prices.currencySymbol",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__PRICES__DISCOUNT_PRICE="orderLineItems.variant.bundleProducts.variant.prices.discountPrice",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__PRICES__PRICE_LIST_ID="orderLineItems.variant.bundleProducts.variant.prices.priceListId",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__PRICES__SELL_PRICE="orderLineItems.variant.bundleProducts.variant.prices.sellPrice",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__PRICES__UNIT_PRICE="orderLineItems.variant.bundleProducts.variant.prices.unitPrice",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__PRODUCT_ID="orderLineItems.variant.bundleProducts.variant.productId",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__PRODUCT_VOLUME_DISCOUNT_ID="orderLineItems.variant.bundleProducts.variant.productVolumeDiscountId",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__SKU="orderLineItems.variant.bundleProducts.variant.sku",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__SLUG="orderLineItems.variant.bundleProducts.variant.slug",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__TAG_IDS="orderLineItems.variant.bundleProducts.variant.tagIds",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__TAGS__ID="orderLineItems.variant.bundleProducts.variant.tags.id",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__TAGS__NAME="orderLineItems.variant.bundleProducts.variant.tags.name",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__TAX_VALUE="orderLineItems.variant.bundleProducts.variant.taxValue",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__TYPE="orderLineItems.variant.bundleProducts.variant.type",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__UNIT__AMOUNT="orderLineItems.variant.bundleProducts.variant.unit.amount",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__UNIT__TYPE="orderLineItems.variant.bundleProducts.variant.unit.type",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__VARIANT_VALUES__ORDER="orderLineItems.variant.bundleProducts.variant.variantValues.order",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_ID="orderLineItems.variant.bundleProducts.variant.variantValues.variantTypeId",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_NAME="orderLineItems.variant.bundleProducts.variant.variantValues.variantTypeName",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__VARIANT_VALUES__VARIANT_VALUE_ID="orderLineItems.variant.bundleProducts.variant.variantValues.variantValueId",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__VARIANT_VALUES__VARIANT_VALUE_NAME="orderLineItems.variant.bundleProducts.variant.variantValues.variantValueName",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__WEIGHT="orderLineItems.variant.bundleProducts.variant.weight",_.ORDER_LINE_ITEMS__VARIANT__CATEGORIES__CATEGORY_PATH__ID="orderLineItems.variant.categories.categoryPath.id",_.ORDER_LINE_ITEMS__VARIANT__CATEGORIES__CATEGORY_PATH__NAME="orderLineItems.variant.categories.categoryPath.name",_.ORDER_LINE_ITEMS__VARIANT__CATEGORIES__ID="orderLineItems.variant.categories.id",_.ORDER_LINE_ITEMS__VARIANT__CATEGORIES__NAME="orderLineItems.variant.categories.name",_.ORDER_LINE_ITEMS__VARIANT__FILE_ID="orderLineItems.variant.fileId",_.ORDER_LINE_ITEMS__VARIANT__HS_CODE="orderLineItems.variant.hsCode",_.ORDER_LINE_ITEMS__VARIANT__ID="orderLineItems.variant.id",_.ORDER_LINE_ITEMS__VARIANT__MAIN_IMAGE_ID="orderLineItems.variant.mainImageId",_.ORDER_LINE_ITEMS__VARIANT__NAME="orderLineItems.variant.name",_.ORDER_LINE_ITEMS__VARIANT__PRICES__BUY_PRICE="orderLineItems.variant.prices.buyPrice",_.ORDER_LINE_ITEMS__VARIANT__PRICES__CURRENCY="orderLineItems.variant.prices.currency",_.ORDER_LINE_ITEMS__VARIANT__PRICES__CURRENCY_SYMBOL="orderLineItems.variant.prices.currencySymbol",_.ORDER_LINE_ITEMS__VARIANT__PRICES__DISCOUNT_PRICE="orderLineItems.variant.prices.discountPrice",_.ORDER_LINE_ITEMS__VARIANT__PRICES__PRICE_LIST_ID="orderLineItems.variant.prices.priceListId",_.ORDER_LINE_ITEMS__VARIANT__PRICES__SELL_PRICE="orderLineItems.variant.prices.sellPrice",_.ORDER_LINE_ITEMS__VARIANT__PRICES__UNIT_PRICE="orderLineItems.variant.prices.unitPrice",_.ORDER_LINE_ITEMS__VARIANT__PRODUCT_ID="orderLineItems.variant.productId",_.ORDER_LINE_ITEMS__VARIANT__PRODUCT_VOLUME_DISCOUNT_ID="orderLineItems.variant.productVolumeDiscountId",_.ORDER_LINE_ITEMS__VARIANT__SKU="orderLineItems.variant.sku",_.ORDER_LINE_ITEMS__VARIANT__SLUG="orderLineItems.variant.slug",_.ORDER_LINE_ITEMS__VARIANT__TAG_IDS="orderLineItems.variant.tagIds",_.ORDER_LINE_ITEMS__VARIANT__TAGS__ID="orderLineItems.variant.tags.id",_.ORDER_LINE_ITEMS__VARIANT__TAGS__NAME="orderLineItems.variant.tags.name",_.ORDER_LINE_ITEMS__VARIANT__TAX_VALUE="orderLineItems.variant.taxValue",_.ORDER_LINE_ITEMS__VARIANT__TYPE="orderLineItems.variant.type",_.ORDER_LINE_ITEMS__VARIANT__UNIT__AMOUNT="orderLineItems.variant.unit.amount",_.ORDER_LINE_ITEMS__VARIANT__UNIT__TYPE="orderLineItems.variant.unit.type",_.ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__ORDER="orderLineItems.variant.variantValues.order",_.ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_ID="orderLineItems.variant.variantValues.variantTypeId",_.ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_NAME="orderLineItems.variant.variantValues.variantTypeName",_.ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__VARIANT_VALUE_ID="orderLineItems.variant.variantValues.variantValueId",_.ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__VARIANT_VALUE_NAME="orderLineItems.variant.variantValues.variantValueName",_.ORDER_LINE_ITEMS__VARIANT__WEIGHT="orderLineItems.variant.weight",_.ORDER_NUMBER="orderNumber",_.ORDER_PACKAGE_STATUS="orderPackageStatus",_.ORDER_PAYMENT_STATUS="orderPaymentStatus",_.ORDERED_AT="orderedAt",_.PRICE_LIST_ID="priceListId",_.RECOVER_EMAIL_STATUS="recoverEmailStatus",_.RECOVERY_STATUS="recoveryStatus",_.SALES_CHANNEL_ID="salesChannelId",_.SESSION_INFO__COUNTRY_CODE="sessionInfo.countryCode",_.SESSION_INFO__DURATION_M_S="sessionInfo.durationMS",_.SESSION_INFO__END="sessionInfo.end",_.SESSION_INFO__HOST="sessionInfo.host",_.SESSION_INFO__IP="sessionInfo.ip",_.SESSION_INFO__REFERER="sessionInfo.referer",_.SESSION_INFO__SALES_CHANNEL_ID="sessionInfo.salesChannelId",_.SESSION_INFO__SESSION_ID="sessionInfo.sessionId",_.SESSION_INFO__START="sessionInfo.start",_.SESSION_INFO__STOREFRONT_ID="sessionInfo.storefrontId",_.SESSION_INFO__TRAFFIC_SOURCE__SOURCE="sessionInfo.trafficSource.source",_.SESSION_INFO__TRAFFIC_SOURCE__TYPE="sessionInfo.trafficSource.type",_.SESSION_INFO__USER_AGENT__DEVICE_TYPE="sessionInfo.userAgent.deviceType",_.SESSION_INFO__USER_AGENT__NAME="sessionInfo.userAgent.name",_.SESSION_INFO__USER_AGENT__OS="sessionInfo.userAgent.os",_.SESSION_INFO__UTM__CAMPAIGN="sessionInfo.utm.campaign",_.SESSION_INFO__UTM__CONTENT="sessionInfo.utm.content",_.SESSION_INFO__UTM__MEDIUM="sessionInfo.utm.medium",_.SESSION_INFO__UTM__SOURCE="sessionInfo.utm.source",_.SESSION_INFO__UTM__TERM="sessionInfo.utm.term",_.SESSION_INFO__VISITOR_ID="sessionInfo.visitorId",_.SHIPPING_ADDRESS__ADDRESS_LINE1="shippingAddress.addressLine1",_.SHIPPING_ADDRESS__ADDRESS_LINE2="shippingAddress.addressLine2",_.SHIPPING_ADDRESS__CITY__CODE="shippingAddress.city.code",_.SHIPPING_ADDRESS__CITY__ID="shippingAddress.city.id",_.SHIPPING_ADDRESS__CITY__NAME="shippingAddress.city.name",_.SHIPPING_ADDRESS__COMPANY="shippingAddress.company",_.SHIPPING_ADDRESS__COUNTRY__CODE="shippingAddress.country.code",_.SHIPPING_ADDRESS__COUNTRY__ID="shippingAddress.country.id",_.SHIPPING_ADDRESS__COUNTRY__ISO2="shippingAddress.country.iso2",_.SHIPPING_ADDRESS__COUNTRY__ISO3="shippingAddress.country.iso3",_.SHIPPING_ADDRESS__COUNTRY__NAME="shippingAddress.country.name",_.SHIPPING_ADDRESS__DISTRICT__CODE="shippingAddress.district.code",_.SHIPPING_ADDRESS__DISTRICT__ID="shippingAddress.district.id",_.SHIPPING_ADDRESS__DISTRICT__NAME="shippingAddress.district.name",_.SHIPPING_ADDRESS__FIRST_NAME="shippingAddress.firstName",_.SHIPPING_ADDRESS__ID="shippingAddress.id",_.SHIPPING_ADDRESS__IDENTITY_NUMBER="shippingAddress.identityNumber",_.SHIPPING_ADDRESS__IS_DEFAULT="shippingAddress.isDefault",_.SHIPPING_ADDRESS__LAST_NAME="shippingAddress.lastName",_.SHIPPING_ADDRESS__PHONE="shippingAddress.phone",_.SHIPPING_ADDRESS__POSTAL_CODE="shippingAddress.postalCode",_.SHIPPING_ADDRESS__REGION__CREATED_AT="shippingAddress.region.createdAt",_.SHIPPING_ADDRESS__REGION__DELETED="shippingAddress.region.deleted",_.SHIPPING_ADDRESS__REGION__ID="shippingAddress.region.id",_.SHIPPING_ADDRESS__REGION__NAME="shippingAddress.region.name",_.SHIPPING_ADDRESS__REGION__UPDATED_AT="shippingAddress.region.updatedAt",_.SHIPPING_ADDRESS__STATE__CODE="shippingAddress.state.code",_.SHIPPING_ADDRESS__STATE__ID="shippingAddress.state.id",_.SHIPPING_ADDRESS__STATE__NAME="shippingAddress.state.name",_.SHIPPING_ADDRESS__TAX_NUMBER="shippingAddress.taxNumber",_.SHIPPING_ADDRESS__TAX_OFFICE="shippingAddress.taxOffice",_.SHIPPING_LINES__FINAL_PRICE="shippingLines.finalPrice",_.SHIPPING_LINES__IS_REFUNDED="shippingLines.isRefunded",_.SHIPPING_LINES__PAYMENT_METHOD="shippingLines.paymentMethod",_.SHIPPING_LINES__PRICE="shippingLines.price",_.SHIPPING_LINES__PRICE_LIST_ID="shippingLines.priceListId",_.SHIPPING_LINES__SHIPPING_SETTINGS_ID="shippingLines.shippingSettingsId",_.SHIPPING_LINES__SHIPPING_ZONE_RATE_ID="shippingLines.shippingZoneRateId",_.SHIPPING_LINES__TAX_VALUE="shippingLines.taxValue",_.SHIPPING_LINES__TITLE="shippingLines.title",_.SHIPPING_LINES__TRANSACTION_ID="shippingLines.transactionId",_.SHIPPING_METHOD="shippingMethod",_.SHIPPING_SETTINGS_ID="shippingSettingsId",_.SHIPPING_ZONE_RATE_ID="shippingZoneRateId",_.STATUS="status",_.STOCK_LOCATION_ID="stockLocationId",_.STOREFRONT_ID="storefrontId",_.STOREFRONT_ROUTING__DOMAIN="storefrontRouting.domain",_.STOREFRONT_ROUTING__DYNAMIC_CURRENCY_SETTINGS__ROUNDING_FORMAT="storefrontRouting.dynamicCurrencySettings.roundingFormat",_.STOREFRONT_ROUTING__DYNAMIC_CURRENCY_SETTINGS__TARGET_CURRENCY_CODE="storefrontRouting.dynamicCurrencySettings.targetCurrencyCode",_.STOREFRONT_ROUTING__ID="storefrontRouting.id",_.STOREFRONT_ROUTING__LOCALE="storefrontRouting.locale",_.STOREFRONT_ROUTING__PATH="storefrontRouting.path",_.STOREFRONT_ROUTING__PRICE_LIST_ID="storefrontRouting.priceListId",_.STOREFRONT_ROUTING__SALES_CHANNEL_ID="storefrontRouting.salesChannelId",_.STOREFRONT_ROUTING_ID="storefrontRoutingId",_.STOREFRONT_THEME_ID="storefrontThemeId",_.TAX_LINES__PRICE="taxLines.price",_.TAX_LINES__RATE="taxLines.rate",_.TOTAL_FINAL_PRICE="totalFinalPrice",_.TOTAL_PRICE="totalPrice",_.UPDATED_AT="updatedAt",_.USER_AGENT="userAgent"}(r||(r={}));export{r as ResponseField,n as default};
|
|
1
|
+
import{__awaiter as _,__generator as e}from'./../../ext/tslib/tslib.es6.js';import{handleAPIError as I,APIResponse as t,fetchQuery as E}from"@ikas/fe-api-client";var r,n=function(r,n,T){return _(void 0,void 0,void 0,(function(){var _,a,R,N;return e(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,E({operationName:"getCartById",config:T,variables:r,allReturnFields:i,fields:n,query:function(_){return"\n\t\t\t\tquery getCartById (\n\t\t\t\t\t$getCompletedCart: Boolean,\n\t\t\t\t\t$id: String,\n\t\t\t\t\t$paymentGatewayId: String,\n\t\t\t\t\t$targetPageType: CampaignOfferTargetPageTypeEnum,\n\t\t\t\t) {\n\t\t\t\t\tgetCartById (\n\t\t\t\t\t\tgetCompletedCart: $getCompletedCart,\n\t\t\t\t\t\tid: $id,\n\t\t\t\t\t\tpaymentGatewayId: $paymentGatewayId,\n\t\t\t\t\t\ttargetPageType: $targetPageType,\n\t\t\t\t\t) ".concat(_,"\n\t\t\t\t}\n\t\t\t")}})];case 1:return _=e.sent(),a=_.data,R=_.errors,[2,new t(null==a?void 0:a.getCartById,R)];case 2:return N=e.sent(),[2,I(N)];case 3:return[2]}}))}))},i="{abandonedCartFlows {authorizedAppId campaignId canApplicable couponId customerFilters {sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } attributes {orderAttributeId orderAttributeOptionId value } availableShippingMethods {estimatedDeliveryTime {type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress {addressLine1 addressLine2 city {code id name } company country {code id iso2 iso3 name } district {code id name } firstName id identityNumber isDefault lastName phone postalCode region {createdAt deleted id name updatedAt } state {code id name } taxNumber taxOffice } campaignOffers {appliedOrderLineId campaignOffer {availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers {applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations {description locale title } } startDate targetPageTypes triggerSettings {filterType valueList } triggers {filters {filterType valueList } shouldMatchAllConditions } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates {code originalRate rate } currencySymbol customer {email firstName fullName id isGuestCheckout lastName notificationsAccepted phone } customerGroups {id name } customerId customerSegments {id name } deleted dueDate giftCardLines {amount code giftCardId id type } giftPackageLines {isRefunded price priceListId taxValue } giftPackageNote host id isGiftPackage itemCount lastActivityDate merchantId netTotalFinalPrice note orderAdjustments {amount amountType appliedOrderLines {amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems {bundleProductSettings {bundleLineId bundleLineQuantity name options {name productOptionId productOptionsSetId type values {name price priceType value } } variant {barcodeList baseUnit {baseAmount type unit {id name } } brand {id name } bundleProducts {addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options {name productOptionId productOptionsSetId type values {name price priceType value } } order price quantity taxValue unitPrice variant {barcodeList baseUnit {baseAmount type unit {id name } } brand {id name } categories {categoryPath {id name } id name } fileId hsCode id mainImageId name prices {buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags {id name } taxValue type unit {amount type } variantValues {order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories {categoryPath {id name } id name } fileId hsCode id mainImageId name prices {buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags {id name } taxValue type unit {amount type } variantValues {order variantTypeId variantTypeName variantValueId variantValueName } weight } } createdAt currencyCode currencySymbol deleted discount {amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options {name productOptionId productOptionsSetId type values {name price priceType value } } originalOrderLineItemId price quantity status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant {barcodeList baseUnit {baseAmount type unit {id name } } brand {id name } bundleProducts {addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options {name productOptionId productOptionsSetId type values {name price priceType value } } order price quantity taxValue unitPrice variant {barcodeList baseUnit {baseAmount type unit {id name } } brand {id name } categories {categoryPath {id name } id name } fileId hsCode id mainImageId name prices {buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags {id name } taxValue type unit {amount type } variantValues {order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories {categoryPath {id name } id name } fileId hsCode id mainImageId name prices {buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags {id name } taxValue type unit {amount type } variantValues {order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageStatus orderPaymentStatus orderedAt priceListId recoverEmailStatus recoveryStatus salesChannelId sessionInfo {countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource {source type } userAgent {deviceType name os } utm {campaign content medium source term } visitorId } shippingAddress {addressLine1 addressLine2 city {code id name } company country {code id iso2 iso3 name } district {code id name } firstName id identityNumber isDefault lastName phone postalCode region {createdAt deleted id name updatedAt } state {code id name } taxNumber taxOffice } shippingLines {finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId status stockLocationId storefrontId storefrontRouting {domain dynamicCurrencySettings {roundingFormat targetCurrencyCode } id locale path priceListId salesChannelId } storefrontRoutingId storefrontThemeId taxLines {price rate } totalFinalPrice totalPrice updatedAt userAgent }";!function(_){_.ABANDONED_CART_FLOWS__AUTHORIZED_APP_ID="abandonedCartFlows.authorizedAppId",_.ABANDONED_CART_FLOWS__CAMPAIGN_ID="abandonedCartFlows.campaignId",_.ABANDONED_CART_FLOWS__CAN_APPLICABLE="abandonedCartFlows.canApplicable",_.ABANDONED_CART_FLOWS__COUPON_ID="abandonedCartFlows.couponId",_.ABANDONED_CART_FLOWS__CUSTOMER_FILTERS__SEND_ONLY_ACTIVE_ACCOUNT="abandonedCartFlows.customerFilters.sendOnlyActiveAccount",_.ABANDONED_CART_FLOWS__CUSTOMER_FILTERS__SEND_ONLY_SUBSCRIBED_TO_EMAIL="abandonedCartFlows.customerFilters.sendOnlySubscribedToEmail",_.ABANDONED_CART_FLOWS__FLOW_ID="abandonedCartFlows.flowId",_.ABANDONED_CART_FLOWS__MAIL_SEND_DATE="abandonedCartFlows.mailSendDate",_.ABANDONED_CART_FLOWS__MAIL_TRANSLATION_ID="abandonedCartFlows.mailTranslationId",_.ABANDONED_CART_FLOWS__MESSAGE_TYPE="abandonedCartFlows.messageType",_.ABANDONED_CART_FLOWS__RECOVER_EMAIL_STATUS="abandonedCartFlows.recoverEmailStatus",_.ABANDONED_CART_FLOWS__SEND_AFTER="abandonedCartFlows.sendAfter",_.ABANDONED_CART_FLOWS__SMS_TRANSLATION_ID="abandonedCartFlows.smsTranslationId",_.ATTRIBUTES__ORDER_ATTRIBUTE_ID="attributes.orderAttributeId",_.ATTRIBUTES__ORDER_ATTRIBUTE_OPTION_ID="attributes.orderAttributeOptionId",_.ATTRIBUTES__VALUE="attributes.value",_.AVAILABLE_SHIPPING_METHODS__ESTIMATED_DELIVERY_TIME__TYPE="availableShippingMethods.estimatedDeliveryTime.type",_.AVAILABLE_SHIPPING_METHODS__ESTIMATED_DELIVERY_TIME__VALUE="availableShippingMethods.estimatedDeliveryTime.value",_.AVAILABLE_SHIPPING_METHODS__PRICE="availableShippingMethods.price",_.AVAILABLE_SHIPPING_METHODS__RATE_NAME="availableShippingMethods.rateName",_.AVAILABLE_SHIPPING_METHODS__SHIPPING_METHOD="availableShippingMethods.shippingMethod",_.AVAILABLE_SHIPPING_METHODS__SHIPPING_SETTINGS_ID="availableShippingMethods.shippingSettingsId",_.AVAILABLE_SHIPPING_METHODS__SHIPPING_ZONE_RATE_ID="availableShippingMethods.shippingZoneRateId",_.BILLING_ADDRESS__ADDRESS_LINE1="billingAddress.addressLine1",_.BILLING_ADDRESS__ADDRESS_LINE2="billingAddress.addressLine2",_.BILLING_ADDRESS__CITY__CODE="billingAddress.city.code",_.BILLING_ADDRESS__CITY__ID="billingAddress.city.id",_.BILLING_ADDRESS__CITY__NAME="billingAddress.city.name",_.BILLING_ADDRESS__COMPANY="billingAddress.company",_.BILLING_ADDRESS__COUNTRY__CODE="billingAddress.country.code",_.BILLING_ADDRESS__COUNTRY__ID="billingAddress.country.id",_.BILLING_ADDRESS__COUNTRY__ISO2="billingAddress.country.iso2",_.BILLING_ADDRESS__COUNTRY__ISO3="billingAddress.country.iso3",_.BILLING_ADDRESS__COUNTRY__NAME="billingAddress.country.name",_.BILLING_ADDRESS__DISTRICT__CODE="billingAddress.district.code",_.BILLING_ADDRESS__DISTRICT__ID="billingAddress.district.id",_.BILLING_ADDRESS__DISTRICT__NAME="billingAddress.district.name",_.BILLING_ADDRESS__FIRST_NAME="billingAddress.firstName",_.BILLING_ADDRESS__ID="billingAddress.id",_.BILLING_ADDRESS__IDENTITY_NUMBER="billingAddress.identityNumber",_.BILLING_ADDRESS__IS_DEFAULT="billingAddress.isDefault",_.BILLING_ADDRESS__LAST_NAME="billingAddress.lastName",_.BILLING_ADDRESS__PHONE="billingAddress.phone",_.BILLING_ADDRESS__POSTAL_CODE="billingAddress.postalCode",_.BILLING_ADDRESS__REGION__CREATED_AT="billingAddress.region.createdAt",_.BILLING_ADDRESS__REGION__DELETED="billingAddress.region.deleted",_.BILLING_ADDRESS__REGION__ID="billingAddress.region.id",_.BILLING_ADDRESS__REGION__NAME="billingAddress.region.name",_.BILLING_ADDRESS__REGION__UPDATED_AT="billingAddress.region.updatedAt",_.BILLING_ADDRESS__STATE__CODE="billingAddress.state.code",_.BILLING_ADDRESS__STATE__ID="billingAddress.state.id",_.BILLING_ADDRESS__STATE__NAME="billingAddress.state.name",_.BILLING_ADDRESS__TAX_NUMBER="billingAddress.taxNumber",_.BILLING_ADDRESS__TAX_OFFICE="billingAddress.taxOffice",_.CAMPAIGN_OFFERS__APPLIED_ORDER_LINE_ID="campaignOffers.appliedOrderLineId",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__AVAILABLE_SALES_CHANNEL_IDS="campaignOffers.campaignOffer.availableSalesChannelIds",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__CREATED_AT="campaignOffers.campaignOffer.createdAt",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__CURRENCY_CODES="campaignOffers.campaignOffer.currencyCodes",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__DELETED="campaignOffers.campaignOffer.deleted",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__END_DATE="campaignOffers.campaignOffer.endDate",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__FOLLOW_UP_ACTION_TYPE="campaignOffers.campaignOffer.followUpActionType",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__ID="campaignOffers.campaignOffer.id",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__MAX_COUNT="campaignOffers.campaignOffer.maxCount",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__MAXIMUM_REQUIRED_CART_AMOUNT="campaignOffers.campaignOffer.maximumRequiredCartAmount",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__MINIMUM_REQUIRED_CART_AMOUNT="campaignOffers.campaignOffer.minimumRequiredCartAmount",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__NAME="campaignOffers.campaignOffer.name",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__OFFERS__APPLICABLE_PRICE="campaignOffers.campaignOffer.offers.applicablePrice",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__OFFERS__COUNTDOWN_MINUTES="campaignOffers.campaignOffer.offers.countdownMinutes",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__OFFERS__DESCRIPTION="campaignOffers.campaignOffer.offers.description",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__OFFERS__DISCOUNT_AMOUNT="campaignOffers.campaignOffer.offers.discountAmount",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__OFFERS__DISCOUNT_TYPE="campaignOffers.campaignOffer.offers.discountType",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__OFFERS__EXCLUDED_VARIANT_ID_LIST="campaignOffers.campaignOffer.offers.excludedVariantIdList",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__OFFERS__ID="campaignOffers.campaignOffer.offers.id",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__OFFERS__ORDER="campaignOffers.campaignOffer.offers.order",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__OFFERS__PRODUCT_ID="campaignOffers.campaignOffer.offers.productId",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__OFFERS__SHOW_CRITERIA="campaignOffers.campaignOffer.offers.showCriteria",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__OFFERS__SKIP_OFFER_IF_PRODUCT_EXISTS_IN_CART="campaignOffers.campaignOffer.offers.skipOfferIfProductExistsInCart",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__OFFERS__TITLE="campaignOffers.campaignOffer.offers.title",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__OFFERS__TRANSLATIONS__DESCRIPTION="campaignOffers.campaignOffer.offers.translations.description",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__OFFERS__TRANSLATIONS__LOCALE="campaignOffers.campaignOffer.offers.translations.locale",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__OFFERS__TRANSLATIONS__TITLE="campaignOffers.campaignOffer.offers.translations.title",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__START_DATE="campaignOffers.campaignOffer.startDate",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__TARGET_PAGE_TYPES="campaignOffers.campaignOffer.targetPageTypes",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__TRIGGER_SETTINGS__FILTER_TYPE="campaignOffers.campaignOffer.triggerSettings.filterType",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__TRIGGER_SETTINGS__VALUE_LIST="campaignOffers.campaignOffer.triggerSettings.valueList",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__TRIGGERS__FILTERS__FILTER_TYPE="campaignOffers.campaignOffer.triggers.filters.filterType",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__TRIGGERS__FILTERS__VALUE_LIST="campaignOffers.campaignOffer.triggers.filters.valueList",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__TRIGGERS__SHOULD_MATCH_ALL_CONDITIONS="campaignOffers.campaignOffer.triggers.shouldMatchAllConditions",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__TYPE="campaignOffers.campaignOffer.type",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER__UPDATED_AT="campaignOffers.campaignOffer.updatedAt",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER_ID="campaignOffers.campaignOfferId",_.CAMPAIGN_OFFERS__CAMPAIGN_OFFER_PRODUCT_ID="campaignOffers.campaignOfferProductId",_.CAMPAIGN_OFFERS__OFFER_END_DATE="campaignOffers.offerEndDate",_.CAMPAIGN_OFFERS__OFFER_START_DATE="campaignOffers.offerStartDate",_.CAMPAIGN_OFFERS__STATUS="campaignOffers.status",_.CAMPAIGN_OFFERS__TARGET_PAGE_TYPES="campaignOffers.targetPageTypes",_.CAMPAIGN_OFFERS__TRIGGER_SOURCE_ORDER_LINE_ID="campaignOffers.triggerSourceOrderLineId",_.CART_ID="cartId",_.CART_STATUS="cartStatus",_.CHECKOUT_ID="checkoutId",_.CLIENT_IP="clientIp",_.COUPON_CODE="couponCode",_.CREATED_AT="createdAt",_.CREATED_BY="createdBy",_.CURRENCY_CODE="currencyCode",_.CURRENCY_RATES__CODE="currencyRates.code",_.CURRENCY_RATES__ORIGINAL_RATE="currencyRates.originalRate",_.CURRENCY_RATES__RATE="currencyRates.rate",_.CURRENCY_SYMBOL="currencySymbol",_.CUSTOMER__EMAIL="customer.email",_.CUSTOMER__FIRST_NAME="customer.firstName",_.CUSTOMER__FULL_NAME="customer.fullName",_.CUSTOMER__ID="customer.id",_.CUSTOMER__IS_GUEST_CHECKOUT="customer.isGuestCheckout",_.CUSTOMER__LAST_NAME="customer.lastName",_.CUSTOMER__NOTIFICATIONS_ACCEPTED="customer.notificationsAccepted",_.CUSTOMER__PHONE="customer.phone",_.CUSTOMER_GROUPS__ID="customerGroups.id",_.CUSTOMER_GROUPS__NAME="customerGroups.name",_.CUSTOMER_ID="customerId",_.CUSTOMER_SEGMENTS__ID="customerSegments.id",_.CUSTOMER_SEGMENTS__NAME="customerSegments.name",_.DELETED="deleted",_.DUE_DATE="dueDate",_.GIFT_CARD_LINES__AMOUNT="giftCardLines.amount",_.GIFT_CARD_LINES__CODE="giftCardLines.code",_.GIFT_CARD_LINES__GIFT_CARD_ID="giftCardLines.giftCardId",_.GIFT_CARD_LINES__ID="giftCardLines.id",_.GIFT_CARD_LINES__TYPE="giftCardLines.type",_.GIFT_PACKAGE_LINES__IS_REFUNDED="giftPackageLines.isRefunded",_.GIFT_PACKAGE_LINES__PRICE="giftPackageLines.price",_.GIFT_PACKAGE_LINES__PRICE_LIST_ID="giftPackageLines.priceListId",_.GIFT_PACKAGE_LINES__TAX_VALUE="giftPackageLines.taxValue",_.GIFT_PACKAGE_NOTE="giftPackageNote",_.HOST="host",_.ID="id",_.IS_GIFT_PACKAGE="isGiftPackage",_.ITEM_COUNT="itemCount",_.LAST_ACTIVITY_DATE="lastActivityDate",_.MERCHANT_ID="merchantId",_.NET_TOTAL_FINAL_PRICE="netTotalFinalPrice",_.NOTE="note",_.ORDER_ADJUSTMENTS__AMOUNT="orderAdjustments.amount",_.ORDER_ADJUSTMENTS__AMOUNT_TYPE="orderAdjustments.amountType",_.ORDER_ADJUSTMENTS__APPLIED_ORDER_LINES__AMOUNT="orderAdjustments.appliedOrderLines.amount",_.ORDER_ADJUSTMENTS__APPLIED_ORDER_LINES__APPLIED_QUANTITY="orderAdjustments.appliedOrderLines.appliedQuantity",_.ORDER_ADJUSTMENTS__APPLIED_ORDER_LINES__IS_AUTO_CREATED="orderAdjustments.appliedOrderLines.isAutoCreated",_.ORDER_ADJUSTMENTS__APPLIED_ORDER_LINES__ORDER_LINE_ID="orderAdjustments.appliedOrderLines.orderLineId",_.ORDER_ADJUSTMENTS__CAMPAIGN_ID="orderAdjustments.campaignId",_.ORDER_ADJUSTMENTS__CAMPAIGN_TYPE="orderAdjustments.campaignType",_.ORDER_ADJUSTMENTS__COUPON_ID="orderAdjustments.couponId",_.ORDER_ADJUSTMENTS__NAME="orderAdjustments.name",_.ORDER_ADJUSTMENTS__ORDER="orderAdjustments.order",_.ORDER_ADJUSTMENTS__TRANSACTION_ID="orderAdjustments.transactionId",_.ORDER_ADJUSTMENTS__TYPE="orderAdjustments.type",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__BUNDLE_LINE_ID="orderLineItems.bundleProductSettings.bundleLineId",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__BUNDLE_LINE_QUANTITY="orderLineItems.bundleProductSettings.bundleLineQuantity",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__NAME="orderLineItems.bundleProductSettings.name",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__OPTIONS__NAME="orderLineItems.bundleProductSettings.options.name",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__OPTIONS__PRODUCT_OPTION_ID="orderLineItems.bundleProductSettings.options.productOptionId",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__OPTIONS__PRODUCT_OPTIONS_SET_ID="orderLineItems.bundleProductSettings.options.productOptionsSetId",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__OPTIONS__TYPE="orderLineItems.bundleProductSettings.options.type",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__OPTIONS__VALUES__NAME="orderLineItems.bundleProductSettings.options.values.name",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__OPTIONS__VALUES__PRICE="orderLineItems.bundleProductSettings.options.values.price",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__OPTIONS__VALUES__PRICE_TYPE="orderLineItems.bundleProductSettings.options.values.priceType",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__OPTIONS__VALUES__VALUE="orderLineItems.bundleProductSettings.options.values.value",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BARCODE_LIST="orderLineItems.bundleProductSettings.variant.barcodeList",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BASE_UNIT__BASE_AMOUNT="orderLineItems.bundleProductSettings.variant.baseUnit.baseAmount",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BASE_UNIT__TYPE="orderLineItems.bundleProductSettings.variant.baseUnit.type",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BASE_UNIT__UNIT__ID="orderLineItems.bundleProductSettings.variant.baseUnit.unit.id",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BASE_UNIT__UNIT__NAME="orderLineItems.bundleProductSettings.variant.baseUnit.unit.name",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BRAND__ID="orderLineItems.bundleProductSettings.variant.brand.id",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BRAND__NAME="orderLineItems.bundleProductSettings.variant.brand.name",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__ADD_TO_BUNDLE_BASE_PRICE="orderLineItems.bundleProductSettings.variant.bundleProducts.addToBundleBasePrice",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__DELETED="orderLineItems.bundleProductSettings.variant.bundleProducts.deleted",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__DISCOUNT_PRICE="orderLineItems.bundleProductSettings.variant.bundleProducts.discountPrice",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__DISCOUNT_RATIO="orderLineItems.bundleProductSettings.variant.bundleProducts.discountRatio",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__FINAL_PRICE="orderLineItems.bundleProductSettings.variant.bundleProducts.finalPrice",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__FINAL_UNIT_PRICE="orderLineItems.bundleProductSettings.variant.bundleProducts.finalUnitPrice",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__ID="orderLineItems.bundleProductSettings.variant.bundleProducts.id",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__OPTIONS__NAME="orderLineItems.bundleProductSettings.variant.bundleProducts.options.name",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__OPTIONS__PRODUCT_OPTION_ID="orderLineItems.bundleProductSettings.variant.bundleProducts.options.productOptionId",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__OPTIONS__PRODUCT_OPTIONS_SET_ID="orderLineItems.bundleProductSettings.variant.bundleProducts.options.productOptionsSetId",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__OPTIONS__TYPE="orderLineItems.bundleProductSettings.variant.bundleProducts.options.type",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__OPTIONS__VALUES__NAME="orderLineItems.bundleProductSettings.variant.bundleProducts.options.values.name",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__OPTIONS__VALUES__PRICE="orderLineItems.bundleProductSettings.variant.bundleProducts.options.values.price",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__OPTIONS__VALUES__PRICE_TYPE="orderLineItems.bundleProductSettings.variant.bundleProducts.options.values.priceType",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__OPTIONS__VALUES__VALUE="orderLineItems.bundleProductSettings.variant.bundleProducts.options.values.value",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__ORDER="orderLineItems.bundleProductSettings.variant.bundleProducts.order",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__PRICE="orderLineItems.bundleProductSettings.variant.bundleProducts.price",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__QUANTITY="orderLineItems.bundleProductSettings.variant.bundleProducts.quantity",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__TAX_VALUE="orderLineItems.bundleProductSettings.variant.bundleProducts.taxValue",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__UNIT_PRICE="orderLineItems.bundleProductSettings.variant.bundleProducts.unitPrice",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__BARCODE_LIST="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.barcodeList",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__BASE_UNIT__BASE_AMOUNT="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.baseUnit.baseAmount",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__BASE_UNIT__TYPE="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.baseUnit.type",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__BASE_UNIT__UNIT__ID="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.baseUnit.unit.id",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__BASE_UNIT__UNIT__NAME="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.baseUnit.unit.name",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__BRAND__ID="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.brand.id",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__BRAND__NAME="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.brand.name",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__CATEGORIES__CATEGORY_PATH__ID="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.categories.categoryPath.id",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__CATEGORIES__CATEGORY_PATH__NAME="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.categories.categoryPath.name",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__CATEGORIES__ID="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.categories.id",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__CATEGORIES__NAME="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.categories.name",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__FILE_ID="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.fileId",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__HS_CODE="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.hsCode",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__ID="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.id",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__MAIN_IMAGE_ID="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.mainImageId",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__NAME="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.name",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__PRICES__BUY_PRICE="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.prices.buyPrice",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__PRICES__CURRENCY="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.prices.currency",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__PRICES__CURRENCY_SYMBOL="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.prices.currencySymbol",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__PRICES__DISCOUNT_PRICE="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.prices.discountPrice",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__PRICES__PRICE_LIST_ID="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.prices.priceListId",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__PRICES__SELL_PRICE="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.prices.sellPrice",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__PRICES__UNIT_PRICE="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.prices.unitPrice",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__PRODUCT_ID="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.productId",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__PRODUCT_VOLUME_DISCOUNT_ID="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.productVolumeDiscountId",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__SKU="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.sku",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__SLUG="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.slug",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__TAG_IDS="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.tagIds",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__TAGS__ID="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.tags.id",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__TAGS__NAME="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.tags.name",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__TAX_VALUE="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.taxValue",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__TYPE="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.type",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__UNIT__AMOUNT="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.unit.amount",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__UNIT__TYPE="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.unit.type",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__VARIANT_VALUES__ORDER="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.variantValues.order",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_ID="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.variantValues.variantTypeId",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_NAME="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.variantValues.variantTypeName",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__VARIANT_VALUES__VARIANT_VALUE_ID="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.variantValues.variantValueId",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__VARIANT_VALUES__VARIANT_VALUE_NAME="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.variantValues.variantValueName",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__BUNDLE_PRODUCTS__VARIANT__WEIGHT="orderLineItems.bundleProductSettings.variant.bundleProducts.variant.weight",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__CATEGORIES__CATEGORY_PATH__ID="orderLineItems.bundleProductSettings.variant.categories.categoryPath.id",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__CATEGORIES__CATEGORY_PATH__NAME="orderLineItems.bundleProductSettings.variant.categories.categoryPath.name",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__CATEGORIES__ID="orderLineItems.bundleProductSettings.variant.categories.id",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__CATEGORIES__NAME="orderLineItems.bundleProductSettings.variant.categories.name",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__FILE_ID="orderLineItems.bundleProductSettings.variant.fileId",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__HS_CODE="orderLineItems.bundleProductSettings.variant.hsCode",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__ID="orderLineItems.bundleProductSettings.variant.id",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__MAIN_IMAGE_ID="orderLineItems.bundleProductSettings.variant.mainImageId",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__NAME="orderLineItems.bundleProductSettings.variant.name",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__PRICES__BUY_PRICE="orderLineItems.bundleProductSettings.variant.prices.buyPrice",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__PRICES__CURRENCY="orderLineItems.bundleProductSettings.variant.prices.currency",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__PRICES__CURRENCY_SYMBOL="orderLineItems.bundleProductSettings.variant.prices.currencySymbol",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__PRICES__DISCOUNT_PRICE="orderLineItems.bundleProductSettings.variant.prices.discountPrice",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__PRICES__PRICE_LIST_ID="orderLineItems.bundleProductSettings.variant.prices.priceListId",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__PRICES__SELL_PRICE="orderLineItems.bundleProductSettings.variant.prices.sellPrice",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__PRICES__UNIT_PRICE="orderLineItems.bundleProductSettings.variant.prices.unitPrice",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__PRODUCT_ID="orderLineItems.bundleProductSettings.variant.productId",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__PRODUCT_VOLUME_DISCOUNT_ID="orderLineItems.bundleProductSettings.variant.productVolumeDiscountId",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__SKU="orderLineItems.bundleProductSettings.variant.sku",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__SLUG="orderLineItems.bundleProductSettings.variant.slug",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__TAG_IDS="orderLineItems.bundleProductSettings.variant.tagIds",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__TAGS__ID="orderLineItems.bundleProductSettings.variant.tags.id",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__TAGS__NAME="orderLineItems.bundleProductSettings.variant.tags.name",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__TAX_VALUE="orderLineItems.bundleProductSettings.variant.taxValue",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__TYPE="orderLineItems.bundleProductSettings.variant.type",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__UNIT__AMOUNT="orderLineItems.bundleProductSettings.variant.unit.amount",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__UNIT__TYPE="orderLineItems.bundleProductSettings.variant.unit.type",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__VARIANT_VALUES__ORDER="orderLineItems.bundleProductSettings.variant.variantValues.order",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_ID="orderLineItems.bundleProductSettings.variant.variantValues.variantTypeId",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_NAME="orderLineItems.bundleProductSettings.variant.variantValues.variantTypeName",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__VARIANT_VALUES__VARIANT_VALUE_ID="orderLineItems.bundleProductSettings.variant.variantValues.variantValueId",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__VARIANT_VALUES__VARIANT_VALUE_NAME="orderLineItems.bundleProductSettings.variant.variantValues.variantValueName",_.ORDER_LINE_ITEMS__BUNDLE_PRODUCT_SETTINGS__VARIANT__WEIGHT="orderLineItems.bundleProductSettings.variant.weight",_.ORDER_LINE_ITEMS__CREATED_AT="orderLineItems.createdAt",_.ORDER_LINE_ITEMS__CURRENCY_CODE="orderLineItems.currencyCode",_.ORDER_LINE_ITEMS__CURRENCY_SYMBOL="orderLineItems.currencySymbol",_.ORDER_LINE_ITEMS__DELETED="orderLineItems.deleted",_.ORDER_LINE_ITEMS__DISCOUNT__AMOUNT="orderLineItems.discount.amount",_.ORDER_LINE_ITEMS__DISCOUNT__AMOUNT_TYPE="orderLineItems.discount.amountType",_.ORDER_LINE_ITEMS__DISCOUNT__CAMPAIGN_OFFER_ID="orderLineItems.discount.campaignOfferId",_.ORDER_LINE_ITEMS__DISCOUNT__CAMPAIGN_OFFER_PRODUCT_ID="orderLineItems.discount.campaignOfferProductId",_.ORDER_LINE_ITEMS__DISCOUNT__MAX_APPLICABLE_QUANTITY="orderLineItems.discount.maxApplicableQuantity",_.ORDER_LINE_ITEMS__DISCOUNT__PRODUCT_VOLUME_DISCOUNT_ID="orderLineItems.discount.productVolumeDiscountId",_.ORDER_LINE_ITEMS__DISCOUNT__REASON="orderLineItems.discount.reason",_.ORDER_LINE_ITEMS__DISCOUNT_PRICE="orderLineItems.discountPrice",_.ORDER_LINE_ITEMS__EDITED="orderLineItems.edited",_.ORDER_LINE_ITEMS__FINAL_PRICE="orderLineItems.finalPrice",_.ORDER_LINE_ITEMS__FINAL_UNIT_PRICE="orderLineItems.finalUnitPrice",_.ORDER_LINE_ITEMS__ID="orderLineItems.id",_.ORDER_LINE_ITEMS__OPTIONS__NAME="orderLineItems.options.name",_.ORDER_LINE_ITEMS__OPTIONS__PRODUCT_OPTION_ID="orderLineItems.options.productOptionId",_.ORDER_LINE_ITEMS__OPTIONS__PRODUCT_OPTIONS_SET_ID="orderLineItems.options.productOptionsSetId",_.ORDER_LINE_ITEMS__OPTIONS__TYPE="orderLineItems.options.type",_.ORDER_LINE_ITEMS__OPTIONS__VALUES__NAME="orderLineItems.options.values.name",_.ORDER_LINE_ITEMS__OPTIONS__VALUES__PRICE="orderLineItems.options.values.price",_.ORDER_LINE_ITEMS__OPTIONS__VALUES__PRICE_TYPE="orderLineItems.options.values.priceType",_.ORDER_LINE_ITEMS__OPTIONS__VALUES__VALUE="orderLineItems.options.values.value",_.ORDER_LINE_ITEMS__ORIGINAL_ORDER_LINE_ITEM_ID="orderLineItems.originalOrderLineItemId",_.ORDER_LINE_ITEMS__PRICE="orderLineItems.price",_.ORDER_LINE_ITEMS__QUANTITY="orderLineItems.quantity",_.ORDER_LINE_ITEMS__STATUS="orderLineItems.status",_.ORDER_LINE_ITEMS__STATUS_UPDATED_AT="orderLineItems.statusUpdatedAt",_.ORDER_LINE_ITEMS__STOCK_LOCATION_ID="orderLineItems.stockLocationId",_.ORDER_LINE_ITEMS__TAX_VALUE="orderLineItems.taxValue",_.ORDER_LINE_ITEMS__UNIT_PRICE="orderLineItems.unitPrice",_.ORDER_LINE_ITEMS__UPDATED_AT="orderLineItems.updatedAt",_.ORDER_LINE_ITEMS__VARIANT__BARCODE_LIST="orderLineItems.variant.barcodeList",_.ORDER_LINE_ITEMS__VARIANT__BASE_UNIT__BASE_AMOUNT="orderLineItems.variant.baseUnit.baseAmount",_.ORDER_LINE_ITEMS__VARIANT__BASE_UNIT__TYPE="orderLineItems.variant.baseUnit.type",_.ORDER_LINE_ITEMS__VARIANT__BASE_UNIT__UNIT__ID="orderLineItems.variant.baseUnit.unit.id",_.ORDER_LINE_ITEMS__VARIANT__BASE_UNIT__UNIT__NAME="orderLineItems.variant.baseUnit.unit.name",_.ORDER_LINE_ITEMS__VARIANT__BRAND__ID="orderLineItems.variant.brand.id",_.ORDER_LINE_ITEMS__VARIANT__BRAND__NAME="orderLineItems.variant.brand.name",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__ADD_TO_BUNDLE_BASE_PRICE="orderLineItems.variant.bundleProducts.addToBundleBasePrice",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__DELETED="orderLineItems.variant.bundleProducts.deleted",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__DISCOUNT_PRICE="orderLineItems.variant.bundleProducts.discountPrice",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__DISCOUNT_RATIO="orderLineItems.variant.bundleProducts.discountRatio",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__FINAL_PRICE="orderLineItems.variant.bundleProducts.finalPrice",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__FINAL_UNIT_PRICE="orderLineItems.variant.bundleProducts.finalUnitPrice",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__ID="orderLineItems.variant.bundleProducts.id",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__OPTIONS__NAME="orderLineItems.variant.bundleProducts.options.name",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__OPTIONS__PRODUCT_OPTION_ID="orderLineItems.variant.bundleProducts.options.productOptionId",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__OPTIONS__PRODUCT_OPTIONS_SET_ID="orderLineItems.variant.bundleProducts.options.productOptionsSetId",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__OPTIONS__TYPE="orderLineItems.variant.bundleProducts.options.type",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__OPTIONS__VALUES__NAME="orderLineItems.variant.bundleProducts.options.values.name",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__OPTIONS__VALUES__PRICE="orderLineItems.variant.bundleProducts.options.values.price",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__OPTIONS__VALUES__PRICE_TYPE="orderLineItems.variant.bundleProducts.options.values.priceType",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__OPTIONS__VALUES__VALUE="orderLineItems.variant.bundleProducts.options.values.value",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__ORDER="orderLineItems.variant.bundleProducts.order",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__PRICE="orderLineItems.variant.bundleProducts.price",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__QUANTITY="orderLineItems.variant.bundleProducts.quantity",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__TAX_VALUE="orderLineItems.variant.bundleProducts.taxValue",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__UNIT_PRICE="orderLineItems.variant.bundleProducts.unitPrice",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__BARCODE_LIST="orderLineItems.variant.bundleProducts.variant.barcodeList",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__BASE_UNIT__BASE_AMOUNT="orderLineItems.variant.bundleProducts.variant.baseUnit.baseAmount",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__BASE_UNIT__TYPE="orderLineItems.variant.bundleProducts.variant.baseUnit.type",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__BASE_UNIT__UNIT__ID="orderLineItems.variant.bundleProducts.variant.baseUnit.unit.id",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__BASE_UNIT__UNIT__NAME="orderLineItems.variant.bundleProducts.variant.baseUnit.unit.name",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__BRAND__ID="orderLineItems.variant.bundleProducts.variant.brand.id",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__BRAND__NAME="orderLineItems.variant.bundleProducts.variant.brand.name",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__CATEGORIES__CATEGORY_PATH__ID="orderLineItems.variant.bundleProducts.variant.categories.categoryPath.id",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__CATEGORIES__CATEGORY_PATH__NAME="orderLineItems.variant.bundleProducts.variant.categories.categoryPath.name",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__CATEGORIES__ID="orderLineItems.variant.bundleProducts.variant.categories.id",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__CATEGORIES__NAME="orderLineItems.variant.bundleProducts.variant.categories.name",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__FILE_ID="orderLineItems.variant.bundleProducts.variant.fileId",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__HS_CODE="orderLineItems.variant.bundleProducts.variant.hsCode",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__ID="orderLineItems.variant.bundleProducts.variant.id",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__MAIN_IMAGE_ID="orderLineItems.variant.bundleProducts.variant.mainImageId",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__NAME="orderLineItems.variant.bundleProducts.variant.name",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__PRICES__BUY_PRICE="orderLineItems.variant.bundleProducts.variant.prices.buyPrice",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__PRICES__CURRENCY="orderLineItems.variant.bundleProducts.variant.prices.currency",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__PRICES__CURRENCY_SYMBOL="orderLineItems.variant.bundleProducts.variant.prices.currencySymbol",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__PRICES__DISCOUNT_PRICE="orderLineItems.variant.bundleProducts.variant.prices.discountPrice",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__PRICES__PRICE_LIST_ID="orderLineItems.variant.bundleProducts.variant.prices.priceListId",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__PRICES__SELL_PRICE="orderLineItems.variant.bundleProducts.variant.prices.sellPrice",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__PRICES__UNIT_PRICE="orderLineItems.variant.bundleProducts.variant.prices.unitPrice",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__PRODUCT_ID="orderLineItems.variant.bundleProducts.variant.productId",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__PRODUCT_VOLUME_DISCOUNT_ID="orderLineItems.variant.bundleProducts.variant.productVolumeDiscountId",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__SKU="orderLineItems.variant.bundleProducts.variant.sku",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__SLUG="orderLineItems.variant.bundleProducts.variant.slug",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__TAG_IDS="orderLineItems.variant.bundleProducts.variant.tagIds",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__TAGS__ID="orderLineItems.variant.bundleProducts.variant.tags.id",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__TAGS__NAME="orderLineItems.variant.bundleProducts.variant.tags.name",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__TAX_VALUE="orderLineItems.variant.bundleProducts.variant.taxValue",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__TYPE="orderLineItems.variant.bundleProducts.variant.type",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__UNIT__AMOUNT="orderLineItems.variant.bundleProducts.variant.unit.amount",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__UNIT__TYPE="orderLineItems.variant.bundleProducts.variant.unit.type",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__VARIANT_VALUES__ORDER="orderLineItems.variant.bundleProducts.variant.variantValues.order",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_ID="orderLineItems.variant.bundleProducts.variant.variantValues.variantTypeId",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_NAME="orderLineItems.variant.bundleProducts.variant.variantValues.variantTypeName",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__VARIANT_VALUES__VARIANT_VALUE_ID="orderLineItems.variant.bundleProducts.variant.variantValues.variantValueId",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__VARIANT_VALUES__VARIANT_VALUE_NAME="orderLineItems.variant.bundleProducts.variant.variantValues.variantValueName",_.ORDER_LINE_ITEMS__VARIANT__BUNDLE_PRODUCTS__VARIANT__WEIGHT="orderLineItems.variant.bundleProducts.variant.weight",_.ORDER_LINE_ITEMS__VARIANT__CATEGORIES__CATEGORY_PATH__ID="orderLineItems.variant.categories.categoryPath.id",_.ORDER_LINE_ITEMS__VARIANT__CATEGORIES__CATEGORY_PATH__NAME="orderLineItems.variant.categories.categoryPath.name",_.ORDER_LINE_ITEMS__VARIANT__CATEGORIES__ID="orderLineItems.variant.categories.id",_.ORDER_LINE_ITEMS__VARIANT__CATEGORIES__NAME="orderLineItems.variant.categories.name",_.ORDER_LINE_ITEMS__VARIANT__FILE_ID="orderLineItems.variant.fileId",_.ORDER_LINE_ITEMS__VARIANT__HS_CODE="orderLineItems.variant.hsCode",_.ORDER_LINE_ITEMS__VARIANT__ID="orderLineItems.variant.id",_.ORDER_LINE_ITEMS__VARIANT__MAIN_IMAGE_ID="orderLineItems.variant.mainImageId",_.ORDER_LINE_ITEMS__VARIANT__NAME="orderLineItems.variant.name",_.ORDER_LINE_ITEMS__VARIANT__PRICES__BUY_PRICE="orderLineItems.variant.prices.buyPrice",_.ORDER_LINE_ITEMS__VARIANT__PRICES__CURRENCY="orderLineItems.variant.prices.currency",_.ORDER_LINE_ITEMS__VARIANT__PRICES__CURRENCY_SYMBOL="orderLineItems.variant.prices.currencySymbol",_.ORDER_LINE_ITEMS__VARIANT__PRICES__DISCOUNT_PRICE="orderLineItems.variant.prices.discountPrice",_.ORDER_LINE_ITEMS__VARIANT__PRICES__PRICE_LIST_ID="orderLineItems.variant.prices.priceListId",_.ORDER_LINE_ITEMS__VARIANT__PRICES__SELL_PRICE="orderLineItems.variant.prices.sellPrice",_.ORDER_LINE_ITEMS__VARIANT__PRICES__UNIT_PRICE="orderLineItems.variant.prices.unitPrice",_.ORDER_LINE_ITEMS__VARIANT__PRODUCT_ID="orderLineItems.variant.productId",_.ORDER_LINE_ITEMS__VARIANT__PRODUCT_VOLUME_DISCOUNT_ID="orderLineItems.variant.productVolumeDiscountId",_.ORDER_LINE_ITEMS__VARIANT__SKU="orderLineItems.variant.sku",_.ORDER_LINE_ITEMS__VARIANT__SLUG="orderLineItems.variant.slug",_.ORDER_LINE_ITEMS__VARIANT__TAG_IDS="orderLineItems.variant.tagIds",_.ORDER_LINE_ITEMS__VARIANT__TAGS__ID="orderLineItems.variant.tags.id",_.ORDER_LINE_ITEMS__VARIANT__TAGS__NAME="orderLineItems.variant.tags.name",_.ORDER_LINE_ITEMS__VARIANT__TAX_VALUE="orderLineItems.variant.taxValue",_.ORDER_LINE_ITEMS__VARIANT__TYPE="orderLineItems.variant.type",_.ORDER_LINE_ITEMS__VARIANT__UNIT__AMOUNT="orderLineItems.variant.unit.amount",_.ORDER_LINE_ITEMS__VARIANT__UNIT__TYPE="orderLineItems.variant.unit.type",_.ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__ORDER="orderLineItems.variant.variantValues.order",_.ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_ID="orderLineItems.variant.variantValues.variantTypeId",_.ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_NAME="orderLineItems.variant.variantValues.variantTypeName",_.ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__VARIANT_VALUE_ID="orderLineItems.variant.variantValues.variantValueId",_.ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__VARIANT_VALUE_NAME="orderLineItems.variant.variantValues.variantValueName",_.ORDER_LINE_ITEMS__VARIANT__WEIGHT="orderLineItems.variant.weight",_.ORDER_NUMBER="orderNumber",_.ORDER_PACKAGE_STATUS="orderPackageStatus",_.ORDER_PAYMENT_STATUS="orderPaymentStatus",_.ORDERED_AT="orderedAt",_.PRICE_LIST_ID="priceListId",_.RECOVER_EMAIL_STATUS="recoverEmailStatus",_.RECOVERY_STATUS="recoveryStatus",_.SALES_CHANNEL_ID="salesChannelId",_.SESSION_INFO__COUNTRY_CODE="sessionInfo.countryCode",_.SESSION_INFO__DURATION_M_S="sessionInfo.durationMS",_.SESSION_INFO__END="sessionInfo.end",_.SESSION_INFO__HOST="sessionInfo.host",_.SESSION_INFO__IP="sessionInfo.ip",_.SESSION_INFO__REFERER="sessionInfo.referer",_.SESSION_INFO__SALES_CHANNEL_ID="sessionInfo.salesChannelId",_.SESSION_INFO__SESSION_ID="sessionInfo.sessionId",_.SESSION_INFO__START="sessionInfo.start",_.SESSION_INFO__STOREFRONT_ID="sessionInfo.storefrontId",_.SESSION_INFO__TRAFFIC_SOURCE__SOURCE="sessionInfo.trafficSource.source",_.SESSION_INFO__TRAFFIC_SOURCE__TYPE="sessionInfo.trafficSource.type",_.SESSION_INFO__USER_AGENT__DEVICE_TYPE="sessionInfo.userAgent.deviceType",_.SESSION_INFO__USER_AGENT__NAME="sessionInfo.userAgent.name",_.SESSION_INFO__USER_AGENT__OS="sessionInfo.userAgent.os",_.SESSION_INFO__UTM__CAMPAIGN="sessionInfo.utm.campaign",_.SESSION_INFO__UTM__CONTENT="sessionInfo.utm.content",_.SESSION_INFO__UTM__MEDIUM="sessionInfo.utm.medium",_.SESSION_INFO__UTM__SOURCE="sessionInfo.utm.source",_.SESSION_INFO__UTM__TERM="sessionInfo.utm.term",_.SESSION_INFO__VISITOR_ID="sessionInfo.visitorId",_.SHIPPING_ADDRESS__ADDRESS_LINE1="shippingAddress.addressLine1",_.SHIPPING_ADDRESS__ADDRESS_LINE2="shippingAddress.addressLine2",_.SHIPPING_ADDRESS__CITY__CODE="shippingAddress.city.code",_.SHIPPING_ADDRESS__CITY__ID="shippingAddress.city.id",_.SHIPPING_ADDRESS__CITY__NAME="shippingAddress.city.name",_.SHIPPING_ADDRESS__COMPANY="shippingAddress.company",_.SHIPPING_ADDRESS__COUNTRY__CODE="shippingAddress.country.code",_.SHIPPING_ADDRESS__COUNTRY__ID="shippingAddress.country.id",_.SHIPPING_ADDRESS__COUNTRY__ISO2="shippingAddress.country.iso2",_.SHIPPING_ADDRESS__COUNTRY__ISO3="shippingAddress.country.iso3",_.SHIPPING_ADDRESS__COUNTRY__NAME="shippingAddress.country.name",_.SHIPPING_ADDRESS__DISTRICT__CODE="shippingAddress.district.code",_.SHIPPING_ADDRESS__DISTRICT__ID="shippingAddress.district.id",_.SHIPPING_ADDRESS__DISTRICT__NAME="shippingAddress.district.name",_.SHIPPING_ADDRESS__FIRST_NAME="shippingAddress.firstName",_.SHIPPING_ADDRESS__ID="shippingAddress.id",_.SHIPPING_ADDRESS__IDENTITY_NUMBER="shippingAddress.identityNumber",_.SHIPPING_ADDRESS__IS_DEFAULT="shippingAddress.isDefault",_.SHIPPING_ADDRESS__LAST_NAME="shippingAddress.lastName",_.SHIPPING_ADDRESS__PHONE="shippingAddress.phone",_.SHIPPING_ADDRESS__POSTAL_CODE="shippingAddress.postalCode",_.SHIPPING_ADDRESS__REGION__CREATED_AT="shippingAddress.region.createdAt",_.SHIPPING_ADDRESS__REGION__DELETED="shippingAddress.region.deleted",_.SHIPPING_ADDRESS__REGION__ID="shippingAddress.region.id",_.SHIPPING_ADDRESS__REGION__NAME="shippingAddress.region.name",_.SHIPPING_ADDRESS__REGION__UPDATED_AT="shippingAddress.region.updatedAt",_.SHIPPING_ADDRESS__STATE__CODE="shippingAddress.state.code",_.SHIPPING_ADDRESS__STATE__ID="shippingAddress.state.id",_.SHIPPING_ADDRESS__STATE__NAME="shippingAddress.state.name",_.SHIPPING_ADDRESS__TAX_NUMBER="shippingAddress.taxNumber",_.SHIPPING_ADDRESS__TAX_OFFICE="shippingAddress.taxOffice",_.SHIPPING_LINES__FINAL_PRICE="shippingLines.finalPrice",_.SHIPPING_LINES__IS_REFUNDED="shippingLines.isRefunded",_.SHIPPING_LINES__PAYMENT_METHOD="shippingLines.paymentMethod",_.SHIPPING_LINES__PRICE="shippingLines.price",_.SHIPPING_LINES__PRICE_LIST_ID="shippingLines.priceListId",_.SHIPPING_LINES__SHIPPING_SETTINGS_ID="shippingLines.shippingSettingsId",_.SHIPPING_LINES__SHIPPING_ZONE_RATE_ID="shippingLines.shippingZoneRateId",_.SHIPPING_LINES__TAX_VALUE="shippingLines.taxValue",_.SHIPPING_LINES__TITLE="shippingLines.title",_.SHIPPING_LINES__TRANSACTION_ID="shippingLines.transactionId",_.SHIPPING_METHOD="shippingMethod",_.SHIPPING_SETTINGS_ID="shippingSettingsId",_.SHIPPING_ZONE_RATE_ID="shippingZoneRateId",_.STATUS="status",_.STOCK_LOCATION_ID="stockLocationId",_.STOREFRONT_ID="storefrontId",_.STOREFRONT_ROUTING__DOMAIN="storefrontRouting.domain",_.STOREFRONT_ROUTING__DYNAMIC_CURRENCY_SETTINGS__ROUNDING_FORMAT="storefrontRouting.dynamicCurrencySettings.roundingFormat",_.STOREFRONT_ROUTING__DYNAMIC_CURRENCY_SETTINGS__TARGET_CURRENCY_CODE="storefrontRouting.dynamicCurrencySettings.targetCurrencyCode",_.STOREFRONT_ROUTING__ID="storefrontRouting.id",_.STOREFRONT_ROUTING__LOCALE="storefrontRouting.locale",_.STOREFRONT_ROUTING__PATH="storefrontRouting.path",_.STOREFRONT_ROUTING__PRICE_LIST_ID="storefrontRouting.priceListId",_.STOREFRONT_ROUTING__SALES_CHANNEL_ID="storefrontRouting.salesChannelId",_.STOREFRONT_ROUTING_ID="storefrontRoutingId",_.STOREFRONT_THEME_ID="storefrontThemeId",_.TAX_LINES__PRICE="taxLines.price",_.TAX_LINES__RATE="taxLines.rate",_.TOTAL_FINAL_PRICE="totalFinalPrice",_.TOTAL_PRICE="totalPrice",_.UPDATED_AT="updatedAt",_.USER_AGENT="userAgent"}(r||(r={}));export{r as ResponseField,n as default};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/** DO NOT EDIT - GENERATED AUTO BY IKAS API-CLIENT **/
|
|
2
|
+
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
3
|
+
import { StoreCreditBalanceResponse } from "../types";
|
|
4
|
+
declare const getStoreCreditBalance: (fields?: string[], config?: ConfigType) => Promise<APIResponse<StoreCreditBalanceResponse> | APIResponse<undefined>>;
|
|
5
|
+
export default getStoreCreditBalance;
|
|
6
|
+
export declare enum ResponseField {
|
|
7
|
+
AMOUNT = "amount",
|
|
8
|
+
STORE_CREDITS__ACTIVE = "storeCredits.active",
|
|
9
|
+
STORE_CREDITS__AMOUNT = "storeCredits.amount",
|
|
10
|
+
STORE_CREDITS__CODE = "storeCredits.code",
|
|
11
|
+
STORE_CREDITS__CREATED_AT = "storeCredits.createdAt",
|
|
12
|
+
STORE_CREDITS__CUSTOMER_ID = "storeCredits.customerId",
|
|
13
|
+
STORE_CREDITS__DELETED = "storeCredits.deleted",
|
|
14
|
+
STORE_CREDITS__END_DATE = "storeCredits.endDate",
|
|
15
|
+
STORE_CREDITS__ID = "storeCredits.id",
|
|
16
|
+
STORE_CREDITS__MINIMUM_REQUIRED_CART_AMOUNT = "storeCredits.minimumRequiredCartAmount",
|
|
17
|
+
STORE_CREDITS__SALES_CHANNELS__SALES_CHANNEL_ID = "storeCredits.salesChannels.salesChannelId",
|
|
18
|
+
STORE_CREDITS__SALES_CHANNELS__STOREFRONT_ID = "storeCredits.salesChannels.storefrontId",
|
|
19
|
+
STORE_CREDITS__SALES_CHANNELS__STOREFRONT_ROUTING_ID = "storeCredits.salesChannels.storefrontRoutingId",
|
|
20
|
+
STORE_CREDITS__START_DATE = "storeCredits.startDate",
|
|
21
|
+
STORE_CREDITS__TYPE = "storeCredits.type",
|
|
22
|
+
STORE_CREDITS__UPDATED_AT = "storeCredits.updatedAt",
|
|
23
|
+
STORE_CREDITS__USED_ALL_AMOUNT = "storeCredits.usedAllAmount",
|
|
24
|
+
STORE_CREDITS__USED_AMOUNT = "storeCredits.usedAmount"
|
|
25
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__awaiter as t,__generator as e}from'./../../ext/tslib/tslib.es6.js';import{handleAPIError as r,APIResponse as s,fetchQuery as _}from"@ikas/fe-api-client";var n,o=function(n,o){return t(void 0,void 0,void 0,(function(){var t,E,T,i;return e(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,_({operationName:"getStoreCreditBalance",config:o,allReturnFields:d,fields:n,query:function(t){return"\n\t\t\t\tquery getStoreCreditBalance {\n\t\t\t\t\tgetStoreCreditBalance ".concat(t,"\n\t\t\t\t}\n\t\t\t")}})];case 1:return t=e.sent(),E=t.data,T=t.errors,[2,new s(null==E?void 0:E.getStoreCreditBalance,T)];case 2:return i=e.sent(),[2,r(i)];case 3:return[2]}}))}))},d="{amount storeCredits {active amount code createdAt customerId deleted endDate id minimumRequiredCartAmount salesChannels {salesChannelId storefrontId storefrontRoutingId } startDate type updatedAt usedAllAmount usedAmount } }";!function(t){t.AMOUNT="amount",t.STORE_CREDITS__ACTIVE="storeCredits.active",t.STORE_CREDITS__AMOUNT="storeCredits.amount",t.STORE_CREDITS__CODE="storeCredits.code",t.STORE_CREDITS__CREATED_AT="storeCredits.createdAt",t.STORE_CREDITS__CUSTOMER_ID="storeCredits.customerId",t.STORE_CREDITS__DELETED="storeCredits.deleted",t.STORE_CREDITS__END_DATE="storeCredits.endDate",t.STORE_CREDITS__ID="storeCredits.id",t.STORE_CREDITS__MINIMUM_REQUIRED_CART_AMOUNT="storeCredits.minimumRequiredCartAmount",t.STORE_CREDITS__SALES_CHANNELS__SALES_CHANNEL_ID="storeCredits.salesChannels.salesChannelId",t.STORE_CREDITS__SALES_CHANNELS__STOREFRONT_ID="storeCredits.salesChannels.storefrontId",t.STORE_CREDITS__SALES_CHANNELS__STOREFRONT_ROUTING_ID="storeCredits.salesChannels.storefrontRoutingId",t.STORE_CREDITS__START_DATE="storeCredits.startDate",t.STORE_CREDITS__TYPE="storeCredits.type",t.STORE_CREDITS__UPDATED_AT="storeCredits.updatedAt",t.STORE_CREDITS__USED_ALL_AMOUNT="storeCredits.usedAllAmount",t.STORE_CREDITS__USED_AMOUNT="storeCredits.usedAmount"}(n||(n={}));export{n as ResponseField,o as default};
|
|
@@ -203,6 +203,10 @@ export declare enum GetSuggestedProductsMethodEnum {
|
|
|
203
203
|
SAMPLING = "SAMPLING",
|
|
204
204
|
VIEWED_TOGETHER = "VIEWED_TOGETHER"
|
|
205
205
|
}
|
|
206
|
+
export declare enum GiftCardTypeEnum {
|
|
207
|
+
GIFT_CARD = "GIFT_CARD",
|
|
208
|
+
STORE_CREDIT = "STORE_CREDIT"
|
|
209
|
+
}
|
|
206
210
|
export declare enum HTMLMetaDataTargetTypeEnum {
|
|
207
211
|
BRAND = "BRAND",
|
|
208
212
|
CATEGORY = "CATEGORY",
|
|
@@ -1355,6 +1359,8 @@ export interface CustomerFavoriteProduct {
|
|
|
1355
1359
|
}
|
|
1356
1360
|
export interface CustomerLoginResponse {
|
|
1357
1361
|
customer: Customer | null;
|
|
1362
|
+
flowId: string | null;
|
|
1363
|
+
otpSend: boolean | null;
|
|
1358
1364
|
token: string;
|
|
1359
1365
|
tokenExpiry: number;
|
|
1360
1366
|
}
|
|
@@ -1368,11 +1374,6 @@ export interface CustomerPriceListRuleFilter {
|
|
|
1368
1374
|
type: CustomerPriceListRuleFilterTypeEnum;
|
|
1369
1375
|
valueList: string[];
|
|
1370
1376
|
}
|
|
1371
|
-
export interface CustomerLoginResponse {
|
|
1372
|
-
customer: Customer | null;
|
|
1373
|
-
token: string;
|
|
1374
|
-
tokenExpiry: number;
|
|
1375
|
-
}
|
|
1376
1377
|
export interface CustomerRefreshTokenResponse {
|
|
1377
1378
|
token: string;
|
|
1378
1379
|
tokenExpiry: number;
|
|
@@ -1540,6 +1541,28 @@ export interface GetY {
|
|
|
1540
1541
|
discountRatio: number;
|
|
1541
1542
|
filter: CampaignFilter;
|
|
1542
1543
|
}
|
|
1544
|
+
export interface GiftCard {
|
|
1545
|
+
active: boolean;
|
|
1546
|
+
amount: number;
|
|
1547
|
+
code: string;
|
|
1548
|
+
createdAt: any | null;
|
|
1549
|
+
customerId: string | null;
|
|
1550
|
+
deleted: boolean;
|
|
1551
|
+
endDate: any | null;
|
|
1552
|
+
id: string;
|
|
1553
|
+
minimumRequiredCartAmount: number | null;
|
|
1554
|
+
salesChannels: GiftCardSalesChannel[] | null;
|
|
1555
|
+
startDate: any | null;
|
|
1556
|
+
type: GiftCardTypeEnum;
|
|
1557
|
+
updatedAt: any | null;
|
|
1558
|
+
usedAllAmount: boolean | null;
|
|
1559
|
+
usedAmount: number;
|
|
1560
|
+
}
|
|
1561
|
+
export interface GiftCardSalesChannel {
|
|
1562
|
+
salesChannelId: string;
|
|
1563
|
+
storefrontId: string | null;
|
|
1564
|
+
storefrontRoutingId: string | null;
|
|
1565
|
+
}
|
|
1543
1566
|
export interface HTMLMetaData {
|
|
1544
1567
|
canonicals: string[] | null;
|
|
1545
1568
|
createdAt: any | null;
|
|
@@ -1770,6 +1793,7 @@ export interface OrderGiftCardLine {
|
|
|
1770
1793
|
code: string;
|
|
1771
1794
|
giftCardId: string;
|
|
1772
1795
|
id: string;
|
|
1796
|
+
type: GiftCardTypeEnum | null;
|
|
1773
1797
|
}
|
|
1774
1798
|
export interface OrderGiftPackageLine {
|
|
1775
1799
|
price: number;
|
|
@@ -2701,6 +2725,10 @@ export interface StockLocationAddressState {
|
|
|
2701
2725
|
id: string | null;
|
|
2702
2726
|
name: string | null;
|
|
2703
2727
|
}
|
|
2728
|
+
export interface StoreCreditBalanceResponse {
|
|
2729
|
+
amount: number;
|
|
2730
|
+
storeCredits: GiftCard[];
|
|
2731
|
+
}
|
|
2704
2732
|
export interface Storefront {
|
|
2705
2733
|
analytics4Id: string | null;
|
|
2706
2734
|
createdAt: any | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var E,R,T,A,I,_,O,C,D,N,L,S,U,P,M,n,F,H,G,Y,V,B,o,c,f,t,i,u,W,K,Q,X,J,e,a,g,l,Z,p,b,k,r,d,s,v,x,h,j,m,q,w,y,z,$,EE,RE,TE,AE,IE,_E,OE,CE,DE,NE,LE,SE,UE,PE,ME,nE,FE,HE,GE,YE,VE,BE,oE,cE,fE,tE,iE,uE,WE,KE,QE,XE,JE,eE,aE,gE,lE,ZE,pE,bE,kE,rE,dE,sE,vE,xE;!function(E){E.EMAIL="EMAIL",E.SMS="SMS"}(E||(E={})),function(E){E.BLOG="BLOG",E.BLOG_CATEGORY="BLOG_CATEGORY"}(R||(R={})),function(E){E.DISCOUNT_PRICE="DISCOUNT_PRICE",E.SELL_PRICE="SELL_PRICE"}(T||(T={})),function(E){E.ABANDONED_CHECKOUT="ABANDONED_CHECKOUT",E.CART="CART",E.CUSTOMER_REVIEW="CUSTOMER_REVIEW"}(A||(A={})),function(E){E.CATEGORY="CATEGORY",E.PRODUCT="PRODUCT",E.PRODUCT_BRAND="PRODUCT_BRAND",E.PRODUCT_TAG="PRODUCT_TAG",E.VARIANT="VARIANT"}(I||(I={})),function(E){E.DO_NOTHING="DO_NOTHING",E.OPEN_CART="OPEN_CART",E.OPEN_CHECKOUT="OPEN_CHECKOUT"}(_||(_={})),function(E){E.DISCOUNT_PRICE="DISCOUNT_PRICE",E.SELL_PRICE="SELL_PRICE"}(O||(O={})),function(E){E.PREVIOUS_ACCEPTED="PREVIOUS_ACCEPTED",E.PREVIOUS_REJECTED="PREVIOUS_REJECTED"}(C||(C={})),function(E){E.CHECKOUT="CHECKOUT",E.POST_CHECKOUT="POST_CHECKOUT",E.PRODUCT="PRODUCT"}(D||(D={})),function(E){E.ALL_PRODUCTS="ALL_PRODUCTS",E.CATEGORY="CATEGORY",E.MIN_CART_AMOUNT="MIN_CART_AMOUNT",E.PRODUCT="PRODUCT",E.PRODUCT_TAG="PRODUCT_TAG",E.VARIANT="VARIANT"}(N||(N={})),function(E){E.CROSS_SELL="CROSS_SELL",E.UPSELL="UPSELL"}(L||(L={})),function(E){E.BUY_X_THEN_GET_Y="BUY_X_THEN_GET_Y",E.FIXED_AMOUNT="FIXED_AMOUNT",E.FREE_SHIPPING="FREE_SHIPPING",E.RATIO="RATIO"}(S||(S={})),function(E){E.ACCEPTED="ACCEPTED",E.REJECTED="REJECTED",E.REMOVED="REMOVED",E.WAITING_FOR_ACTION="WAITING_FOR_ACTION"}(U||(U={})),function(E){E.ADMIN="ADMIN",E.CUSTOMER="CUSTOMER",E.UPSELL="UPSELL"}(P||(P={})),function(E){E.ACTIVE="ACTIVE",E.FREEZE="FREEZE",E.PASSIVE="PASSIVE"}(M||(M={})),function(E){E.COMPLETED="COMPLETED",E.FREEZE="FREEZE",E.KILLED="KILLED",E.OPEN="OPEN"}(n||(n={})),function(E){E.IN="IN",E.NOT_IN="NOT_IN"}(F||(F={})),function(E){E.CAMPAIGN="CAMPAIGN",E.CATEGORY="CATEGORY",E.CREATED_AT="CREATED_AT",E.DISCOUNTED_PRODUCTS="DISCOUNTED_PRODUCTS",E.PRICE_RANGE="PRICE_RANGE",E.PRODUCT_ATTRIBUTE="PRODUCT_ATTRIBUTE",E.PRODUCT_BRAND="PRODUCT_BRAND",E.PRODUCT_TAG="PRODUCT_TAG",E.VARIANT_VALUE="VARIANT_VALUE"}(H||(H={})),function(E){E.BEST_SELLER="BEST_SELLER",E.HIGHEST_DISCOUNT_RATIO="HIGHEST_DISCOUNT_RATIO",E.HIGHEST_PRICE="HIGHEST_PRICE",E.LOWEST_DISCOUNT_RATIO="LOWEST_DISCOUNT_RATIO",E.LOWEST_PRICE="LOWEST_PRICE",E.MANUALLY="MANUALLY",E.NEWEST="NEWEST",E.OLDEST="OLDEST"}(G||(G={})),function(E){E.NOT_SENT="NOT_SENT",E.SENT="SENT"}(Y||(Y={})),function(E){E.NOT_RECOVERED="NOT_RECOVERED",E.RECOVERED="RECOVERED"}(V||(V={})),function(E){E.INVISIBLE="INVISIBLE",E.MANDATORY="MANDATORY",E.OPTIONAL="OPTIONAL"}(B||(B={})),function(E){E.COMPLETED="COMPLETED",E.FREEZE="FREEZE",E.KILLED="KILLED",E.OPEN="OPEN"}(o||(o={})),function(E){E.INVISIBLE="INVISIBLE",E.OPTIONAL="OPTIONAL"}(c||(c={})),function(E){E.DEFAULT="DEFAULT",E.INVISIBLE="INVISIBLE",E.OPEN="OPEN"}(f||(f={})),function(E){E.LEFT="LEFT",E.RIGHT="RIGHT"}(t||(t={})),function(E){E.ACTIVE_ACCOUNT="ACTIVE_ACCOUNT",E.DECLINED_ACCOUNT_INVITATION="DECLINED_ACCOUNT_INVITATION",E.DISABLED_ACCOUNT="DISABLED_ACCOUNT",E.INVITED_TO_CREATE_ACCOUNT="INVITED_TO_CREATE_ACCOUNT"}(i||(i={})),function(E){E.INVISIBLE="INVISIBLE",E.READ="READ",E.WRITE="WRITE"}(u||(u={})),function(E){E.INVISIBLE="INVISIBLE",E.MANDATORY="MANDATORY",E.OPTIONAL="OPTIONAL"}(W||(W={})),function(E){E.BOOLEAN="BOOLEAN",E.CHOICE="CHOICE",E.DATE="DATE",E.DATETIME="DATETIME",E.MULTIPLE_CHOICE="MULTIPLE_CHOICE",E.NUMERIC="NUMERIC",E.TEXT="TEXT"}(K||(K={})),function(E){E.NOT_SUBSCRIBED="NOT_SUBSCRIBED",E.PENDING_CONFIRMATION="PENDING_CONFIRMATION",E.SUBSCRIBED="SUBSCRIBED"}(Q||(Q={})),function(E){E.FEMALE="FEMALE",E.MALE="MALE",E.OTHER="OTHER"}(X||(X={})),function(E){E.CATEGORY="CATEGORY",E.PRODUCT="PRODUCT",E.PRODUCT_BRAND="PRODUCT_BRAND",E.PRODUCT_TAG="PRODUCT_TAG"}(J||(J={})),function(E){E.DISCOUNT_AMOUNT="DISCOUNT_AMOUNT",E.DISCOUNT_RATE="DISCOUNT_RATE",E.FIXED_PRICE="FIXED_PRICE"}(e||(e={})),function(E){E.apple="apple",E.credentials="credentials",E.facebook="facebook",E.google="google"}(a||(a={})),function(E){E.APPROVED="APPROVED",E.REJECTED="REJECTED",E.WAITING="WAITING"}(g||(g={})),function(E){E.facebook="facebook",E.google="google"}(l||(l={})),function(E){E.PURCHASED_TOGETHER="PURCHASED_TOGETHER",E.SAMPLING="SAMPLING",E.VIEWED_TOGETHER="VIEWED_TOGETHER"}(Z||(Z={})),function(E){E.BRAND="BRAND",E.CATEGORY="CATEGORY",E.PAGE="PAGE",E.PRODUCT="PRODUCT"}(p||(p={})),function(E){E.COMPANY="COMPANY",E.INDIVIDUAL="INDIVIDUAL",E.OTHER="OTHER"}(b||(b={})),function(E){E.DAY="DAY",E.HOUR="HOUR",E.MINUTE="MINUTE"}(k||(k={})),function(E){E.CHECK_MASTER_PASS_USER="CHECK_MASTER_PASS_USER",E.DELETE_CARD="DELETE_CARD",E.DIRECT_PURCHASE="DIRECT_PURCHASE",E.FORGOT_PASSWORD="FORGOT_PASSWORD",E.LIST_CARDS="LIST_CARDS",E.PURCHASE="PURCHASE",E.REGISTER_CARD="REGISTER_CARD"}(r||(r={})),function(E){E.CORPORATE="CORPORATE",E.INDIVIDUAL="INDIVIDUAL"}(d||(d={})),function(E){E.DECREMENT="DECREMENT",E.INCREMENT="INCREMENT"}(s||(s={})),function(E){E.AMOUNT="AMOUNT",E.RATIO="RATIO"}(v||(v={})),function(E){E.CUSTOMER="CUSTOMER",E.DECLINED="DECLINED",E.INVENTORY="INVENTORY",E.OTHER="OTHER"}(x||(x={})),function(E){E.CANCELLED="CANCELLED",E.CANCEL_REJECTED="CANCEL_REJECTED",E.CANCEL_REQUESTED="CANCEL_REQUESTED",E.DELIVERED="DELIVERED",E.FULFILLED="FULFILLED",E.REFUNDED="REFUNDED",E.REFUND_REJECTED="REFUND_REJECTED",E.REFUND_REQUESTED="REFUND_REQUESTED",E.REFUND_REQUEST_ACCEPTED="REFUND_REQUEST_ACCEPTED",E.UNFULFILLED="UNFULFILLED"}(h||(h={})),function(E){E.CANCELLED="CANCELLED",E.CANCEL_REJECTED="CANCEL_REJECTED",E.CANCEL_REQUESTED="CANCEL_REQUESTED",E.DELIVERED="DELIVERED",E.ERROR="ERROR",E.FULFILLED="FULFILLED",E.READY_FOR_PICK_UP="READY_FOR_PICK_UP",E.READY_FOR_SHIPMENT="READY_FOR_SHIPMENT",E.REFUNDED="REFUNDED",E.REFUND_REJECTED="REFUND_REJECTED",E.REFUND_REQUESTED="REFUND_REQUESTED",E.REFUND_REQUEST_ACCEPTED="REFUND_REQUEST_ACCEPTED",E.UNABLE_TO_DELIVER="UNABLE_TO_DELIVER"}(j||(j={})),function(E){E.CANCELLED="CANCELLED",E.CANCEL_REJECTED="CANCEL_REJECTED",E.CANCEL_REQUESTED="CANCEL_REQUESTED",E.DELIVERED="DELIVERED",E.FULFILLED="FULFILLED",E.PARTIALLY_CANCELLED="PARTIALLY_CANCELLED",E.PARTIALLY_DELIVERED="PARTIALLY_DELIVERED",E.PARTIALLY_FULFILLED="PARTIALLY_FULFILLED",E.PARTIALLY_READY_FOR_SHIPMENT="PARTIALLY_READY_FOR_SHIPMENT",E.PARTIALLY_REFUNDED="PARTIALLY_REFUNDED",E.READY_FOR_PICK_UP="READY_FOR_PICK_UP",E.READY_FOR_SHIPMENT="READY_FOR_SHIPMENT",E.REFUNDED="REFUNDED",E.REFUND_REJECTED="REFUND_REJECTED",E.REFUND_REQUESTED="REFUND_REQUESTED",E.REFUND_REQUEST_ACCEPTED="REFUND_REQUEST_ACCEPTED",E.UNABLE_TO_DELIVER="UNABLE_TO_DELIVER",E.UNFULFILLED="UNFULFILLED"}(m||(m={})),function(E){E.PAID="PAID",E.PARTIALLY_PAID="PARTIALLY_PAID",E.WAITING="WAITING"}(q||(q={})),function(E){E.CLICK_AND_COLLECT="CLICK_AND_COLLECT",E.DIGITAL_DELIVERY="DIGITAL_DELIVERY",E.NO_SHIPMENT="NO_SHIPMENT",E.SHIPMENT="SHIPMENT"}(w||(w={})),function(E){E.CANCELLED="CANCELLED",E.CREATED="CREATED",E.DRAFT="DRAFT",E.PARTIALLY_CANCELLED="PARTIALLY_CANCELLED",E.PARTIALLY_REFUNDED="PARTIALLY_REFUNDED",E.REFUNDED="REFUNDED",E.REFUND_REJECTED="REFUND_REJECTED",E.REFUND_REQUESTED="REFUND_REQUESTED"}(y||(y={})),function(E){E.DECREMENT="DECREMENT",E.INCREMENT="INCREMENT"}(z||(z={})),function(E){E.BOOLEAN="BOOLEAN",E.NUMBER="NUMBER",E.PASSWORD="PASSWORD",E.TEXT="TEXT"}($||($={})),function(E){E.AMOUNT="AMOUNT",E.RATIO="RATIO"}(EE||(EE={})),function(E){E.EXTERNAL="EXTERNAL",E.INTERNAL="INTERNAL",E.THIRD_PARTY="THIRD_PARTY"}(RE||(RE={})),function(E){E.APP_PAYMENT="APP_PAYMENT",E.BANK_REDIRECT="BANK_REDIRECT",E.BUY_ONLINE_PAY_AT_STORE="BUY_ONLINE_PAY_AT_STORE",E.CASH="CASH",E.CASH_ON_DELIVERY="CASH_ON_DELIVERY",E.CREDIT_CARD="CREDIT_CARD",E.CREDIT_CARD_ON_DELIVERY="CREDIT_CARD_ON_DELIVERY",E.DIRECT_DEBIT="DIRECT_DEBIT",E.GIFT_CARD="GIFT_CARD",E.MONEY_ORDER="MONEY_ORDER",E.OTHER="OTHER",E.PAY_LATER="PAY_LATER",E.SLICE_IT="SLICE_IT",E.WALLET="WALLET"}(TE||(TE={})),function(E){E.BOOLEAN="BOOLEAN",E.CHOICE="CHOICE",E.DATE="DATE",E.DATETIME="DATETIME",E.HTML="HTML",E.IMAGE="IMAGE",E.MULTIPLE_CHOICE="MULTIPLE_CHOICE",E.NUMERIC="NUMERIC",E.PRODUCT="PRODUCT",E.TABLE="TABLE",E.TEXT="TEXT"}(AE||(AE={})),function(E){E.BOX="BOX",E.DATE_RANGE="DATE_RANGE",E.LIST="LIST",E.NUMBER_RANGE="NUMBER_RANGE",E.NUMBER_RANGE_LIST="NUMBER_RANGE_LIST",E.SWATCH="SWATCH"}(IE||(IE={})),function(E){E.ALPHABETICAL_ASC="ALPHABETICAL_ASC",E.ALPHABETICAL_DESC="ALPHABETICAL_DESC",E.CUSTOM_SORT="CUSTOM_SORT",E.PRODUCT_COUNT_ASC="PRODUCT_COUNT_ASC",E.PRODUCT_COUNT_DESC="PRODUCT_COUNT_DESC"}(_E||(_E={})),function(E){E.ATTRIBUTE="ATTRIBUTE",E.AVAILABLE_VARIANT_VALUE="AVAILABLE_VARIANT_VALUE",E.BRAND="BRAND",E.DISCOUNT_RATIO="DISCOUNT_RATIO",E.PRICE="PRICE",E.STOCK_STATUS="STOCK_STATUS",E.TAG="TAG",E.VARIANT_TYPE="VARIANT_TYPE"}(OE||(OE={})),function(E){E.AMOUNT="AMOUNT",E.RATIO="RATIO"}(CE||(CE={})),function(E){E.BOX="BOX",E.SELECT="SELECT",E.SWATCH="SWATCH"}(DE||(DE={})),function(E){E.CHECKBOX="CHECKBOX",E.CHOICE="CHOICE",E.COLOR_PICKER="COLOR_PICKER",E.DATE_PICKER="DATE_PICKER",E.FILE="FILE",E.IMAGE="IMAGE",E.TEXT="TEXT",E.TEXT_AREA="TEXT_AREA"}(NE||(NE={})),function(E){E.HIDE_OUT_OF_STOCK="HIDE_OUT_OF_STOCK",E.SHOW_ALL="SHOW_ALL",E.SHOW_OUT_OF_STOCK_AT_END="SHOW_OUT_OF_STOCK_AT_END"}(LE||(LE={})),function(E){E.BUNDLE="BUNDLE",E.DIGITAL="DIGITAL",E.MEMBERSHIP="MEMBERSHIP",E.PHYSICAL="PHYSICAL",E.SUBSCRIPTION="SUBSCRIPTION"}(SE||(SE={})),function(E){E.CENTILITER="CENTILITER",E.CENTIMETER="CENTIMETER",E.CUBIC_METERS="CUBIC_METERS",E.CUSTOM="CUSTOM",E.GRAM="GRAM",E.KILOGRAM="KILOGRAM",E.LITER="LITER",E.METER="METER",E.MILLIGRAM="MILLIGRAM",E.MILLILITER="MILLILITER",E.MILLIMETER="MILLIMETER",E.SQUARE_METERS="SQUARE_METERS"}(UE||(UE={})),function(E){E.RAFFLE="RAFFLE"}(PE||(PE={})),function(E){E.COMPLETED="COMPLETED",E.IN_PROGRESS="IN_PROGRESS",E.LOSER="LOSER",E.WINNER="WINNER"}(ME||(ME={})),function(E){E.HIDDEN="HIDDEN",E.PASSIVE="PASSIVE",E.VISIBLE="VISIBLE"}(nE||(nE={})),function(E){E.ADS_OTHER="ADS_OTHER",E.AFFILIATE="AFFILIATE",E.BING_ADS="BING_ADS",E.DIRECT="DIRECT",E.DISPLAY="DISPLAY",E.EMAIL="EMAIL",E.FACEBOOK_ADS="FACEBOOK_ADS",E.GOOGLE_ADS="GOOGLE_ADS",E.INSTAGRAM_ADS="INSTAGRAM_ADS",E.ORGANIC_SEARCH="ORGANIC_SEARCH",E.OTHER="OTHER",E.PAID_TRAFFIC="PAID_TRAFFIC",E.REFERRAL="REFERRAL",E.SOCIAL="SOCIAL"}(FE||(FE={})),function(E){E.ASC="ASC",E.DESC="DESC"}(HE||(HE={})),function(E){E.AVERAGE_RATING="AVERAGE_RATING",E.CREATED_AT="CREATED_AT",E.DISCOUNT_RATIO="DISCOUNT_RATIO",E.MANUAL_SORT="MANUAL_SORT",E.NAME="NAME",E.PRICE="PRICE",E.REVIEW_COUNT="REVIEW_COUNT",E.SALE_COUNT="SALE_COUNT"}(GE||(GE={})),function(E){E.TWO_IN_FOUR_DAYS="TWO_IN_FOUR_DAYS",E.WITHIN_FOUR_HOURS="WITHIN_FOUR_HOURS",E.WITHIN_ONE_HOUR="WITHIN_ONE_HOUR",E.WITHIN_PLUS_FIVE_DAYS="WITHIN_PLUS_FIVE_DAYS",E.WITHIN_TWENTY_FOUR_HOURS="WITHIN_TWENTY_FOUR_HOURS",E.WITHIN_TWO_HOURS="WITHIN_TWO_HOURS"}(YE||(YE={})),function(E){E.PHYSICAL="PHYSICAL",E.VIRTUAL="VIRTUAL"}(VE||(VE={})),function(E){E.ALWAYS="ALWAYS",E.NEVER="NEVER",E.ONLY_TO_CUSTOMERS="ONLY_TO_CUSTOMERS"}(BE||(BE={})),function(E){E.ALWAYS="ALWAYS",E.ONLY_TO_CUSTOMERS="ONLY_TO_CUSTOMERS"}(oE||(oE={})),function(E){E.BLOG="BLOG",E.BLOG_CATEGORY="BLOG_CATEGORY",E.BRAND="BRAND",E.CATEGORY="CATEGORY",E.CUSTOM="CUSTOM",E.PRODUCT="PRODUCT"}(cE||(cE={})),function(E){E.APPROVED="APPROVED",E.MARKETING_PERMISSION="MARKETING_PERMISSION",E.REQUIRED="REQUIRED",E.SHOW="SHOW"}(fE||(fE={})),function(E){E.FAILED="FAILED",E.NOT_DEPLOYED="NOT_DEPLOYED",E.READY="READY",E.WAITING="WAITING"}(tE||(tE={})),function(E){E.FAILED="FAILED",E.NOT_DEPLOYED="NOT_DEPLOYED",E.READY="READY",E.WAITING="WAITING"}(iE||(iE={})),function(E){E.B2B_STOREFRONT="B2B_STOREFRONT",E.STOREFRONT="STOREFRONT"}(uE||(uE={})),function(E){E.ABANDONED_CHECKOUT="ABANDONED_CHECKOUT",E.CONTACT_FORM_MERCHANT="CONTACT_FORM_MERCHANT",E.CUSTOMER_ACCOUNT_INVITATION="CUSTOMER_ACCOUNT_INVITATION",E.CUSTOMER_RESET_PASSWORD="CUSTOMER_RESET_PASSWORD",E.CUSTOMER_REVIEW="CUSTOMER_REVIEW",E.CUSTOMER_REVIEW_REPLY="CUSTOMER_REVIEW_REPLY",E.CUSTOM_MAIL="CUSTOM_MAIL",E.CUSTOM_TRANSACTION_VERIFICATION="CUSTOM_TRANSACTION_VERIFICATION",E.MERCHANT_CUSTOMER_REVIEW="MERCHANT_CUSTOMER_REVIEW",E.MERCHANT_LICENCE_E_INVOICE="MERCHANT_LICENCE_E_INVOICE",E.MERCHANT_RESET_PASSWORD="MERCHANT_RESET_PASSWORD",E.MERCHANT_WELCOME="MERCHANT_WELCOME",E.MONEY_TRANSFER_REMINDER="MONEY_TRANSFER_REMINDER",E.ORDER_CANCELLED="ORDER_CANCELLED",E.ORDER_CLICK_AND_COLLECT="ORDER_CLICK_AND_COLLECT",E.ORDER_CREATED="ORDER_CREATED",E.ORDER_CREATED_MERCHANT="ORDER_CREATED_MERCHANT",E.ORDER_CREATED_MONEY_TRANSFER="ORDER_CREATED_MONEY_TRANSFER",E.ORDER_E_INVOICE="ORDER_E_INVOICE",E.ORDER_FULFILLED="ORDER_FULFILLED",E.ORDER_PACKAGE_DELIVERED="ORDER_PACKAGE_DELIVERED",E.ORDER_READY_FOR_PICK_UP="ORDER_READY_FOR_PICK_UP",E.ORDER_READY_FOR_SHIPMENT="ORDER_READY_FOR_SHIPMENT",E.ORDER_REFUNDED="ORDER_REFUNDED",E.ORDER_REFUND_REQUEST="ORDER_REFUND_REQUEST",E.ORDER_REFUND_REQUEST_APPROVE="ORDER_REFUND_REQUEST_APPROVE",E.ORDER_REFUND_REQUEST_MERCHANT="ORDER_REFUND_REQUEST_MERCHANT",E.ORDER_REFUND_REQUEST_REJECT="ORDER_REFUND_REQUEST_REJECT",E.PARTNER_MERCHANT_OPEN="PARTNER_MERCHANT_OPEN",E.PARTNER_STAFF_INVITE="PARTNER_STAFF_INVITE",E.PRODUCT_BACK_IN_STOCK_REMINDER="PRODUCT_BACK_IN_STOCK_REMINDER",E.PRODUCT_OUT_OF_STOCK_REMINDER="PRODUCT_OUT_OF_STOCK_REMINDER",E.RAFFLE_PARTICIPANT_CREATED="RAFFLE_PARTICIPANT_CREATED",E.RAFFLE_PARTICIPANT_WINNER="RAFFLE_PARTICIPANT_WINNER",E.STAFF_INVITE="STAFF_INVITE",E.UPDATE_TRACKING_INFO="UPDATE_TRACKING_INFO",E.WELCOME="WELCOME",E.WRONG_EXCEL_IMPORT="WRONG_EXCEL_IMPORT"}(WE||(WE={})),function(E){E.AMERICAN_EXPRESS="AMERICAN_EXPRESS",E.MASTER_CARD="MASTER_CARD",E.TROY="TROY",E.VISA="VISA"}(KE||(KE={})),function(E){E.CREDIT="CREDIT",E.DEBIT="DEBIT",E.PREPAID="PREPAID"}(QE||(QE={})),function(E){E.GATEWAY="GATEWAY",E.INSTALLMENT="INSTALLMENT"}(XE||(XE={})),function(E){E.CHECKOUT="CHECKOUT",E.ORDER="ORDER"}(JE||(JE={})),function(E){E.AUTHORIZED="AUTHORIZED",E.FAILED="FAILED",E.PENDING="PENDING",E.SUCCESS="SUCCESS"}(eE||(eE={})),function(E){E.REFUND="REFUND",E.SALE="SALE",E.VOID="VOID"}(aE||(aE={})),function(E){E.CAMERA="CAMERA",E.CAR="CAR",E.CONSOLE="CONSOLE",E.DESKTOP="DESKTOP",E.FEATURE_PHONE="FEATURE_PHONE",E.OTHER="OTHER",E.PERIPHERAL="PERIPHERAL",E.PHABLET="PHABLET",E.PORTABLE_MEDIA_PLAYER="PORTABLE_MEDIA_PLAYER",E.SMARTPHONE="SMARTPHONE",E.SMART_DISPLAY="SMART_DISPLAY",E.SMART_SPEAKER="SMART_SPEAKER",E.TABLET="TABLET",E.TELEVISION="TELEVISION",E.WEARABLE="WEARABLE"}(gE||(gE={})),function(E){E.CHOICE="CHOICE",E.COLOR="COLOR"}(lE||(lE={})),function(E){E.EMAIL="EMAIL",E.MERSIS="MERSIS"}(ZE||(ZE={})),function(E){E.ALL="ALL",E.DESKTOP="DESKTOP",E.MOBILE="MOBILE"}(pE||(pE={})),function(E){E.CART_TOTAL="CART_TOTAL",E.CUSTOMER_SEGMENT="CUSTOMER_SEGMENT"}(bE||(bE={})),function(E){E.EVERY_TIME="EVERY_TIME",E.ONCE_PER_SESSION="ONCE_PER_SESSION"}(kE||(kE={})),function(E){E.EXIT_INTENT="EXIT_INTENT",E.ON_PAGE_LOAD="ON_PAGE_LOAD",E.SCROLL_DOWN="SCROLL_DOWN"}(rE||(rE={})),function(E){E.CONTAINS="CONTAINS",E.DOES_NOT_CONTAIN="DOES_NOT_CONTAIN",E.EXACT_MATCH="EXACT_MATCH",E.ID_LIST="ID_LIST"}(dE||(dE={})),function(E){E.ACCOUNT="ACCOUNT",E.CART="CART",E.CATEGORY="CATEGORY",E.CUSTOM="CUSTOM",E.HOME="HOME",E.LOGIN="LOGIN",E.PRODUCT="PRODUCT",E.PRODUCT_BRAND="PRODUCT_BRAND",E.REGISTER="REGISTER"}(sE||(sE={})),function(E){E.ACTIVE="ACTIVE",E.DRAFT="DRAFT",E.PASSIVE="PASSIVE"}(vE||(vE={})),function(E){E.FORM="FORM",E.NOTIFICATION="NOTIFICATION",E.NOTIFICATION_BAR="NOTIFICATION_BAR",E.PAGE_OVERLAY="PAGE_OVERLAY",E.POPUP="POPUP"}(xE||(xE={}));export{E as AbandonedCartSettingsNotificationTypeEnum,R as BlogMetadataTargetTypeEnum,T as CampaignApplicablePriceEnum,A as CampaignCreatedForEnum,I as CampaignFilterTypeEnum,_ as CampaignOfferFollowUpActionTypeEnum,O as CampaignOfferProductApplicablePriceEnum,C as CampaignOfferProductShowCriteriaEnum,D as CampaignOfferTargetPageTypeEnum,N as CampaignOfferTriggerFilterTypeEnum,L as CampaignOfferTypeEnum,S as CampaignTypeEnum,U as CartCampaignOfferStatus,P as CartCreatedByEnum,M as CartStatusEnum,n as CartV2StatusEnum,F as CategoryConditionMethodEnum,H as CategoryConditionTypeEnum,G as CategoryProductsOrderTypeEnum,Y as CheckoutRecoveryEmailStatusEnum,V as CheckoutRecoveryStatusEnum,B as CheckoutRequirementEnum,o as CheckoutStatusEnum,c as CorporateInvoiceRequirementEnum,f as CouponCodeRequirementEnum,t as CurrencyFormatSymbolPosition,i as CustomerAccountStatusEnum,u as CustomerAttributePermissionEnum,W as CustomerAttributeRegisterPageRequirementEnum,K as CustomerAttributeTypeEnum,Q as CustomerEmailSubscriptionStatusesEnum,X as CustomerGenderTypeEnum,J as CustomerPriceListRuleFilterTypeEnum,e as CustomerPriceListRuleValueTypeEnum,a as CustomerRegistrationSourceEnum,g as CustomerReviewStatusEnum,l as CustomerSocialLoginProviderEnum,Z as GetSuggestedProductsMethodEnum,p as HTMLMetaDataTargetTypeEnum,b as InvoiceTypeEnum,k as LocalDeliverySettingsDeliveryTimeType,r as MasterPassOperationTypeEnum,d as MerchantSettingsAddressTypeEnum,s as OrderAdjustmentEnum,v as OrderAmountTypeEnum,x as OrderCancelledReasonEnum,h as OrderLineItemStatusEnum,j as OrderPackageFulfillStatusEnum,m as OrderPackageStatusEnum,q as OrderPaymentStatusEnum,w as OrderShippingMethodEnum,y as OrderStatusEnum,z as PaymentGatewayAdditionalPriceTypeEnum,$ as PaymentGatewaySettingsTypeEnum,EE as PaymentGatewayTransactionFeeTypeEnum,RE as PaymentGatewayTypeEnum,TE as PaymentMethodTypeEnum,AE as ProductAttributeTypeEnum,IE as ProductFilterDisplayTypeEnum,_E as ProductFilterSortTypeEnum,OE as ProductFilterTypeEnum,CE as ProductOptionPriceTypeEnum,DE as ProductOptionSelectTypeEnum,NE as ProductOptionTypeEnum,LE as ProductSearchShowStockOptionEnum,SE as ProductTypeEnum,UE as ProductUnitTypeEnum,PE as RaffleMetadataTargetTypeEnum,ME as RaffleParticipantStatusEnum,FE as SFAnalyticsTrafficSourceEnum,nE as SalesChannelStatusEnum,HE as SortByDirectionEnum,GE as SortByTypeEnum,YE as StockLocationDeliveryTimeEnum,VE as StockLocationTypeEnum,BE as StorefrontB2BShowPricesEnum,oE as StorefrontB2BShowProductsEnum,cE as StorefrontPageTypesEnum,pE as StorefrontPopupDeviceTypeEnum,bE as StorefrontPopupDisplayFilterTypeEnum,kE as StorefrontPopupDisplayFrequencyEnum,rE as StorefrontPopupDisplayTriggerTypeEnum,dE as StorefrontPopupPageFilterDataTypeEnum,sE as StorefrontPopupPageFilterTypeEnum,vE as StorefrontPopupStatusEnum,xE as StorefrontPopupTypeEnum,fE as StorefrontRegisterSettingsCheckboxType,tE as StorefrontStatusTypes,iE as StorefrontThemeStatus,uE as StorefrontTypeEnum,WE as TemplateEnum,KE as TransactionCardAssociationEnum,QE as TransactionCardTypeEnum,XE as TransactionFeeSourceEnum,JE as TransactionSourceEnum,eE as TransactionStatusEnum,aE as TransactionTypeEnum,gE as UserAgentDeviceType,lE as VariantSelectionTypeEnum,ZE as VerificationTypeEnum};
|
|
1
|
+
var E,R,T,A,I,_,O,C,D,N,L,S,U,P,M,n,F,H,G,Y,V,B,o,c,f,t,i,u,W,K,Q,X,J,e,a,g,l,Z,p,b,k,r,d,s,v,x,h,j,m,q,w,y,z,$,EE,RE,TE,AE,IE,_E,OE,CE,DE,NE,LE,SE,UE,PE,ME,nE,FE,HE,GE,YE,VE,BE,oE,cE,fE,tE,iE,uE,WE,KE,QE,XE,JE,eE,aE,gE,lE,ZE,pE,bE,kE,rE,dE,sE,vE,xE,hE;!function(E){E.EMAIL="EMAIL",E.SMS="SMS"}(E||(E={})),function(E){E.BLOG="BLOG",E.BLOG_CATEGORY="BLOG_CATEGORY"}(R||(R={})),function(E){E.DISCOUNT_PRICE="DISCOUNT_PRICE",E.SELL_PRICE="SELL_PRICE"}(T||(T={})),function(E){E.ABANDONED_CHECKOUT="ABANDONED_CHECKOUT",E.CART="CART",E.CUSTOMER_REVIEW="CUSTOMER_REVIEW"}(A||(A={})),function(E){E.CATEGORY="CATEGORY",E.PRODUCT="PRODUCT",E.PRODUCT_BRAND="PRODUCT_BRAND",E.PRODUCT_TAG="PRODUCT_TAG",E.VARIANT="VARIANT"}(I||(I={})),function(E){E.DO_NOTHING="DO_NOTHING",E.OPEN_CART="OPEN_CART",E.OPEN_CHECKOUT="OPEN_CHECKOUT"}(_||(_={})),function(E){E.DISCOUNT_PRICE="DISCOUNT_PRICE",E.SELL_PRICE="SELL_PRICE"}(O||(O={})),function(E){E.PREVIOUS_ACCEPTED="PREVIOUS_ACCEPTED",E.PREVIOUS_REJECTED="PREVIOUS_REJECTED"}(C||(C={})),function(E){E.CHECKOUT="CHECKOUT",E.POST_CHECKOUT="POST_CHECKOUT",E.PRODUCT="PRODUCT"}(D||(D={})),function(E){E.ALL_PRODUCTS="ALL_PRODUCTS",E.CATEGORY="CATEGORY",E.MIN_CART_AMOUNT="MIN_CART_AMOUNT",E.PRODUCT="PRODUCT",E.PRODUCT_TAG="PRODUCT_TAG",E.VARIANT="VARIANT"}(N||(N={})),function(E){E.CROSS_SELL="CROSS_SELL",E.UPSELL="UPSELL"}(L||(L={})),function(E){E.BUY_X_THEN_GET_Y="BUY_X_THEN_GET_Y",E.FIXED_AMOUNT="FIXED_AMOUNT",E.FREE_SHIPPING="FREE_SHIPPING",E.RATIO="RATIO"}(S||(S={})),function(E){E.ACCEPTED="ACCEPTED",E.REJECTED="REJECTED",E.REMOVED="REMOVED",E.WAITING_FOR_ACTION="WAITING_FOR_ACTION"}(U||(U={})),function(E){E.ADMIN="ADMIN",E.CUSTOMER="CUSTOMER",E.UPSELL="UPSELL"}(P||(P={})),function(E){E.ACTIVE="ACTIVE",E.FREEZE="FREEZE",E.PASSIVE="PASSIVE"}(M||(M={})),function(E){E.COMPLETED="COMPLETED",E.FREEZE="FREEZE",E.KILLED="KILLED",E.OPEN="OPEN"}(n||(n={})),function(E){E.IN="IN",E.NOT_IN="NOT_IN"}(F||(F={})),function(E){E.CAMPAIGN="CAMPAIGN",E.CATEGORY="CATEGORY",E.CREATED_AT="CREATED_AT",E.DISCOUNTED_PRODUCTS="DISCOUNTED_PRODUCTS",E.PRICE_RANGE="PRICE_RANGE",E.PRODUCT_ATTRIBUTE="PRODUCT_ATTRIBUTE",E.PRODUCT_BRAND="PRODUCT_BRAND",E.PRODUCT_TAG="PRODUCT_TAG",E.VARIANT_VALUE="VARIANT_VALUE"}(H||(H={})),function(E){E.BEST_SELLER="BEST_SELLER",E.HIGHEST_DISCOUNT_RATIO="HIGHEST_DISCOUNT_RATIO",E.HIGHEST_PRICE="HIGHEST_PRICE",E.LOWEST_DISCOUNT_RATIO="LOWEST_DISCOUNT_RATIO",E.LOWEST_PRICE="LOWEST_PRICE",E.MANUALLY="MANUALLY",E.NEWEST="NEWEST",E.OLDEST="OLDEST"}(G||(G={})),function(E){E.NOT_SENT="NOT_SENT",E.SENT="SENT"}(Y||(Y={})),function(E){E.NOT_RECOVERED="NOT_RECOVERED",E.RECOVERED="RECOVERED"}(V||(V={})),function(E){E.INVISIBLE="INVISIBLE",E.MANDATORY="MANDATORY",E.OPTIONAL="OPTIONAL"}(B||(B={})),function(E){E.COMPLETED="COMPLETED",E.FREEZE="FREEZE",E.KILLED="KILLED",E.OPEN="OPEN"}(o||(o={})),function(E){E.INVISIBLE="INVISIBLE",E.OPTIONAL="OPTIONAL"}(c||(c={})),function(E){E.DEFAULT="DEFAULT",E.INVISIBLE="INVISIBLE",E.OPEN="OPEN"}(f||(f={})),function(E){E.LEFT="LEFT",E.RIGHT="RIGHT"}(t||(t={})),function(E){E.ACTIVE_ACCOUNT="ACTIVE_ACCOUNT",E.DECLINED_ACCOUNT_INVITATION="DECLINED_ACCOUNT_INVITATION",E.DISABLED_ACCOUNT="DISABLED_ACCOUNT",E.INVITED_TO_CREATE_ACCOUNT="INVITED_TO_CREATE_ACCOUNT"}(i||(i={})),function(E){E.INVISIBLE="INVISIBLE",E.READ="READ",E.WRITE="WRITE"}(u||(u={})),function(E){E.INVISIBLE="INVISIBLE",E.MANDATORY="MANDATORY",E.OPTIONAL="OPTIONAL"}(W||(W={})),function(E){E.BOOLEAN="BOOLEAN",E.CHOICE="CHOICE",E.DATE="DATE",E.DATETIME="DATETIME",E.MULTIPLE_CHOICE="MULTIPLE_CHOICE",E.NUMERIC="NUMERIC",E.TEXT="TEXT"}(K||(K={})),function(E){E.NOT_SUBSCRIBED="NOT_SUBSCRIBED",E.PENDING_CONFIRMATION="PENDING_CONFIRMATION",E.SUBSCRIBED="SUBSCRIBED"}(Q||(Q={})),function(E){E.FEMALE="FEMALE",E.MALE="MALE",E.OTHER="OTHER"}(X||(X={})),function(E){E.CATEGORY="CATEGORY",E.PRODUCT="PRODUCT",E.PRODUCT_BRAND="PRODUCT_BRAND",E.PRODUCT_TAG="PRODUCT_TAG"}(J||(J={})),function(E){E.DISCOUNT_AMOUNT="DISCOUNT_AMOUNT",E.DISCOUNT_RATE="DISCOUNT_RATE",E.FIXED_PRICE="FIXED_PRICE"}(e||(e={})),function(E){E.apple="apple",E.credentials="credentials",E.facebook="facebook",E.google="google"}(a||(a={})),function(E){E.APPROVED="APPROVED",E.REJECTED="REJECTED",E.WAITING="WAITING"}(g||(g={})),function(E){E.facebook="facebook",E.google="google"}(l||(l={})),function(E){E.PURCHASED_TOGETHER="PURCHASED_TOGETHER",E.SAMPLING="SAMPLING",E.VIEWED_TOGETHER="VIEWED_TOGETHER"}(Z||(Z={})),function(E){E.GIFT_CARD="GIFT_CARD",E.STORE_CREDIT="STORE_CREDIT"}(p||(p={})),function(E){E.BRAND="BRAND",E.CATEGORY="CATEGORY",E.PAGE="PAGE",E.PRODUCT="PRODUCT"}(b||(b={})),function(E){E.COMPANY="COMPANY",E.INDIVIDUAL="INDIVIDUAL",E.OTHER="OTHER"}(k||(k={})),function(E){E.DAY="DAY",E.HOUR="HOUR",E.MINUTE="MINUTE"}(r||(r={})),function(E){E.CHECK_MASTER_PASS_USER="CHECK_MASTER_PASS_USER",E.DELETE_CARD="DELETE_CARD",E.DIRECT_PURCHASE="DIRECT_PURCHASE",E.FORGOT_PASSWORD="FORGOT_PASSWORD",E.LIST_CARDS="LIST_CARDS",E.PURCHASE="PURCHASE",E.REGISTER_CARD="REGISTER_CARD"}(d||(d={})),function(E){E.CORPORATE="CORPORATE",E.INDIVIDUAL="INDIVIDUAL"}(s||(s={})),function(E){E.DECREMENT="DECREMENT",E.INCREMENT="INCREMENT"}(v||(v={})),function(E){E.AMOUNT="AMOUNT",E.RATIO="RATIO"}(x||(x={})),function(E){E.CUSTOMER="CUSTOMER",E.DECLINED="DECLINED",E.INVENTORY="INVENTORY",E.OTHER="OTHER"}(h||(h={})),function(E){E.CANCELLED="CANCELLED",E.CANCEL_REJECTED="CANCEL_REJECTED",E.CANCEL_REQUESTED="CANCEL_REQUESTED",E.DELIVERED="DELIVERED",E.FULFILLED="FULFILLED",E.REFUNDED="REFUNDED",E.REFUND_REJECTED="REFUND_REJECTED",E.REFUND_REQUESTED="REFUND_REQUESTED",E.REFUND_REQUEST_ACCEPTED="REFUND_REQUEST_ACCEPTED",E.UNFULFILLED="UNFULFILLED"}(j||(j={})),function(E){E.CANCELLED="CANCELLED",E.CANCEL_REJECTED="CANCEL_REJECTED",E.CANCEL_REQUESTED="CANCEL_REQUESTED",E.DELIVERED="DELIVERED",E.ERROR="ERROR",E.FULFILLED="FULFILLED",E.READY_FOR_PICK_UP="READY_FOR_PICK_UP",E.READY_FOR_SHIPMENT="READY_FOR_SHIPMENT",E.REFUNDED="REFUNDED",E.REFUND_REJECTED="REFUND_REJECTED",E.REFUND_REQUESTED="REFUND_REQUESTED",E.REFUND_REQUEST_ACCEPTED="REFUND_REQUEST_ACCEPTED",E.UNABLE_TO_DELIVER="UNABLE_TO_DELIVER"}(m||(m={})),function(E){E.CANCELLED="CANCELLED",E.CANCEL_REJECTED="CANCEL_REJECTED",E.CANCEL_REQUESTED="CANCEL_REQUESTED",E.DELIVERED="DELIVERED",E.FULFILLED="FULFILLED",E.PARTIALLY_CANCELLED="PARTIALLY_CANCELLED",E.PARTIALLY_DELIVERED="PARTIALLY_DELIVERED",E.PARTIALLY_FULFILLED="PARTIALLY_FULFILLED",E.PARTIALLY_READY_FOR_SHIPMENT="PARTIALLY_READY_FOR_SHIPMENT",E.PARTIALLY_REFUNDED="PARTIALLY_REFUNDED",E.READY_FOR_PICK_UP="READY_FOR_PICK_UP",E.READY_FOR_SHIPMENT="READY_FOR_SHIPMENT",E.REFUNDED="REFUNDED",E.REFUND_REJECTED="REFUND_REJECTED",E.REFUND_REQUESTED="REFUND_REQUESTED",E.REFUND_REQUEST_ACCEPTED="REFUND_REQUEST_ACCEPTED",E.UNABLE_TO_DELIVER="UNABLE_TO_DELIVER",E.UNFULFILLED="UNFULFILLED"}(q||(q={})),function(E){E.PAID="PAID",E.PARTIALLY_PAID="PARTIALLY_PAID",E.WAITING="WAITING"}(w||(w={})),function(E){E.CLICK_AND_COLLECT="CLICK_AND_COLLECT",E.DIGITAL_DELIVERY="DIGITAL_DELIVERY",E.NO_SHIPMENT="NO_SHIPMENT",E.SHIPMENT="SHIPMENT"}(y||(y={})),function(E){E.CANCELLED="CANCELLED",E.CREATED="CREATED",E.DRAFT="DRAFT",E.PARTIALLY_CANCELLED="PARTIALLY_CANCELLED",E.PARTIALLY_REFUNDED="PARTIALLY_REFUNDED",E.REFUNDED="REFUNDED",E.REFUND_REJECTED="REFUND_REJECTED",E.REFUND_REQUESTED="REFUND_REQUESTED"}(z||(z={})),function(E){E.DECREMENT="DECREMENT",E.INCREMENT="INCREMENT"}($||($={})),function(E){E.BOOLEAN="BOOLEAN",E.NUMBER="NUMBER",E.PASSWORD="PASSWORD",E.TEXT="TEXT"}(EE||(EE={})),function(E){E.AMOUNT="AMOUNT",E.RATIO="RATIO"}(RE||(RE={})),function(E){E.EXTERNAL="EXTERNAL",E.INTERNAL="INTERNAL",E.THIRD_PARTY="THIRD_PARTY"}(TE||(TE={})),function(E){E.APP_PAYMENT="APP_PAYMENT",E.BANK_REDIRECT="BANK_REDIRECT",E.BUY_ONLINE_PAY_AT_STORE="BUY_ONLINE_PAY_AT_STORE",E.CASH="CASH",E.CASH_ON_DELIVERY="CASH_ON_DELIVERY",E.CREDIT_CARD="CREDIT_CARD",E.CREDIT_CARD_ON_DELIVERY="CREDIT_CARD_ON_DELIVERY",E.DIRECT_DEBIT="DIRECT_DEBIT",E.GIFT_CARD="GIFT_CARD",E.MONEY_ORDER="MONEY_ORDER",E.OTHER="OTHER",E.PAY_LATER="PAY_LATER",E.SLICE_IT="SLICE_IT",E.WALLET="WALLET"}(AE||(AE={})),function(E){E.BOOLEAN="BOOLEAN",E.CHOICE="CHOICE",E.DATE="DATE",E.DATETIME="DATETIME",E.HTML="HTML",E.IMAGE="IMAGE",E.MULTIPLE_CHOICE="MULTIPLE_CHOICE",E.NUMERIC="NUMERIC",E.PRODUCT="PRODUCT",E.TABLE="TABLE",E.TEXT="TEXT"}(IE||(IE={})),function(E){E.BOX="BOX",E.DATE_RANGE="DATE_RANGE",E.LIST="LIST",E.NUMBER_RANGE="NUMBER_RANGE",E.NUMBER_RANGE_LIST="NUMBER_RANGE_LIST",E.SWATCH="SWATCH"}(_E||(_E={})),function(E){E.ALPHABETICAL_ASC="ALPHABETICAL_ASC",E.ALPHABETICAL_DESC="ALPHABETICAL_DESC",E.CUSTOM_SORT="CUSTOM_SORT",E.PRODUCT_COUNT_ASC="PRODUCT_COUNT_ASC",E.PRODUCT_COUNT_DESC="PRODUCT_COUNT_DESC"}(OE||(OE={})),function(E){E.ATTRIBUTE="ATTRIBUTE",E.AVAILABLE_VARIANT_VALUE="AVAILABLE_VARIANT_VALUE",E.BRAND="BRAND",E.DISCOUNT_RATIO="DISCOUNT_RATIO",E.PRICE="PRICE",E.STOCK_STATUS="STOCK_STATUS",E.TAG="TAG",E.VARIANT_TYPE="VARIANT_TYPE"}(CE||(CE={})),function(E){E.AMOUNT="AMOUNT",E.RATIO="RATIO"}(DE||(DE={})),function(E){E.BOX="BOX",E.SELECT="SELECT",E.SWATCH="SWATCH"}(NE||(NE={})),function(E){E.CHECKBOX="CHECKBOX",E.CHOICE="CHOICE",E.COLOR_PICKER="COLOR_PICKER",E.DATE_PICKER="DATE_PICKER",E.FILE="FILE",E.IMAGE="IMAGE",E.TEXT="TEXT",E.TEXT_AREA="TEXT_AREA"}(LE||(LE={})),function(E){E.HIDE_OUT_OF_STOCK="HIDE_OUT_OF_STOCK",E.SHOW_ALL="SHOW_ALL",E.SHOW_OUT_OF_STOCK_AT_END="SHOW_OUT_OF_STOCK_AT_END"}(SE||(SE={})),function(E){E.BUNDLE="BUNDLE",E.DIGITAL="DIGITAL",E.MEMBERSHIP="MEMBERSHIP",E.PHYSICAL="PHYSICAL",E.SUBSCRIPTION="SUBSCRIPTION"}(UE||(UE={})),function(E){E.CENTILITER="CENTILITER",E.CENTIMETER="CENTIMETER",E.CUBIC_METERS="CUBIC_METERS",E.CUSTOM="CUSTOM",E.GRAM="GRAM",E.KILOGRAM="KILOGRAM",E.LITER="LITER",E.METER="METER",E.MILLIGRAM="MILLIGRAM",E.MILLILITER="MILLILITER",E.MILLIMETER="MILLIMETER",E.SQUARE_METERS="SQUARE_METERS"}(PE||(PE={})),function(E){E.RAFFLE="RAFFLE"}(ME||(ME={})),function(E){E.COMPLETED="COMPLETED",E.IN_PROGRESS="IN_PROGRESS",E.LOSER="LOSER",E.WINNER="WINNER"}(nE||(nE={})),function(E){E.HIDDEN="HIDDEN",E.PASSIVE="PASSIVE",E.VISIBLE="VISIBLE"}(FE||(FE={})),function(E){E.ADS_OTHER="ADS_OTHER",E.AFFILIATE="AFFILIATE",E.BING_ADS="BING_ADS",E.DIRECT="DIRECT",E.DISPLAY="DISPLAY",E.EMAIL="EMAIL",E.FACEBOOK_ADS="FACEBOOK_ADS",E.GOOGLE_ADS="GOOGLE_ADS",E.INSTAGRAM_ADS="INSTAGRAM_ADS",E.ORGANIC_SEARCH="ORGANIC_SEARCH",E.OTHER="OTHER",E.PAID_TRAFFIC="PAID_TRAFFIC",E.REFERRAL="REFERRAL",E.SOCIAL="SOCIAL"}(HE||(HE={})),function(E){E.ASC="ASC",E.DESC="DESC"}(GE||(GE={})),function(E){E.AVERAGE_RATING="AVERAGE_RATING",E.CREATED_AT="CREATED_AT",E.DISCOUNT_RATIO="DISCOUNT_RATIO",E.MANUAL_SORT="MANUAL_SORT",E.NAME="NAME",E.PRICE="PRICE",E.REVIEW_COUNT="REVIEW_COUNT",E.SALE_COUNT="SALE_COUNT"}(YE||(YE={})),function(E){E.TWO_IN_FOUR_DAYS="TWO_IN_FOUR_DAYS",E.WITHIN_FOUR_HOURS="WITHIN_FOUR_HOURS",E.WITHIN_ONE_HOUR="WITHIN_ONE_HOUR",E.WITHIN_PLUS_FIVE_DAYS="WITHIN_PLUS_FIVE_DAYS",E.WITHIN_TWENTY_FOUR_HOURS="WITHIN_TWENTY_FOUR_HOURS",E.WITHIN_TWO_HOURS="WITHIN_TWO_HOURS"}(VE||(VE={})),function(E){E.PHYSICAL="PHYSICAL",E.VIRTUAL="VIRTUAL"}(BE||(BE={})),function(E){E.ALWAYS="ALWAYS",E.NEVER="NEVER",E.ONLY_TO_CUSTOMERS="ONLY_TO_CUSTOMERS"}(oE||(oE={})),function(E){E.ALWAYS="ALWAYS",E.ONLY_TO_CUSTOMERS="ONLY_TO_CUSTOMERS"}(cE||(cE={})),function(E){E.BLOG="BLOG",E.BLOG_CATEGORY="BLOG_CATEGORY",E.BRAND="BRAND",E.CATEGORY="CATEGORY",E.CUSTOM="CUSTOM",E.PRODUCT="PRODUCT"}(fE||(fE={})),function(E){E.APPROVED="APPROVED",E.MARKETING_PERMISSION="MARKETING_PERMISSION",E.REQUIRED="REQUIRED",E.SHOW="SHOW"}(tE||(tE={})),function(E){E.FAILED="FAILED",E.NOT_DEPLOYED="NOT_DEPLOYED",E.READY="READY",E.WAITING="WAITING"}(iE||(iE={})),function(E){E.FAILED="FAILED",E.NOT_DEPLOYED="NOT_DEPLOYED",E.READY="READY",E.WAITING="WAITING"}(uE||(uE={})),function(E){E.B2B_STOREFRONT="B2B_STOREFRONT",E.STOREFRONT="STOREFRONT"}(WE||(WE={})),function(E){E.ABANDONED_CHECKOUT="ABANDONED_CHECKOUT",E.CONTACT_FORM_MERCHANT="CONTACT_FORM_MERCHANT",E.CUSTOMER_ACCOUNT_INVITATION="CUSTOMER_ACCOUNT_INVITATION",E.CUSTOMER_RESET_PASSWORD="CUSTOMER_RESET_PASSWORD",E.CUSTOMER_REVIEW="CUSTOMER_REVIEW",E.CUSTOMER_REVIEW_REPLY="CUSTOMER_REVIEW_REPLY",E.CUSTOM_MAIL="CUSTOM_MAIL",E.CUSTOM_TRANSACTION_VERIFICATION="CUSTOM_TRANSACTION_VERIFICATION",E.MERCHANT_CUSTOMER_REVIEW="MERCHANT_CUSTOMER_REVIEW",E.MERCHANT_LICENCE_E_INVOICE="MERCHANT_LICENCE_E_INVOICE",E.MERCHANT_RESET_PASSWORD="MERCHANT_RESET_PASSWORD",E.MERCHANT_WELCOME="MERCHANT_WELCOME",E.MONEY_TRANSFER_REMINDER="MONEY_TRANSFER_REMINDER",E.ORDER_CANCELLED="ORDER_CANCELLED",E.ORDER_CLICK_AND_COLLECT="ORDER_CLICK_AND_COLLECT",E.ORDER_CREATED="ORDER_CREATED",E.ORDER_CREATED_MERCHANT="ORDER_CREATED_MERCHANT",E.ORDER_CREATED_MONEY_TRANSFER="ORDER_CREATED_MONEY_TRANSFER",E.ORDER_E_INVOICE="ORDER_E_INVOICE",E.ORDER_FULFILLED="ORDER_FULFILLED",E.ORDER_PACKAGE_DELIVERED="ORDER_PACKAGE_DELIVERED",E.ORDER_READY_FOR_PICK_UP="ORDER_READY_FOR_PICK_UP",E.ORDER_READY_FOR_SHIPMENT="ORDER_READY_FOR_SHIPMENT",E.ORDER_REFUNDED="ORDER_REFUNDED",E.ORDER_REFUND_REQUEST="ORDER_REFUND_REQUEST",E.ORDER_REFUND_REQUEST_APPROVE="ORDER_REFUND_REQUEST_APPROVE",E.ORDER_REFUND_REQUEST_MERCHANT="ORDER_REFUND_REQUEST_MERCHANT",E.ORDER_REFUND_REQUEST_REJECT="ORDER_REFUND_REQUEST_REJECT",E.PARTNER_MERCHANT_OPEN="PARTNER_MERCHANT_OPEN",E.PARTNER_STAFF_INVITE="PARTNER_STAFF_INVITE",E.PRODUCT_BACK_IN_STOCK_REMINDER="PRODUCT_BACK_IN_STOCK_REMINDER",E.PRODUCT_OUT_OF_STOCK_REMINDER="PRODUCT_OUT_OF_STOCK_REMINDER",E.RAFFLE_PARTICIPANT_CREATED="RAFFLE_PARTICIPANT_CREATED",E.RAFFLE_PARTICIPANT_WINNER="RAFFLE_PARTICIPANT_WINNER",E.STAFF_INVITE="STAFF_INVITE",E.UPDATE_TRACKING_INFO="UPDATE_TRACKING_INFO",E.WELCOME="WELCOME",E.WRONG_EXCEL_IMPORT="WRONG_EXCEL_IMPORT"}(KE||(KE={})),function(E){E.AMERICAN_EXPRESS="AMERICAN_EXPRESS",E.MASTER_CARD="MASTER_CARD",E.TROY="TROY",E.VISA="VISA"}(QE||(QE={})),function(E){E.CREDIT="CREDIT",E.DEBIT="DEBIT",E.PREPAID="PREPAID"}(XE||(XE={})),function(E){E.GATEWAY="GATEWAY",E.INSTALLMENT="INSTALLMENT"}(JE||(JE={})),function(E){E.CHECKOUT="CHECKOUT",E.ORDER="ORDER"}(eE||(eE={})),function(E){E.AUTHORIZED="AUTHORIZED",E.FAILED="FAILED",E.PENDING="PENDING",E.SUCCESS="SUCCESS"}(aE||(aE={})),function(E){E.REFUND="REFUND",E.SALE="SALE",E.VOID="VOID"}(gE||(gE={})),function(E){E.CAMERA="CAMERA",E.CAR="CAR",E.CONSOLE="CONSOLE",E.DESKTOP="DESKTOP",E.FEATURE_PHONE="FEATURE_PHONE",E.OTHER="OTHER",E.PERIPHERAL="PERIPHERAL",E.PHABLET="PHABLET",E.PORTABLE_MEDIA_PLAYER="PORTABLE_MEDIA_PLAYER",E.SMARTPHONE="SMARTPHONE",E.SMART_DISPLAY="SMART_DISPLAY",E.SMART_SPEAKER="SMART_SPEAKER",E.TABLET="TABLET",E.TELEVISION="TELEVISION",E.WEARABLE="WEARABLE"}(lE||(lE={})),function(E){E.CHOICE="CHOICE",E.COLOR="COLOR"}(ZE||(ZE={})),function(E){E.EMAIL="EMAIL",E.MERSIS="MERSIS"}(pE||(pE={})),function(E){E.ALL="ALL",E.DESKTOP="DESKTOP",E.MOBILE="MOBILE"}(bE||(bE={})),function(E){E.CART_TOTAL="CART_TOTAL",E.CUSTOMER_SEGMENT="CUSTOMER_SEGMENT"}(kE||(kE={})),function(E){E.EVERY_TIME="EVERY_TIME",E.ONCE_PER_SESSION="ONCE_PER_SESSION"}(rE||(rE={})),function(E){E.EXIT_INTENT="EXIT_INTENT",E.ON_PAGE_LOAD="ON_PAGE_LOAD",E.SCROLL_DOWN="SCROLL_DOWN"}(dE||(dE={})),function(E){E.CONTAINS="CONTAINS",E.DOES_NOT_CONTAIN="DOES_NOT_CONTAIN",E.EXACT_MATCH="EXACT_MATCH",E.ID_LIST="ID_LIST"}(sE||(sE={})),function(E){E.ACCOUNT="ACCOUNT",E.CART="CART",E.CATEGORY="CATEGORY",E.CUSTOM="CUSTOM",E.HOME="HOME",E.LOGIN="LOGIN",E.PRODUCT="PRODUCT",E.PRODUCT_BRAND="PRODUCT_BRAND",E.REGISTER="REGISTER"}(vE||(vE={})),function(E){E.ACTIVE="ACTIVE",E.DRAFT="DRAFT",E.PASSIVE="PASSIVE"}(xE||(xE={})),function(E){E.FORM="FORM",E.NOTIFICATION="NOTIFICATION",E.NOTIFICATION_BAR="NOTIFICATION_BAR",E.PAGE_OVERLAY="PAGE_OVERLAY",E.POPUP="POPUP"}(hE||(hE={}));export{E as AbandonedCartSettingsNotificationTypeEnum,R as BlogMetadataTargetTypeEnum,T as CampaignApplicablePriceEnum,A as CampaignCreatedForEnum,I as CampaignFilterTypeEnum,_ as CampaignOfferFollowUpActionTypeEnum,O as CampaignOfferProductApplicablePriceEnum,C as CampaignOfferProductShowCriteriaEnum,D as CampaignOfferTargetPageTypeEnum,N as CampaignOfferTriggerFilterTypeEnum,L as CampaignOfferTypeEnum,S as CampaignTypeEnum,U as CartCampaignOfferStatus,P as CartCreatedByEnum,M as CartStatusEnum,n as CartV2StatusEnum,F as CategoryConditionMethodEnum,H as CategoryConditionTypeEnum,G as CategoryProductsOrderTypeEnum,Y as CheckoutRecoveryEmailStatusEnum,V as CheckoutRecoveryStatusEnum,B as CheckoutRequirementEnum,o as CheckoutStatusEnum,c as CorporateInvoiceRequirementEnum,f as CouponCodeRequirementEnum,t as CurrencyFormatSymbolPosition,i as CustomerAccountStatusEnum,u as CustomerAttributePermissionEnum,W as CustomerAttributeRegisterPageRequirementEnum,K as CustomerAttributeTypeEnum,Q as CustomerEmailSubscriptionStatusesEnum,X as CustomerGenderTypeEnum,J as CustomerPriceListRuleFilterTypeEnum,e as CustomerPriceListRuleValueTypeEnum,a as CustomerRegistrationSourceEnum,g as CustomerReviewStatusEnum,l as CustomerSocialLoginProviderEnum,Z as GetSuggestedProductsMethodEnum,p as GiftCardTypeEnum,b as HTMLMetaDataTargetTypeEnum,k as InvoiceTypeEnum,r as LocalDeliverySettingsDeliveryTimeType,d as MasterPassOperationTypeEnum,s as MerchantSettingsAddressTypeEnum,v as OrderAdjustmentEnum,x as OrderAmountTypeEnum,h as OrderCancelledReasonEnum,j as OrderLineItemStatusEnum,m as OrderPackageFulfillStatusEnum,q as OrderPackageStatusEnum,w as OrderPaymentStatusEnum,y as OrderShippingMethodEnum,z as OrderStatusEnum,$ as PaymentGatewayAdditionalPriceTypeEnum,EE as PaymentGatewaySettingsTypeEnum,RE as PaymentGatewayTransactionFeeTypeEnum,TE as PaymentGatewayTypeEnum,AE as PaymentMethodTypeEnum,IE as ProductAttributeTypeEnum,_E as ProductFilterDisplayTypeEnum,OE as ProductFilterSortTypeEnum,CE as ProductFilterTypeEnum,DE as ProductOptionPriceTypeEnum,NE as ProductOptionSelectTypeEnum,LE as ProductOptionTypeEnum,SE as ProductSearchShowStockOptionEnum,UE as ProductTypeEnum,PE as ProductUnitTypeEnum,ME as RaffleMetadataTargetTypeEnum,nE as RaffleParticipantStatusEnum,HE as SFAnalyticsTrafficSourceEnum,FE as SalesChannelStatusEnum,GE as SortByDirectionEnum,YE as SortByTypeEnum,VE as StockLocationDeliveryTimeEnum,BE as StockLocationTypeEnum,oE as StorefrontB2BShowPricesEnum,cE as StorefrontB2BShowProductsEnum,fE as StorefrontPageTypesEnum,bE as StorefrontPopupDeviceTypeEnum,kE as StorefrontPopupDisplayFilterTypeEnum,rE as StorefrontPopupDisplayFrequencyEnum,dE as StorefrontPopupDisplayTriggerTypeEnum,sE as StorefrontPopupPageFilterDataTypeEnum,vE as StorefrontPopupPageFilterTypeEnum,xE as StorefrontPopupStatusEnum,hE as StorefrontPopupTypeEnum,tE as StorefrontRegisterSettingsCheckboxType,iE as StorefrontStatusTypes,uE as StorefrontThemeStatus,WE as StorefrontTypeEnum,KE as TemplateEnum,QE as TransactionCardAssociationEnum,XE as TransactionCardTypeEnum,JE as TransactionFeeSourceEnum,eE as TransactionSourceEnum,aE as TransactionStatusEnum,gE as TransactionTypeEnum,lE as UserAgentDeviceType,ZE as VariantSelectionTypeEnum,pE as VerificationTypeEnum};
|
|
@@ -16,10 +16,11 @@ import { QueryParams as HepsipayFrameInitParams } from "../../__api/mutations/he
|
|
|
16
16
|
import { QueryParams as ListProductFileQueryParams } from "../../__api/queries/listProductFile";
|
|
17
17
|
import { QueryParams as CheckCartStocksQueryParams } from "../../__api/queries/checkCartStocks";
|
|
18
18
|
import { QueryParams as CreateAdyenBalancePlatformPaymentParams } from "../../__api/mutations/createAdyenBalancePlatformPaymentSession";
|
|
19
|
-
import { IkasAvailableStockLocation, IkasCheckoutSettings, IkasPaymentGateway, IkasStockLocation } from "@ikas/storefront-models";
|
|
19
|
+
import { IkasAvailableStockLocation, IkasCheckoutSettings, IkasPaymentGateway, IkasStockLocation, IkasStoreCreditBalance } from "@ikas/storefront-models";
|
|
20
20
|
export type { CreateSaleTransactionQueryParams, ListPaymentGatewayQueryParams, RetrieveInstallmentInfoQueryParams, CheckStocksQueryParams, ListCheckoutSettingsQueryParams, GetAvailableShippingCountriesQueryParams, ListStockLocationQueryParams, GetAvailableStockLocationQueryParams, CreateStripePaymentIntentParams, CreateKlarnaClientTokenParams, GetPayPalClientIdTokenParams, CreatePayPalOrderParams, UpdatePayPalOrderParams, HepsipayFrameInitParams, ListProductFileQueryParams, CheckCartStocksQueryParams, CreateAdyenBalancePlatformPaymentParams, };
|
|
21
21
|
export declare function createSaleTransactionWithCart(params: CreateSaleTransactionQueryParams): Promise<APIResponse<import("../..").TransactionResponse> | APIResponse<undefined>>;
|
|
22
22
|
export declare function listPaymentGateway(params: ListPaymentGatewayQueryParams): Promise<APIResponse<IkasPaymentGateway[]>>;
|
|
23
|
+
export declare function getStoreCreditBalance(): Promise<APIResponse<IkasStoreCreditBalance | null>>;
|
|
23
24
|
export declare function listProductFile(params: ListProductFileQueryParams): Promise<APIResponse<undefined> | APIResponse<import("../../__api/types").ProductFile[]>>;
|
|
24
25
|
export declare function retrieveInstallmentInfo(params: RetrieveInstallmentInfoQueryParams): Promise<APIResponse<undefined> | APIResponse<import("../..").RetrieveInstallmentInfoResponse>>;
|
|
25
26
|
export declare function checkStocks(params: CheckStocksQueryParams): Promise<APIResponse<undefined> | APIResponse<import("../../__api/types").CheckStocksResponse>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__awaiter as t,__generator as e}from'./../../ext/tslib/tslib.es6.js';import{APIResponse as r}from"@ikas/fe-api-client";function n(r){return t(this,void 0,void 0,(function(){return e(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/mutations/createSaleTransactionWithCart.js")];case 1:return[4,(0,t.sent().default)(r)];case 2:return[2,t.sent()]}}))}))}function i(n){return t(this,void 0,void 0,(function(){var t,i;return e(this,(function(e){switch(e.label){case 0:return[4,import("../../__api/queries/listPaymentGateway.js")];case 1:return[4,(0,e.sent().default)(n)];case 2:return t=e.sent(),i=t.data||[],[2,new r(i,t.graphQLErrors)]}}))}))}function s(r){return t(this,void 0,void 0,(function(){return e(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/queries/listProductFile.js")];case 1:return[4,(0,t.sent().default)(r)];case 2:return[2,t.sent()]}}))}))}function
|
|
1
|
+
import{__awaiter as t,__generator as e}from'./../../ext/tslib/tslib.es6.js';import{APIResponse as r}from"@ikas/fe-api-client";function n(r){return t(this,void 0,void 0,(function(){return e(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/mutations/createSaleTransactionWithCart.js")];case 1:return[4,(0,t.sent().default)(r)];case 2:return[2,t.sent()]}}))}))}function i(n){return t(this,void 0,void 0,(function(){var t,i;return e(this,(function(e){switch(e.label){case 0:return[4,import("../../__api/queries/listPaymentGateway.js")];case 1:return[4,(0,e.sent().default)(n)];case 2:return t=e.sent(),i=t.data||[],[2,new r(i,t.graphQLErrors)]}}))}))}function s(){return t(this,void 0,void 0,(function(){var t,n;return e(this,(function(e){switch(e.label){case 0:return[4,import("../../__api/queries/getStoreCreditBalance.js")];case 1:return[4,(0,e.sent().default)()];case 2:return t=e.sent(),n=t.data,[2,new r(n,t.graphQLErrors)]}}))}))}function a(r){return t(this,void 0,void 0,(function(){return e(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/queries/listProductFile.js")];case 1:return[4,(0,t.sent().default)(r)];case 2:return[2,t.sent()]}}))}))}function u(r){return t(this,void 0,void 0,(function(){return e(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/mutations/retrieveInstallmentInfo.js")];case 1:return[4,(0,t.sent().default)(r)];case 2:return[2,t.sent()]}}))}))}function o(r){return t(this,void 0,void 0,(function(){return e(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/queries/checkStocks.js")];case 1:return[4,(0,t.sent().default)(r)];case 2:return[2,t.sent()]}}))}))}function c(r){return t(this,void 0,void 0,(function(){return e(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/queries/checkCartStocks.js")];case 1:return[4,(0,t.sent().default)(r)];case 2:return[2,t.sent()]}}))}))}function l(n){return t(this,void 0,void 0,(function(){var t,i,s,a,u;return e(this,(function(e){switch(e.label){case 0:return[4,import("../../__api/queries/listCheckoutSettings.js")];case 1:return t=e.sent().default,s=t,a=[n],[4,g()];case 2:return[4,s.apply(void 0,a.concat([e.sent()]))];case 3:return i=e.sent(),u=i.data||[],[2,new r(u,i.graphQLErrors)]}}))}))}function f(r){return t(this,void 0,void 0,(function(){return e(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/queries/getAvailableShippingCountries.js")];case 1:return[4,(0,t.sent().default)(r)];case 2:return[2,t.sent()]}}))}))}function d(n){return t(this,void 0,void 0,(function(){var t;return e(this,(function(e){switch(e.label){case 0:return[4,import("../../__api/queries/listStockLocation.js")];case 1:return[4,(0,e.sent().default)(n)];case 2:return t=e.sent(),[2,new r(t.data,t.graphQLErrors)]}}))}))}function h(n){var i;return t(this,void 0,void 0,(function(){var t;return e(this,(function(e){switch(e.label){case 0:return[4,import("../../__api/queries/getAvailableStockLocations.js")];case 1:return[4,(0,e.sent().default)(n)];case 2:return t=e.sent(),[2,new r(null===(i=t.data)||void 0===i?void 0:i.stockLocations,t.graphQLErrors)]}}))}))}function p(n){return t(this,void 0,void 0,(function(){var t;return e(this,(function(e){switch(e.label){case 0:return[4,import("../../__api/mutations/createStripePaymentIntent.js")];case 1:return[4,(0,e.sent().default)(n)];case 2:return t=e.sent(),[2,new r(t.data,t.graphQLErrors)]}}))}))}function v(n){return t(this,void 0,void 0,(function(){var t;return e(this,(function(e){switch(e.label){case 0:return[4,import("../../__api/mutations/createKlarnaClientToken.js")];case 1:return[4,(0,e.sent().default)(n)];case 2:return t=e.sent(),[2,new r(t.data,t.graphQLErrors)]}}))}))}function _(n){return t(this,void 0,void 0,(function(){var t;return e(this,(function(e){switch(e.label){case 0:return[4,import("../../__api/mutations/createAdyenBalancePlatformPaymentSession.js")];case 1:return[4,(0,e.sent().default)(n)];case 2:return t=e.sent(),[2,new r(t.data,t.graphQLErrors)]}}))}))}function m(n){return t(this,void 0,void 0,(function(){var t;return e(this,(function(e){switch(e.label){case 0:return[4,import("../../__api/mutations/getPaypalClientId.js")];case 1:return[4,(0,e.sent().default)(n)];case 2:return t=e.sent(),[2,new r(t.data,t.graphQLErrors)]}}))}))}function w(n){return t(this,void 0,void 0,(function(){var t;return e(this,(function(e){switch(e.label){case 0:return[4,import("../../__api/mutations/createPaypalOrder.js")];case 1:return[4,(0,e.sent().default)(n)];case 2:return t=e.sent(),[2,new r(t.data,t.graphQLErrors)]}}))}))}function b(n){return t(this,void 0,void 0,(function(){var t;return e(this,(function(e){switch(e.label){case 0:return[4,import("../../__api/mutations/updatePaypalOrder.js")];case 1:return[4,(0,e.sent().default)(n)];case 2:return t=e.sent(),[2,new r(t.data,t.graphQLErrors)]}}))}))}function j(n){return t(this,void 0,void 0,(function(){var t;return e(this,(function(e){switch(e.label){case 0:return[4,import("../../__api/mutations/hepsipayFrameInit.js")];case 1:return[4,(0,e.sent().default)(n)];case 2:return t=e.sent(),[2,new r(t.data,t.graphQLErrors)]}}))}))}function g(){return t(this,void 0,void 0,(function(){var t,r;return e(this,(function(e){switch(e.label){case 0:return[4,import("../../__api/queries/listCheckoutSettings.js")];case 1:return t=e.sent().ResponseField,r=["IS_SHOW_POSTAL_CODE"],[2,Object.entries(t).filter((function(t){var e=t[0];return!r.includes(e)})).map((function(t){return t[1]}))]}}))}))}export{c as checkCartStocks,o as checkStocks,_ as createAdyenBalancePlatformPaymentSession,v as createKlarnaClientToken,w as createPayPalOrder,n as createSaleTransactionWithCart,p as createStripePaymentIntent,f as getAvailableShippingCountries,h as getAvailableStockLocations,m as getPayPalClientId,s as getStoreCreditBalance,j as hepsipayFrameInit,l as listCheckoutSettings,i as listPaymentGateway,a as listProductFile,d as listStockLocations,u as retrieveInstallmentInfo,b as updatePaypalOrder};
|
|
@@ -2,7 +2,6 @@ import { APIResponse } from "@ikas/fe-api-client";
|
|
|
2
2
|
import { QueryParams as CustomerLoginQueryParams } from "../../__api/mutations/customerLogin";
|
|
3
3
|
import { QueryParams as CustomerSocialLoginQueryParams } from "../../__api/queries/customerSocialLogin";
|
|
4
4
|
import { QueryParams as RegisterCustomerQueryParams } from "../../__api/mutations/registerCustomer";
|
|
5
|
-
import { QueryParams as SmsRegisterCustomerQueryParams } from "../../__api/mutations/smsRegisterCustomer";
|
|
6
5
|
import { QueryParams as CustomerRefreshTokenQueryParams } from "../../__api/mutations/customerRefreshToken";
|
|
7
6
|
import { QueryParams as CustomerForgotPasswordQueryParams } from "../../__api/mutations/customerForgotPassword";
|
|
8
7
|
import { QueryParams as CustomerRecoverPasswordQueryParams } from "../../__api/mutations/customerRecoverPassword";
|
|
@@ -27,14 +26,13 @@ import { QueryParams as ListCustomerSettingsQueryParams } from "../../__api/quer
|
|
|
27
26
|
import { QueryParams as ActivateCustomerQueryParams } from "../../__api/mutations/activateCustomer";
|
|
28
27
|
import { QueryParams as ResendCustomerActivationMailQueryParams } from "../../__api/mutations/resendCustomerActivationMail";
|
|
29
28
|
import { QueryParams as ValidateCustomerPhoneVerificationCodeQueryParams } from "../../__api/mutations/validateCustomerPhoneVerificationCode";
|
|
30
|
-
import { QueryParams as
|
|
29
|
+
import { QueryParams as ValidateOTPCodeQueryParams } from "../../__api/mutations/validateOTPCode";
|
|
31
30
|
import { QueryParams as ResendCustomerPhoneVerificationCodeQueryParams } from "../../__api/mutations/resendCustomerPhoneVerificationCode";
|
|
32
31
|
import { QueryParams as SaveCustomerFormDataQueryParams } from "../../__api/mutations/saveCustomerFormData";
|
|
33
32
|
import { QueryParams as CustomerDeactiveQueryParams } from "../../__api/mutations/customerDeactivate";
|
|
34
|
-
import { QueryParams as SendCustomerSmsLoginCodeQueryParams } from "../../__api/mutations/sendCustomerSmsLoginCode";
|
|
35
33
|
import { CustomerAttributeValueInput } from "../../__api/types";
|
|
36
34
|
import { IkasCustomer, IkasCustomerAttribute, IkasCustomerReview, IkasCustomerReviewSummary, IkasFavoriteProduct, IkasLastViewedProduct, IkasOrder, IkasOrderRefundSettings, IkasOrderTransaction, IkasCustomerSettings, IkasOrderTransactionWithPrices } from "@ikas/storefront-models";
|
|
37
|
-
export type { CustomerLoginQueryParams, CustomerSocialLoginQueryParams, RegisterCustomerQueryParams, CustomerRefreshTokenQueryParams, CustomerForgotPasswordQueryParams, CustomerRecoverPasswordQueryParams, CheckCustomerEmailQueryParams, SaveMyCustomerQueryParams, GetCustomerOrdersQueryParams, GetOrderByEmailQueryParams, ListOrderTransactionsQueryParams, ListOrderTransactionsWithPricesQueryParams, CreateOrderRefundRequestQueryParams, SubscribeToMarketingNotificationsQueryParams, GetLastViewedProductsQueryParams, SaveLastViewedProductsQueryParams, ListOrderRefundSettingsQueryParams, SendContactFormToMerchantQueryParams, SaveFavoriteProductQueryParams, IsFavoriteProductQueryParams, CreateCustomerReviewQueryParams, ListCustomerReviewsQueryParams, ListCustomerReviewSummaryQueryParams, CustomerAttributeValueInput, ActivateCustomerQueryParams, ResendCustomerActivationMailQueryParams, ValidateCustomerPhoneVerificationCodeQueryParams,
|
|
35
|
+
export type { CustomerLoginQueryParams, CustomerSocialLoginQueryParams, RegisterCustomerQueryParams, CustomerRefreshTokenQueryParams, CustomerForgotPasswordQueryParams, CustomerRecoverPasswordQueryParams, CheckCustomerEmailQueryParams, SaveMyCustomerQueryParams, GetCustomerOrdersQueryParams, GetOrderByEmailQueryParams, ListOrderTransactionsQueryParams, ListOrderTransactionsWithPricesQueryParams, CreateOrderRefundRequestQueryParams, SubscribeToMarketingNotificationsQueryParams, GetLastViewedProductsQueryParams, SaveLastViewedProductsQueryParams, ListOrderRefundSettingsQueryParams, SendContactFormToMerchantQueryParams, SaveFavoriteProductQueryParams, IsFavoriteProductQueryParams, CreateCustomerReviewQueryParams, ListCustomerReviewsQueryParams, ListCustomerReviewSummaryQueryParams, CustomerAttributeValueInput, ActivateCustomerQueryParams, ResendCustomerActivationMailQueryParams, ValidateCustomerPhoneVerificationCodeQueryParams, ResendCustomerPhoneVerificationCodeQueryParams, SaveCustomerFormDataQueryParams, CustomerDeactiveQueryParams, ValidateOTPCodeQueryParams, };
|
|
38
36
|
export declare enum IkasRegisterError {
|
|
39
37
|
EMAIL_IS_NOT_VERIFIED = "EMAIL_IS_NOT_VERIFIED",
|
|
40
38
|
CUSTOMER_EMAIL_ALREADY_EXISTS = "CUSTOMER_EMAIL_ALREADY_EXISTS",
|
|
@@ -45,7 +43,8 @@ export declare enum IkasRegisterError {
|
|
|
45
43
|
GOOGLE_SOCIAL_LOGIN_EXISTS = "GOOGLE_SOCIAL_LOGIN_EXISTS",
|
|
46
44
|
APPLE_SOCIAL_LOGIN_EXISTS = "APPLE_SOCIAL_LOGIN_EXISTS",
|
|
47
45
|
TWITCH_SOCIAL_LOGIN_EXISTS = "TWITCH_SOCIAL_LOGIN_EXISTS",
|
|
48
|
-
SOCIAL_LOGIN_EXISTS = "SOCIAL_LOGIN_EXISTS"
|
|
46
|
+
SOCIAL_LOGIN_EXISTS = "SOCIAL_LOGIN_EXISTS",
|
|
47
|
+
INVALID_CODE = "INVALID_CODE"
|
|
49
48
|
}
|
|
50
49
|
export declare enum IkasLoginError {
|
|
51
50
|
CUSTOMER_ACCOUNT_DISABLED = "CUSTOMER_ACCOUNT_DISABLED",
|
|
@@ -59,24 +58,30 @@ export declare enum IkasLoginError {
|
|
|
59
58
|
GOOGLE_SOCIAL_LOGIN_EXISTS = "GOOGLE_SOCIAL_LOGIN_EXISTS",
|
|
60
59
|
APPLE_SOCIAL_LOGIN_EXISTS = "APPLE_SOCIAL_LOGIN_EXISTS",
|
|
61
60
|
TWITCH_SOCIAL_LOGIN_EXISTS = "TWITCH_SOCIAL_LOGIN_EXISTS",
|
|
62
|
-
SOCIAL_LOGIN_EXISTS = "SOCIAL_LOGIN_EXISTS"
|
|
61
|
+
SOCIAL_LOGIN_EXISTS = "SOCIAL_LOGIN_EXISTS",
|
|
62
|
+
INVALID_CODE = "INVALID_CODE"
|
|
63
63
|
}
|
|
64
64
|
export declare function login(params: CustomerLoginQueryParams): Promise<APIResponse<{
|
|
65
65
|
customer: IkasCustomer | null;
|
|
66
|
+
flowId: string | null;
|
|
67
|
+
otpSend: boolean | null;
|
|
66
68
|
token: string;
|
|
67
69
|
tokenExpiry: number;
|
|
68
70
|
} | null>>;
|
|
69
71
|
export declare function socialLogin(params: CustomerSocialLoginQueryParams): Promise<APIResponse<{
|
|
70
72
|
customer: IkasCustomer | null;
|
|
73
|
+
flowId: string | null;
|
|
74
|
+
otpSend: boolean | null;
|
|
71
75
|
token: string;
|
|
72
76
|
tokenExpiry: number;
|
|
73
77
|
} | null>>;
|
|
74
78
|
export declare function register(params: RegisterCustomerQueryParams): Promise<APIResponse<{
|
|
75
79
|
customer: IkasCustomer | null;
|
|
80
|
+
flowId: string | null;
|
|
81
|
+
otpSend: boolean | null;
|
|
76
82
|
token: string;
|
|
77
83
|
tokenExpiry: number;
|
|
78
84
|
} | null>>;
|
|
79
|
-
export declare function smsRegister(params: SmsRegisterCustomerQueryParams): Promise<APIResponse<undefined> | APIResponse<boolean>>;
|
|
80
85
|
export declare function refreshToken(params: CustomerRefreshTokenQueryParams): Promise<APIResponse<undefined> | APIResponse<import("../../__api/types").CustomerRefreshTokenResponse>>;
|
|
81
86
|
export declare function forgotPassword(params: CustomerForgotPasswordQueryParams): Promise<APIResponse<undefined> | APIResponse<boolean>>;
|
|
82
87
|
export declare function recoverPassword(params: CustomerRecoverPasswordQueryParams): Promise<APIResponse<undefined> | APIResponse<boolean>>;
|
|
@@ -262,11 +267,12 @@ export declare function activateCustomer(params: ActivateCustomerQueryParams): P
|
|
|
262
267
|
export declare function resendCustomerActivationMail(params: ResendCustomerActivationMailQueryParams): Promise<APIResponse<undefined> | APIResponse<boolean>>;
|
|
263
268
|
export declare function resendCustomerPhoneVerificationCode(params: ResendCustomerPhoneVerificationCodeQueryParams): Promise<APIResponse<undefined> | APIResponse<boolean>>;
|
|
264
269
|
export declare function validateCustomerPhoneVerificationCode(params: ValidateCustomerPhoneVerificationCodeQueryParams): Promise<APIResponse<undefined> | APIResponse<boolean>>;
|
|
265
|
-
export declare function
|
|
270
|
+
export declare function validateOTPCode(params: ValidateOTPCodeQueryParams): Promise<APIResponse<{
|
|
266
271
|
customer: IkasCustomer | null;
|
|
272
|
+
flowId: string | null;
|
|
273
|
+
otpSend: boolean | null;
|
|
267
274
|
token: string;
|
|
268
275
|
tokenExpiry: number;
|
|
269
276
|
} | null>>;
|
|
270
|
-
export declare function sendCustomerSmsLoginCode(params: SendCustomerSmsLoginCodeQueryParams): Promise<APIResponse<undefined> | APIResponse<boolean>>;
|
|
271
277
|
export declare function deactivateCustomer(params: CustomerDeactiveQueryParams): Promise<APIResponse<undefined> | APIResponse<boolean>>;
|
|
272
278
|
export declare function exportCustomerPersonelData(): Promise<APIResponse<undefined> | APIResponse<string>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__awaiter as t,__generator as r,__assign as e}from'./../../ext/tslib/tslib.es6.js';import{APIResponse as n}from"@ikas/fe-api-client";import{initIkasCustomerReview as i,initIkasCustomerAttribute as s}from"@ikas/storefront-models";import{IkasStorefrontConfig as u}from"@ikas/storefront-config";var a,o;function c(i){var s;return t(this,void 0,void 0,(function(){var t,u,a,o,c;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/mutations/customerLogin.js")];case 1:return t=r.sent().default,a=t,o=[i],[4,f()];case 2:return[4,a.apply(void 0,o.concat([r.sent()]))];case 3:return u=r.sent(),c=(null===(s=u.data)||void 0===s?void 0:s.customer)||null,[2,new n(u.data?e(e({},u.data),{customer:c}):null,u.graphQLErrors)]}}))}))}function _(i){var s;return t(this,void 0,void 0,(function(){var t,u,a,o,c;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/queries/customerSocialLogin.js")];case 1:return t=r.sent().default,a=t,o=[i],[4,f()];case 2:return[4,a.apply(void 0,o.concat([r.sent()]))];case 3:return u=r.sent(),c=(null===(s=u.data)||void 0===s?void 0:s.customer)||null,[2,new n(u.data?e(e({},u.data),{customer:c}):null,u.graphQLErrors)]}}))}))}function d(i){var s;return t(this,void 0,void 0,(function(){var t,u,a,o,c;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/mutations/registerCustomer.js")];case 1:return t=r.sent().default,a=t,o=[i],[4,f()];case 2:return[4,a.apply(void 0,o.concat([r.sent()]))];case 3:return u=r.sent(),c=(null===(s=u.data)||void 0===s?void 0:s.customer)||null,[2,new n(u.data?e(e({},u.data),{customer:c}):null,u.graphQLErrors)]}}))}))}function l(e){return t(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/mutations/smsRegisterCustomer.js")];case 1:return[4,(0,t.sent().default)(e)];case 2:return[2,t.sent()]}}))}))}function f(){return t(this,void 0,void 0,(function(){var t,e;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/mutations/customerLogin.js")];case 1:return t=r.sent().ResponseField,e=["CUSTOMER__ADDRESSES__REGION__CREATED_AT","CUSTOMER__ADDRESSES__REGION__DELETED","CUSTOMER__ADDRESSES__REGION__UPDATED_AT"],[2,Object.entries(t).filter((function(t){var r=t[0];return!e.includes(r)})).map((function(t){return t[1]}))]}}))}))}function E(e){return t(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/mutations/customerRefreshToken.js")];case 1:return[4,(0,t.sent().default)(e)];case 2:return[2,t.sent()]}}))}))}function v(e){return t(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/mutations/customerForgotPassword.js")];case 1:return[4,(0,t.sent().default)(e)];case 2:return[2,t.sent()]}}))}))}function h(e){return t(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/mutations/customerRecoverPassword.js")];case 1:return[4,(0,t.sent().default)(e)];case 2:return[2,t.sent()]}}))}))}function S(e){return t(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/queries/checkCustomerEmail.js")];case 1:return[4,(0,t.sent().default)(e)];case 2:return[2,t.sent()]}}))}))}function I(){return t(this,void 0,void 0,(function(){var t,i,s,u;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/queries/getMyCustomer.js")];case 1:return t=r.sent().default,s=t,[4,X()];case 2:return[4,s.apply(void 0,[r.sent()])];case 3:return i=r.sent(),u=i.data||null,[2,new n(i.data?e(e({},i.data),{customer:u}):null,i.graphQLErrors)]}}))}))}function p(i){return t(this,void 0,void 0,(function(){var t,s,u,a,o;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/mutations/saveMyCustomer.js")];case 1:return t=r.sent().default,u=t,a=[i],[4,X()];case 2:return[4,u.apply(void 0,a.concat([r.sent()]))];case 3:return s=r.sent(),o=s.data||null,[2,new n(s.data?e(e({},s.data),{customer:o}):null,s.graphQLErrors)]}}))}))}function O(e){return t(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/mutations/saveCustomerFormData.js")];case 1:return[4,(0,t.sent().default)(e)];case 2:return[2,t.sent()]}}))}))}function m(e){return t(this,void 0,void 0,(function(){var t,i,s,u,a;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/queries/getCustomerOrders.js")];case 1:return t=r.sent().default,s=t,u=[e],[4,D()];case 2:return[4,s.apply(void 0,u.concat([r.sent()]))];case 3:return i=r.sent(),null==(a=i.data)||a.forEach((function(t){var r;(null===(r=t.orderLineItems)||void 0===r?void 0:r.length)&&(t.orderLineItems=t.orderLineItems.filter((function(t){return!t.deleted})))})),[2,new n(a,i.graphQLErrors)]}}))}))}function L(e){return t(this,void 0,void 0,(function(){var t,i,s,u,a;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/queries/getOrderByEmail.js")];case 1:return t=r.sent().default,s=t,u=[e],[4,D()];case 2:return[4,s.apply(void 0,u.concat([r.sent()]))];case 3:return i=r.sent(),a=i.data,[2,new n(a,i.graphQLErrors)]}}))}))}function T(e){return t(this,void 0,void 0,(function(){var t,i;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/queries/listOrderTransactions.js")];case 1:return[4,(0,r.sent().default)(e)];case 2:return t=r.sent(),i=t.data,[2,new n(i,t.graphQLErrors)]}}))}))}function A(e){return t(this,void 0,void 0,(function(){var t,i;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/queries/listOrderTransactionsWithPrices.js")];case 1:return[4,(0,r.sent().default)(e)];case 2:return t=r.sent(),i=t.data,[2,new n(i,t.graphQLErrors)]}}))}))}function C(e){return t(this,void 0,void 0,(function(){var t,i,s,u,a;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/mutations/createOrderRefundRequest.js")];case 1:return t=r.sent().default,s=t,u=[e],[4,D()];case 2:return[4,s.apply(void 0,u.concat([r.sent()]))];case 3:return i=r.sent(),a=i.data,[2,new n(a,i.graphQLErrors)]}}))}))}function D(){return t(this,void 0,void 0,(function(){var t,e;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/queries/getCustomerOrders.js")];case 1:return t=r.sent().ResponseField,e=["BILLING_ADDRESS__REGION__CREATED_AT","BILLING_ADDRESS__REGION__DELETED","BILLING_ADDRESS__REGION__UPDATED_AT","SHIPPING_ADDRESS__REGION__CREATED_AT","SHIPPING_ADDRESS__REGION__DELETED","SHIPPING_ADDRESS__REGION__UPDATED_AT"],[2,Object.entries(t).filter((function(t){var r=t[0];return!e.includes(r)})).map((function(t){return t[1]}))]}}))}))}function R(e){return t(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/mutations/subscribeToMarketingNotifications.js")];case 1:return[4,(0,t.sent().default)(e)];case 2:return[2,t.sent()]}}))}))}function N(e){var i;return t(this,void 0,void 0,(function(){var t;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/queries/getLastViewedProducts.js")];case 1:return[4,(0,r.sent().default)(e)];case 2:return t=r.sent(),[2,new n(null===(i=t.data)||void 0===i?void 0:i.products,t.graphQLErrors)]}}))}))}function w(e){return t(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/mutations/saveLastViewedProducts.js")];case 1:return[4,(0,t.sent().default)(e)];case 2:return[2,t.sent()]}}))}))}function G(i){var s;return t(this,void 0,void 0,(function(){var t,u;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/queries/listOrderRefundSettings.js")];case 1:return[4,(0,r.sent().default)(i)];case 2:return t=r.sent(),u=(null===(s=t.data)||void 0===s?void 0:s.map((function(t){return e({},t)})))||null,[2,new n(u,t.graphQLErrors)]}}))}))}function b(e){return t(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/mutations/sendContactFormToMerchant.js")];case 1:return[4,(0,t.sent().default)(e)];case 2:return[2,t.sent()]}}))}))}function j(){return t(this,void 0,void 0,(function(){var t,e;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/queries/listFavoriteProducts.js")];case 1:return[4,(0,r.sent().default)()];case 2:return t=r.sent(),e=t.data||null,[2,new n(e,t.graphQLErrors)]}}))}))}function g(e){return t(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/mutations/saveFavoriteProduct.js")];case 1:return[4,(0,t.sent().default)(e)];case 2:return[2,t.sent()]}}))}))}function P(e){return t(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/queries/isFavoriteProduct.js")];case 1:return[4,(0,t.sent().default)({productId:e.productId})];case 2:return[2,t.sent()]}}))}))}function U(e){return t(this,void 0,void 0,(function(){var t,s;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/mutations/createCustomerReview.js")];case 1:return[4,(0,r.sent().default)(e)];case 2:return t=r.sent(),(s=t.data)&&i(s),[2,new n(s,t.graphQLErrors)]}}))}))}function M(s){var u;return t(this,void 0,void 0,(function(){var t,a;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/queries/listCustomerReviews.js")];case 1:return[4,(0,r.sent().default)(s)];case 2:return t=r.sent(),(a=(null===(u=t.data)||void 0===u?void 0:u.data)||[]).forEach(i),[2,new n(t.data?e(e({},t.data),{data:a}):null,t.graphQLErrors)]}}))}))}function F(i){var s;return t(this,void 0,void 0,(function(){var t,u;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/queries/listCustomerReviewSummary.js")];case 1:return[4,(0,r.sent().default)(i)];case 2:return t=r.sent(),u=(null===(s=t.data)||void 0===s?void 0:s.data)||[],[2,new n(e(e({},t.data),{data:u}),t.graphQLErrors)]}}))}))}function B(){return t(this,void 0,void 0,(function(){var t,e;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/queries/listCustomerAttribute.js")];case 1:return[4,(0,r.sent().default)()];case 2:return t=r.sent(),(e=t.data||[]).sort((function(t,r){return t.order&&r.order?t.order-r.order:-1})).forEach((function(t){return s(t,u.getCurrentLocale())})),[2,new n(e,t.graphQLErrors)]}}))}))}function X(){return t(this,void 0,void 0,(function(){var t,e;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/queries/getMyCustomer.js")];case 1:return t=r.sent().ResponseField,e=["NOTE","TAG_IDS","CUSTOMER_GROUP_IDS","PASSWORD_UPDATE_DATE","ORDER_COUNT","REGISTRATION_SOURCE","ADDRESSES__REGION__CREATED_AT","ADDRESSES__REGION__DELETED","ADDRESSES__REGION__UPDATED_AT"],[2,Object.entries(t).filter((function(t){var r=t[0];return!e.includes(r)})).map((function(t){return t[1]}))]}}))}))}function q(i){return t(this,void 0,void 0,(function(){var t,s;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/queries/listCustomerSettings.js")];case 1:return[4,(0,r.sent().default)(i)];case 2:return t=r.sent(),s=t.data||[],[2,new n(e(e({},t.data),{data:s}),t.graphQLErrors)]}}))}))}function Q(e){return t(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/mutations/activateCustomer.js")];case 1:return[4,(0,t.sent().default)(e)];case 2:return[2,t.sent()]}}))}))}function W(e){return t(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/mutations/resendCustomerActivationMail.js")];case 1:return[4,(0,t.sent().default)(e)];case 2:return[2,t.sent()]}}))}))}function y(e){return t(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/mutations/resendCustomerPhoneVerificationCode.js")];case 1:return[4,(0,t.sent().default)(e)];case 2:return[2,t.sent()]}}))}))}function V(e){return t(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/mutations/validateCustomerPhoneVerificationCode.js")];case 1:return[4,(0,t.sent().default)(e)];case 2:return[2,t.sent()]}}))}))}function H(i){var s;return t(this,void 0,void 0,(function(){var t,u;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/mutations/validateCustomerPhoneLoginCode.js")];case 1:return[4,(0,r.sent().default)(i)];case 2:return t=r.sent(),u=(null===(s=t.data)||void 0===s?void 0:s.customer)||null,[2,new n(t.data?e(e({},t.data),{customer:u}):null,t.graphQLErrors)]}}))}))}function K(e){return t(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/mutations/sendCustomerSmsLoginCode.js")];case 1:return[4,(0,t.sent().default)(e)];case 2:return[2,t.sent()]}}))}))}function k(e){return t(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/mutations/customerDeactivate.js")];case 1:return[4,(0,t.sent().default)(e)];case 2:return[2,t.sent()]}}))}))}function x(){return t(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/queries/exportCustomerPersonalData.js")];case 1:return[4,(0,t.sent().default)()];case 2:return[2,t.sent()]}}))}))}!function(t){t.EMAIL_IS_NOT_VERIFIED="EMAIL_IS_NOT_VERIFIED",t.CUSTOMER_EMAIL_ALREADY_EXISTS="CUSTOMER_EMAIL_ALREADY_EXISTS",t.UNKOWN="UNKOWN",t.B2B_CUSTOMER_ACCOUNT_DISABLED="B2B_CUSTOMER_ACCOUNT_DISABLED",t.PHONE_IS_NOT_VERIFIED="PHONE_IS_NOT_VERIFIED",t.FACEBOOK_SOCIAL_LOGIN_EXISTS="FACEBOOK_SOCIAL_LOGIN_EXISTS",t.GOOGLE_SOCIAL_LOGIN_EXISTS="GOOGLE_SOCIAL_LOGIN_EXISTS",t.APPLE_SOCIAL_LOGIN_EXISTS="APPLE_SOCIAL_LOGIN_EXISTS",t.TWITCH_SOCIAL_LOGIN_EXISTS="TWITCH_SOCIAL_LOGIN_EXISTS",t.SOCIAL_LOGIN_EXISTS="SOCIAL_LOGIN_EXISTS"}(a||(a={})),function(t){t.CUSTOMER_ACCOUNT_DISABLED="CUSTOMER_ACCOUNT_DISABLED",t.EMAIL_IS_NOT_VERIFIED="EMAIL_IS_NOT_VERIFIED",t.CUSTOMER_NOT_FOUND="CUSTOMER_NOT_FOUND",t.B2B_CUSTOMER_ACCOUNT_DISABLED="B2B_CUSTOMER_ACCOUNT_DISABLED",t.UNKOWN="UNKOWN",t.PHONE_IS_NOT_VERIFIED="PHONE_IS_NOT_VERIFIED",t.WRONG_PASSWORD="WRONG_PASSWORD",t.FACEBOOK_SOCIAL_LOGIN_EXISTS="FACEBOOK_SOCIAL_LOGIN_EXISTS",t.GOOGLE_SOCIAL_LOGIN_EXISTS="GOOGLE_SOCIAL_LOGIN_EXISTS",t.APPLE_SOCIAL_LOGIN_EXISTS="APPLE_SOCIAL_LOGIN_EXISTS",t.TWITCH_SOCIAL_LOGIN_EXISTS="TWITCH_SOCIAL_LOGIN_EXISTS",t.SOCIAL_LOGIN_EXISTS="SOCIAL_LOGIN_EXISTS"}(o||(o={}));export{o as IkasLoginError,a as IkasRegisterError,Q as activateCustomer,S as checkEmail,U as createCustomerReview,C as createOrderRefundRequest,k as deactivateCustomer,x as exportCustomerPersonelData,v as forgotPassword,I as getCustomer,N as getLastViewedProducts,L as getOrderByEmail,m as getOrders,P as isFavoriteProduct,B as listCustomerAttribute,F as listCustomerReviewSummary,M as listCustomerReviews,q as listCustomerSettings,j as listFavoriteProducts,G as listOrderRefundSettings,T as listOrderTransactions,A as listOrderTransactionsWithPrices,c as login,h as recoverPassword,E as refreshToken,d as register,W as resendCustomerActivationMail,y as resendCustomerPhoneVerificationCode,p as saveCustomer,O as saveCustomerFormData,g as saveFavoriteProduct,w as saveLastViewedProducts,b as sendContactFormToMerchant,K as sendCustomerSmsLoginCode,l as smsRegister,_ as socialLogin,R as subscribeToMarketingNotifications,H as validateCustomerPhoneLoginCode,V as validateCustomerPhoneVerificationCode};
|
|
1
|
+
import{__awaiter as t,__generator as r,__assign as e}from'./../../ext/tslib/tslib.es6.js';import{APIResponse as n}from"@ikas/fe-api-client";import{initIkasCustomerReview as i,initIkasCustomerAttribute as s}from"@ikas/storefront-models";import{IkasStorefrontConfig as u}from"@ikas/storefront-config";var a,o;function c(i){var s;return t(this,void 0,void 0,(function(){var t,u,a,o,c;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/mutations/customerLogin.js")];case 1:return t=r.sent().default,a=t,o=[i],[4,l()];case 2:return[4,a.apply(void 0,o.concat([r.sent()]))];case 3:return u=r.sent(),c=(null===(s=u.data)||void 0===s?void 0:s.customer)||null,[2,new n(u.data?e(e({},u.data),{customer:c}):null,u.graphQLErrors)]}}))}))}function _(i){var s;return t(this,void 0,void 0,(function(){var t,u,a,o,c;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/queries/customerSocialLogin.js")];case 1:return t=r.sent().default,a=t,o=[i],[4,l()];case 2:return[4,a.apply(void 0,o.concat([r.sent()]))];case 3:return u=r.sent(),c=(null===(s=u.data)||void 0===s?void 0:s.customer)||null,[2,new n(u.data?e(e({},u.data),{customer:c}):null,u.graphQLErrors)]}}))}))}function d(i){var s;return t(this,void 0,void 0,(function(){var t,u,a,o,c;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/mutations/registerCustomer.js")];case 1:return t=r.sent().default,a=t,o=[i],[4,l()];case 2:return[4,a.apply(void 0,o.concat([r.sent()]))];case 3:return u=r.sent(),c=(null===(s=u.data)||void 0===s?void 0:s.customer)||null,[2,new n(u.data?e(e({},u.data),{customer:c}):null,u.graphQLErrors)]}}))}))}function l(){return t(this,void 0,void 0,(function(){var t,e;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/mutations/customerLogin.js")];case 1:return t=r.sent().ResponseField,e=["CUSTOMER__ADDRESSES__REGION__CREATED_AT","CUSTOMER__ADDRESSES__REGION__DELETED","CUSTOMER__ADDRESSES__REGION__UPDATED_AT"],[2,Object.entries(t).filter((function(t){var r=t[0];return!e.includes(r)})).map((function(t){return t[1]}))]}}))}))}function f(e){return t(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/mutations/customerRefreshToken.js")];case 1:return[4,(0,t.sent().default)(e)];case 2:return[2,t.sent()]}}))}))}function E(e){return t(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/mutations/customerForgotPassword.js")];case 1:return[4,(0,t.sent().default)(e)];case 2:return[2,t.sent()]}}))}))}function v(e){return t(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/mutations/customerRecoverPassword.js")];case 1:return[4,(0,t.sent().default)(e)];case 2:return[2,t.sent()]}}))}))}function h(e){return t(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/queries/checkCustomerEmail.js")];case 1:return[4,(0,t.sent().default)(e)];case 2:return[2,t.sent()]}}))}))}function I(){return t(this,void 0,void 0,(function(){var t,i,s,u;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/queries/getMyCustomer.js")];case 1:return t=r.sent().default,s=t,[4,B()];case 2:return[4,s.apply(void 0,[r.sent()])];case 3:return i=r.sent(),u=i.data||null,[2,new n(i.data?e(e({},i.data),{customer:u}):null,i.graphQLErrors)]}}))}))}function S(i){return t(this,void 0,void 0,(function(){var t,s,u,a,o;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/mutations/saveMyCustomer.js")];case 1:return t=r.sent().default,u=t,a=[i],[4,B()];case 2:return[4,u.apply(void 0,a.concat([r.sent()]))];case 3:return s=r.sent(),o=s.data||null,[2,new n(s.data?e(e({},s.data),{customer:o}):null,s.graphQLErrors)]}}))}))}function O(e){return t(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/mutations/saveCustomerFormData.js")];case 1:return[4,(0,t.sent().default)(e)];case 2:return[2,t.sent()]}}))}))}function p(e){return t(this,void 0,void 0,(function(){var t,i,s,u,a;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/queries/getCustomerOrders.js")];case 1:return t=r.sent().default,s=t,u=[e],[4,C()];case 2:return[4,s.apply(void 0,u.concat([r.sent()]))];case 3:return i=r.sent(),null==(a=i.data)||a.forEach((function(t){var r;(null===(r=t.orderLineItems)||void 0===r?void 0:r.length)&&(t.orderLineItems=t.orderLineItems.filter((function(t){return!t.deleted})))})),[2,new n(a,i.graphQLErrors)]}}))}))}function m(e){return t(this,void 0,void 0,(function(){var t,i,s,u,a;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/queries/getOrderByEmail.js")];case 1:return t=r.sent().default,s=t,u=[e],[4,C()];case 2:return[4,s.apply(void 0,u.concat([r.sent()]))];case 3:return i=r.sent(),a=i.data,[2,new n(a,i.graphQLErrors)]}}))}))}function L(e){return t(this,void 0,void 0,(function(){var t,i;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/queries/listOrderTransactions.js")];case 1:return[4,(0,r.sent().default)(e)];case 2:return t=r.sent(),i=t.data,[2,new n(i,t.graphQLErrors)]}}))}))}function T(e){return t(this,void 0,void 0,(function(){var t,i;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/queries/listOrderTransactionsWithPrices.js")];case 1:return[4,(0,r.sent().default)(e)];case 2:return t=r.sent(),i=t.data,[2,new n(i,t.graphQLErrors)]}}))}))}function A(e){return t(this,void 0,void 0,(function(){var t,i,s,u,a;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/mutations/createOrderRefundRequest.js")];case 1:return t=r.sent().default,s=t,u=[e],[4,C()];case 2:return[4,s.apply(void 0,u.concat([r.sent()]))];case 3:return i=r.sent(),a=i.data,[2,new n(a,i.graphQLErrors)]}}))}))}function C(){return t(this,void 0,void 0,(function(){var t,e;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/queries/getCustomerOrders.js")];case 1:return t=r.sent().ResponseField,e=["BILLING_ADDRESS__REGION__CREATED_AT","BILLING_ADDRESS__REGION__DELETED","BILLING_ADDRESS__REGION__UPDATED_AT","SHIPPING_ADDRESS__REGION__CREATED_AT","SHIPPING_ADDRESS__REGION__DELETED","SHIPPING_ADDRESS__REGION__UPDATED_AT"],[2,Object.entries(t).filter((function(t){var r=t[0];return!e.includes(r)})).map((function(t){return t[1]}))]}}))}))}function D(e){return t(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/mutations/subscribeToMarketingNotifications.js")];case 1:return[4,(0,t.sent().default)(e)];case 2:return[2,t.sent()]}}))}))}function N(e){var i;return t(this,void 0,void 0,(function(){var t;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/queries/getLastViewedProducts.js")];case 1:return[4,(0,r.sent().default)(e)];case 2:return t=r.sent(),[2,new n(null===(i=t.data)||void 0===i?void 0:i.products,t.graphQLErrors)]}}))}))}function R(e){return t(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/mutations/saveLastViewedProducts.js")];case 1:return[4,(0,t.sent().default)(e)];case 2:return[2,t.sent()]}}))}))}function w(i){var s;return t(this,void 0,void 0,(function(){var t,u;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/queries/listOrderRefundSettings.js")];case 1:return[4,(0,r.sent().default)(i)];case 2:return t=r.sent(),u=(null===(s=t.data)||void 0===s?void 0:s.map((function(t){return e({},t)})))||null,[2,new n(u,t.graphQLErrors)]}}))}))}function G(e){return t(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/mutations/sendContactFormToMerchant.js")];case 1:return[4,(0,t.sent().default)(e)];case 2:return[2,t.sent()]}}))}))}function b(){return t(this,void 0,void 0,(function(){var t,e;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/queries/listFavoriteProducts.js")];case 1:return[4,(0,r.sent().default)()];case 2:return t=r.sent(),e=t.data||null,[2,new n(e,t.graphQLErrors)]}}))}))}function j(e){return t(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/mutations/saveFavoriteProduct.js")];case 1:return[4,(0,t.sent().default)(e)];case 2:return[2,t.sent()]}}))}))}function P(e){return t(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/queries/isFavoriteProduct.js")];case 1:return[4,(0,t.sent().default)({productId:e.productId})];case 2:return[2,t.sent()]}}))}))}function g(e){return t(this,void 0,void 0,(function(){var t,s;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/mutations/createCustomerReview.js")];case 1:return[4,(0,r.sent().default)(e)];case 2:return t=r.sent(),(s=t.data)&&i(s),[2,new n(s,t.graphQLErrors)]}}))}))}function U(s){var u;return t(this,void 0,void 0,(function(){var t,a;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/queries/listCustomerReviews.js")];case 1:return[4,(0,r.sent().default)(s)];case 2:return t=r.sent(),(a=(null===(u=t.data)||void 0===u?void 0:u.data)||[]).forEach(i),[2,new n(t.data?e(e({},t.data),{data:a}):null,t.graphQLErrors)]}}))}))}function M(i){var s;return t(this,void 0,void 0,(function(){var t,u;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/queries/listCustomerReviewSummary.js")];case 1:return[4,(0,r.sent().default)(i)];case 2:return t=r.sent(),u=(null===(s=t.data)||void 0===s?void 0:s.data)||[],[2,new n(e(e({},t.data),{data:u}),t.graphQLErrors)]}}))}))}function F(){return t(this,void 0,void 0,(function(){var t,e;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/queries/listCustomerAttribute.js")];case 1:return[4,(0,r.sent().default)()];case 2:return t=r.sent(),(e=t.data||[]).sort((function(t,r){return t.order&&r.order?t.order-r.order:-1})).forEach((function(t){return s(t,u.getCurrentLocale())})),[2,new n(e,t.graphQLErrors)]}}))}))}function B(){return t(this,void 0,void 0,(function(){var t,e;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/queries/getMyCustomer.js")];case 1:return t=r.sent().ResponseField,e=["NOTE","TAG_IDS","CUSTOMER_GROUP_IDS","PASSWORD_UPDATE_DATE","ORDER_COUNT","REGISTRATION_SOURCE","ADDRESSES__REGION__CREATED_AT","ADDRESSES__REGION__DELETED","ADDRESSES__REGION__UPDATED_AT"],[2,Object.entries(t).filter((function(t){var r=t[0];return!e.includes(r)})).map((function(t){return t[1]}))]}}))}))}function X(i){return t(this,void 0,void 0,(function(){var t,s;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/queries/listCustomerSettings.js")];case 1:return[4,(0,r.sent().default)(i)];case 2:return t=r.sent(),s=t.data||[],[2,new n(e(e({},t.data),{data:s}),t.graphQLErrors)]}}))}))}function q(e){return t(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/mutations/activateCustomer.js")];case 1:return[4,(0,t.sent().default)(e)];case 2:return[2,t.sent()]}}))}))}function Q(e){return t(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/mutations/resendCustomerActivationMail.js")];case 1:return[4,(0,t.sent().default)(e)];case 2:return[2,t.sent()]}}))}))}function V(e){return t(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/mutations/resendCustomerPhoneVerificationCode.js")];case 1:return[4,(0,t.sent().default)(e)];case 2:return[2,t.sent()]}}))}))}function W(e){return t(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/mutations/validateCustomerPhoneVerificationCode.js")];case 1:return[4,(0,t.sent().default)(e)];case 2:return[2,t.sent()]}}))}))}function y(i){var s;return t(this,void 0,void 0,(function(){var t,u;return r(this,(function(r){switch(r.label){case 0:return[4,import("../../__api/mutations/validateOTPCode.js")];case 1:return[4,(0,r.sent().default)(i)];case 2:return t=r.sent(),u=(null===(s=t.data)||void 0===s?void 0:s.customer)||null,[2,new n(t.data?e(e({},t.data),{customer:u}):null,t.graphQLErrors)]}}))}))}function H(e){return t(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/mutations/customerDeactivate.js")];case 1:return[4,(0,t.sent().default)(e)];case 2:return[2,t.sent()]}}))}))}function K(){return t(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return[4,import("../../__api/queries/exportCustomerPersonalData.js")];case 1:return[4,(0,t.sent().default)()];case 2:return[2,t.sent()]}}))}))}!function(t){t.EMAIL_IS_NOT_VERIFIED="EMAIL_IS_NOT_VERIFIED",t.CUSTOMER_EMAIL_ALREADY_EXISTS="CUSTOMER_EMAIL_ALREADY_EXISTS",t.UNKOWN="UNKOWN",t.B2B_CUSTOMER_ACCOUNT_DISABLED="B2B_CUSTOMER_ACCOUNT_DISABLED",t.PHONE_IS_NOT_VERIFIED="PHONE_IS_NOT_VERIFIED",t.FACEBOOK_SOCIAL_LOGIN_EXISTS="FACEBOOK_SOCIAL_LOGIN_EXISTS",t.GOOGLE_SOCIAL_LOGIN_EXISTS="GOOGLE_SOCIAL_LOGIN_EXISTS",t.APPLE_SOCIAL_LOGIN_EXISTS="APPLE_SOCIAL_LOGIN_EXISTS",t.TWITCH_SOCIAL_LOGIN_EXISTS="TWITCH_SOCIAL_LOGIN_EXISTS",t.SOCIAL_LOGIN_EXISTS="SOCIAL_LOGIN_EXISTS",t.INVALID_CODE="INVALID_CODE"}(a||(a={})),function(t){t.CUSTOMER_ACCOUNT_DISABLED="CUSTOMER_ACCOUNT_DISABLED",t.EMAIL_IS_NOT_VERIFIED="EMAIL_IS_NOT_VERIFIED",t.CUSTOMER_NOT_FOUND="CUSTOMER_NOT_FOUND",t.B2B_CUSTOMER_ACCOUNT_DISABLED="B2B_CUSTOMER_ACCOUNT_DISABLED",t.UNKOWN="UNKOWN",t.PHONE_IS_NOT_VERIFIED="PHONE_IS_NOT_VERIFIED",t.WRONG_PASSWORD="WRONG_PASSWORD",t.FACEBOOK_SOCIAL_LOGIN_EXISTS="FACEBOOK_SOCIAL_LOGIN_EXISTS",t.GOOGLE_SOCIAL_LOGIN_EXISTS="GOOGLE_SOCIAL_LOGIN_EXISTS",t.APPLE_SOCIAL_LOGIN_EXISTS="APPLE_SOCIAL_LOGIN_EXISTS",t.TWITCH_SOCIAL_LOGIN_EXISTS="TWITCH_SOCIAL_LOGIN_EXISTS",t.SOCIAL_LOGIN_EXISTS="SOCIAL_LOGIN_EXISTS",t.INVALID_CODE="INVALID_CODE"}(o||(o={}));export{o as IkasLoginError,a as IkasRegisterError,q as activateCustomer,h as checkEmail,g as createCustomerReview,A as createOrderRefundRequest,H as deactivateCustomer,K as exportCustomerPersonelData,E as forgotPassword,I as getCustomer,N as getLastViewedProducts,m as getOrderByEmail,p as getOrders,P as isFavoriteProduct,F as listCustomerAttribute,M as listCustomerReviewSummary,U as listCustomerReviews,X as listCustomerSettings,b as listFavoriteProducts,w as listOrderRefundSettings,L as listOrderTransactions,T as listOrderTransactionsWithPrices,c as login,v as recoverPassword,f as refreshToken,d as register,Q as resendCustomerActivationMail,V as resendCustomerPhoneVerificationCode,S as saveCustomer,O as saveCustomerFormData,j as saveFavoriteProduct,R as saveLastViewedProducts,G as sendContactFormToMerchant,_ as socialLogin,D as subscribeToMarketingNotifications,W as validateCustomerPhoneVerificationCode,y as validateOTPCode};
|
package/build/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{setAPIClientConfig}from"./index2.js";export{SaveMyCustomerInput}from"./__api/models/SaveMyCustomerInput.js";export{SaveCartInput}from"./__api/models/SaveCartInput.js";export{CheckStocksLineInput}from"./__api/models/CheckStocksLineInput.js";export{CampaignOfferTargetPageTypeEnum,GetSuggestedProductsMethodEnum,MasterPassOperationTypeEnum,SortByDirectionEnum,SortByTypeEnum,TransactionCardAssociationEnum}from"./__api/types/index.js";export{APIResponse,Config as IkasAPIClientConfig}from"@ikas/fe-api-client";export{listBlog,listBlogCategory,listBlogMetaData}from"./api/blog/index.js";export{listProductBrand}from"./api/brand/index.js";export{addItemToCart,createCart,getCartById,removeGiftCardFromCart,saveCart,saveCartCouponCode,updateCartCampaignOffer}from"./api/cart/index.js";export{listCategory}from"./api/category/index.js";export{checkCartStocks,checkStocks,createAdyenBalancePlatformPaymentSession,createKlarnaClientToken,createPayPalOrder,createSaleTransactionWithCart,createStripePaymentIntent,getAvailableShippingCountries,getAvailableStockLocations,getPayPalClientId,hepsipayFrameInit,listCheckoutSettings,listPaymentGateway,listProductFile,listStockLocations,retrieveInstallmentInfo,updatePaypalOrder}from"./api/checkout/index.js";export{IkasLoginError,IkasRegisterError,activateCustomer,checkEmail,createCustomerReview,createOrderRefundRequest,deactivateCustomer,exportCustomerPersonelData,forgotPassword,getCustomer,getLastViewedProducts,getOrderByEmail,getOrders,isFavoriteProduct,listCustomerAttribute,listCustomerReviewSummary,listCustomerReviews,listCustomerSettings,listFavoriteProducts,listOrderRefundSettings,listOrderTransactions,listOrderTransactionsWithPrices,login,recoverPassword,refreshToken,register,resendCustomerActivationMail,resendCustomerPhoneVerificationCode,saveCustomer,saveCustomerFormData,saveFavoriteProduct,saveLastViewedProducts,sendContactFormToMerchant,
|
|
1
|
+
export{setAPIClientConfig}from"./index2.js";export{SaveMyCustomerInput}from"./__api/models/SaveMyCustomerInput.js";export{SaveCartInput}from"./__api/models/SaveCartInput.js";export{CheckStocksLineInput}from"./__api/models/CheckStocksLineInput.js";export{CampaignOfferTargetPageTypeEnum,GetSuggestedProductsMethodEnum,MasterPassOperationTypeEnum,SortByDirectionEnum,SortByTypeEnum,TransactionCardAssociationEnum}from"./__api/types/index.js";export{APIResponse,Config as IkasAPIClientConfig}from"@ikas/fe-api-client";export{listBlog,listBlogCategory,listBlogMetaData}from"./api/blog/index.js";export{listProductBrand}from"./api/brand/index.js";export{addItemToCart,createCart,getCartById,removeGiftCardFromCart,saveCart,saveCartCouponCode,updateCartCampaignOffer}from"./api/cart/index.js";export{listCategory}from"./api/category/index.js";export{checkCartStocks,checkStocks,createAdyenBalancePlatformPaymentSession,createKlarnaClientToken,createPayPalOrder,createSaleTransactionWithCart,createStripePaymentIntent,getAvailableShippingCountries,getAvailableStockLocations,getPayPalClientId,getStoreCreditBalance,hepsipayFrameInit,listCheckoutSettings,listPaymentGateway,listProductFile,listStockLocations,retrieveInstallmentInfo,updatePaypalOrder}from"./api/checkout/index.js";export{IkasLoginError,IkasRegisterError,activateCustomer,checkEmail,createCustomerReview,createOrderRefundRequest,deactivateCustomer,exportCustomerPersonelData,forgotPassword,getCustomer,getLastViewedProducts,getOrderByEmail,getOrders,isFavoriteProduct,listCustomerAttribute,listCustomerReviewSummary,listCustomerReviews,listCustomerSettings,listFavoriteProducts,listOrderRefundSettings,listOrderTransactions,listOrderTransactionsWithPrices,login,recoverPassword,refreshToken,register,resendCustomerActivationMail,resendCustomerPhoneVerificationCode,saveCustomer,saveCustomerFormData,saveFavoriteProduct,saveLastViewedProducts,sendContactFormToMerchant,socialLogin,subscribeToMarketingNotifications,validateCustomerPhoneVerificationCode,validateOTPCode}from"./api/customer/index.js";export{getDigitalProductFileDownloadUrl,getProductOptionFileUrl,uploadFile}from"./api/file-upload/index.js";export{listHTMLMetaData}from"./api/html-meta-data/index.js";export{getAvailableShippingZones,getMyCountry,listCity,listCountry,listDistrict,listState}from"./api/location/index.js";export{getMasterPassRequestToken}from"./api/masterpass/index.js";export{listMerchantSettings}from"./api/merchant/index.js";export{getOrderLineFile,getProductCampaigns,getProductFilterData,getRelatedProducts,getSuggestedProducts,getVariantStockLocations,listCampaignOffer,listProductAttribute,listProductBackInStockRemind,listProductOptionSet,saveProductBackInStockRemind,searchProducts}from"./api/product/index.js";export{listRaffleMetaData,listRaffleParticipants,listStorefrontRaffle,saveRaffleParticipant}from"./api/raffle/index.js";export{getStorefrontSettings}from"./api/storefront/index.js";export{listStorefrontPopup}from"./api/storefront-popup/index.js";
|
package/build/index2.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{Config as e,APIErrorCode as t}from"@ikas/fe-api-client";export{APIResponse,Config as IkasAPIClientConfig}from"@ikas/fe-api-client";import{IkasStorefrontConfig as r}from"@ikas/storefront-config";import"@ikas/storefront-models";export{IkasLoginError,IkasRegisterError,activateCustomer,checkEmail,createCustomerReview,createOrderRefundRequest,deactivateCustomer,exportCustomerPersonelData,forgotPassword,getCustomer,getLastViewedProducts,getOrderByEmail,getOrders,isFavoriteProduct,listCustomerAttribute,listCustomerReviewSummary,listCustomerReviews,listCustomerSettings,listFavoriteProducts,listOrderRefundSettings,listOrderTransactions,listOrderTransactionsWithPrices,login,recoverPassword,refreshToken,register,resendCustomerActivationMail,resendCustomerPhoneVerificationCode,saveCustomer,saveCustomerFormData,saveFavoriteProduct,saveLastViewedProducts,sendContactFormToMerchant,
|
|
1
|
+
import{Config as e,APIErrorCode as t}from"@ikas/fe-api-client";export{APIResponse,Config as IkasAPIClientConfig}from"@ikas/fe-api-client";import{IkasStorefrontConfig as r}from"@ikas/storefront-config";import"@ikas/storefront-models";export{IkasLoginError,IkasRegisterError,activateCustomer,checkEmail,createCustomerReview,createOrderRefundRequest,deactivateCustomer,exportCustomerPersonelData,forgotPassword,getCustomer,getLastViewedProducts,getOrderByEmail,getOrders,isFavoriteProduct,listCustomerAttribute,listCustomerReviewSummary,listCustomerReviews,listCustomerSettings,listFavoriteProducts,listOrderRefundSettings,listOrderTransactions,listOrderTransactionsWithPrices,login,recoverPassword,refreshToken,register,resendCustomerActivationMail,resendCustomerPhoneVerificationCode,saveCustomer,saveCustomerFormData,saveFavoriteProduct,saveLastViewedProducts,sendContactFormToMerchant,socialLogin,subscribeToMarketingNotifications,validateCustomerPhoneVerificationCode,validateOTPCode}from"./api/customer/index.js";import"axios";export{SaveMyCustomerInput}from"./__api/models/SaveMyCustomerInput.js";export{SaveCartInput}from"./__api/models/SaveCartInput.js";export{CheckStocksLineInput}from"./__api/models/CheckStocksLineInput.js";export{CampaignOfferTargetPageTypeEnum,GetSuggestedProductsMethodEnum,MasterPassOperationTypeEnum,SortByDirectionEnum,SortByTypeEnum,TransactionCardAssociationEnum}from"./__api/types/index.js";function o(){e.URL=r.getApiUrl()||"",e.HEADERS={"x-api-key":r.getApiKey()||"","x-sfid":r.getStorefrontId()||"","x-sfrid":r.getStorefrontRoutingId()||"","x-sid":r.getSessionId()||"","x-vid":r.getVisitorId()||"","x-jid":r.getJourneyId()||""},e.TOKEN=r.getCustomerToken()||"",r.getLoginRequiredCallback()&&(e.ON_ERROR={errorCodes:[{errorCode:t.LOGIN_REQUIRED,callback:r.getLoginRequiredCallback()}]})}r.addObserver({id:"ikas-storefront-api",callback:o});export{o as setAPIClientConfig};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ikas/storefront-api",
|
|
3
|
-
"version": "6.1.0-beta.
|
|
3
|
+
"version": "6.1.0-beta.138",
|
|
4
4
|
"author": "ikas",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"description": "API functions that returns models from the ikas-storefront-models package.",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@rollup/plugin-commonjs": "^22.0.0",
|
|
20
|
-
"@ikas/storefront-config": "^6.1.0-beta.
|
|
21
|
-
"@ikas/storefront-models": "^6.1.0-beta.
|
|
20
|
+
"@ikas/storefront-config": "^6.1.0-beta.138",
|
|
21
|
+
"@ikas/storefront-models": "^6.1.0-beta.138",
|
|
22
22
|
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
23
23
|
"rollup-plugin-rename-node-modules": "^1.2.0",
|
|
24
24
|
"prettier": "^2.2.1",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"@ikas/fe-api-client": "^1.0.19"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
|
-
"@ikas/storefront-config": "^6.1.0-beta.
|
|
38
|
-
"@ikas/storefront-models": "^6.1.0-beta.
|
|
37
|
+
"@ikas/storefront-config": "^6.1.0-beta.138",
|
|
38
|
+
"@ikas/storefront-models": "^6.1.0-beta.138",
|
|
39
39
|
"@ikas/fe-api-client": "^1.0.18",
|
|
40
40
|
"axios": "^0.26.0",
|
|
41
41
|
"ts-essentials": "^7.0.1"
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/** DO NOT EDIT - GENERATED AUTO BY IKAS API-CLIENT **/
|
|
2
|
-
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
3
|
-
declare const sendCustomerSmsLoginCode: (variables: QueryParams, config?: ConfigType) => Promise<APIResponse<boolean> | APIResponse<undefined>>;
|
|
4
|
-
export default sendCustomerSmsLoginCode;
|
|
5
|
-
export declare type QueryParams = {
|
|
6
|
-
captchaToken?: string | null;
|
|
7
|
-
phone: string;
|
|
8
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{__awaiter as t,__generator as n}from'./../../ext/tslib/tslib.es6.js';import{handleAPIError as e,APIResponse as o,fetchQuery as r}from"@ikas/fe-api-client";var s=function(s,i){return t(void 0,void 0,void 0,(function(){var t,a,u,c;return n(this,(function(n){switch(n.label){case 0:return n.trys.push([0,2,,3]),[4,r({operationName:"sendCustomerSmsLoginCode",config:i,variables:s,query:"\n\t\t\t\tmutation sendCustomerSmsLoginCode (\n\t\t\t\t\t$captchaToken: String,\n\t\t\t\t\t$phone: String!,\n\t\t\t\t) {\n\t\t\t\t\tsendCustomerSmsLoginCode (\n\t\t\t\t\t\tcaptchaToken: $captchaToken,\n\t\t\t\t\t\tphone: $phone,\n\t\t\t\t\t)\n\t\t\t\t}\n\t\t\t"})];case 1:return t=n.sent(),a=t.data,u=t.errors,[2,new o(null==a?void 0:a.sendCustomerSmsLoginCode,u)];case 2:return c=n.sent(),[2,e(c)];case 3:return[2]}}))}))};export{s as default};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/** DO NOT EDIT - GENERATED AUTO BY IKAS API-CLIENT **/
|
|
2
|
-
import { ConfigType, APIResponse } from "@ikas/fe-api-client";
|
|
3
|
-
import { CustomerAttributeValueInput, CustomerGenderTypeEnum, CustomerRegisterSubscriptionInput } from "../types";
|
|
4
|
-
declare const smsRegisterCustomer: (variables: QueryParams, config?: ConfigType) => Promise<APIResponse<boolean> | APIResponse<undefined>>;
|
|
5
|
-
export default smsRegisterCustomer;
|
|
6
|
-
export declare type QueryParams = {
|
|
7
|
-
attributes?: CustomerAttributeValueInput[] | null;
|
|
8
|
-
birthDate?: any | null;
|
|
9
|
-
captchaToken?: string | null;
|
|
10
|
-
firstName: string;
|
|
11
|
-
gender?: CustomerGenderTypeEnum | null;
|
|
12
|
-
isAcceptMarketing?: boolean | null;
|
|
13
|
-
lastName: string;
|
|
14
|
-
locale?: string | null;
|
|
15
|
-
orderId?: string | null;
|
|
16
|
-
phone: string;
|
|
17
|
-
preferredLanguage?: string | null;
|
|
18
|
-
subscriptions?: CustomerRegisterSubscriptionInput | null;
|
|
19
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{__awaiter as t,__generator as e}from'./../../ext/tslib/tslib.es6.js';import{handleAPIError as n,APIResponse as r,fetchQuery as s}from"@ikas/fe-api-client";var i=function(i,a){return t(void 0,void 0,void 0,(function(){var t,o,u,c;return e(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,s({operationName:"smsRegisterCustomer",config:a,variables:i,query:"\n\t\t\t\tmutation smsRegisterCustomer (\n\t\t\t\t\t$attributes: [CustomerAttributeValueInput!],\n\t\t\t\t\t$birthDate: Timestamp,\n\t\t\t\t\t$captchaToken: String,\n\t\t\t\t\t$firstName: String!,\n\t\t\t\t\t$gender: CustomerGenderTypeEnum,\n\t\t\t\t\t$isAcceptMarketing: Boolean,\n\t\t\t\t\t$lastName: String!,\n\t\t\t\t\t$locale: String,\n\t\t\t\t\t$orderId: String,\n\t\t\t\t\t$phone: String!,\n\t\t\t\t\t$preferredLanguage: String,\n\t\t\t\t\t$subscriptions: CustomerRegisterSubscriptionInput,\n\t\t\t\t) {\n\t\t\t\t\tsmsRegisterCustomer (\n\t\t\t\t\t\tattributes: $attributes,\n\t\t\t\t\t\tbirthDate: $birthDate,\n\t\t\t\t\t\tcaptchaToken: $captchaToken,\n\t\t\t\t\t\tfirstName: $firstName,\n\t\t\t\t\t\tgender: $gender,\n\t\t\t\t\t\tisAcceptMarketing: $isAcceptMarketing,\n\t\t\t\t\t\tlastName: $lastName,\n\t\t\t\t\t\tlocale: $locale,\n\t\t\t\t\t\torderId: $orderId,\n\t\t\t\t\t\tphone: $phone,\n\t\t\t\t\t\tpreferredLanguage: $preferredLanguage,\n\t\t\t\t\t\tsubscriptions: $subscriptions,\n\t\t\t\t\t)\n\t\t\t\t}\n\t\t\t"})];case 1:return t=e.sent(),o=t.data,u=t.errors,[2,new r(null==o?void 0:o.smsRegisterCustomer,u)];case 2:return c=e.sent(),[2,n(c)];case 3:return[2]}}))}))};export{i as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{__awaiter as e,__generator as t}from'./../../ext/tslib/tslib.es6.js';import{handleAPIError as _,APIResponse as s,fetchQuery as S}from"@ikas/fe-api-client";var E,r=function(E,r,o){return e(void 0,void 0,void 0,(function(){var e,d,u,R;return t(this,(function(t){switch(t.label){case 0:return t.trys.push([0,2,,3]),[4,S({operationName:"validateCustomerPhoneLoginCode",config:o,variables:E,allReturnFields:T,fields:r,query:function(e){return"\n\t\t\t\tmutation validateCustomerPhoneLoginCode (\n\t\t\t\t\t$captchaToken: String,\n\t\t\t\t\t$verificationCode: String!,\n\t\t\t\t) {\n\t\t\t\t\tvalidateCustomerPhoneLoginCode (\n\t\t\t\t\t\tcaptchaToken: $captchaToken,\n\t\t\t\t\t\tverificationCode: $verificationCode,\n\t\t\t\t\t) ".concat(e,"\n\t\t\t\t}\n\t\t\t")}})];case 1:return e=t.sent(),d=e.data,u=e.errors,[2,new s(null==d?void 0:d.validateCustomerPhoneLoginCode,u)];case 2:return R=t.sent(),[2,_(R)];case 3:return[2]}}))}))},T="{customer {accountStatus accountStatusUpdatedAt addresses {addressLine1 addressLine2 attributes {customerAttributeId customerAttributeOptionId value } city {code id name } company country {code id iso2 iso3 name } createdAt deleted district {code id name } firstName id identityNumber isDefault lastName phone postalCode region {createdAt deleted id name updatedAt } state {code id name } taxNumber taxOffice title updatedAt } attributes {customerAttributeId customerAttributeOptionId value } birthDate createdAt customerGroupIds customerSegmentIds customerSequence deleted email emailVerifiedDate firstName fullName gender id isEmailVerified isPhoneVerified lastName note orderCount passwordUpdateDate phone phoneSubscriptionStatus phoneSubscriptionStatusUpdatedAt phoneVerifiedDate preferredLanguage priceListId priceListRules {discountRate filters {type valueList } priceListId shouldMatchAllFilters value valueType } registrationSource smsSubscriptionStatus smsSubscriptionStatusUpdatedAt subscriptionStatus subscriptionStatusUpdatedAt tagIds updatedAt } token tokenExpiry }";!function(e){e.CUSTOMER__ACCOUNT_STATUS="customer.accountStatus",e.CUSTOMER__ACCOUNT_STATUS_UPDATED_AT="customer.accountStatusUpdatedAt",e.CUSTOMER__ADDRESSES__ADDRESS_LINE1="customer.addresses.addressLine1",e.CUSTOMER__ADDRESSES__ADDRESS_LINE2="customer.addresses.addressLine2",e.CUSTOMER__ADDRESSES__ATTRIBUTES__CUSTOMER_ATTRIBUTE_ID="customer.addresses.attributes.customerAttributeId",e.CUSTOMER__ADDRESSES__ATTRIBUTES__CUSTOMER_ATTRIBUTE_OPTION_ID="customer.addresses.attributes.customerAttributeOptionId",e.CUSTOMER__ADDRESSES__ATTRIBUTES__VALUE="customer.addresses.attributes.value",e.CUSTOMER__ADDRESSES__CITY__CODE="customer.addresses.city.code",e.CUSTOMER__ADDRESSES__CITY__ID="customer.addresses.city.id",e.CUSTOMER__ADDRESSES__CITY__NAME="customer.addresses.city.name",e.CUSTOMER__ADDRESSES__COMPANY="customer.addresses.company",e.CUSTOMER__ADDRESSES__COUNTRY__CODE="customer.addresses.country.code",e.CUSTOMER__ADDRESSES__COUNTRY__ID="customer.addresses.country.id",e.CUSTOMER__ADDRESSES__COUNTRY__ISO2="customer.addresses.country.iso2",e.CUSTOMER__ADDRESSES__COUNTRY__ISO3="customer.addresses.country.iso3",e.CUSTOMER__ADDRESSES__COUNTRY__NAME="customer.addresses.country.name",e.CUSTOMER__ADDRESSES__CREATED_AT="customer.addresses.createdAt",e.CUSTOMER__ADDRESSES__DELETED="customer.addresses.deleted",e.CUSTOMER__ADDRESSES__DISTRICT__CODE="customer.addresses.district.code",e.CUSTOMER__ADDRESSES__DISTRICT__ID="customer.addresses.district.id",e.CUSTOMER__ADDRESSES__DISTRICT__NAME="customer.addresses.district.name",e.CUSTOMER__ADDRESSES__FIRST_NAME="customer.addresses.firstName",e.CUSTOMER__ADDRESSES__ID="customer.addresses.id",e.CUSTOMER__ADDRESSES__IDENTITY_NUMBER="customer.addresses.identityNumber",e.CUSTOMER__ADDRESSES__IS_DEFAULT="customer.addresses.isDefault",e.CUSTOMER__ADDRESSES__LAST_NAME="customer.addresses.lastName",e.CUSTOMER__ADDRESSES__PHONE="customer.addresses.phone",e.CUSTOMER__ADDRESSES__POSTAL_CODE="customer.addresses.postalCode",e.CUSTOMER__ADDRESSES__REGION__CREATED_AT="customer.addresses.region.createdAt",e.CUSTOMER__ADDRESSES__REGION__DELETED="customer.addresses.region.deleted",e.CUSTOMER__ADDRESSES__REGION__ID="customer.addresses.region.id",e.CUSTOMER__ADDRESSES__REGION__NAME="customer.addresses.region.name",e.CUSTOMER__ADDRESSES__REGION__UPDATED_AT="customer.addresses.region.updatedAt",e.CUSTOMER__ADDRESSES__STATE__CODE="customer.addresses.state.code",e.CUSTOMER__ADDRESSES__STATE__ID="customer.addresses.state.id",e.CUSTOMER__ADDRESSES__STATE__NAME="customer.addresses.state.name",e.CUSTOMER__ADDRESSES__TAX_NUMBER="customer.addresses.taxNumber",e.CUSTOMER__ADDRESSES__TAX_OFFICE="customer.addresses.taxOffice",e.CUSTOMER__ADDRESSES__TITLE="customer.addresses.title",e.CUSTOMER__ADDRESSES__UPDATED_AT="customer.addresses.updatedAt",e.CUSTOMER__ATTRIBUTES__CUSTOMER_ATTRIBUTE_ID="customer.attributes.customerAttributeId",e.CUSTOMER__ATTRIBUTES__CUSTOMER_ATTRIBUTE_OPTION_ID="customer.attributes.customerAttributeOptionId",e.CUSTOMER__ATTRIBUTES__VALUE="customer.attributes.value",e.CUSTOMER__BIRTH_DATE="customer.birthDate",e.CUSTOMER__CREATED_AT="customer.createdAt",e.CUSTOMER__CUSTOMER_GROUP_IDS="customer.customerGroupIds",e.CUSTOMER__CUSTOMER_SEGMENT_IDS="customer.customerSegmentIds",e.CUSTOMER__CUSTOMER_SEQUENCE="customer.customerSequence",e.CUSTOMER__DELETED="customer.deleted",e.CUSTOMER__EMAIL="customer.email",e.CUSTOMER__EMAIL_VERIFIED_DATE="customer.emailVerifiedDate",e.CUSTOMER__FIRST_NAME="customer.firstName",e.CUSTOMER__FULL_NAME="customer.fullName",e.CUSTOMER__GENDER="customer.gender",e.CUSTOMER__ID="customer.id",e.CUSTOMER__IS_EMAIL_VERIFIED="customer.isEmailVerified",e.CUSTOMER__IS_PHONE_VERIFIED="customer.isPhoneVerified",e.CUSTOMER__LAST_NAME="customer.lastName",e.CUSTOMER__NOTE="customer.note",e.CUSTOMER__ORDER_COUNT="customer.orderCount",e.CUSTOMER__PASSWORD_UPDATE_DATE="customer.passwordUpdateDate",e.CUSTOMER__PHONE="customer.phone",e.CUSTOMER__PHONE_SUBSCRIPTION_STATUS="customer.phoneSubscriptionStatus",e.CUSTOMER__PHONE_SUBSCRIPTION_STATUS_UPDATED_AT="customer.phoneSubscriptionStatusUpdatedAt",e.CUSTOMER__PHONE_VERIFIED_DATE="customer.phoneVerifiedDate",e.CUSTOMER__PREFERRED_LANGUAGE="customer.preferredLanguage",e.CUSTOMER__PRICE_LIST_ID="customer.priceListId",e.CUSTOMER__PRICE_LIST_RULES__DISCOUNT_RATE="customer.priceListRules.discountRate",e.CUSTOMER__PRICE_LIST_RULES__FILTERS__TYPE="customer.priceListRules.filters.type",e.CUSTOMER__PRICE_LIST_RULES__FILTERS__VALUE_LIST="customer.priceListRules.filters.valueList",e.CUSTOMER__PRICE_LIST_RULES__PRICE_LIST_ID="customer.priceListRules.priceListId",e.CUSTOMER__PRICE_LIST_RULES__SHOULD_MATCH_ALL_FILTERS="customer.priceListRules.shouldMatchAllFilters",e.CUSTOMER__PRICE_LIST_RULES__VALUE="customer.priceListRules.value",e.CUSTOMER__PRICE_LIST_RULES__VALUE_TYPE="customer.priceListRules.valueType",e.CUSTOMER__REGISTRATION_SOURCE="customer.registrationSource",e.CUSTOMER__SMS_SUBSCRIPTION_STATUS="customer.smsSubscriptionStatus",e.CUSTOMER__SMS_SUBSCRIPTION_STATUS_UPDATED_AT="customer.smsSubscriptionStatusUpdatedAt",e.CUSTOMER__SUBSCRIPTION_STATUS="customer.subscriptionStatus",e.CUSTOMER__SUBSCRIPTION_STATUS_UPDATED_AT="customer.subscriptionStatusUpdatedAt",e.CUSTOMER__TAG_IDS="customer.tagIds",e.CUSTOMER__UPDATED_AT="customer.updatedAt",e.TOKEN="token",e.TOKEN_EXPIRY="tokenExpiry"}(E||(E={}));export{E as ResponseField,r as default};
|