@wix/auto_sdk_ecom_delivery-profile 1.0.96 → 1.0.98
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.d.ts +1 -1
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +5 -17
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +5 -5
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +5 -17
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +5 -5
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +5 -17
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +5 -5
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +5 -17
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +5 -5
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1482,19 +1482,19 @@ declare enum WebhookIdentityType {
|
|
|
1482
1482
|
}
|
|
1483
1483
|
/** @enumType */
|
|
1484
1484
|
type WebhookIdentityTypeWithLiterals = WebhookIdentityType | 'UNKNOWN' | 'ANONYMOUS_VISITOR' | 'MEMBER' | 'WIX_USER' | 'APP';
|
|
1485
|
-
interface
|
|
1485
|
+
interface AccountInfo {
|
|
1486
1486
|
/**
|
|
1487
|
-
* ID of the account.
|
|
1487
|
+
* ID of the Wix account associated with the event.
|
|
1488
1488
|
* @format GUID
|
|
1489
1489
|
*/
|
|
1490
1490
|
accountId?: string | null;
|
|
1491
1491
|
/**
|
|
1492
|
-
* ID of the parent account.
|
|
1492
|
+
* ID of the parent Wix account. Only included when accountId belongs to a child account.
|
|
1493
1493
|
* @format GUID
|
|
1494
1494
|
*/
|
|
1495
1495
|
parentAccountId?: string | null;
|
|
1496
1496
|
/**
|
|
1497
|
-
* ID of the site
|
|
1497
|
+
* ID of the Wix site associated with the event. Only included when the event is tied to a specific site.
|
|
1498
1498
|
* @format GUID
|
|
1499
1499
|
*/
|
|
1500
1500
|
siteId?: string | null;
|
|
@@ -1715,8 +1715,6 @@ interface DeliveryProfileCreatedEnvelope {
|
|
|
1715
1715
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.READ-ECOM
|
|
1716
1716
|
* @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
|
|
1717
1717
|
* @permissionScopeId SCOPE.MULTILINGUAL.NILE_WRAPPER_DOMAIN_EVENTS_READ
|
|
1718
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
1719
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1720
1718
|
* @permissionScope Manage eCommerce - all permissions
|
|
1721
1719
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.MANAGE-ECOM
|
|
1722
1720
|
* @permissionId ECOM.DELIVERY_PROFILE_READ
|
|
@@ -1738,8 +1736,6 @@ interface DeliveryProfileDeletedEnvelope {
|
|
|
1738
1736
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.READ-ECOM
|
|
1739
1737
|
* @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
|
|
1740
1738
|
* @permissionScopeId SCOPE.MULTILINGUAL.NILE_WRAPPER_DOMAIN_EVENTS_READ
|
|
1741
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
1742
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1743
1739
|
* @permissionScope Manage eCommerce - all permissions
|
|
1744
1740
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.MANAGE-ECOM
|
|
1745
1741
|
* @permissionId ECOM.DELIVERY_PROFILE_READ
|
|
@@ -1761,8 +1757,6 @@ interface DeliveryProfileRegionAddedEnvelope {
|
|
|
1761
1757
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.READ-ECOM
|
|
1762
1758
|
* @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
|
|
1763
1759
|
* @permissionScopeId SCOPE.MULTILINGUAL.NILE_WRAPPER_DOMAIN_EVENTS_READ
|
|
1764
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
1765
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1766
1760
|
* @permissionScope Manage eCommerce - all permissions
|
|
1767
1761
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.MANAGE-ECOM
|
|
1768
1762
|
* @permissionId ECOM.DELIVERY_PROFILE_READ
|
|
@@ -1784,8 +1778,6 @@ interface DeliveryProfileRegionRemovedEnvelope {
|
|
|
1784
1778
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.READ-ECOM
|
|
1785
1779
|
* @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
|
|
1786
1780
|
* @permissionScopeId SCOPE.MULTILINGUAL.NILE_WRAPPER_DOMAIN_EVENTS_READ
|
|
1787
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
1788
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1789
1781
|
* @permissionScope Manage eCommerce - all permissions
|
|
1790
1782
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.MANAGE-ECOM
|
|
1791
1783
|
* @permissionId ECOM.DELIVERY_PROFILE_READ
|
|
@@ -1807,8 +1799,6 @@ interface DeliveryProfileRegionUpdatedEnvelope {
|
|
|
1807
1799
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.READ-ECOM
|
|
1808
1800
|
* @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
|
|
1809
1801
|
* @permissionScopeId SCOPE.MULTILINGUAL.NILE_WRAPPER_DOMAIN_EVENTS_READ
|
|
1810
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
1811
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1812
1802
|
* @permissionScope Manage eCommerce - all permissions
|
|
1813
1803
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.MANAGE-ECOM
|
|
1814
1804
|
* @permissionId ECOM.DELIVERY_PROFILE_READ
|
|
@@ -1832,8 +1822,6 @@ interface DeliveryProfileUpdatedEnvelope {
|
|
|
1832
1822
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.READ-ECOM
|
|
1833
1823
|
* @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
|
|
1834
1824
|
* @permissionScopeId SCOPE.MULTILINGUAL.NILE_WRAPPER_DOMAIN_EVENTS_READ
|
|
1835
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
1836
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1837
1825
|
* @permissionScope Manage eCommerce - all permissions
|
|
1838
1826
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.MANAGE-ECOM
|
|
1839
1827
|
* @permissionId ECOM.DELIVERY_PROFILE_READ
|
|
@@ -2456,4 +2444,4 @@ interface UpdateExtendedFieldsOptions {
|
|
|
2456
2444
|
namespaceData: Record<string, any> | null;
|
|
2457
2445
|
}
|
|
2458
2446
|
|
|
2459
|
-
export { type
|
|
2447
|
+
export { type AccountInfo, type ActionEvent, type AddDeliveryCarrierApplicationErrors, type AddDeliveryCarrierOptions, type AddDeliveryCarrierRequest, type AddDeliveryCarrierResponse, type AddDeliveryCarrierValidationErrors, type AddDeliveryRegionApplicationErrors, type AddDeliveryRegionOptions, type AddDeliveryRegionRequest, type AddDeliveryRegionResponse, type AddDeliveryRegionValidationErrors, type AdditionalCharge, type ApplicationError, type Asset, type BackupRate, type BaseEventMetadata, type BulkActionMetadata, ChargeType, type ChargeTypeWithLiterals, type Column, type CommonQueryWithEntityContext, type CountryDeliveryProperties, type CreateDeliveryProfileApplicationErrors, type CreateDeliveryProfileRequest, type CreateDeliveryProfileResponse, type CreatedBy, type CreatedByIdOneOf, type CursorPaging, type CursorPagingMetadata, type CursorQuery, type CursorQueryPagingMethodOneOf, type Cursors, type DashboardTable, type DeleteContext, type DeleteDefaultDeliveryProfileRequest, type DeleteDefaultDeliveryProfileResponse, type DeleteDeliveryProfileRequest, type DeleteDeliveryProfileResponse, DeleteStatus, type DeleteStatusWithLiterals, type DeliveryCarrier, type DeliveryCarrierDetails, type DeliveryCarrierRegionalSettings, type DeliveryDestinationProperties, type DeliveryProfile, type DeliveryProfileCreatedEnvelope, type DeliveryProfileDeletedEnvelope, type DeliveryProfileQuery, type DeliveryProfileQuerySpec, type DeliveryProfileRegionAddedEnvelope, type DeliveryProfileRegionRemovedEnvelope, type DeliveryProfileRegionUpdatedEnvelope, type DeliveryProfileUpdatedEnvelope, type DeliveryProfilesQueryBuilder, type DeliveryProfilesQueryResult, type DeliveryRegion, type DeliveryRegionAdded, type DeliveryRegionRemoved, type DeliveryRegionUpdated, type Destination, DestinationScope, type DestinationScopeWithLiterals, type DomainEvent, type DomainEventBodyOneOf, type Empty, type EntityCreatedEvent, type EntityDeletedEvent, type EntityUpdatedEvent, type EventMetadata, type ExtendedFields, type GetDeliveryDestinationPropertiesRequest, type GetDeliveryDestinationPropertiesResponse, type GetDeliveryProfileByDeliveryRegionIdApplicationErrors, type GetDeliveryProfileByDeliveryRegionIdRequest, type GetDeliveryProfileByDeliveryRegionIdResponse, type GetDeliveryProfileRequest, type GetDeliveryProfileResponse, type IdentificationData, type IdentificationDataIdOneOf, type InstalledDeliveryCarrier, type ItemMetadata, type ListDeliveryCarriersApplicationErrors, type ListDeliveryCarriersOptions, type ListDeliveryCarriersRequest, type ListDeliveryCarriersResponse, type ListDeliveryCarriersResult, type ListDeliveryDestinationsRequest, type ListDeliveryDestinationsResponse, type ListInstalledDeliveryCarriersRequest, type ListInstalledDeliveryCarriersResponse, type MessageEnvelope, type MetaSiteSpecialEvent, type MetaSiteSpecialEventPayloadOneOf, Namespace, type NamespaceChanged, type NamespaceWithLiterals, type OdeditorAssigned, type OdeditorUnassigned, type PicassoAssigned, type PicassoUnassigned, type QueryDeliveryProfilesRequest, type QueryDeliveryProfilesResponse, type RemoveDeliveryCarrierApplicationErrors, type RemoveDeliveryCarrierOptions, type RemoveDeliveryCarrierRequest, type RemoveDeliveryCarrierResponse, type RemoveDeliveryRegionApplicationErrors, type RemoveDeliveryRegionIdentifiers, type RemoveDeliveryRegionOptions, type RemoveDeliveryRegionRequest, type RemoveDeliveryRegionResponse, type RequiredZipcodeRequest, type RequiredZipcodeResponse, type RestoreInfo, type Row, type ServiceProvisioned, type ServiceRemoved, type SetDeliveryCarrierActiveStatusApplicationErrors, type SetDeliveryCarrierActiveStatusOptions, type SetDeliveryCarrierActiveStatusRequest, type SetDeliveryCarrierActiveStatusResponse, type SiteCreated, SiteCreatedContext, type SiteCreatedContextWithLiterals, type SiteDeleted, type SiteHardDeleted, type SiteMarkedAsTemplate, type SiteMarkedAsWixSite, type SitePublished, type SitePurgedExternally, type SiteRenamed, type SiteTransferred, type SiteUndeleted, type SiteUnpublished, type SiteUrlChanged, SortOrder, type SortOrderWithLiterals, type Sorting, State, type StateWithLiterals, type StudioAssigned, type StudioTwoAssigned, type StudioTwoUnassigned, type StudioUnassigned, type SubdivisionDeliveryProperties, type UpdateCarrierSettingsApplicationErrors, type UpdateCarrierSettingsOptions, type UpdateCarrierSettingsRequest, type UpdateCarrierSettingsResponse, type UpdateDeliveryCarrierApplicationErrors, type UpdateDeliveryCarrierOptions, type UpdateDeliveryCarrierRequest, type UpdateDeliveryCarrierResponse, type UpdateDeliveryProfile, type UpdateDeliveryProfileApplicationErrors, type UpdateDeliveryProfileRequest, type UpdateDeliveryProfileResponse, type UpdateDeliveryRegion, type UpdateDeliveryRegionApplicationErrors, type UpdateDeliveryRegionIdentifiers, type UpdateDeliveryRegionOptions, type UpdateDeliveryRegionRequest, type UpdateDeliveryRegionResponse, type UpdateDeliveryRegionValidationErrors, type UpdateExtendedFieldsOptions, type UpdateExtendedFieldsRequest, type UpdateExtendedFieldsResponse, WebhookIdentityType, type WebhookIdentityTypeWithLiterals, type WixelAssigned, type WixelUnassigned, addDeliveryCarrier, addDeliveryRegion, createDeliveryProfile, deleteDeliveryProfile, getDeliveryDestinationProperties, getDeliveryProfile, getDeliveryProfileByDeliveryRegionId, listDeliveryCarriers, listInstalledDeliveryCarriers, onDeliveryProfileCreated, onDeliveryProfileDeleted, onDeliveryProfileRegionAdded, onDeliveryProfileRegionRemoved, onDeliveryProfileRegionUpdated, onDeliveryProfileUpdated, queryDeliveryProfiles, removeDeliveryCarrier, removeDeliveryRegion, setDeliveryCarrierActiveStatus, typedQueryDeliveryProfiles, updateCarrierSettings, updateDeliveryCarrier, updateDeliveryProfile, updateDeliveryRegion, updateExtendedFields };
|