oci-nosql 2.89.2 → 2.89.3

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
@@ -99,7 +99,7 @@ export declare class NosqlClient {
99
99
  * @param ChangeTableCompartmentRequest
100
100
  * @return ChangeTableCompartmentResponse
101
101
  * @throws OciError when an error occurs
102
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/ChangeTableCompartment.ts.html |here} to see how to use ChangeTableCompartment API.
102
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/ChangeTableCompartment.ts.html |here} to see how to use ChangeTableCompartment API.
103
103
  */
104
104
  changeTableCompartment(changeTableCompartmentRequest: requests.ChangeTableCompartmentRequest): Promise<responses.ChangeTableCompartmentResponse>;
105
105
  /**
@@ -108,7 +108,7 @@ export declare class NosqlClient {
108
108
  * @param CreateIndexRequest
109
109
  * @return CreateIndexResponse
110
110
  * @throws OciError when an error occurs
111
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/CreateIndex.ts.html |here} to see how to use CreateIndex API.
111
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/CreateIndex.ts.html |here} to see how to use CreateIndex API.
112
112
  */
113
113
  createIndex(createIndexRequest: requests.CreateIndexRequest): Promise<responses.CreateIndexResponse>;
114
114
  /**
@@ -117,7 +117,7 @@ export declare class NosqlClient {
117
117
  * @param CreateReplicaRequest
118
118
  * @return CreateReplicaResponse
119
119
  * @throws OciError when an error occurs
120
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
120
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
121
121
  */
122
122
  createReplica(createReplicaRequest: requests.CreateReplicaRequest): Promise<responses.CreateReplicaResponse>;
123
123
  /**
@@ -126,7 +126,7 @@ export declare class NosqlClient {
126
126
  * @param CreateTableRequest
127
127
  * @return CreateTableResponse
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.89.2/nosql/CreateTable.ts.html |here} to see how to use CreateTable API.
129
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/CreateTable.ts.html |here} to see how to use CreateTable API.
130
130
  */
131
131
  createTable(createTableRequest: requests.CreateTableRequest): Promise<responses.CreateTableResponse>;
132
132
  /**
@@ -135,7 +135,7 @@ export declare class NosqlClient {
135
135
  * @param DeleteIndexRequest
136
136
  * @return DeleteIndexResponse
137
137
  * @throws OciError when an error occurs
138
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/DeleteIndex.ts.html |here} to see how to use DeleteIndex API.
138
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/DeleteIndex.ts.html |here} to see how to use DeleteIndex API.
139
139
  */
140
140
  deleteIndex(deleteIndexRequest: requests.DeleteIndexRequest): Promise<responses.DeleteIndexResponse>;
141
141
  /**
@@ -144,7 +144,7 @@ export declare class NosqlClient {
144
144
  * @param DeleteReplicaRequest
145
145
  * @return DeleteReplicaResponse
146
146
  * @throws OciError when an error occurs
147
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
147
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
148
148
  */
149
149
  deleteReplica(deleteReplicaRequest: requests.DeleteReplicaRequest): Promise<responses.DeleteReplicaResponse>;
150
150
  /**
@@ -153,7 +153,7 @@ export declare class NosqlClient {
153
153
  * @param DeleteRowRequest
154
154
  * @return DeleteRowResponse
155
155
  * @throws OciError when an error occurs
156
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/DeleteRow.ts.html |here} to see how to use DeleteRow API.
156
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/DeleteRow.ts.html |here} to see how to use DeleteRow API.
157
157
  */
158
158
  deleteRow(deleteRowRequest: requests.DeleteRowRequest): Promise<responses.DeleteRowResponse>;
159
159
  /**
@@ -162,7 +162,7 @@ export declare class NosqlClient {
162
162
  * @param DeleteTableRequest
163
163
  * @return DeleteTableResponse
164
164
  * @throws OciError when an error occurs
165
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/DeleteTable.ts.html |here} to see how to use DeleteTable API.
165
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/DeleteTable.ts.html |here} to see how to use DeleteTable API.
166
166
  */
167
167
  deleteTable(deleteTableRequest: requests.DeleteTableRequest): Promise<responses.DeleteTableResponse>;
168
168
  /**
@@ -171,7 +171,7 @@ export declare class NosqlClient {
171
171
  * @param DeleteWorkRequestRequest
172
172
  * @return DeleteWorkRequestResponse
173
173
  * @throws OciError when an error occurs
174
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
174
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
175
175
  */
176
176
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
177
177
  /**
@@ -180,7 +180,7 @@ export declare class NosqlClient {
180
180
  * @param GetIndexRequest
181
181
  * @return GetIndexResponse
182
182
  * @throws OciError when an error occurs
183
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/GetIndex.ts.html |here} to see how to use GetIndex API.
183
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/GetIndex.ts.html |here} to see how to use GetIndex API.
184
184
  */
185
185
  getIndex(getIndexRequest: requests.GetIndexRequest): Promise<responses.GetIndexResponse>;
186
186
  /**
@@ -189,7 +189,7 @@ export declare class NosqlClient {
189
189
  * @param GetRowRequest
190
190
  * @return GetRowResponse
191
191
  * @throws OciError when an error occurs
192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/GetRow.ts.html |here} to see how to use GetRow API.
192
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/GetRow.ts.html |here} to see how to use GetRow API.
193
193
  */
194
194
  getRow(getRowRequest: requests.GetRowRequest): Promise<responses.GetRowResponse>;
195
195
  /**
@@ -198,7 +198,7 @@ export declare class NosqlClient {
198
198
  * @param GetTableRequest
199
199
  * @return GetTableResponse
200
200
  * @throws OciError when an error occurs
201
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/GetTable.ts.html |here} to see how to use GetTable API.
201
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/GetTable.ts.html |here} to see how to use GetTable API.
202
202
  */
203
203
  getTable(getTableRequest: requests.GetTableRequest): Promise<responses.GetTableResponse>;
204
204
  /**
@@ -207,7 +207,7 @@ export declare class NosqlClient {
207
207
  * @param GetWorkRequestRequest
208
208
  * @return GetWorkRequestResponse
209
209
  * @throws OciError when an error occurs
210
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
210
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
211
211
  */
212
212
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
213
213
  /**
@@ -216,7 +216,7 @@ export declare class NosqlClient {
216
216
  * @param ListIndexesRequest
217
217
  * @return ListIndexesResponse
218
218
  * @throws OciError when an error occurs
219
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/ListIndexes.ts.html |here} to see how to use ListIndexes API.
219
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/ListIndexes.ts.html |here} to see how to use ListIndexes API.
220
220
  */
221
221
  listIndexes(listIndexesRequest: requests.ListIndexesRequest): Promise<responses.ListIndexesResponse>;
222
222
  /**
@@ -225,7 +225,7 @@ export declare class NosqlClient {
225
225
  * @param ListTableUsageRequest
226
226
  * @return ListTableUsageResponse
227
227
  * @throws OciError when an error occurs
228
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/ListTableUsage.ts.html |here} to see how to use ListTableUsage API.
228
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/ListTableUsage.ts.html |here} to see how to use ListTableUsage API.
229
229
  */
230
230
  listTableUsage(listTableUsageRequest: requests.ListTableUsageRequest): Promise<responses.ListTableUsageResponse>;
231
231
  /**
@@ -234,7 +234,7 @@ export declare class NosqlClient {
234
234
  * @param ListTablesRequest
235
235
  * @return ListTablesResponse
236
236
  * @throws OciError when an error occurs
237
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/ListTables.ts.html |here} to see how to use ListTables API.
237
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/ListTables.ts.html |here} to see how to use ListTables API.
238
238
  */
239
239
  listTables(listTablesRequest: requests.ListTablesRequest): Promise<responses.ListTablesResponse>;
240
240
  /**
@@ -244,7 +244,7 @@ export declare class NosqlClient {
244
244
  * @param ListWorkRequestErrorsRequest
245
245
  * @return ListWorkRequestErrorsResponse
246
246
  * @throws OciError when an error occurs
247
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
247
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
248
248
  */
249
249
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
250
250
  /**
@@ -254,7 +254,7 @@ export declare class NosqlClient {
254
254
  * @param ListWorkRequestLogsRequest
255
255
  * @return ListWorkRequestLogsResponse
256
256
  * @throws OciError when an error occurs
257
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
257
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
258
258
  */
259
259
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
260
260
  /**
@@ -263,7 +263,7 @@ export declare class NosqlClient {
263
263
  * @param ListWorkRequestsRequest
264
264
  * @return ListWorkRequestsResponse
265
265
  * @throws OciError when an error occurs
266
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
267
267
  */
268
268
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
269
269
  /**
@@ -273,7 +273,7 @@ export declare class NosqlClient {
273
273
  * @param PrepareStatementRequest
274
274
  * @return PrepareStatementResponse
275
275
  * @throws OciError when an error occurs
276
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/PrepareStatement.ts.html |here} to see how to use PrepareStatement API.
276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/PrepareStatement.ts.html |here} to see how to use PrepareStatement API.
277
277
  */
278
278
  prepareStatement(prepareStatementRequest: requests.PrepareStatementRequest): Promise<responses.PrepareStatementResponse>;
279
279
  /**
@@ -282,7 +282,7 @@ export declare class NosqlClient {
282
282
  * @param QueryRequest
283
283
  * @return QueryResponse
284
284
  * @throws OciError when an error occurs
285
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/Query.ts.html |here} to see how to use Query API.
285
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/Query.ts.html |here} to see how to use Query API.
286
286
  */
287
287
  query(queryRequest: requests.QueryRequest): Promise<responses.QueryResponse>;
288
288
  /**
@@ -292,7 +292,7 @@ export declare class NosqlClient {
292
292
  * @param SummarizeStatementRequest
293
293
  * @return SummarizeStatementResponse
294
294
  * @throws OciError when an error occurs
295
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/SummarizeStatement.ts.html |here} to see how to use SummarizeStatement API.
295
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/SummarizeStatement.ts.html |here} to see how to use SummarizeStatement API.
296
296
  */
297
297
  summarizeStatement(summarizeStatementRequest: requests.SummarizeStatementRequest): Promise<responses.SummarizeStatementResponse>;
298
298
  /**
@@ -301,7 +301,7 @@ export declare class NosqlClient {
301
301
  * @param UpdateRowRequest
302
302
  * @return UpdateRowResponse
303
303
  * @throws OciError when an error occurs
304
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/UpdateRow.ts.html |here} to see how to use UpdateRow API.
304
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/UpdateRow.ts.html |here} to see how to use UpdateRow API.
305
305
  */
306
306
  updateRow(updateRowRequest: requests.UpdateRowRequest): Promise<responses.UpdateRowResponse>;
307
307
  /**
@@ -312,7 +312,7 @@ export declare class NosqlClient {
312
312
  * @param UpdateTableRequest
313
313
  * @return UpdateTableResponse
314
314
  * @throws OciError when an error occurs
315
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/UpdateTable.ts.html |here} to see how to use UpdateTable API.
315
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/UpdateTable.ts.html |here} to see how to use UpdateTable API.
316
316
  */
317
317
  updateTable(updateTableRequest: requests.UpdateTableRequest): Promise<responses.UpdateTableResponse>;
318
318
  }
package/lib/client.js CHANGED
@@ -206,7 +206,7 @@ class NosqlClient {
206
206
  * @param ChangeTableCompartmentRequest
207
207
  * @return ChangeTableCompartmentResponse
208
208
  * @throws OciError when an error occurs
209
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/ChangeTableCompartment.ts.html |here} to see how to use ChangeTableCompartment API.
209
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/ChangeTableCompartment.ts.html |here} to see how to use ChangeTableCompartment API.
210
210
  */
211
211
  changeTableCompartment(changeTableCompartmentRequest) {
212
212
  return __awaiter(this, void 0, void 0, function* () {
@@ -268,7 +268,7 @@ class NosqlClient {
268
268
  * @param CreateIndexRequest
269
269
  * @return CreateIndexResponse
270
270
  * @throws OciError when an error occurs
271
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/CreateIndex.ts.html |here} to see how to use CreateIndex API.
271
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/CreateIndex.ts.html |here} to see how to use CreateIndex API.
272
272
  */
273
273
  createIndex(createIndexRequest) {
274
274
  return __awaiter(this, void 0, void 0, function* () {
@@ -329,7 +329,7 @@ class NosqlClient {
329
329
  * @param CreateReplicaRequest
330
330
  * @return CreateReplicaResponse
331
331
  * @throws OciError when an error occurs
332
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
332
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
333
333
  */
334
334
  createReplica(createReplicaRequest) {
335
335
  return __awaiter(this, void 0, void 0, function* () {
@@ -391,7 +391,7 @@ class NosqlClient {
391
391
  * @param CreateTableRequest
392
392
  * @return CreateTableResponse
393
393
  * @throws OciError when an error occurs
394
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/CreateTable.ts.html |here} to see how to use CreateTable API.
394
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/CreateTable.ts.html |here} to see how to use CreateTable API.
395
395
  */
396
396
  createTable(createTableRequest) {
397
397
  return __awaiter(this, void 0, void 0, function* () {
@@ -450,7 +450,7 @@ class NosqlClient {
450
450
  * @param DeleteIndexRequest
451
451
  * @return DeleteIndexResponse
452
452
  * @throws OciError when an error occurs
453
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/DeleteIndex.ts.html |here} to see how to use DeleteIndex API.
453
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/DeleteIndex.ts.html |here} to see how to use DeleteIndex API.
454
454
  */
455
455
  deleteIndex(deleteIndexRequest) {
456
456
  return __awaiter(this, void 0, void 0, function* () {
@@ -514,7 +514,7 @@ class NosqlClient {
514
514
  * @param DeleteReplicaRequest
515
515
  * @return DeleteReplicaResponse
516
516
  * @throws OciError when an error occurs
517
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
517
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
518
518
  */
519
519
  deleteReplica(deleteReplicaRequest) {
520
520
  return __awaiter(this, void 0, void 0, function* () {
@@ -577,7 +577,7 @@ class NosqlClient {
577
577
  * @param DeleteRowRequest
578
578
  * @return DeleteRowResponse
579
579
  * @throws OciError when an error occurs
580
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/DeleteRow.ts.html |here} to see how to use DeleteRow API.
580
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/DeleteRow.ts.html |here} to see how to use DeleteRow API.
581
581
  */
582
582
  deleteRow(deleteRowRequest) {
583
583
  return __awaiter(this, void 0, void 0, function* () {
@@ -641,7 +641,7 @@ class NosqlClient {
641
641
  * @param DeleteTableRequest
642
642
  * @return DeleteTableResponse
643
643
  * @throws OciError when an error occurs
644
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/DeleteTable.ts.html |here} to see how to use DeleteTable API.
644
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/DeleteTable.ts.html |here} to see how to use DeleteTable API.
645
645
  */
646
646
  deleteTable(deleteTableRequest) {
647
647
  return __awaiter(this, void 0, void 0, function* () {
@@ -704,7 +704,7 @@ class NosqlClient {
704
704
  * @param DeleteWorkRequestRequest
705
705
  * @return DeleteWorkRequestResponse
706
706
  * @throws OciError when an error occurs
707
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
707
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
708
708
  */
709
709
  deleteWorkRequest(deleteWorkRequestRequest) {
710
710
  return __awaiter(this, void 0, void 0, function* () {
@@ -764,7 +764,7 @@ class NosqlClient {
764
764
  * @param GetIndexRequest
765
765
  * @return GetIndexResponse
766
766
  * @throws OciError when an error occurs
767
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/GetIndex.ts.html |here} to see how to use GetIndex API.
767
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/GetIndex.ts.html |here} to see how to use GetIndex API.
768
768
  */
769
769
  getIndex(getIndexRequest) {
770
770
  return __awaiter(this, void 0, void 0, function* () {
@@ -830,7 +830,7 @@ class NosqlClient {
830
830
  * @param GetRowRequest
831
831
  * @return GetRowResponse
832
832
  * @throws OciError when an error occurs
833
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/GetRow.ts.html |here} to see how to use GetRow API.
833
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/GetRow.ts.html |here} to see how to use GetRow API.
834
834
  */
835
835
  getRow(getRowRequest) {
836
836
  return __awaiter(this, void 0, void 0, function* () {
@@ -898,7 +898,7 @@ class NosqlClient {
898
898
  * @param GetTableRequest
899
899
  * @return GetTableResponse
900
900
  * @throws OciError when an error occurs
901
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/GetTable.ts.html |here} to see how to use GetTable API.
901
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/GetTable.ts.html |here} to see how to use GetTable API.
902
902
  */
903
903
  getTable(getTableRequest) {
904
904
  return __awaiter(this, void 0, void 0, function* () {
@@ -963,7 +963,7 @@ class NosqlClient {
963
963
  * @param GetWorkRequestRequest
964
964
  * @return GetWorkRequestResponse
965
965
  * @throws OciError when an error occurs
966
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
966
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
967
967
  */
968
968
  getWorkRequest(getWorkRequestRequest) {
969
969
  return __awaiter(this, void 0, void 0, function* () {
@@ -1031,7 +1031,7 @@ class NosqlClient {
1031
1031
  * @param ListIndexesRequest
1032
1032
  * @return ListIndexesResponse
1033
1033
  * @throws OciError when an error occurs
1034
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/ListIndexes.ts.html |here} to see how to use ListIndexes API.
1034
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/ListIndexes.ts.html |here} to see how to use ListIndexes API.
1035
1035
  */
1036
1036
  listIndexes(listIndexesRequest) {
1037
1037
  return __awaiter(this, void 0, void 0, function* () {
@@ -1102,7 +1102,7 @@ class NosqlClient {
1102
1102
  * @param ListTableUsageRequest
1103
1103
  * @return ListTableUsageResponse
1104
1104
  * @throws OciError when an error occurs
1105
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/ListTableUsage.ts.html |here} to see how to use ListTableUsage API.
1105
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/ListTableUsage.ts.html |here} to see how to use ListTableUsage API.
1106
1106
  */
1107
1107
  listTableUsage(listTableUsageRequest) {
1108
1108
  return __awaiter(this, void 0, void 0, function* () {
@@ -1171,7 +1171,7 @@ class NosqlClient {
1171
1171
  * @param ListTablesRequest
1172
1172
  * @return ListTablesResponse
1173
1173
  * @throws OciError when an error occurs
1174
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/ListTables.ts.html |here} to see how to use ListTables API.
1174
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/ListTables.ts.html |here} to see how to use ListTables API.
1175
1175
  */
1176
1176
  listTables(listTablesRequest) {
1177
1177
  return __awaiter(this, void 0, void 0, function* () {
@@ -1241,7 +1241,7 @@ class NosqlClient {
1241
1241
  * @param ListWorkRequestErrorsRequest
1242
1242
  * @return ListWorkRequestErrorsResponse
1243
1243
  * @throws OciError when an error occurs
1244
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1244
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1245
1245
  */
1246
1246
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1247
1247
  return __awaiter(this, void 0, void 0, function* () {
@@ -1308,7 +1308,7 @@ class NosqlClient {
1308
1308
  * @param ListWorkRequestLogsRequest
1309
1309
  * @return ListWorkRequestLogsResponse
1310
1310
  * @throws OciError when an error occurs
1311
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1311
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1312
1312
  */
1313
1313
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1314
1314
  return __awaiter(this, void 0, void 0, function* () {
@@ -1374,7 +1374,7 @@ class NosqlClient {
1374
1374
  * @param ListWorkRequestsRequest
1375
1375
  * @return ListWorkRequestsResponse
1376
1376
  * @throws OciError when an error occurs
1377
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1377
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1378
1378
  */
1379
1379
  listWorkRequests(listWorkRequestsRequest) {
1380
1380
  return __awaiter(this, void 0, void 0, function* () {
@@ -1440,7 +1440,7 @@ class NosqlClient {
1440
1440
  * @param PrepareStatementRequest
1441
1441
  * @return PrepareStatementResponse
1442
1442
  * @throws OciError when an error occurs
1443
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/PrepareStatement.ts.html |here} to see how to use PrepareStatement API.
1443
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/PrepareStatement.ts.html |here} to see how to use PrepareStatement API.
1444
1444
  */
1445
1445
  prepareStatement(prepareStatementRequest) {
1446
1446
  return __awaiter(this, void 0, void 0, function* () {
@@ -1500,7 +1500,7 @@ class NosqlClient {
1500
1500
  * @param QueryRequest
1501
1501
  * @return QueryResponse
1502
1502
  * @throws OciError when an error occurs
1503
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/Query.ts.html |here} to see how to use Query API.
1503
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/Query.ts.html |here} to see how to use Query API.
1504
1504
  */
1505
1505
  query(queryRequest) {
1506
1506
  return __awaiter(this, void 0, void 0, function* () {
@@ -1566,7 +1566,7 @@ class NosqlClient {
1566
1566
  * @param SummarizeStatementRequest
1567
1567
  * @return SummarizeStatementResponse
1568
1568
  * @throws OciError when an error occurs
1569
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/SummarizeStatement.ts.html |here} to see how to use SummarizeStatement API.
1569
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/SummarizeStatement.ts.html |here} to see how to use SummarizeStatement API.
1570
1570
  */
1571
1571
  summarizeStatement(summarizeStatementRequest) {
1572
1572
  return __awaiter(this, void 0, void 0, function* () {
@@ -1625,7 +1625,7 @@ class NosqlClient {
1625
1625
  * @param UpdateRowRequest
1626
1626
  * @return UpdateRowResponse
1627
1627
  * @throws OciError when an error occurs
1628
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/UpdateRow.ts.html |here} to see how to use UpdateRow API.
1628
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/UpdateRow.ts.html |here} to see how to use UpdateRow API.
1629
1629
  */
1630
1630
  updateRow(updateRowRequest) {
1631
1631
  return __awaiter(this, void 0, void 0, function* () {
@@ -1692,7 +1692,7 @@ class NosqlClient {
1692
1692
  * @param UpdateTableRequest
1693
1693
  * @return UpdateTableResponse
1694
1694
  * @throws OciError when an error occurs
1695
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/nosql/UpdateTable.ts.html |here} to see how to use UpdateTable API.
1695
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/nosql/UpdateTable.ts.html |here} to see how to use UpdateTable API.
1696
1696
  */
1697
1697
  updateTable(updateTableRequest) {
1698
1698
  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.89.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.89.3/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.89.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.89.3/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.89.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.89.3/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.89.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.89.3/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.89.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.89.3/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.89.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.89.3/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.89.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.89.3/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.89.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.89.3/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.89.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.89.3/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.89.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.89.3/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.89.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.89.3/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.89.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.89.3/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.89.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.89.3/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.89.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.89.3/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.89.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.89.3/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.89.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.89.3/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.89.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.89.3/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.89.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.89.3/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.89.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.89.3/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.89.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.89.3/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.89.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.89.3/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.89.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.89.3/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.89.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.89.3/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.89.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.89.3/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.89.2",
3
+ "version": "2.89.3",
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.89.2",
19
- "oci-workrequests": "2.89.2"
18
+ "oci-common": "2.89.3",
19
+ "oci-workrequests": "2.89.3"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"