@wix/auto_sdk_calendar_events 1.0.85 → 1.0.86
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 -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 +8 -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 +8 -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 +8 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1989,6 +1989,8 @@ interface EventCancelledEnvelope {
|
|
|
1989
1989
|
* Not triggered when `INSTANCE` events are canceled. You can use the
|
|
1990
1990
|
* [Events View API](https://dev.wix.com/docs/rest/business-management/calendar/event-views-v3/introduction)
|
|
1991
1991
|
* to get notified about `INSTANCE` events.
|
|
1992
|
+
* @permissionScope Manage_Wix_Rentals_App_Forms_submissions
|
|
1993
|
+
* @permissionScopeId SCOPE.RENTALS.MANAGE
|
|
1992
1994
|
* @permissionScope Read Calendar - Including PI
|
|
1993
1995
|
* @permissionScopeId SCOPE.DC-CALENDAR.READ-PI
|
|
1994
1996
|
* @permissionScope Manage Calendars
|
|
@@ -2020,6 +2022,8 @@ interface EventCreatedEnvelope {
|
|
|
2020
2022
|
* Not triggered when `INSTANCE` events are created. You can use the
|
|
2021
2023
|
* [Events View API](https://dev.wix.com/docs/rest/business-management/calendar/event-views-v3/introduction)
|
|
2022
2024
|
* to get notified about `INSTANCE` events.
|
|
2025
|
+
* @permissionScope Manage_Wix_Rentals_App_Forms_submissions
|
|
2026
|
+
* @permissionScopeId SCOPE.RENTALS.MANAGE
|
|
2023
2027
|
* @permissionScope Read Calendar - Including PI
|
|
2024
2028
|
* @permissionScopeId SCOPE.DC-CALENDAR.READ-PI
|
|
2025
2029
|
* @permissionScope Manage Calendars
|
|
@@ -2046,6 +2050,8 @@ interface EventRecurringSplitEnvelope {
|
|
|
2046
2050
|
}
|
|
2047
2051
|
/**
|
|
2048
2052
|
* Triggered when a `MASTER` event is split.
|
|
2053
|
+
* @permissionScope Manage_Wix_Rentals_App_Forms_submissions
|
|
2054
|
+
* @permissionScopeId SCOPE.RENTALS.MANAGE
|
|
2049
2055
|
* @permissionScope Read Calendar - Including PI
|
|
2050
2056
|
* @permissionScopeId SCOPE.DC-CALENDAR.READ-PI
|
|
2051
2057
|
* @permissionScope Manage Calendars
|
|
@@ -2078,6 +2084,8 @@ interface EventUpdatedEnvelope {
|
|
|
2078
2084
|
* Not triggered when `INSTANCE` events are updated. You can use the
|
|
2079
2085
|
* [Events View API](https://dev.wix.com/docs/rest/business-management/calendar/event-views-v3/introduction)
|
|
2080
2086
|
* to get notified about `INSTANCE` events.
|
|
2087
|
+
* @permissionScope Manage_Wix_Rentals_App_Forms_submissions
|
|
2088
|
+
* @permissionScopeId SCOPE.RENTALS.MANAGE
|
|
2081
2089
|
* @permissionScope Read Calendar - Including PI
|
|
2082
2090
|
* @permissionScopeId SCOPE.DC-CALENDAR.READ-PI
|
|
2083
2091
|
* @permissionScope Manage Calendars
|