files.com 1.2.210 → 1.2.211

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/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.210
1
+ 1.2.211
@@ -25,25 +25,25 @@
25
25
  "new_relic_api_key_masked": "example",
26
26
  "datadog_api_key_masked": "example",
27
27
  "sftp_action_send_enabled": true,
28
- "sftp_action_records_sent_entries_sent": 1,
28
+ "sftp_action_entries_sent": 1,
29
29
  "ftp_action_send_enabled": true,
30
- "ftp_action_records_sent_entries_sent": 1,
30
+ "ftp_action_entries_sent": 1,
31
31
  "web_dav_action_send_enabled": true,
32
- "web_dav_action_records_sent_entries_sent": 1,
32
+ "web_dav_action_entries_sent": 1,
33
33
  "sync_send_enabled": true,
34
- "sync_records_sent_entries_sent": 1,
34
+ "sync_entries_sent": 1,
35
35
  "outbound_connection_send_enabled": true,
36
- "outbound_connection_records_sent_entries_sent": 1,
36
+ "outbound_connection_entries_sent": 1,
37
37
  "automation_send_enabled": true,
38
- "automation_records_sent_entries_sent": 1,
38
+ "automation_entries_sent": 1,
39
39
  "api_request_send_enabled": true,
40
- "api_request_records_sent_entries_sent": 1,
40
+ "api_request_entries_sent": 1,
41
41
  "public_hosting_request_send_enabled": true,
42
- "public_hosting_request_records_sent_entries_sent": 1,
42
+ "public_hosting_request_entries_sent": 1,
43
43
  "email_send_enabled": true,
44
- "email_records_sent_entries_sent": 1,
44
+ "email_entries_sent": 1,
45
45
  "exavault_api_request_send_enabled": true,
46
- "exavault_api_request_records_sent_entries_sent": 1,
46
+ "exavault_api_request_entries_sent": 1,
47
47
  "last_http_call_target_type": "destination_url",
48
48
  "last_http_call_success": true,
49
49
  "last_http_call_response_code": 1,
@@ -75,25 +75,25 @@
75
75
  * `new_relic_api_key_masked` (string): Applicable only for destination type: new_relic. API key provided by New Relic.
76
76
  * `datadog_api_key_masked` (string): Applicable only for destination type: datadog. API key provided by Datadog.
77
77
  * `sftp_action_send_enabled` (boolean): Whether or not sending is enabled for sftp_action logs.
78
- * `sftp_action_records_sent_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
78
+ * `sftp_action_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
79
79
  * `ftp_action_send_enabled` (boolean): Whether or not sending is enabled for ftp_action logs.
80
- * `ftp_action_records_sent_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
80
+ * `ftp_action_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
81
81
  * `web_dav_action_send_enabled` (boolean): Whether or not sending is enabled for web_dav_action logs.
82
- * `web_dav_action_records_sent_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
82
+ * `web_dav_action_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
83
83
  * `sync_send_enabled` (boolean): Whether or not sending is enabled for sync logs.
84
- * `sync_records_sent_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
84
+ * `sync_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
85
85
  * `outbound_connection_send_enabled` (boolean): Whether or not sending is enabled for outbound_connection logs.
86
- * `outbound_connection_records_sent_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
86
+ * `outbound_connection_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
87
87
  * `automation_send_enabled` (boolean): Whether or not sending is enabled for automation logs.
88
- * `automation_records_sent_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
88
+ * `automation_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
89
89
  * `api_request_send_enabled` (boolean): Whether or not sending is enabled for api_request logs.
90
- * `api_request_records_sent_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
90
+ * `api_request_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
91
91
  * `public_hosting_request_send_enabled` (boolean): Whether or not sending is enabled for public_hosting_request logs.
92
- * `public_hosting_request_records_sent_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
92
+ * `public_hosting_request_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
93
93
  * `email_send_enabled` (boolean): Whether or not sending is enabled for email logs.
94
- * `email_records_sent_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
94
+ * `email_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
95
95
  * `exavault_api_request_send_enabled` (boolean): Whether or not sending is enabled for exavault_api_request logs.
96
- * `exavault_api_request_records_sent_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
96
+ * `exavault_api_request_entries_sent` (int64): Number of log entries sent for the lifetime of this destination.
97
97
  * `last_http_call_target_type` (string): Type of URL that was last called. Can be `destination_url` or `azure_oauth_client_credentials_url`
98
98
  * `last_http_call_success` (boolean): Was the last HTTP call made successful?
99
99
  * `last_http_call_response_code` (int64): Last HTTP Call Response Code
@@ -349,25 +349,25 @@ await siem_http_destination.update({
349
349
  "new_relic_api_key_masked": "example",
350
350
  "datadog_api_key_masked": "example",
351
351
  "sftp_action_send_enabled": true,
352
- "sftp_action_records_sent_entries_sent": 1,
352
+ "sftp_action_entries_sent": 1,
353
353
  "ftp_action_send_enabled": true,
354
- "ftp_action_records_sent_entries_sent": 1,
354
+ "ftp_action_entries_sent": 1,
355
355
  "web_dav_action_send_enabled": true,
356
- "web_dav_action_records_sent_entries_sent": 1,
356
+ "web_dav_action_entries_sent": 1,
357
357
  "sync_send_enabled": true,
358
- "sync_records_sent_entries_sent": 1,
358
+ "sync_entries_sent": 1,
359
359
  "outbound_connection_send_enabled": true,
360
- "outbound_connection_records_sent_entries_sent": 1,
360
+ "outbound_connection_entries_sent": 1,
361
361
  "automation_send_enabled": true,
362
- "automation_records_sent_entries_sent": 1,
362
+ "automation_entries_sent": 1,
363
363
  "api_request_send_enabled": true,
364
- "api_request_records_sent_entries_sent": 1,
364
+ "api_request_entries_sent": 1,
365
365
  "public_hosting_request_send_enabled": true,
366
- "public_hosting_request_records_sent_entries_sent": 1,
366
+ "public_hosting_request_entries_sent": 1,
367
367
  "email_send_enabled": true,
368
- "email_records_sent_entries_sent": 1,
368
+ "email_entries_sent": 1,
369
369
  "exavault_api_request_send_enabled": true,
370
- "exavault_api_request_records_sent_entries_sent": 1,
370
+ "exavault_api_request_entries_sent": 1,
371
371
  "last_http_call_target_type": "destination_url",
372
372
  "last_http_call_success": true,
373
373
  "last_http_call_response_code": 1,
package/lib/Files.js CHANGED
@@ -11,7 +11,7 @@ var endpointPrefix = '/api/rest/v1';
11
11
  var apiKey;
12
12
  var baseUrl = 'https://app.files.com';
13
13
  var sessionId = null;
14
- var version = '1.2.210';
14
+ var version = '1.2.211';
15
15
  var userAgent = "Files.com JavaScript SDK v".concat(version);
16
16
  var logLevel = _Logger.LogLevel.INFO;
17
17
  var debugRequest = false;
@@ -167,11 +167,11 @@ var SiemHttpDestination = /*#__PURE__*/(0, _createClass2.default)(function SiemH
167
167
  _this.attributes.sftp_action_send_enabled = value;
168
168
  });
169
169
  // int64 # Number of log entries sent for the lifetime of this destination.
170
- (0, _defineProperty2.default)(this, "getSftpActionRecordsSentEntriesSent", function () {
171
- return _this.attributes.sftp_action_records_sent_entries_sent;
170
+ (0, _defineProperty2.default)(this, "getSftpActionEntriesSent", function () {
171
+ return _this.attributes.sftp_action_entries_sent;
172
172
  });
173
- (0, _defineProperty2.default)(this, "setSftpActionRecordsSentEntriesSent", function (value) {
174
- _this.attributes.sftp_action_records_sent_entries_sent = value;
173
+ (0, _defineProperty2.default)(this, "setSftpActionEntriesSent", function (value) {
174
+ _this.attributes.sftp_action_entries_sent = value;
175
175
  });
176
176
  // boolean # Whether or not sending is enabled for ftp_action logs.
177
177
  (0, _defineProperty2.default)(this, "getFtpActionSendEnabled", function () {
@@ -181,11 +181,11 @@ var SiemHttpDestination = /*#__PURE__*/(0, _createClass2.default)(function SiemH
181
181
  _this.attributes.ftp_action_send_enabled = value;
182
182
  });
183
183
  // int64 # Number of log entries sent for the lifetime of this destination.
184
- (0, _defineProperty2.default)(this, "getFtpActionRecordsSentEntriesSent", function () {
185
- return _this.attributes.ftp_action_records_sent_entries_sent;
184
+ (0, _defineProperty2.default)(this, "getFtpActionEntriesSent", function () {
185
+ return _this.attributes.ftp_action_entries_sent;
186
186
  });
187
- (0, _defineProperty2.default)(this, "setFtpActionRecordsSentEntriesSent", function (value) {
188
- _this.attributes.ftp_action_records_sent_entries_sent = value;
187
+ (0, _defineProperty2.default)(this, "setFtpActionEntriesSent", function (value) {
188
+ _this.attributes.ftp_action_entries_sent = value;
189
189
  });
190
190
  // boolean # Whether or not sending is enabled for web_dav_action logs.
191
191
  (0, _defineProperty2.default)(this, "getWebDavActionSendEnabled", function () {
@@ -195,11 +195,11 @@ var SiemHttpDestination = /*#__PURE__*/(0, _createClass2.default)(function SiemH
195
195
  _this.attributes.web_dav_action_send_enabled = value;
196
196
  });
197
197
  // int64 # Number of log entries sent for the lifetime of this destination.
198
- (0, _defineProperty2.default)(this, "getWebDavActionRecordsSentEntriesSent", function () {
199
- return _this.attributes.web_dav_action_records_sent_entries_sent;
198
+ (0, _defineProperty2.default)(this, "getWebDavActionEntriesSent", function () {
199
+ return _this.attributes.web_dav_action_entries_sent;
200
200
  });
201
- (0, _defineProperty2.default)(this, "setWebDavActionRecordsSentEntriesSent", function (value) {
202
- _this.attributes.web_dav_action_records_sent_entries_sent = value;
201
+ (0, _defineProperty2.default)(this, "setWebDavActionEntriesSent", function (value) {
202
+ _this.attributes.web_dav_action_entries_sent = value;
203
203
  });
204
204
  // boolean # Whether or not sending is enabled for sync logs.
205
205
  (0, _defineProperty2.default)(this, "getSyncSendEnabled", function () {
@@ -209,11 +209,11 @@ var SiemHttpDestination = /*#__PURE__*/(0, _createClass2.default)(function SiemH
209
209
  _this.attributes.sync_send_enabled = value;
210
210
  });
211
211
  // int64 # Number of log entries sent for the lifetime of this destination.
212
- (0, _defineProperty2.default)(this, "getSyncRecordsSentEntriesSent", function () {
213
- return _this.attributes.sync_records_sent_entries_sent;
212
+ (0, _defineProperty2.default)(this, "getSyncEntriesSent", function () {
213
+ return _this.attributes.sync_entries_sent;
214
214
  });
215
- (0, _defineProperty2.default)(this, "setSyncRecordsSentEntriesSent", function (value) {
216
- _this.attributes.sync_records_sent_entries_sent = value;
215
+ (0, _defineProperty2.default)(this, "setSyncEntriesSent", function (value) {
216
+ _this.attributes.sync_entries_sent = value;
217
217
  });
218
218
  // boolean # Whether or not sending is enabled for outbound_connection logs.
219
219
  (0, _defineProperty2.default)(this, "getOutboundConnectionSendEnabled", function () {
@@ -223,11 +223,11 @@ var SiemHttpDestination = /*#__PURE__*/(0, _createClass2.default)(function SiemH
223
223
  _this.attributes.outbound_connection_send_enabled = value;
224
224
  });
225
225
  // int64 # Number of log entries sent for the lifetime of this destination.
226
- (0, _defineProperty2.default)(this, "getOutboundConnectionRecordsSentEntriesSent", function () {
227
- return _this.attributes.outbound_connection_records_sent_entries_sent;
226
+ (0, _defineProperty2.default)(this, "getOutboundConnectionEntriesSent", function () {
227
+ return _this.attributes.outbound_connection_entries_sent;
228
228
  });
229
- (0, _defineProperty2.default)(this, "setOutboundConnectionRecordsSentEntriesSent", function (value) {
230
- _this.attributes.outbound_connection_records_sent_entries_sent = value;
229
+ (0, _defineProperty2.default)(this, "setOutboundConnectionEntriesSent", function (value) {
230
+ _this.attributes.outbound_connection_entries_sent = value;
231
231
  });
232
232
  // boolean # Whether or not sending is enabled for automation logs.
233
233
  (0, _defineProperty2.default)(this, "getAutomationSendEnabled", function () {
@@ -237,11 +237,11 @@ var SiemHttpDestination = /*#__PURE__*/(0, _createClass2.default)(function SiemH
237
237
  _this.attributes.automation_send_enabled = value;
238
238
  });
239
239
  // int64 # Number of log entries sent for the lifetime of this destination.
240
- (0, _defineProperty2.default)(this, "getAutomationRecordsSentEntriesSent", function () {
241
- return _this.attributes.automation_records_sent_entries_sent;
240
+ (0, _defineProperty2.default)(this, "getAutomationEntriesSent", function () {
241
+ return _this.attributes.automation_entries_sent;
242
242
  });
243
- (0, _defineProperty2.default)(this, "setAutomationRecordsSentEntriesSent", function (value) {
244
- _this.attributes.automation_records_sent_entries_sent = value;
243
+ (0, _defineProperty2.default)(this, "setAutomationEntriesSent", function (value) {
244
+ _this.attributes.automation_entries_sent = value;
245
245
  });
246
246
  // boolean # Whether or not sending is enabled for api_request logs.
247
247
  (0, _defineProperty2.default)(this, "getApiRequestSendEnabled", function () {
@@ -251,11 +251,11 @@ var SiemHttpDestination = /*#__PURE__*/(0, _createClass2.default)(function SiemH
251
251
  _this.attributes.api_request_send_enabled = value;
252
252
  });
253
253
  // int64 # Number of log entries sent for the lifetime of this destination.
254
- (0, _defineProperty2.default)(this, "getApiRequestRecordsSentEntriesSent", function () {
255
- return _this.attributes.api_request_records_sent_entries_sent;
254
+ (0, _defineProperty2.default)(this, "getApiRequestEntriesSent", function () {
255
+ return _this.attributes.api_request_entries_sent;
256
256
  });
257
- (0, _defineProperty2.default)(this, "setApiRequestRecordsSentEntriesSent", function (value) {
258
- _this.attributes.api_request_records_sent_entries_sent = value;
257
+ (0, _defineProperty2.default)(this, "setApiRequestEntriesSent", function (value) {
258
+ _this.attributes.api_request_entries_sent = value;
259
259
  });
260
260
  // boolean # Whether or not sending is enabled for public_hosting_request logs.
261
261
  (0, _defineProperty2.default)(this, "getPublicHostingRequestSendEnabled", function () {
@@ -265,11 +265,11 @@ var SiemHttpDestination = /*#__PURE__*/(0, _createClass2.default)(function SiemH
265
265
  _this.attributes.public_hosting_request_send_enabled = value;
266
266
  });
267
267
  // int64 # Number of log entries sent for the lifetime of this destination.
268
- (0, _defineProperty2.default)(this, "getPublicHostingRequestRecordsSentEntriesSent", function () {
269
- return _this.attributes.public_hosting_request_records_sent_entries_sent;
268
+ (0, _defineProperty2.default)(this, "getPublicHostingRequestEntriesSent", function () {
269
+ return _this.attributes.public_hosting_request_entries_sent;
270
270
  });
271
- (0, _defineProperty2.default)(this, "setPublicHostingRequestRecordsSentEntriesSent", function (value) {
272
- _this.attributes.public_hosting_request_records_sent_entries_sent = value;
271
+ (0, _defineProperty2.default)(this, "setPublicHostingRequestEntriesSent", function (value) {
272
+ _this.attributes.public_hosting_request_entries_sent = value;
273
273
  });
274
274
  // boolean # Whether or not sending is enabled for email logs.
275
275
  (0, _defineProperty2.default)(this, "getEmailSendEnabled", function () {
@@ -279,11 +279,11 @@ var SiemHttpDestination = /*#__PURE__*/(0, _createClass2.default)(function SiemH
279
279
  _this.attributes.email_send_enabled = value;
280
280
  });
281
281
  // int64 # Number of log entries sent for the lifetime of this destination.
282
- (0, _defineProperty2.default)(this, "getEmailRecordsSentEntriesSent", function () {
283
- return _this.attributes.email_records_sent_entries_sent;
282
+ (0, _defineProperty2.default)(this, "getEmailEntriesSent", function () {
283
+ return _this.attributes.email_entries_sent;
284
284
  });
285
- (0, _defineProperty2.default)(this, "setEmailRecordsSentEntriesSent", function (value) {
286
- _this.attributes.email_records_sent_entries_sent = value;
285
+ (0, _defineProperty2.default)(this, "setEmailEntriesSent", function (value) {
286
+ _this.attributes.email_entries_sent = value;
287
287
  });
288
288
  // boolean # Whether or not sending is enabled for exavault_api_request logs.
289
289
  (0, _defineProperty2.default)(this, "getExavaultApiRequestSendEnabled", function () {
@@ -293,11 +293,11 @@ var SiemHttpDestination = /*#__PURE__*/(0, _createClass2.default)(function SiemH
293
293
  _this.attributes.exavault_api_request_send_enabled = value;
294
294
  });
295
295
  // int64 # Number of log entries sent for the lifetime of this destination.
296
- (0, _defineProperty2.default)(this, "getExavaultApiRequestRecordsSentEntriesSent", function () {
297
- return _this.attributes.exavault_api_request_records_sent_entries_sent;
296
+ (0, _defineProperty2.default)(this, "getExavaultApiRequestEntriesSent", function () {
297
+ return _this.attributes.exavault_api_request_entries_sent;
298
298
  });
299
- (0, _defineProperty2.default)(this, "setExavaultApiRequestRecordsSentEntriesSent", function (value) {
300
- _this.attributes.exavault_api_request_records_sent_entries_sent = value;
299
+ (0, _defineProperty2.default)(this, "setExavaultApiRequestEntriesSent", function (value) {
300
+ _this.attributes.exavault_api_request_entries_sent = value;
301
301
  });
302
302
  // string # Type of URL that was last called. Can be `destination_url` or `azure_oauth_client_credentials_url`
303
303
  (0, _defineProperty2.default)(this, "getLastHttpCallTargetType", function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "files.com",
3
- "version": "1.2.210",
3
+ "version": "1.2.211",
4
4
  "description": "Files.com SDK for JavaScript",
5
5
  "keywords": [
6
6
  "files.com",
package/src/Files.js CHANGED
@@ -5,7 +5,7 @@ const endpointPrefix = '/api/rest/v1'
5
5
  let apiKey
6
6
  let baseUrl = 'https://app.files.com'
7
7
  let sessionId = null
8
- const version = '1.2.210'
8
+ const version = '1.2.211'
9
9
  let userAgent = `Files.com JavaScript SDK v${version}`
10
10
 
11
11
  let logLevel = LogLevel.INFO
@@ -162,10 +162,10 @@ class SiemHttpDestination {
162
162
  }
163
163
 
164
164
  // int64 # Number of log entries sent for the lifetime of this destination.
165
- getSftpActionRecordsSentEntriesSent = () => this.attributes.sftp_action_records_sent_entries_sent
165
+ getSftpActionEntriesSent = () => this.attributes.sftp_action_entries_sent
166
166
 
167
- setSftpActionRecordsSentEntriesSent = value => {
168
- this.attributes.sftp_action_records_sent_entries_sent = value
167
+ setSftpActionEntriesSent = value => {
168
+ this.attributes.sftp_action_entries_sent = value
169
169
  }
170
170
 
171
171
  // boolean # Whether or not sending is enabled for ftp_action logs.
@@ -176,10 +176,10 @@ class SiemHttpDestination {
176
176
  }
177
177
 
178
178
  // int64 # Number of log entries sent for the lifetime of this destination.
179
- getFtpActionRecordsSentEntriesSent = () => this.attributes.ftp_action_records_sent_entries_sent
179
+ getFtpActionEntriesSent = () => this.attributes.ftp_action_entries_sent
180
180
 
181
- setFtpActionRecordsSentEntriesSent = value => {
182
- this.attributes.ftp_action_records_sent_entries_sent = value
181
+ setFtpActionEntriesSent = value => {
182
+ this.attributes.ftp_action_entries_sent = value
183
183
  }
184
184
 
185
185
  // boolean # Whether or not sending is enabled for web_dav_action logs.
@@ -190,10 +190,10 @@ class SiemHttpDestination {
190
190
  }
191
191
 
192
192
  // int64 # Number of log entries sent for the lifetime of this destination.
193
- getWebDavActionRecordsSentEntriesSent = () => this.attributes.web_dav_action_records_sent_entries_sent
193
+ getWebDavActionEntriesSent = () => this.attributes.web_dav_action_entries_sent
194
194
 
195
- setWebDavActionRecordsSentEntriesSent = value => {
196
- this.attributes.web_dav_action_records_sent_entries_sent = value
195
+ setWebDavActionEntriesSent = value => {
196
+ this.attributes.web_dav_action_entries_sent = value
197
197
  }
198
198
 
199
199
  // boolean # Whether or not sending is enabled for sync logs.
@@ -204,10 +204,10 @@ class SiemHttpDestination {
204
204
  }
205
205
 
206
206
  // int64 # Number of log entries sent for the lifetime of this destination.
207
- getSyncRecordsSentEntriesSent = () => this.attributes.sync_records_sent_entries_sent
207
+ getSyncEntriesSent = () => this.attributes.sync_entries_sent
208
208
 
209
- setSyncRecordsSentEntriesSent = value => {
210
- this.attributes.sync_records_sent_entries_sent = value
209
+ setSyncEntriesSent = value => {
210
+ this.attributes.sync_entries_sent = value
211
211
  }
212
212
 
213
213
  // boolean # Whether or not sending is enabled for outbound_connection logs.
@@ -218,10 +218,10 @@ class SiemHttpDestination {
218
218
  }
219
219
 
220
220
  // int64 # Number of log entries sent for the lifetime of this destination.
221
- getOutboundConnectionRecordsSentEntriesSent = () => this.attributes.outbound_connection_records_sent_entries_sent
221
+ getOutboundConnectionEntriesSent = () => this.attributes.outbound_connection_entries_sent
222
222
 
223
- setOutboundConnectionRecordsSentEntriesSent = value => {
224
- this.attributes.outbound_connection_records_sent_entries_sent = value
223
+ setOutboundConnectionEntriesSent = value => {
224
+ this.attributes.outbound_connection_entries_sent = value
225
225
  }
226
226
 
227
227
  // boolean # Whether or not sending is enabled for automation logs.
@@ -232,10 +232,10 @@ class SiemHttpDestination {
232
232
  }
233
233
 
234
234
  // int64 # Number of log entries sent for the lifetime of this destination.
235
- getAutomationRecordsSentEntriesSent = () => this.attributes.automation_records_sent_entries_sent
235
+ getAutomationEntriesSent = () => this.attributes.automation_entries_sent
236
236
 
237
- setAutomationRecordsSentEntriesSent = value => {
238
- this.attributes.automation_records_sent_entries_sent = value
237
+ setAutomationEntriesSent = value => {
238
+ this.attributes.automation_entries_sent = value
239
239
  }
240
240
 
241
241
  // boolean # Whether or not sending is enabled for api_request logs.
@@ -246,10 +246,10 @@ class SiemHttpDestination {
246
246
  }
247
247
 
248
248
  // int64 # Number of log entries sent for the lifetime of this destination.
249
- getApiRequestRecordsSentEntriesSent = () => this.attributes.api_request_records_sent_entries_sent
249
+ getApiRequestEntriesSent = () => this.attributes.api_request_entries_sent
250
250
 
251
- setApiRequestRecordsSentEntriesSent = value => {
252
- this.attributes.api_request_records_sent_entries_sent = value
251
+ setApiRequestEntriesSent = value => {
252
+ this.attributes.api_request_entries_sent = value
253
253
  }
254
254
 
255
255
  // boolean # Whether or not sending is enabled for public_hosting_request logs.
@@ -260,10 +260,10 @@ class SiemHttpDestination {
260
260
  }
261
261
 
262
262
  // int64 # Number of log entries sent for the lifetime of this destination.
263
- getPublicHostingRequestRecordsSentEntriesSent = () => this.attributes.public_hosting_request_records_sent_entries_sent
263
+ getPublicHostingRequestEntriesSent = () => this.attributes.public_hosting_request_entries_sent
264
264
 
265
- setPublicHostingRequestRecordsSentEntriesSent = value => {
266
- this.attributes.public_hosting_request_records_sent_entries_sent = value
265
+ setPublicHostingRequestEntriesSent = value => {
266
+ this.attributes.public_hosting_request_entries_sent = value
267
267
  }
268
268
 
269
269
  // boolean # Whether or not sending is enabled for email logs.
@@ -274,10 +274,10 @@ class SiemHttpDestination {
274
274
  }
275
275
 
276
276
  // int64 # Number of log entries sent for the lifetime of this destination.
277
- getEmailRecordsSentEntriesSent = () => this.attributes.email_records_sent_entries_sent
277
+ getEmailEntriesSent = () => this.attributes.email_entries_sent
278
278
 
279
- setEmailRecordsSentEntriesSent = value => {
280
- this.attributes.email_records_sent_entries_sent = value
279
+ setEmailEntriesSent = value => {
280
+ this.attributes.email_entries_sent = value
281
281
  }
282
282
 
283
283
  // boolean # Whether or not sending is enabled for exavault_api_request logs.
@@ -288,10 +288,10 @@ class SiemHttpDestination {
288
288
  }
289
289
 
290
290
  // int64 # Number of log entries sent for the lifetime of this destination.
291
- getExavaultApiRequestRecordsSentEntriesSent = () => this.attributes.exavault_api_request_records_sent_entries_sent
291
+ getExavaultApiRequestEntriesSent = () => this.attributes.exavault_api_request_entries_sent
292
292
 
293
- setExavaultApiRequestRecordsSentEntriesSent = value => {
294
- this.attributes.exavault_api_request_records_sent_entries_sent = value
293
+ setExavaultApiRequestEntriesSent = value => {
294
+ this.attributes.exavault_api_request_entries_sent = value
295
295
  }
296
296
 
297
297
  // string # Type of URL that was last called. Can be `destination_url` or `azure_oauth_client_credentials_url`