@wix/auto_sdk_automations_automations-v-2 1.0.50 → 1.0.51
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 +6 -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 +6 -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 +6 -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 +6 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -2373,6 +2373,8 @@ interface AutomationCreatedEnvelope {
|
|
|
2373
2373
|
* Triggered when a new automation is created.
|
|
2374
2374
|
* @permissionScope Manage Stores
|
|
2375
2375
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
2376
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
2377
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2376
2378
|
* @permissionScope Set Up Automations
|
|
2377
2379
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
2378
2380
|
* @permissionId AUTOMATIONS.AUTOMATION_READ
|
|
@@ -2390,6 +2392,8 @@ interface AutomationDeletedEnvelope {
|
|
|
2390
2392
|
* Triggered when an automation is deleted.
|
|
2391
2393
|
* @permissionScope Manage Stores
|
|
2392
2394
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
2395
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
2396
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2393
2397
|
* @permissionScope Set Up Automations
|
|
2394
2398
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
2395
2399
|
* @permissionId AUTOMATIONS.AUTOMATION_READ
|
|
@@ -2407,6 +2411,8 @@ interface AutomationUpdatedEnvelope {
|
|
|
2407
2411
|
* Triggered when an automation is updated.
|
|
2408
2412
|
* @permissionScope Manage Stores
|
|
2409
2413
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
2414
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
2415
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2410
2416
|
* @permissionScope Set Up Automations
|
|
2411
2417
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
2412
2418
|
* @permissionId AUTOMATIONS.AUTOMATION_READ
|