oci-nosql 2.73.0 → 2.74.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
@@ -90,7 +90,7 @@ export declare class NosqlClient {
90
90
  * @param ChangeTableCompartmentRequest
91
91
  * @return ChangeTableCompartmentResponse
92
92
  * @throws OciError when an error occurs
93
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/nosql/ChangeTableCompartment.ts.html |here} to see how to use ChangeTableCompartment API.
93
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/ChangeTableCompartment.ts.html |here} to see how to use ChangeTableCompartment API.
94
94
  */
95
95
  changeTableCompartment(changeTableCompartmentRequest: requests.ChangeTableCompartmentRequest): Promise<responses.ChangeTableCompartmentResponse>;
96
96
  /**
@@ -99,7 +99,7 @@ export declare class NosqlClient {
99
99
  * @param CreateIndexRequest
100
100
  * @return CreateIndexResponse
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.73.0/nosql/CreateIndex.ts.html |here} to see how to use CreateIndex API.
102
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/CreateIndex.ts.html |here} to see how to use CreateIndex API.
103
103
  */
104
104
  createIndex(createIndexRequest: requests.CreateIndexRequest): Promise<responses.CreateIndexResponse>;
105
105
  /**
@@ -108,7 +108,7 @@ export declare class NosqlClient {
108
108
  * @param CreateReplicaRequest
109
109
  * @return CreateReplicaResponse
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.73.0/nosql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
111
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
112
112
  */
113
113
  createReplica(createReplicaRequest: requests.CreateReplicaRequest): Promise<responses.CreateReplicaResponse>;
114
114
  /**
@@ -117,7 +117,7 @@ export declare class NosqlClient {
117
117
  * @param CreateTableRequest
118
118
  * @return CreateTableResponse
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.73.0/nosql/CreateTable.ts.html |here} to see how to use CreateTable API.
120
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/CreateTable.ts.html |here} to see how to use CreateTable API.
121
121
  */
122
122
  createTable(createTableRequest: requests.CreateTableRequest): Promise<responses.CreateTableResponse>;
123
123
  /**
@@ -126,7 +126,7 @@ export declare class NosqlClient {
126
126
  * @param DeleteIndexRequest
127
127
  * @return DeleteIndexResponse
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.73.0/nosql/DeleteIndex.ts.html |here} to see how to use DeleteIndex API.
129
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/DeleteIndex.ts.html |here} to see how to use DeleteIndex API.
130
130
  */
131
131
  deleteIndex(deleteIndexRequest: requests.DeleteIndexRequest): Promise<responses.DeleteIndexResponse>;
132
132
  /**
@@ -135,7 +135,7 @@ export declare class NosqlClient {
135
135
  * @param DeleteReplicaRequest
136
136
  * @return DeleteReplicaResponse
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.73.0/nosql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
138
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
139
139
  */
140
140
  deleteReplica(deleteReplicaRequest: requests.DeleteReplicaRequest): Promise<responses.DeleteReplicaResponse>;
141
141
  /**
@@ -144,7 +144,7 @@ export declare class NosqlClient {
144
144
  * @param DeleteRowRequest
145
145
  * @return DeleteRowResponse
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.73.0/nosql/DeleteRow.ts.html |here} to see how to use DeleteRow API.
147
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/DeleteRow.ts.html |here} to see how to use DeleteRow API.
148
148
  */
149
149
  deleteRow(deleteRowRequest: requests.DeleteRowRequest): Promise<responses.DeleteRowResponse>;
150
150
  /**
@@ -153,7 +153,7 @@ export declare class NosqlClient {
153
153
  * @param DeleteTableRequest
154
154
  * @return DeleteTableResponse
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.73.0/nosql/DeleteTable.ts.html |here} to see how to use DeleteTable API.
156
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/DeleteTable.ts.html |here} to see how to use DeleteTable API.
157
157
  */
158
158
  deleteTable(deleteTableRequest: requests.DeleteTableRequest): Promise<responses.DeleteTableResponse>;
159
159
  /**
@@ -162,7 +162,7 @@ export declare class NosqlClient {
162
162
  * @param DeleteWorkRequestRequest
163
163
  * @return DeleteWorkRequestResponse
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.73.0/nosql/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
165
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
166
166
  */
167
167
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
168
168
  /**
@@ -171,7 +171,7 @@ export declare class NosqlClient {
171
171
  * @param GetIndexRequest
172
172
  * @return GetIndexResponse
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.73.0/nosql/GetIndex.ts.html |here} to see how to use GetIndex API.
174
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/GetIndex.ts.html |here} to see how to use GetIndex API.
175
175
  */
176
176
  getIndex(getIndexRequest: requests.GetIndexRequest): Promise<responses.GetIndexResponse>;
177
177
  /**
@@ -180,7 +180,7 @@ export declare class NosqlClient {
180
180
  * @param GetRowRequest
181
181
  * @return GetRowResponse
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.73.0/nosql/GetRow.ts.html |here} to see how to use GetRow API.
183
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/GetRow.ts.html |here} to see how to use GetRow API.
184
184
  */
185
185
  getRow(getRowRequest: requests.GetRowRequest): Promise<responses.GetRowResponse>;
186
186
  /**
@@ -189,7 +189,7 @@ export declare class NosqlClient {
189
189
  * @param GetTableRequest
190
190
  * @return GetTableResponse
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.73.0/nosql/GetTable.ts.html |here} to see how to use GetTable API.
192
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/GetTable.ts.html |here} to see how to use GetTable API.
193
193
  */
194
194
  getTable(getTableRequest: requests.GetTableRequest): Promise<responses.GetTableResponse>;
195
195
  /**
@@ -198,7 +198,7 @@ export declare class NosqlClient {
198
198
  * @param GetWorkRequestRequest
199
199
  * @return GetWorkRequestResponse
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.73.0/nosql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
201
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
202
202
  */
203
203
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
204
204
  /**
@@ -207,7 +207,7 @@ export declare class NosqlClient {
207
207
  * @param ListIndexesRequest
208
208
  * @return ListIndexesResponse
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.73.0/nosql/ListIndexes.ts.html |here} to see how to use ListIndexes API.
210
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/ListIndexes.ts.html |here} to see how to use ListIndexes API.
211
211
  */
212
212
  listIndexes(listIndexesRequest: requests.ListIndexesRequest): Promise<responses.ListIndexesResponse>;
213
213
  /**
@@ -216,7 +216,7 @@ export declare class NosqlClient {
216
216
  * @param ListTableUsageRequest
217
217
  * @return ListTableUsageResponse
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.73.0/nosql/ListTableUsage.ts.html |here} to see how to use ListTableUsage API.
219
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/ListTableUsage.ts.html |here} to see how to use ListTableUsage API.
220
220
  */
221
221
  listTableUsage(listTableUsageRequest: requests.ListTableUsageRequest): Promise<responses.ListTableUsageResponse>;
222
222
  /**
@@ -225,7 +225,7 @@ export declare class NosqlClient {
225
225
  * @param ListTablesRequest
226
226
  * @return ListTablesResponse
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.73.0/nosql/ListTables.ts.html |here} to see how to use ListTables API.
228
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/ListTables.ts.html |here} to see how to use ListTables API.
229
229
  */
230
230
  listTables(listTablesRequest: requests.ListTablesRequest): Promise<responses.ListTablesResponse>;
231
231
  /**
@@ -235,7 +235,7 @@ export declare class NosqlClient {
235
235
  * @param ListWorkRequestErrorsRequest
236
236
  * @return ListWorkRequestErrorsResponse
237
237
  * @throws OciError when an error occurs
238
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/nosql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
239
239
  */
240
240
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
241
241
  /**
@@ -245,7 +245,7 @@ export declare class NosqlClient {
245
245
  * @param ListWorkRequestLogsRequest
246
246
  * @return ListWorkRequestLogsResponse
247
247
  * @throws OciError when an error occurs
248
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/nosql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
248
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
249
249
  */
250
250
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
251
251
  /**
@@ -254,7 +254,7 @@ export declare class NosqlClient {
254
254
  * @param ListWorkRequestsRequest
255
255
  * @return ListWorkRequestsResponse
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.73.0/nosql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
257
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
258
258
  */
259
259
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
260
260
  /**
@@ -264,7 +264,7 @@ export declare class NosqlClient {
264
264
  * @param PrepareStatementRequest
265
265
  * @return PrepareStatementResponse
266
266
  * @throws OciError when an error occurs
267
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/nosql/PrepareStatement.ts.html |here} to see how to use PrepareStatement API.
267
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/PrepareStatement.ts.html |here} to see how to use PrepareStatement API.
268
268
  */
269
269
  prepareStatement(prepareStatementRequest: requests.PrepareStatementRequest): Promise<responses.PrepareStatementResponse>;
270
270
  /**
@@ -273,7 +273,7 @@ export declare class NosqlClient {
273
273
  * @param QueryRequest
274
274
  * @return QueryResponse
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.73.0/nosql/Query.ts.html |here} to see how to use Query API.
276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/Query.ts.html |here} to see how to use Query API.
277
277
  */
278
278
  query(queryRequest: requests.QueryRequest): Promise<responses.QueryResponse>;
279
279
  /**
@@ -283,7 +283,7 @@ export declare class NosqlClient {
283
283
  * @param SummarizeStatementRequest
284
284
  * @return SummarizeStatementResponse
285
285
  * @throws OciError when an error occurs
286
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/nosql/SummarizeStatement.ts.html |here} to see how to use SummarizeStatement API.
286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/SummarizeStatement.ts.html |here} to see how to use SummarizeStatement API.
287
287
  */
288
288
  summarizeStatement(summarizeStatementRequest: requests.SummarizeStatementRequest): Promise<responses.SummarizeStatementResponse>;
289
289
  /**
@@ -292,7 +292,7 @@ export declare class NosqlClient {
292
292
  * @param UpdateRowRequest
293
293
  * @return UpdateRowResponse
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.73.0/nosql/UpdateRow.ts.html |here} to see how to use UpdateRow API.
295
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/UpdateRow.ts.html |here} to see how to use UpdateRow API.
296
296
  */
297
297
  updateRow(updateRowRequest: requests.UpdateRowRequest): Promise<responses.UpdateRowResponse>;
298
298
  /**
@@ -303,7 +303,7 @@ export declare class NosqlClient {
303
303
  * @param UpdateTableRequest
304
304
  * @return UpdateTableResponse
305
305
  * @throws OciError when an error occurs
306
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/nosql/UpdateTable.ts.html |here} to see how to use UpdateTable API.
306
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/UpdateTable.ts.html |here} to see how to use UpdateTable API.
307
307
  */
308
308
  updateTable(updateTableRequest: requests.UpdateTableRequest): Promise<responses.UpdateTableResponse>;
309
309
  }
package/lib/client.js CHANGED
@@ -187,7 +187,7 @@ class NosqlClient {
187
187
  * @param ChangeTableCompartmentRequest
188
188
  * @return ChangeTableCompartmentResponse
189
189
  * @throws OciError when an error occurs
190
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/nosql/ChangeTableCompartment.ts.html |here} to see how to use ChangeTableCompartment API.
190
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/ChangeTableCompartment.ts.html |here} to see how to use ChangeTableCompartment API.
191
191
  */
192
192
  changeTableCompartment(changeTableCompartmentRequest) {
193
193
  return __awaiter(this, void 0, void 0, function* () {
@@ -249,7 +249,7 @@ class NosqlClient {
249
249
  * @param CreateIndexRequest
250
250
  * @return CreateIndexResponse
251
251
  * @throws OciError when an error occurs
252
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/nosql/CreateIndex.ts.html |here} to see how to use CreateIndex API.
252
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/CreateIndex.ts.html |here} to see how to use CreateIndex API.
253
253
  */
254
254
  createIndex(createIndexRequest) {
255
255
  return __awaiter(this, void 0, void 0, function* () {
@@ -310,7 +310,7 @@ class NosqlClient {
310
310
  * @param CreateReplicaRequest
311
311
  * @return CreateReplicaResponse
312
312
  * @throws OciError when an error occurs
313
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/nosql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
313
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
314
314
  */
315
315
  createReplica(createReplicaRequest) {
316
316
  return __awaiter(this, void 0, void 0, function* () {
@@ -372,7 +372,7 @@ class NosqlClient {
372
372
  * @param CreateTableRequest
373
373
  * @return CreateTableResponse
374
374
  * @throws OciError when an error occurs
375
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/nosql/CreateTable.ts.html |here} to see how to use CreateTable API.
375
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/CreateTable.ts.html |here} to see how to use CreateTable API.
376
376
  */
377
377
  createTable(createTableRequest) {
378
378
  return __awaiter(this, void 0, void 0, function* () {
@@ -431,7 +431,7 @@ class NosqlClient {
431
431
  * @param DeleteIndexRequest
432
432
  * @return DeleteIndexResponse
433
433
  * @throws OciError when an error occurs
434
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/nosql/DeleteIndex.ts.html |here} to see how to use DeleteIndex API.
434
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/DeleteIndex.ts.html |here} to see how to use DeleteIndex API.
435
435
  */
436
436
  deleteIndex(deleteIndexRequest) {
437
437
  return __awaiter(this, void 0, void 0, function* () {
@@ -495,7 +495,7 @@ class NosqlClient {
495
495
  * @param DeleteReplicaRequest
496
496
  * @return DeleteReplicaResponse
497
497
  * @throws OciError when an error occurs
498
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/nosql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
498
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
499
499
  */
500
500
  deleteReplica(deleteReplicaRequest) {
501
501
  return __awaiter(this, void 0, void 0, function* () {
@@ -558,7 +558,7 @@ class NosqlClient {
558
558
  * @param DeleteRowRequest
559
559
  * @return DeleteRowResponse
560
560
  * @throws OciError when an error occurs
561
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/nosql/DeleteRow.ts.html |here} to see how to use DeleteRow API.
561
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/DeleteRow.ts.html |here} to see how to use DeleteRow API.
562
562
  */
563
563
  deleteRow(deleteRowRequest) {
564
564
  return __awaiter(this, void 0, void 0, function* () {
@@ -622,7 +622,7 @@ class NosqlClient {
622
622
  * @param DeleteTableRequest
623
623
  * @return DeleteTableResponse
624
624
  * @throws OciError when an error occurs
625
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/nosql/DeleteTable.ts.html |here} to see how to use DeleteTable API.
625
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/DeleteTable.ts.html |here} to see how to use DeleteTable API.
626
626
  */
627
627
  deleteTable(deleteTableRequest) {
628
628
  return __awaiter(this, void 0, void 0, function* () {
@@ -685,7 +685,7 @@ class NosqlClient {
685
685
  * @param DeleteWorkRequestRequest
686
686
  * @return DeleteWorkRequestResponse
687
687
  * @throws OciError when an error occurs
688
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/nosql/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
688
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
689
689
  */
690
690
  deleteWorkRequest(deleteWorkRequestRequest) {
691
691
  return __awaiter(this, void 0, void 0, function* () {
@@ -745,7 +745,7 @@ class NosqlClient {
745
745
  * @param GetIndexRequest
746
746
  * @return GetIndexResponse
747
747
  * @throws OciError when an error occurs
748
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/nosql/GetIndex.ts.html |here} to see how to use GetIndex API.
748
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/GetIndex.ts.html |here} to see how to use GetIndex API.
749
749
  */
750
750
  getIndex(getIndexRequest) {
751
751
  return __awaiter(this, void 0, void 0, function* () {
@@ -811,7 +811,7 @@ class NosqlClient {
811
811
  * @param GetRowRequest
812
812
  * @return GetRowResponse
813
813
  * @throws OciError when an error occurs
814
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/nosql/GetRow.ts.html |here} to see how to use GetRow API.
814
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/GetRow.ts.html |here} to see how to use GetRow API.
815
815
  */
816
816
  getRow(getRowRequest) {
817
817
  return __awaiter(this, void 0, void 0, function* () {
@@ -879,7 +879,7 @@ class NosqlClient {
879
879
  * @param GetTableRequest
880
880
  * @return GetTableResponse
881
881
  * @throws OciError when an error occurs
882
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/nosql/GetTable.ts.html |here} to see how to use GetTable API.
882
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/GetTable.ts.html |here} to see how to use GetTable API.
883
883
  */
884
884
  getTable(getTableRequest) {
885
885
  return __awaiter(this, void 0, void 0, function* () {
@@ -944,7 +944,7 @@ class NosqlClient {
944
944
  * @param GetWorkRequestRequest
945
945
  * @return GetWorkRequestResponse
946
946
  * @throws OciError when an error occurs
947
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/nosql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
947
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
948
948
  */
949
949
  getWorkRequest(getWorkRequestRequest) {
950
950
  return __awaiter(this, void 0, void 0, function* () {
@@ -1012,7 +1012,7 @@ class NosqlClient {
1012
1012
  * @param ListIndexesRequest
1013
1013
  * @return ListIndexesResponse
1014
1014
  * @throws OciError when an error occurs
1015
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/nosql/ListIndexes.ts.html |here} to see how to use ListIndexes API.
1015
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/ListIndexes.ts.html |here} to see how to use ListIndexes API.
1016
1016
  */
1017
1017
  listIndexes(listIndexesRequest) {
1018
1018
  return __awaiter(this, void 0, void 0, function* () {
@@ -1083,7 +1083,7 @@ class NosqlClient {
1083
1083
  * @param ListTableUsageRequest
1084
1084
  * @return ListTableUsageResponse
1085
1085
  * @throws OciError when an error occurs
1086
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/nosql/ListTableUsage.ts.html |here} to see how to use ListTableUsage API.
1086
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/ListTableUsage.ts.html |here} to see how to use ListTableUsage API.
1087
1087
  */
1088
1088
  listTableUsage(listTableUsageRequest) {
1089
1089
  return __awaiter(this, void 0, void 0, function* () {
@@ -1152,7 +1152,7 @@ class NosqlClient {
1152
1152
  * @param ListTablesRequest
1153
1153
  * @return ListTablesResponse
1154
1154
  * @throws OciError when an error occurs
1155
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/nosql/ListTables.ts.html |here} to see how to use ListTables API.
1155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/ListTables.ts.html |here} to see how to use ListTables API.
1156
1156
  */
1157
1157
  listTables(listTablesRequest) {
1158
1158
  return __awaiter(this, void 0, void 0, function* () {
@@ -1222,7 +1222,7 @@ class NosqlClient {
1222
1222
  * @param ListWorkRequestErrorsRequest
1223
1223
  * @return ListWorkRequestErrorsResponse
1224
1224
  * @throws OciError when an error occurs
1225
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/nosql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1225
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1226
1226
  */
1227
1227
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1228
1228
  return __awaiter(this, void 0, void 0, function* () {
@@ -1289,7 +1289,7 @@ class NosqlClient {
1289
1289
  * @param ListWorkRequestLogsRequest
1290
1290
  * @return ListWorkRequestLogsResponse
1291
1291
  * @throws OciError when an error occurs
1292
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/nosql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1292
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1293
1293
  */
1294
1294
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1295
1295
  return __awaiter(this, void 0, void 0, function* () {
@@ -1355,7 +1355,7 @@ class NosqlClient {
1355
1355
  * @param ListWorkRequestsRequest
1356
1356
  * @return ListWorkRequestsResponse
1357
1357
  * @throws OciError when an error occurs
1358
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/nosql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1358
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1359
1359
  */
1360
1360
  listWorkRequests(listWorkRequestsRequest) {
1361
1361
  return __awaiter(this, void 0, void 0, function* () {
@@ -1421,7 +1421,7 @@ class NosqlClient {
1421
1421
  * @param PrepareStatementRequest
1422
1422
  * @return PrepareStatementResponse
1423
1423
  * @throws OciError when an error occurs
1424
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/nosql/PrepareStatement.ts.html |here} to see how to use PrepareStatement API.
1424
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/PrepareStatement.ts.html |here} to see how to use PrepareStatement API.
1425
1425
  */
1426
1426
  prepareStatement(prepareStatementRequest) {
1427
1427
  return __awaiter(this, void 0, void 0, function* () {
@@ -1481,7 +1481,7 @@ class NosqlClient {
1481
1481
  * @param QueryRequest
1482
1482
  * @return QueryResponse
1483
1483
  * @throws OciError when an error occurs
1484
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/nosql/Query.ts.html |here} to see how to use Query API.
1484
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/Query.ts.html |here} to see how to use Query API.
1485
1485
  */
1486
1486
  query(queryRequest) {
1487
1487
  return __awaiter(this, void 0, void 0, function* () {
@@ -1547,7 +1547,7 @@ class NosqlClient {
1547
1547
  * @param SummarizeStatementRequest
1548
1548
  * @return SummarizeStatementResponse
1549
1549
  * @throws OciError when an error occurs
1550
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/nosql/SummarizeStatement.ts.html |here} to see how to use SummarizeStatement API.
1550
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/SummarizeStatement.ts.html |here} to see how to use SummarizeStatement API.
1551
1551
  */
1552
1552
  summarizeStatement(summarizeStatementRequest) {
1553
1553
  return __awaiter(this, void 0, void 0, function* () {
@@ -1606,7 +1606,7 @@ class NosqlClient {
1606
1606
  * @param UpdateRowRequest
1607
1607
  * @return UpdateRowResponse
1608
1608
  * @throws OciError when an error occurs
1609
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/nosql/UpdateRow.ts.html |here} to see how to use UpdateRow API.
1609
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/UpdateRow.ts.html |here} to see how to use UpdateRow API.
1610
1610
  */
1611
1611
  updateRow(updateRowRequest) {
1612
1612
  return __awaiter(this, void 0, void 0, function* () {
@@ -1673,7 +1673,7 @@ class NosqlClient {
1673
1673
  * @param UpdateTableRequest
1674
1674
  * @return UpdateTableResponse
1675
1675
  * @throws OciError when an error occurs
1676
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/nosql/UpdateTable.ts.html |here} to see how to use UpdateTable API.
1676
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/nosql/UpdateTable.ts.html |here} to see how to use UpdateTable API.
1677
1677
  */
1678
1678
  updateTable(updateTableRequest) {
1679
1679
  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.73.0/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.74.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.73.0/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.74.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.73.0/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.74.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.73.0/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.74.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.73.0/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.74.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.73.0/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.74.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.73.0/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.74.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.73.0/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.74.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.73.0/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.74.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.73.0/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.74.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.73.0/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.74.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.73.0/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.74.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.73.0/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.74.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.73.0/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.74.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.73.0/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.74.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.73.0/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.74.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.73.0/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.74.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.73.0/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.74.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.73.0/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.74.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.73.0/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.74.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.73.0/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.74.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.73.0/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.74.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.73.0/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.74.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.73.0/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.74.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.73.0",
3
+ "version": "2.74.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.73.0",
19
- "oci-workrequests": "2.73.0"
18
+ "oci-common": "2.74.0",
19
+ "oci-workrequests": "2.74.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"