oci-functions 2.55.0 → 2.55.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
@@ -48,7 +48,7 @@ export declare class FunctionsInvokeClient {
48
48
  * @param InvokeFunctionRequest
49
49
  * @return InvokeFunctionResponse
50
50
  * @throws OciError when an error occurs
51
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/functions/InvokeFunction.ts.html |here} to see how to use InvokeFunction API.
51
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/InvokeFunction.ts.html |here} to see how to use InvokeFunction API.
52
52
  */
53
53
  invokeFunction(invokeFunctionRequest: requests.InvokeFunctionRequest): Promise<responses.InvokeFunctionResponse>;
54
54
  }
@@ -115,7 +115,7 @@ export declare class FunctionsManagementClient {
115
115
  * @param ChangeApplicationCompartmentRequest
116
116
  * @return ChangeApplicationCompartmentResponse
117
117
  * @throws OciError when an error occurs
118
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/functions/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
118
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
119
119
  */
120
120
  changeApplicationCompartment(changeApplicationCompartmentRequest: requests.ChangeApplicationCompartmentRequest): Promise<responses.ChangeApplicationCompartmentResponse>;
121
121
  /**
@@ -124,7 +124,7 @@ export declare class FunctionsManagementClient {
124
124
  * @param CreateApplicationRequest
125
125
  * @return CreateApplicationResponse
126
126
  * @throws OciError when an error occurs
127
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/functions/CreateApplication.ts.html |here} to see how to use CreateApplication API.
127
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/CreateApplication.ts.html |here} to see how to use CreateApplication API.
128
128
  */
129
129
  createApplication(createApplicationRequest: requests.CreateApplicationRequest): Promise<responses.CreateApplicationResponse>;
130
130
  /**
@@ -133,7 +133,7 @@ export declare class FunctionsManagementClient {
133
133
  * @param CreateFunctionRequest
134
134
  * @return CreateFunctionResponse
135
135
  * @throws OciError when an error occurs
136
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/functions/CreateFunction.ts.html |here} to see how to use CreateFunction API.
136
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/CreateFunction.ts.html |here} to see how to use CreateFunction API.
137
137
  */
138
138
  createFunction(createFunctionRequest: requests.CreateFunctionRequest): Promise<responses.CreateFunctionResponse>;
139
139
  /**
@@ -142,7 +142,7 @@ export declare class FunctionsManagementClient {
142
142
  * @param DeleteApplicationRequest
143
143
  * @return DeleteApplicationResponse
144
144
  * @throws OciError when an error occurs
145
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/functions/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
145
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
146
146
  */
147
147
  deleteApplication(deleteApplicationRequest: requests.DeleteApplicationRequest): Promise<responses.DeleteApplicationResponse>;
148
148
  /**
@@ -151,7 +151,7 @@ export declare class FunctionsManagementClient {
151
151
  * @param DeleteFunctionRequest
152
152
  * @return DeleteFunctionResponse
153
153
  * @throws OciError when an error occurs
154
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/functions/DeleteFunction.ts.html |here} to see how to use DeleteFunction API.
154
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/DeleteFunction.ts.html |here} to see how to use DeleteFunction API.
155
155
  */
156
156
  deleteFunction(deleteFunctionRequest: requests.DeleteFunctionRequest): Promise<responses.DeleteFunctionResponse>;
157
157
  /**
@@ -160,7 +160,7 @@ export declare class FunctionsManagementClient {
160
160
  * @param GetApplicationRequest
161
161
  * @return GetApplicationResponse
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.55.0/functions/GetApplication.ts.html |here} to see how to use GetApplication API.
163
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/GetApplication.ts.html |here} to see how to use GetApplication API.
164
164
  */
165
165
  getApplication(getApplicationRequest: requests.GetApplicationRequest): Promise<responses.GetApplicationResponse>;
166
166
  /**
@@ -169,7 +169,7 @@ export declare class FunctionsManagementClient {
169
169
  * @param GetFunctionRequest
170
170
  * @return GetFunctionResponse
171
171
  * @throws OciError when an error occurs
172
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/functions/GetFunction.ts.html |here} to see how to use GetFunction API.
172
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/GetFunction.ts.html |here} to see how to use GetFunction API.
173
173
  */
174
174
  getFunction(getFunctionRequest: requests.GetFunctionRequest): Promise<responses.GetFunctionResponse>;
175
175
  /**
@@ -179,7 +179,7 @@ export declare class FunctionsManagementClient {
179
179
  * @param GetPbfListingRequest
180
180
  * @return GetPbfListingResponse
181
181
  * @throws OciError when an error occurs
182
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/functions/GetPbfListing.ts.html |here} to see how to use GetPbfListing API.
182
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/GetPbfListing.ts.html |here} to see how to use GetPbfListing API.
183
183
  */
184
184
  getPbfListing(getPbfListingRequest: requests.GetPbfListingRequest): Promise<responses.GetPbfListingResponse>;
185
185
  /**
@@ -188,7 +188,7 @@ export declare class FunctionsManagementClient {
188
188
  * @param GetPbfListingVersionRequest
189
189
  * @return GetPbfListingVersionResponse
190
190
  * @throws OciError when an error occurs
191
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/functions/GetPbfListingVersion.ts.html |here} to see how to use GetPbfListingVersion API.
191
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/GetPbfListingVersion.ts.html |here} to see how to use GetPbfListingVersion API.
192
192
  */
193
193
  getPbfListingVersion(getPbfListingVersionRequest: requests.GetPbfListingVersionRequest): Promise<responses.GetPbfListingVersionResponse>;
194
194
  /**
@@ -197,7 +197,7 @@ export declare class FunctionsManagementClient {
197
197
  * @param ListApplicationsRequest
198
198
  * @return ListApplicationsResponse
199
199
  * @throws OciError when an error occurs
200
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/functions/ListApplications.ts.html |here} to see how to use ListApplications API.
200
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/ListApplications.ts.html |here} to see how to use ListApplications API.
201
201
  */
202
202
  listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
203
203
  /**
@@ -238,7 +238,7 @@ export declare class FunctionsManagementClient {
238
238
  * @param ListFunctionsRequest
239
239
  * @return ListFunctionsResponse
240
240
  * @throws OciError when an error occurs
241
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/functions/ListFunctions.ts.html |here} to see how to use ListFunctions API.
241
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/ListFunctions.ts.html |here} to see how to use ListFunctions API.
242
242
  */
243
243
  listFunctions(listFunctionsRequest: requests.ListFunctionsRequest): Promise<responses.ListFunctionsResponse>;
244
244
  /**
@@ -284,7 +284,7 @@ export declare class FunctionsManagementClient {
284
284
  * @param ListPbfListingVersionsRequest
285
285
  * @return ListPbfListingVersionsResponse
286
286
  * @throws OciError when an error occurs
287
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/functions/ListPbfListingVersions.ts.html |here} to see how to use ListPbfListingVersions API.
287
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/ListPbfListingVersions.ts.html |here} to see how to use ListPbfListingVersions API.
288
288
  */
289
289
  listPbfListingVersions(listPbfListingVersionsRequest: requests.ListPbfListingVersionsRequest): Promise<responses.ListPbfListingVersionsResponse>;
290
290
  /**
@@ -295,7 +295,7 @@ export declare class FunctionsManagementClient {
295
295
  * @param ListPbfListingsRequest
296
296
  * @return ListPbfListingsResponse
297
297
  * @throws OciError when an error occurs
298
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/functions/ListPbfListings.ts.html |here} to see how to use ListPbfListings API.
298
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/ListPbfListings.ts.html |here} to see how to use ListPbfListings API.
299
299
  */
300
300
  listPbfListings(listPbfListingsRequest: requests.ListPbfListingsRequest): Promise<responses.ListPbfListingsResponse>;
301
301
  /**
@@ -305,7 +305,7 @@ export declare class FunctionsManagementClient {
305
305
  * @param ListTriggersRequest
306
306
  * @return ListTriggersResponse
307
307
  * @throws OciError when an error occurs
308
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/functions/ListTriggers.ts.html |here} to see how to use ListTriggers API.
308
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/ListTriggers.ts.html |here} to see how to use ListTriggers API.
309
309
  */
310
310
  listTriggers(listTriggersRequest: requests.ListTriggersRequest): Promise<responses.ListTriggersResponse>;
311
311
  /**
@@ -314,7 +314,7 @@ export declare class FunctionsManagementClient {
314
314
  * @param UpdateApplicationRequest
315
315
  * @return UpdateApplicationResponse
316
316
  * @throws OciError when an error occurs
317
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
317
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
318
318
  */
319
319
  updateApplication(updateApplicationRequest: requests.UpdateApplicationRequest): Promise<responses.UpdateApplicationResponse>;
320
320
  /**
@@ -323,7 +323,7 @@ export declare class FunctionsManagementClient {
323
323
  * @param UpdateFunctionRequest
324
324
  * @return UpdateFunctionResponse
325
325
  * @throws OciError when an error occurs
326
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunction API.
326
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunction API.
327
327
  */
328
328
  updateFunction(updateFunctionRequest: requests.UpdateFunctionRequest): Promise<responses.UpdateFunctionResponse>;
329
329
  }
package/lib/client.js CHANGED
@@ -111,7 +111,7 @@ class FunctionsInvokeClient {
111
111
  * @param InvokeFunctionRequest
112
112
  * @return InvokeFunctionResponse
113
113
  * @throws OciError when an error occurs
114
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/functions/InvokeFunction.ts.html |here} to see how to use InvokeFunction API.
114
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/InvokeFunction.ts.html |here} to see how to use InvokeFunction API.
115
115
  */
116
116
  invokeFunction(invokeFunctionRequest) {
117
117
  return __awaiter(this, void 0, void 0, function* () {
@@ -279,7 +279,7 @@ class FunctionsManagementClient {
279
279
  * @param ChangeApplicationCompartmentRequest
280
280
  * @return ChangeApplicationCompartmentResponse
281
281
  * @throws OciError when an error occurs
282
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/functions/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
282
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
283
283
  */
284
284
  changeApplicationCompartment(changeApplicationCompartmentRequest) {
285
285
  return __awaiter(this, void 0, void 0, function* () {
@@ -335,7 +335,7 @@ class FunctionsManagementClient {
335
335
  * @param CreateApplicationRequest
336
336
  * @return CreateApplicationResponse
337
337
  * @throws OciError when an error occurs
338
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/functions/CreateApplication.ts.html |here} to see how to use CreateApplication API.
338
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/CreateApplication.ts.html |here} to see how to use CreateApplication API.
339
339
  */
340
340
  createApplication(createApplicationRequest) {
341
341
  return __awaiter(this, void 0, void 0, function* () {
@@ -397,7 +397,7 @@ class FunctionsManagementClient {
397
397
  * @param CreateFunctionRequest
398
398
  * @return CreateFunctionResponse
399
399
  * @throws OciError when an error occurs
400
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/functions/CreateFunction.ts.html |here} to see how to use CreateFunction API.
400
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/CreateFunction.ts.html |here} to see how to use CreateFunction API.
401
401
  */
402
402
  createFunction(createFunctionRequest) {
403
403
  return __awaiter(this, void 0, void 0, function* () {
@@ -459,7 +459,7 @@ class FunctionsManagementClient {
459
459
  * @param DeleteApplicationRequest
460
460
  * @return DeleteApplicationResponse
461
461
  * @throws OciError when an error occurs
462
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/functions/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
462
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
463
463
  */
464
464
  deleteApplication(deleteApplicationRequest) {
465
465
  return __awaiter(this, void 0, void 0, function* () {
@@ -514,7 +514,7 @@ class FunctionsManagementClient {
514
514
  * @param DeleteFunctionRequest
515
515
  * @return DeleteFunctionResponse
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.55.0/functions/DeleteFunction.ts.html |here} to see how to use DeleteFunction API.
517
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/DeleteFunction.ts.html |here} to see how to use DeleteFunction API.
518
518
  */
519
519
  deleteFunction(deleteFunctionRequest) {
520
520
  return __awaiter(this, void 0, void 0, function* () {
@@ -569,7 +569,7 @@ class FunctionsManagementClient {
569
569
  * @param GetApplicationRequest
570
570
  * @return GetApplicationResponse
571
571
  * @throws OciError when an error occurs
572
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/functions/GetApplication.ts.html |here} to see how to use GetApplication API.
572
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/GetApplication.ts.html |here} to see how to use GetApplication API.
573
573
  */
574
574
  getApplication(getApplicationRequest) {
575
575
  return __awaiter(this, void 0, void 0, function* () {
@@ -632,7 +632,7 @@ class FunctionsManagementClient {
632
632
  * @param GetFunctionRequest
633
633
  * @return GetFunctionResponse
634
634
  * @throws OciError when an error occurs
635
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/functions/GetFunction.ts.html |here} to see how to use GetFunction API.
635
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/GetFunction.ts.html |here} to see how to use GetFunction API.
636
636
  */
637
637
  getFunction(getFunctionRequest) {
638
638
  return __awaiter(this, void 0, void 0, function* () {
@@ -696,7 +696,7 @@ class FunctionsManagementClient {
696
696
  * @param GetPbfListingRequest
697
697
  * @return GetPbfListingResponse
698
698
  * @throws OciError when an error occurs
699
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/functions/GetPbfListing.ts.html |here} to see how to use GetPbfListing API.
699
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/GetPbfListing.ts.html |here} to see how to use GetPbfListing API.
700
700
  */
701
701
  getPbfListing(getPbfListingRequest) {
702
702
  return __awaiter(this, void 0, void 0, function* () {
@@ -759,7 +759,7 @@ class FunctionsManagementClient {
759
759
  * @param GetPbfListingVersionRequest
760
760
  * @return GetPbfListingVersionResponse
761
761
  * @throws OciError when an error occurs
762
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/functions/GetPbfListingVersion.ts.html |here} to see how to use GetPbfListingVersion API.
762
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/GetPbfListingVersion.ts.html |here} to see how to use GetPbfListingVersion API.
763
763
  */
764
764
  getPbfListingVersion(getPbfListingVersionRequest) {
765
765
  return __awaiter(this, void 0, void 0, function* () {
@@ -822,7 +822,7 @@ class FunctionsManagementClient {
822
822
  * @param ListApplicationsRequest
823
823
  * @return ListApplicationsResponse
824
824
  * @throws OciError when an error occurs
825
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/functions/ListApplications.ts.html |here} to see how to use ListApplications API.
825
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/ListApplications.ts.html |here} to see how to use ListApplications API.
826
826
  */
827
827
  listApplications(listApplicationsRequest) {
828
828
  return __awaiter(this, void 0, void 0, function* () {
@@ -932,7 +932,7 @@ class FunctionsManagementClient {
932
932
  * @param ListFunctionsRequest
933
933
  * @return ListFunctionsResponse
934
934
  * @throws OciError when an error occurs
935
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/functions/ListFunctions.ts.html |here} to see how to use ListFunctions API.
935
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/ListFunctions.ts.html |here} to see how to use ListFunctions API.
936
936
  */
937
937
  listFunctions(listFunctionsRequest) {
938
938
  return __awaiter(this, void 0, void 0, function* () {
@@ -1047,7 +1047,7 @@ class FunctionsManagementClient {
1047
1047
  * @param ListPbfListingVersionsRequest
1048
1048
  * @return ListPbfListingVersionsResponse
1049
1049
  * @throws OciError when an error occurs
1050
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/functions/ListPbfListingVersions.ts.html |here} to see how to use ListPbfListingVersions API.
1050
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/ListPbfListingVersions.ts.html |here} to see how to use ListPbfListingVersions API.
1051
1051
  */
1052
1052
  listPbfListingVersions(listPbfListingVersionsRequest) {
1053
1053
  return __awaiter(this, void 0, void 0, function* () {
@@ -1120,7 +1120,7 @@ class FunctionsManagementClient {
1120
1120
  * @param ListPbfListingsRequest
1121
1121
  * @return ListPbfListingsResponse
1122
1122
  * @throws OciError when an error occurs
1123
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/functions/ListPbfListings.ts.html |here} to see how to use ListPbfListings API.
1123
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/ListPbfListings.ts.html |here} to see how to use ListPbfListings API.
1124
1124
  */
1125
1125
  listPbfListings(listPbfListingsRequest) {
1126
1126
  return __awaiter(this, void 0, void 0, function* () {
@@ -1193,7 +1193,7 @@ class FunctionsManagementClient {
1193
1193
  * @param ListTriggersRequest
1194
1194
  * @return ListTriggersResponse
1195
1195
  * @throws OciError when an error occurs
1196
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/functions/ListTriggers.ts.html |here} to see how to use ListTriggers API.
1196
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/ListTriggers.ts.html |here} to see how to use ListTriggers API.
1197
1197
  */
1198
1198
  listTriggers(listTriggersRequest) {
1199
1199
  return __awaiter(this, void 0, void 0, function* () {
@@ -1259,7 +1259,7 @@ class FunctionsManagementClient {
1259
1259
  * @param UpdateApplicationRequest
1260
1260
  * @return UpdateApplicationResponse
1261
1261
  * @throws OciError when an error occurs
1262
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
1262
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
1263
1263
  */
1264
1264
  updateApplication(updateApplicationRequest) {
1265
1265
  return __awaiter(this, void 0, void 0, function* () {
@@ -1324,7 +1324,7 @@ class FunctionsManagementClient {
1324
1324
  * @param UpdateFunctionRequest
1325
1325
  * @return UpdateFunctionResponse
1326
1326
  * @throws OciError when an error occurs
1327
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunction API.
1327
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunction API.
1328
1328
  */
1329
1329
  updateFunction(updateFunctionRequest) {
1330
1330
  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.55.0/functions/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartmentRequest.
17
17
  */
18
18
  export interface ChangeApplicationCompartmentRequest 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.55.0/functions/CreateApplication.ts.html |here} to see how to use CreateApplicationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/CreateApplication.ts.html |here} to see how to use CreateApplicationRequest.
17
17
  */
18
18
  export interface CreateApplicationRequest 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.55.0/functions/CreateFunction.ts.html |here} to see how to use CreateFunctionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/CreateFunction.ts.html |here} to see how to use CreateFunctionRequest.
17
17
  */
18
18
  export interface CreateFunctionRequest 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.55.0/functions/DeleteApplication.ts.html |here} to see how to use DeleteApplicationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/DeleteApplication.ts.html |here} to see how to use DeleteApplicationRequest.
16
16
  */
17
17
  export interface DeleteApplicationRequest 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.55.0/functions/DeleteFunction.ts.html |here} to see how to use DeleteFunctionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/DeleteFunction.ts.html |here} to see how to use DeleteFunctionRequest.
16
16
  */
17
17
  export interface DeleteFunctionRequest 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.55.0/functions/GetApplication.ts.html |here} to see how to use GetApplicationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/GetApplication.ts.html |here} to see how to use GetApplicationRequest.
16
16
  */
17
17
  export interface GetApplicationRequest 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.55.0/functions/GetFunction.ts.html |here} to see how to use GetFunctionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/GetFunction.ts.html |here} to see how to use GetFunctionRequest.
16
16
  */
17
17
  export interface GetFunctionRequest 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.55.0/functions/GetPbfListing.ts.html |here} to see how to use GetPbfListingRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/GetPbfListing.ts.html |here} to see how to use GetPbfListingRequest.
16
16
  */
17
17
  export interface GetPbfListingRequest 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.55.0/functions/GetPbfListingVersion.ts.html |here} to see how to use GetPbfListingVersionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/GetPbfListingVersion.ts.html |here} to see how to use GetPbfListingVersionRequest.
16
16
  */
17
17
  export interface GetPbfListingVersionRequest extends common.BaseRequest {
18
18
  /**
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/functions/InvokeFunction.ts.html |here} to see how to use InvokeFunctionRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/InvokeFunction.ts.html |here} to see how to use InvokeFunctionRequest.
18
18
  */
19
19
  export interface InvokeFunctionRequest extends common.BaseRequest {
20
20
  /**
@@ -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.55.0/functions/ListApplications.ts.html |here} to see how to use ListApplicationsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/ListApplications.ts.html |here} to see how to use ListApplicationsRequest.
16
16
  */
17
17
  export interface ListApplicationsRequest 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.55.0/functions/ListFunctions.ts.html |here} to see how to use ListFunctionsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/ListFunctions.ts.html |here} to see how to use ListFunctionsRequest.
16
16
  */
17
17
  export interface ListFunctionsRequest 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.55.0/functions/ListPbfListingVersions.ts.html |here} to see how to use ListPbfListingVersionsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/ListPbfListingVersions.ts.html |here} to see how to use ListPbfListingVersionsRequest.
16
16
  */
17
17
  export interface ListPbfListingVersionsRequest 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.55.0/functions/ListPbfListings.ts.html |here} to see how to use ListPbfListingsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/ListPbfListings.ts.html |here} to see how to use ListPbfListingsRequest.
16
16
  */
17
17
  export interface ListPbfListingsRequest 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.55.0/functions/ListTriggers.ts.html |here} to see how to use ListTriggersRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/ListTriggers.ts.html |here} to see how to use ListTriggersRequest.
16
16
  */
17
17
  export interface ListTriggersRequest 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.55.0/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplicationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplicationRequest.
17
17
  */
18
18
  export interface UpdateApplicationRequest 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.55.0/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunctionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunctionRequest.
17
17
  */
18
18
  export interface UpdateFunctionRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-functions",
3
- "version": "2.55.0",
3
+ "version": "2.55.1",
4
4
  "description": "OCI NodeJS client for Functions",
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.55.0",
19
- "oci-workrequests": "2.55.0"
18
+ "oci-common": "2.55.1",
19
+ "oci-workrequests": "2.55.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"