@segment/public-api-sdk-typescript 34.3.5-b6743 → 34.3.5-b6763
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
|
|
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
|
|
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
|
|
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
|
|