oci-apigateway 2.20.0 → 2.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/lib/client.d.ts +42 -38
  2. package/lib/client.js +62 -42
  3. package/lib/client.js.map +1 -1
  4. package/lib/request/cancel-work-request-request.d.ts +1 -1
  5. package/lib/request/change-api-compartment-request.d.ts +1 -1
  6. package/lib/request/change-certificate-compartment-request.d.ts +1 -1
  7. package/lib/request/change-deployment-compartment-request.d.ts +1 -1
  8. package/lib/request/change-gateway-compartment-request.d.ts +1 -1
  9. package/lib/request/create-api-request.d.ts +1 -1
  10. package/lib/request/create-certificate-request.d.ts +1 -1
  11. package/lib/request/create-deployment-request.d.ts +1 -1
  12. package/lib/request/create-gateway-request.d.ts +1 -1
  13. package/lib/request/create-sdk-request.d.ts +1 -1
  14. package/lib/request/delete-api-request.d.ts +1 -1
  15. package/lib/request/delete-certificate-request.d.ts +1 -1
  16. package/lib/request/delete-deployment-request.d.ts +1 -1
  17. package/lib/request/delete-gateway-request.d.ts +1 -1
  18. package/lib/request/delete-sdk-request.d.ts +1 -1
  19. package/lib/request/get-api-content-request.d.ts +1 -1
  20. package/lib/request/get-api-deployment-specification-request.d.ts +1 -1
  21. package/lib/request/get-api-request.d.ts +1 -1
  22. package/lib/request/get-api-validations-request.d.ts +1 -1
  23. package/lib/request/get-certificate-request.d.ts +1 -1
  24. package/lib/request/get-deployment-request.d.ts +1 -1
  25. package/lib/request/get-gateway-request.d.ts +1 -1
  26. package/lib/request/get-sdk-request.d.ts +1 -1
  27. package/lib/request/get-work-request-request.d.ts +1 -1
  28. package/lib/request/list-apis-request.d.ts +1 -1
  29. package/lib/request/list-certificates-request.d.ts +1 -1
  30. package/lib/request/list-deployments-request.d.ts +1 -1
  31. package/lib/request/list-gateways-request.d.ts +1 -1
  32. package/lib/request/list-sdk-language-types-request.d.ts +1 -1
  33. package/lib/request/list-sdks-request.d.ts +1 -1
  34. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  35. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  36. package/lib/request/list-work-requests-request.d.ts +1 -1
  37. package/lib/request/update-api-request.d.ts +1 -1
  38. package/lib/request/update-certificate-request.d.ts +1 -1
  39. package/lib/request/update-deployment-request.d.ts +1 -1
  40. package/lib/request/update-gateway-request.d.ts +1 -1
  41. package/lib/request/update-sdk-request.d.ts +1 -1
  42. 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.20.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.24.0/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.20.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.24.0/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.20.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.24.0/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.20.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.24.0/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.20.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.24.0/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.20.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.24.0/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.20.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.24.0/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.20.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.24.0/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.20.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.24.0/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.20.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.24.0/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.20.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.24.0/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.20.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.24.0/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdkRequest.
17
17
  */
18
18
  export interface UpdateSdkRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-apigateway",
3
- "version": "2.20.0",
3
+ "version": "2.24.0",
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.20.0",
19
- "oci-workrequests": "2.20.0"
18
+ "oci-common": "2.24.0",
19
+ "oci-workrequests": "2.24.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"