oci-aidocument
Advanced tools
Comparing version 2.99.0 to 2.100.0
@@ -39,2 +39,3 @@ /** | ||
protected _httpClient: common.HttpClient; | ||
protected _authProvider: common.AuthenticationDetailsProvider | undefined; | ||
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration); | ||
@@ -90,2 +91,6 @@ /** | ||
/** | ||
* Close the provider if possible which in turn shuts down any associated circuit breaker | ||
*/ | ||
closeProvider(): void; | ||
/** | ||
* Close the client once it is no longer needed | ||
@@ -92,0 +97,0 @@ */ |
{ | ||
"name": "oci-aidocument", | ||
"version": "2.99.0", | ||
"version": "2.100.0", | ||
"description": "OCI NodeJS client for Ai Document Service", | ||
@@ -18,4 +18,4 @@ "repository": { | ||
"dependencies": { | ||
"oci-common": "2.99.0", | ||
"oci-workrequests": "2.99.0" | ||
"oci-common": "2.100.0", | ||
"oci-workrequests": "2.100.0" | ||
}, | ||
@@ -22,0 +22,0 @@ "publishConfig": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
837225
14136
+ Addedoci-common@2.100.0(transitive)
+ Addedoci-workrequests@2.100.0(transitive)
- Removedoci-common@2.99.0(transitive)
- Removedoci-workrequests@2.99.0(transitive)
Updatedoci-common@2.100.0
Updatedoci-workrequests@2.100.0