@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
|
@@ -4105,6 +4105,7 @@ declare enum WebhookIdentityType {
|
|
|
4105
4105
|
}
|
|
4106
4106
|
/** @enumType */
|
|
4107
4107
|
type WebhookIdentityTypeWithLiterals = WebhookIdentityType | 'UNKNOWN' | 'ANONYMOUS_VISITOR' | 'MEMBER' | 'WIX_USER' | 'APP';
|
|
4108
|
+
/** @docsIgnore */
|
|
4108
4109
|
type CreateDraftOrderApplicationErrors = {
|
|
4109
4110
|
code?: 'ORDER_CANNOT_BE_EDITED';
|
|
4110
4111
|
description?: string;
|
|
@@ -4122,11 +4123,13 @@ type CreateDraftOrderApplicationErrors = {
|
|
|
4122
4123
|
description?: string;
|
|
4123
4124
|
data?: Record<string, any>;
|
|
4124
4125
|
};
|
|
4126
|
+
/** @docsIgnore */
|
|
4125
4127
|
type CreateEmptyDraftOrderApplicationErrors = {
|
|
4126
4128
|
code?: 'FAILED_TO_FETCH_SETTINGS';
|
|
4127
4129
|
description?: string;
|
|
4128
4130
|
data?: Record<string, any>;
|
|
4129
4131
|
};
|
|
4132
|
+
/** @docsIgnore */
|
|
4130
4133
|
type AddLineItemsToDraftOrderApplicationErrors = {
|
|
4131
4134
|
code?: 'DRAFT_ORDER_DOES_NOT_EXIST';
|
|
4132
4135
|
description?: string;
|
|
@@ -4164,6 +4167,7 @@ type AddLineItemsToDraftOrderApplicationErrors = {
|
|
|
4164
4167
|
description?: string;
|
|
4165
4168
|
data?: Record<string, any>;
|
|
4166
4169
|
};
|
|
4170
|
+
/** @docsIgnore */
|
|
4167
4171
|
type UpdateLineItemsApplicationErrors = {
|
|
4168
4172
|
code?: 'DRAFT_ORDER_DOES_NOT_EXIST';
|
|
4169
4173
|
description?: string;
|
|
@@ -4189,6 +4193,7 @@ type UpdateLineItemsApplicationErrors = {
|
|
|
4189
4193
|
description?: string;
|
|
4190
4194
|
data?: Record<string, any>;
|
|
4191
4195
|
};
|
|
4196
|
+
/** @docsIgnore */
|
|
4192
4197
|
type SetDiscountsApplicationErrors = {
|
|
4193
4198
|
code?: 'DRAFT_ORDER_DOES_NOT_EXIST';
|
|
4194
4199
|
description?: string;
|
|
@@ -4202,6 +4207,7 @@ type SetDiscountsApplicationErrors = {
|
|
|
4202
4207
|
description?: string;
|
|
4203
4208
|
data?: Record<string, any>;
|
|
4204
4209
|
};
|
|
4210
|
+
/** @docsIgnore */
|
|
4205
4211
|
type CreateCustomDiscountsApplicationErrors = {
|
|
4206
4212
|
code?: 'DRAFT_ORDER_DOES_NOT_EXIST';
|
|
4207
4213
|
description?: string;
|
|
@@ -4223,6 +4229,7 @@ type CreateCustomDiscountsApplicationErrors = {
|
|
|
4223
4229
|
description?: string;
|
|
4224
4230
|
data?: Record<string, any>;
|
|
4225
4231
|
};
|
|
4232
|
+
/** @docsIgnore */
|
|
4226
4233
|
type DeleteCustomDiscountsApplicationErrors = {
|
|
4227
4234
|
code?: 'DRAFT_ORDER_DOES_NOT_EXIST';
|
|
4228
4235
|
description?: string;
|
|
@@ -4236,11 +4243,13 @@ type DeleteCustomDiscountsApplicationErrors = {
|
|
|
4236
4243
|
description?: string;
|
|
4237
4244
|
data?: Record<string, any>;
|
|
4238
4245
|
};
|
|
4246
|
+
/** @docsIgnore */
|
|
4239
4247
|
type SetAdditionalFeesApplicationErrors = {
|
|
4240
4248
|
code?: 'ADDITIONAL_FEE_NOT_FOUND';
|
|
4241
4249
|
description?: string;
|
|
4242
4250
|
data?: Record<string, any>;
|
|
4243
4251
|
};
|
|
4252
|
+
/** @docsIgnore */
|
|
4244
4253
|
type CreateCustomAdditionalFeesApplicationErrors = {
|
|
4245
4254
|
code?: 'DRAFT_ORDER_DOES_NOT_EXIST';
|
|
4246
4255
|
description?: string;
|
|
@@ -4250,6 +4259,7 @@ type CreateCustomAdditionalFeesApplicationErrors = {
|
|
|
4250
4259
|
description?: string;
|
|
4251
4260
|
data?: Record<string, any>;
|
|
4252
4261
|
};
|
|
4262
|
+
/** @docsIgnore */
|
|
4253
4263
|
type DeleteCustomAdditionalFeesApplicationErrors = {
|
|
4254
4264
|
code?: 'DRAFT_ORDER_DOES_NOT_EXIST';
|
|
4255
4265
|
description?: string;
|
|
@@ -4263,31 +4273,37 @@ type DeleteCustomAdditionalFeesApplicationErrors = {
|
|
|
4263
4273
|
description?: string;
|
|
4264
4274
|
data?: Record<string, any>;
|
|
4265
4275
|
};
|
|
4276
|
+
/** @docsIgnore */
|
|
4266
4277
|
type SetShippingInfoApplicationErrors = {
|
|
4267
4278
|
code?: 'DRAFT_ORDER_DOES_NOT_EXIST';
|
|
4268
4279
|
description?: string;
|
|
4269
4280
|
data?: Record<string, any>;
|
|
4270
4281
|
};
|
|
4282
|
+
/** @docsIgnore */
|
|
4271
4283
|
type SetBuyerInfoApplicationErrors = {
|
|
4272
4284
|
code?: 'DRAFT_ORDER_DOES_NOT_EXIST';
|
|
4273
4285
|
description?: string;
|
|
4274
4286
|
data?: Record<string, any>;
|
|
4275
4287
|
};
|
|
4288
|
+
/** @docsIgnore */
|
|
4276
4289
|
type SetRecipientInfoApplicationErrors = {
|
|
4277
4290
|
code?: 'DRAFT_ORDER_DOES_NOT_EXIST';
|
|
4278
4291
|
description?: string;
|
|
4279
4292
|
data?: Record<string, any>;
|
|
4280
4293
|
};
|
|
4294
|
+
/** @docsIgnore */
|
|
4281
4295
|
type SetBillingInfoApplicationErrors = {
|
|
4282
4296
|
code?: 'DRAFT_ORDER_DOES_NOT_EXIST';
|
|
4283
4297
|
description?: string;
|
|
4284
4298
|
data?: Record<string, any>;
|
|
4285
4299
|
};
|
|
4300
|
+
/** @docsIgnore */
|
|
4286
4301
|
type GetDraftOrderApplicationErrors = {
|
|
4287
4302
|
code?: 'DRAFT_ORDER_DOES_NOT_EXIST';
|
|
4288
4303
|
description?: string;
|
|
4289
4304
|
data?: Record<string, any>;
|
|
4290
4305
|
};
|
|
4306
|
+
/** @docsIgnore */
|
|
4291
4307
|
type CommitDraftOrderApplicationErrors = {
|
|
4292
4308
|
code?: 'DRAFT_ORDER_DOES_NOT_EXIST';
|
|
4293
4309
|
description?: string;
|
|
@@ -4297,6 +4313,7 @@ type CommitDraftOrderApplicationErrors = {
|
|
|
4297
4313
|
description?: string;
|
|
4298
4314
|
data?: Record<string, any>;
|
|
4299
4315
|
};
|
|
4316
|
+
/** @docsIgnore */
|
|
4300
4317
|
type CreateOrderFromDraftApplicationErrors = {
|
|
4301
4318
|
code?: 'DRAFT_ORDER_DOES_NOT_EXIST';
|
|
4302
4319
|
description?: string;
|
|
@@ -4306,6 +4323,7 @@ type CreateOrderFromDraftApplicationErrors = {
|
|
|
4306
4323
|
description?: string;
|
|
4307
4324
|
data?: Record<string, any>;
|
|
4308
4325
|
};
|
|
4326
|
+
/** @docsIgnore */
|
|
4309
4327
|
type DeleteDraftOrderApplicationErrors = {
|
|
4310
4328
|
code?: 'DRAFT_ORDER_DOES_NOT_EXIST';
|
|
4311
4329
|
description?: string;
|
|
@@ -4315,16 +4333,19 @@ type DeleteDraftOrderApplicationErrors = {
|
|
|
4315
4333
|
description?: string;
|
|
4316
4334
|
data?: Record<string, any>;
|
|
4317
4335
|
};
|
|
4336
|
+
/** @docsIgnore */
|
|
4318
4337
|
type UpdateExtendedFieldsApplicationErrors = {
|
|
4319
4338
|
code?: 'DRAFT_ORDER_DOES_NOT_EXIST';
|
|
4320
4339
|
description?: string;
|
|
4321
4340
|
data?: Record<string, any>;
|
|
4322
4341
|
};
|
|
4342
|
+
/** @docsIgnore */
|
|
4323
4343
|
type SetTaxExemptionApplicationErrors = {
|
|
4324
4344
|
code?: 'DRAFT_ORDER_DOES_NOT_EXIST';
|
|
4325
4345
|
description?: string;
|
|
4326
4346
|
data?: Record<string, any>;
|
|
4327
4347
|
};
|
|
4348
|
+
/** @docsIgnore */
|
|
4328
4349
|
type SetBusinessLocationApplicationErrors = {
|
|
4329
4350
|
code?: 'DRAFT_ORDER_DOES_NOT_EXIST';
|
|
4330
4351
|
description?: string;
|