@wix/auto_sdk_ecom_draft-orders 1.0.51 → 1.0.52
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/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +21 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +21 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +21 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +21 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -3898,6 +3898,7 @@ declare enum WebhookIdentityType {
|
|
|
3898
3898
|
}
|
|
3899
3899
|
/** @enumType */
|
|
3900
3900
|
type WebhookIdentityTypeWithLiterals = WebhookIdentityType | 'UNKNOWN' | 'ANONYMOUS_VISITOR' | 'MEMBER' | 'WIX_USER' | 'APP';
|
|
3901
|
+
/** @docsIgnore */
|
|
3901
3902
|
type CreateDraftOrderApplicationErrors = {
|
|
3902
3903
|
code?: 'ORDER_CANNOT_BE_EDITED';
|
|
3903
3904
|
description?: string;
|
|
@@ -3915,11 +3916,13 @@ type CreateDraftOrderApplicationErrors = {
|
|
|
3915
3916
|
description?: string;
|
|
3916
3917
|
data?: Record<string, any>;
|
|
3917
3918
|
};
|
|
3919
|
+
/** @docsIgnore */
|
|
3918
3920
|
type CreateEmptyDraftOrderApplicationErrors = {
|
|
3919
3921
|
code?: 'FAILED_TO_FETCH_SETTINGS';
|
|
3920
3922
|
description?: string;
|
|
3921
3923
|
data?: Record<string, any>;
|
|
3922
3924
|
};
|
|
3925
|
+
/** @docsIgnore */
|
|
3923
3926
|
type AddLineItemsToDraftOrderApplicationErrors = {
|
|
3924
3927
|
code?: 'DRAFT_ORDER_DOES_NOT_EXIST';
|
|
3925
3928
|
description?: string;
|
|
@@ -3957,6 +3960,7 @@ type AddLineItemsToDraftOrderApplicationErrors = {
|
|
|
3957
3960
|
description?: string;
|
|
3958
3961
|
data?: Record<string, any>;
|
|
3959
3962
|
};
|
|
3963
|
+
/** @docsIgnore */
|
|
3960
3964
|
type UpdateLineItemsApplicationErrors = {
|
|
3961
3965
|
code?: 'DRAFT_ORDER_DOES_NOT_EXIST';
|
|
3962
3966
|
description?: string;
|
|
@@ -3982,6 +3986,7 @@ type UpdateLineItemsApplicationErrors = {
|
|
|
3982
3986
|
description?: string;
|
|
3983
3987
|
data?: Record<string, any>;
|
|
3984
3988
|
};
|
|
3989
|
+
/** @docsIgnore */
|
|
3985
3990
|
type SetDiscountsApplicationErrors = {
|
|
3986
3991
|
code?: 'DRAFT_ORDER_DOES_NOT_EXIST';
|
|
3987
3992
|
description?: string;
|
|
@@ -3995,6 +4000,7 @@ type SetDiscountsApplicationErrors = {
|
|
|
3995
4000
|
description?: string;
|
|
3996
4001
|
data?: Record<string, any>;
|
|
3997
4002
|
};
|
|
4003
|
+
/** @docsIgnore */
|
|
3998
4004
|
type CreateCustomDiscountsApplicationErrors = {
|
|
3999
4005
|
code?: 'DRAFT_ORDER_DOES_NOT_EXIST';
|
|
4000
4006
|
description?: string;
|
|
@@ -4016,6 +4022,7 @@ type CreateCustomDiscountsApplicationErrors = {
|
|
|
4016
4022
|
description?: string;
|
|
4017
4023
|
data?: Record<string, any>;
|
|
4018
4024
|
};
|
|
4025
|
+
/** @docsIgnore */
|
|
4019
4026
|
type DeleteCustomDiscountsApplicationErrors = {
|
|
4020
4027
|
code?: 'DRAFT_ORDER_DOES_NOT_EXIST';
|
|
4021
4028
|
description?: string;
|
|
@@ -4029,11 +4036,13 @@ type DeleteCustomDiscountsApplicationErrors = {
|
|
|
4029
4036
|
description?: string;
|
|
4030
4037
|
data?: Record<string, any>;
|
|
4031
4038
|
};
|
|
4039
|
+
/** @docsIgnore */
|
|
4032
4040
|
type SetAdditionalFeesApplicationErrors = {
|
|
4033
4041
|
code?: 'ADDITIONAL_FEE_NOT_FOUND';
|
|
4034
4042
|
description?: string;
|
|
4035
4043
|
data?: Record<string, any>;
|
|
4036
4044
|
};
|
|
4045
|
+
/** @docsIgnore */
|
|
4037
4046
|
type CreateCustomAdditionalFeesApplicationErrors = {
|
|
4038
4047
|
code?: 'DRAFT_ORDER_DOES_NOT_EXIST';
|
|
4039
4048
|
description?: string;
|
|
@@ -4043,6 +4052,7 @@ type CreateCustomAdditionalFeesApplicationErrors = {
|
|
|
4043
4052
|
description?: string;
|
|
4044
4053
|
data?: Record<string, any>;
|
|
4045
4054
|
};
|
|
4055
|
+
/** @docsIgnore */
|
|
4046
4056
|
type DeleteCustomAdditionalFeesApplicationErrors = {
|
|
4047
4057
|
code?: 'DRAFT_ORDER_DOES_NOT_EXIST';
|
|
4048
4058
|
description?: string;
|
|
@@ -4056,31 +4066,37 @@ type DeleteCustomAdditionalFeesApplicationErrors = {
|
|
|
4056
4066
|
description?: string;
|
|
4057
4067
|
data?: Record<string, any>;
|
|
4058
4068
|
};
|
|
4069
|
+
/** @docsIgnore */
|
|
4059
4070
|
type SetShippingInfoApplicationErrors = {
|
|
4060
4071
|
code?: 'DRAFT_ORDER_DOES_NOT_EXIST';
|
|
4061
4072
|
description?: string;
|
|
4062
4073
|
data?: Record<string, any>;
|
|
4063
4074
|
};
|
|
4075
|
+
/** @docsIgnore */
|
|
4064
4076
|
type SetBuyerInfoApplicationErrors = {
|
|
4065
4077
|
code?: 'DRAFT_ORDER_DOES_NOT_EXIST';
|
|
4066
4078
|
description?: string;
|
|
4067
4079
|
data?: Record<string, any>;
|
|
4068
4080
|
};
|
|
4081
|
+
/** @docsIgnore */
|
|
4069
4082
|
type SetRecipientInfoApplicationErrors = {
|
|
4070
4083
|
code?: 'DRAFT_ORDER_DOES_NOT_EXIST';
|
|
4071
4084
|
description?: string;
|
|
4072
4085
|
data?: Record<string, any>;
|
|
4073
4086
|
};
|
|
4087
|
+
/** @docsIgnore */
|
|
4074
4088
|
type SetBillingInfoApplicationErrors = {
|
|
4075
4089
|
code?: 'DRAFT_ORDER_DOES_NOT_EXIST';
|
|
4076
4090
|
description?: string;
|
|
4077
4091
|
data?: Record<string, any>;
|
|
4078
4092
|
};
|
|
4093
|
+
/** @docsIgnore */
|
|
4079
4094
|
type GetDraftOrderApplicationErrors = {
|
|
4080
4095
|
code?: 'DRAFT_ORDER_DOES_NOT_EXIST';
|
|
4081
4096
|
description?: string;
|
|
4082
4097
|
data?: Record<string, any>;
|
|
4083
4098
|
};
|
|
4099
|
+
/** @docsIgnore */
|
|
4084
4100
|
type CommitDraftOrderApplicationErrors = {
|
|
4085
4101
|
code?: 'DRAFT_ORDER_DOES_NOT_EXIST';
|
|
4086
4102
|
description?: string;
|
|
@@ -4090,6 +4106,7 @@ type CommitDraftOrderApplicationErrors = {
|
|
|
4090
4106
|
description?: string;
|
|
4091
4107
|
data?: Record<string, any>;
|
|
4092
4108
|
};
|
|
4109
|
+
/** @docsIgnore */
|
|
4093
4110
|
type CreateOrderFromDraftApplicationErrors = {
|
|
4094
4111
|
code?: 'DRAFT_ORDER_DOES_NOT_EXIST';
|
|
4095
4112
|
description?: string;
|
|
@@ -4099,6 +4116,7 @@ type CreateOrderFromDraftApplicationErrors = {
|
|
|
4099
4116
|
description?: string;
|
|
4100
4117
|
data?: Record<string, any>;
|
|
4101
4118
|
};
|
|
4119
|
+
/** @docsIgnore */
|
|
4102
4120
|
type DeleteDraftOrderApplicationErrors = {
|
|
4103
4121
|
code?: 'DRAFT_ORDER_DOES_NOT_EXIST';
|
|
4104
4122
|
description?: string;
|
|
@@ -4108,16 +4126,19 @@ type DeleteDraftOrderApplicationErrors = {
|
|
|
4108
4126
|
description?: string;
|
|
4109
4127
|
data?: Record<string, any>;
|
|
4110
4128
|
};
|
|
4129
|
+
/** @docsIgnore */
|
|
4111
4130
|
type UpdateExtendedFieldsApplicationErrors = {
|
|
4112
4131
|
code?: 'DRAFT_ORDER_DOES_NOT_EXIST';
|
|
4113
4132
|
description?: string;
|
|
4114
4133
|
data?: Record<string, any>;
|
|
4115
4134
|
};
|
|
4135
|
+
/** @docsIgnore */
|
|
4116
4136
|
type SetTaxExemptionApplicationErrors = {
|
|
4117
4137
|
code?: 'DRAFT_ORDER_DOES_NOT_EXIST';
|
|
4118
4138
|
description?: string;
|
|
4119
4139
|
data?: Record<string, any>;
|
|
4120
4140
|
};
|
|
4141
|
+
/** @docsIgnore */
|
|
4121
4142
|
type SetBusinessLocationApplicationErrors = {
|
|
4122
4143
|
code?: 'DRAFT_ORDER_DOES_NOT_EXIST';
|
|
4123
4144
|
description?: string;
|