oci-nosql 2.3.0 → 2.3.1

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
@@ -72,7 +72,7 @@ export declare class NosqlClient {
72
72
  * @param ChangeTableCompartmentRequest
73
73
  * @return ChangeTableCompartmentResponse
74
74
  * @throws OciError when an error occurs
75
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/ChangeTableCompartment.ts.html |here} to see how to use ChangeTableCompartment API.
75
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/ChangeTableCompartment.ts.html |here} to see how to use ChangeTableCompartment API.
76
76
  */
77
77
  changeTableCompartment(changeTableCompartmentRequest: requests.ChangeTableCompartmentRequest): Promise<responses.ChangeTableCompartmentResponse>;
78
78
  /**
@@ -80,7 +80,7 @@ export declare class NosqlClient {
80
80
  * @param CreateIndexRequest
81
81
  * @return CreateIndexResponse
82
82
  * @throws OciError when an error occurs
83
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/CreateIndex.ts.html |here} to see how to use CreateIndex API.
83
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/CreateIndex.ts.html |here} to see how to use CreateIndex API.
84
84
  */
85
85
  createIndex(createIndexRequest: requests.CreateIndexRequest): Promise<responses.CreateIndexResponse>;
86
86
  /**
@@ -88,7 +88,7 @@ export declare class NosqlClient {
88
88
  * @param CreateTableRequest
89
89
  * @return CreateTableResponse
90
90
  * @throws OciError when an error occurs
91
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/CreateTable.ts.html |here} to see how to use CreateTable API.
91
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/CreateTable.ts.html |here} to see how to use CreateTable API.
92
92
  */
93
93
  createTable(createTableRequest: requests.CreateTableRequest): Promise<responses.CreateTableResponse>;
94
94
  /**
@@ -96,7 +96,7 @@ export declare class NosqlClient {
96
96
  * @param DeleteIndexRequest
97
97
  * @return DeleteIndexResponse
98
98
  * @throws OciError when an error occurs
99
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/DeleteIndex.ts.html |here} to see how to use DeleteIndex API.
99
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/DeleteIndex.ts.html |here} to see how to use DeleteIndex API.
100
100
  */
101
101
  deleteIndex(deleteIndexRequest: requests.DeleteIndexRequest): Promise<responses.DeleteIndexResponse>;
102
102
  /**
@@ -104,7 +104,7 @@ export declare class NosqlClient {
104
104
  * @param DeleteRowRequest
105
105
  * @return DeleteRowResponse
106
106
  * @throws OciError when an error occurs
107
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/DeleteRow.ts.html |here} to see how to use DeleteRow API.
107
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/DeleteRow.ts.html |here} to see how to use DeleteRow API.
108
108
  */
109
109
  deleteRow(deleteRowRequest: requests.DeleteRowRequest): Promise<responses.DeleteRowResponse>;
110
110
  /**
@@ -112,7 +112,7 @@ export declare class NosqlClient {
112
112
  * @param DeleteTableRequest
113
113
  * @return DeleteTableResponse
114
114
  * @throws OciError when an error occurs
115
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/DeleteTable.ts.html |here} to see how to use DeleteTable API.
115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/DeleteTable.ts.html |here} to see how to use DeleteTable API.
116
116
  */
117
117
  deleteTable(deleteTableRequest: requests.DeleteTableRequest): Promise<responses.DeleteTableResponse>;
118
118
  /**
@@ -120,7 +120,7 @@ export declare class NosqlClient {
120
120
  * @param DeleteWorkRequestRequest
121
121
  * @return DeleteWorkRequestResponse
122
122
  * @throws OciError when an error occurs
123
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
123
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
124
124
  */
125
125
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
126
126
  /**
@@ -128,7 +128,7 @@ export declare class NosqlClient {
128
128
  * @param GetIndexRequest
129
129
  * @return GetIndexResponse
130
130
  * @throws OciError when an error occurs
131
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/GetIndex.ts.html |here} to see how to use GetIndex API.
131
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/GetIndex.ts.html |here} to see how to use GetIndex API.
132
132
  */
133
133
  getIndex(getIndexRequest: requests.GetIndexRequest): Promise<responses.GetIndexResponse>;
134
134
  /**
@@ -136,7 +136,7 @@ export declare class NosqlClient {
136
136
  * @param GetRowRequest
137
137
  * @return GetRowResponse
138
138
  * @throws OciError when an error occurs
139
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/GetRow.ts.html |here} to see how to use GetRow API.
139
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/GetRow.ts.html |here} to see how to use GetRow API.
140
140
  */
141
141
  getRow(getRowRequest: requests.GetRowRequest): Promise<responses.GetRowResponse>;
142
142
  /**
@@ -144,7 +144,7 @@ export declare class NosqlClient {
144
144
  * @param GetTableRequest
145
145
  * @return GetTableResponse
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.3.0/nosql/GetTable.ts.html |here} to see how to use GetTable API.
147
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/GetTable.ts.html |here} to see how to use GetTable API.
148
148
  */
149
149
  getTable(getTableRequest: requests.GetTableRequest): Promise<responses.GetTableResponse>;
150
150
  /**
@@ -152,7 +152,7 @@ export declare class NosqlClient {
152
152
  * @param GetWorkRequestRequest
153
153
  * @return GetWorkRequestResponse
154
154
  * @throws OciError when an error occurs
155
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
156
156
  */
157
157
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
158
158
  /**
@@ -160,7 +160,7 @@ export declare class NosqlClient {
160
160
  * @param ListIndexesRequest
161
161
  * @return ListIndexesResponse
162
162
  * @throws OciError when an error occurs
163
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/ListIndexes.ts.html |here} to see how to use ListIndexes API.
163
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/ListIndexes.ts.html |here} to see how to use ListIndexes API.
164
164
  */
165
165
  listIndexes(listIndexesRequest: requests.ListIndexesRequest): Promise<responses.ListIndexesResponse>;
166
166
  /**
@@ -168,7 +168,7 @@ export declare class NosqlClient {
168
168
  * @param ListTableUsageRequest
169
169
  * @return ListTableUsageResponse
170
170
  * @throws OciError when an error occurs
171
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/ListTableUsage.ts.html |here} to see how to use ListTableUsage API.
171
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/ListTableUsage.ts.html |here} to see how to use ListTableUsage API.
172
172
  */
173
173
  listTableUsage(listTableUsageRequest: requests.ListTableUsageRequest): Promise<responses.ListTableUsageResponse>;
174
174
  /**
@@ -176,7 +176,7 @@ export declare class NosqlClient {
176
176
  * @param ListTablesRequest
177
177
  * @return ListTablesResponse
178
178
  * @throws OciError when an error occurs
179
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/ListTables.ts.html |here} to see how to use ListTables API.
179
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/ListTables.ts.html |here} to see how to use ListTables API.
180
180
  */
181
181
  listTables(listTablesRequest: requests.ListTablesRequest): Promise<responses.ListTablesResponse>;
182
182
  /**
@@ -185,7 +185,7 @@ export declare class NosqlClient {
185
185
  * @param ListWorkRequestErrorsRequest
186
186
  * @return ListWorkRequestErrorsResponse
187
187
  * @throws OciError when an error occurs
188
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
188
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
189
189
  */
190
190
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
191
191
  /**
@@ -194,7 +194,7 @@ export declare class NosqlClient {
194
194
  * @param ListWorkRequestLogsRequest
195
195
  * @return ListWorkRequestLogsResponse
196
196
  * @throws OciError when an error occurs
197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
197
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
198
198
  */
199
199
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
200
200
  /**
@@ -202,7 +202,7 @@ export declare class NosqlClient {
202
202
  * @param ListWorkRequestsRequest
203
203
  * @return ListWorkRequestsResponse
204
204
  * @throws OciError when an error occurs
205
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
205
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
206
206
  */
207
207
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
208
208
  /**
@@ -211,7 +211,7 @@ export declare class NosqlClient {
211
211
  * @param PrepareStatementRequest
212
212
  * @return PrepareStatementResponse
213
213
  * @throws OciError when an error occurs
214
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/PrepareStatement.ts.html |here} to see how to use PrepareStatement API.
214
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/PrepareStatement.ts.html |here} to see how to use PrepareStatement API.
215
215
  */
216
216
  prepareStatement(prepareStatementRequest: requests.PrepareStatementRequest): Promise<responses.PrepareStatementResponse>;
217
217
  /**
@@ -219,7 +219,7 @@ export declare class NosqlClient {
219
219
  * @param QueryRequest
220
220
  * @return QueryResponse
221
221
  * @throws OciError when an error occurs
222
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/Query.ts.html |here} to see how to use Query API.
222
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/Query.ts.html |here} to see how to use Query API.
223
223
  */
224
224
  query(queryRequest: requests.QueryRequest): Promise<responses.QueryResponse>;
225
225
  /**
@@ -228,7 +228,7 @@ export declare class NosqlClient {
228
228
  * @param SummarizeStatementRequest
229
229
  * @return SummarizeStatementResponse
230
230
  * @throws OciError when an error occurs
231
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/SummarizeStatement.ts.html |here} to see how to use SummarizeStatement API.
231
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/SummarizeStatement.ts.html |here} to see how to use SummarizeStatement API.
232
232
  */
233
233
  summarizeStatement(summarizeStatementRequest: requests.SummarizeStatementRequest): Promise<responses.SummarizeStatementResponse>;
234
234
  /**
@@ -236,7 +236,7 @@ export declare class NosqlClient {
236
236
  * @param UpdateRowRequest
237
237
  * @return UpdateRowResponse
238
238
  * @throws OciError when an error occurs
239
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/UpdateRow.ts.html |here} to see how to use UpdateRow API.
239
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/UpdateRow.ts.html |here} to see how to use UpdateRow API.
240
240
  */
241
241
  updateRow(updateRowRequest: requests.UpdateRowRequest): Promise<responses.UpdateRowResponse>;
242
242
  /**
@@ -246,7 +246,7 @@ export declare class NosqlClient {
246
246
  * @param UpdateTableRequest
247
247
  * @return UpdateTableResponse
248
248
  * @throws OciError when an error occurs
249
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/UpdateTable.ts.html |here} to see how to use UpdateTable API.
249
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/UpdateTable.ts.html |here} to see how to use UpdateTable API.
250
250
  */
251
251
  updateTable(updateTableRequest: requests.UpdateTableRequest): Promise<responses.UpdateTableResponse>;
252
252
  }
package/lib/client.js CHANGED
@@ -143,7 +143,7 @@ class NosqlClient {
143
143
  * @param ChangeTableCompartmentRequest
144
144
  * @return ChangeTableCompartmentResponse
145
145
  * @throws OciError when an error occurs
146
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/ChangeTableCompartment.ts.html |here} to see how to use ChangeTableCompartment API.
146
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/ChangeTableCompartment.ts.html |here} to see how to use ChangeTableCompartment API.
147
147
  */
148
148
  changeTableCompartment(changeTableCompartmentRequest) {
149
149
  return __awaiter(this, void 0, void 0, function* () {
@@ -201,7 +201,7 @@ class NosqlClient {
201
201
  * @param CreateIndexRequest
202
202
  * @return CreateIndexResponse
203
203
  * @throws OciError when an error occurs
204
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/CreateIndex.ts.html |here} to see how to use CreateIndex API.
204
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/CreateIndex.ts.html |here} to see how to use CreateIndex API.
205
205
  */
206
206
  createIndex(createIndexRequest) {
207
207
  return __awaiter(this, void 0, void 0, function* () {
@@ -258,7 +258,7 @@ class NosqlClient {
258
258
  * @param CreateTableRequest
259
259
  * @return CreateTableResponse
260
260
  * @throws OciError when an error occurs
261
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/CreateTable.ts.html |here} to see how to use CreateTable API.
261
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/CreateTable.ts.html |here} to see how to use CreateTable API.
262
262
  */
263
263
  createTable(createTableRequest) {
264
264
  return __awaiter(this, void 0, void 0, function* () {
@@ -313,7 +313,7 @@ class NosqlClient {
313
313
  * @param DeleteIndexRequest
314
314
  * @return DeleteIndexResponse
315
315
  * @throws OciError when an error occurs
316
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/DeleteIndex.ts.html |here} to see how to use DeleteIndex API.
316
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/DeleteIndex.ts.html |here} to see how to use DeleteIndex API.
317
317
  */
318
318
  deleteIndex(deleteIndexRequest) {
319
319
  return __awaiter(this, void 0, void 0, function* () {
@@ -373,7 +373,7 @@ class NosqlClient {
373
373
  * @param DeleteRowRequest
374
374
  * @return DeleteRowResponse
375
375
  * @throws OciError when an error occurs
376
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/DeleteRow.ts.html |here} to see how to use DeleteRow API.
376
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/DeleteRow.ts.html |here} to see how to use DeleteRow API.
377
377
  */
378
378
  deleteRow(deleteRowRequest) {
379
379
  return __awaiter(this, void 0, void 0, function* () {
@@ -433,7 +433,7 @@ class NosqlClient {
433
433
  * @param DeleteTableRequest
434
434
  * @return DeleteTableResponse
435
435
  * @throws OciError when an error occurs
436
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/DeleteTable.ts.html |here} to see how to use DeleteTable API.
436
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/DeleteTable.ts.html |here} to see how to use DeleteTable API.
437
437
  */
438
438
  deleteTable(deleteTableRequest) {
439
439
  return __awaiter(this, void 0, void 0, function* () {
@@ -492,7 +492,7 @@ class NosqlClient {
492
492
  * @param DeleteWorkRequestRequest
493
493
  * @return DeleteWorkRequestResponse
494
494
  * @throws OciError when an error occurs
495
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
495
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
496
496
  */
497
497
  deleteWorkRequest(deleteWorkRequestRequest) {
498
498
  return __awaiter(this, void 0, void 0, function* () {
@@ -548,7 +548,7 @@ class NosqlClient {
548
548
  * @param GetIndexRequest
549
549
  * @return GetIndexResponse
550
550
  * @throws OciError when an error occurs
551
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/GetIndex.ts.html |here} to see how to use GetIndex API.
551
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/GetIndex.ts.html |here} to see how to use GetIndex API.
552
552
  */
553
553
  getIndex(getIndexRequest) {
554
554
  return __awaiter(this, void 0, void 0, function* () {
@@ -610,7 +610,7 @@ class NosqlClient {
610
610
  * @param GetRowRequest
611
611
  * @return GetRowResponse
612
612
  * @throws OciError when an error occurs
613
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/GetRow.ts.html |here} to see how to use GetRow API.
613
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/GetRow.ts.html |here} to see how to use GetRow API.
614
614
  */
615
615
  getRow(getRowRequest) {
616
616
  return __awaiter(this, void 0, void 0, function* () {
@@ -674,7 +674,7 @@ class NosqlClient {
674
674
  * @param GetTableRequest
675
675
  * @return GetTableResponse
676
676
  * @throws OciError when an error occurs
677
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/GetTable.ts.html |here} to see how to use GetTable API.
677
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/GetTable.ts.html |here} to see how to use GetTable API.
678
678
  */
679
679
  getTable(getTableRequest) {
680
680
  return __awaiter(this, void 0, void 0, function* () {
@@ -735,7 +735,7 @@ class NosqlClient {
735
735
  * @param GetWorkRequestRequest
736
736
  * @return GetWorkRequestResponse
737
737
  * @throws OciError when an error occurs
738
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
738
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
739
739
  */
740
740
  getWorkRequest(getWorkRequestRequest) {
741
741
  return __awaiter(this, void 0, void 0, function* () {
@@ -799,7 +799,7 @@ class NosqlClient {
799
799
  * @param ListIndexesRequest
800
800
  * @return ListIndexesResponse
801
801
  * @throws OciError when an error occurs
802
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/ListIndexes.ts.html |here} to see how to use ListIndexes API.
802
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/ListIndexes.ts.html |here} to see how to use ListIndexes API.
803
803
  */
804
804
  listIndexes(listIndexesRequest) {
805
805
  return __awaiter(this, void 0, void 0, function* () {
@@ -866,7 +866,7 @@ class NosqlClient {
866
866
  * @param ListTableUsageRequest
867
867
  * @return ListTableUsageResponse
868
868
  * @throws OciError when an error occurs
869
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/ListTableUsage.ts.html |here} to see how to use ListTableUsage API.
869
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/ListTableUsage.ts.html |here} to see how to use ListTableUsage API.
870
870
  */
871
871
  listTableUsage(listTableUsageRequest) {
872
872
  return __awaiter(this, void 0, void 0, function* () {
@@ -931,7 +931,7 @@ class NosqlClient {
931
931
  * @param ListTablesRequest
932
932
  * @return ListTablesResponse
933
933
  * @throws OciError when an error occurs
934
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/ListTables.ts.html |here} to see how to use ListTables API.
934
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/ListTables.ts.html |here} to see how to use ListTables API.
935
935
  */
936
936
  listTables(listTablesRequest) {
937
937
  return __awaiter(this, void 0, void 0, function* () {
@@ -997,7 +997,7 @@ class NosqlClient {
997
997
  * @param ListWorkRequestErrorsRequest
998
998
  * @return ListWorkRequestErrorsResponse
999
999
  * @throws OciError when an error occurs
1000
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1000
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1001
1001
  */
1002
1002
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1003
1003
  return __awaiter(this, void 0, void 0, function* () {
@@ -1060,7 +1060,7 @@ class NosqlClient {
1060
1060
  * @param ListWorkRequestLogsRequest
1061
1061
  * @return ListWorkRequestLogsResponse
1062
1062
  * @throws OciError when an error occurs
1063
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1063
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1064
1064
  */
1065
1065
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1066
1066
  return __awaiter(this, void 0, void 0, function* () {
@@ -1122,7 +1122,7 @@ class NosqlClient {
1122
1122
  * @param ListWorkRequestsRequest
1123
1123
  * @return ListWorkRequestsResponse
1124
1124
  * @throws OciError when an error occurs
1125
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1125
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1126
1126
  */
1127
1127
  listWorkRequests(listWorkRequestsRequest) {
1128
1128
  return __awaiter(this, void 0, void 0, function* () {
@@ -1184,7 +1184,7 @@ class NosqlClient {
1184
1184
  * @param PrepareStatementRequest
1185
1185
  * @return PrepareStatementResponse
1186
1186
  * @throws OciError when an error occurs
1187
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/PrepareStatement.ts.html |here} to see how to use PrepareStatement API.
1187
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/PrepareStatement.ts.html |here} to see how to use PrepareStatement API.
1188
1188
  */
1189
1189
  prepareStatement(prepareStatementRequest) {
1190
1190
  return __awaiter(this, void 0, void 0, function* () {
@@ -1239,7 +1239,7 @@ class NosqlClient {
1239
1239
  * @param QueryRequest
1240
1240
  * @return QueryResponse
1241
1241
  * @throws OciError when an error occurs
1242
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/Query.ts.html |here} to see how to use Query API.
1242
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/Query.ts.html |here} to see how to use Query API.
1243
1243
  */
1244
1244
  query(queryRequest) {
1245
1245
  return __awaiter(this, void 0, void 0, function* () {
@@ -1301,7 +1301,7 @@ class NosqlClient {
1301
1301
  * @param SummarizeStatementRequest
1302
1302
  * @return SummarizeStatementResponse
1303
1303
  * @throws OciError when an error occurs
1304
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/SummarizeStatement.ts.html |here} to see how to use SummarizeStatement API.
1304
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/SummarizeStatement.ts.html |here} to see how to use SummarizeStatement API.
1305
1305
  */
1306
1306
  summarizeStatement(summarizeStatementRequest) {
1307
1307
  return __awaiter(this, void 0, void 0, function* () {
@@ -1356,7 +1356,7 @@ class NosqlClient {
1356
1356
  * @param UpdateRowRequest
1357
1357
  * @return UpdateRowResponse
1358
1358
  * @throws OciError when an error occurs
1359
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/UpdateRow.ts.html |here} to see how to use UpdateRow API.
1359
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/UpdateRow.ts.html |here} to see how to use UpdateRow API.
1360
1360
  */
1361
1361
  updateRow(updateRowRequest) {
1362
1362
  return __awaiter(this, void 0, void 0, function* () {
@@ -1419,7 +1419,7 @@ class NosqlClient {
1419
1419
  * @param UpdateTableRequest
1420
1420
  * @return UpdateTableResponse
1421
1421
  * @throws OciError when an error occurs
1422
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/nosql/UpdateTable.ts.html |here} to see how to use UpdateTable API.
1422
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/nosql/UpdateTable.ts.html |here} to see how to use UpdateTable API.
1423
1423
  */
1424
1424
  updateTable(updateTableRequest) {
1425
1425
  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.3.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.3.1/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.3.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.3.1/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.3.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.3.1/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.3.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.3.1/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.3.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.3.1/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.3.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.3.1/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.3.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.3.1/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.3.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.3.1/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.3.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.3.1/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.3.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.3.1/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.3.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.3.1/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.3.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.3.1/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.3.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.3.1/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.3.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.3.1/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.3.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.3.1/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.3.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.3.1/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.3.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.3.1/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.3.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.3.1/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.3.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.3.1/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.3.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.3.1/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.3.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.3.1/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.3.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.3.1/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.3.0",
3
+ "version": "2.3.1",
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.3.0",
19
- "oci-workrequests": "2.3.0"
18
+ "oci-common": "2.3.1",
19
+ "oci-workrequests": "2.3.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"