@wix/auto_sdk_media_files 1.0.81 → 1.0.83
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 +8 -4
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +1 -1
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +8 -4
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +1 -1
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +8 -4
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +1 -1
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +8 -4
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +1 -1
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1706,7 +1706,7 @@ interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
1706
1706
|
/** If present, indicates the action that triggered the event. */
|
|
1707
1707
|
originatedFrom?: string | null;
|
|
1708
1708
|
/**
|
|
1709
|
-
* A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at 16:00 and then again at 16:01
|
|
1709
|
+
* A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at `16:00` and then again at `16:01`, the second update will always have a higher sequence number.
|
|
1710
1710
|
* You can use this number to make sure you're handling updates in the right order. Just save the latest sequence number on your end and compare it to the one in each new message. If the new message has an older (lower) number, you can safely ignore it.
|
|
1711
1711
|
*/
|
|
1712
1712
|
entityEventSequence?: string | null;
|
|
@@ -1931,7 +1931,7 @@ interface EventMetadata extends BaseEventMetadata {
|
|
|
1931
1931
|
/** If present, indicates the action that triggered the event. */
|
|
1932
1932
|
originatedFrom?: string | null;
|
|
1933
1933
|
/**
|
|
1934
|
-
* A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at 16:00 and then again at 16:01
|
|
1934
|
+
* A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at `16:00` and then again at `16:01`, the second update will always have a higher sequence number.
|
|
1935
1935
|
* You can use this number to make sure you're handling updates in the right order. Just save the latest sequence number on your end and compare it to the one in each new message. If the new message has an older (lower) number, you can safely ignore it.
|
|
1936
1936
|
*/
|
|
1937
1937
|
entityEventSequence?: string | null;
|
|
@@ -1951,6 +1951,8 @@ interface FileDescriptorFileFailedEnvelope {
|
|
|
1951
1951
|
}
|
|
1952
1952
|
/**
|
|
1953
1953
|
* Triggered when a file's import fails. Learn more about [knowing when a file is ready](https://dev.wix.com/docs/api-reference/assets/media/media-manager/files/importing-files#knowing-when-a-file-is-ready).
|
|
1954
|
+
* @permissionScope Manage_Wix_Rentals_App_Forms_submissions
|
|
1955
|
+
* @permissionScopeId SCOPE.RENTALS.MANAGE
|
|
1954
1956
|
* @permissionScope Manage Stores
|
|
1955
1957
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1956
1958
|
* @permissionScope Manage Bookings Services and Settings
|
|
@@ -1959,7 +1961,7 @@ interface FileDescriptorFileFailedEnvelope {
|
|
|
1959
1961
|
* @permissionScopeId SCOPE.PAYMENTS.PAYOUTS-VIEW-FOR-SITE
|
|
1960
1962
|
* @permissionScope Manage Events
|
|
1961
1963
|
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1962
|
-
* @permissionScope Manage Challenges
|
|
1964
|
+
* @permissionScope Manage Online Programs (Challenges)
|
|
1963
1965
|
* @permissionScopeId SCOPE.CHALLENGES.MANAGE
|
|
1964
1966
|
* @permissionScope Read Media Manager
|
|
1965
1967
|
* @permissionScopeId SCOPE.DC-MEDIA.READ-MEDIAMANAGER
|
|
@@ -1991,6 +1993,8 @@ interface FileDescriptorFileReadyEnvelope {
|
|
|
1991
1993
|
}
|
|
1992
1994
|
/**
|
|
1993
1995
|
* Triggered when a file finishes processing successfully. Learn more about [knowing when a file is ready](https://dev.wix.com/docs/api-reference/assets/media/media-manager/files/importing-files#knowing-when-a-file-is-ready).
|
|
1996
|
+
* @permissionScope Manage_Wix_Rentals_App_Forms_submissions
|
|
1997
|
+
* @permissionScopeId SCOPE.RENTALS.MANAGE
|
|
1994
1998
|
* @permissionScope Manage Stores
|
|
1995
1999
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1996
2000
|
* @permissionScope Manage Bookings Services and Settings
|
|
@@ -1999,7 +2003,7 @@ interface FileDescriptorFileReadyEnvelope {
|
|
|
1999
2003
|
* @permissionScopeId SCOPE.PAYMENTS.PAYOUTS-VIEW-FOR-SITE
|
|
2000
2004
|
* @permissionScope Manage Events
|
|
2001
2005
|
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
2002
|
-
* @permissionScope Manage Challenges
|
|
2006
|
+
* @permissionScope Manage Online Programs (Challenges)
|
|
2003
2007
|
* @permissionScopeId SCOPE.CHALLENGES.MANAGE
|
|
2004
2008
|
* @permissionScope Read Media Manager
|
|
2005
2009
|
* @permissionScopeId SCOPE.DC-MEDIA.READ-MEDIAMANAGER
|