@squidcloud/client 1.0.74 → 1.0.75

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.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The appId is the unique identifier of an application.
3
3
  * It is the combination of the application id (as shown in the console), environment id (dev, prod) and the
4
- * developer id (if exists). For example - "fdgfd90ds_dev_1234567890abcdef"
4
+ * developer id (if exists). For example - "fdgfd90ds-dev-1234567890abcdef"
5
5
  */
6
6
  /** A type alias for an application id. */
7
7
  export type AppId = string;