@census-ai/census-sdk 0.5.4 → 0.5.6

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.
@@ -11,6 +11,10 @@ interface CensusConfig {
11
11
  * @default "https://api.census.ai" or your custom domain
12
12
  */
13
13
  baseUrl?: string;
14
+ /**
15
+ * Project ID to scope all requests to
16
+ */
17
+ projectId?: string;
14
18
  /**
15
19
  * Enable debug logging
16
20
  * @default false
@@ -11,6 +11,10 @@ interface CensusConfig {
11
11
  * @default "https://api.census.ai" or your custom domain
12
12
  */
13
13
  baseUrl?: string;
14
+ /**
15
+ * Project ID to scope all requests to
16
+ */
17
+ projectId?: string;
14
18
  /**
15
19
  * Enable debug logging
16
20
  * @default false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@census-ai/census-sdk",
3
- "version": "0.5.4",
3
+ "version": "0.5.6",
4
4
  "description": "Official Census SDK for integrating feedback, knowledge base, and analytics into your application",
5
5
  "author": "Census AI",
6
6
  "license": "MIT",