@segment/public-api-sdk-typescript 34.3.5-b6743 → 34.3.5-b6760

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.
@@ -25,7 +25,7 @@ export class CreateCloudSourceRegulationV1Input {
25
25
  */
26
26
  'subjectType': CreateCloudSourceRegulationV1Input.SubjectTypeEnum;
27
27
  /**
28
- * The user or object ids of the subjects to regulate. Config API note: equal to `parent` but allows an array.
28
+ * The list of `userId` or `objectId` values of the subjects to regulate. Config API note: equal to `parent` but allows an array.
29
29
  */
30
30
  'subjectIds': Array<string>;
31
31
  /**
@@ -25,7 +25,7 @@ export class CreateSourceRegulationV1Input {
25
25
  */
26
26
  'subjectType': CreateSourceRegulationV1Input.SubjectTypeEnum;
27
27
  /**
28
- * The user or object ids of the subjects to regulate. Config API note: equal to `parent` but allows an array.
28
+ * The list of `userId` or `objectId` values of the subjects to regulate. Config API note: equal to `parent` but allows an array.
29
29
  */
30
30
  'subjectIds': Array<string>;
31
31
 
@@ -25,7 +25,7 @@ export class CreateWorkspaceRegulationV1Input {
25
25
  */
26
26
  'subjectType': CreateWorkspaceRegulationV1Input.SubjectTypeEnum;
27
27
  /**
28
- * The user or object ids of the subjects to regulate. Config API note: equal to `parent` but allows an array.
28
+ * The list of `userId` or `objectId` values of the subjects to regulate. Config API note: equal to `parent` but allows an array.
29
29
  */
30
30
  'subjectIds': Array<string>;
31
31
 
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "uuid": "^8.3.2",
19
19
  "request": "^2.88.2"
20
20
  },
21
- "version": "34.3.5-b6743",
21
+ "version": "34.3.5-b6760",
22
22
  "devDependencies": {
23
23
  "@types/bluebird": "^3.5.33",
24
24
  "@types/jest": "^29",