oci-tenantmanagercontrolplane 2.76.1 → 2.77.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 (112) hide show
  1. package/lib/client.d.ts +104 -62
  2. package/lib/client.js +133 -52
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/assigned-subscription-summary.d.ts +2 -2
  5. package/lib/model/assigned-subscription.d.ts +2 -2
  6. package/lib/model/create-domain-details.d.ts +2 -2
  7. package/lib/model/create-domain-governance-details.d.ts +2 -2
  8. package/lib/model/create-sender-invitation-details.d.ts +2 -2
  9. package/lib/model/domain-governance-summary.d.ts +3 -3
  10. package/lib/model/domain-governance.d.ts +3 -3
  11. package/lib/model/domain-summary.d.ts +3 -3
  12. package/lib/model/domain.d.ts +3 -3
  13. package/lib/model/recipient-invitation-summary.d.ts +3 -3
  14. package/lib/model/recipient-invitation.d.ts +3 -3
  15. package/lib/model/sender-invitation-summary.d.ts +3 -3
  16. package/lib/model/sender-invitation.d.ts +3 -3
  17. package/lib/model/subscription-summary.d.ts +2 -2
  18. package/lib/model/subscription.d.ts +2 -2
  19. package/lib/model/update-domain-details.d.ts +2 -2
  20. package/lib/model/update-domain-governance-details.d.ts +2 -2
  21. package/lib/model/update-recipient-invitation-details.d.ts +2 -2
  22. package/lib/model/update-sender-invitation-details.d.ts +2 -2
  23. package/lib/request/accept-recipient-invitation-request.d.ts +2 -2
  24. package/lib/request/activate-order-request.d.ts +1 -1
  25. package/lib/request/add-governance-request.d.ts +2 -2
  26. package/lib/request/approve-organization-tenancy-for-transfer-request.d.ts +2 -2
  27. package/lib/request/cancel-sender-invitation-request.d.ts +2 -2
  28. package/lib/request/create-child-tenancy-request.d.ts +1 -1
  29. package/lib/request/create-domain-governance-request.d.ts +1 -1
  30. package/lib/request/create-domain-request.d.ts +1 -1
  31. package/lib/request/create-sender-invitation-request.d.ts +1 -1
  32. package/lib/request/create-subscription-mapping-request.d.ts +2 -2
  33. package/lib/request/delete-domain-governance-request.d.ts +2 -2
  34. package/lib/request/delete-domain-request.d.ts +2 -2
  35. package/lib/request/delete-link-request.d.ts +2 -2
  36. package/lib/request/delete-organization-tenancy-request.d.ts +2 -2
  37. package/lib/request/delete-subscription-mapping-request.d.ts +2 -2
  38. package/lib/request/get-assigned-subscription-request.d.ts +1 -1
  39. package/lib/request/get-domain-governance-request.d.ts +1 -1
  40. package/lib/request/get-domain-request.d.ts +1 -1
  41. package/lib/request/get-link-request.d.ts +1 -1
  42. package/lib/request/get-order-request.d.ts +1 -1
  43. package/lib/request/get-organization-request.d.ts +1 -1
  44. package/lib/request/get-organization-tenancy-request.d.ts +1 -1
  45. package/lib/request/get-recipient-invitation-request.d.ts +1 -1
  46. package/lib/request/get-sender-invitation-request.d.ts +1 -1
  47. package/lib/request/get-subscription-mapping-request.d.ts +1 -1
  48. package/lib/request/get-subscription-request.d.ts +1 -1
  49. package/lib/request/get-work-request-request.d.ts +1 -1
  50. package/lib/request/ignore-recipient-invitation-request.d.ts +2 -2
  51. package/lib/request/list-assigned-subscription-line-items-request.d.ts +1 -1
  52. package/lib/request/list-assigned-subscriptions-request.d.ts +1 -1
  53. package/lib/request/list-available-regions-request.d.ts +1 -1
  54. package/lib/request/list-domain-governances-request.d.ts +1 -1
  55. package/lib/request/list-domains-request.d.ts +1 -1
  56. package/lib/request/list-links-request.d.ts +1 -1
  57. package/lib/request/list-organization-tenancies-request.d.ts +1 -1
  58. package/lib/request/list-organizations-request.d.ts +1 -1
  59. package/lib/request/list-recipient-invitations-request.d.ts +1 -1
  60. package/lib/request/list-sender-invitations-request.d.ts +1 -1
  61. package/lib/request/list-subscription-line-items-request.d.ts +1 -1
  62. package/lib/request/list-subscription-mappings-request.d.ts +1 -1
  63. package/lib/request/list-subscriptions-request.d.ts +1 -1
  64. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  65. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  66. package/lib/request/list-work-requests-request.d.ts +1 -1
  67. package/lib/request/remove-governance-request.d.ts +2 -2
  68. package/lib/request/restore-organization-tenancy-request.d.ts +2 -2
  69. package/lib/request/unapprove-organization-tenancy-for-transfer-request.d.ts +2 -2
  70. package/lib/request/update-domain-governance-request.d.ts +2 -2
  71. package/lib/request/update-domain-request.d.ts +2 -2
  72. package/lib/request/update-organization-request.d.ts +2 -2
  73. package/lib/request/update-recipient-invitation-request.d.ts +2 -2
  74. package/lib/request/update-sender-invitation-request.d.ts +2 -2
  75. package/lib/response/approve-organization-tenancy-for-transfer-response.d.ts +1 -1
  76. package/lib/response/create-domain-governance-response.d.ts +1 -1
  77. package/lib/response/create-domain-response.d.ts +1 -1
  78. package/lib/response/create-sender-invitation-response.d.ts +1 -1
  79. package/lib/response/create-subscription-mapping-response.d.ts +1 -1
  80. package/lib/response/get-assigned-subscription-response.d.ts +1 -1
  81. package/lib/response/get-domain-governance-response.d.ts +1 -1
  82. package/lib/response/get-domain-response.d.ts +1 -1
  83. package/lib/response/get-link-response.d.ts +1 -1
  84. package/lib/response/get-organization-response.d.ts +1 -1
  85. package/lib/response/get-organization-tenancy-response.d.ts +1 -1
  86. package/lib/response/get-recipient-invitation-response.d.ts +1 -1
  87. package/lib/response/get-sender-invitation-response.d.ts +1 -1
  88. package/lib/response/get-subscription-mapping-response.d.ts +1 -1
  89. package/lib/response/get-subscription-response.d.ts +1 -1
  90. package/lib/response/ignore-recipient-invitation-response.d.ts +1 -1
  91. package/lib/response/list-assigned-subscription-line-items-response.d.ts +1 -1
  92. package/lib/response/list-assigned-subscriptions-response.d.ts +1 -1
  93. package/lib/response/list-available-regions-response.d.ts +1 -1
  94. package/lib/response/list-domain-governances-response.d.ts +1 -1
  95. package/lib/response/list-domains-response.d.ts +1 -1
  96. package/lib/response/list-links-response.d.ts +1 -1
  97. package/lib/response/list-organization-tenancies-response.d.ts +1 -1
  98. package/lib/response/list-organizations-response.d.ts +1 -1
  99. package/lib/response/list-recipient-invitations-response.d.ts +1 -1
  100. package/lib/response/list-sender-invitations-response.d.ts +1 -1
  101. package/lib/response/list-subscription-line-items-response.d.ts +1 -1
  102. package/lib/response/list-subscription-mappings-response.d.ts +1 -1
  103. package/lib/response/list-subscriptions-response.d.ts +1 -1
  104. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  105. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  106. package/lib/response/list-work-requests-response.d.ts +1 -1
  107. package/lib/response/unapprove-organization-tenancy-for-transfer-response.d.ts +1 -1
  108. package/lib/response/update-domain-governance-response.d.ts +1 -1
  109. package/lib/response/update-domain-response.d.ts +1 -1
  110. package/lib/response/update-recipient-invitation-response.d.ts +1 -1
  111. package/lib/response/update-sender-invitation-response.d.ts +1 -1
  112. package/package.json +3 -3
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetSenderInvitationResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -19,7 +19,7 @@ export interface GetSubscriptionMappingResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -19,7 +19,7 @@ export interface GetSubscriptionResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -19,7 +19,7 @@ export interface IgnoreRecipientInvitationResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -20,7 +20,7 @@ export interface ListAssignedSubscriptionLineItemsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListAssignedSubscriptionsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListAvailableRegionsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListDomainGovernancesResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListDomainsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListLinksResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListOrganizationTenanciesResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListOrganizationsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListRecipientInvitationsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListSenderInvitationsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -20,7 +20,7 @@ export interface ListSubscriptionLineItemsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListSubscriptionMappingsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListSubscriptionsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListWorkRequestErrorsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListWorkRequestLogsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -20,7 +20,7 @@ export interface ListWorkRequestsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -19,7 +19,7 @@ export interface UnapproveOrganizationTenancyForTransferResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -19,7 +19,7 @@ export interface UpdateDomainGovernanceResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -19,7 +19,7 @@ export interface UpdateDomainResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -19,7 +19,7 @@ export interface UpdateRecipientInvitationResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -19,7 +19,7 @@ export interface UpdateSenderInvitationResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-tenantmanagercontrolplane",
3
- "version": "2.76.1",
3
+ "version": "2.77.1",
4
4
  "description": "OCI NodeJS client for Tenant Manager Control Plane 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.76.1",
19
- "oci-workrequests": "2.76.1"
18
+ "oci-common": "2.77.1",
19
+ "oci-workrequests": "2.77.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"