@gooddata/sdk-model 10.9.0-alpha.28 → 10.9.0-alpha.29

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.
@@ -187,7 +187,7 @@ export interface IAutomationAlertCondition {
187
187
  */
188
188
  operator: IAlertComparisonOperator;
189
189
  /**
190
- * Indetifier of left side of the condition.
190
+ * Identifier of left side of the condition.
191
191
  */
192
192
  left: string;
193
193
  /**
@@ -2193,7 +2193,7 @@ export declare interface IAutomationAlertCondition {
2193
2193
  */
2194
2194
  operator: IAlertComparisonOperator;
2195
2195
  /**
2196
- * Indetifier of left side of the condition.
2196
+ * Identifier of left side of the condition.
2197
2197
  */
2198
2198
  left: string;
2199
2199
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-model",
3
- "version": "10.9.0-alpha.28",
3
+ "version": "10.9.0-alpha.29",
4
4
  "author": "GoodData",
5
5
  "description": "GoodData Model definitions used by UI components and Backend SPI and its implementations",
6
6
  "repository": {