oci-dns 2.89.0 → 2.89.2

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 (55) hide show
  1. package/lib/client.d.ts +52 -52
  2. package/lib/client.js +52 -52
  3. package/lib/request/change-resolver-compartment-request.d.ts +1 -1
  4. package/lib/request/change-steering-policy-compartment-request.d.ts +1 -1
  5. package/lib/request/change-tsig-key-compartment-request.d.ts +1 -1
  6. package/lib/request/change-view-compartment-request.d.ts +1 -1
  7. package/lib/request/change-zone-compartment-request.d.ts +1 -1
  8. package/lib/request/create-resolver-endpoint-request.d.ts +1 -1
  9. package/lib/request/create-steering-policy-attachment-request.d.ts +1 -1
  10. package/lib/request/create-steering-policy-request.d.ts +1 -1
  11. package/lib/request/create-tsig-key-request.d.ts +1 -1
  12. package/lib/request/create-view-request.d.ts +1 -1
  13. package/lib/request/create-zone-from-zone-file-request.d.ts +1 -1
  14. package/lib/request/create-zone-request.d.ts +1 -1
  15. package/lib/request/delete-domain-records-request.d.ts +1 -1
  16. package/lib/request/delete-resolver-endpoint-request.d.ts +1 -1
  17. package/lib/request/delete-rrset-request.d.ts +1 -1
  18. package/lib/request/delete-steering-policy-attachment-request.d.ts +1 -1
  19. package/lib/request/delete-steering-policy-request.d.ts +1 -1
  20. package/lib/request/delete-tsig-key-request.d.ts +1 -1
  21. package/lib/request/delete-view-request.d.ts +1 -1
  22. package/lib/request/delete-zone-request.d.ts +1 -1
  23. package/lib/request/get-domain-records-request.d.ts +1 -1
  24. package/lib/request/get-resolver-endpoint-request.d.ts +1 -1
  25. package/lib/request/get-resolver-request.d.ts +1 -1
  26. package/lib/request/get-rrset-request.d.ts +1 -1
  27. package/lib/request/get-steering-policy-attachment-request.d.ts +1 -1
  28. package/lib/request/get-steering-policy-request.d.ts +1 -1
  29. package/lib/request/get-tsig-key-request.d.ts +1 -1
  30. package/lib/request/get-view-request.d.ts +1 -1
  31. package/lib/request/get-zone-content-request.d.ts +1 -1
  32. package/lib/request/get-zone-records-request.d.ts +1 -1
  33. package/lib/request/get-zone-request.d.ts +1 -1
  34. package/lib/request/list-resolver-endpoints-request.d.ts +1 -1
  35. package/lib/request/list-resolvers-request.d.ts +1 -1
  36. package/lib/request/list-steering-policies-request.d.ts +1 -1
  37. package/lib/request/list-steering-policy-attachments-request.d.ts +1 -1
  38. package/lib/request/list-tsig-keys-request.d.ts +1 -1
  39. package/lib/request/list-views-request.d.ts +1 -1
  40. package/lib/request/list-zone-transfer-servers-request.d.ts +1 -1
  41. package/lib/request/list-zones-request.d.ts +1 -1
  42. package/lib/request/patch-domain-records-request.d.ts +1 -1
  43. package/lib/request/patch-rrset-request.d.ts +1 -1
  44. package/lib/request/patch-zone-records-request.d.ts +1 -1
  45. package/lib/request/update-domain-records-request.d.ts +1 -1
  46. package/lib/request/update-resolver-endpoint-request.d.ts +1 -1
  47. package/lib/request/update-resolver-request.d.ts +1 -1
  48. package/lib/request/update-rrset-request.d.ts +1 -1
  49. package/lib/request/update-steering-policy-attachment-request.d.ts +1 -1
  50. package/lib/request/update-steering-policy-request.d.ts +1 -1
  51. package/lib/request/update-tsig-key-request.d.ts +1 -1
  52. package/lib/request/update-view-request.d.ts +1 -1
  53. package/lib/request/update-zone-records-request.d.ts +1 -1
  54. package/lib/request/update-zone-request.d.ts +1 -1
  55. package/package.json +3 -3
@@ -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.89.0/dns/DeleteSteeringPolicyAttachment.ts.html |here} to see how to use DeleteSteeringPolicyAttachmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/DeleteSteeringPolicyAttachment.ts.html |here} to see how to use DeleteSteeringPolicyAttachmentRequest.
17
17
  */
18
18
  export interface DeleteSteeringPolicyAttachmentRequest 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.89.0/dns/DeleteSteeringPolicy.ts.html |here} to see how to use DeleteSteeringPolicyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/DeleteSteeringPolicy.ts.html |here} to see how to use DeleteSteeringPolicyRequest.
17
17
  */
18
18
  export interface DeleteSteeringPolicyRequest 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.89.0/dns/DeleteTsigKey.ts.html |here} to see how to use DeleteTsigKeyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/DeleteTsigKey.ts.html |here} to see how to use DeleteTsigKeyRequest.
17
17
  */
18
18
  export interface DeleteTsigKeyRequest 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.89.0/dns/DeleteView.ts.html |here} to see how to use DeleteViewRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/DeleteView.ts.html |here} to see how to use DeleteViewRequest.
17
17
  */
18
18
  export interface DeleteViewRequest 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.89.0/dns/DeleteZone.ts.html |here} to see how to use DeleteZoneRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/DeleteZone.ts.html |here} to see how to use DeleteZoneRequest.
17
17
  */
18
18
  export interface DeleteZoneRequest 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.89.0/dns/GetDomainRecords.ts.html |here} to see how to use GetDomainRecordsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/GetDomainRecords.ts.html |here} to see how to use GetDomainRecordsRequest.
17
17
  */
18
18
  export interface GetDomainRecordsRequest 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.89.0/dns/GetResolverEndpoint.ts.html |here} to see how to use GetResolverEndpointRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/GetResolverEndpoint.ts.html |here} to see how to use GetResolverEndpointRequest.
17
17
  */
18
18
  export interface GetResolverEndpointRequest 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.89.0/dns/GetResolver.ts.html |here} to see how to use GetResolverRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/GetResolver.ts.html |here} to see how to use GetResolverRequest.
17
17
  */
18
18
  export interface GetResolverRequest 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.89.0/dns/GetRRSet.ts.html |here} to see how to use GetRRSetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/GetRRSet.ts.html |here} to see how to use GetRRSetRequest.
17
17
  */
18
18
  export interface GetRRSetRequest 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.89.0/dns/GetSteeringPolicyAttachment.ts.html |here} to see how to use GetSteeringPolicyAttachmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/GetSteeringPolicyAttachment.ts.html |here} to see how to use GetSteeringPolicyAttachmentRequest.
17
17
  */
18
18
  export interface GetSteeringPolicyAttachmentRequest 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.89.0/dns/GetSteeringPolicy.ts.html |here} to see how to use GetSteeringPolicyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/GetSteeringPolicy.ts.html |here} to see how to use GetSteeringPolicyRequest.
17
17
  */
18
18
  export interface GetSteeringPolicyRequest 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.89.0/dns/GetTsigKey.ts.html |here} to see how to use GetTsigKeyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/GetTsigKey.ts.html |here} to see how to use GetTsigKeyRequest.
17
17
  */
18
18
  export interface GetTsigKeyRequest 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.89.0/dns/GetView.ts.html |here} to see how to use GetViewRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/GetView.ts.html |here} to see how to use GetViewRequest.
17
17
  */
18
18
  export interface GetViewRequest 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.89.0/dns/GetZoneContent.ts.html |here} to see how to use GetZoneContentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/GetZoneContent.ts.html |here} to see how to use GetZoneContentRequest.
17
17
  */
18
18
  export interface GetZoneContentRequest 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.89.0/dns/GetZoneRecords.ts.html |here} to see how to use GetZoneRecordsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/GetZoneRecords.ts.html |here} to see how to use GetZoneRecordsRequest.
17
17
  */
18
18
  export interface GetZoneRecordsRequest 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.89.0/dns/GetZone.ts.html |here} to see how to use GetZoneRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/GetZone.ts.html |here} to see how to use GetZoneRequest.
17
17
  */
18
18
  export interface GetZoneRequest 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.89.0/dns/ListResolverEndpoints.ts.html |here} to see how to use ListResolverEndpointsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/ListResolverEndpoints.ts.html |here} to see how to use ListResolverEndpointsRequest.
17
17
  */
18
18
  export interface ListResolverEndpointsRequest 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.89.0/dns/ListResolvers.ts.html |here} to see how to use ListResolversRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/ListResolvers.ts.html |here} to see how to use ListResolversRequest.
17
17
  */
18
18
  export interface ListResolversRequest 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.89.0/dns/ListSteeringPolicies.ts.html |here} to see how to use ListSteeringPoliciesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/ListSteeringPolicies.ts.html |here} to see how to use ListSteeringPoliciesRequest.
17
17
  */
18
18
  export interface ListSteeringPoliciesRequest 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.89.0/dns/ListSteeringPolicyAttachments.ts.html |here} to see how to use ListSteeringPolicyAttachmentsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/ListSteeringPolicyAttachments.ts.html |here} to see how to use ListSteeringPolicyAttachmentsRequest.
17
17
  */
18
18
  export interface ListSteeringPolicyAttachmentsRequest 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.89.0/dns/ListTsigKeys.ts.html |here} to see how to use ListTsigKeysRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/ListTsigKeys.ts.html |here} to see how to use ListTsigKeysRequest.
17
17
  */
18
18
  export interface ListTsigKeysRequest 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.89.0/dns/ListViews.ts.html |here} to see how to use ListViewsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/ListViews.ts.html |here} to see how to use ListViewsRequest.
17
17
  */
18
18
  export interface ListViewsRequest 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.89.0/dns/ListZoneTransferServers.ts.html |here} to see how to use ListZoneTransferServersRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/ListZoneTransferServers.ts.html |here} to see how to use ListZoneTransferServersRequest.
17
17
  */
18
18
  export interface ListZoneTransferServersRequest 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.89.0/dns/ListZones.ts.html |here} to see how to use ListZonesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/ListZones.ts.html |here} to see how to use ListZonesRequest.
17
17
  */
18
18
  export interface ListZonesRequest 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.89.0/dns/PatchDomainRecords.ts.html |here} to see how to use PatchDomainRecordsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/PatchDomainRecords.ts.html |here} to see how to use PatchDomainRecordsRequest.
17
17
  */
18
18
  export interface PatchDomainRecordsRequest 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.89.0/dns/PatchRRSet.ts.html |here} to see how to use PatchRRSetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/PatchRRSet.ts.html |here} to see how to use PatchRRSetRequest.
17
17
  */
18
18
  export interface PatchRRSetRequest 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.89.0/dns/PatchZoneRecords.ts.html |here} to see how to use PatchZoneRecordsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/PatchZoneRecords.ts.html |here} to see how to use PatchZoneRecordsRequest.
17
17
  */
18
18
  export interface PatchZoneRecordsRequest 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.89.0/dns/UpdateDomainRecords.ts.html |here} to see how to use UpdateDomainRecordsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/UpdateDomainRecords.ts.html |here} to see how to use UpdateDomainRecordsRequest.
17
17
  */
18
18
  export interface UpdateDomainRecordsRequest 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.89.0/dns/UpdateResolverEndpoint.ts.html |here} to see how to use UpdateResolverEndpointRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/UpdateResolverEndpoint.ts.html |here} to see how to use UpdateResolverEndpointRequest.
17
17
  */
18
18
  export interface UpdateResolverEndpointRequest 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.89.0/dns/UpdateResolver.ts.html |here} to see how to use UpdateResolverRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/UpdateResolver.ts.html |here} to see how to use UpdateResolverRequest.
17
17
  */
18
18
  export interface UpdateResolverRequest 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.89.0/dns/UpdateRRSet.ts.html |here} to see how to use UpdateRRSetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/UpdateRRSet.ts.html |here} to see how to use UpdateRRSetRequest.
17
17
  */
18
18
  export interface UpdateRRSetRequest 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.89.0/dns/UpdateSteeringPolicyAttachment.ts.html |here} to see how to use UpdateSteeringPolicyAttachmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/UpdateSteeringPolicyAttachment.ts.html |here} to see how to use UpdateSteeringPolicyAttachmentRequest.
17
17
  */
18
18
  export interface UpdateSteeringPolicyAttachmentRequest 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.89.0/dns/UpdateSteeringPolicy.ts.html |here} to see how to use UpdateSteeringPolicyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/UpdateSteeringPolicy.ts.html |here} to see how to use UpdateSteeringPolicyRequest.
17
17
  */
18
18
  export interface UpdateSteeringPolicyRequest 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.89.0/dns/UpdateTsigKey.ts.html |here} to see how to use UpdateTsigKeyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/UpdateTsigKey.ts.html |here} to see how to use UpdateTsigKeyRequest.
17
17
  */
18
18
  export interface UpdateTsigKeyRequest 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.89.0/dns/UpdateView.ts.html |here} to see how to use UpdateViewRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/UpdateView.ts.html |here} to see how to use UpdateViewRequest.
17
17
  */
18
18
  export interface UpdateViewRequest 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.89.0/dns/UpdateZoneRecords.ts.html |here} to see how to use UpdateZoneRecordsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/UpdateZoneRecords.ts.html |here} to see how to use UpdateZoneRecordsRequest.
17
17
  */
18
18
  export interface UpdateZoneRecordsRequest 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.89.0/dns/UpdateZone.ts.html |here} to see how to use UpdateZoneRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/dns/UpdateZone.ts.html |here} to see how to use UpdateZoneRequest.
17
17
  */
18
18
  export interface UpdateZoneRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-dns",
3
- "version": "2.89.0",
3
+ "version": "2.89.2",
4
4
  "description": "OCI NodeJS client for DNS",
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.89.0",
19
- "oci-workrequests": "2.89.0"
18
+ "oci-common": "2.89.2",
19
+ "oci-workrequests": "2.89.2"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"