@atomichub/atomicassets 2.0.1 → 2.0.2

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/build/index.d.mts CHANGED
@@ -868,7 +868,7 @@ type TemplatesTableRow = {
868
868
  issued_supply: number;
869
869
  immutable_serialized_data: number[];
870
870
  };
871
- type Templates2TableRow = {
871
+ type MutableTemplatesTableRow = {
872
872
  template_id: number;
873
873
  schema_name: string;
874
874
  mutable_serialized_data: number[];
@@ -1146,4 +1146,4 @@ type MergedSchemaFormat = Array<Format & {
1146
1146
  }>;
1147
1147
  declare function mergeSchemaFormatTypes(format: Format[], types: SchemaFormatType[]): MergedSchemaFormat;
1148
1148
 
1149
- export { ATOMIC_ATTRIBUTE, type AcceptAuSwapActionData, type AcceptOfferActionData, type AccountApiParams, ActionBuilder, ActionGenerator, type AddColAuthActionData, type AddConfTokenActionData, type AddNotifyAccActionData, type AdminColEditActionData, type AnnounceDepoActionData, ApiError, type ApiSchemaFormatField, type AssetFilterParams, type AssetsApiParams, AssetsSort, type AssetsTableRow, type AtomicAssetsActionName, AtomicAssetsActionNames, AtomicAssetsActions, type AtomicHubNetwork, type AttributeMap, type AttributeMapEntry, type AuthorSwapsTableRow, type BackAssetActionData, type BalancesTableRow, type BurnAssetActionData, type ByteInput, CachedObjectSchema, type CancelOfferActionData, type CollectionApiParams, CollectionsSort, type CollectionsTableRow, type ConfigTableRow, type CreateAuSwapActionData, type CreateColActionData, type CreateOfferActionData, type CreateSchemaActionData, type CreateTempl2ActionData, type CreateTemplActionData, type DataOptions, type DateBoundaryParams, type DeclineOfferActionData, type DecodedAttributeMap, type DelTemplateActionData, DeserializationError, type EosioActionObject, type EosioAuthorizationObject, type EosioSimpleAction, ExplorerActionGenerator, ExplorerApi, RpcError$1 as ExplorerError, type ExtendSchemaActionData, type ForbidNotifyActionData, type Format, type GreylistParams, type HideOffersParams, type IAccountCollectionStats, type IAccountStats, type IApiSchema, type IAsset, type IAssetRow, type IAssetStats, type ICollection, type ICollectionRow, type ICollectionStats, type IConfig, type IConfigRow, type ILightCollection, type ILightSchema, type ILightTemplate, type ILog, type IOffer, type IOfferRow, type ISchema, type ISchemaRow, type ISchemaStats, type ITemplate, type ITemplateRow, type ITemplateStats, type ITransfer, type InitActionData, type LockTemplateActionData, type LogBackAssetActionData, type LogBurnAssetActionData, type LogMintActionData, type LogNewOfferActionData, type LogNewTemplActionData, type LogRamPayerActionData, type LogSetDataActionData, type LogSetDataTlActionData, type LogTransferActionData, type MergedSchemaFormat, type MintAssetActionData, NETWORK_ENDPOINTS, ObjectSchema, type OfferApiParams, OfferState, OffersSort, type OffersTableRow, OrderParam, ParserTypes, type PayOfferRamActionData, type PrimaryBoundaryParams, type RedTemplMaxActionData, type RejectAuSwapActionData, type RemColAuthActionData, type RemNotifyAccActionData, RpcActionGenerator, RpcApi, RpcError, type SchemaApiParams, SchemaError, type SchemaFormat, type SchemaFormatType, type SchemaObject, type SchemaTypesTableRow, SchemasSort, type SchemasTableRow, SerializationError, type SetAssetDataActionData, type SetColDataActionData, type SetLastPayerActionData, type SetMarketFeeActionData, type SetRamPayerActionData, type SetSchemaTypActionData, type SetTemplDataActionData, type SetVersionActionData, type TemplateApiParams, type Templates2TableRow, TemplatesSort, type TemplatesTableRow, type TokenConfigsTableRow, type TransferActionData, type TransferApiParams, TransfersSort, type WithdrawActionData, convertAttributeMapToObject, createAttributeMap, deserialize, explorerApiForNetwork, mergeSchemaFormatTypes, rpcApiForNetwork, serialize, toAttributeMap, toByteArray };
1149
+ export { ATOMIC_ATTRIBUTE, type AcceptAuSwapActionData, type AcceptOfferActionData, type AccountApiParams, ActionBuilder, ActionGenerator, type AddColAuthActionData, type AddConfTokenActionData, type AddNotifyAccActionData, type AdminColEditActionData, type AnnounceDepoActionData, ApiError, type ApiSchemaFormatField, type AssetFilterParams, type AssetsApiParams, AssetsSort, type AssetsTableRow, type AtomicAssetsActionName, AtomicAssetsActionNames, AtomicAssetsActions, type AtomicHubNetwork, type AttributeMap, type AttributeMapEntry, type AuthorSwapsTableRow, type BackAssetActionData, type BalancesTableRow, type BurnAssetActionData, type ByteInput, CachedObjectSchema, type CancelOfferActionData, type CollectionApiParams, CollectionsSort, type CollectionsTableRow, type ConfigTableRow, type CreateAuSwapActionData, type CreateColActionData, type CreateOfferActionData, type CreateSchemaActionData, type CreateTempl2ActionData, type CreateTemplActionData, type DataOptions, type DateBoundaryParams, type DeclineOfferActionData, type DecodedAttributeMap, type DelTemplateActionData, DeserializationError, type EosioActionObject, type EosioAuthorizationObject, type EosioSimpleAction, ExplorerActionGenerator, ExplorerApi, RpcError$1 as ExplorerError, type ExtendSchemaActionData, type ForbidNotifyActionData, type Format, type GreylistParams, type HideOffersParams, type IAccountCollectionStats, type IAccountStats, type IApiSchema, type IAsset, type IAssetRow, type IAssetStats, type ICollection, type ICollectionRow, type ICollectionStats, type IConfig, type IConfigRow, type ILightCollection, type ILightSchema, type ILightTemplate, type ILog, type IOffer, type IOfferRow, type ISchema, type ISchemaRow, type ISchemaStats, type ITemplate, type ITemplateRow, type ITemplateStats, type ITransfer, type InitActionData, type LockTemplateActionData, type LogBackAssetActionData, type LogBurnAssetActionData, type LogMintActionData, type LogNewOfferActionData, type LogNewTemplActionData, type LogRamPayerActionData, type LogSetDataActionData, type LogSetDataTlActionData, type LogTransferActionData, type MergedSchemaFormat, type MintAssetActionData, type MutableTemplatesTableRow, NETWORK_ENDPOINTS, ObjectSchema, type OfferApiParams, OfferState, OffersSort, type OffersTableRow, OrderParam, ParserTypes, type PayOfferRamActionData, type PrimaryBoundaryParams, type RedTemplMaxActionData, type RejectAuSwapActionData, type RemColAuthActionData, type RemNotifyAccActionData, RpcActionGenerator, RpcApi, RpcError, type SchemaApiParams, SchemaError, type SchemaFormat, type SchemaFormatType, type SchemaObject, type SchemaTypesTableRow, SchemasSort, type SchemasTableRow, SerializationError, type SetAssetDataActionData, type SetColDataActionData, type SetLastPayerActionData, type SetMarketFeeActionData, type SetRamPayerActionData, type SetSchemaTypActionData, type SetTemplDataActionData, type SetVersionActionData, type TemplateApiParams, TemplatesSort, type TemplatesTableRow, type TokenConfigsTableRow, type TransferActionData, type TransferApiParams, TransfersSort, type WithdrawActionData, convertAttributeMapToObject, createAttributeMap, deserialize, explorerApiForNetwork, mergeSchemaFormatTypes, rpcApiForNetwork, serialize, toAttributeMap, toByteArray };
package/build/index.d.ts CHANGED
@@ -868,7 +868,7 @@ type TemplatesTableRow = {
868
868
  issued_supply: number;
869
869
  immutable_serialized_data: number[];
870
870
  };
871
- type Templates2TableRow = {
871
+ type MutableTemplatesTableRow = {
872
872
  template_id: number;
873
873
  schema_name: string;
874
874
  mutable_serialized_data: number[];
@@ -1146,4 +1146,4 @@ type MergedSchemaFormat = Array<Format & {
1146
1146
  }>;
1147
1147
  declare function mergeSchemaFormatTypes(format: Format[], types: SchemaFormatType[]): MergedSchemaFormat;
1148
1148
 
1149
- export { ATOMIC_ATTRIBUTE, type AcceptAuSwapActionData, type AcceptOfferActionData, type AccountApiParams, ActionBuilder, ActionGenerator, type AddColAuthActionData, type AddConfTokenActionData, type AddNotifyAccActionData, type AdminColEditActionData, type AnnounceDepoActionData, ApiError, type ApiSchemaFormatField, type AssetFilterParams, type AssetsApiParams, AssetsSort, type AssetsTableRow, type AtomicAssetsActionName, AtomicAssetsActionNames, AtomicAssetsActions, type AtomicHubNetwork, type AttributeMap, type AttributeMapEntry, type AuthorSwapsTableRow, type BackAssetActionData, type BalancesTableRow, type BurnAssetActionData, type ByteInput, CachedObjectSchema, type CancelOfferActionData, type CollectionApiParams, CollectionsSort, type CollectionsTableRow, type ConfigTableRow, type CreateAuSwapActionData, type CreateColActionData, type CreateOfferActionData, type CreateSchemaActionData, type CreateTempl2ActionData, type CreateTemplActionData, type DataOptions, type DateBoundaryParams, type DeclineOfferActionData, type DecodedAttributeMap, type DelTemplateActionData, DeserializationError, type EosioActionObject, type EosioAuthorizationObject, type EosioSimpleAction, ExplorerActionGenerator, ExplorerApi, RpcError$1 as ExplorerError, type ExtendSchemaActionData, type ForbidNotifyActionData, type Format, type GreylistParams, type HideOffersParams, type IAccountCollectionStats, type IAccountStats, type IApiSchema, type IAsset, type IAssetRow, type IAssetStats, type ICollection, type ICollectionRow, type ICollectionStats, type IConfig, type IConfigRow, type ILightCollection, type ILightSchema, type ILightTemplate, type ILog, type IOffer, type IOfferRow, type ISchema, type ISchemaRow, type ISchemaStats, type ITemplate, type ITemplateRow, type ITemplateStats, type ITransfer, type InitActionData, type LockTemplateActionData, type LogBackAssetActionData, type LogBurnAssetActionData, type LogMintActionData, type LogNewOfferActionData, type LogNewTemplActionData, type LogRamPayerActionData, type LogSetDataActionData, type LogSetDataTlActionData, type LogTransferActionData, type MergedSchemaFormat, type MintAssetActionData, NETWORK_ENDPOINTS, ObjectSchema, type OfferApiParams, OfferState, OffersSort, type OffersTableRow, OrderParam, ParserTypes, type PayOfferRamActionData, type PrimaryBoundaryParams, type RedTemplMaxActionData, type RejectAuSwapActionData, type RemColAuthActionData, type RemNotifyAccActionData, RpcActionGenerator, RpcApi, RpcError, type SchemaApiParams, SchemaError, type SchemaFormat, type SchemaFormatType, type SchemaObject, type SchemaTypesTableRow, SchemasSort, type SchemasTableRow, SerializationError, type SetAssetDataActionData, type SetColDataActionData, type SetLastPayerActionData, type SetMarketFeeActionData, type SetRamPayerActionData, type SetSchemaTypActionData, type SetTemplDataActionData, type SetVersionActionData, type TemplateApiParams, type Templates2TableRow, TemplatesSort, type TemplatesTableRow, type TokenConfigsTableRow, type TransferActionData, type TransferApiParams, TransfersSort, type WithdrawActionData, convertAttributeMapToObject, createAttributeMap, deserialize, explorerApiForNetwork, mergeSchemaFormatTypes, rpcApiForNetwork, serialize, toAttributeMap, toByteArray };
1149
+ export { ATOMIC_ATTRIBUTE, type AcceptAuSwapActionData, type AcceptOfferActionData, type AccountApiParams, ActionBuilder, ActionGenerator, type AddColAuthActionData, type AddConfTokenActionData, type AddNotifyAccActionData, type AdminColEditActionData, type AnnounceDepoActionData, ApiError, type ApiSchemaFormatField, type AssetFilterParams, type AssetsApiParams, AssetsSort, type AssetsTableRow, type AtomicAssetsActionName, AtomicAssetsActionNames, AtomicAssetsActions, type AtomicHubNetwork, type AttributeMap, type AttributeMapEntry, type AuthorSwapsTableRow, type BackAssetActionData, type BalancesTableRow, type BurnAssetActionData, type ByteInput, CachedObjectSchema, type CancelOfferActionData, type CollectionApiParams, CollectionsSort, type CollectionsTableRow, type ConfigTableRow, type CreateAuSwapActionData, type CreateColActionData, type CreateOfferActionData, type CreateSchemaActionData, type CreateTempl2ActionData, type CreateTemplActionData, type DataOptions, type DateBoundaryParams, type DeclineOfferActionData, type DecodedAttributeMap, type DelTemplateActionData, DeserializationError, type EosioActionObject, type EosioAuthorizationObject, type EosioSimpleAction, ExplorerActionGenerator, ExplorerApi, RpcError$1 as ExplorerError, type ExtendSchemaActionData, type ForbidNotifyActionData, type Format, type GreylistParams, type HideOffersParams, type IAccountCollectionStats, type IAccountStats, type IApiSchema, type IAsset, type IAssetRow, type IAssetStats, type ICollection, type ICollectionRow, type ICollectionStats, type IConfig, type IConfigRow, type ILightCollection, type ILightSchema, type ILightTemplate, type ILog, type IOffer, type IOfferRow, type ISchema, type ISchemaRow, type ISchemaStats, type ITemplate, type ITemplateRow, type ITemplateStats, type ITransfer, type InitActionData, type LockTemplateActionData, type LogBackAssetActionData, type LogBurnAssetActionData, type LogMintActionData, type LogNewOfferActionData, type LogNewTemplActionData, type LogRamPayerActionData, type LogSetDataActionData, type LogSetDataTlActionData, type LogTransferActionData, type MergedSchemaFormat, type MintAssetActionData, type MutableTemplatesTableRow, NETWORK_ENDPOINTS, ObjectSchema, type OfferApiParams, OfferState, OffersSort, type OffersTableRow, OrderParam, ParserTypes, type PayOfferRamActionData, type PrimaryBoundaryParams, type RedTemplMaxActionData, type RejectAuSwapActionData, type RemColAuthActionData, type RemNotifyAccActionData, RpcActionGenerator, RpcApi, RpcError, type SchemaApiParams, SchemaError, type SchemaFormat, type SchemaFormatType, type SchemaObject, type SchemaTypesTableRow, SchemasSort, type SchemasTableRow, SerializationError, type SetAssetDataActionData, type SetColDataActionData, type SetLastPayerActionData, type SetMarketFeeActionData, type SetRamPayerActionData, type SetSchemaTypActionData, type SetTemplDataActionData, type SetVersionActionData, type TemplateApiParams, TemplatesSort, type TemplatesTableRow, type TokenConfigsTableRow, type TransferActionData, type TransferApiParams, TransfersSort, type WithdrawActionData, convertAttributeMapToObject, createAttributeMap, deserialize, explorerApiForNetwork, mergeSchemaFormatTypes, rpcApiForNetwork, serialize, toAttributeMap, toByteArray };
package/package.json CHANGED
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "sideEffects": false,
26
- "version": "2.0.1",
26
+ "version": "2.0.2",
27
27
  "engines": {
28
28
  "node": ">=20"
29
29
  },