oci-nosql 2.82.2 → 2.83.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/lib/client.d.ts CHANGED
@@ -95,7 +95,7 @@ export declare class NosqlClient {
95
95
  * @param ChangeTableCompartmentRequest
96
96
  * @return ChangeTableCompartmentResponse
97
97
  * @throws OciError when an error occurs
98
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/ChangeTableCompartment.ts.html |here} to see how to use ChangeTableCompartment API.
98
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/ChangeTableCompartment.ts.html |here} to see how to use ChangeTableCompartment API.
99
99
  */
100
100
  changeTableCompartment(changeTableCompartmentRequest: requests.ChangeTableCompartmentRequest): Promise<responses.ChangeTableCompartmentResponse>;
101
101
  /**
@@ -104,7 +104,7 @@ export declare class NosqlClient {
104
104
  * @param CreateIndexRequest
105
105
  * @return CreateIndexResponse
106
106
  * @throws OciError when an error occurs
107
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/CreateIndex.ts.html |here} to see how to use CreateIndex API.
107
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/CreateIndex.ts.html |here} to see how to use CreateIndex API.
108
108
  */
109
109
  createIndex(createIndexRequest: requests.CreateIndexRequest): Promise<responses.CreateIndexResponse>;
110
110
  /**
@@ -113,7 +113,7 @@ export declare class NosqlClient {
113
113
  * @param CreateReplicaRequest
114
114
  * @return CreateReplicaResponse
115
115
  * @throws OciError when an error occurs
116
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
116
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
117
117
  */
118
118
  createReplica(createReplicaRequest: requests.CreateReplicaRequest): Promise<responses.CreateReplicaResponse>;
119
119
  /**
@@ -122,7 +122,7 @@ export declare class NosqlClient {
122
122
  * @param CreateTableRequest
123
123
  * @return CreateTableResponse
124
124
  * @throws OciError when an error occurs
125
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/CreateTable.ts.html |here} to see how to use CreateTable API.
125
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/CreateTable.ts.html |here} to see how to use CreateTable API.
126
126
  */
127
127
  createTable(createTableRequest: requests.CreateTableRequest): Promise<responses.CreateTableResponse>;
128
128
  /**
@@ -131,7 +131,7 @@ export declare class NosqlClient {
131
131
  * @param DeleteIndexRequest
132
132
  * @return DeleteIndexResponse
133
133
  * @throws OciError when an error occurs
134
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/DeleteIndex.ts.html |here} to see how to use DeleteIndex API.
134
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/DeleteIndex.ts.html |here} to see how to use DeleteIndex API.
135
135
  */
136
136
  deleteIndex(deleteIndexRequest: requests.DeleteIndexRequest): Promise<responses.DeleteIndexResponse>;
137
137
  /**
@@ -140,7 +140,7 @@ export declare class NosqlClient {
140
140
  * @param DeleteReplicaRequest
141
141
  * @return DeleteReplicaResponse
142
142
  * @throws OciError when an error occurs
143
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
143
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
144
144
  */
145
145
  deleteReplica(deleteReplicaRequest: requests.DeleteReplicaRequest): Promise<responses.DeleteReplicaResponse>;
146
146
  /**
@@ -149,7 +149,7 @@ export declare class NosqlClient {
149
149
  * @param DeleteRowRequest
150
150
  * @return DeleteRowResponse
151
151
  * @throws OciError when an error occurs
152
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/DeleteRow.ts.html |here} to see how to use DeleteRow API.
152
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/DeleteRow.ts.html |here} to see how to use DeleteRow API.
153
153
  */
154
154
  deleteRow(deleteRowRequest: requests.DeleteRowRequest): Promise<responses.DeleteRowResponse>;
155
155
  /**
@@ -158,7 +158,7 @@ export declare class NosqlClient {
158
158
  * @param DeleteTableRequest
159
159
  * @return DeleteTableResponse
160
160
  * @throws OciError when an error occurs
161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/DeleteTable.ts.html |here} to see how to use DeleteTable API.
161
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/DeleteTable.ts.html |here} to see how to use DeleteTable API.
162
162
  */
163
163
  deleteTable(deleteTableRequest: requests.DeleteTableRequest): Promise<responses.DeleteTableResponse>;
164
164
  /**
@@ -167,7 +167,7 @@ export declare class NosqlClient {
167
167
  * @param DeleteWorkRequestRequest
168
168
  * @return DeleteWorkRequestResponse
169
169
  * @throws OciError when an error occurs
170
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
170
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
171
171
  */
172
172
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
173
173
  /**
@@ -176,7 +176,7 @@ export declare class NosqlClient {
176
176
  * @param GetIndexRequest
177
177
  * @return GetIndexResponse
178
178
  * @throws OciError when an error occurs
179
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/GetIndex.ts.html |here} to see how to use GetIndex API.
179
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/GetIndex.ts.html |here} to see how to use GetIndex API.
180
180
  */
181
181
  getIndex(getIndexRequest: requests.GetIndexRequest): Promise<responses.GetIndexResponse>;
182
182
  /**
@@ -185,7 +185,7 @@ export declare class NosqlClient {
185
185
  * @param GetRowRequest
186
186
  * @return GetRowResponse
187
187
  * @throws OciError when an error occurs
188
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/GetRow.ts.html |here} to see how to use GetRow API.
188
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/GetRow.ts.html |here} to see how to use GetRow API.
189
189
  */
190
190
  getRow(getRowRequest: requests.GetRowRequest): Promise<responses.GetRowResponse>;
191
191
  /**
@@ -194,7 +194,7 @@ export declare class NosqlClient {
194
194
  * @param GetTableRequest
195
195
  * @return GetTableResponse
196
196
  * @throws OciError when an error occurs
197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/GetTable.ts.html |here} to see how to use GetTable API.
197
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/GetTable.ts.html |here} to see how to use GetTable API.
198
198
  */
199
199
  getTable(getTableRequest: requests.GetTableRequest): Promise<responses.GetTableResponse>;
200
200
  /**
@@ -203,7 +203,7 @@ export declare class NosqlClient {
203
203
  * @param GetWorkRequestRequest
204
204
  * @return GetWorkRequestResponse
205
205
  * @throws OciError when an error occurs
206
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
207
207
  */
208
208
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
209
209
  /**
@@ -212,7 +212,7 @@ export declare class NosqlClient {
212
212
  * @param ListIndexesRequest
213
213
  * @return ListIndexesResponse
214
214
  * @throws OciError when an error occurs
215
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/ListIndexes.ts.html |here} to see how to use ListIndexes API.
215
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/ListIndexes.ts.html |here} to see how to use ListIndexes API.
216
216
  */
217
217
  listIndexes(listIndexesRequest: requests.ListIndexesRequest): Promise<responses.ListIndexesResponse>;
218
218
  /**
@@ -221,7 +221,7 @@ export declare class NosqlClient {
221
221
  * @param ListTableUsageRequest
222
222
  * @return ListTableUsageResponse
223
223
  * @throws OciError when an error occurs
224
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/ListTableUsage.ts.html |here} to see how to use ListTableUsage API.
224
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/ListTableUsage.ts.html |here} to see how to use ListTableUsage API.
225
225
  */
226
226
  listTableUsage(listTableUsageRequest: requests.ListTableUsageRequest): Promise<responses.ListTableUsageResponse>;
227
227
  /**
@@ -230,7 +230,7 @@ export declare class NosqlClient {
230
230
  * @param ListTablesRequest
231
231
  * @return ListTablesResponse
232
232
  * @throws OciError when an error occurs
233
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/ListTables.ts.html |here} to see how to use ListTables API.
233
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/ListTables.ts.html |here} to see how to use ListTables API.
234
234
  */
235
235
  listTables(listTablesRequest: requests.ListTablesRequest): Promise<responses.ListTablesResponse>;
236
236
  /**
@@ -240,7 +240,7 @@ export declare class NosqlClient {
240
240
  * @param ListWorkRequestErrorsRequest
241
241
  * @return ListWorkRequestErrorsResponse
242
242
  * @throws OciError when an error occurs
243
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
243
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
244
244
  */
245
245
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
246
246
  /**
@@ -250,7 +250,7 @@ export declare class NosqlClient {
250
250
  * @param ListWorkRequestLogsRequest
251
251
  * @return ListWorkRequestLogsResponse
252
252
  * @throws OciError when an error occurs
253
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
253
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
254
254
  */
255
255
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
256
256
  /**
@@ -259,7 +259,7 @@ export declare class NosqlClient {
259
259
  * @param ListWorkRequestsRequest
260
260
  * @return ListWorkRequestsResponse
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.82.2/nosql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
262
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
263
263
  */
264
264
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
265
265
  /**
@@ -269,7 +269,7 @@ export declare class NosqlClient {
269
269
  * @param PrepareStatementRequest
270
270
  * @return PrepareStatementResponse
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.82.2/nosql/PrepareStatement.ts.html |here} to see how to use PrepareStatement API.
272
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/PrepareStatement.ts.html |here} to see how to use PrepareStatement API.
273
273
  */
274
274
  prepareStatement(prepareStatementRequest: requests.PrepareStatementRequest): Promise<responses.PrepareStatementResponse>;
275
275
  /**
@@ -278,7 +278,7 @@ export declare class NosqlClient {
278
278
  * @param QueryRequest
279
279
  * @return QueryResponse
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.82.2/nosql/Query.ts.html |here} to see how to use Query API.
281
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/Query.ts.html |here} to see how to use Query API.
282
282
  */
283
283
  query(queryRequest: requests.QueryRequest): Promise<responses.QueryResponse>;
284
284
  /**
@@ -288,7 +288,7 @@ export declare class NosqlClient {
288
288
  * @param SummarizeStatementRequest
289
289
  * @return SummarizeStatementResponse
290
290
  * @throws OciError when an error occurs
291
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/SummarizeStatement.ts.html |here} to see how to use SummarizeStatement API.
291
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/SummarizeStatement.ts.html |here} to see how to use SummarizeStatement API.
292
292
  */
293
293
  summarizeStatement(summarizeStatementRequest: requests.SummarizeStatementRequest): Promise<responses.SummarizeStatementResponse>;
294
294
  /**
@@ -297,7 +297,7 @@ export declare class NosqlClient {
297
297
  * @param UpdateRowRequest
298
298
  * @return UpdateRowResponse
299
299
  * @throws OciError when an error occurs
300
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/UpdateRow.ts.html |here} to see how to use UpdateRow API.
300
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/UpdateRow.ts.html |here} to see how to use UpdateRow API.
301
301
  */
302
302
  updateRow(updateRowRequest: requests.UpdateRowRequest): Promise<responses.UpdateRowResponse>;
303
303
  /**
@@ -308,7 +308,7 @@ export declare class NosqlClient {
308
308
  * @param UpdateTableRequest
309
309
  * @return UpdateTableResponse
310
310
  * @throws OciError when an error occurs
311
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/UpdateTable.ts.html |here} to see how to use UpdateTable API.
311
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/UpdateTable.ts.html |here} to see how to use UpdateTable API.
312
312
  */
313
313
  updateTable(updateTableRequest: requests.UpdateTableRequest): Promise<responses.UpdateTableResponse>;
314
314
  }
package/lib/client.js CHANGED
@@ -200,7 +200,7 @@ class NosqlClient {
200
200
  * @param ChangeTableCompartmentRequest
201
201
  * @return ChangeTableCompartmentResponse
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.82.2/nosql/ChangeTableCompartment.ts.html |here} to see how to use ChangeTableCompartment API.
203
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/ChangeTableCompartment.ts.html |here} to see how to use ChangeTableCompartment API.
204
204
  */
205
205
  changeTableCompartment(changeTableCompartmentRequest) {
206
206
  return __awaiter(this, void 0, void 0, function* () {
@@ -262,7 +262,7 @@ class NosqlClient {
262
262
  * @param CreateIndexRequest
263
263
  * @return CreateIndexResponse
264
264
  * @throws OciError when an error occurs
265
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/CreateIndex.ts.html |here} to see how to use CreateIndex API.
265
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/CreateIndex.ts.html |here} to see how to use CreateIndex API.
266
266
  */
267
267
  createIndex(createIndexRequest) {
268
268
  return __awaiter(this, void 0, void 0, function* () {
@@ -323,7 +323,7 @@ class NosqlClient {
323
323
  * @param CreateReplicaRequest
324
324
  * @return CreateReplicaResponse
325
325
  * @throws OciError when an error occurs
326
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
326
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
327
327
  */
328
328
  createReplica(createReplicaRequest) {
329
329
  return __awaiter(this, void 0, void 0, function* () {
@@ -385,7 +385,7 @@ class NosqlClient {
385
385
  * @param CreateTableRequest
386
386
  * @return CreateTableResponse
387
387
  * @throws OciError when an error occurs
388
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/CreateTable.ts.html |here} to see how to use CreateTable API.
388
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/CreateTable.ts.html |here} to see how to use CreateTable API.
389
389
  */
390
390
  createTable(createTableRequest) {
391
391
  return __awaiter(this, void 0, void 0, function* () {
@@ -444,7 +444,7 @@ class NosqlClient {
444
444
  * @param DeleteIndexRequest
445
445
  * @return DeleteIndexResponse
446
446
  * @throws OciError when an error occurs
447
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/DeleteIndex.ts.html |here} to see how to use DeleteIndex API.
447
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/DeleteIndex.ts.html |here} to see how to use DeleteIndex API.
448
448
  */
449
449
  deleteIndex(deleteIndexRequest) {
450
450
  return __awaiter(this, void 0, void 0, function* () {
@@ -508,7 +508,7 @@ class NosqlClient {
508
508
  * @param DeleteReplicaRequest
509
509
  * @return DeleteReplicaResponse
510
510
  * @throws OciError when an error occurs
511
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
511
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
512
512
  */
513
513
  deleteReplica(deleteReplicaRequest) {
514
514
  return __awaiter(this, void 0, void 0, function* () {
@@ -571,7 +571,7 @@ class NosqlClient {
571
571
  * @param DeleteRowRequest
572
572
  * @return DeleteRowResponse
573
573
  * @throws OciError when an error occurs
574
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/DeleteRow.ts.html |here} to see how to use DeleteRow API.
574
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/DeleteRow.ts.html |here} to see how to use DeleteRow API.
575
575
  */
576
576
  deleteRow(deleteRowRequest) {
577
577
  return __awaiter(this, void 0, void 0, function* () {
@@ -635,7 +635,7 @@ class NosqlClient {
635
635
  * @param DeleteTableRequest
636
636
  * @return DeleteTableResponse
637
637
  * @throws OciError when an error occurs
638
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/DeleteTable.ts.html |here} to see how to use DeleteTable API.
638
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/DeleteTable.ts.html |here} to see how to use DeleteTable API.
639
639
  */
640
640
  deleteTable(deleteTableRequest) {
641
641
  return __awaiter(this, void 0, void 0, function* () {
@@ -698,7 +698,7 @@ class NosqlClient {
698
698
  * @param DeleteWorkRequestRequest
699
699
  * @return DeleteWorkRequestResponse
700
700
  * @throws OciError when an error occurs
701
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
701
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
702
702
  */
703
703
  deleteWorkRequest(deleteWorkRequestRequest) {
704
704
  return __awaiter(this, void 0, void 0, function* () {
@@ -758,7 +758,7 @@ class NosqlClient {
758
758
  * @param GetIndexRequest
759
759
  * @return GetIndexResponse
760
760
  * @throws OciError when an error occurs
761
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/GetIndex.ts.html |here} to see how to use GetIndex API.
761
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/GetIndex.ts.html |here} to see how to use GetIndex API.
762
762
  */
763
763
  getIndex(getIndexRequest) {
764
764
  return __awaiter(this, void 0, void 0, function* () {
@@ -824,7 +824,7 @@ class NosqlClient {
824
824
  * @param GetRowRequest
825
825
  * @return GetRowResponse
826
826
  * @throws OciError when an error occurs
827
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/GetRow.ts.html |here} to see how to use GetRow API.
827
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/GetRow.ts.html |here} to see how to use GetRow API.
828
828
  */
829
829
  getRow(getRowRequest) {
830
830
  return __awaiter(this, void 0, void 0, function* () {
@@ -892,7 +892,7 @@ class NosqlClient {
892
892
  * @param GetTableRequest
893
893
  * @return GetTableResponse
894
894
  * @throws OciError when an error occurs
895
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/GetTable.ts.html |here} to see how to use GetTable API.
895
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/GetTable.ts.html |here} to see how to use GetTable API.
896
896
  */
897
897
  getTable(getTableRequest) {
898
898
  return __awaiter(this, void 0, void 0, function* () {
@@ -957,7 +957,7 @@ class NosqlClient {
957
957
  * @param GetWorkRequestRequest
958
958
  * @return GetWorkRequestResponse
959
959
  * @throws OciError when an error occurs
960
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
960
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
961
961
  */
962
962
  getWorkRequest(getWorkRequestRequest) {
963
963
  return __awaiter(this, void 0, void 0, function* () {
@@ -1025,7 +1025,7 @@ class NosqlClient {
1025
1025
  * @param ListIndexesRequest
1026
1026
  * @return ListIndexesResponse
1027
1027
  * @throws OciError when an error occurs
1028
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/ListIndexes.ts.html |here} to see how to use ListIndexes API.
1028
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/ListIndexes.ts.html |here} to see how to use ListIndexes API.
1029
1029
  */
1030
1030
  listIndexes(listIndexesRequest) {
1031
1031
  return __awaiter(this, void 0, void 0, function* () {
@@ -1096,7 +1096,7 @@ class NosqlClient {
1096
1096
  * @param ListTableUsageRequest
1097
1097
  * @return ListTableUsageResponse
1098
1098
  * @throws OciError when an error occurs
1099
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/ListTableUsage.ts.html |here} to see how to use ListTableUsage API.
1099
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/ListTableUsage.ts.html |here} to see how to use ListTableUsage API.
1100
1100
  */
1101
1101
  listTableUsage(listTableUsageRequest) {
1102
1102
  return __awaiter(this, void 0, void 0, function* () {
@@ -1165,7 +1165,7 @@ class NosqlClient {
1165
1165
  * @param ListTablesRequest
1166
1166
  * @return ListTablesResponse
1167
1167
  * @throws OciError when an error occurs
1168
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/ListTables.ts.html |here} to see how to use ListTables API.
1168
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/ListTables.ts.html |here} to see how to use ListTables API.
1169
1169
  */
1170
1170
  listTables(listTablesRequest) {
1171
1171
  return __awaiter(this, void 0, void 0, function* () {
@@ -1235,7 +1235,7 @@ class NosqlClient {
1235
1235
  * @param ListWorkRequestErrorsRequest
1236
1236
  * @return ListWorkRequestErrorsResponse
1237
1237
  * @throws OciError when an error occurs
1238
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1239
1239
  */
1240
1240
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1241
1241
  return __awaiter(this, void 0, void 0, function* () {
@@ -1302,7 +1302,7 @@ class NosqlClient {
1302
1302
  * @param ListWorkRequestLogsRequest
1303
1303
  * @return ListWorkRequestLogsResponse
1304
1304
  * @throws OciError when an error occurs
1305
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1305
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1306
1306
  */
1307
1307
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1308
1308
  return __awaiter(this, void 0, void 0, function* () {
@@ -1368,7 +1368,7 @@ class NosqlClient {
1368
1368
  * @param ListWorkRequestsRequest
1369
1369
  * @return ListWorkRequestsResponse
1370
1370
  * @throws OciError when an error occurs
1371
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1371
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1372
1372
  */
1373
1373
  listWorkRequests(listWorkRequestsRequest) {
1374
1374
  return __awaiter(this, void 0, void 0, function* () {
@@ -1434,7 +1434,7 @@ class NosqlClient {
1434
1434
  * @param PrepareStatementRequest
1435
1435
  * @return PrepareStatementResponse
1436
1436
  * @throws OciError when an error occurs
1437
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/PrepareStatement.ts.html |here} to see how to use PrepareStatement API.
1437
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/PrepareStatement.ts.html |here} to see how to use PrepareStatement API.
1438
1438
  */
1439
1439
  prepareStatement(prepareStatementRequest) {
1440
1440
  return __awaiter(this, void 0, void 0, function* () {
@@ -1494,7 +1494,7 @@ class NosqlClient {
1494
1494
  * @param QueryRequest
1495
1495
  * @return QueryResponse
1496
1496
  * @throws OciError when an error occurs
1497
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/Query.ts.html |here} to see how to use Query API.
1497
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/Query.ts.html |here} to see how to use Query API.
1498
1498
  */
1499
1499
  query(queryRequest) {
1500
1500
  return __awaiter(this, void 0, void 0, function* () {
@@ -1560,7 +1560,7 @@ class NosqlClient {
1560
1560
  * @param SummarizeStatementRequest
1561
1561
  * @return SummarizeStatementResponse
1562
1562
  * @throws OciError when an error occurs
1563
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/SummarizeStatement.ts.html |here} to see how to use SummarizeStatement API.
1563
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/SummarizeStatement.ts.html |here} to see how to use SummarizeStatement API.
1564
1564
  */
1565
1565
  summarizeStatement(summarizeStatementRequest) {
1566
1566
  return __awaiter(this, void 0, void 0, function* () {
@@ -1619,7 +1619,7 @@ class NosqlClient {
1619
1619
  * @param UpdateRowRequest
1620
1620
  * @return UpdateRowResponse
1621
1621
  * @throws OciError when an error occurs
1622
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/UpdateRow.ts.html |here} to see how to use UpdateRow API.
1622
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/UpdateRow.ts.html |here} to see how to use UpdateRow API.
1623
1623
  */
1624
1624
  updateRow(updateRowRequest) {
1625
1625
  return __awaiter(this, void 0, void 0, function* () {
@@ -1686,7 +1686,7 @@ class NosqlClient {
1686
1686
  * @param UpdateTableRequest
1687
1687
  * @return UpdateTableResponse
1688
1688
  * @throws OciError when an error occurs
1689
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/nosql/UpdateTable.ts.html |here} to see how to use UpdateTable API.
1689
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/UpdateTable.ts.html |here} to see how to use UpdateTable API.
1690
1690
  */
1691
1691
  updateTable(updateTableRequest) {
1692
1692
  return __awaiter(this, void 0, void 0, function* () {
@@ -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.82.2/nosql/ChangeTableCompartment.ts.html |here} to see how to use ChangeTableCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/ChangeTableCompartment.ts.html |here} to see how to use ChangeTableCompartmentRequest.
17
17
  */
18
18
  export interface ChangeTableCompartmentRequest 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.82.2/nosql/CreateIndex.ts.html |here} to see how to use CreateIndexRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/CreateIndex.ts.html |here} to see how to use CreateIndexRequest.
17
17
  */
18
18
  export interface CreateIndexRequest 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.82.2/nosql/CreateReplica.ts.html |here} to see how to use CreateReplicaRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/CreateReplica.ts.html |here} to see how to use CreateReplicaRequest.
17
17
  */
18
18
  export interface CreateReplicaRequest 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.82.2/nosql/CreateTable.ts.html |here} to see how to use CreateTableRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/CreateTable.ts.html |here} to see how to use CreateTableRequest.
17
17
  */
18
18
  export interface CreateTableRequest 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.82.2/nosql/DeleteIndex.ts.html |here} to see how to use DeleteIndexRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/DeleteIndex.ts.html |here} to see how to use DeleteIndexRequest.
16
16
  */
17
17
  export interface DeleteIndexRequest 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.82.2/nosql/DeleteReplica.ts.html |here} to see how to use DeleteReplicaRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/DeleteReplica.ts.html |here} to see how to use DeleteReplicaRequest.
16
16
  */
17
17
  export interface DeleteReplicaRequest 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.82.2/nosql/DeleteRow.ts.html |here} to see how to use DeleteRowRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/DeleteRow.ts.html |here} to see how to use DeleteRowRequest.
16
16
  */
17
17
  export interface DeleteRowRequest 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.82.2/nosql/DeleteTable.ts.html |here} to see how to use DeleteTableRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/DeleteTable.ts.html |here} to see how to use DeleteTableRequest.
16
16
  */
17
17
  export interface DeleteTableRequest 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.82.2/nosql/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequestRequest.
16
16
  */
17
17
  export interface DeleteWorkRequestRequest 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.82.2/nosql/GetIndex.ts.html |here} to see how to use GetIndexRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/GetIndex.ts.html |here} to see how to use GetIndexRequest.
16
16
  */
17
17
  export interface GetIndexRequest 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.82.2/nosql/GetRow.ts.html |here} to see how to use GetRowRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/GetRow.ts.html |here} to see how to use GetRowRequest.
16
16
  */
17
17
  export interface GetRowRequest 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.82.2/nosql/GetTable.ts.html |here} to see how to use GetTableRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/GetTable.ts.html |here} to see how to use GetTableRequest.
16
16
  */
17
17
  export interface GetTableRequest 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.82.2/nosql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest 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.82.2/nosql/ListIndexes.ts.html |here} to see how to use ListIndexesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/ListIndexes.ts.html |here} to see how to use ListIndexesRequest.
16
16
  */
17
17
  export interface ListIndexesRequest 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.82.2/nosql/ListTableUsage.ts.html |here} to see how to use ListTableUsageRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/ListTableUsage.ts.html |here} to see how to use ListTableUsageRequest.
16
16
  */
17
17
  export interface ListTableUsageRequest 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.82.2/nosql/ListTables.ts.html |here} to see how to use ListTablesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/ListTables.ts.html |here} to see how to use ListTablesRequest.
16
16
  */
17
17
  export interface ListTablesRequest 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.82.2/nosql/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.83.0/nosql/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.82.2/nosql/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.83.0/nosql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListWorkRequestLogsRequest 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.82.2/nosql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
16
  */
17
17
  export interface ListWorkRequestsRequest 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.82.2/nosql/PrepareStatement.ts.html |here} to see how to use PrepareStatementRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/PrepareStatement.ts.html |here} to see how to use PrepareStatementRequest.
16
16
  */
17
17
  export interface PrepareStatementRequest 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.82.2/nosql/Query.ts.html |here} to see how to use QueryRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/Query.ts.html |here} to see how to use QueryRequest.
17
17
  */
18
18
  export interface QueryRequest 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.82.2/nosql/SummarizeStatement.ts.html |here} to see how to use SummarizeStatementRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/SummarizeStatement.ts.html |here} to see how to use SummarizeStatementRequest.
16
16
  */
17
17
  export interface SummarizeStatementRequest 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.82.2/nosql/UpdateRow.ts.html |here} to see how to use UpdateRowRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/UpdateRow.ts.html |here} to see how to use UpdateRowRequest.
17
17
  */
18
18
  export interface UpdateRowRequest 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.82.2/nosql/UpdateTable.ts.html |here} to see how to use UpdateTableRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/nosql/UpdateTable.ts.html |here} to see how to use UpdateTableRequest.
17
17
  */
18
18
  export interface UpdateTableRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-nosql",
3
- "version": "2.82.2",
3
+ "version": "2.83.0",
4
4
  "description": "OCI NodeJS client for Nosql 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.82.2",
19
- "oci-workrequests": "2.82.2"
18
+ "oci-common": "2.83.0",
19
+ "oci-workrequests": "2.83.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"