@xyo-network/boundwitness-model
Advanced tools
Comparing version 2.110.16 to 2.110.17
import { Address, Hash, Hex } from '@xylabs/hex'; | ||
import { EmptyObject } from '@xylabs/object'; | ||
import { Payload, Schema } from '@xyo-network/payload-model'; | ||
import { BoundWitnessSchema } from './BoundWitnessSchema.js'; | ||
import { BoundWitnessSchema } from './BoundWitnessSchema.ts'; | ||
export type BoundWitnessFields = { | ||
@@ -6,0 +6,0 @@ $meta: { |
@@ -1,4 +0,4 @@ | ||
export * from './BoundWitness.js'; | ||
export * from './BoundWitnessJsonSchema.js'; | ||
export * from './BoundWitnessSchema.js'; | ||
export * from './BoundWitness.ts'; | ||
export * from './BoundWitnessJsonSchema.ts'; | ||
export * from './BoundWitnessSchema.ts'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,4 +0,4 @@ | ||
export * from './BoundWitness/index.js'; | ||
export * from './isBoundWitness.js'; | ||
export * from './QueryBoundWitness.js'; | ||
export * from './BoundWitness/index.ts'; | ||
export * from './isBoundWitness.ts'; | ||
export * from './QueryBoundWitness.ts'; | ||
//# sourceMappingURL=index.d.ts.map |
import { WithMeta } from '@xyo-network/payload-model'; | ||
import { BoundWitness } from './BoundWitness/index.js'; | ||
import { BoundWitness } from './BoundWitness/index.ts'; | ||
export declare const isBoundWitness: (value: unknown) => value is BoundWitness; | ||
@@ -4,0 +4,0 @@ export declare const isBoundWitnessWithMeta: (value: unknown) => value is WithMeta<BoundWitness>; |
import { Hash } from '@xylabs/hex'; | ||
import { WithMeta } from '@xyo-network/payload-model'; | ||
import { BoundWitness, BoundWitnessSchema } from './BoundWitness/index.js'; | ||
import { BoundWitness, BoundWitnessSchema } from './BoundWitness/index.ts'; | ||
export type QueryBoundWitnessSchema = BoundWitnessSchema; | ||
@@ -5,0 +5,0 @@ export declare const QueryBoundWitnessSchema: QueryBoundWitnessSchema; |
import { Address, Hash, Hex } from '@xylabs/hex'; | ||
import { EmptyObject } from '@xylabs/object'; | ||
import { Payload, Schema } from '@xyo-network/payload-model'; | ||
import { BoundWitnessSchema } from './BoundWitnessSchema.js'; | ||
import { BoundWitnessSchema } from './BoundWitnessSchema.ts'; | ||
export type BoundWitnessFields = { | ||
@@ -6,0 +6,0 @@ $meta: { |
@@ -1,4 +0,4 @@ | ||
export * from './BoundWitness.js'; | ||
export * from './BoundWitnessJsonSchema.js'; | ||
export * from './BoundWitnessSchema.js'; | ||
export * from './BoundWitness.ts'; | ||
export * from './BoundWitnessJsonSchema.ts'; | ||
export * from './BoundWitnessSchema.ts'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,4 +0,4 @@ | ||
export * from './BoundWitness/index.js'; | ||
export * from './isBoundWitness.js'; | ||
export * from './QueryBoundWitness.js'; | ||
export * from './BoundWitness/index.ts'; | ||
export * from './isBoundWitness.ts'; | ||
export * from './QueryBoundWitness.ts'; | ||
//# sourceMappingURL=index.d.ts.map |
import { WithMeta } from '@xyo-network/payload-model'; | ||
import { BoundWitness } from './BoundWitness/index.js'; | ||
import { BoundWitness } from './BoundWitness/index.ts'; | ||
export declare const isBoundWitness: (value: unknown) => value is BoundWitness; | ||
@@ -4,0 +4,0 @@ export declare const isBoundWitnessWithMeta: (value: unknown) => value is WithMeta<BoundWitness>; |
import { Hash } from '@xylabs/hex'; | ||
import { WithMeta } from '@xyo-network/payload-model'; | ||
import { BoundWitness, BoundWitnessSchema } from './BoundWitness/index.js'; | ||
import { BoundWitness, BoundWitnessSchema } from './BoundWitness/index.ts'; | ||
export type QueryBoundWitnessSchema = BoundWitnessSchema; | ||
@@ -5,0 +5,0 @@ export declare const QueryBoundWitnessSchema: QueryBoundWitnessSchema; |
import { Address, Hash, Hex } from '@xylabs/hex'; | ||
import { EmptyObject } from '@xylabs/object'; | ||
import { Payload, Schema } from '@xyo-network/payload-model'; | ||
import { BoundWitnessSchema } from './BoundWitnessSchema.js'; | ||
import { BoundWitnessSchema } from './BoundWitnessSchema.ts'; | ||
export type BoundWitnessFields = { | ||
@@ -6,0 +6,0 @@ $meta: { |
@@ -1,4 +0,4 @@ | ||
export * from './BoundWitness.js'; | ||
export * from './BoundWitnessJsonSchema.js'; | ||
export * from './BoundWitnessSchema.js'; | ||
export * from './BoundWitness.ts'; | ||
export * from './BoundWitnessJsonSchema.ts'; | ||
export * from './BoundWitnessSchema.ts'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,4 +0,4 @@ | ||
export * from './BoundWitness/index.js'; | ||
export * from './isBoundWitness.js'; | ||
export * from './QueryBoundWitness.js'; | ||
export * from './BoundWitness/index.ts'; | ||
export * from './isBoundWitness.ts'; | ||
export * from './QueryBoundWitness.ts'; | ||
//# sourceMappingURL=index.d.ts.map |
import { WithMeta } from '@xyo-network/payload-model'; | ||
import { BoundWitness } from './BoundWitness/index.js'; | ||
import { BoundWitness } from './BoundWitness/index.ts'; | ||
export declare const isBoundWitness: (value: unknown) => value is BoundWitness; | ||
@@ -4,0 +4,0 @@ export declare const isBoundWitnessWithMeta: (value: unknown) => value is WithMeta<BoundWitness>; |
import { Hash } from '@xylabs/hex'; | ||
import { WithMeta } from '@xyo-network/payload-model'; | ||
import { BoundWitness, BoundWitnessSchema } from './BoundWitness/index.js'; | ||
import { BoundWitness, BoundWitnessSchema } from './BoundWitness/index.ts'; | ||
export type QueryBoundWitnessSchema = BoundWitnessSchema; | ||
@@ -5,0 +5,0 @@ export declare const QueryBoundWitnessSchema: QueryBoundWitnessSchema; |
@@ -16,3 +16,3 @@ { | ||
"@xylabs/object": "^3.6.6", | ||
"@xyo-network/payload-model": "^2.110.16" | ||
"@xyo-network/payload-model": "^2.110.17" | ||
}, | ||
@@ -63,4 +63,4 @@ "devDependencies": { | ||
"types": "dist/node/index.d.ts", | ||
"version": "2.110.16", | ||
"version": "2.110.17", | ||
"type": "module" | ||
} |
@@ -5,3 +5,3 @@ import { Address, Hash, Hex } from '@xylabs/hex' | ||
import { BoundWitnessSchema } from './BoundWitnessSchema.js' | ||
import { BoundWitnessSchema } from './BoundWitnessSchema.ts' | ||
@@ -8,0 +8,0 @@ export type BoundWitnessFields = { |
@@ -1,3 +0,3 @@ | ||
export * from './BoundWitness.js' | ||
export * from './BoundWitnessJsonSchema.js' | ||
export * from './BoundWitnessSchema.js' | ||
export * from './BoundWitness.ts' | ||
export * from './BoundWitnessJsonSchema.ts' | ||
export * from './BoundWitnessSchema.ts' |
@@ -1,3 +0,3 @@ | ||
export * from './BoundWitness/index.js' | ||
export * from './isBoundWitness.js' | ||
export * from './QueryBoundWitness.js' | ||
export * from './BoundWitness/index.ts' | ||
export * from './isBoundWitness.ts' | ||
export * from './QueryBoundWitness.ts' |
import { isPayloadOfSchemaType, isPayloadOfSchemaTypeWithMeta, notPayloadOfSchemaType, WithMeta } from '@xyo-network/payload-model' | ||
import { BoundWitness, BoundWitnessSchema } from './BoundWitness/index.js' | ||
import { BoundWitness, BoundWitnessSchema } from './BoundWitness/index.ts' | ||
@@ -5,0 +5,0 @@ export const isBoundWitness = (value: unknown): value is BoundWitness => isPayloadOfSchemaType<BoundWitness>(BoundWitnessSchema)(value) |
import { Hash } from '@xylabs/hex' | ||
import { WithMeta } from '@xyo-network/payload-model' | ||
import { BoundWitness, BoundWitnessSchema } from './BoundWitness/index.js' | ||
import { isBoundWitness, isBoundWitnessWithMeta } from './isBoundWitness.js' | ||
import { BoundWitness, BoundWitnessSchema } from './BoundWitness/index.ts' | ||
import { isBoundWitness, isBoundWitnessWithMeta } from './isBoundWitness.ts' | ||
@@ -7,0 +7,0 @@ export type QueryBoundWitnessSchema = BoundWitnessSchema |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package