oci-apigateway 2.38.0 → 2.39.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 (73) hide show
  1. package/lib/client.d.ts +50 -50
  2. package/lib/client.js +50 -50
  3. package/lib/model/api-specification-route-backend.js +5 -2
  4. package/lib/model/api-specification-route-backend.js.map +1 -1
  5. package/lib/model/authentication-policy.js +5 -2
  6. package/lib/model/authentication-policy.js.map +1 -1
  7. package/lib/model/ca-bundle.js +5 -2
  8. package/lib/model/ca-bundle.js.map +1 -1
  9. package/lib/model/content-validation.js +5 -2
  10. package/lib/model/content-validation.js.map +1 -1
  11. package/lib/model/public-key-set.js +5 -2
  12. package/lib/model/public-key-set.js.map +1 -1
  13. package/lib/model/response-cache-details.js +5 -2
  14. package/lib/model/response-cache-details.js.map +1 -1
  15. package/lib/model/response-cache-lookup-policy.js +5 -2
  16. package/lib/model/response-cache-lookup-policy.js.map +1 -1
  17. package/lib/model/response-cache-store-policy.js +5 -2
  18. package/lib/model/response-cache-store-policy.js.map +1 -1
  19. package/lib/model/route-authorization-policy.js +5 -2
  20. package/lib/model/route-authorization-policy.js.map +1 -1
  21. package/lib/model/static-public-key.js +5 -2
  22. package/lib/model/static-public-key.js.map +1 -1
  23. package/lib/request/cancel-work-request-request.d.ts +1 -1
  24. package/lib/request/change-api-compartment-request.d.ts +1 -1
  25. package/lib/request/change-certificate-compartment-request.d.ts +1 -1
  26. package/lib/request/change-deployment-compartment-request.d.ts +1 -1
  27. package/lib/request/change-gateway-compartment-request.d.ts +1 -1
  28. package/lib/request/change-subscriber-compartment-request.d.ts +1 -1
  29. package/lib/request/change-usage-plan-compartment-request.d.ts +1 -1
  30. package/lib/request/create-api-request.d.ts +1 -1
  31. package/lib/request/create-certificate-request.d.ts +1 -1
  32. package/lib/request/create-deployment-request.d.ts +1 -1
  33. package/lib/request/create-gateway-request.d.ts +1 -1
  34. package/lib/request/create-sdk-request.d.ts +1 -1
  35. package/lib/request/create-subscriber-request.d.ts +1 -1
  36. package/lib/request/create-usage-plan-request.d.ts +1 -1
  37. package/lib/request/delete-api-request.d.ts +1 -1
  38. package/lib/request/delete-certificate-request.d.ts +1 -1
  39. package/lib/request/delete-deployment-request.d.ts +1 -1
  40. package/lib/request/delete-gateway-request.d.ts +1 -1
  41. package/lib/request/delete-sdk-request.d.ts +1 -1
  42. package/lib/request/delete-subscriber-request.d.ts +1 -1
  43. package/lib/request/delete-usage-plan-request.d.ts +1 -1
  44. package/lib/request/get-api-content-request.d.ts +1 -1
  45. package/lib/request/get-api-deployment-specification-request.d.ts +1 -1
  46. package/lib/request/get-api-request.d.ts +1 -1
  47. package/lib/request/get-api-validations-request.d.ts +1 -1
  48. package/lib/request/get-certificate-request.d.ts +1 -1
  49. package/lib/request/get-deployment-request.d.ts +1 -1
  50. package/lib/request/get-gateway-request.d.ts +1 -1
  51. package/lib/request/get-sdk-request.d.ts +1 -1
  52. package/lib/request/get-subscriber-request.d.ts +1 -1
  53. package/lib/request/get-usage-plan-request.d.ts +1 -1
  54. package/lib/request/get-work-request-request.d.ts +1 -1
  55. package/lib/request/list-apis-request.d.ts +1 -1
  56. package/lib/request/list-certificates-request.d.ts +1 -1
  57. package/lib/request/list-deployments-request.d.ts +1 -1
  58. package/lib/request/list-gateways-request.d.ts +1 -1
  59. package/lib/request/list-sdk-language-types-request.d.ts +1 -1
  60. package/lib/request/list-sdks-request.d.ts +1 -1
  61. package/lib/request/list-subscribers-request.d.ts +1 -1
  62. package/lib/request/list-usage-plans-request.d.ts +1 -1
  63. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  64. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  65. package/lib/request/list-work-requests-request.d.ts +1 -1
  66. package/lib/request/update-api-request.d.ts +1 -1
  67. package/lib/request/update-certificate-request.d.ts +1 -1
  68. package/lib/request/update-deployment-request.d.ts +1 -1
  69. package/lib/request/update-gateway-request.d.ts +1 -1
  70. package/lib/request/update-sdk-request.d.ts +1 -1
  71. package/lib/request/update-subscriber-request.d.ts +1 -1
  72. package/lib/request/update-usage-plan-request.d.ts +1 -1
  73. 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.38.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.39.0/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.38.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.39.0/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.38.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.39.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.38.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.39.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.38.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.39.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.38.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.39.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.38.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.39.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.38.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.39.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.38.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.39.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.38.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.39.0/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.38.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.39.0/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.38.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.39.0/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.38.0",
3
+ "version": "2.39.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.38.0",
19
- "oci-workrequests": "2.38.0"
18
+ "oci-common": "2.39.0",
19
+ "oci-workrequests": "2.39.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"