oci-apigateway 2.81.0 → 2.82.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.
Files changed (53) hide show
  1. package/lib/client.d.ts +50 -50
  2. package/lib/client.js +50 -50
  3. package/lib/request/cancel-work-request-request.d.ts +1 -1
  4. package/lib/request/change-api-compartment-request.d.ts +1 -1
  5. package/lib/request/change-certificate-compartment-request.d.ts +1 -1
  6. package/lib/request/change-deployment-compartment-request.d.ts +1 -1
  7. package/lib/request/change-gateway-compartment-request.d.ts +1 -1
  8. package/lib/request/change-subscriber-compartment-request.d.ts +1 -1
  9. package/lib/request/change-usage-plan-compartment-request.d.ts +1 -1
  10. package/lib/request/create-api-request.d.ts +1 -1
  11. package/lib/request/create-certificate-request.d.ts +1 -1
  12. package/lib/request/create-deployment-request.d.ts +1 -1
  13. package/lib/request/create-gateway-request.d.ts +1 -1
  14. package/lib/request/create-sdk-request.d.ts +1 -1
  15. package/lib/request/create-subscriber-request.d.ts +1 -1
  16. package/lib/request/create-usage-plan-request.d.ts +1 -1
  17. package/lib/request/delete-api-request.d.ts +1 -1
  18. package/lib/request/delete-certificate-request.d.ts +1 -1
  19. package/lib/request/delete-deployment-request.d.ts +1 -1
  20. package/lib/request/delete-gateway-request.d.ts +1 -1
  21. package/lib/request/delete-sdk-request.d.ts +1 -1
  22. package/lib/request/delete-subscriber-request.d.ts +1 -1
  23. package/lib/request/delete-usage-plan-request.d.ts +1 -1
  24. package/lib/request/get-api-content-request.d.ts +1 -1
  25. package/lib/request/get-api-deployment-specification-request.d.ts +1 -1
  26. package/lib/request/get-api-request.d.ts +1 -1
  27. package/lib/request/get-api-validations-request.d.ts +1 -1
  28. package/lib/request/get-certificate-request.d.ts +1 -1
  29. package/lib/request/get-deployment-request.d.ts +1 -1
  30. package/lib/request/get-gateway-request.d.ts +1 -1
  31. package/lib/request/get-sdk-request.d.ts +1 -1
  32. package/lib/request/get-subscriber-request.d.ts +1 -1
  33. package/lib/request/get-usage-plan-request.d.ts +1 -1
  34. package/lib/request/get-work-request-request.d.ts +1 -1
  35. package/lib/request/list-apis-request.d.ts +1 -1
  36. package/lib/request/list-certificates-request.d.ts +1 -1
  37. package/lib/request/list-deployments-request.d.ts +1 -1
  38. package/lib/request/list-gateways-request.d.ts +1 -1
  39. package/lib/request/list-sdk-language-types-request.d.ts +1 -1
  40. package/lib/request/list-sdks-request.d.ts +1 -1
  41. package/lib/request/list-subscribers-request.d.ts +1 -1
  42. package/lib/request/list-usage-plans-request.d.ts +1 -1
  43. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  44. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  45. package/lib/request/list-work-requests-request.d.ts +1 -1
  46. package/lib/request/update-api-request.d.ts +1 -1
  47. package/lib/request/update-certificate-request.d.ts +1 -1
  48. package/lib/request/update-deployment-request.d.ts +1 -1
  49. package/lib/request/update-gateway-request.d.ts +1 -1
  50. package/lib/request/update-sdk-request.d.ts +1 -1
  51. package/lib/request/update-subscriber-request.d.ts +1 -1
  52. package/lib/request/update-usage-plan-request.d.ts +1 -1
  53. package/package.json +3 -3
@@ -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.81.0/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeploymentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeploymentRequest.
16
16
  */
17
17
  export interface DeleteDeploymentRequest 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.81.0/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGatewayRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGatewayRequest.
16
16
  */
17
17
  export interface DeleteGatewayRequest 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.81.0/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdkRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdkRequest.
16
16
  */
17
17
  export interface DeleteSdkRequest 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.81.0/apigateway/DeleteSubscriber.ts.html |here} to see how to use DeleteSubscriberRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/apigateway/DeleteSubscriber.ts.html |here} to see how to use DeleteSubscriberRequest.
16
16
  */
17
17
  export interface DeleteSubscriberRequest 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.81.0/apigateway/DeleteUsagePlan.ts.html |here} to see how to use DeleteUsagePlanRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/apigateway/DeleteUsagePlan.ts.html |here} to see how to use DeleteUsagePlanRequest.
16
16
  */
17
17
  export interface DeleteUsagePlanRequest 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.81.0/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContentRequest.
16
16
  */
17
17
  export interface GetApiContentRequest 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.81.0/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecificationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecificationRequest.
16
16
  */
17
17
  export interface GetApiDeploymentSpecificationRequest 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.81.0/apigateway/GetApi.ts.html |here} to see how to use GetApiRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/apigateway/GetApi.ts.html |here} to see how to use GetApiRequest.
16
16
  */
17
17
  export interface GetApiRequest 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.81.0/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidationsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidationsRequest.
16
16
  */
17
17
  export interface GetApiValidationsRequest 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.81.0/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificateRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificateRequest.
16
16
  */
17
17
  export interface GetCertificateRequest 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.81.0/apigateway/GetDeployment.ts.html |here} to see how to use GetDeploymentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/apigateway/GetDeployment.ts.html |here} to see how to use GetDeploymentRequest.
16
16
  */
17
17
  export interface GetDeploymentRequest 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.81.0/apigateway/GetGateway.ts.html |here} to see how to use GetGatewayRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/apigateway/GetGateway.ts.html |here} to see how to use GetGatewayRequest.
16
16
  */
17
17
  export interface GetGatewayRequest 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.81.0/apigateway/GetSdk.ts.html |here} to see how to use GetSdkRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/apigateway/GetSdk.ts.html |here} to see how to use GetSdkRequest.
16
16
  */
17
17
  export interface GetSdkRequest 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.81.0/apigateway/GetSubscriber.ts.html |here} to see how to use GetSubscriberRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/apigateway/GetSubscriber.ts.html |here} to see how to use GetSubscriberRequest.
16
16
  */
17
17
  export interface GetSubscriberRequest 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.81.0/apigateway/GetUsagePlan.ts.html |here} to see how to use GetUsagePlanRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/apigateway/GetUsagePlan.ts.html |here} to see how to use GetUsagePlanRequest.
16
16
  */
17
17
  export interface GetUsagePlanRequest 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.81.0/apigateway/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.82.1/apigateway/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.81.0/apigateway/ListApis.ts.html |here} to see how to use ListApisRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/apigateway/ListApis.ts.html |here} to see how to use ListApisRequest.
16
16
  */
17
17
  export interface ListApisRequest 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.81.0/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificatesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificatesRequest.
16
16
  */
17
17
  export interface ListCertificatesRequest 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.81.0/apigateway/ListDeployments.ts.html |here} to see how to use ListDeploymentsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/apigateway/ListDeployments.ts.html |here} to see how to use ListDeploymentsRequest.
16
16
  */
17
17
  export interface ListDeploymentsRequest 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.81.0/apigateway/ListGateways.ts.html |here} to see how to use ListGatewaysRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/apigateway/ListGateways.ts.html |here} to see how to use ListGatewaysRequest.
16
16
  */
17
17
  export interface ListGatewaysRequest 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.81.0/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypesRequest.
16
16
  */
17
17
  export interface ListSdkLanguageTypesRequest 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.81.0/apigateway/ListSdks.ts.html |here} to see how to use ListSdksRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/apigateway/ListSdks.ts.html |here} to see how to use ListSdksRequest.
16
16
  */
17
17
  export interface ListSdksRequest 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.81.0/apigateway/ListSubscribers.ts.html |here} to see how to use ListSubscribersRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/apigateway/ListSubscribers.ts.html |here} to see how to use ListSubscribersRequest.
16
16
  */
17
17
  export interface ListSubscribersRequest 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.81.0/apigateway/ListUsagePlans.ts.html |here} to see how to use ListUsagePlansRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/apigateway/ListUsagePlans.ts.html |here} to see how to use ListUsagePlansRequest.
16
16
  */
17
17
  export interface ListUsagePlansRequest 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.81.0/apigateway/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.82.1/apigateway/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.81.0/apigateway/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.82.1/apigateway/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.81.0/apigateway/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.82.1/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
16
  */
17
17
  export interface ListWorkRequestsRequest 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.81.0/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApiRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApiRequest.
17
17
  */
18
18
  export interface UpdateApiRequest 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.81.0/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificateRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificateRequest.
17
17
  */
18
18
  export interface UpdateCertificateRequest 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.81.0/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeploymentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeploymentRequest.
17
17
  */
18
18
  export interface UpdateDeploymentRequest 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.81.0/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGatewayRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGatewayRequest.
17
17
  */
18
18
  export interface UpdateGatewayRequest 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.81.0/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdkRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdkRequest.
17
17
  */
18
18
  export interface UpdateSdkRequest 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.81.0/apigateway/UpdateSubscriber.ts.html |here} to see how to use UpdateSubscriberRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/apigateway/UpdateSubscriber.ts.html |here} to see how to use UpdateSubscriberRequest.
17
17
  */
18
18
  export interface UpdateSubscriberRequest 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.81.0/apigateway/UpdateUsagePlan.ts.html |here} to see how to use UpdateUsagePlanRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/apigateway/UpdateUsagePlan.ts.html |here} to see how to use UpdateUsagePlanRequest.
17
17
  */
18
18
  export interface UpdateUsagePlanRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-apigateway",
3
- "version": "2.81.0",
3
+ "version": "2.82.1",
4
4
  "description": "OCI NodeJS client for API gateway 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.81.0",
19
- "oci-workrequests": "2.81.0"
18
+ "oci-common": "2.82.1",
19
+ "oci-workrequests": "2.82.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"