@lansweeper/discovery-cloud-proto 0.0.20 → 0.0.21

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lansweeper/discovery-cloud-proto",
3
3
  "description": "Discovery Public Cloud (Azure,AWS,GCP) proto",
4
- "version": "0.0.20",
4
+ "version": "0.0.21",
5
5
  "main": "gen-proto/index.js",
6
6
  "types": "gen-proto/index.d.ts",
7
7
  "license": "MIT",
@@ -16,5 +16,5 @@
16
16
  "devDependencies": {
17
17
  "@types/google-protobuf": "^3.15.5"
18
18
  },
19
- "gitHead": "2e353078fdc2c13241d5132ee5cbdd9555142144"
19
+ "gitHead": "790c43a8a071d71b8658c0adf80703a8f558195c"
20
20
  }
@@ -198,16 +198,16 @@ message GCPPolicyBingings {
198
198
  google.protobuf.StringValue _role = 1;
199
199
  google.protobuf.StringValue _members = 2;
200
200
  }
201
+ message GCPBucketWebsiteData {
202
+ google.protobuf.StringValue _main_page_suffix = 1;
203
+ google.protobuf.StringValue _not_found_page = 2;
204
+ }
201
205
  message GCPBucketAccessControl {
202
206
  google.protobuf.StringValue _email = 1;
203
207
  google.protobuf.StringValue _domain = 2;
204
208
  google.protobuf.StringValue _entity = 3;
205
209
  google.protobuf.StringValue _role = 4;
206
210
  }
207
- message GCPBucketWebsiteData {
208
- google.protobuf.StringValue _main_page_suffix = 1;
209
- google.protobuf.StringValue _not_found_page = 2;
210
- }
211
211
  //Unified object storage for developers and enterprises
212
212
  message GCPBucketObject {
213
213
  google.protobuf.StringValue _name = 1;
@@ -534,6 +534,7 @@ message GCPDatabaseInstanceIpAddress {
534
534
  }
535
535
  //A fully managed service to easily and securely connect, manage, and ingest data from globally dispersed devices.
536
536
  message GCPDeviceRegistry {
537
+ option deprecated = true;
537
538
  google.protobuf.StringValue _a_d_k__name = 1;
538
539
  google.protobuf.StringValue _a_d_k__g_u_i_d = 2;
539
540
  google.protobuf.StringValue _display_name = 3;
@@ -547,11 +548,13 @@ message GCPDeviceRegistry {
547
548
  repeated CDKRule _warnings = 11;
548
549
  }
549
550
  message GCPEventNotificationConfig {
551
+ option deprecated = true;
550
552
  google.protobuf.StringValue _pubsub_topic_name = 1;
551
553
  google.protobuf.StringValue _subfolder_matches = 2;
552
554
  }
553
555
  //A fully managed service to easily and securely connect, manage, and ingest data from globally dispersed devices.
554
556
  message GCPDevice {
557
+ option deprecated = true;
555
558
  google.protobuf.StringValue _id = 1;
556
559
  google.protobuf.StringValue _communication = 2;
557
560
  google.protobuf.StringValue _last_seen = 3;
@@ -1931,6 +1934,7 @@ message AzureMicrosoftCompute {
1931
1934
  repeated CDKRule _warnings = 44;
1932
1935
  repeated ResourceBilling _resources_billing = 45;
1933
1936
  google.protobuf.StringValue _a_d_k__price = 46;
1937
+ google.protobuf.StringValue _architecture = 47;
1934
1938
  }
1935
1939
  //A network interface enables an Azure Virtual Machine to communicate with internet, Azure, and on-premises resources. When creating a virtual machine using the Azure portal, the portal creates one network interface with default settings for you.
1936
1940
  message AzureMicrosoftNetworkInterface {
@@ -1960,7 +1964,7 @@ message AzureMicrosoftComputeOSDisk {
1960
1964
  google.protobuf.StringValue _time_created = 6;
1961
1965
  google.protobuf.Int32Value _size_g_b = 7;
1962
1966
  google.protobuf.StringValue _storage_account_type = 8;
1963
- google.protobuf.StringValue _encryption_type = 9;
1967
+ google.protobuf.StringValue _encryption_type = 9; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled
1964
1968
  google.protobuf.StringValue _caching = 10;
1965
1969
  google.protobuf.StringValue _os_system = 11;
1966
1970
  google.protobuf.StringValue _source_image = 12;
@@ -3494,8 +3498,8 @@ message AzureMicrosoftSqlDatabase {
3494
3498
  }
3495
3499
  //Tables are database objects that contain all the data in a database. In tables, data is logically organized in a row-and-column format similar to a spreadsheet. Each row represents a unique record, and each column represents a field in the record.
3496
3500
  message AzureMicrosoftSqlTable {
3497
- google.protobuf.StringValue _a_d_k__name = 1;
3498
- google.protobuf.StringValue _a_d_k__g_u_i_d = 2;
3501
+ google.protobuf.StringValue _a_d_k__name = 1 [deprecated=true];
3502
+ google.protobuf.StringValue _a_d_k__g_u_i_d = 2 [deprecated=true];
3499
3503
  repeated AzureMicrosoftSqlColumn _sql_columns = 3;
3500
3504
  }
3501
3505
  //A column is a set of data values of a particular simple type, one value for each row of the database.