@wix/auto_sdk_ecom_orders 1.0.169 → 1.0.171
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/{ecom-v1-order-orders.universal-C4PB-9NO.d.ts → ecom-v1-order-orders.universal-BiSsdnAT.d.ts} +163 -163
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js +6 -6
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js +6 -6
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +163 -163
- package/build/cjs/meta.js +6 -6
- package/build/cjs/meta.js.map +1 -1
- package/build/es/{ecom-v1-order-orders.universal-C4PB-9NO.d.mts → ecom-v1-order-orders.universal-BiSsdnAT.d.mts} +163 -163
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs +6 -6
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs +6 -6
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +163 -163
- package/build/es/meta.mjs +6 -6
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/{ecom-v1-order-orders.universal-ClLqcVyj.d.ts → ecom-v1-order-orders.universal-BoI3BNkc.d.ts} +163 -163
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js +6 -6
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -2
- package/build/internal/cjs/index.typings.js +6 -6
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +163 -163
- package/build/internal/cjs/meta.js +6 -6
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/{ecom-v1-order-orders.universal-ClLqcVyj.d.mts → ecom-v1-order-orders.universal-BoI3BNkc.d.mts} +163 -163
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs +6 -6
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -2
- package/build/internal/es/index.typings.mjs +6 -6
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +163 -163
- package/build/internal/es/meta.mjs +6 -6
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/meta.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { cM as ImportOrderRequest$1, cN as ImportOrderResponse$1, cO as SetOrderNumberCounterRequest$1, cP as SetOrderNumberCounterResponse$1, cQ as BulkDeleteImportedOrdersRequest$1, cR as BulkDeleteImportedOrdersResponse$1,
|
|
1
|
+
import { cM as ImportOrderRequest$1, cN as ImportOrderResponse$1, cO as SetOrderNumberCounterRequest$1, cP as SetOrderNumberCounterResponse$1, cQ as BulkDeleteImportedOrdersRequest$1, cR as BulkDeleteImportedOrdersResponse$1, dK as PreparePaymentCollectionRequest$1, b as PreparePaymentCollectionResponse$1, dO as GetPaymentCollectabilityStatusRequest$1, G as GetPaymentCollectabilityStatusResponse$1, dP as RecordManuallyCollectedPaymentRequest$1, dQ as RecordManuallyCollectedPaymentResponse$1, dR as MarkOrderAsPaidRequest$1, dS as MarkOrderAsPaidResponse$1, dT as BulkMarkOrdersAsPaidRequest$1, dU as BulkMarkOrdersAsPaidResponse$1, dZ as GetRefundabilityStatusRequest$1, d_ as GetRefundabilityStatusResponse$1, e1 as CreatePaymentGatewayOrderRequest$1, e3 as CreatePaymentGatewayOrderResponse$1, e4 as ChargeMembershipsRequest$1, e8 as ChargeMembershipsResponse$1, e9 as TriggerRefundRequest$1, ee as TriggerRefundResponse$1, eG as VoidAuthorizedPaymentsRequest$1, V as VoidAuthorizedPaymentsResponse$1, eH as CaptureAuthorizedPaymentsRequest$1, C as CaptureAuthorizedPaymentsResponse$1, e$ as GetOrderRequest$1, f0 as GetOrderResponse$1, fc as SearchOrdersRequest$1, S as SearchOrdersResponse$1, fg as CreateOrderRequest$1, fj as CreateOrderResponse$1, fk as UpdateOrderRequest$1, fl as UpdateOrderResponse$1, fm as BulkUpdateOrdersRequest$1, l as BulkUpdateOrdersResponse$1, g2 as UpdateOrderLineItemRequest$1, g3 as UpdateOrderLineItemResponse$1, gu as AddActivityRequest$1, gx as AddActivityResponse$1, gy as AddActivitiesRequest$1, m as AddActivitiesResponse$1, gz as UpdateActivityRequest$1, gA as UpdateActivityResponse$1, gB as DeleteActivityRequest$1, gC as DeleteActivityResponse$1, gI as CancelOrderRequest$1, o as CancelOrderResponse$1, gK as UpdateOrderStatusRequest$1, gL as UpdateOrderStatusResponse$1, h9 as AggregateOrdersRequest$1, ha as AggregateOrdersResponse$1, he as BulkUpdateOrderTagsRequest$1, r as BulkUpdateOrderTagsResponse$1 } from './ecom-v1-order-orders.universal-BiSsdnAT.mjs';
|
|
2
2
|
import '@wix/sdk-types';
|
|
3
3
|
|
|
4
4
|
interface Order {
|
|
@@ -3252,168 +3252,6 @@ interface AccountInfo {
|
|
|
3252
3252
|
*/
|
|
3253
3253
|
siteId?: string | null;
|
|
3254
3254
|
}
|
|
3255
|
-
interface UpdateInternalDocumentsEvent extends UpdateInternalDocumentsEventOperationOneOf {
|
|
3256
|
-
/** insert/update documents */
|
|
3257
|
-
update?: InternalDocumentUpdateOperation;
|
|
3258
|
-
/** delete by document ids */
|
|
3259
|
-
deleteByIds?: DeleteByIdsOperation;
|
|
3260
|
-
/** delete documents matching filter */
|
|
3261
|
-
deleteByFilter?: DeleteByFilterOperation;
|
|
3262
|
-
/** update internal documents matching filter */
|
|
3263
|
-
updateByFilter?: InternalDocumentUpdateByFilterOperation;
|
|
3264
|
-
/** update only existing documents */
|
|
3265
|
-
updateExisting?: InternalUpdateExistingOperation;
|
|
3266
|
-
/** insert/update documents with versioning */
|
|
3267
|
-
versionedUpdate?: VersionedDocumentUpdateOperation;
|
|
3268
|
-
/** delete by document ids with versioning */
|
|
3269
|
-
versionedDeleteByIds?: VersionedDeleteByIdsOperation;
|
|
3270
|
-
/**
|
|
3271
|
-
* type of the documents
|
|
3272
|
-
* @minLength 2
|
|
3273
|
-
*/
|
|
3274
|
-
documentType?: string;
|
|
3275
|
-
/**
|
|
3276
|
-
* language of the documents (mandatory)
|
|
3277
|
-
* @minLength 2
|
|
3278
|
-
*/
|
|
3279
|
-
language?: string | null;
|
|
3280
|
-
/**
|
|
3281
|
-
* one or more search documents
|
|
3282
|
-
* @deprecated
|
|
3283
|
-
*/
|
|
3284
|
-
addDocuments?: InternalDocument[];
|
|
3285
|
-
/**
|
|
3286
|
-
* one or more ids of indexed documents to be removed. Removal will happen before addition (if both provided)
|
|
3287
|
-
* @deprecated
|
|
3288
|
-
*/
|
|
3289
|
-
removeDocumentIds?: string[];
|
|
3290
|
-
/** id to pass to processing notification */
|
|
3291
|
-
correlationId?: string | null;
|
|
3292
|
-
/** when event was created / issued */
|
|
3293
|
-
issuedAt?: Date | null;
|
|
3294
|
-
}
|
|
3295
|
-
/** @oneof */
|
|
3296
|
-
interface UpdateInternalDocumentsEventOperationOneOf {
|
|
3297
|
-
/** insert/update documents */
|
|
3298
|
-
update?: InternalDocumentUpdateOperation;
|
|
3299
|
-
/** delete by document ids */
|
|
3300
|
-
deleteByIds?: DeleteByIdsOperation;
|
|
3301
|
-
/** delete documents matching filter */
|
|
3302
|
-
deleteByFilter?: DeleteByFilterOperation;
|
|
3303
|
-
/** update internal documents matching filter */
|
|
3304
|
-
updateByFilter?: InternalDocumentUpdateByFilterOperation;
|
|
3305
|
-
/** update only existing documents */
|
|
3306
|
-
updateExisting?: InternalUpdateExistingOperation;
|
|
3307
|
-
/** insert/update documents with versioning */
|
|
3308
|
-
versionedUpdate?: VersionedDocumentUpdateOperation;
|
|
3309
|
-
/** delete by document ids with versioning */
|
|
3310
|
-
versionedDeleteByIds?: VersionedDeleteByIdsOperation;
|
|
3311
|
-
}
|
|
3312
|
-
interface InternalDocument {
|
|
3313
|
-
/** document with mandatory fields (id) and with fields specific to the type of the document */
|
|
3314
|
-
document?: Record<string, any> | null;
|
|
3315
|
-
}
|
|
3316
|
-
interface InternalDocumentUpdateOperation {
|
|
3317
|
-
/** documents to index or update */
|
|
3318
|
-
documents?: InternalDocument[];
|
|
3319
|
-
}
|
|
3320
|
-
interface DeleteByIdsOperation {
|
|
3321
|
-
/** ids of the documents to delete */
|
|
3322
|
-
documentIds?: string[];
|
|
3323
|
-
/**
|
|
3324
|
-
* tenant id for custom tenancy strategy
|
|
3325
|
-
* @minLength 2
|
|
3326
|
-
* @maxLength 300
|
|
3327
|
-
*/
|
|
3328
|
-
tenantId?: string | null;
|
|
3329
|
-
}
|
|
3330
|
-
interface DeleteByFilterOperation {
|
|
3331
|
-
/** documents matching this filter wil be deleted. only filterable documents defined in document_type can be used for filtering */
|
|
3332
|
-
filter?: Record<string, any> | null;
|
|
3333
|
-
/**
|
|
3334
|
-
* tenant id for custom tenancy strategy
|
|
3335
|
-
* @minLength 2
|
|
3336
|
-
* @maxLength 300
|
|
3337
|
-
*/
|
|
3338
|
-
tenantId?: string | null;
|
|
3339
|
-
}
|
|
3340
|
-
interface InternalDocumentUpdateByFilterOperation {
|
|
3341
|
-
/** documents matching this filter will be updated */
|
|
3342
|
-
filter?: Record<string, any> | null;
|
|
3343
|
-
/** partial document to apply */
|
|
3344
|
-
document?: InternalDocument;
|
|
3345
|
-
/**
|
|
3346
|
-
* tenant id for custom tenancy strategy
|
|
3347
|
-
* @minLength 2
|
|
3348
|
-
* @maxLength 300
|
|
3349
|
-
*/
|
|
3350
|
-
tenantId?: string | null;
|
|
3351
|
-
}
|
|
3352
|
-
interface InternalUpdateExistingOperation {
|
|
3353
|
-
/** documents to update */
|
|
3354
|
-
documents?: InternalDocument[];
|
|
3355
|
-
}
|
|
3356
|
-
interface VersionedDocumentUpdateOperation {
|
|
3357
|
-
/** documents to create or overwrite */
|
|
3358
|
-
documents?: InternalDocument[];
|
|
3359
|
-
/** versioning mode to use instead of default */
|
|
3360
|
-
versioningMode?: VersioningModeWithLiterals;
|
|
3361
|
-
}
|
|
3362
|
-
declare enum VersioningMode {
|
|
3363
|
-
/** use default versioning mode agreed with search team */
|
|
3364
|
-
DEFAULT = "DEFAULT",
|
|
3365
|
-
/** execute only if version is greater than existing */
|
|
3366
|
-
GREATER_THAN = "GREATER_THAN",
|
|
3367
|
-
/** execute only if version is greater or equal to existing */
|
|
3368
|
-
GREATER_OR_EQUAL = "GREATER_OR_EQUAL"
|
|
3369
|
-
}
|
|
3370
|
-
/** @enumType */
|
|
3371
|
-
type VersioningModeWithLiterals = VersioningMode | 'DEFAULT' | 'GREATER_THAN' | 'GREATER_OR_EQUAL';
|
|
3372
|
-
interface VersionedDeleteByIdsOperation {
|
|
3373
|
-
/** ids with version of the documents to delete */
|
|
3374
|
-
documentIds?: VersionedDocumentId[];
|
|
3375
|
-
/**
|
|
3376
|
-
* tenant id for custom tenancy strategy
|
|
3377
|
-
* @minLength 2
|
|
3378
|
-
* @maxLength 300
|
|
3379
|
-
*/
|
|
3380
|
-
tenantId?: string | null;
|
|
3381
|
-
}
|
|
3382
|
-
interface VersionedDocumentId {
|
|
3383
|
-
/** document id */
|
|
3384
|
-
documentId?: string;
|
|
3385
|
-
/** document version */
|
|
3386
|
-
version?: string;
|
|
3387
|
-
/** versioning mode to use instead of default */
|
|
3388
|
-
versioningMode?: VersioningModeWithLiterals;
|
|
3389
|
-
}
|
|
3390
|
-
interface TriggerReindexRequest {
|
|
3391
|
-
/** @format GUID */
|
|
3392
|
-
metasiteId?: string;
|
|
3393
|
-
/**
|
|
3394
|
-
* @minLength 1
|
|
3395
|
-
* @maxLength 100
|
|
3396
|
-
* @maxSize 100
|
|
3397
|
-
*/
|
|
3398
|
-
orderIds?: string[];
|
|
3399
|
-
}
|
|
3400
|
-
interface TriggerReindexResponse {
|
|
3401
|
-
}
|
|
3402
|
-
interface Empty {
|
|
3403
|
-
}
|
|
3404
|
-
interface BatchOfTriggerReindexOrderRequest {
|
|
3405
|
-
/** @maxSize 25 */
|
|
3406
|
-
requests?: TriggerReindexOrderRequest[];
|
|
3407
|
-
}
|
|
3408
|
-
interface TriggerReindexOrderRequest {
|
|
3409
|
-
/** @format GUID */
|
|
3410
|
-
metasiteId?: string;
|
|
3411
|
-
/**
|
|
3412
|
-
* @minLength 1
|
|
3413
|
-
* @maxLength 100
|
|
3414
|
-
*/
|
|
3415
|
-
orderId?: string;
|
|
3416
|
-
}
|
|
3417
3255
|
interface SendBuyerConfirmationEmailRequest {
|
|
3418
3256
|
/** @format GUID */
|
|
3419
3257
|
orderId?: string;
|
|
@@ -3706,6 +3544,8 @@ interface PreviewResendDownloadLinksEmailRequest {
|
|
|
3706
3544
|
interface PreviewResendDownloadLinksEmailResponse {
|
|
3707
3545
|
emailPreview?: string;
|
|
3708
3546
|
}
|
|
3547
|
+
interface Empty {
|
|
3548
|
+
}
|
|
3709
3549
|
interface PreparePaymentCollectionRequest {
|
|
3710
3550
|
/**
|
|
3711
3551
|
* Ecom order ID.
|
|
@@ -4770,6 +4610,166 @@ interface ChargeSavedPaymentMethodResponse {
|
|
|
4770
4610
|
/** Payment gateway's order ID (e.g Wix Payments) */
|
|
4771
4611
|
paymentGatewayOrderId?: string;
|
|
4772
4612
|
}
|
|
4613
|
+
interface UpdateInternalDocumentsEvent extends UpdateInternalDocumentsEventOperationOneOf {
|
|
4614
|
+
/** insert/update documents */
|
|
4615
|
+
update?: InternalDocumentUpdateOperation;
|
|
4616
|
+
/** delete by document ids */
|
|
4617
|
+
deleteByIds?: DeleteByIdsOperation;
|
|
4618
|
+
/** delete documents matching filter */
|
|
4619
|
+
deleteByFilter?: DeleteByFilterOperation;
|
|
4620
|
+
/** update internal documents matching filter */
|
|
4621
|
+
updateByFilter?: InternalDocumentUpdateByFilterOperation;
|
|
4622
|
+
/** update only existing documents */
|
|
4623
|
+
updateExisting?: InternalUpdateExistingOperation;
|
|
4624
|
+
/** insert/update documents with versioning */
|
|
4625
|
+
versionedUpdate?: VersionedDocumentUpdateOperation;
|
|
4626
|
+
/** delete by document ids with versioning */
|
|
4627
|
+
versionedDeleteByIds?: VersionedDeleteByIdsOperation;
|
|
4628
|
+
/**
|
|
4629
|
+
* type of the documents
|
|
4630
|
+
* @minLength 2
|
|
4631
|
+
*/
|
|
4632
|
+
documentType?: string;
|
|
4633
|
+
/**
|
|
4634
|
+
* language of the documents (mandatory)
|
|
4635
|
+
* @minLength 2
|
|
4636
|
+
*/
|
|
4637
|
+
language?: string | null;
|
|
4638
|
+
/**
|
|
4639
|
+
* one or more search documents
|
|
4640
|
+
* @deprecated
|
|
4641
|
+
*/
|
|
4642
|
+
addDocuments?: InternalDocument[];
|
|
4643
|
+
/**
|
|
4644
|
+
* one or more ids of indexed documents to be removed. Removal will happen before addition (if both provided)
|
|
4645
|
+
* @deprecated
|
|
4646
|
+
*/
|
|
4647
|
+
removeDocumentIds?: string[];
|
|
4648
|
+
/** id to pass to processing notification */
|
|
4649
|
+
correlationId?: string | null;
|
|
4650
|
+
/** when event was created / issued */
|
|
4651
|
+
issuedAt?: Date | null;
|
|
4652
|
+
}
|
|
4653
|
+
/** @oneof */
|
|
4654
|
+
interface UpdateInternalDocumentsEventOperationOneOf {
|
|
4655
|
+
/** insert/update documents */
|
|
4656
|
+
update?: InternalDocumentUpdateOperation;
|
|
4657
|
+
/** delete by document ids */
|
|
4658
|
+
deleteByIds?: DeleteByIdsOperation;
|
|
4659
|
+
/** delete documents matching filter */
|
|
4660
|
+
deleteByFilter?: DeleteByFilterOperation;
|
|
4661
|
+
/** update internal documents matching filter */
|
|
4662
|
+
updateByFilter?: InternalDocumentUpdateByFilterOperation;
|
|
4663
|
+
/** update only existing documents */
|
|
4664
|
+
updateExisting?: InternalUpdateExistingOperation;
|
|
4665
|
+
/** insert/update documents with versioning */
|
|
4666
|
+
versionedUpdate?: VersionedDocumentUpdateOperation;
|
|
4667
|
+
/** delete by document ids with versioning */
|
|
4668
|
+
versionedDeleteByIds?: VersionedDeleteByIdsOperation;
|
|
4669
|
+
}
|
|
4670
|
+
interface InternalDocument {
|
|
4671
|
+
/** document with mandatory fields (id) and with fields specific to the type of the document */
|
|
4672
|
+
document?: Record<string, any> | null;
|
|
4673
|
+
}
|
|
4674
|
+
interface InternalDocumentUpdateOperation {
|
|
4675
|
+
/** documents to index or update */
|
|
4676
|
+
documents?: InternalDocument[];
|
|
4677
|
+
}
|
|
4678
|
+
interface DeleteByIdsOperation {
|
|
4679
|
+
/** ids of the documents to delete */
|
|
4680
|
+
documentIds?: string[];
|
|
4681
|
+
/**
|
|
4682
|
+
* tenant id for custom tenancy strategy
|
|
4683
|
+
* @minLength 2
|
|
4684
|
+
* @maxLength 300
|
|
4685
|
+
*/
|
|
4686
|
+
tenantId?: string | null;
|
|
4687
|
+
}
|
|
4688
|
+
interface DeleteByFilterOperation {
|
|
4689
|
+
/** documents matching this filter wil be deleted. only filterable documents defined in document_type can be used for filtering */
|
|
4690
|
+
filter?: Record<string, any> | null;
|
|
4691
|
+
/**
|
|
4692
|
+
* tenant id for custom tenancy strategy
|
|
4693
|
+
* @minLength 2
|
|
4694
|
+
* @maxLength 300
|
|
4695
|
+
*/
|
|
4696
|
+
tenantId?: string | null;
|
|
4697
|
+
}
|
|
4698
|
+
interface InternalDocumentUpdateByFilterOperation {
|
|
4699
|
+
/** documents matching this filter will be updated */
|
|
4700
|
+
filter?: Record<string, any> | null;
|
|
4701
|
+
/** partial document to apply */
|
|
4702
|
+
document?: InternalDocument;
|
|
4703
|
+
/**
|
|
4704
|
+
* tenant id for custom tenancy strategy
|
|
4705
|
+
* @minLength 2
|
|
4706
|
+
* @maxLength 300
|
|
4707
|
+
*/
|
|
4708
|
+
tenantId?: string | null;
|
|
4709
|
+
}
|
|
4710
|
+
interface InternalUpdateExistingOperation {
|
|
4711
|
+
/** documents to update */
|
|
4712
|
+
documents?: InternalDocument[];
|
|
4713
|
+
}
|
|
4714
|
+
interface VersionedDocumentUpdateOperation {
|
|
4715
|
+
/** documents to create or overwrite */
|
|
4716
|
+
documents?: InternalDocument[];
|
|
4717
|
+
/** versioning mode to use instead of default */
|
|
4718
|
+
versioningMode?: VersioningModeWithLiterals;
|
|
4719
|
+
}
|
|
4720
|
+
declare enum VersioningMode {
|
|
4721
|
+
/** use default versioning mode agreed with search team */
|
|
4722
|
+
DEFAULT = "DEFAULT",
|
|
4723
|
+
/** execute only if version is greater than existing */
|
|
4724
|
+
GREATER_THAN = "GREATER_THAN",
|
|
4725
|
+
/** execute only if version is greater or equal to existing */
|
|
4726
|
+
GREATER_OR_EQUAL = "GREATER_OR_EQUAL"
|
|
4727
|
+
}
|
|
4728
|
+
/** @enumType */
|
|
4729
|
+
type VersioningModeWithLiterals = VersioningMode | 'DEFAULT' | 'GREATER_THAN' | 'GREATER_OR_EQUAL';
|
|
4730
|
+
interface VersionedDeleteByIdsOperation {
|
|
4731
|
+
/** ids with version of the documents to delete */
|
|
4732
|
+
documentIds?: VersionedDocumentId[];
|
|
4733
|
+
/**
|
|
4734
|
+
* tenant id for custom tenancy strategy
|
|
4735
|
+
* @minLength 2
|
|
4736
|
+
* @maxLength 300
|
|
4737
|
+
*/
|
|
4738
|
+
tenantId?: string | null;
|
|
4739
|
+
}
|
|
4740
|
+
interface VersionedDocumentId {
|
|
4741
|
+
/** document id */
|
|
4742
|
+
documentId?: string;
|
|
4743
|
+
/** document version */
|
|
4744
|
+
version?: string;
|
|
4745
|
+
/** versioning mode to use instead of default */
|
|
4746
|
+
versioningMode?: VersioningModeWithLiterals;
|
|
4747
|
+
}
|
|
4748
|
+
interface TriggerReindexRequest {
|
|
4749
|
+
/** @format GUID */
|
|
4750
|
+
metasiteId?: string;
|
|
4751
|
+
/**
|
|
4752
|
+
* @minLength 1
|
|
4753
|
+
* @maxLength 100
|
|
4754
|
+
* @maxSize 100
|
|
4755
|
+
*/
|
|
4756
|
+
orderIds?: string[];
|
|
4757
|
+
}
|
|
4758
|
+
interface TriggerReindexResponse {
|
|
4759
|
+
}
|
|
4760
|
+
interface BatchOfTriggerReindexOrderRequest {
|
|
4761
|
+
/** @maxSize 25 */
|
|
4762
|
+
requests?: TriggerReindexOrderRequest[];
|
|
4763
|
+
}
|
|
4764
|
+
interface TriggerReindexOrderRequest {
|
|
4765
|
+
/** @format GUID */
|
|
4766
|
+
metasiteId?: string;
|
|
4767
|
+
/**
|
|
4768
|
+
* @minLength 1
|
|
4769
|
+
* @maxLength 100
|
|
4770
|
+
*/
|
|
4771
|
+
orderId?: string;
|
|
4772
|
+
}
|
|
4773
4773
|
interface DiffmatokyPayload {
|
|
4774
4774
|
left?: string;
|
|
4775
4775
|
right?: string;
|
package/build/es/meta.mjs
CHANGED
|
@@ -1922,12 +1922,6 @@ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
|
1922
1922
|
WebhookIdentityType2["APP"] = "APP";
|
|
1923
1923
|
return WebhookIdentityType2;
|
|
1924
1924
|
})(WebhookIdentityType || {});
|
|
1925
|
-
var VersioningMode = /* @__PURE__ */ ((VersioningMode2) => {
|
|
1926
|
-
VersioningMode2["DEFAULT"] = "DEFAULT";
|
|
1927
|
-
VersioningMode2["GREATER_THAN"] = "GREATER_THAN";
|
|
1928
|
-
VersioningMode2["GREATER_OR_EQUAL"] = "GREATER_OR_EQUAL";
|
|
1929
|
-
return VersioningMode2;
|
|
1930
|
-
})(VersioningMode || {});
|
|
1931
1925
|
var PreviewEmailType = /* @__PURE__ */ ((PreviewEmailType2) => {
|
|
1932
1926
|
PreviewEmailType2["ORDER_PLACED"] = "ORDER_PLACED";
|
|
1933
1927
|
PreviewEmailType2["DOWNLOAD_LINKS"] = "DOWNLOAD_LINKS";
|
|
@@ -2053,6 +2047,12 @@ var RefundStatus = /* @__PURE__ */ ((RefundStatus2) => {
|
|
|
2053
2047
|
RefundStatus2["STARTED"] = "STARTED";
|
|
2054
2048
|
return RefundStatus2;
|
|
2055
2049
|
})(RefundStatus || {});
|
|
2050
|
+
var VersioningMode = /* @__PURE__ */ ((VersioningMode2) => {
|
|
2051
|
+
VersioningMode2["DEFAULT"] = "DEFAULT";
|
|
2052
|
+
VersioningMode2["GREATER_THAN"] = "GREATER_THAN";
|
|
2053
|
+
VersioningMode2["GREATER_OR_EQUAL"] = "GREATER_OR_EQUAL";
|
|
2054
|
+
return VersioningMode2;
|
|
2055
|
+
})(VersioningMode || {});
|
|
2056
2056
|
var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
|
|
2057
2057
|
SortOrder2["ASC"] = "ASC";
|
|
2058
2058
|
SortOrder2["DESC"] = "DESC";
|