@hirosystems/chainhook-client
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -9,2 +9,3 @@ import { Static } from '@sinclair/typebox'; | ||
inscription_id: import("@sinclair/typebox").TString; | ||
inscription_input_index: import("@sinclair/typebox").TInteger; | ||
inscription_output_value: import("@sinclair/typebox").TInteger; | ||
@@ -16,2 +17,4 @@ inscriber_address: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>; | ||
satpoint_post_inscription: import("@sinclair/typebox").TString; | ||
transfers_pre_inscription: import("@sinclair/typebox").TInteger; | ||
tx_index: import("@sinclair/typebox").TInteger; | ||
}>; | ||
@@ -25,2 +28,3 @@ export type BitcoinInscriptionRevealed = Static<typeof BitcoinInscriptionRevealedSchema>; | ||
post_transfer_output_value: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TInteger, import("@sinclair/typebox").TNull]>; | ||
tx_index: import("@sinclair/typebox").TInteger; | ||
}>; | ||
@@ -36,2 +40,3 @@ export type BitcoinInscriptionTransferred = Static<typeof BitcoinInscriptionTransferredSchema>; | ||
inscription_output_value: import("@sinclair/typebox").TInteger; | ||
inscription_input_index: import("@sinclair/typebox").TInteger; | ||
inscriber_address: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>; | ||
@@ -42,3 +47,5 @@ ordinal_number: import("@sinclair/typebox").TInteger; | ||
satpoint_post_inscription: import("@sinclair/typebox").TString; | ||
transfers_pre_inscription: import("@sinclair/typebox").TInteger; | ||
curse_type: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TAny, import("@sinclair/typebox").TNull]>; | ||
tx_index: import("@sinclair/typebox").TInteger; | ||
}>; | ||
@@ -55,2 +62,3 @@ export type BitcoinCursedInscriptionRevealed = Static<typeof BitcoinCursedInscriptionRevealedSchema>; | ||
inscription_output_value: import("@sinclair/typebox").TInteger; | ||
inscription_input_index: import("@sinclair/typebox").TInteger; | ||
inscriber_address: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>; | ||
@@ -61,3 +69,5 @@ ordinal_number: import("@sinclair/typebox").TInteger; | ||
satpoint_post_inscription: import("@sinclair/typebox").TString; | ||
transfers_pre_inscription: import("@sinclair/typebox").TInteger; | ||
curse_type: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TAny, import("@sinclair/typebox").TNull]>; | ||
tx_index: import("@sinclair/typebox").TInteger; | ||
}>>; | ||
@@ -71,2 +81,3 @@ inscription_revealed: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{ | ||
inscription_id: import("@sinclair/typebox").TString; | ||
inscription_input_index: import("@sinclair/typebox").TInteger; | ||
inscription_output_value: import("@sinclair/typebox").TInteger; | ||
@@ -78,2 +89,4 @@ inscriber_address: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>; | ||
satpoint_post_inscription: import("@sinclair/typebox").TString; | ||
transfers_pre_inscription: import("@sinclair/typebox").TInteger; | ||
tx_index: import("@sinclair/typebox").TInteger; | ||
}>>; | ||
@@ -86,2 +99,3 @@ inscription_transferred: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{ | ||
post_transfer_output_value: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TInteger, import("@sinclair/typebox").TNull]>; | ||
tx_index: import("@sinclair/typebox").TInteger; | ||
}>>; | ||
@@ -105,2 +119,3 @@ }>; | ||
inscription_output_value: import("@sinclair/typebox").TInteger; | ||
inscription_input_index: import("@sinclair/typebox").TInteger; | ||
inscriber_address: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>; | ||
@@ -111,3 +126,5 @@ ordinal_number: import("@sinclair/typebox").TInteger; | ||
satpoint_post_inscription: import("@sinclair/typebox").TString; | ||
transfers_pre_inscription: import("@sinclair/typebox").TInteger; | ||
curse_type: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TAny, import("@sinclair/typebox").TNull]>; | ||
tx_index: import("@sinclair/typebox").TInteger; | ||
}>>; | ||
@@ -121,2 +138,3 @@ inscription_revealed: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{ | ||
inscription_id: import("@sinclair/typebox").TString; | ||
inscription_input_index: import("@sinclair/typebox").TInteger; | ||
inscription_output_value: import("@sinclair/typebox").TInteger; | ||
@@ -128,2 +146,4 @@ inscriber_address: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>; | ||
satpoint_post_inscription: import("@sinclair/typebox").TString; | ||
transfers_pre_inscription: import("@sinclair/typebox").TInteger; | ||
tx_index: import("@sinclair/typebox").TInteger; | ||
}>>; | ||
@@ -136,2 +156,3 @@ inscription_transferred: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{ | ||
post_transfer_output_value: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TInteger, import("@sinclair/typebox").TNull]>; | ||
tx_index: import("@sinclair/typebox").TInteger; | ||
}>>; | ||
@@ -197,2 +218,3 @@ }>>; | ||
inscription_output_value: import("@sinclair/typebox").TInteger; | ||
inscription_input_index: import("@sinclair/typebox").TInteger; | ||
inscriber_address: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>; | ||
@@ -203,3 +225,5 @@ ordinal_number: import("@sinclair/typebox").TInteger; | ||
satpoint_post_inscription: import("@sinclair/typebox").TString; | ||
transfers_pre_inscription: import("@sinclair/typebox").TInteger; | ||
curse_type: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TAny, import("@sinclair/typebox").TNull]>; | ||
tx_index: import("@sinclair/typebox").TInteger; | ||
}>>; | ||
@@ -213,2 +237,3 @@ inscription_revealed: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{ | ||
inscription_id: import("@sinclair/typebox").TString; | ||
inscription_input_index: import("@sinclair/typebox").TInteger; | ||
inscription_output_value: import("@sinclair/typebox").TInteger; | ||
@@ -220,2 +245,4 @@ inscriber_address: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>; | ||
satpoint_post_inscription: import("@sinclair/typebox").TString; | ||
transfers_pre_inscription: import("@sinclair/typebox").TInteger; | ||
tx_index: import("@sinclair/typebox").TInteger; | ||
}>>; | ||
@@ -228,2 +255,3 @@ inscription_transferred: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{ | ||
post_transfer_output_value: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TInteger, import("@sinclair/typebox").TNull]>; | ||
tx_index: import("@sinclair/typebox").TInteger; | ||
}>>; | ||
@@ -300,2 +328,3 @@ }>>; | ||
inscription_output_value: import("@sinclair/typebox").TInteger; | ||
inscription_input_index: import("@sinclair/typebox").TInteger; | ||
inscriber_address: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>; | ||
@@ -306,3 +335,5 @@ ordinal_number: import("@sinclair/typebox").TInteger; | ||
satpoint_post_inscription: import("@sinclair/typebox").TString; | ||
transfers_pre_inscription: import("@sinclair/typebox").TInteger; | ||
curse_type: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TAny, import("@sinclair/typebox").TNull]>; | ||
tx_index: import("@sinclair/typebox").TInteger; | ||
}>>; | ||
@@ -316,2 +347,3 @@ inscription_revealed: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{ | ||
inscription_id: import("@sinclair/typebox").TString; | ||
inscription_input_index: import("@sinclair/typebox").TInteger; | ||
inscription_output_value: import("@sinclair/typebox").TInteger; | ||
@@ -323,2 +355,4 @@ inscriber_address: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>; | ||
satpoint_post_inscription: import("@sinclair/typebox").TString; | ||
transfers_pre_inscription: import("@sinclair/typebox").TInteger; | ||
tx_index: import("@sinclair/typebox").TInteger; | ||
}>>; | ||
@@ -331,2 +365,3 @@ inscription_transferred: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{ | ||
post_transfer_output_value: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TInteger, import("@sinclair/typebox").TNull]>; | ||
tx_index: import("@sinclair/typebox").TInteger; | ||
}>>; | ||
@@ -333,0 +368,0 @@ }>>; |
@@ -13,2 +13,3 @@ "use strict"; | ||
inscription_id: typebox_1.Type.String(), | ||
inscription_input_index: typebox_1.Type.Integer(), | ||
inscription_output_value: typebox_1.Type.Integer(), | ||
@@ -20,2 +21,4 @@ inscriber_address: (0, common_1.Nullable)(typebox_1.Type.String()), | ||
satpoint_post_inscription: typebox_1.Type.String(), | ||
transfers_pre_inscription: typebox_1.Type.Integer(), | ||
tx_index: typebox_1.Type.Integer(), | ||
}); | ||
@@ -28,2 +31,3 @@ exports.BitcoinInscriptionTransferredSchema = typebox_1.Type.Object({ | ||
post_transfer_output_value: (0, common_1.Nullable)(typebox_1.Type.Integer()), | ||
tx_index: typebox_1.Type.Integer(), | ||
}); | ||
@@ -38,2 +42,3 @@ exports.BitcoinCursedInscriptionRevealedSchema = typebox_1.Type.Object({ | ||
inscription_output_value: typebox_1.Type.Integer(), | ||
inscription_input_index: typebox_1.Type.Integer(), | ||
inscriber_address: (0, common_1.Nullable)(typebox_1.Type.String()), | ||
@@ -44,3 +49,5 @@ ordinal_number: typebox_1.Type.Integer(), | ||
satpoint_post_inscription: typebox_1.Type.String(), | ||
transfers_pre_inscription: typebox_1.Type.Integer(), | ||
curse_type: (0, common_1.Nullable)(typebox_1.Type.Any()), | ||
tx_index: typebox_1.Type.Integer(), | ||
}); | ||
@@ -47,0 +54,0 @@ exports.BitcoinOrdinalOperationSchema = typebox_1.Type.Object({ |
@@ -304,2 +304,3 @@ import { Static } from '@sinclair/typebox'; | ||
inscription_output_value: import("@sinclair/typebox").TInteger; | ||
inscription_input_index: import("@sinclair/typebox").TInteger; | ||
inscriber_address: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>; | ||
@@ -310,3 +311,5 @@ ordinal_number: import("@sinclair/typebox").TInteger; | ||
satpoint_post_inscription: import("@sinclair/typebox").TString; | ||
transfers_pre_inscription: import("@sinclair/typebox").TInteger; | ||
curse_type: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TAny, import("@sinclair/typebox").TNull]>; | ||
tx_index: import("@sinclair/typebox").TInteger; | ||
}>>; | ||
@@ -320,2 +323,3 @@ inscription_revealed: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{ | ||
inscription_id: import("@sinclair/typebox").TString; | ||
inscription_input_index: import("@sinclair/typebox").TInteger; | ||
inscription_output_value: import("@sinclair/typebox").TInteger; | ||
@@ -327,2 +331,4 @@ inscriber_address: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>; | ||
satpoint_post_inscription: import("@sinclair/typebox").TString; | ||
transfers_pre_inscription: import("@sinclair/typebox").TInteger; | ||
tx_index: import("@sinclair/typebox").TInteger; | ||
}>>; | ||
@@ -335,2 +341,3 @@ inscription_transferred: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{ | ||
post_transfer_output_value: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TInteger, import("@sinclair/typebox").TNull]>; | ||
tx_index: import("@sinclair/typebox").TInteger; | ||
}>>; | ||
@@ -648,2 +655,3 @@ }>>; | ||
inscription_output_value: import("@sinclair/typebox").TInteger; | ||
inscription_input_index: import("@sinclair/typebox").TInteger; | ||
inscriber_address: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>; | ||
@@ -654,3 +662,5 @@ ordinal_number: import("@sinclair/typebox").TInteger; | ||
satpoint_post_inscription: import("@sinclair/typebox").TString; | ||
transfers_pre_inscription: import("@sinclair/typebox").TInteger; | ||
curse_type: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TAny, import("@sinclair/typebox").TNull]>; | ||
tx_index: import("@sinclair/typebox").TInteger; | ||
}>>; | ||
@@ -664,2 +674,3 @@ inscription_revealed: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{ | ||
inscription_id: import("@sinclair/typebox").TString; | ||
inscription_input_index: import("@sinclair/typebox").TInteger; | ||
inscription_output_value: import("@sinclair/typebox").TInteger; | ||
@@ -671,2 +682,4 @@ inscriber_address: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>; | ||
satpoint_post_inscription: import("@sinclair/typebox").TString; | ||
transfers_pre_inscription: import("@sinclair/typebox").TInteger; | ||
tx_index: import("@sinclair/typebox").TInteger; | ||
}>>; | ||
@@ -679,2 +692,3 @@ inscription_transferred: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{ | ||
post_transfer_output_value: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TInteger, import("@sinclair/typebox").TNull]>; | ||
tx_index: import("@sinclair/typebox").TInteger; | ||
}>>; | ||
@@ -681,0 +695,0 @@ }>>; |
{ | ||
"name": "@hirosystems/chainhook-client", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "Chainhook TypeScript client", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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
286793
4199