@wix/auto_sdk_ecom_orders 1.0.202 → 1.0.203
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-CA8VVtgT.d.ts → ecom-v1-order-orders.universal-DSULx1Ok.d.ts} +163 -161
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js +7 -6
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js +7 -6
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +163 -161
- package/build/cjs/meta.js +7 -6
- package/build/cjs/meta.js.map +1 -1
- package/build/es/{ecom-v1-order-orders.universal-CA8VVtgT.d.mts → ecom-v1-order-orders.universal-DSULx1Ok.d.mts} +163 -161
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs +7 -6
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs +7 -6
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +163 -161
- package/build/es/meta.mjs +7 -6
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/{ecom-v1-order-orders.universal-D4yb0tS2.d.ts → ecom-v1-order-orders.universal-UPGSG2Qx.d.ts} +163 -161
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js +7 -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 +7 -6
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +163 -161
- package/build/internal/cjs/meta.js +7 -6
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/{ecom-v1-order-orders.universal-D4yb0tS2.d.mts → ecom-v1-order-orders.universal-UPGSG2Qx.d.mts} +163 -161
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs +7 -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 +7 -6
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +163 -161
- package/build/internal/es/meta.mjs +7 -6
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { dI as ImportOrderRequest$1, I as ImportOrderResponse$1, dJ as SetOrderNumberCounterRequest$1, a as SetOrderNumberCounterResponse$1, dK as BulkDeleteImportedOrdersRequest$1, b as BulkDeleteImportedOrdersResponse$1,
|
|
1
|
+
import { dI as ImportOrderRequest$1, I as ImportOrderResponse$1, dJ as SetOrderNumberCounterRequest$1, a as SetOrderNumberCounterResponse$1, dK as BulkDeleteImportedOrdersRequest$1, b as BulkDeleteImportedOrdersResponse$1, fp as PreparePaymentCollectionRequest$1, d as PreparePaymentCollectionResponse$1, ft as GetPaymentCollectabilityStatusRequest$1, G as GetPaymentCollectabilityStatusResponse$1, fu as RecordManuallyCollectedPaymentRequest$1, fx as RecordManuallyCollectedPaymentResponse$1, fy as MarkOrderAsPaidRequest$1, M as MarkOrderAsPaidResponse$1, fz as BulkMarkOrdersAsPaidRequest$1, i as BulkMarkOrdersAsPaidResponse$1, fE as GetRefundabilityStatusRequest$1, j as GetRefundabilityStatusResponse$1, fH as CreatePaymentGatewayOrderRequest$1, C as CreatePaymentGatewayOrderResponse$1, fJ as ChargeMembershipsRequest$1, fN as ChargeMembershipsResponse$1, fO as TriggerRefundRequest$1, o as TriggerRefundResponse$1, gi as VoidAuthorizedPaymentsRequest$1, V as VoidAuthorizedPaymentsResponse$1, gj as CaptureAuthorizedPaymentsRequest$1, s as CaptureAuthorizedPaymentsResponse$1, go as GetOrderRequest$1, gp as GetOrderResponse$1, gB as SearchOrdersRequest$1, w as SearchOrdersResponse$1, gF as CreateOrderRequest$1, gJ as CreateOrderResponse$1, gK as UpdateOrderRequest$1, gL as UpdateOrderResponse$1, gM as BulkUpdateOrdersRequest$1, E as BulkUpdateOrdersResponse$1, hf as UpdateOrderLineItemRequest$1, J as UpdateOrderLineItemResponse$1, hG as AddActivityRequest$1, L as AddActivityResponse$1, hI as AddActivitiesRequest$1, Q as AddActivitiesResponse$1, hJ as UpdateActivityRequest$1, X as UpdateActivityResponse$1, hK as DeleteActivityRequest$1, Z as DeleteActivityResponse$1, hQ as CancelOrderRequest$1, $ as CancelOrderResponse$1, hR as UpdateOrderStatusRequest$1, a2 as UpdateOrderStatusResponse$1, id as AggregateOrdersRequest$1, a5 as AggregateOrdersResponse$1, ii as BulkUpdateOrderTagsRequest$1, a7 as BulkUpdateOrderTagsResponse$1 } from './ecom-v1-order-orders.universal-UPGSG2Qx.js';
|
|
2
2
|
import '@wix/sdk-types';
|
|
3
3
|
|
|
4
4
|
/**
|
|
@@ -3552,6 +3552,164 @@ interface AccountInfo {
|
|
|
3552
3552
|
*/
|
|
3553
3553
|
siteId?: string | null;
|
|
3554
3554
|
}
|
|
3555
|
+
interface UpdateInternalDocumentsEvent extends UpdateInternalDocumentsEventOperationOneOf {
|
|
3556
|
+
/** insert/update documents */
|
|
3557
|
+
update?: InternalDocumentUpdateOperation;
|
|
3558
|
+
/** delete by document ids */
|
|
3559
|
+
deleteByIds?: DeleteByIdsOperation;
|
|
3560
|
+
/** delete documents matching filter */
|
|
3561
|
+
deleteByFilter?: DeleteByFilterOperation;
|
|
3562
|
+
/** update internal documents matching filter */
|
|
3563
|
+
updateByFilter?: InternalDocumentUpdateByFilterOperation;
|
|
3564
|
+
/** update only existing documents */
|
|
3565
|
+
updateExisting?: InternalUpdateExistingOperation;
|
|
3566
|
+
/** insert/update documents with versioning */
|
|
3567
|
+
versionedUpdate?: VersionedDocumentUpdateOperation;
|
|
3568
|
+
/** delete by document ids with versioning */
|
|
3569
|
+
versionedDeleteByIds?: VersionedDeleteByIdsOperation;
|
|
3570
|
+
/**
|
|
3571
|
+
* type of the documents
|
|
3572
|
+
* @minLength 2
|
|
3573
|
+
*/
|
|
3574
|
+
documentType?: string;
|
|
3575
|
+
/**
|
|
3576
|
+
* language of the documents (mandatory)
|
|
3577
|
+
* @minLength 2
|
|
3578
|
+
*/
|
|
3579
|
+
language?: string | null;
|
|
3580
|
+
/**
|
|
3581
|
+
* one or more search documents
|
|
3582
|
+
* @deprecated
|
|
3583
|
+
*/
|
|
3584
|
+
addDocuments?: InternalDocument[];
|
|
3585
|
+
/**
|
|
3586
|
+
* one or more ids of indexed documents to be removed. Removal will happen before addition (if both provided)
|
|
3587
|
+
* @deprecated
|
|
3588
|
+
*/
|
|
3589
|
+
removeDocumentIds?: string[];
|
|
3590
|
+
/** id to pass to processing notification */
|
|
3591
|
+
correlationId?: string | null;
|
|
3592
|
+
/** when event was created / issued */
|
|
3593
|
+
issuedAt?: Date | null;
|
|
3594
|
+
}
|
|
3595
|
+
/** @oneof */
|
|
3596
|
+
interface UpdateInternalDocumentsEventOperationOneOf {
|
|
3597
|
+
/** insert/update documents */
|
|
3598
|
+
update?: InternalDocumentUpdateOperation;
|
|
3599
|
+
/** delete by document ids */
|
|
3600
|
+
deleteByIds?: DeleteByIdsOperation;
|
|
3601
|
+
/** delete documents matching filter */
|
|
3602
|
+
deleteByFilter?: DeleteByFilterOperation;
|
|
3603
|
+
/** update internal documents matching filter */
|
|
3604
|
+
updateByFilter?: InternalDocumentUpdateByFilterOperation;
|
|
3605
|
+
/** update only existing documents */
|
|
3606
|
+
updateExisting?: InternalUpdateExistingOperation;
|
|
3607
|
+
/** insert/update documents with versioning */
|
|
3608
|
+
versionedUpdate?: VersionedDocumentUpdateOperation;
|
|
3609
|
+
/** delete by document ids with versioning */
|
|
3610
|
+
versionedDeleteByIds?: VersionedDeleteByIdsOperation;
|
|
3611
|
+
}
|
|
3612
|
+
interface InternalDocument {
|
|
3613
|
+
/** document with mandatory fields (id) and with fields specific to the type of the document */
|
|
3614
|
+
document?: Record<string, any> | null;
|
|
3615
|
+
}
|
|
3616
|
+
interface InternalDocumentUpdateOperation {
|
|
3617
|
+
/** documents to index or update */
|
|
3618
|
+
documents?: InternalDocument[];
|
|
3619
|
+
}
|
|
3620
|
+
interface DeleteByIdsOperation {
|
|
3621
|
+
/** ids of the documents to delete */
|
|
3622
|
+
documentIds?: string[];
|
|
3623
|
+
/**
|
|
3624
|
+
* tenant id for custom tenancy strategy
|
|
3625
|
+
* @minLength 2
|
|
3626
|
+
* @maxLength 300
|
|
3627
|
+
*/
|
|
3628
|
+
tenantId?: string | null;
|
|
3629
|
+
}
|
|
3630
|
+
interface DeleteByFilterOperation {
|
|
3631
|
+
/** documents matching this filter wil be deleted. only filterable documents defined in document_type can be used for filtering */
|
|
3632
|
+
filter?: Record<string, any> | null;
|
|
3633
|
+
/**
|
|
3634
|
+
* tenant id for custom tenancy strategy
|
|
3635
|
+
* @minLength 2
|
|
3636
|
+
* @maxLength 300
|
|
3637
|
+
*/
|
|
3638
|
+
tenantId?: string | null;
|
|
3639
|
+
}
|
|
3640
|
+
interface InternalDocumentUpdateByFilterOperation {
|
|
3641
|
+
/** documents matching this filter will be updated */
|
|
3642
|
+
filter?: Record<string, any> | null;
|
|
3643
|
+
/** partial document to apply */
|
|
3644
|
+
document?: InternalDocument;
|
|
3645
|
+
/**
|
|
3646
|
+
* tenant id for custom tenancy strategy
|
|
3647
|
+
* @minLength 2
|
|
3648
|
+
* @maxLength 300
|
|
3649
|
+
*/
|
|
3650
|
+
tenantId?: string | null;
|
|
3651
|
+
}
|
|
3652
|
+
interface InternalUpdateExistingOperation {
|
|
3653
|
+
/** documents to update */
|
|
3654
|
+
documents?: InternalDocument[];
|
|
3655
|
+
}
|
|
3656
|
+
interface VersionedDocumentUpdateOperation {
|
|
3657
|
+
/** documents to create or overwrite */
|
|
3658
|
+
documents?: InternalDocument[];
|
|
3659
|
+
/** versioning mode to use instead of default */
|
|
3660
|
+
versioningMode?: VersioningModeWithLiterals;
|
|
3661
|
+
}
|
|
3662
|
+
declare enum VersioningMode {
|
|
3663
|
+
/** use default versioning mode agreed with search team */
|
|
3664
|
+
DEFAULT = "DEFAULT",
|
|
3665
|
+
/** execute only if version is greater than existing */
|
|
3666
|
+
GREATER_THAN = "GREATER_THAN",
|
|
3667
|
+
/** execute only if version is greater or equal to existing */
|
|
3668
|
+
GREATER_OR_EQUAL = "GREATER_OR_EQUAL"
|
|
3669
|
+
}
|
|
3670
|
+
/** @enumType */
|
|
3671
|
+
type VersioningModeWithLiterals = VersioningMode | 'DEFAULT' | 'GREATER_THAN' | 'GREATER_OR_EQUAL';
|
|
3672
|
+
interface VersionedDeleteByIdsOperation {
|
|
3673
|
+
/** ids with version of the documents to delete */
|
|
3674
|
+
documentIds?: VersionedDocumentId[];
|
|
3675
|
+
/**
|
|
3676
|
+
* tenant id for custom tenancy strategy
|
|
3677
|
+
* @minLength 2
|
|
3678
|
+
* @maxLength 300
|
|
3679
|
+
*/
|
|
3680
|
+
tenantId?: string | null;
|
|
3681
|
+
}
|
|
3682
|
+
interface VersionedDocumentId {
|
|
3683
|
+
/** document id */
|
|
3684
|
+
documentId?: string;
|
|
3685
|
+
/** document version */
|
|
3686
|
+
version?: string;
|
|
3687
|
+
/** versioning mode to use instead of default */
|
|
3688
|
+
versioningMode?: VersioningModeWithLiterals;
|
|
3689
|
+
}
|
|
3690
|
+
interface TriggerReindexRequest {
|
|
3691
|
+
/** @format GUID */
|
|
3692
|
+
metasiteId?: string;
|
|
3693
|
+
/**
|
|
3694
|
+
* @minLength 1
|
|
3695
|
+
* @maxLength 100
|
|
3696
|
+
* @maxSize 100
|
|
3697
|
+
*/
|
|
3698
|
+
orderIds?: string[];
|
|
3699
|
+
}
|
|
3700
|
+
interface TriggerReindexResponse {
|
|
3701
|
+
}
|
|
3702
|
+
interface Empty {
|
|
3703
|
+
}
|
|
3704
|
+
interface TriggerReindexOrderRequest {
|
|
3705
|
+
/** @format GUID */
|
|
3706
|
+
metasiteId?: string;
|
|
3707
|
+
/**
|
|
3708
|
+
* @minLength 1
|
|
3709
|
+
* @maxLength 100
|
|
3710
|
+
*/
|
|
3711
|
+
orderId?: string;
|
|
3712
|
+
}
|
|
3555
3713
|
interface SendBuyerConfirmationEmailRequest {
|
|
3556
3714
|
/** @format GUID */
|
|
3557
3715
|
orderId?: string;
|
|
@@ -3844,8 +4002,6 @@ interface PreviewResendDownloadLinksEmailRequest {
|
|
|
3844
4002
|
interface PreviewResendDownloadLinksEmailResponse {
|
|
3845
4003
|
emailPreview?: string;
|
|
3846
4004
|
}
|
|
3847
|
-
interface Empty {
|
|
3848
|
-
}
|
|
3849
4005
|
interface MetaSiteSpecialEvent extends MetaSiteSpecialEventPayloadOneOf {
|
|
3850
4006
|
/** Emitted on a meta site creation. */
|
|
3851
4007
|
siteCreated?: SiteCreated;
|
|
@@ -5225,10 +5381,12 @@ declare enum MembershipPaymentStatus {
|
|
|
5225
5381
|
/** The attempt to charge the payment failed, for example, due to lack of credits. */
|
|
5226
5382
|
CHARGE_FAILED = "CHARGE_FAILED",
|
|
5227
5383
|
/** Payment is pending. */
|
|
5228
|
-
CHARGE_PENDING = "CHARGE_PENDING"
|
|
5384
|
+
CHARGE_PENDING = "CHARGE_PENDING",
|
|
5385
|
+
/** Payment was voided. */
|
|
5386
|
+
VOIDED = "VOIDED"
|
|
5229
5387
|
}
|
|
5230
5388
|
/** @enumType */
|
|
5231
|
-
type MembershipPaymentStatusWithLiterals = MembershipPaymentStatus | 'CHARGED' | 'CHARGE_FAILED' | 'CHARGE_PENDING';
|
|
5389
|
+
type MembershipPaymentStatusWithLiterals = MembershipPaymentStatus | 'CHARGED' | 'CHARGE_FAILED' | 'CHARGE_PENDING' | 'VOIDED';
|
|
5232
5390
|
interface WixReceiptInfo {
|
|
5233
5391
|
/**
|
|
5234
5392
|
* Receipt ID
|
|
@@ -5503,162 +5661,6 @@ interface ChargeSavedPaymentMethodResponse {
|
|
|
5503
5661
|
/** Payment gateway's order ID (e.g Wix Payments) */
|
|
5504
5662
|
paymentGatewayOrderId?: string;
|
|
5505
5663
|
}
|
|
5506
|
-
interface UpdateInternalDocumentsEvent extends UpdateInternalDocumentsEventOperationOneOf {
|
|
5507
|
-
/** insert/update documents */
|
|
5508
|
-
update?: InternalDocumentUpdateOperation;
|
|
5509
|
-
/** delete by document ids */
|
|
5510
|
-
deleteByIds?: DeleteByIdsOperation;
|
|
5511
|
-
/** delete documents matching filter */
|
|
5512
|
-
deleteByFilter?: DeleteByFilterOperation;
|
|
5513
|
-
/** update internal documents matching filter */
|
|
5514
|
-
updateByFilter?: InternalDocumentUpdateByFilterOperation;
|
|
5515
|
-
/** update only existing documents */
|
|
5516
|
-
updateExisting?: InternalUpdateExistingOperation;
|
|
5517
|
-
/** insert/update documents with versioning */
|
|
5518
|
-
versionedUpdate?: VersionedDocumentUpdateOperation;
|
|
5519
|
-
/** delete by document ids with versioning */
|
|
5520
|
-
versionedDeleteByIds?: VersionedDeleteByIdsOperation;
|
|
5521
|
-
/**
|
|
5522
|
-
* type of the documents
|
|
5523
|
-
* @minLength 2
|
|
5524
|
-
*/
|
|
5525
|
-
documentType?: string;
|
|
5526
|
-
/**
|
|
5527
|
-
* language of the documents (mandatory)
|
|
5528
|
-
* @minLength 2
|
|
5529
|
-
*/
|
|
5530
|
-
language?: string | null;
|
|
5531
|
-
/**
|
|
5532
|
-
* one or more search documents
|
|
5533
|
-
* @deprecated
|
|
5534
|
-
*/
|
|
5535
|
-
addDocuments?: InternalDocument[];
|
|
5536
|
-
/**
|
|
5537
|
-
* one or more ids of indexed documents to be removed. Removal will happen before addition (if both provided)
|
|
5538
|
-
* @deprecated
|
|
5539
|
-
*/
|
|
5540
|
-
removeDocumentIds?: string[];
|
|
5541
|
-
/** id to pass to processing notification */
|
|
5542
|
-
correlationId?: string | null;
|
|
5543
|
-
/** when event was created / issued */
|
|
5544
|
-
issuedAt?: Date | null;
|
|
5545
|
-
}
|
|
5546
|
-
/** @oneof */
|
|
5547
|
-
interface UpdateInternalDocumentsEventOperationOneOf {
|
|
5548
|
-
/** insert/update documents */
|
|
5549
|
-
update?: InternalDocumentUpdateOperation;
|
|
5550
|
-
/** delete by document ids */
|
|
5551
|
-
deleteByIds?: DeleteByIdsOperation;
|
|
5552
|
-
/** delete documents matching filter */
|
|
5553
|
-
deleteByFilter?: DeleteByFilterOperation;
|
|
5554
|
-
/** update internal documents matching filter */
|
|
5555
|
-
updateByFilter?: InternalDocumentUpdateByFilterOperation;
|
|
5556
|
-
/** update only existing documents */
|
|
5557
|
-
updateExisting?: InternalUpdateExistingOperation;
|
|
5558
|
-
/** insert/update documents with versioning */
|
|
5559
|
-
versionedUpdate?: VersionedDocumentUpdateOperation;
|
|
5560
|
-
/** delete by document ids with versioning */
|
|
5561
|
-
versionedDeleteByIds?: VersionedDeleteByIdsOperation;
|
|
5562
|
-
}
|
|
5563
|
-
interface InternalDocument {
|
|
5564
|
-
/** document with mandatory fields (id) and with fields specific to the type of the document */
|
|
5565
|
-
document?: Record<string, any> | null;
|
|
5566
|
-
}
|
|
5567
|
-
interface InternalDocumentUpdateOperation {
|
|
5568
|
-
/** documents to index or update */
|
|
5569
|
-
documents?: InternalDocument[];
|
|
5570
|
-
}
|
|
5571
|
-
interface DeleteByIdsOperation {
|
|
5572
|
-
/** ids of the documents to delete */
|
|
5573
|
-
documentIds?: string[];
|
|
5574
|
-
/**
|
|
5575
|
-
* tenant id for custom tenancy strategy
|
|
5576
|
-
* @minLength 2
|
|
5577
|
-
* @maxLength 300
|
|
5578
|
-
*/
|
|
5579
|
-
tenantId?: string | null;
|
|
5580
|
-
}
|
|
5581
|
-
interface DeleteByFilterOperation {
|
|
5582
|
-
/** documents matching this filter wil be deleted. only filterable documents defined in document_type can be used for filtering */
|
|
5583
|
-
filter?: Record<string, any> | null;
|
|
5584
|
-
/**
|
|
5585
|
-
* tenant id for custom tenancy strategy
|
|
5586
|
-
* @minLength 2
|
|
5587
|
-
* @maxLength 300
|
|
5588
|
-
*/
|
|
5589
|
-
tenantId?: string | null;
|
|
5590
|
-
}
|
|
5591
|
-
interface InternalDocumentUpdateByFilterOperation {
|
|
5592
|
-
/** documents matching this filter will be updated */
|
|
5593
|
-
filter?: Record<string, any> | null;
|
|
5594
|
-
/** partial document to apply */
|
|
5595
|
-
document?: InternalDocument;
|
|
5596
|
-
/**
|
|
5597
|
-
* tenant id for custom tenancy strategy
|
|
5598
|
-
* @minLength 2
|
|
5599
|
-
* @maxLength 300
|
|
5600
|
-
*/
|
|
5601
|
-
tenantId?: string | null;
|
|
5602
|
-
}
|
|
5603
|
-
interface InternalUpdateExistingOperation {
|
|
5604
|
-
/** documents to update */
|
|
5605
|
-
documents?: InternalDocument[];
|
|
5606
|
-
}
|
|
5607
|
-
interface VersionedDocumentUpdateOperation {
|
|
5608
|
-
/** documents to create or overwrite */
|
|
5609
|
-
documents?: InternalDocument[];
|
|
5610
|
-
/** versioning mode to use instead of default */
|
|
5611
|
-
versioningMode?: VersioningModeWithLiterals;
|
|
5612
|
-
}
|
|
5613
|
-
declare enum VersioningMode {
|
|
5614
|
-
/** use default versioning mode agreed with search team */
|
|
5615
|
-
DEFAULT = "DEFAULT",
|
|
5616
|
-
/** execute only if version is greater than existing */
|
|
5617
|
-
GREATER_THAN = "GREATER_THAN",
|
|
5618
|
-
/** execute only if version is greater or equal to existing */
|
|
5619
|
-
GREATER_OR_EQUAL = "GREATER_OR_EQUAL"
|
|
5620
|
-
}
|
|
5621
|
-
/** @enumType */
|
|
5622
|
-
type VersioningModeWithLiterals = VersioningMode | 'DEFAULT' | 'GREATER_THAN' | 'GREATER_OR_EQUAL';
|
|
5623
|
-
interface VersionedDeleteByIdsOperation {
|
|
5624
|
-
/** ids with version of the documents to delete */
|
|
5625
|
-
documentIds?: VersionedDocumentId[];
|
|
5626
|
-
/**
|
|
5627
|
-
* tenant id for custom tenancy strategy
|
|
5628
|
-
* @minLength 2
|
|
5629
|
-
* @maxLength 300
|
|
5630
|
-
*/
|
|
5631
|
-
tenantId?: string | null;
|
|
5632
|
-
}
|
|
5633
|
-
interface VersionedDocumentId {
|
|
5634
|
-
/** document id */
|
|
5635
|
-
documentId?: string;
|
|
5636
|
-
/** document version */
|
|
5637
|
-
version?: string;
|
|
5638
|
-
/** versioning mode to use instead of default */
|
|
5639
|
-
versioningMode?: VersioningModeWithLiterals;
|
|
5640
|
-
}
|
|
5641
|
-
interface TriggerReindexRequest {
|
|
5642
|
-
/** @format GUID */
|
|
5643
|
-
metasiteId?: string;
|
|
5644
|
-
/**
|
|
5645
|
-
* @minLength 1
|
|
5646
|
-
* @maxLength 100
|
|
5647
|
-
* @maxSize 100
|
|
5648
|
-
*/
|
|
5649
|
-
orderIds?: string[];
|
|
5650
|
-
}
|
|
5651
|
-
interface TriggerReindexResponse {
|
|
5652
|
-
}
|
|
5653
|
-
interface TriggerReindexOrderRequest {
|
|
5654
|
-
/** @format GUID */
|
|
5655
|
-
metasiteId?: string;
|
|
5656
|
-
/**
|
|
5657
|
-
* @minLength 1
|
|
5658
|
-
* @maxLength 100
|
|
5659
|
-
*/
|
|
5660
|
-
orderId?: string;
|
|
5661
|
-
}
|
|
5662
5664
|
interface DiffmatokyPayload {
|
|
5663
5665
|
left?: string;
|
|
5664
5666
|
right?: string;
|
|
@@ -2054,6 +2054,12 @@ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
|
2054
2054
|
WebhookIdentityType2["APP"] = "APP";
|
|
2055
2055
|
return WebhookIdentityType2;
|
|
2056
2056
|
})(WebhookIdentityType || {});
|
|
2057
|
+
var VersioningMode = /* @__PURE__ */ ((VersioningMode2) => {
|
|
2058
|
+
VersioningMode2["DEFAULT"] = "DEFAULT";
|
|
2059
|
+
VersioningMode2["GREATER_THAN"] = "GREATER_THAN";
|
|
2060
|
+
VersioningMode2["GREATER_OR_EQUAL"] = "GREATER_OR_EQUAL";
|
|
2061
|
+
return VersioningMode2;
|
|
2062
|
+
})(VersioningMode || {});
|
|
2057
2063
|
var PreviewEmailType = /* @__PURE__ */ ((PreviewEmailType2) => {
|
|
2058
2064
|
PreviewEmailType2["ORDER_PLACED"] = "ORDER_PLACED";
|
|
2059
2065
|
PreviewEmailType2["DOWNLOAD_LINKS"] = "DOWNLOAD_LINKS";
|
|
@@ -2239,6 +2245,7 @@ var MembershipPaymentStatus = /* @__PURE__ */ ((MembershipPaymentStatus2) => {
|
|
|
2239
2245
|
MembershipPaymentStatus2["CHARGED"] = "CHARGED";
|
|
2240
2246
|
MembershipPaymentStatus2["CHARGE_FAILED"] = "CHARGE_FAILED";
|
|
2241
2247
|
MembershipPaymentStatus2["CHARGE_PENDING"] = "CHARGE_PENDING";
|
|
2248
|
+
MembershipPaymentStatus2["VOIDED"] = "VOIDED";
|
|
2242
2249
|
return MembershipPaymentStatus2;
|
|
2243
2250
|
})(MembershipPaymentStatus || {});
|
|
2244
2251
|
var RefundStatus = /* @__PURE__ */ ((RefundStatus2) => {
|
|
@@ -2249,12 +2256,6 @@ var RefundStatus = /* @__PURE__ */ ((RefundStatus2) => {
|
|
|
2249
2256
|
RefundStatus2["STARTED"] = "STARTED";
|
|
2250
2257
|
return RefundStatus2;
|
|
2251
2258
|
})(RefundStatus || {});
|
|
2252
|
-
var VersioningMode = /* @__PURE__ */ ((VersioningMode2) => {
|
|
2253
|
-
VersioningMode2["DEFAULT"] = "DEFAULT";
|
|
2254
|
-
VersioningMode2["GREATER_THAN"] = "GREATER_THAN";
|
|
2255
|
-
VersioningMode2["GREATER_OR_EQUAL"] = "GREATER_OR_EQUAL";
|
|
2256
|
-
return VersioningMode2;
|
|
2257
|
-
})(VersioningMode || {});
|
|
2258
2259
|
var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
|
|
2259
2260
|
SortOrder2["ASC"] = "ASC";
|
|
2260
2261
|
SortOrder2["DESC"] = "DESC";
|