oci-logging 2.78.0 → 2.79.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.
Files changed (42) hide show
  1. package/lib/client.d.ts +30 -31
  2. package/lib/client.js +62 -157
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/source.js +2 -4
  5. package/lib/model/source.js.map +1 -1
  6. package/lib/model/unified-agent-logging-source.js +2 -4
  7. package/lib/model/unified-agent-logging-source.js.map +1 -1
  8. package/lib/model/unified-agent-parser.js +2 -4
  9. package/lib/model/unified-agent-parser.js.map +1 -1
  10. package/lib/model/unified-agent-service-configuration-details.js +2 -4
  11. package/lib/model/unified-agent-service-configuration-details.js.map +1 -1
  12. package/lib/request/change-log-group-compartment-request.d.ts +1 -1
  13. package/lib/request/change-log-log-group-request.d.ts +1 -1
  14. package/lib/request/change-log-saved-search-compartment-request.d.ts +1 -1
  15. package/lib/request/change-unified-agent-configuration-compartment-request.d.ts +1 -1
  16. package/lib/request/create-log-group-request.d.ts +1 -1
  17. package/lib/request/create-log-request.d.ts +1 -1
  18. package/lib/request/create-log-saved-search-request.d.ts +1 -1
  19. package/lib/request/create-unified-agent-configuration-request.d.ts +1 -1
  20. package/lib/request/delete-log-group-request.d.ts +1 -1
  21. package/lib/request/delete-log-request.d.ts +1 -1
  22. package/lib/request/delete-log-saved-search-request.d.ts +1 -1
  23. package/lib/request/delete-unified-agent-configuration-request.d.ts +1 -1
  24. package/lib/request/delete-work-request-request.d.ts +1 -1
  25. package/lib/request/get-log-group-request.d.ts +1 -1
  26. package/lib/request/get-log-request.d.ts +1 -1
  27. package/lib/request/get-log-saved-search-request.d.ts +1 -1
  28. package/lib/request/get-unified-agent-configuration-request.d.ts +1 -1
  29. package/lib/request/get-work-request-request.d.ts +1 -1
  30. package/lib/request/list-log-groups-request.d.ts +1 -1
  31. package/lib/request/list-log-saved-searches-request.d.ts +1 -1
  32. package/lib/request/list-logs-request.d.ts +1 -1
  33. package/lib/request/list-services-request.d.ts +1 -1
  34. package/lib/request/list-unified-agent-configurations-request.d.ts +1 -1
  35. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  36. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  37. package/lib/request/list-work-requests-request.d.ts +1 -1
  38. package/lib/request/update-log-group-request.d.ts +1 -1
  39. package/lib/request/update-log-request.d.ts +1 -1
  40. package/lib/request/update-log-saved-search-request.d.ts +1 -1
  41. package/lib/request/update-unified-agent-configuration-request.d.ts +1 -1
  42. package/package.json +3 -3
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/logging/ListLogs.ts.html |here} to see how to use ListLogsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ListLogs.ts.html |here} to see how to use ListLogsRequest.
17
17
  */
18
18
  export interface ListLogsRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/logging/ListServices.ts.html |here} to see how to use ListServicesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ListServices.ts.html |here} to see how to use ListServicesRequest.
16
16
  */
17
17
  export interface ListServicesRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurationsRequest.
17
17
  */
18
18
  export interface ListUnifiedAgentConfigurationsRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
16
  */
17
17
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroupRequest.
17
17
  */
18
18
  export interface UpdateLogGroupRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLogRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/UpdateLog.ts.html |here} to see how to use UpdateLogRequest.
17
17
  */
18
18
  export interface UpdateLogRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearchRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearchRequest.
17
17
  */
18
18
  export interface UpdateLogSavedSearchRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfigurationRequest.
17
17
  */
18
18
  export interface UpdateUnifiedAgentConfigurationRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-logging",
3
- "version": "2.78.0",
3
+ "version": "2.79.1",
4
4
  "description": "OCI NodeJS client for Logging Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.78.0",
19
- "oci-workrequests": "2.78.0"
18
+ "oci-common": "2.79.1",
19
+ "oci-workrequests": "2.79.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"