react-bricks 3.0.0-alpha.12 → 3.0.0-alpha.13

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/react-bricks.d.ts CHANGED
@@ -123,6 +123,7 @@ declare namespace types {
123
123
  deployHookStagingMethod?: string;
124
124
  deployHookStagingTriggerOnScheduledPublishing: boolean;
125
125
  eventsHookUrl?: string;
126
+ eventsHookAuthToken?: string;
126
127
  canCreatePage: boolean;
127
128
  canDeletePage: boolean;
128
129
  canDeploy: boolean;