oci-lockbox 2.63.0 → 2.65.0
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/LICENSE.txt +6 -6
- package/lib/client.d.ts +22 -22
- package/lib/client.js +22 -22
- package/lib/request/cancel-work-request-request.d.ts +1 -1
- package/lib/request/change-approval-template-compartment-request.d.ts +1 -1
- package/lib/request/change-lockbox-compartment-request.d.ts +1 -1
- package/lib/request/create-access-request-request.d.ts +1 -1
- package/lib/request/create-approval-template-request.d.ts +1 -1
- package/lib/request/create-lockbox-request.d.ts +1 -1
- package/lib/request/delete-approval-template-request.d.ts +1 -1
- package/lib/request/delete-lockbox-request.d.ts +1 -1
- package/lib/request/get-access-materials-request.d.ts +1 -1
- package/lib/request/get-access-request-request.d.ts +1 -1
- package/lib/request/get-approval-template-request.d.ts +1 -1
- package/lib/request/get-lockbox-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/handle-access-request-request.d.ts +1 -1
- package/lib/request/list-access-requests-request.d.ts +1 -1
- package/lib/request/list-approval-templates-request.d.ts +1 -1
- package/lib/request/list-lockboxes-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/update-approval-template-request.d.ts +1 -1
- package/lib/request/update-lockbox-request.d.ts +1 -1
- package/package.json +3 -3
package/LICENSE.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Copyright (c) 2016,
|
|
1
|
+
Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
2
2
|
|
|
3
3
|
This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 or Apache License 2.0. See below for license terms. You may choose either license.
|
|
4
4
|
|
|
@@ -70,10 +70,10 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
|
70
70
|
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
|
71
71
|
|
|
72
72
|
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
73
|
+
- You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
74
|
+
- You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
75
|
+
- You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
|
76
|
+
- If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
|
|
77
77
|
|
|
78
78
|
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
|
79
79
|
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
|
@@ -86,4 +86,4 @@ You may add Your own copyright statement to Your modifications and may provide a
|
|
|
86
86
|
|
|
87
87
|
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
|
88
88
|
|
|
89
|
-
END OF TERMS AND CONDITIONS
|
|
89
|
+
END OF TERMS AND CONDITIONS
|
package/lib/client.d.ts
CHANGED
|
@@ -88,7 +88,7 @@ export declare class LockboxClient {
|
|
|
88
88
|
* @param CancelWorkRequestRequest
|
|
89
89
|
* @return CancelWorkRequestResponse
|
|
90
90
|
* @throws OciError when an error occurs
|
|
91
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
91
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
92
92
|
*/
|
|
93
93
|
cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
|
|
94
94
|
/**
|
|
@@ -97,7 +97,7 @@ export declare class LockboxClient {
|
|
|
97
97
|
* @param ChangeApprovalTemplateCompartmentRequest
|
|
98
98
|
* @return ChangeApprovalTemplateCompartmentResponse
|
|
99
99
|
* @throws OciError when an error occurs
|
|
100
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/ChangeApprovalTemplateCompartment.ts.html |here} to see how to use ChangeApprovalTemplateCompartment API.
|
|
101
101
|
*/
|
|
102
102
|
changeApprovalTemplateCompartment(changeApprovalTemplateCompartmentRequest: requests.ChangeApprovalTemplateCompartmentRequest): Promise<responses.ChangeApprovalTemplateCompartmentResponse>;
|
|
103
103
|
/**
|
|
@@ -106,7 +106,7 @@ export declare class LockboxClient {
|
|
|
106
106
|
* @param ChangeLockboxCompartmentRequest
|
|
107
107
|
* @return ChangeLockboxCompartmentResponse
|
|
108
108
|
* @throws OciError when an error occurs
|
|
109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/ChangeLockboxCompartment.ts.html |here} to see how to use ChangeLockboxCompartment API.
|
|
110
110
|
*/
|
|
111
111
|
changeLockboxCompartment(changeLockboxCompartmentRequest: requests.ChangeLockboxCompartmentRequest): Promise<responses.ChangeLockboxCompartmentResponse>;
|
|
112
112
|
/**
|
|
@@ -116,7 +116,7 @@ export declare class LockboxClient {
|
|
|
116
116
|
* @param CreateAccessRequestRequest
|
|
117
117
|
* @return CreateAccessRequestResponse
|
|
118
118
|
* @throws OciError when an error occurs
|
|
119
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
119
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/CreateAccessRequest.ts.html |here} to see how to use CreateAccessRequest API.
|
|
120
120
|
*/
|
|
121
121
|
createAccessRequest(createAccessRequestRequest: requests.CreateAccessRequestRequest): Promise<responses.CreateAccessRequestResponse>;
|
|
122
122
|
/**
|
|
@@ -126,7 +126,7 @@ export declare class LockboxClient {
|
|
|
126
126
|
* @param CreateApprovalTemplateRequest
|
|
127
127
|
* @return CreateApprovalTemplateResponse
|
|
128
128
|
* @throws OciError when an error occurs
|
|
129
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
129
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/CreateApprovalTemplate.ts.html |here} to see how to use CreateApprovalTemplate API.
|
|
130
130
|
*/
|
|
131
131
|
createApprovalTemplate(createApprovalTemplateRequest: requests.CreateApprovalTemplateRequest): Promise<responses.CreateApprovalTemplateResponse>;
|
|
132
132
|
/**
|
|
@@ -136,7 +136,7 @@ export declare class LockboxClient {
|
|
|
136
136
|
* @param CreateLockboxRequest
|
|
137
137
|
* @return CreateLockboxResponse
|
|
138
138
|
* @throws OciError when an error occurs
|
|
139
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
139
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/CreateLockbox.ts.html |here} to see how to use CreateLockbox API.
|
|
140
140
|
*/
|
|
141
141
|
createLockbox(createLockboxRequest: requests.CreateLockboxRequest): Promise<responses.CreateLockboxResponse>;
|
|
142
142
|
/**
|
|
@@ -145,7 +145,7 @@ export declare class LockboxClient {
|
|
|
145
145
|
* @param DeleteApprovalTemplateRequest
|
|
146
146
|
* @return DeleteApprovalTemplateResponse
|
|
147
147
|
* @throws OciError when an error occurs
|
|
148
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
148
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/DeleteApprovalTemplate.ts.html |here} to see how to use DeleteApprovalTemplate API.
|
|
149
149
|
*/
|
|
150
150
|
deleteApprovalTemplate(deleteApprovalTemplateRequest: requests.DeleteApprovalTemplateRequest): Promise<responses.DeleteApprovalTemplateResponse>;
|
|
151
151
|
/**
|
|
@@ -154,7 +154,7 @@ export declare class LockboxClient {
|
|
|
154
154
|
* @param DeleteLockboxRequest
|
|
155
155
|
* @return DeleteLockboxResponse
|
|
156
156
|
* @throws OciError when an error occurs
|
|
157
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
157
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/DeleteLockbox.ts.html |here} to see how to use DeleteLockbox API.
|
|
158
158
|
*/
|
|
159
159
|
deleteLockbox(deleteLockboxRequest: requests.DeleteLockboxRequest): Promise<responses.DeleteLockboxResponse>;
|
|
160
160
|
/**
|
|
@@ -164,7 +164,7 @@ export declare class LockboxClient {
|
|
|
164
164
|
* @param GetAccessMaterialsRequest
|
|
165
165
|
* @return GetAccessMaterialsResponse
|
|
166
166
|
* @throws OciError when an error occurs
|
|
167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/GetAccessMaterials.ts.html |here} to see how to use GetAccessMaterials API.
|
|
168
168
|
*/
|
|
169
169
|
getAccessMaterials(getAccessMaterialsRequest: requests.GetAccessMaterialsRequest): Promise<responses.GetAccessMaterialsResponse>;
|
|
170
170
|
/**
|
|
@@ -173,7 +173,7 @@ export declare class LockboxClient {
|
|
|
173
173
|
* @param GetAccessRequestRequest
|
|
174
174
|
* @return GetAccessRequestResponse
|
|
175
175
|
* @throws OciError when an error occurs
|
|
176
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
176
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/GetAccessRequest.ts.html |here} to see how to use GetAccessRequest API.
|
|
177
177
|
*/
|
|
178
178
|
getAccessRequest(getAccessRequestRequest: requests.GetAccessRequestRequest): Promise<responses.GetAccessRequestResponse>;
|
|
179
179
|
/**
|
|
@@ -182,7 +182,7 @@ export declare class LockboxClient {
|
|
|
182
182
|
* @param GetApprovalTemplateRequest
|
|
183
183
|
* @return GetApprovalTemplateResponse
|
|
184
184
|
* @throws OciError when an error occurs
|
|
185
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
185
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/GetApprovalTemplate.ts.html |here} to see how to use GetApprovalTemplate API.
|
|
186
186
|
*/
|
|
187
187
|
getApprovalTemplate(getApprovalTemplateRequest: requests.GetApprovalTemplateRequest): Promise<responses.GetApprovalTemplateResponse>;
|
|
188
188
|
/**
|
|
@@ -191,7 +191,7 @@ export declare class LockboxClient {
|
|
|
191
191
|
* @param GetLockboxRequest
|
|
192
192
|
* @return GetLockboxResponse
|
|
193
193
|
* @throws OciError when an error occurs
|
|
194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/GetLockbox.ts.html |here} to see how to use GetLockbox API.
|
|
195
195
|
*/
|
|
196
196
|
getLockbox(getLockboxRequest: requests.GetLockboxRequest): Promise<responses.GetLockboxResponse>;
|
|
197
197
|
/**
|
|
@@ -200,7 +200,7 @@ export declare class LockboxClient {
|
|
|
200
200
|
* @param GetWorkRequestRequest
|
|
201
201
|
* @return GetWorkRequestResponse
|
|
202
202
|
* @throws OciError when an error occurs
|
|
203
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
203
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
204
204
|
*/
|
|
205
205
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
206
206
|
/**
|
|
@@ -209,7 +209,7 @@ export declare class LockboxClient {
|
|
|
209
209
|
* @param HandleAccessRequestRequest
|
|
210
210
|
* @return HandleAccessRequestResponse
|
|
211
211
|
* @throws OciError when an error occurs
|
|
212
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
212
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/HandleAccessRequest.ts.html |here} to see how to use HandleAccessRequest API.
|
|
213
213
|
*/
|
|
214
214
|
handleAccessRequest(handleAccessRequestRequest: requests.HandleAccessRequestRequest): Promise<responses.HandleAccessRequestResponse>;
|
|
215
215
|
/**
|
|
@@ -219,7 +219,7 @@ export declare class LockboxClient {
|
|
|
219
219
|
* @param ListAccessRequestsRequest
|
|
220
220
|
* @return ListAccessRequestsResponse
|
|
221
221
|
* @throws OciError when an error occurs
|
|
222
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
222
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/ListAccessRequests.ts.html |here} to see how to use ListAccessRequests API.
|
|
223
223
|
*/
|
|
224
224
|
listAccessRequests(listAccessRequestsRequest: requests.ListAccessRequestsRequest): Promise<responses.ListAccessRequestsResponse>;
|
|
225
225
|
/**
|
|
@@ -229,7 +229,7 @@ export declare class LockboxClient {
|
|
|
229
229
|
* @param ListApprovalTemplatesRequest
|
|
230
230
|
* @return ListApprovalTemplatesResponse
|
|
231
231
|
* @throws OciError when an error occurs
|
|
232
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
232
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/ListApprovalTemplates.ts.html |here} to see how to use ListApprovalTemplates API.
|
|
233
233
|
*/
|
|
234
234
|
listApprovalTemplates(listApprovalTemplatesRequest: requests.ListApprovalTemplatesRequest): Promise<responses.ListApprovalTemplatesResponse>;
|
|
235
235
|
/**
|
|
@@ -239,7 +239,7 @@ export declare class LockboxClient {
|
|
|
239
239
|
* @param ListLockboxesRequest
|
|
240
240
|
* @return ListLockboxesResponse
|
|
241
241
|
* @throws OciError when an error occurs
|
|
242
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
242
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/ListLockboxes.ts.html |here} to see how to use ListLockboxes API.
|
|
243
243
|
*/
|
|
244
244
|
listLockboxes(listLockboxesRequest: requests.ListLockboxesRequest): Promise<responses.ListLockboxesResponse>;
|
|
245
245
|
/**
|
|
@@ -249,7 +249,7 @@ export declare class LockboxClient {
|
|
|
249
249
|
* @param ListWorkRequestErrorsRequest
|
|
250
250
|
* @return ListWorkRequestErrorsResponse
|
|
251
251
|
* @throws OciError when an error occurs
|
|
252
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
252
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
253
253
|
*/
|
|
254
254
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
255
255
|
/**
|
|
@@ -259,7 +259,7 @@ export declare class LockboxClient {
|
|
|
259
259
|
* @param ListWorkRequestLogsRequest
|
|
260
260
|
* @return ListWorkRequestLogsResponse
|
|
261
261
|
* @throws OciError when an error occurs
|
|
262
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
262
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
263
263
|
*/
|
|
264
264
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
265
265
|
/**
|
|
@@ -269,7 +269,7 @@ export declare class LockboxClient {
|
|
|
269
269
|
* @param ListWorkRequestsRequest
|
|
270
270
|
* @return ListWorkRequestsResponse
|
|
271
271
|
* @throws OciError when an error occurs
|
|
272
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
272
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
273
273
|
*/
|
|
274
274
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
275
275
|
/**
|
|
@@ -278,7 +278,7 @@ export declare class LockboxClient {
|
|
|
278
278
|
* @param UpdateApprovalTemplateRequest
|
|
279
279
|
* @return UpdateApprovalTemplateResponse
|
|
280
280
|
* @throws OciError when an error occurs
|
|
281
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
281
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/UpdateApprovalTemplate.ts.html |here} to see how to use UpdateApprovalTemplate API.
|
|
282
282
|
*/
|
|
283
283
|
updateApprovalTemplate(updateApprovalTemplateRequest: requests.UpdateApprovalTemplateRequest): Promise<responses.UpdateApprovalTemplateResponse>;
|
|
284
284
|
/**
|
|
@@ -287,7 +287,7 @@ export declare class LockboxClient {
|
|
|
287
287
|
* @param UpdateLockboxRequest
|
|
288
288
|
* @return UpdateLockboxResponse
|
|
289
289
|
* @throws OciError when an error occurs
|
|
290
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
290
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/UpdateLockbox.ts.html |here} to see how to use UpdateLockbox API.
|
|
291
291
|
*/
|
|
292
292
|
updateLockbox(updateLockboxRequest: requests.UpdateLockboxRequest): Promise<responses.UpdateLockboxResponse>;
|
|
293
293
|
}
|
package/lib/client.js
CHANGED
|
@@ -182,7 +182,7 @@ class LockboxClient {
|
|
|
182
182
|
* @param CancelWorkRequestRequest
|
|
183
183
|
* @return CancelWorkRequestResponse
|
|
184
184
|
* @throws OciError when an error occurs
|
|
185
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
185
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
186
186
|
*/
|
|
187
187
|
cancelWorkRequest(cancelWorkRequestRequest) {
|
|
188
188
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -237,7 +237,7 @@ class LockboxClient {
|
|
|
237
237
|
* @param ChangeApprovalTemplateCompartmentRequest
|
|
238
238
|
* @return ChangeApprovalTemplateCompartmentResponse
|
|
239
239
|
* @throws OciError when an error occurs
|
|
240
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
240
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/ChangeApprovalTemplateCompartment.ts.html |here} to see how to use ChangeApprovalTemplateCompartment API.
|
|
241
241
|
*/
|
|
242
242
|
changeApprovalTemplateCompartment(changeApprovalTemplateCompartmentRequest) {
|
|
243
243
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -294,7 +294,7 @@ class LockboxClient {
|
|
|
294
294
|
* @param ChangeLockboxCompartmentRequest
|
|
295
295
|
* @return ChangeLockboxCompartmentResponse
|
|
296
296
|
* @throws OciError when an error occurs
|
|
297
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
297
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/ChangeLockboxCompartment.ts.html |here} to see how to use ChangeLockboxCompartment API.
|
|
298
298
|
*/
|
|
299
299
|
changeLockboxCompartment(changeLockboxCompartmentRequest) {
|
|
300
300
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -352,7 +352,7 @@ class LockboxClient {
|
|
|
352
352
|
* @param CreateAccessRequestRequest
|
|
353
353
|
* @return CreateAccessRequestResponse
|
|
354
354
|
* @throws OciError when an error occurs
|
|
355
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
355
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/CreateAccessRequest.ts.html |here} to see how to use CreateAccessRequest API.
|
|
356
356
|
*/
|
|
357
357
|
createAccessRequest(createAccessRequestRequest) {
|
|
358
358
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -426,7 +426,7 @@ class LockboxClient {
|
|
|
426
426
|
* @param CreateApprovalTemplateRequest
|
|
427
427
|
* @return CreateApprovalTemplateResponse
|
|
428
428
|
* @throws OciError when an error occurs
|
|
429
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
429
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/CreateApprovalTemplate.ts.html |here} to see how to use CreateApprovalTemplate API.
|
|
430
430
|
*/
|
|
431
431
|
createApprovalTemplate(createApprovalTemplateRequest) {
|
|
432
432
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -495,7 +495,7 @@ class LockboxClient {
|
|
|
495
495
|
* @param CreateLockboxRequest
|
|
496
496
|
* @return CreateLockboxResponse
|
|
497
497
|
* @throws OciError when an error occurs
|
|
498
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
498
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/CreateLockbox.ts.html |here} to see how to use CreateLockbox API.
|
|
499
499
|
*/
|
|
500
500
|
createLockbox(createLockboxRequest) {
|
|
501
501
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -563,7 +563,7 @@ class LockboxClient {
|
|
|
563
563
|
* @param DeleteApprovalTemplateRequest
|
|
564
564
|
* @return DeleteApprovalTemplateResponse
|
|
565
565
|
* @throws OciError when an error occurs
|
|
566
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
566
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/DeleteApprovalTemplate.ts.html |here} to see how to use DeleteApprovalTemplate API.
|
|
567
567
|
*/
|
|
568
568
|
deleteApprovalTemplate(deleteApprovalTemplateRequest) {
|
|
569
569
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -618,7 +618,7 @@ class LockboxClient {
|
|
|
618
618
|
* @param DeleteLockboxRequest
|
|
619
619
|
* @return DeleteLockboxResponse
|
|
620
620
|
* @throws OciError when an error occurs
|
|
621
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
621
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/DeleteLockbox.ts.html |here} to see how to use DeleteLockbox API.
|
|
622
622
|
*/
|
|
623
623
|
deleteLockbox(deleteLockboxRequest) {
|
|
624
624
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -675,7 +675,7 @@ class LockboxClient {
|
|
|
675
675
|
* @param GetAccessMaterialsRequest
|
|
676
676
|
* @return GetAccessMaterialsResponse
|
|
677
677
|
* @throws OciError when an error occurs
|
|
678
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
678
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/GetAccessMaterials.ts.html |here} to see how to use GetAccessMaterials API.
|
|
679
679
|
*/
|
|
680
680
|
getAccessMaterials(getAccessMaterialsRequest) {
|
|
681
681
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -733,7 +733,7 @@ class LockboxClient {
|
|
|
733
733
|
* @param GetAccessRequestRequest
|
|
734
734
|
* @return GetAccessRequestResponse
|
|
735
735
|
* @throws OciError when an error occurs
|
|
736
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
736
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/GetAccessRequest.ts.html |here} to see how to use GetAccessRequest API.
|
|
737
737
|
*/
|
|
738
738
|
getAccessRequest(getAccessRequestRequest) {
|
|
739
739
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -796,7 +796,7 @@ class LockboxClient {
|
|
|
796
796
|
* @param GetApprovalTemplateRequest
|
|
797
797
|
* @return GetApprovalTemplateResponse
|
|
798
798
|
* @throws OciError when an error occurs
|
|
799
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
799
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/GetApprovalTemplate.ts.html |here} to see how to use GetApprovalTemplate API.
|
|
800
800
|
*/
|
|
801
801
|
getApprovalTemplate(getApprovalTemplateRequest) {
|
|
802
802
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -859,7 +859,7 @@ class LockboxClient {
|
|
|
859
859
|
* @param GetLockboxRequest
|
|
860
860
|
* @return GetLockboxResponse
|
|
861
861
|
* @throws OciError when an error occurs
|
|
862
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
862
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/GetLockbox.ts.html |here} to see how to use GetLockbox API.
|
|
863
863
|
*/
|
|
864
864
|
getLockbox(getLockboxRequest) {
|
|
865
865
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -922,7 +922,7 @@ class LockboxClient {
|
|
|
922
922
|
* @param GetWorkRequestRequest
|
|
923
923
|
* @return GetWorkRequestResponse
|
|
924
924
|
* @throws OciError when an error occurs
|
|
925
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
925
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
926
926
|
*/
|
|
927
927
|
getWorkRequest(getWorkRequestRequest) {
|
|
928
928
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -990,7 +990,7 @@ class LockboxClient {
|
|
|
990
990
|
* @param HandleAccessRequestRequest
|
|
991
991
|
* @return HandleAccessRequestResponse
|
|
992
992
|
* @throws OciError when an error occurs
|
|
993
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
993
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/HandleAccessRequest.ts.html |here} to see how to use HandleAccessRequest API.
|
|
994
994
|
*/
|
|
995
995
|
handleAccessRequest(handleAccessRequestRequest) {
|
|
996
996
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1053,7 +1053,7 @@ class LockboxClient {
|
|
|
1053
1053
|
* @param ListAccessRequestsRequest
|
|
1054
1054
|
* @return ListAccessRequestsResponse
|
|
1055
1055
|
* @throws OciError when an error occurs
|
|
1056
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1056
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/ListAccessRequests.ts.html |here} to see how to use ListAccessRequests API.
|
|
1057
1057
|
*/
|
|
1058
1058
|
listAccessRequests(listAccessRequestsRequest) {
|
|
1059
1059
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1126,7 +1126,7 @@ class LockboxClient {
|
|
|
1126
1126
|
* @param ListApprovalTemplatesRequest
|
|
1127
1127
|
* @return ListApprovalTemplatesResponse
|
|
1128
1128
|
* @throws OciError when an error occurs
|
|
1129
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1129
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/ListApprovalTemplates.ts.html |here} to see how to use ListApprovalTemplates API.
|
|
1130
1130
|
*/
|
|
1131
1131
|
listApprovalTemplates(listApprovalTemplatesRequest) {
|
|
1132
1132
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1197,7 +1197,7 @@ class LockboxClient {
|
|
|
1197
1197
|
* @param ListLockboxesRequest
|
|
1198
1198
|
* @return ListLockboxesResponse
|
|
1199
1199
|
* @throws OciError when an error occurs
|
|
1200
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1200
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/ListLockboxes.ts.html |here} to see how to use ListLockboxes API.
|
|
1201
1201
|
*/
|
|
1202
1202
|
listLockboxes(listLockboxesRequest) {
|
|
1203
1203
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1270,7 +1270,7 @@ class LockboxClient {
|
|
|
1270
1270
|
* @param ListWorkRequestErrorsRequest
|
|
1271
1271
|
* @return ListWorkRequestErrorsResponse
|
|
1272
1272
|
* @throws OciError when an error occurs
|
|
1273
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1273
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1274
1274
|
*/
|
|
1275
1275
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1276
1276
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1339,7 +1339,7 @@ class LockboxClient {
|
|
|
1339
1339
|
* @param ListWorkRequestLogsRequest
|
|
1340
1340
|
* @return ListWorkRequestLogsResponse
|
|
1341
1341
|
* @throws OciError when an error occurs
|
|
1342
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1342
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1343
1343
|
*/
|
|
1344
1344
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1345
1345
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1408,7 +1408,7 @@ class LockboxClient {
|
|
|
1408
1408
|
* @param ListWorkRequestsRequest
|
|
1409
1409
|
* @return ListWorkRequestsResponse
|
|
1410
1410
|
* @throws OciError when an error occurs
|
|
1411
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1411
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1412
1412
|
*/
|
|
1413
1413
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1414
1414
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1478,7 +1478,7 @@ class LockboxClient {
|
|
|
1478
1478
|
* @param UpdateApprovalTemplateRequest
|
|
1479
1479
|
* @return UpdateApprovalTemplateResponse
|
|
1480
1480
|
* @throws OciError when an error occurs
|
|
1481
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1481
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/UpdateApprovalTemplate.ts.html |here} to see how to use UpdateApprovalTemplate API.
|
|
1482
1482
|
*/
|
|
1483
1483
|
updateApprovalTemplate(updateApprovalTemplateRequest) {
|
|
1484
1484
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1543,7 +1543,7 @@ class LockboxClient {
|
|
|
1543
1543
|
* @param UpdateLockboxRequest
|
|
1544
1544
|
* @return UpdateLockboxResponse
|
|
1545
1545
|
* @throws OciError when an error occurs
|
|
1546
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1546
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/UpdateLockbox.ts.html |here} to see how to use UpdateLockbox API.
|
|
1547
1547
|
*/
|
|
1548
1548
|
updateLockbox(updateLockboxRequest) {
|
|
1549
1549
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface CancelWorkRequestRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/ChangeApprovalTemplateCompartment.ts.html |here} to see how to use ChangeApprovalTemplateCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeApprovalTemplateCompartmentRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/ChangeLockboxCompartment.ts.html |here} to see how to use ChangeLockboxCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeLockboxCompartmentRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/CreateAccessRequest.ts.html |here} to see how to use CreateAccessRequestRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateAccessRequestRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/CreateApprovalTemplate.ts.html |here} to see how to use CreateApprovalTemplateRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateApprovalTemplateRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/CreateLockbox.ts.html |here} to see how to use CreateLockboxRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateLockboxRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/DeleteApprovalTemplate.ts.html |here} to see how to use DeleteApprovalTemplateRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteApprovalTemplateRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/DeleteLockbox.ts.html |here} to see how to use DeleteLockboxRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteLockboxRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/GetAccessMaterials.ts.html |here} to see how to use GetAccessMaterialsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAccessMaterialsRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/GetAccessRequest.ts.html |here} to see how to use GetAccessRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAccessRequestRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/GetApprovalTemplate.ts.html |here} to see how to use GetApprovalTemplateRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetApprovalTemplateRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/GetLockbox.ts.html |here} to see how to use GetLockboxRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetLockboxRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/HandleAccessRequest.ts.html |here} to see how to use HandleAccessRequestRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface HandleAccessRequestRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/ListAccessRequests.ts.html |here} to see how to use ListAccessRequestsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListAccessRequestsRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/ListApprovalTemplates.ts.html |here} to see how to use ListApprovalTemplatesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListApprovalTemplatesRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/ListLockboxes.ts.html |here} to see how to use ListLockboxesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListLockboxesRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestErrorsRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestLogsRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/UpdateApprovalTemplate.ts.html |here} to see how to use UpdateApprovalTemplateRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateApprovalTemplateRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/lockbox/UpdateLockbox.ts.html |here} to see how to use UpdateLockboxRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateLockboxRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-lockbox",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.65.0",
|
|
4
4
|
"description": "OCI NodeJS client for Lockbox 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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.65.0",
|
|
19
|
+
"oci-workrequests": "2.65.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|