@segment/public-api-sdk-typescript 50.2.0-b9047 → 50.2.0-b9070

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.
@@ -33,7 +33,7 @@ export class CreateProfilesWarehouseAlphaInput {
33
33
  */
34
34
  'settings': { [key: string]: any };
35
35
  /**
36
- * The custom schema name that Segment uses on the Warehouse side. The space slug value is default otherwise.
36
+ * The custom schema name that Segment uses on the Warehouse side. The space slug value is default otherwise. The schema name cannot be an existing schema name in the Warehouse. To use an existing schema name, please create a profiles Warehouse through the Segment app UI.
37
37
  */
38
38
  'schemaName'?: string;
39
39
 
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "uuid": "^8.3.2",
19
19
  "request": "^2.88.2"
20
20
  },
21
- "version": "50.2.0-b9047",
21
+ "version": "50.2.0-b9070",
22
22
  "devDependencies": {
23
23
  "@types/bluebird": "^3.5.33",
24
24
  "@types/jest": "^29",