@xyo-network/xns-record-payload-plugins 3.2.0-rc.2 → 3.2.0-rc.3
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/dist/browser/Address/Payload.d.ts +1 -1
- package/dist/browser/DNS/Witness/Payload/Request.d.ts +1 -1
- package/dist/browser/Domain/Domain.d.ts +2 -2
- package/dist/browser/Domain/DomainLease.d.ts +2 -2
- package/dist/browser/DomainRegistration/DomainRegistration.d.ts +2 -2
- package/dist/browser/DomainRegistration/DomainRegistrationLease.d.ts +3 -3
- package/dist/browser/Hash/Payload.d.ts +1 -1
- package/dist/browser/diviner/DomainLeaseEstimateDiviner/ErrorDetails/Payload.d.ts +2 -2
- package/dist/neutral/Address/Payload.d.ts +1 -1
- package/dist/neutral/DNS/Witness/Payload/Request.d.ts +1 -1
- package/dist/neutral/Domain/Domain.d.ts +2 -2
- package/dist/neutral/Domain/DomainLease.d.ts +2 -2
- package/dist/neutral/DomainRegistration/DomainRegistration.d.ts +2 -2
- package/dist/neutral/DomainRegistration/DomainRegistrationLease.d.ts +3 -3
- package/dist/neutral/Hash/Payload.d.ts +1 -1
- package/dist/neutral/diviner/DomainLeaseEstimateDiviner/ErrorDetails/Payload.d.ts +2 -2
- package/dist/node/Address/Payload.d.ts +1 -1
- package/dist/node/DNS/Witness/Payload/Request.d.ts +1 -1
- package/dist/node/Domain/Domain.d.ts +2 -2
- package/dist/node/Domain/DomainLease.d.ts +2 -2
- package/dist/node/DomainRegistration/DomainRegistration.d.ts +2 -2
- package/dist/node/DomainRegistration/DomainRegistrationLease.d.ts +3 -3
- package/dist/node/Hash/Payload.d.ts +1 -1
- package/dist/node/diviner/DomainLeaseEstimateDiviner/ErrorDetails/Payload.d.ts +2 -2
- package/package.json +14 -14
|
@@ -13,7 +13,7 @@ export interface AddressRecordFields extends DomainFields {
|
|
|
13
13
|
* An address record points a domain to an address
|
|
14
14
|
*/
|
|
15
15
|
export type AddressRecord = Payload<AddressRecordFields, AddressRecordSchema>;
|
|
16
|
-
export declare const isAddressRecord: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.
|
|
16
|
+
export declare const isAddressRecord: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
17
17
|
schema: "network.xyo.ns.record.address";
|
|
18
18
|
address: Lowercase<string>[];
|
|
19
19
|
domain: string;
|
|
@@ -12,7 +12,7 @@ export declare const isDNSRequest: (x?: unknown | null) => x is DNSRequest;
|
|
|
12
12
|
/**
|
|
13
13
|
* Identity function for determining if an object is a DNSRequest payload with sources
|
|
14
14
|
*/
|
|
15
|
-
export declare const isDNSRequestWithSources: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.
|
|
15
|
+
export declare const isDNSRequestWithSources: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
16
16
|
schema: "network.xyo.dns";
|
|
17
17
|
Question: {
|
|
18
18
|
name: string;
|
|
@@ -25,7 +25,7 @@ export type Domain = Payload<DomainFields, DomainSchema>;
|
|
|
25
25
|
/**
|
|
26
26
|
* Identity function for Domain payload
|
|
27
27
|
*/
|
|
28
|
-
export declare const isDomain: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.
|
|
28
|
+
export declare const isDomain: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
29
29
|
schema: "network.xyo.ns.domain";
|
|
30
30
|
domain: string;
|
|
31
31
|
tld: TopLevelDomain;
|
|
@@ -33,7 +33,7 @@ export declare const isDomain: (x?: unknown | null) => x is import(".store/@xyla
|
|
|
33
33
|
/**
|
|
34
34
|
* Identity function for Domain payload with sources
|
|
35
35
|
*/
|
|
36
|
-
export declare const isDomainWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.
|
|
36
|
+
export declare const isDomainWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
37
37
|
schema: "network.xyo.ns.domain";
|
|
38
38
|
domain: string;
|
|
39
39
|
tld: TopLevelDomain;
|
|
@@ -15,7 +15,7 @@ export type DomainLease = Payload<DomainLeaseFields, DomainLeaseSchema>;
|
|
|
15
15
|
/**
|
|
16
16
|
* Identity function for DomainLease payload
|
|
17
17
|
*/
|
|
18
|
-
export declare const isDomainLease: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.
|
|
18
|
+
export declare const isDomainLease: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
19
19
|
schema: "network.xyo.ns.domain.lease";
|
|
20
20
|
domain: string;
|
|
21
21
|
tld: import("./Domain.ts").TopLevelDomain;
|
|
@@ -25,7 +25,7 @@ export declare const isDomainLease: (x?: unknown | null) => x is import(".store/
|
|
|
25
25
|
/**
|
|
26
26
|
* Identity function for DomainLease payload with sources
|
|
27
27
|
*/
|
|
28
|
-
export declare const isDomainLeaseWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.
|
|
28
|
+
export declare const isDomainLeaseWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
29
29
|
schema: "network.xyo.ns.domain.lease";
|
|
30
30
|
domain: string;
|
|
31
31
|
tld: import("./Domain.ts").TopLevelDomain;
|
|
@@ -20,7 +20,7 @@ export type DomainRegistration = Payload<DomainRegistrationFields, DomainRegistr
|
|
|
20
20
|
/**
|
|
21
21
|
* Identity function for DomainRegistration payload
|
|
22
22
|
*/
|
|
23
|
-
export declare const isDomainRegistration: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.
|
|
23
|
+
export declare const isDomainRegistration: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
24
24
|
schema: "network.xyo.ns.domain.registration";
|
|
25
25
|
registrant: Lowercase<string>[];
|
|
26
26
|
registrar: Lowercase<string>[];
|
|
@@ -30,7 +30,7 @@ export declare const isDomainRegistration: (x?: unknown | null) => x is import("
|
|
|
30
30
|
/**
|
|
31
31
|
* Identity function for DomainRegistration payload with sources
|
|
32
32
|
*/
|
|
33
|
-
export declare const isDomainRegistrationWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.
|
|
33
|
+
export declare const isDomainRegistrationWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
34
34
|
schema: "network.xyo.ns.domain.registration";
|
|
35
35
|
registrant: Lowercase<string>[];
|
|
36
36
|
registrar: Lowercase<string>[];
|
|
@@ -12,7 +12,7 @@ export type DomainRegistrationLease = Payload<DomainRegistrationLeaseFields, Dom
|
|
|
12
12
|
/**
|
|
13
13
|
* Identity function for DomainRegistrationLease payload
|
|
14
14
|
*/
|
|
15
|
-
export declare const isDomainRegistrationLease: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.
|
|
15
|
+
export declare const isDomainRegistrationLease: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
16
16
|
schema: "network.xyo.ns.domain.registration.lease";
|
|
17
17
|
registrant: Lowercase<string>[];
|
|
18
18
|
registrar: Lowercase<string>[];
|
|
@@ -24,7 +24,7 @@ export declare const isDomainRegistrationLease: (x?: unknown | null) => x is imp
|
|
|
24
24
|
/**
|
|
25
25
|
* Identity function for DomainRegistrationLease payload with sources
|
|
26
26
|
*/
|
|
27
|
-
export declare const isDomainRegistrationLeaseWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.
|
|
27
|
+
export declare const isDomainRegistrationLeaseWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
28
28
|
schema: "network.xyo.ns.domain.registration.lease";
|
|
29
29
|
registrant: Lowercase<string>[];
|
|
30
30
|
registrar: Lowercase<string>[];
|
|
@@ -36,7 +36,7 @@ export declare const isDomainRegistrationLeaseWithSources: (x?: unknown | null)
|
|
|
36
36
|
/**
|
|
37
37
|
* @deprecated Use isDomainRegistrationLeaseWithSources instead
|
|
38
38
|
*/
|
|
39
|
-
export declare const isDomainRegistrationLeaseSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.
|
|
39
|
+
export declare const isDomainRegistrationLeaseSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
40
40
|
schema: "network.xyo.ns.domain.registration.lease";
|
|
41
41
|
registrant: Lowercase<string>[];
|
|
42
42
|
registrar: Lowercase<string>[];
|
|
@@ -13,7 +13,7 @@ export interface HashRecordFields extends DomainFields {
|
|
|
13
13
|
* An hash record points a domain to an hash
|
|
14
14
|
*/
|
|
15
15
|
export type HashRecord = Payload<HashRecordFields, HashRecordSchema>;
|
|
16
|
-
export declare const isHashRecord: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.
|
|
16
|
+
export declare const isHashRecord: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
17
17
|
schema: "network.xyo.ns.record.hash";
|
|
18
18
|
hash: Lowercase<string>[];
|
|
19
19
|
domain: string;
|
|
@@ -25,7 +25,7 @@ export type DomainLeaseEstimateDivinerValidationErrorDetails<TErrorCode extends
|
|
|
25
25
|
/**
|
|
26
26
|
* Identity function for DomainLeaseEstimateDivinerValidationErrorDetails payload
|
|
27
27
|
*/
|
|
28
|
-
export declare const isDomainLeaseEstimateDivinerValidationErrorDetails: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.
|
|
28
|
+
export declare const isDomainLeaseEstimateDivinerValidationErrorDetails: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
29
29
|
[x: string]: any;
|
|
30
30
|
schema: "network.xyo.diviner.ns.domain.registration.lease.estimate.validation.error.details";
|
|
31
31
|
code: string;
|
|
@@ -39,7 +39,7 @@ export declare const isDomainLeaseEstimateDivinerValidationErrorDetails: (x?: un
|
|
|
39
39
|
/**
|
|
40
40
|
* Identity function for DomainLeaseEstimateDivinerValidationErrorDetails payload with sources
|
|
41
41
|
*/
|
|
42
|
-
export declare const isDomainLeaseEstimateDivinerValidationErrorDetailsWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.
|
|
42
|
+
export declare const isDomainLeaseEstimateDivinerValidationErrorDetailsWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
43
43
|
[x: string]: any;
|
|
44
44
|
schema: "network.xyo.diviner.ns.domain.registration.lease.estimate.validation.error.details";
|
|
45
45
|
code: string;
|
|
@@ -13,7 +13,7 @@ export interface AddressRecordFields extends DomainFields {
|
|
|
13
13
|
* An address record points a domain to an address
|
|
14
14
|
*/
|
|
15
15
|
export type AddressRecord = Payload<AddressRecordFields, AddressRecordSchema>;
|
|
16
|
-
export declare const isAddressRecord: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.
|
|
16
|
+
export declare const isAddressRecord: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
17
17
|
schema: "network.xyo.ns.record.address";
|
|
18
18
|
address: Lowercase<string>[];
|
|
19
19
|
domain: string;
|
|
@@ -12,7 +12,7 @@ export declare const isDNSRequest: (x?: unknown | null) => x is DNSRequest;
|
|
|
12
12
|
/**
|
|
13
13
|
* Identity function for determining if an object is a DNSRequest payload with sources
|
|
14
14
|
*/
|
|
15
|
-
export declare const isDNSRequestWithSources: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.
|
|
15
|
+
export declare const isDNSRequestWithSources: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
16
16
|
schema: "network.xyo.dns";
|
|
17
17
|
Question: {
|
|
18
18
|
name: string;
|
|
@@ -25,7 +25,7 @@ export type Domain = Payload<DomainFields, DomainSchema>;
|
|
|
25
25
|
/**
|
|
26
26
|
* Identity function for Domain payload
|
|
27
27
|
*/
|
|
28
|
-
export declare const isDomain: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.
|
|
28
|
+
export declare const isDomain: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
29
29
|
schema: "network.xyo.ns.domain";
|
|
30
30
|
domain: string;
|
|
31
31
|
tld: TopLevelDomain;
|
|
@@ -33,7 +33,7 @@ export declare const isDomain: (x?: unknown | null) => x is import(".store/@xyla
|
|
|
33
33
|
/**
|
|
34
34
|
* Identity function for Domain payload with sources
|
|
35
35
|
*/
|
|
36
|
-
export declare const isDomainWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.
|
|
36
|
+
export declare const isDomainWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
37
37
|
schema: "network.xyo.ns.domain";
|
|
38
38
|
domain: string;
|
|
39
39
|
tld: TopLevelDomain;
|
|
@@ -15,7 +15,7 @@ export type DomainLease = Payload<DomainLeaseFields, DomainLeaseSchema>;
|
|
|
15
15
|
/**
|
|
16
16
|
* Identity function for DomainLease payload
|
|
17
17
|
*/
|
|
18
|
-
export declare const isDomainLease: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.
|
|
18
|
+
export declare const isDomainLease: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
19
19
|
schema: "network.xyo.ns.domain.lease";
|
|
20
20
|
domain: string;
|
|
21
21
|
tld: import("./Domain.ts").TopLevelDomain;
|
|
@@ -25,7 +25,7 @@ export declare const isDomainLease: (x?: unknown | null) => x is import(".store/
|
|
|
25
25
|
/**
|
|
26
26
|
* Identity function for DomainLease payload with sources
|
|
27
27
|
*/
|
|
28
|
-
export declare const isDomainLeaseWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.
|
|
28
|
+
export declare const isDomainLeaseWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
29
29
|
schema: "network.xyo.ns.domain.lease";
|
|
30
30
|
domain: string;
|
|
31
31
|
tld: import("./Domain.ts").TopLevelDomain;
|
|
@@ -20,7 +20,7 @@ export type DomainRegistration = Payload<DomainRegistrationFields, DomainRegistr
|
|
|
20
20
|
/**
|
|
21
21
|
* Identity function for DomainRegistration payload
|
|
22
22
|
*/
|
|
23
|
-
export declare const isDomainRegistration: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.
|
|
23
|
+
export declare const isDomainRegistration: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
24
24
|
schema: "network.xyo.ns.domain.registration";
|
|
25
25
|
registrant: Lowercase<string>[];
|
|
26
26
|
registrar: Lowercase<string>[];
|
|
@@ -30,7 +30,7 @@ export declare const isDomainRegistration: (x?: unknown | null) => x is import("
|
|
|
30
30
|
/**
|
|
31
31
|
* Identity function for DomainRegistration payload with sources
|
|
32
32
|
*/
|
|
33
|
-
export declare const isDomainRegistrationWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.
|
|
33
|
+
export declare const isDomainRegistrationWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
34
34
|
schema: "network.xyo.ns.domain.registration";
|
|
35
35
|
registrant: Lowercase<string>[];
|
|
36
36
|
registrar: Lowercase<string>[];
|
|
@@ -12,7 +12,7 @@ export type DomainRegistrationLease = Payload<DomainRegistrationLeaseFields, Dom
|
|
|
12
12
|
/**
|
|
13
13
|
* Identity function for DomainRegistrationLease payload
|
|
14
14
|
*/
|
|
15
|
-
export declare const isDomainRegistrationLease: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.
|
|
15
|
+
export declare const isDomainRegistrationLease: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
16
16
|
schema: "network.xyo.ns.domain.registration.lease";
|
|
17
17
|
registrant: Lowercase<string>[];
|
|
18
18
|
registrar: Lowercase<string>[];
|
|
@@ -24,7 +24,7 @@ export declare const isDomainRegistrationLease: (x?: unknown | null) => x is imp
|
|
|
24
24
|
/**
|
|
25
25
|
* Identity function for DomainRegistrationLease payload with sources
|
|
26
26
|
*/
|
|
27
|
-
export declare const isDomainRegistrationLeaseWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.
|
|
27
|
+
export declare const isDomainRegistrationLeaseWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
28
28
|
schema: "network.xyo.ns.domain.registration.lease";
|
|
29
29
|
registrant: Lowercase<string>[];
|
|
30
30
|
registrar: Lowercase<string>[];
|
|
@@ -36,7 +36,7 @@ export declare const isDomainRegistrationLeaseWithSources: (x?: unknown | null)
|
|
|
36
36
|
/**
|
|
37
37
|
* @deprecated Use isDomainRegistrationLeaseWithSources instead
|
|
38
38
|
*/
|
|
39
|
-
export declare const isDomainRegistrationLeaseSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.
|
|
39
|
+
export declare const isDomainRegistrationLeaseSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
40
40
|
schema: "network.xyo.ns.domain.registration.lease";
|
|
41
41
|
registrant: Lowercase<string>[];
|
|
42
42
|
registrar: Lowercase<string>[];
|
|
@@ -13,7 +13,7 @@ export interface HashRecordFields extends DomainFields {
|
|
|
13
13
|
* An hash record points a domain to an hash
|
|
14
14
|
*/
|
|
15
15
|
export type HashRecord = Payload<HashRecordFields, HashRecordSchema>;
|
|
16
|
-
export declare const isHashRecord: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.
|
|
16
|
+
export declare const isHashRecord: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
17
17
|
schema: "network.xyo.ns.record.hash";
|
|
18
18
|
hash: Lowercase<string>[];
|
|
19
19
|
domain: string;
|
|
@@ -25,7 +25,7 @@ export type DomainLeaseEstimateDivinerValidationErrorDetails<TErrorCode extends
|
|
|
25
25
|
/**
|
|
26
26
|
* Identity function for DomainLeaseEstimateDivinerValidationErrorDetails payload
|
|
27
27
|
*/
|
|
28
|
-
export declare const isDomainLeaseEstimateDivinerValidationErrorDetails: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.
|
|
28
|
+
export declare const isDomainLeaseEstimateDivinerValidationErrorDetails: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
29
29
|
[x: string]: any;
|
|
30
30
|
schema: "network.xyo.diviner.ns.domain.registration.lease.estimate.validation.error.details";
|
|
31
31
|
code: string;
|
|
@@ -39,7 +39,7 @@ export declare const isDomainLeaseEstimateDivinerValidationErrorDetails: (x?: un
|
|
|
39
39
|
/**
|
|
40
40
|
* Identity function for DomainLeaseEstimateDivinerValidationErrorDetails payload with sources
|
|
41
41
|
*/
|
|
42
|
-
export declare const isDomainLeaseEstimateDivinerValidationErrorDetailsWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.
|
|
42
|
+
export declare const isDomainLeaseEstimateDivinerValidationErrorDetailsWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
43
43
|
[x: string]: any;
|
|
44
44
|
schema: "network.xyo.diviner.ns.domain.registration.lease.estimate.validation.error.details";
|
|
45
45
|
code: string;
|
|
@@ -13,7 +13,7 @@ export interface AddressRecordFields extends DomainFields {
|
|
|
13
13
|
* An address record points a domain to an address
|
|
14
14
|
*/
|
|
15
15
|
export type AddressRecord = Payload<AddressRecordFields, AddressRecordSchema>;
|
|
16
|
-
export declare const isAddressRecord: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.
|
|
16
|
+
export declare const isAddressRecord: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
17
17
|
schema: "network.xyo.ns.record.address";
|
|
18
18
|
address: Lowercase<string>[];
|
|
19
19
|
domain: string;
|
|
@@ -12,7 +12,7 @@ export declare const isDNSRequest: (x?: unknown | null) => x is DNSRequest;
|
|
|
12
12
|
/**
|
|
13
13
|
* Identity function for determining if an object is a DNSRequest payload with sources
|
|
14
14
|
*/
|
|
15
|
-
export declare const isDNSRequestWithSources: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.
|
|
15
|
+
export declare const isDNSRequestWithSources: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
16
16
|
schema: "network.xyo.dns";
|
|
17
17
|
Question: {
|
|
18
18
|
name: string;
|
|
@@ -25,7 +25,7 @@ export type Domain = Payload<DomainFields, DomainSchema>;
|
|
|
25
25
|
/**
|
|
26
26
|
* Identity function for Domain payload
|
|
27
27
|
*/
|
|
28
|
-
export declare const isDomain: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.
|
|
28
|
+
export declare const isDomain: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
29
29
|
schema: "network.xyo.ns.domain";
|
|
30
30
|
domain: string;
|
|
31
31
|
tld: TopLevelDomain;
|
|
@@ -33,7 +33,7 @@ export declare const isDomain: (x?: unknown | null) => x is import(".store/@xyla
|
|
|
33
33
|
/**
|
|
34
34
|
* Identity function for Domain payload with sources
|
|
35
35
|
*/
|
|
36
|
-
export declare const isDomainWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.
|
|
36
|
+
export declare const isDomainWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
37
37
|
schema: "network.xyo.ns.domain";
|
|
38
38
|
domain: string;
|
|
39
39
|
tld: TopLevelDomain;
|
|
@@ -15,7 +15,7 @@ export type DomainLease = Payload<DomainLeaseFields, DomainLeaseSchema>;
|
|
|
15
15
|
/**
|
|
16
16
|
* Identity function for DomainLease payload
|
|
17
17
|
*/
|
|
18
|
-
export declare const isDomainLease: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.
|
|
18
|
+
export declare const isDomainLease: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
19
19
|
schema: "network.xyo.ns.domain.lease";
|
|
20
20
|
domain: string;
|
|
21
21
|
tld: import("./Domain.ts").TopLevelDomain;
|
|
@@ -25,7 +25,7 @@ export declare const isDomainLease: (x?: unknown | null) => x is import(".store/
|
|
|
25
25
|
/**
|
|
26
26
|
* Identity function for DomainLease payload with sources
|
|
27
27
|
*/
|
|
28
|
-
export declare const isDomainLeaseWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.
|
|
28
|
+
export declare const isDomainLeaseWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
29
29
|
schema: "network.xyo.ns.domain.lease";
|
|
30
30
|
domain: string;
|
|
31
31
|
tld: import("./Domain.ts").TopLevelDomain;
|
|
@@ -20,7 +20,7 @@ export type DomainRegistration = Payload<DomainRegistrationFields, DomainRegistr
|
|
|
20
20
|
/**
|
|
21
21
|
* Identity function for DomainRegistration payload
|
|
22
22
|
*/
|
|
23
|
-
export declare const isDomainRegistration: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.
|
|
23
|
+
export declare const isDomainRegistration: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
24
24
|
schema: "network.xyo.ns.domain.registration";
|
|
25
25
|
registrant: Lowercase<string>[];
|
|
26
26
|
registrar: Lowercase<string>[];
|
|
@@ -30,7 +30,7 @@ export declare const isDomainRegistration: (x?: unknown | null) => x is import("
|
|
|
30
30
|
/**
|
|
31
31
|
* Identity function for DomainRegistration payload with sources
|
|
32
32
|
*/
|
|
33
|
-
export declare const isDomainRegistrationWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.
|
|
33
|
+
export declare const isDomainRegistrationWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
34
34
|
schema: "network.xyo.ns.domain.registration";
|
|
35
35
|
registrant: Lowercase<string>[];
|
|
36
36
|
registrar: Lowercase<string>[];
|
|
@@ -12,7 +12,7 @@ export type DomainRegistrationLease = Payload<DomainRegistrationLeaseFields, Dom
|
|
|
12
12
|
/**
|
|
13
13
|
* Identity function for DomainRegistrationLease payload
|
|
14
14
|
*/
|
|
15
|
-
export declare const isDomainRegistrationLease: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.
|
|
15
|
+
export declare const isDomainRegistrationLease: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
16
16
|
schema: "network.xyo.ns.domain.registration.lease";
|
|
17
17
|
registrant: Lowercase<string>[];
|
|
18
18
|
registrar: Lowercase<string>[];
|
|
@@ -24,7 +24,7 @@ export declare const isDomainRegistrationLease: (x?: unknown | null) => x is imp
|
|
|
24
24
|
/**
|
|
25
25
|
* Identity function for DomainRegistrationLease payload with sources
|
|
26
26
|
*/
|
|
27
|
-
export declare const isDomainRegistrationLeaseWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.
|
|
27
|
+
export declare const isDomainRegistrationLeaseWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
28
28
|
schema: "network.xyo.ns.domain.registration.lease";
|
|
29
29
|
registrant: Lowercase<string>[];
|
|
30
30
|
registrar: Lowercase<string>[];
|
|
@@ -36,7 +36,7 @@ export declare const isDomainRegistrationLeaseWithSources: (x?: unknown | null)
|
|
|
36
36
|
/**
|
|
37
37
|
* @deprecated Use isDomainRegistrationLeaseWithSources instead
|
|
38
38
|
*/
|
|
39
|
-
export declare const isDomainRegistrationLeaseSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.
|
|
39
|
+
export declare const isDomainRegistrationLeaseSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
40
40
|
schema: "network.xyo.ns.domain.registration.lease";
|
|
41
41
|
registrant: Lowercase<string>[];
|
|
42
42
|
registrar: Lowercase<string>[];
|
|
@@ -13,7 +13,7 @@ export interface HashRecordFields extends DomainFields {
|
|
|
13
13
|
* An hash record points a domain to an hash
|
|
14
14
|
*/
|
|
15
15
|
export type HashRecord = Payload<HashRecordFields, HashRecordSchema>;
|
|
16
|
-
export declare const isHashRecord: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.
|
|
16
|
+
export declare const isHashRecord: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
17
17
|
schema: "network.xyo.ns.record.hash";
|
|
18
18
|
hash: Lowercase<string>[];
|
|
19
19
|
domain: string;
|
|
@@ -25,7 +25,7 @@ export type DomainLeaseEstimateDivinerValidationErrorDetails<TErrorCode extends
|
|
|
25
25
|
/**
|
|
26
26
|
* Identity function for DomainLeaseEstimateDivinerValidationErrorDetails payload
|
|
27
27
|
*/
|
|
28
|
-
export declare const isDomainLeaseEstimateDivinerValidationErrorDetails: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.
|
|
28
|
+
export declare const isDomainLeaseEstimateDivinerValidationErrorDetails: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
29
29
|
[x: string]: any;
|
|
30
30
|
schema: "network.xyo.diviner.ns.domain.registration.lease.estimate.validation.error.details";
|
|
31
31
|
code: string;
|
|
@@ -39,7 +39,7 @@ export declare const isDomainLeaseEstimateDivinerValidationErrorDetails: (x?: un
|
|
|
39
39
|
/**
|
|
40
40
|
* Identity function for DomainLeaseEstimateDivinerValidationErrorDetails payload with sources
|
|
41
41
|
*/
|
|
42
|
-
export declare const isDomainLeaseEstimateDivinerValidationErrorDetailsWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.
|
|
42
|
+
export declare const isDomainLeaseEstimateDivinerValidationErrorDetailsWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
43
43
|
[x: string]: any;
|
|
44
44
|
schema: "network.xyo.diviner.ns.domain.registration.lease.estimate.validation.error.details";
|
|
45
45
|
code: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/xns-record-payload-plugins",
|
|
3
|
-
"version": "3.2.0-rc.
|
|
3
|
+
"version": "3.2.0-rc.3",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -29,23 +29,23 @@
|
|
|
29
29
|
"module": "dist/neutral/index.mjs",
|
|
30
30
|
"types": "dist/neutral/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@xylabs/exists": "^4.4.
|
|
33
|
-
"@xylabs/hex": "^4.4.
|
|
34
|
-
"@xyo-network/boundwitness-model": "^3.6.0-rc.
|
|
35
|
-
"@xyo-network/boundwitness-validator": "^3.6.0-rc.
|
|
36
|
-
"@xyo-network/diviner-hash-lease": "^3.6.0-rc.
|
|
37
|
-
"@xyo-network/module-model": "^3.6.0-rc.
|
|
38
|
-
"@xyo-network/payload-builder": "^3.6.0-rc.
|
|
39
|
-
"@xyo-network/payload-model": "^3.6.0-rc.
|
|
40
|
-
"@xyo-network/witness-model": "^3.6.0-rc.
|
|
32
|
+
"@xylabs/exists": "^4.4.25",
|
|
33
|
+
"@xylabs/hex": "^4.4.25",
|
|
34
|
+
"@xyo-network/boundwitness-model": "^3.6.0-rc.13",
|
|
35
|
+
"@xyo-network/boundwitness-validator": "^3.6.0-rc.13",
|
|
36
|
+
"@xyo-network/diviner-hash-lease": "^3.6.0-rc.13",
|
|
37
|
+
"@xyo-network/module-model": "^3.6.0-rc.13",
|
|
38
|
+
"@xyo-network/payload-builder": "^3.6.0-rc.13",
|
|
39
|
+
"@xyo-network/payload-model": "^3.6.0-rc.13",
|
|
40
|
+
"@xyo-network/witness-model": "^3.6.0-rc.13"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@xylabs/ts-scripts-yarn3": "^4.2.6",
|
|
44
44
|
"@xylabs/tsconfig": "^4.2.6",
|
|
45
|
-
"@xylabs/vitest-extended": "^4.4.
|
|
46
|
-
"@xylabs/vitest-matchers": "^4.4.
|
|
47
|
-
"@xyo-network/account": "^3.6.0-rc.
|
|
48
|
-
"@xyo-network/boundwitness-builder": "^3.6.0-rc.
|
|
45
|
+
"@xylabs/vitest-extended": "^4.4.25",
|
|
46
|
+
"@xylabs/vitest-matchers": "^4.4.25",
|
|
47
|
+
"@xyo-network/account": "^3.6.0-rc.13",
|
|
48
|
+
"@xyo-network/boundwitness-builder": "^3.6.0-rc.13",
|
|
49
49
|
"typescript": "^5.7.2",
|
|
50
50
|
"vitest": "^2.1.8"
|
|
51
51
|
},
|