@azure/arm-securityinsight 1.0.0-alpha.20250611.1 → 1.0.0-alpha.20250616.1
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.
package/package.json
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sdk-type": "mgmt",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "A generated SDK for SecurityInsights.",
|
|
6
|
-
"version": "1.0.0-alpha.
|
|
6
|
+
"version": "1.0.0-alpha.20250616.1",
|
|
7
7
|
"engines": {
|
|
8
|
-
"node": ">=
|
|
8
|
+
"node": ">=20.0.0"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@azure/abort-controller": "^2.1.2",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
35
35
|
"@azure/identity": "^4.6.0",
|
|
36
36
|
"@azure/logger": "^1.1.4",
|
|
37
|
-
"@types/node": "^
|
|
37
|
+
"@types/node": "^20.0.0",
|
|
38
38
|
"@vitest/browser": "^3.0.9",
|
|
39
39
|
"@vitest/coverage-istanbul": "^3.0.9",
|
|
40
40
|
"dotenv": "^16.0.0",
|
|
@@ -986,7 +986,7 @@ export interface CodelessUiConnectorConfigProperties {
|
|
|
986
986
|
graphQueries: CodelessUiConnectorConfigPropertiesGraphQueriesItem[];
|
|
987
987
|
graphQueriesTableName: string;
|
|
988
988
|
instructionSteps: CodelessUiConnectorConfigPropertiesInstructionStepsItem[];
|
|
989
|
-
permissions:
|
|
989
|
+
permissions: Permissions;
|
|
990
990
|
publisher: string;
|
|
991
991
|
sampleQueries: CodelessUiConnectorConfigPropertiesSampleQueriesItem[];
|
|
992
992
|
title: string;
|
|
@@ -4227,11 +4227,10 @@ export type OwnerType = string;
|
|
|
4227
4227
|
export type PermissionProviderScope = string;
|
|
4228
4228
|
|
|
4229
4229
|
// @public
|
|
4230
|
-
interface
|
|
4230
|
+
export interface Permissions {
|
|
4231
4231
|
customs?: PermissionsCustomsItem[];
|
|
4232
4232
|
resourceProvider?: PermissionsResourceProviderItem[];
|
|
4233
4233
|
}
|
|
4234
|
-
export { Permissions_2 as Permissions }
|
|
4235
4234
|
|
|
4236
4235
|
// @public (undocumented)
|
|
4237
4236
|
export interface PermissionsCustomsItem extends Customs {
|