@wix/domains 1.0.17 → 1.0.18
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.
- package/package.json +5 -5
- package/type-bundles/index.bundle.d.ts +14 -11
- package/type-bundles/meta.bundle.d.ts +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/domains",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.18",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@wix/domains_connected-domain-setup-info": "1.0.3",
|
|
22
|
-
"@wix/domains_connected-domains": "1.0.
|
|
22
|
+
"@wix/domains_connected-domains": "1.0.7",
|
|
23
23
|
"@wix/domains_domain-availability": "1.0.2",
|
|
24
24
|
"@wix/domains_domain-dns": "1.0.2",
|
|
25
|
-
"@wix/domains_domain-suggestions": "1.0.
|
|
26
|
-
"@wix/domains_registered-domains": "1.0.
|
|
25
|
+
"@wix/domains_domain-suggestions": "1.0.7",
|
|
26
|
+
"@wix/domains_registered-domains": "1.0.5"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"glob": "^10.4.1",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"fqdn": ""
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
|
-
"falconPackageHash": "
|
|
50
|
+
"falconPackageHash": "cc944a65d440fe44d55613a961a415816b3bc8c8bf8c664d5d94e5c5"
|
|
51
51
|
}
|
|
@@ -159,7 +159,7 @@ interface ListConnectedDomainsResponse {
|
|
|
159
159
|
interface CursorPagingMetadata$2 {
|
|
160
160
|
/** Number of domains returned in the response. */
|
|
161
161
|
count?: number | null;
|
|
162
|
-
/**
|
|
162
|
+
/** Cursors to navigate through the result pages using `next` and `prev`. Returned if cursor paging is used. */
|
|
163
163
|
cursors?: Cursors$2;
|
|
164
164
|
/**
|
|
165
165
|
* Indicates if there are more results after the current page.
|
|
@@ -226,7 +226,7 @@ interface DomainEventBodyOneOf$2 {
|
|
|
226
226
|
interface EntityCreatedEvent$2 {
|
|
227
227
|
entity?: string;
|
|
228
228
|
}
|
|
229
|
-
interface RestoreInfo {
|
|
229
|
+
interface RestoreInfo$1 {
|
|
230
230
|
deletedDate?: Date;
|
|
231
231
|
}
|
|
232
232
|
interface EntityUpdatedEvent$2 {
|
|
@@ -473,14 +473,13 @@ type index_d$5_ListConnectedDomainsOptions = ListConnectedDomainsOptions;
|
|
|
473
473
|
type index_d$5_ListConnectedDomainsRequest = ListConnectedDomainsRequest;
|
|
474
474
|
type index_d$5_ListConnectedDomainsResponse = ListConnectedDomainsResponse;
|
|
475
475
|
type index_d$5_ListConnectedDomainsResponseNonNullableFields = ListConnectedDomainsResponseNonNullableFields;
|
|
476
|
-
type index_d$5_RestoreInfo = RestoreInfo;
|
|
477
476
|
declare const index_d$5_createConnectedDomain: typeof createConnectedDomain;
|
|
478
477
|
declare const index_d$5_deleteConnectedDomain: typeof deleteConnectedDomain;
|
|
479
478
|
declare const index_d$5_getConnectedDomain: typeof getConnectedDomain;
|
|
480
479
|
declare const index_d$5_listConnectedDomains: typeof listConnectedDomains;
|
|
481
480
|
declare const index_d$5_onConnectedDomainRemoved: typeof onConnectedDomainRemoved;
|
|
482
481
|
declare namespace index_d$5 {
|
|
483
|
-
export { type ActionEvent$2 as ActionEvent, AssignmentType$1 as AssignmentType, type index_d$5_BaseEventMetadata as BaseEventMetadata, type index_d$5_ConnectedDomain as ConnectedDomain, type index_d$5_ConnectedDomainRemovedEnvelope as ConnectedDomainRemovedEnvelope, ConnectionType$1 as ConnectionType, type index_d$5_CreateConnectedDomainRequest as CreateConnectedDomainRequest, type index_d$5_CreateConnectedDomainResponse as CreateConnectedDomainResponse, type index_d$5_CreateConnectedDomainResponseNonNullableFields as CreateConnectedDomainResponseNonNullableFields, type CursorPaging$2 as CursorPaging, type CursorPagingMetadata$2 as CursorPagingMetadata, type Cursors$2 as Cursors, type index_d$5_DeleteConnectedDomainRequest as DeleteConnectedDomainRequest, type index_d$5_DeleteConnectedDomainResponse as DeleteConnectedDomainResponse, DnsPropagationStatus$1 as DnsPropagationStatus, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type DomainRemovedEvent$1 as DomainRemovedEvent, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, type index_d$5_EventMetadata as EventMetadata, type index_d$5_GetConnectedDomainRequest as GetConnectedDomainRequest, type index_d$5_GetConnectedDomainResponse as GetConnectedDomainResponse, type index_d$5_GetConnectedDomainResponseNonNullableFields as GetConnectedDomainResponseNonNullableFields, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, type index_d$5_ListConnectedDomainsOptions as ListConnectedDomainsOptions, type index_d$5_ListConnectedDomainsRequest as ListConnectedDomainsRequest, type index_d$5_ListConnectedDomainsResponse as ListConnectedDomainsResponse, type index_d$5_ListConnectedDomainsResponseNonNullableFields as ListConnectedDomainsResponseNonNullableFields, type MessageEnvelope$2 as MessageEnvelope, type RedirectAssignmentInfo$1 as RedirectAssignmentInfo, type
|
|
482
|
+
export { type ActionEvent$2 as ActionEvent, AssignmentType$1 as AssignmentType, type index_d$5_BaseEventMetadata as BaseEventMetadata, type index_d$5_ConnectedDomain as ConnectedDomain, type index_d$5_ConnectedDomainRemovedEnvelope as ConnectedDomainRemovedEnvelope, ConnectionType$1 as ConnectionType, type index_d$5_CreateConnectedDomainRequest as CreateConnectedDomainRequest, type index_d$5_CreateConnectedDomainResponse as CreateConnectedDomainResponse, type index_d$5_CreateConnectedDomainResponseNonNullableFields as CreateConnectedDomainResponseNonNullableFields, type CursorPaging$2 as CursorPaging, type CursorPagingMetadata$2 as CursorPagingMetadata, type Cursors$2 as Cursors, type index_d$5_DeleteConnectedDomainRequest as DeleteConnectedDomainRequest, type index_d$5_DeleteConnectedDomainResponse as DeleteConnectedDomainResponse, DnsPropagationStatus$1 as DnsPropagationStatus, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type DomainRemovedEvent$1 as DomainRemovedEvent, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, type index_d$5_EventMetadata as EventMetadata, type index_d$5_GetConnectedDomainRequest as GetConnectedDomainRequest, type index_d$5_GetConnectedDomainResponse as GetConnectedDomainResponse, type index_d$5_GetConnectedDomainResponseNonNullableFields as GetConnectedDomainResponseNonNullableFields, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, type index_d$5_ListConnectedDomainsOptions as ListConnectedDomainsOptions, type index_d$5_ListConnectedDomainsRequest as ListConnectedDomainsRequest, type index_d$5_ListConnectedDomainsResponse as ListConnectedDomainsResponse, type index_d$5_ListConnectedDomainsResponseNonNullableFields as ListConnectedDomainsResponseNonNullableFields, type MessageEnvelope$2 as MessageEnvelope, type RedirectAssignmentInfo$1 as RedirectAssignmentInfo, type RestoreInfo$1 as RestoreInfo, type SiteInfo$1 as SiteInfo, type SiteInfoAssignmentInfoOneOf$1 as SiteInfoAssignmentInfoOneOf, WebhookIdentityType$2 as WebhookIdentityType, __metadata$5 as __metadata, index_d$5_createConnectedDomain as createConnectedDomain, index_d$5_deleteConnectedDomain as deleteConnectedDomain, index_d$5_getConnectedDomain as getConnectedDomain, index_d$5_listConnectedDomains as listConnectedDomains, index_d$5_onConnectedDomainRemoved as onConnectedDomainRemoved };
|
|
484
483
|
}
|
|
485
484
|
|
|
486
485
|
/**
|
|
@@ -1514,7 +1513,7 @@ interface ListRegisteredDomainsResponse {
|
|
|
1514
1513
|
interface CursorPagingMetadata$1 {
|
|
1515
1514
|
/** Number of domains returned in the response. */
|
|
1516
1515
|
count?: number | null;
|
|
1517
|
-
/**
|
|
1516
|
+
/** Cursors to navigate through the result pages using `next` and `prev`. Returned if cursor paging is used. */
|
|
1518
1517
|
cursors?: Cursors$1;
|
|
1519
1518
|
/**
|
|
1520
1519
|
* Indicates if there are more results after the current page.
|
|
@@ -1598,6 +1597,9 @@ interface DomainEventBodyOneOf {
|
|
|
1598
1597
|
interface EntityCreatedEvent {
|
|
1599
1598
|
entity?: string;
|
|
1600
1599
|
}
|
|
1600
|
+
interface RestoreInfo {
|
|
1601
|
+
deletedDate?: Date;
|
|
1602
|
+
}
|
|
1601
1603
|
interface EntityUpdatedEvent {
|
|
1602
1604
|
/**
|
|
1603
1605
|
* Since platformized APIs only expose PATCH and not PUT we can't assume that the fields sent from the client are the actual diff.
|
|
@@ -2076,6 +2078,7 @@ type index_d$2_RedeemRegisteredDomainResponseNonNullableFields = RedeemRegistere
|
|
|
2076
2078
|
type index_d$2_RedirectAssignmentInfo = RedirectAssignmentInfo;
|
|
2077
2079
|
type index_d$2_RegisteredDomain = RegisteredDomain;
|
|
2078
2080
|
type index_d$2_RegisteredDomainStatusInfoOneOf = RegisteredDomainStatusInfoOneOf;
|
|
2081
|
+
type index_d$2_RestoreInfo = RestoreInfo;
|
|
2079
2082
|
type index_d$2_SiteInfo = SiteInfo;
|
|
2080
2083
|
type index_d$2_SiteInfoAssignmentInfoOneOf = SiteInfoAssignmentInfoOneOf;
|
|
2081
2084
|
type index_d$2_Status = Status;
|
|
@@ -2087,7 +2090,7 @@ declare const index_d$2_getRegisteredDomain: typeof getRegisteredDomain;
|
|
|
2087
2090
|
declare const index_d$2_listRegisteredDomains: typeof listRegisteredDomains;
|
|
2088
2091
|
declare const index_d$2_redeemRegisteredDomain: typeof redeemRegisteredDomain;
|
|
2089
2092
|
declare namespace index_d$2 {
|
|
2090
|
-
export { type index_d$2_ActionEvent as ActionEvent, index_d$2_AssignmentType as AssignmentType, type index_d$2_ContactData as ContactData, type index_d$2_Contacts as Contacts, type index_d$2_CreateRegisteredDomainRequest as CreateRegisteredDomainRequest, type index_d$2_CreateRegisteredDomainResponse as CreateRegisteredDomainResponse, type index_d$2_CreateRegisteredDomainResponseNonNullableFields as CreateRegisteredDomainResponseNonNullableFields, type CursorPaging$1 as CursorPaging, type CursorPagingMetadata$1 as CursorPagingMetadata, type Cursors$1 as Cursors, type index_d$2_DeleteRegisteredDomainByIdRequest as DeleteRegisteredDomainByIdRequest, type index_d$2_DeleteRegisteredDomainByIdResponse as DeleteRegisteredDomainByIdResponse, index_d$2_DnsPropagationStatus as DnsPropagationStatus, type index_d$2_DomainEvent as DomainEvent, type index_d$2_DomainEventBodyOneOf as DomainEventBodyOneOf, type index_d$2_EntityCreatedEvent as EntityCreatedEvent, type index_d$2_EntityDeletedEvent as EntityDeletedEvent, type index_d$2_EntityUpdatedEvent as EntityUpdatedEvent, type index_d$2_Expired as Expired, type index_d$2_FailedRegistrationInfo as FailedRegistrationInfo, index_d$2_FailureCode as FailureCode, type index_d$2_GetRegisteredDomainRequest as GetRegisteredDomainRequest, type index_d$2_GetRegisteredDomainResponse as GetRegisteredDomainResponse, type index_d$2_GetRegisteredDomainResponseNonNullableFields as GetRegisteredDomainResponseNonNullableFields, index_d$2_ICANNConfirmationStatus as ICANNConfirmationStatus, type index_d$2_ICANNConfirmationStatusInfo as ICANNConfirmationStatusInfo, type index_d$2_ICANNConfirmationStatusInfoStatusOneOf as ICANNConfirmationStatusInfoStatusOneOf, type index_d$2_IdentificationData as IdentificationData, type index_d$2_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type index_d$2_LatestAttempt as LatestAttempt, type index_d$2_ListRegisteredDomainsOptions as ListRegisteredDomainsOptions, type index_d$2_ListRegisteredDomainsRequest as ListRegisteredDomainsRequest, type index_d$2_ListRegisteredDomainsResponse as ListRegisteredDomainsResponse, type index_d$2_ListRegisteredDomainsResponseNonNullableFields as ListRegisteredDomainsResponseNonNullableFields, type index_d$2_MessageEnvelope as MessageEnvelope, type index_d$2_Pending as Pending, type index_d$2_PendingRegistrationInfo as PendingRegistrationInfo, type index_d$2_RedeemRegisteredDomainRequest as RedeemRegisteredDomainRequest, type index_d$2_RedeemRegisteredDomainResponse as RedeemRegisteredDomainResponse, type index_d$2_RedeemRegisteredDomainResponseNonNullableFields as RedeemRegisteredDomainResponseNonNullableFields, type index_d$2_RedirectAssignmentInfo as RedirectAssignmentInfo, type index_d$2_RegisteredDomain as RegisteredDomain, type index_d$2_RegisteredDomainStatusInfoOneOf as RegisteredDomainStatusInfoOneOf, type index_d$2_SiteInfo as SiteInfo, type index_d$2_SiteInfoAssignmentInfoOneOf as SiteInfoAssignmentInfoOneOf, index_d$2_Status as Status, index_d$2_WebhookIdentityType as WebhookIdentityType, __metadata$2 as __metadata, index_d$2_createRegisteredDomain as createRegisteredDomain, index_d$2_getRegisteredDomain as getRegisteredDomain, index_d$2_listRegisteredDomains as listRegisteredDomains, index_d$2_redeemRegisteredDomain as redeemRegisteredDomain };
|
|
2093
|
+
export { type index_d$2_ActionEvent as ActionEvent, index_d$2_AssignmentType as AssignmentType, type index_d$2_ContactData as ContactData, type index_d$2_Contacts as Contacts, type index_d$2_CreateRegisteredDomainRequest as CreateRegisteredDomainRequest, type index_d$2_CreateRegisteredDomainResponse as CreateRegisteredDomainResponse, type index_d$2_CreateRegisteredDomainResponseNonNullableFields as CreateRegisteredDomainResponseNonNullableFields, type CursorPaging$1 as CursorPaging, type CursorPagingMetadata$1 as CursorPagingMetadata, type Cursors$1 as Cursors, type index_d$2_DeleteRegisteredDomainByIdRequest as DeleteRegisteredDomainByIdRequest, type index_d$2_DeleteRegisteredDomainByIdResponse as DeleteRegisteredDomainByIdResponse, index_d$2_DnsPropagationStatus as DnsPropagationStatus, type index_d$2_DomainEvent as DomainEvent, type index_d$2_DomainEventBodyOneOf as DomainEventBodyOneOf, type index_d$2_EntityCreatedEvent as EntityCreatedEvent, type index_d$2_EntityDeletedEvent as EntityDeletedEvent, type index_d$2_EntityUpdatedEvent as EntityUpdatedEvent, type index_d$2_Expired as Expired, type index_d$2_FailedRegistrationInfo as FailedRegistrationInfo, index_d$2_FailureCode as FailureCode, type index_d$2_GetRegisteredDomainRequest as GetRegisteredDomainRequest, type index_d$2_GetRegisteredDomainResponse as GetRegisteredDomainResponse, type index_d$2_GetRegisteredDomainResponseNonNullableFields as GetRegisteredDomainResponseNonNullableFields, index_d$2_ICANNConfirmationStatus as ICANNConfirmationStatus, type index_d$2_ICANNConfirmationStatusInfo as ICANNConfirmationStatusInfo, type index_d$2_ICANNConfirmationStatusInfoStatusOneOf as ICANNConfirmationStatusInfoStatusOneOf, type index_d$2_IdentificationData as IdentificationData, type index_d$2_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type index_d$2_LatestAttempt as LatestAttempt, type index_d$2_ListRegisteredDomainsOptions as ListRegisteredDomainsOptions, type index_d$2_ListRegisteredDomainsRequest as ListRegisteredDomainsRequest, type index_d$2_ListRegisteredDomainsResponse as ListRegisteredDomainsResponse, type index_d$2_ListRegisteredDomainsResponseNonNullableFields as ListRegisteredDomainsResponseNonNullableFields, type index_d$2_MessageEnvelope as MessageEnvelope, type index_d$2_Pending as Pending, type index_d$2_PendingRegistrationInfo as PendingRegistrationInfo, type index_d$2_RedeemRegisteredDomainRequest as RedeemRegisteredDomainRequest, type index_d$2_RedeemRegisteredDomainResponse as RedeemRegisteredDomainResponse, type index_d$2_RedeemRegisteredDomainResponseNonNullableFields as RedeemRegisteredDomainResponseNonNullableFields, type index_d$2_RedirectAssignmentInfo as RedirectAssignmentInfo, type index_d$2_RegisteredDomain as RegisteredDomain, type index_d$2_RegisteredDomainStatusInfoOneOf as RegisteredDomainStatusInfoOneOf, type index_d$2_RestoreInfo as RestoreInfo, type index_d$2_SiteInfo as SiteInfo, type index_d$2_SiteInfoAssignmentInfoOneOf as SiteInfoAssignmentInfoOneOf, index_d$2_Status as Status, index_d$2_WebhookIdentityType as WebhookIdentityType, __metadata$2 as __metadata, index_d$2_createRegisteredDomain as createRegisteredDomain, index_d$2_getRegisteredDomain as getRegisteredDomain, index_d$2_listRegisteredDomains as listRegisteredDomains, index_d$2_redeemRegisteredDomain as redeemRegisteredDomain };
|
|
2091
2094
|
}
|
|
2092
2095
|
|
|
2093
2096
|
interface DomainAvailability {
|
|
@@ -2164,13 +2167,13 @@ interface SuggestDomainsRequest {
|
|
|
2164
2167
|
* Min: `1`
|
|
2165
2168
|
* Max: `20`
|
|
2166
2169
|
* Default: `10`
|
|
2167
|
-
* Note: limit field is deprecated from Aug 1, 2024, use `paging.limit` instead
|
|
2170
|
+
* Note: limit field is deprecated from Aug 1, 2024, use `paging.limit` instead.
|
|
2168
2171
|
* @deprecated Number of domain suggestions to return.
|
|
2169
2172
|
*
|
|
2170
2173
|
* Min: `1`
|
|
2171
2174
|
* Max: `20`
|
|
2172
2175
|
* Default: `10`
|
|
2173
|
-
* Note: limit field is deprecated from Aug 1, 2024, use `paging.limit` instead
|
|
2176
|
+
* Note: limit field is deprecated from Aug 1, 2024, use `paging.limit` instead.
|
|
2174
2177
|
* @replacedBy paging.limit
|
|
2175
2178
|
* @targetRemovalDate 2025-03-01
|
|
2176
2179
|
*/
|
|
@@ -2204,7 +2207,7 @@ interface SuggestDomainsResponse {
|
|
|
2204
2207
|
interface CursorPagingMetadata {
|
|
2205
2208
|
/** Number of domains returned in the response. */
|
|
2206
2209
|
count?: number | null;
|
|
2207
|
-
/**
|
|
2210
|
+
/** Cursors to navigate through the result pages using `next` and `prev`. Returned if cursor paging is used. */
|
|
2208
2211
|
cursors?: Cursors;
|
|
2209
2212
|
/**
|
|
2210
2213
|
* Indicates if there are more results after the current page.
|
|
@@ -2241,13 +2244,13 @@ interface SuggestDomainsOptions {
|
|
|
2241
2244
|
* Min: `1`
|
|
2242
2245
|
* Max: `20`
|
|
2243
2246
|
* Default: `10`
|
|
2244
|
-
* Note: limit field is deprecated from Aug 1, 2024, use `paging.limit` instead
|
|
2247
|
+
* Note: limit field is deprecated from Aug 1, 2024, use `paging.limit` instead.
|
|
2245
2248
|
* @deprecated Number of domain suggestions to return.
|
|
2246
2249
|
*
|
|
2247
2250
|
* Min: `1`
|
|
2248
2251
|
* Max: `20`
|
|
2249
2252
|
* Default: `10`
|
|
2250
|
-
* Note: limit field is deprecated from Aug 1, 2024, use `paging.limit` instead
|
|
2253
|
+
* Note: limit field is deprecated from Aug 1, 2024, use `paging.limit` instead.
|
|
2251
2254
|
* @replacedBy paging.limit
|
|
2252
2255
|
* @targetRemovalDate 2025-03-01
|
|
2253
2256
|
*/
|
|
@@ -152,7 +152,7 @@ interface ListConnectedDomainsResponse$1 {
|
|
|
152
152
|
interface CursorPagingMetadata$5 {
|
|
153
153
|
/** Number of domains returned in the response. */
|
|
154
154
|
count?: number | null;
|
|
155
|
-
/**
|
|
155
|
+
/** Cursors to navigate through the result pages using `next` and `prev`. Returned if cursor paging is used. */
|
|
156
156
|
cursors?: Cursors$5;
|
|
157
157
|
/**
|
|
158
158
|
* Indicates if there are more results after the current page.
|
|
@@ -367,7 +367,7 @@ interface ListConnectedDomainsResponse {
|
|
|
367
367
|
interface CursorPagingMetadata$4 {
|
|
368
368
|
/** Number of domains returned in the response. */
|
|
369
369
|
count?: number | null;
|
|
370
|
-
/**
|
|
370
|
+
/** Cursors to navigate through the result pages using `next` and `prev`. Returned if cursor paging is used. */
|
|
371
371
|
cursors?: Cursors$4;
|
|
372
372
|
/**
|
|
373
373
|
* Indicates if there are more results after the current page.
|
|
@@ -1642,7 +1642,7 @@ interface ListRegisteredDomainsResponse$1 {
|
|
|
1642
1642
|
interface CursorPagingMetadata$3 {
|
|
1643
1643
|
/** Number of domains returned in the response. */
|
|
1644
1644
|
count?: number | null;
|
|
1645
|
-
/**
|
|
1645
|
+
/** Cursors to navigate through the result pages using `next` and `prev`. Returned if cursor paging is used. */
|
|
1646
1646
|
cursors?: Cursors$3;
|
|
1647
1647
|
/**
|
|
1648
1648
|
* Indicates if there are more results after the current page.
|
|
@@ -2354,7 +2354,7 @@ interface ListRegisteredDomainsResponse {
|
|
|
2354
2354
|
interface CursorPagingMetadata$2 {
|
|
2355
2355
|
/** Number of domains returned in the response. */
|
|
2356
2356
|
count?: number | null;
|
|
2357
|
-
/**
|
|
2357
|
+
/** Cursors to navigate through the result pages using `next` and `prev`. Returned if cursor paging is used. */
|
|
2358
2358
|
cursors?: Cursors$2;
|
|
2359
2359
|
/**
|
|
2360
2360
|
* Indicates if there are more results after the current page.
|
|
@@ -2764,13 +2764,13 @@ interface SuggestDomainsRequest$1 {
|
|
|
2764
2764
|
* Min: `1`
|
|
2765
2765
|
* Max: `20`
|
|
2766
2766
|
* Default: `10`
|
|
2767
|
-
* Note: limit field is deprecated from Aug 1, 2024, use `paging.limit` instead
|
|
2767
|
+
* Note: limit field is deprecated from Aug 1, 2024, use `paging.limit` instead.
|
|
2768
2768
|
* @deprecated Number of domain suggestions to return.
|
|
2769
2769
|
*
|
|
2770
2770
|
* Min: `1`
|
|
2771
2771
|
* Max: `20`
|
|
2772
2772
|
* Default: `10`
|
|
2773
|
-
* Note: limit field is deprecated from Aug 1, 2024, use `paging.limit` instead
|
|
2773
|
+
* Note: limit field is deprecated from Aug 1, 2024, use `paging.limit` instead.
|
|
2774
2774
|
* @replacedBy paging.limit
|
|
2775
2775
|
* @targetRemovalDate 2025-03-01
|
|
2776
2776
|
*/
|
|
@@ -2804,7 +2804,7 @@ interface SuggestDomainsResponse$1 {
|
|
|
2804
2804
|
interface CursorPagingMetadata$1 {
|
|
2805
2805
|
/** Number of domains returned in the response. */
|
|
2806
2806
|
count?: number | null;
|
|
2807
|
-
/**
|
|
2807
|
+
/** Cursors to navigate through the result pages using `next` and `prev`. Returned if cursor paging is used. */
|
|
2808
2808
|
cursors?: Cursors$1;
|
|
2809
2809
|
/**
|
|
2810
2810
|
* Indicates if there are more results after the current page.
|
|
@@ -2854,13 +2854,13 @@ interface SuggestDomainsRequest {
|
|
|
2854
2854
|
* Min: `1`
|
|
2855
2855
|
* Max: `20`
|
|
2856
2856
|
* Default: `10`
|
|
2857
|
-
* Note: limit field is deprecated from Aug 1, 2024, use `paging.limit` instead
|
|
2857
|
+
* Note: limit field is deprecated from Aug 1, 2024, use `paging.limit` instead.
|
|
2858
2858
|
* @deprecated Number of domain suggestions to return.
|
|
2859
2859
|
*
|
|
2860
2860
|
* Min: `1`
|
|
2861
2861
|
* Max: `20`
|
|
2862
2862
|
* Default: `10`
|
|
2863
|
-
* Note: limit field is deprecated from Aug 1, 2024, use `paging.limit` instead
|
|
2863
|
+
* Note: limit field is deprecated from Aug 1, 2024, use `paging.limit` instead.
|
|
2864
2864
|
* @replacedBy paging.limit
|
|
2865
2865
|
* @targetRemovalDate 2025-03-01
|
|
2866
2866
|
*/
|
|
@@ -2894,7 +2894,7 @@ interface SuggestDomainsResponse {
|
|
|
2894
2894
|
interface CursorPagingMetadata {
|
|
2895
2895
|
/** Number of domains returned in the response. */
|
|
2896
2896
|
count?: number | null;
|
|
2897
|
-
/**
|
|
2897
|
+
/** Cursors to navigate through the result pages using `next` and `prev`. Returned if cursor paging is used. */
|
|
2898
2898
|
cursors?: Cursors;
|
|
2899
2899
|
/**
|
|
2900
2900
|
* Indicates if there are more results after the current page.
|