@lansweeper/discovery-cloud-proto 0.0.20 → 0.0.22

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.22",
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": "edfa478a5783c3cb7425edb8531cabb527301be9"
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;
@@ -219,6 +219,7 @@ message CloudockitTag {
219
219
  google.protobuf.StringValue _key = 1;
220
220
  google.protobuf.StringValue _value = 2;
221
221
  }
222
+
222
223
  //Event-driven serverless compute platform.
223
224
  message GCPCloudFunction {
224
225
  google.protobuf.StringValue _g_c_p_function_name = 1;
@@ -534,6 +535,7 @@ message GCPDatabaseInstanceIpAddress {
534
535
  }
535
536
  //A fully managed service to easily and securely connect, manage, and ingest data from globally dispersed devices.
536
537
  message GCPDeviceRegistry {
538
+ option deprecated = true;
537
539
  google.protobuf.StringValue _a_d_k__name = 1;
538
540
  google.protobuf.StringValue _a_d_k__g_u_i_d = 2;
539
541
  google.protobuf.StringValue _display_name = 3;
@@ -547,11 +549,13 @@ message GCPDeviceRegistry {
547
549
  repeated CDKRule _warnings = 11;
548
550
  }
549
551
  message GCPEventNotificationConfig {
552
+ option deprecated = true;
550
553
  google.protobuf.StringValue _pubsub_topic_name = 1;
551
554
  google.protobuf.StringValue _subfolder_matches = 2;
552
555
  }
553
556
  //A fully managed service to easily and securely connect, manage, and ingest data from globally dispersed devices.
554
557
  message GCPDevice {
558
+ option deprecated = true;
555
559
  google.protobuf.StringValue _id = 1;
556
560
  google.protobuf.StringValue _communication = 2;
557
561
  google.protobuf.StringValue _last_seen = 3;
@@ -1931,6 +1935,7 @@ message AzureMicrosoftCompute {
1931
1935
  repeated CDKRule _warnings = 44;
1932
1936
  repeated ResourceBilling _resources_billing = 45;
1933
1937
  google.protobuf.StringValue _a_d_k__price = 46;
1938
+ google.protobuf.StringValue _architecture = 47;
1934
1939
  }
1935
1940
  //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
1941
  message AzureMicrosoftNetworkInterface {
@@ -1960,7 +1965,7 @@ message AzureMicrosoftComputeOSDisk {
1960
1965
  google.protobuf.StringValue _time_created = 6;
1961
1966
  google.protobuf.Int32Value _size_g_b = 7;
1962
1967
  google.protobuf.StringValue _storage_account_type = 8;
1963
- google.protobuf.StringValue _encryption_type = 9;
1968
+ google.protobuf.StringValue _encryption_type = 9; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled
1964
1969
  google.protobuf.StringValue _caching = 10;
1965
1970
  google.protobuf.StringValue _os_system = 11;
1966
1971
  google.protobuf.StringValue _source_image = 12;
@@ -3494,8 +3499,8 @@ message AzureMicrosoftSqlDatabase {
3494
3499
  }
3495
3500
  //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
3501
  message AzureMicrosoftSqlTable {
3497
- google.protobuf.StringValue _a_d_k__name = 1;
3498
- google.protobuf.StringValue _a_d_k__g_u_i_d = 2;
3502
+ google.protobuf.StringValue _a_d_k__name = 1 [deprecated=true];
3503
+ google.protobuf.StringValue _a_d_k__g_u_i_d = 2 [deprecated=true];
3499
3504
  repeated AzureMicrosoftSqlColumn _sql_columns = 3;
3500
3505
  }
3501
3506
  //A column is a set of data values of a particular simple type, one value for each row of the database.