diff --git a/sdk/typescript/lib/generated/models/CommittedTransactionInfo.ts b/sdk/typescript/lib/generated/models/CommittedTransactionInfo.ts index 1b1c66edb..124643f26 100644 --- a/sdk/typescript/lib/generated/models/CommittedTransactionInfo.ts +++ b/sdk/typescript/lib/generated/models/CommittedTransactionInfo.ts @@ -124,24 +124,21 @@ export interface CommittedTransactionInfo { receipt?: TransactionReceipt; /** * A text-representation of a transaction manifest. -This field will be present only for user transactions and when explicitly opted-in using `manifest_instructions` flag. - + * This field will be present only for user transactions and when explicitly opted-in using `manifest_instructions` flag. * @type {string} * @memberof CommittedTransactionInfo */ manifest_instructions?: string | null; /** * A collection of zero or more manifest classes ordered from the most specific class to the least specific one. -This field will be present only for user transactions. - + * This field will be present only for user transactions. * @type {Array} * @memberof CommittedTransactionInfo */ manifest_classes?: Array | null; /** * The optional transaction message. -This type is defined in the Core API as `TransactionMessage`. See the Core API documentation for more details. - + * This type is defined in the Core API as `TransactionMessage`. See the Core API documentation for more details. * @type {object} * @memberof CommittedTransactionInfo */ diff --git a/sdk/typescript/lib/generated/models/ComponentEntityRoleAssignmentEntryAssignment.ts b/sdk/typescript/lib/generated/models/ComponentEntityRoleAssignmentEntryAssignment.ts index ba0eb278e..1de86cc34 100644 --- a/sdk/typescript/lib/generated/models/ComponentEntityRoleAssignmentEntryAssignment.ts +++ b/sdk/typescript/lib/generated/models/ComponentEntityRoleAssignmentEntryAssignment.ts @@ -34,7 +34,6 @@ export interface ComponentEntityRoleAssignmentEntryAssignment { resolution: RoleAssignmentResolution; /** * This type is defined in the Core API as `AccessRule`. See the Core API documentation for more details. - * @type {object} * @memberof ComponentEntityRoleAssignmentEntryAssignment */ diff --git a/sdk/typescript/lib/generated/models/ComponentEntityRoleAssignments.ts b/sdk/typescript/lib/generated/models/ComponentEntityRoleAssignments.ts index a39100e11..9243e4695 100644 --- a/sdk/typescript/lib/generated/models/ComponentEntityRoleAssignments.ts +++ b/sdk/typescript/lib/generated/models/ComponentEntityRoleAssignments.ts @@ -28,7 +28,6 @@ import { export interface ComponentEntityRoleAssignments { /** * This type is defined in the Core API as `OwnerRole`. See the Core API documentation for more details. - * @type {object} * @memberof ComponentEntityRoleAssignments */ diff --git a/sdk/typescript/lib/generated/models/EventsItem.ts b/sdk/typescript/lib/generated/models/EventsItem.ts index 994bec339..d19ea204a 100644 --- a/sdk/typescript/lib/generated/models/EventsItem.ts +++ b/sdk/typescript/lib/generated/models/EventsItem.ts @@ -34,7 +34,6 @@ export interface EventsItem { name: string; /** * This type is defined in the Core API as `EventEmitterIdentifier`. See the Core API documentation for more details. - * @type {object} * @memberof EventsItem */ diff --git a/sdk/typescript/lib/generated/models/GatewayInfoResponseKnownTarget.ts b/sdk/typescript/lib/generated/models/GatewayInfoResponseKnownTarget.ts index 8bf83e9cf..7cb86cff7 100644 --- a/sdk/typescript/lib/generated/models/GatewayInfoResponseKnownTarget.ts +++ b/sdk/typescript/lib/generated/models/GatewayInfoResponseKnownTarget.ts @@ -21,7 +21,6 @@ import { exists, mapValues } from '../runtime'; export interface GatewayInfoResponseKnownTarget { /** * The latest-seen state version of the tip of the network's ledger. If this is significantly ahead of the current ledger state version, the Network Gateway is possibly behind and may be reporting outdated information. - * @type {number} * @memberof GatewayInfoResponseKnownTarget */ diff --git a/sdk/typescript/lib/generated/models/LedgerState.ts b/sdk/typescript/lib/generated/models/LedgerState.ts index 888901185..476c0dd4f 100644 --- a/sdk/typescript/lib/generated/models/LedgerState.ts +++ b/sdk/typescript/lib/generated/models/LedgerState.ts @@ -15,8 +15,7 @@ import { exists, mapValues } from '../runtime'; /** * The ledger state against which the response was generated. -Can be used to detect if the Network Gateway is returning up-to-date information. - + * Can be used to detect if the Network Gateway is returning up-to-date information. * @export * @interface LedgerState */ @@ -35,10 +34,9 @@ export interface LedgerState { state_version: number; /** * The proposer round timestamp of the consensus round when this transaction was committed to ledger. -This is not guaranteed to be strictly increasing, as it is computed as an average across the validator set. -If this is significantly behind the current timestamp, the Network Gateway is likely reporting out-dated -information, or the network has stalled. - + * This is not guaranteed to be strictly increasing, as it is computed as an average across the validator set. + * If this is significantly behind the current timestamp, the Network Gateway is likely reporting out-dated + * information, or the network has stalled. * @type {string} * @memberof LedgerState */ diff --git a/sdk/typescript/lib/generated/models/LedgerStateSelector.ts b/sdk/typescript/lib/generated/models/LedgerStateSelector.ts index 13e178fd4..0d1ccce35 100644 --- a/sdk/typescript/lib/generated/models/LedgerStateSelector.ts +++ b/sdk/typescript/lib/generated/models/LedgerStateSelector.ts @@ -15,9 +15,8 @@ import { exists, mapValues } from '../runtime'; /** * Optional. This allows for a request to be made against a historic state. -If a constraint is specified, the Gateway will resolve the request against the ledger state at that time. -If not specified, requests will be made with respect to the top of the committed ledger. - + * If a constraint is specified, the Gateway will resolve the request against the ledger state at that time. + * If not specified, requests will be made with respect to the top of the committed ledger. * @export * @interface LedgerStateSelector */ diff --git a/sdk/typescript/lib/generated/models/ManifestClass.ts b/sdk/typescript/lib/generated/models/ManifestClass.ts index c253139d0..1aef50a2c 100644 --- a/sdk/typescript/lib/generated/models/ManifestClass.ts +++ b/sdk/typescript/lib/generated/models/ManifestClass.ts @@ -15,15 +15,14 @@ /** * High-level manifest class type: - * `General`: A general manifest that involves any amount of arbitrary components and packages where nothing more concrete can be said about the manifest and its nature. - * `Transfer`: A manifest of a 1-to-1 transfer to a one-to-many transfer of resources. - * `PoolContribution`: A manifest that contributed some amount of resources to a liquidity pool that can be a one-resource pool, two-resource pool, or a multi-resource pool. - * `PoolRedemption`: A manifest that redeemed resources from a liquidity pool. Similar to contributions, this can be any of the three pool blueprints available in the pool package. - * `ValidatorStake`: A manifest where XRD is staked to one or more validators. - * `ValidatorUnstake`: A manifest where XRD is unstaked from one or more validators. - * `ValidatorClaim`: A manifest where XRD is claimed from one or more validators. - * `AccountDepositSettingsUpdate`: A manifest that updated the deposit settings of the account. - + * * `General`: A general manifest that involves any amount of arbitrary components and packages where nothing more concrete can be said about the manifest and its nature. + * * `Transfer`: A manifest of a 1-to-1 transfer to a one-to-many transfer of resources. + * * `PoolContribution`: A manifest that contributed some amount of resources to a liquidity pool that can be a one-resource pool, two-resource pool, or a multi-resource pool. + * * `PoolRedemption`: A manifest that redeemed resources from a liquidity pool. Similar to contributions, this can be any of the three pool blueprints available in the pool package. + * * `ValidatorStake`: A manifest where XRD is staked to one or more validators. + * * `ValidatorUnstake`: A manifest where XRD is unstaked from one or more validators. + * * `ValidatorClaim`: A manifest where XRD is claimed from one or more validators. + * * `AccountDepositSettingsUpdate`: A manifest that updated the deposit settings of the account. * @export */ export const ManifestClass = { diff --git a/sdk/typescript/lib/generated/models/MetadataInstantArrayValueAllOf.ts b/sdk/typescript/lib/generated/models/MetadataInstantArrayValueAllOf.ts index 9df7c2ec9..cfd9e598c 100644 --- a/sdk/typescript/lib/generated/models/MetadataInstantArrayValueAllOf.ts +++ b/sdk/typescript/lib/generated/models/MetadataInstantArrayValueAllOf.ts @@ -15,7 +15,6 @@ import { exists, mapValues } from '../runtime'; /** * See documentation of `MetadataInstantValue` for detailed description of `values` vs `values_unix_timestamp_seconds`. - * @export * @interface MetadataInstantArrayValueAllOf */ diff --git a/sdk/typescript/lib/generated/models/MetadataInstantValue.ts b/sdk/typescript/lib/generated/models/MetadataInstantValue.ts index c75fdbffb..333de792c 100644 --- a/sdk/typescript/lib/generated/models/MetadataInstantValue.ts +++ b/sdk/typescript/lib/generated/models/MetadataInstantValue.ts @@ -27,19 +27,17 @@ export interface MetadataInstantValue { type: MetadataInstantValueTypeEnum; /** * The RFC 3339 / ISO 8601 string representation of the timestamp. Will always use "Z" (denoting UTC) and omits milliseconds. E.g.: `2023-01-26T18:30:09Z`. - -Note: This field will return clamped value if the actual on-ledger `unix_timestamp_seconds` value is outside the basic range supported by the RFC 3339 / ISO 8601 standard, -which starts at year 1583 (i.e. the beginning of the Gregorian calendar) and ends at year 9999 (inclusive). - + * + * Note: This field will return clamped value if the actual on-ledger `unix_timestamp_seconds` value is outside the basic range supported by the RFC 3339 / ISO 8601 standard, + * which starts at year 1583 (i.e. the beginning of the Gregorian calendar) and ends at year 9999 (inclusive). * @type {string} * @memberof MetadataInstantValue */ value: string; /** * A decimal string-encoded 64-bit signed integer, marking the unix timestamp in seconds. - -Note: this field accurately represents the full range of possible on-ledger values (i.e. `-2^63 <= seconds < 2^63`). - + * + * Note: this field accurately represents the full range of possible on-ledger values (i.e. `-2^63 <= seconds < 2^63`). * @type {string} * @memberof MetadataInstantValue */ diff --git a/sdk/typescript/lib/generated/models/MetadataInstantValueAllOf.ts b/sdk/typescript/lib/generated/models/MetadataInstantValueAllOf.ts index a70cee4b7..df373a7a2 100644 --- a/sdk/typescript/lib/generated/models/MetadataInstantValueAllOf.ts +++ b/sdk/typescript/lib/generated/models/MetadataInstantValueAllOf.ts @@ -21,19 +21,17 @@ import { exists, mapValues } from '../runtime'; export interface MetadataInstantValueAllOf { /** * The RFC 3339 / ISO 8601 string representation of the timestamp. Will always use "Z" (denoting UTC) and omits milliseconds. E.g.: `2023-01-26T18:30:09Z`. - -Note: This field will return clamped value if the actual on-ledger `unix_timestamp_seconds` value is outside the basic range supported by the RFC 3339 / ISO 8601 standard, -which starts at year 1583 (i.e. the beginning of the Gregorian calendar) and ends at year 9999 (inclusive). - + * + * Note: This field will return clamped value if the actual on-ledger `unix_timestamp_seconds` value is outside the basic range supported by the RFC 3339 / ISO 8601 standard, + * which starts at year 1583 (i.e. the beginning of the Gregorian calendar) and ends at year 9999 (inclusive). * @type {string} * @memberof MetadataInstantValueAllOf */ value: string; /** * A decimal string-encoded 64-bit signed integer, marking the unix timestamp in seconds. - -Note: this field accurately represents the full range of possible on-ledger values (i.e. `-2^63 <= seconds < 2^63`). - + * + * Note: this field accurately represents the full range of possible on-ledger values (i.e. `-2^63 <= seconds < 2^63`). * @type {string} * @memberof MetadataInstantValueAllOf */ diff --git a/sdk/typescript/lib/generated/models/PackageBlueprintCollectionItem.ts b/sdk/typescript/lib/generated/models/PackageBlueprintCollectionItem.ts index 54fe84b70..240e120a0 100644 --- a/sdk/typescript/lib/generated/models/PackageBlueprintCollectionItem.ts +++ b/sdk/typescript/lib/generated/models/PackageBlueprintCollectionItem.ts @@ -40,7 +40,6 @@ export interface PackageBlueprintCollectionItem { version: string; /** * This type is defined in the Core API as `BlueprintDefinition`. See the Core API documentation for more details. - * @type {object} * @memberof PackageBlueprintCollectionItem */ @@ -53,7 +52,6 @@ export interface PackageBlueprintCollectionItem { dependant_entities?: Array; /** * This type is defined in the Core API as `AuthConfig`. See the Core API documentation for more details. - * @type {object} * @memberof PackageBlueprintCollectionItem */ diff --git a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueArray.ts b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueArray.ts index f4a89c0e8..d352994cb 100644 --- a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueArray.ts +++ b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueArray.ts @@ -40,18 +40,16 @@ export interface ProgrammaticScryptoSborValueArray { kind: ProgrammaticScryptoSborValueArrayKindEnum; /** * The name of the type of this value. -This is only output when a schema is present and the type has a name. -This property is ignored when the value is used as an input to the API. - + * This is only output when a schema is present and the type has a name. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueArray */ type_name?: string | null; /** * The name of the field which hosts this value. -This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. -This property is ignored when the value is used as an input to the API. - + * This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueArray */ diff --git a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueBase.ts b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueBase.ts index e14ca6e64..15b3cb7a7 100644 --- a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueBase.ts +++ b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueBase.ts @@ -22,37 +22,36 @@ import { /** * Arbitrary SBOR value represented as programmatic JSON with optional property name annotations. - -All scalar types (`Bool`, `I*`, `U*`, `String`, `Reference`, `Own`, `Decimal`, `PreciseDecimal`, `NonFungibleLocalId`) -convey their value via `value` string property with notable exception of `Bool` type that uses regular JSON boolean type. -Numeric values as string-encoded to preserve accuracy and simplify implementation on platforms with no native support -for 64-bit long numerical values. - -Common properties represented as nullable strings: - * `type_name` is only output when a schema is present and the type has a name, - * `field_name` is only output when the value is a child of a `Tuple` or `Enum`, which has a type with named fields, - * `variant_name` is only output when a schema is present and the type is an `Enum`. - -The following is a non-normative example annotated `Tuple` value with `String` and `U32` fields: -``` -{ - "kind": "Tuple", - "type_name": "CustomStructure", - "fields": [ - { - "kind": "String", - "field_name": "favorite_color", - "value": "Blue" - }, - { - "kind": "U32", - "field_name": "usage_counter", - "value": "462231" - } - ] -} -``` - + * + * All scalar types (`Bool`, `I*`, `U*`, `String`, `Reference`, `Own`, `Decimal`, `PreciseDecimal`, `NonFungibleLocalId`) + * convey their value via `value` string property with notable exception of `Bool` type that uses regular JSON boolean type. + * Numeric values as string-encoded to preserve accuracy and simplify implementation on platforms with no native support + * for 64-bit long numerical values. + * + * Common properties represented as nullable strings: + * * `type_name` is only output when a schema is present and the type has a name, + * * `field_name` is only output when the value is a child of a `Tuple` or `Enum`, which has a type with named fields, + * * `variant_name` is only output when a schema is present and the type is an `Enum`. + * + * The following is a non-normative example annotated `Tuple` value with `String` and `U32` fields: + * ``` + * { + * "kind": "Tuple", + * "type_name": "CustomStructure", + * "fields": [ + * { + * "kind": "String", + * "field_name": "favorite_color", + * "value": "Blue" + * }, + * { + * "kind": "U32", + * "field_name": "usage_counter", + * "value": "462231" + * } + * ] + * } + * ``` * @export * @interface ProgrammaticScryptoSborValueBase */ @@ -65,18 +64,16 @@ export interface ProgrammaticScryptoSborValueBase { kind: ProgrammaticScryptoSborValueKind; /** * The name of the type of this value. -This is only output when a schema is present and the type has a name. -This property is ignored when the value is used as an input to the API. - + * This is only output when a schema is present and the type has a name. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueBase */ type_name?: string | null; /** * The name of the field which hosts this value. -This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. -This property is ignored when the value is used as an input to the API. - + * This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueBase */ diff --git a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueBool.ts b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueBool.ts index f7508bdf4..c9b9b1c48 100644 --- a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueBool.ts +++ b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueBool.ts @@ -27,18 +27,16 @@ export interface ProgrammaticScryptoSborValueBool { kind: ProgrammaticScryptoSborValueBoolKindEnum; /** * The name of the type of this value. -This is only output when a schema is present and the type has a name. -This property is ignored when the value is used as an input to the API. - + * This is only output when a schema is present and the type has a name. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueBool */ type_name?: string | null; /** * The name of the field which hosts this value. -This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. -This property is ignored when the value is used as an input to the API. - + * This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueBool */ diff --git a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueBytes.ts b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueBytes.ts index b92961b6c..7f97ca169 100644 --- a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueBytes.ts +++ b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueBytes.ts @@ -34,18 +34,16 @@ export interface ProgrammaticScryptoSborValueBytes { kind: ProgrammaticScryptoSborValueBytesKindEnum; /** * The name of the type of this value. -This is only output when a schema is present and the type has a name. -This property is ignored when the value is used as an input to the API. - + * This is only output when a schema is present and the type has a name. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueBytes */ type_name?: string | null; /** * The name of the field which hosts this value. -This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. -This property is ignored when the value is used as an input to the API. - + * This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueBytes */ diff --git a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueDecimal.ts b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueDecimal.ts index 20ecbb6c3..8704638f4 100644 --- a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueDecimal.ts +++ b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueDecimal.ts @@ -27,18 +27,16 @@ export interface ProgrammaticScryptoSborValueDecimal { kind: ProgrammaticScryptoSborValueDecimalKindEnum; /** * The name of the type of this value. -This is only output when a schema is present and the type has a name. -This property is ignored when the value is used as an input to the API. - + * This is only output when a schema is present and the type has a name. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueDecimal */ type_name?: string | null; /** * The name of the field which hosts this value. -This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. -This property is ignored when the value is used as an input to the API. - + * This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueDecimal */ diff --git a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueEnum.ts b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueEnum.ts index ad63259d6..4d16db170 100644 --- a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueEnum.ts +++ b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueEnum.ts @@ -34,18 +34,16 @@ export interface ProgrammaticScryptoSborValueEnum { kind: ProgrammaticScryptoSborValueEnumKindEnum; /** * The name of the type of this value. -This is only output when a schema is present and the type has a name. -This property is ignored when the value is used as an input to the API. - + * This is only output when a schema is present and the type has a name. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueEnum */ type_name?: string | null; /** * The name of the field which hosts this value. -This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. -This property is ignored when the value is used as an input to the API. - + * This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueEnum */ diff --git a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueI128.ts b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueI128.ts index eecffbdd9..a8f87a1ed 100644 --- a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueI128.ts +++ b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueI128.ts @@ -27,18 +27,16 @@ export interface ProgrammaticScryptoSborValueI128 { kind: ProgrammaticScryptoSborValueI128KindEnum; /** * The name of the type of this value. -This is only output when a schema is present and the type has a name. -This property is ignored when the value is used as an input to the API. - + * This is only output when a schema is present and the type has a name. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueI128 */ type_name?: string | null; /** * The name of the field which hosts this value. -This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. -This property is ignored when the value is used as an input to the API. - + * This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueI128 */ diff --git a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueI16.ts b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueI16.ts index e6817ed96..6d48aefec 100644 --- a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueI16.ts +++ b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueI16.ts @@ -27,18 +27,16 @@ export interface ProgrammaticScryptoSborValueI16 { kind: ProgrammaticScryptoSborValueI16KindEnum; /** * The name of the type of this value. -This is only output when a schema is present and the type has a name. -This property is ignored when the value is used as an input to the API. - + * This is only output when a schema is present and the type has a name. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueI16 */ type_name?: string | null; /** * The name of the field which hosts this value. -This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. -This property is ignored when the value is used as an input to the API. - + * This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueI16 */ diff --git a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueI32.ts b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueI32.ts index e4949fd27..c1bbe2d60 100644 --- a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueI32.ts +++ b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueI32.ts @@ -27,18 +27,16 @@ export interface ProgrammaticScryptoSborValueI32 { kind: ProgrammaticScryptoSborValueI32KindEnum; /** * The name of the type of this value. -This is only output when a schema is present and the type has a name. -This property is ignored when the value is used as an input to the API. - + * This is only output when a schema is present and the type has a name. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueI32 */ type_name?: string | null; /** * The name of the field which hosts this value. -This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. -This property is ignored when the value is used as an input to the API. - + * This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueI32 */ diff --git a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueI64.ts b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueI64.ts index 0d1cca445..9ec088589 100644 --- a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueI64.ts +++ b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueI64.ts @@ -27,18 +27,16 @@ export interface ProgrammaticScryptoSborValueI64 { kind: ProgrammaticScryptoSborValueI64KindEnum; /** * The name of the type of this value. -This is only output when a schema is present and the type has a name. -This property is ignored when the value is used as an input to the API. - + * This is only output when a schema is present and the type has a name. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueI64 */ type_name?: string | null; /** * The name of the field which hosts this value. -This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. -This property is ignored when the value is used as an input to the API. - + * This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueI64 */ diff --git a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueI8.ts b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueI8.ts index c1d135f91..3121d26f0 100644 --- a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueI8.ts +++ b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueI8.ts @@ -27,18 +27,16 @@ export interface ProgrammaticScryptoSborValueI8 { kind: ProgrammaticScryptoSborValueI8KindEnum; /** * The name of the type of this value. -This is only output when a schema is present and the type has a name. -This property is ignored when the value is used as an input to the API. - + * This is only output when a schema is present and the type has a name. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueI8 */ type_name?: string | null; /** * The name of the field which hosts this value. -This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. -This property is ignored when the value is used as an input to the API. - + * This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueI8 */ diff --git a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueKind.ts b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueKind.ts index b04a52c0e..0b639fa3f 100644 --- a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueKind.ts +++ b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueKind.ts @@ -15,7 +15,6 @@ /** * These are the Scrypto SBOR `ValueKind`s, but with `Bytes` added as an alias for `Vec`, to display such values as hex-encoded strings. - * @export */ export const ProgrammaticScryptoSborValueKind = { diff --git a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueMap.ts b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueMap.ts index 1707373a3..044d7e850 100644 --- a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueMap.ts +++ b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueMap.ts @@ -40,18 +40,16 @@ export interface ProgrammaticScryptoSborValueMap { kind: ProgrammaticScryptoSborValueMapKindEnum; /** * The name of the type of this value. -This is only output when a schema is present and the type has a name. -This property is ignored when the value is used as an input to the API. - + * This is only output when a schema is present and the type has a name. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueMap */ type_name?: string | null; /** * The name of the field which hosts this value. -This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. -This property is ignored when the value is used as an input to the API. - + * This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueMap */ diff --git a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueNonFungibleLocalId.ts b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueNonFungibleLocalId.ts index f82a6bf76..074c9175a 100644 --- a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueNonFungibleLocalId.ts +++ b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueNonFungibleLocalId.ts @@ -27,18 +27,16 @@ export interface ProgrammaticScryptoSborValueNonFungibleLocalId { kind: ProgrammaticScryptoSborValueNonFungibleLocalIdKindEnum; /** * The name of the type of this value. -This is only output when a schema is present and the type has a name. -This property is ignored when the value is used as an input to the API. - + * This is only output when a schema is present and the type has a name. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueNonFungibleLocalId */ type_name?: string | null; /** * The name of the field which hosts this value. -This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. -This property is ignored when the value is used as an input to the API. - + * This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueNonFungibleLocalId */ diff --git a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueOwn.ts b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueOwn.ts index 88f01939f..ca341950e 100644 --- a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueOwn.ts +++ b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueOwn.ts @@ -27,18 +27,16 @@ export interface ProgrammaticScryptoSborValueOwn { kind: ProgrammaticScryptoSborValueOwnKindEnum; /** * The name of the type of this value. -This is only output when a schema is present and the type has a name. -This property is ignored when the value is used as an input to the API. - + * This is only output when a schema is present and the type has a name. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueOwn */ type_name?: string | null; /** * The name of the field which hosts this value. -This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. -This property is ignored when the value is used as an input to the API. - + * This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueOwn */ diff --git a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValuePreciseDecimal.ts b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValuePreciseDecimal.ts index 4dadf2b06..d34187251 100644 --- a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValuePreciseDecimal.ts +++ b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValuePreciseDecimal.ts @@ -27,18 +27,16 @@ export interface ProgrammaticScryptoSborValuePreciseDecimal { kind: ProgrammaticScryptoSborValuePreciseDecimalKindEnum; /** * The name of the type of this value. -This is only output when a schema is present and the type has a name. -This property is ignored when the value is used as an input to the API. - + * This is only output when a schema is present and the type has a name. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValuePreciseDecimal */ type_name?: string | null; /** * The name of the field which hosts this value. -This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. -This property is ignored when the value is used as an input to the API. - + * This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValuePreciseDecimal */ diff --git a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueReference.ts b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueReference.ts index 28fe4b4d3..785b8f3a0 100644 --- a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueReference.ts +++ b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueReference.ts @@ -27,18 +27,16 @@ export interface ProgrammaticScryptoSborValueReference { kind: ProgrammaticScryptoSborValueReferenceKindEnum; /** * The name of the type of this value. -This is only output when a schema is present and the type has a name. -This property is ignored when the value is used as an input to the API. - + * This is only output when a schema is present and the type has a name. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueReference */ type_name?: string | null; /** * The name of the field which hosts this value. -This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. -This property is ignored when the value is used as an input to the API. - + * This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueReference */ diff --git a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueString.ts b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueString.ts index 04c5e18e3..9628ac5ad 100644 --- a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueString.ts +++ b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueString.ts @@ -27,18 +27,16 @@ export interface ProgrammaticScryptoSborValueString { kind: ProgrammaticScryptoSborValueStringKindEnum; /** * The name of the type of this value. -This is only output when a schema is present and the type has a name. -This property is ignored when the value is used as an input to the API. - + * This is only output when a schema is present and the type has a name. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueString */ type_name?: string | null; /** * The name of the field which hosts this value. -This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. -This property is ignored when the value is used as an input to the API. - + * This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueString */ diff --git a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueTuple.ts b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueTuple.ts index 38dfa4d88..4323ee7d6 100644 --- a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueTuple.ts +++ b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueTuple.ts @@ -34,18 +34,16 @@ export interface ProgrammaticScryptoSborValueTuple { kind: ProgrammaticScryptoSborValueTupleKindEnum; /** * The name of the type of this value. -This is only output when a schema is present and the type has a name. -This property is ignored when the value is used as an input to the API. - + * This is only output when a schema is present and the type has a name. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueTuple */ type_name?: string | null; /** * The name of the field which hosts this value. -This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. -This property is ignored when the value is used as an input to the API. - + * This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueTuple */ diff --git a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueU128.ts b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueU128.ts index fbd1800dd..0d0f6d371 100644 --- a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueU128.ts +++ b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueU128.ts @@ -27,18 +27,16 @@ export interface ProgrammaticScryptoSborValueU128 { kind: ProgrammaticScryptoSborValueU128KindEnum; /** * The name of the type of this value. -This is only output when a schema is present and the type has a name. -This property is ignored when the value is used as an input to the API. - + * This is only output when a schema is present and the type has a name. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueU128 */ type_name?: string | null; /** * The name of the field which hosts this value. -This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. -This property is ignored when the value is used as an input to the API. - + * This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueU128 */ diff --git a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueU16.ts b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueU16.ts index 460dbef17..a67252e07 100644 --- a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueU16.ts +++ b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueU16.ts @@ -27,18 +27,16 @@ export interface ProgrammaticScryptoSborValueU16 { kind: ProgrammaticScryptoSborValueU16KindEnum; /** * The name of the type of this value. -This is only output when a schema is present and the type has a name. -This property is ignored when the value is used as an input to the API. - + * This is only output when a schema is present and the type has a name. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueU16 */ type_name?: string | null; /** * The name of the field which hosts this value. -This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. -This property is ignored when the value is used as an input to the API. - + * This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueU16 */ diff --git a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueU32.ts b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueU32.ts index b49695630..85413b987 100644 --- a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueU32.ts +++ b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueU32.ts @@ -27,18 +27,16 @@ export interface ProgrammaticScryptoSborValueU32 { kind: ProgrammaticScryptoSborValueU32KindEnum; /** * The name of the type of this value. -This is only output when a schema is present and the type has a name. -This property is ignored when the value is used as an input to the API. - + * This is only output when a schema is present and the type has a name. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueU32 */ type_name?: string | null; /** * The name of the field which hosts this value. -This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. -This property is ignored when the value is used as an input to the API. - + * This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueU32 */ diff --git a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueU64.ts b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueU64.ts index 0363a2634..d09b6d1c5 100644 --- a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueU64.ts +++ b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueU64.ts @@ -27,18 +27,16 @@ export interface ProgrammaticScryptoSborValueU64 { kind: ProgrammaticScryptoSborValueU64KindEnum; /** * The name of the type of this value. -This is only output when a schema is present and the type has a name. -This property is ignored when the value is used as an input to the API. - + * This is only output when a schema is present and the type has a name. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueU64 */ type_name?: string | null; /** * The name of the field which hosts this value. -This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. -This property is ignored when the value is used as an input to the API. - + * This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueU64 */ diff --git a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueU8.ts b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueU8.ts index c0876bcf1..fbe5141f7 100644 --- a/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueU8.ts +++ b/sdk/typescript/lib/generated/models/ProgrammaticScryptoSborValueU8.ts @@ -27,18 +27,16 @@ export interface ProgrammaticScryptoSborValueU8 { kind: ProgrammaticScryptoSborValueU8KindEnum; /** * The name of the type of this value. -This is only output when a schema is present and the type has a name. -This property is ignored when the value is used as an input to the API. - + * This is only output when a schema is present and the type has a name. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueU8 */ type_name?: string | null; /** * The name of the field which hosts this value. -This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. -This property is ignored when the value is used as an input to the API. - + * This property is only included if this value is a child of a `Tuple` or `Enum` with named fields. + * This property is ignored when the value is used as an input to the API. * @type {string} * @memberof ProgrammaticScryptoSborValueU8 */ diff --git a/sdk/typescript/lib/generated/models/StateEntityDetailsResponseComponentDetails.ts b/sdk/typescript/lib/generated/models/StateEntityDetailsResponseComponentDetails.ts index 268cf5a2c..53b3da890 100644 --- a/sdk/typescript/lib/generated/models/StateEntityDetailsResponseComponentDetails.ts +++ b/sdk/typescript/lib/generated/models/StateEntityDetailsResponseComponentDetails.ts @@ -58,10 +58,9 @@ export interface StateEntityDetailsResponseComponentDetails { blueprint_version: string; /** * A representation of a component's inner state. If this entity is a `GenericComponent`, this field will be in a programmatic JSON -structure (you can deserialize it as a `ProgrammaticScryptoSborValue`). Otherwise, for "native" components such as `Account`, -`Validator`, `AccessController`, `OneResourcePool`, `TwoResourcePool`, and `MultiResourcePool`, this field will be a -custom JSON model defined in the Core API schema. - + * structure (you can deserialize it as a `ProgrammaticScryptoSborValue`). Otherwise, for "native" components such as `Account`, + * `Validator`, `AccessController`, `OneResourcePool`, `TwoResourcePool`, and `MultiResourcePool`, this field will be a + * custom JSON model defined in the Core API schema. * @type {object} * @memberof StateEntityDetailsResponseComponentDetails */ diff --git a/sdk/typescript/lib/generated/models/StateEntityDetailsResponseComponentDetailsAllOf.ts b/sdk/typescript/lib/generated/models/StateEntityDetailsResponseComponentDetailsAllOf.ts index bc87dfc99..58f24a148 100644 --- a/sdk/typescript/lib/generated/models/StateEntityDetailsResponseComponentDetailsAllOf.ts +++ b/sdk/typescript/lib/generated/models/StateEntityDetailsResponseComponentDetailsAllOf.ts @@ -52,10 +52,9 @@ export interface StateEntityDetailsResponseComponentDetailsAllOf { blueprint_version: string; /** * A representation of a component's inner state. If this entity is a `GenericComponent`, this field will be in a programmatic JSON -structure (you can deserialize it as a `ProgrammaticScryptoSborValue`). Otherwise, for "native" components such as `Account`, -`Validator`, `AccessController`, `OneResourcePool`, `TwoResourcePool`, and `MultiResourcePool`, this field will be a -custom JSON model defined in the Core API schema. - + * structure (you can deserialize it as a `ProgrammaticScryptoSborValue`). Otherwise, for "native" components such as `Account`, + * `Validator`, `AccessController`, `OneResourcePool`, `TwoResourcePool`, and `MultiResourcePool`, this field will be a + * custom JSON model defined in the Core API schema. * @type {object} * @memberof StateEntityDetailsResponseComponentDetailsAllOf */ diff --git a/sdk/typescript/lib/generated/models/TransactionBalanceChanges.ts b/sdk/typescript/lib/generated/models/TransactionBalanceChanges.ts index 542e7026d..e7134a07a 100644 --- a/sdk/typescript/lib/generated/models/TransactionBalanceChanges.ts +++ b/sdk/typescript/lib/generated/models/TransactionBalanceChanges.ts @@ -40,21 +40,18 @@ import { export interface TransactionBalanceChanges { /** * A list of all fee-related fungible balance changes per entity and resource. - * @type {Array} * @memberof TransactionBalanceChanges */ fungible_fee_balance_changes: Array; /** * A list of all non-fee-related fungible balance changes per entity and resource. - * @type {Array} * @memberof TransactionBalanceChanges */ fungible_balance_changes: Array; /** * A list of all non-fungible changes per entity and resource. - * @type {Array} * @memberof TransactionBalanceChanges */ diff --git a/sdk/typescript/lib/generated/models/TransactionDetailsOptIns.ts b/sdk/typescript/lib/generated/models/TransactionDetailsOptIns.ts index 718bb7eba..692cb66da 100644 --- a/sdk/typescript/lib/generated/models/TransactionDetailsOptIns.ts +++ b/sdk/typescript/lib/generated/models/TransactionDetailsOptIns.ts @@ -81,9 +81,8 @@ export interface TransactionDetailsOptIns { manifest_instructions?: boolean; /** * if set to `true`, returns the fungible and non-fungible balance changes. - -**Warning!** This opt-in might be missing for recently committed transactions, in that case a `null` value will be returned. Retry the request until non-null value is returned. - + * + * **Warning!** This opt-in might be missing for recently committed transactions, in that case a `null` value will be returned. Retry the request until non-null value is returned. * @type {boolean} * @memberof TransactionDetailsOptIns */ diff --git a/sdk/typescript/lib/generated/models/TransactionFungibleBalanceChanges.ts b/sdk/typescript/lib/generated/models/TransactionFungibleBalanceChanges.ts index 31b1b6eb9..43f70ae69 100644 --- a/sdk/typescript/lib/generated/models/TransactionFungibleBalanceChanges.ts +++ b/sdk/typescript/lib/generated/models/TransactionFungibleBalanceChanges.ts @@ -33,7 +33,6 @@ export interface TransactionFungibleBalanceChanges { resource_address: string; /** * The string-encoded decimal representing the amount of change for the fungible resource. - * @type {string} * @memberof TransactionFungibleBalanceChanges */ diff --git a/sdk/typescript/lib/generated/models/TransactionFungibleFeeBalanceChangeType.ts b/sdk/typescript/lib/generated/models/TransactionFungibleFeeBalanceChangeType.ts index 229b29690..b2ef7a232 100644 --- a/sdk/typescript/lib/generated/models/TransactionFungibleFeeBalanceChangeType.ts +++ b/sdk/typescript/lib/generated/models/TransactionFungibleFeeBalanceChangeType.ts @@ -15,13 +15,12 @@ /** * Indicates fee-related balance changes, for example: - -- payment of the fee including tip and royalty, -- distribution of royalties, -- distribution of the fee and tip to the consensus-manager, for distributing to the relevant validator/s at end of epoch. - -See https://www.radixdlt.com/blog/how-fees-work-in-babylon for further information on how fee payment works at Babylon. - + * + * - payment of the fee including tip and royalty, + * - distribution of royalties, + * - distribution of the fee and tip to the consensus-manager, for distributing to the relevant validator/s at end of epoch. + * + * See https://www.radixdlt.com/blog/how-fees-work-in-babylon for further information on how fee payment works at Babylon. * @export */ export const TransactionFungibleFeeBalanceChangeType = { diff --git a/sdk/typescript/lib/generated/models/TransactionFungibleFeeBalanceChanges.ts b/sdk/typescript/lib/generated/models/TransactionFungibleFeeBalanceChanges.ts index 0a6398203..95b0968d3 100644 --- a/sdk/typescript/lib/generated/models/TransactionFungibleFeeBalanceChanges.ts +++ b/sdk/typescript/lib/generated/models/TransactionFungibleFeeBalanceChanges.ts @@ -46,7 +46,6 @@ export interface TransactionFungibleFeeBalanceChanges { resource_address: string; /** * The string-encoded decimal representing the amount of change for the fungible resource. - * @type {string} * @memberof TransactionFungibleFeeBalanceChanges */ diff --git a/sdk/typescript/lib/generated/models/TransactionIntentStatus.ts b/sdk/typescript/lib/generated/models/TransactionIntentStatus.ts index 05686d304..aab381a23 100644 --- a/sdk/typescript/lib/generated/models/TransactionIntentStatus.ts +++ b/sdk/typescript/lib/generated/models/TransactionIntentStatus.ts @@ -15,8 +15,7 @@ /** * A more specific intent status. See the description field for further information. -Note that `CommitPendingOutcomeUnknown` can either result in `CommittedSuccess` or `CommittedFailure`. - + * Note that `CommitPendingOutcomeUnknown` can either result in `CommittedSuccess` or `CommittedFailure`. * @export */ export const TransactionIntentStatus = { diff --git a/sdk/typescript/lib/generated/models/TransactionPayloadGatewayHandlingStatus.ts b/sdk/typescript/lib/generated/models/TransactionPayloadGatewayHandlingStatus.ts index 7efedb7e3..24550b8be 100644 --- a/sdk/typescript/lib/generated/models/TransactionPayloadGatewayHandlingStatus.ts +++ b/sdk/typescript/lib/generated/models/TransactionPayloadGatewayHandlingStatus.ts @@ -15,7 +15,6 @@ /** * A status concerning the Gateway's handling status of this pending transaction. - * @export */ export const TransactionPayloadGatewayHandlingStatus = { diff --git a/sdk/typescript/lib/generated/models/TransactionPayloadStatus.ts b/sdk/typescript/lib/generated/models/TransactionPayloadStatus.ts index bec83af4c..6fb262f2c 100644 --- a/sdk/typescript/lib/generated/models/TransactionPayloadStatus.ts +++ b/sdk/typescript/lib/generated/models/TransactionPayloadStatus.ts @@ -15,7 +15,6 @@ /** * A more specific payload status. See the description field for further information. - * @export */ export const TransactionPayloadStatus = { diff --git a/sdk/typescript/lib/generated/models/TransactionPreviewResponse.ts b/sdk/typescript/lib/generated/models/TransactionPreviewResponse.ts index 3e0fa1ccc..c4297b635 100644 --- a/sdk/typescript/lib/generated/models/TransactionPreviewResponse.ts +++ b/sdk/typescript/lib/generated/models/TransactionPreviewResponse.ts @@ -34,7 +34,6 @@ export interface TransactionPreviewResponse { encoded_receipt: string; /** * This type is defined in the Core API as `TransactionReceipt`. See the Core API documentation for more details. - * @type {object} * @memberof TransactionPreviewResponse */ diff --git a/sdk/typescript/lib/generated/models/TransactionReceipt.ts b/sdk/typescript/lib/generated/models/TransactionReceipt.ts index 8821ea778..b3e76a082 100644 --- a/sdk/typescript/lib/generated/models/TransactionReceipt.ts +++ b/sdk/typescript/lib/generated/models/TransactionReceipt.ts @@ -40,7 +40,6 @@ export interface TransactionReceipt { status?: TransactionStatus; /** * This type is defined in the Core API as `FeeSummary`. See the Core API documentation for more details. - * @type {object} * @memberof TransactionReceipt */ @@ -53,37 +52,32 @@ export interface TransactionReceipt { costing_parameters?: object; /** * This type is defined in the Core API as `FeeDestination`. See the Core API documentation for more details. - * @type {object} * @memberof TransactionReceipt */ fee_destination?: object; /** * This type is defined in the Core API as `FeeSource`. See the Core API documentation for more details. - * @type {object} * @memberof TransactionReceipt */ fee_source?: object; /** * This type is defined in the Core API as `StateUpdates`. See the Core API documentation for more details. - * @type {object} * @memberof TransactionReceipt */ state_updates?: object; /** * Information (number and active validator list) about new epoch if occured. -This type is defined in the Core API as `NextEpoch`. See the Core API documentation for more details. - + * This type is defined in the Core API as `NextEpoch`. See the Core API documentation for more details. * @type {object} * @memberof TransactionReceipt */ next_epoch?: object; /** * The manifest line-by-line engine return data (only present if `status` is `CommittedSuccess`). -This type is defined in the Core API as `SborData`. See the Core API documentation for more details. - + * This type is defined in the Core API as `SborData`. See the Core API documentation for more details. * @type {object} * @memberof TransactionReceipt */ diff --git a/sdk/typescript/lib/generated/models/TransactionStatus.ts b/sdk/typescript/lib/generated/models/TransactionStatus.ts index cfc05dc70..5e3a9ee98 100644 --- a/sdk/typescript/lib/generated/models/TransactionStatus.ts +++ b/sdk/typescript/lib/generated/models/TransactionStatus.ts @@ -15,8 +15,7 @@ /** * A top-level intent status, left in for backwards compatibility. -It doesn't give much information. Rejected means PermanentRejection. - + * It doesn't give much information. Rejected means PermanentRejection. * @export */ export const TransactionStatus = { diff --git a/sdk/typescript/lib/generated/models/TransactionStatusResponse.ts b/sdk/typescript/lib/generated/models/TransactionStatusResponse.ts index ca72103bb..9f2614757 100644 --- a/sdk/typescript/lib/generated/models/TransactionStatusResponse.ts +++ b/sdk/typescript/lib/generated/models/TransactionStatusResponse.ts @@ -64,7 +64,6 @@ export interface TransactionStatusResponse { intent_status: TransactionIntentStatus; /** * An additional description to clarify the intent status. - * @type {string} * @memberof TransactionStatusResponse */ @@ -77,7 +76,6 @@ export interface TransactionStatusResponse { known_payloads: Array; /** * If the intent was committed, this gives the state version when this intent was committed. - * @type {number} * @memberof TransactionStatusResponse */ @@ -90,10 +88,9 @@ export interface TransactionStatusResponse { permanently_rejects_at_epoch?: number | null; /** * The most relevant error message received, due to a rejection or commit as failure. -Please note that presence of an error message doesn't imply that the intent -will definitely reject or fail. This could represent a temporary error (such as out -of fees), or an error with a payload which doesn't end up being committed. - + * Please note that presence of an error message doesn't imply that the intent + * will definitely reject or fail. This could represent a temporary error (such as out + * of fees), or an error with a payload which doesn't end up being committed. * @type {string} * @memberof TransactionStatusResponse */ diff --git a/sdk/typescript/lib/generated/models/TransactionStatusResponseAllOf.ts b/sdk/typescript/lib/generated/models/TransactionStatusResponseAllOf.ts index b8b2a91a4..abb09dc37 100644 --- a/sdk/typescript/lib/generated/models/TransactionStatusResponseAllOf.ts +++ b/sdk/typescript/lib/generated/models/TransactionStatusResponseAllOf.ts @@ -52,7 +52,6 @@ export interface TransactionStatusResponseAllOf { intent_status: TransactionIntentStatus; /** * An additional description to clarify the intent status. - * @type {string} * @memberof TransactionStatusResponseAllOf */ @@ -65,7 +64,6 @@ export interface TransactionStatusResponseAllOf { known_payloads: Array; /** * If the intent was committed, this gives the state version when this intent was committed. - * @type {number} * @memberof TransactionStatusResponseAllOf */ @@ -78,10 +76,9 @@ export interface TransactionStatusResponseAllOf { permanently_rejects_at_epoch?: number | null; /** * The most relevant error message received, due to a rejection or commit as failure. -Please note that presence of an error message doesn't imply that the intent -will definitely reject or fail. This could represent a temporary error (such as out -of fees), or an error with a payload which doesn't end up being committed. - + * Please note that presence of an error message doesn't imply that the intent + * will definitely reject or fail. This could represent a temporary error (such as out + * of fees), or an error with a payload which doesn't end up being committed. * @type {string} * @memberof TransactionStatusResponseAllOf */ diff --git a/sdk/typescript/lib/generated/models/TransactionStatusResponseKnownPayloadItem.ts b/sdk/typescript/lib/generated/models/TransactionStatusResponseKnownPayloadItem.ts index 6f3857a50..61106c423 100644 --- a/sdk/typescript/lib/generated/models/TransactionStatusResponseKnownPayloadItem.ts +++ b/sdk/typescript/lib/generated/models/TransactionStatusResponseKnownPayloadItem.ts @@ -58,33 +58,30 @@ export interface TransactionStatusResponseKnownPayloadItem { payload_status?: TransactionPayloadStatus; /** * An additional description to clarify the payload status. - * @type {string} * @memberof TransactionStatusResponseKnownPayloadItem */ payload_status_description?: string; /** * The initial error message received for a rejection or failure during transaction execution. -This will typically be the useful error message, explaining the root cause of the issue. -Please note that presence of an error message doesn't imply that this payload -will definitely reject or fail. This could represent an error during a temporary -rejection (such as out of fees) which then gets resolved (e.g. by depositing money -to pay the fee), allowing the transaction to be committed. - + * This will typically be the useful error message, explaining the root cause of the issue. + * Please note that presence of an error message doesn't imply that this payload + * will definitely reject or fail. This could represent an error during a temporary + * rejection (such as out of fees) which then gets resolved (e.g. by depositing money + * to pay the fee), allowing the transaction to be committed. * @type {string} * @memberof TransactionStatusResponseKnownPayloadItem */ error_message?: string | null; /** * The latest error message received for a rejection or failure during transaction execution, -this is only returned if it is different from the initial error message. -This is more current than the initial error message, but may be less useful, as it could -be a message regarding the expiry of the transaction at the end of its epoch validity window. -Please note that presence of an error message doesn't imply that this payload -will definitely reject or fail. This could represent an error during a temporary -rejection (such as out of fees) which then gets resolved (e.g. by depositing money -to pay the fee), allowing the transaction to be committed. - + * this is only returned if it is different from the initial error message. + * This is more current than the initial error message, but may be less useful, as it could + * be a message regarding the expiry of the transaction at the end of its epoch validity window. + * Please note that presence of an error message doesn't imply that this payload + * will definitely reject or fail. This could represent an error during a temporary + * rejection (such as out of fees) which then gets resolved (e.g. by depositing money + * to pay the fee), allowing the transaction to be committed. * @type {string} * @memberof TransactionStatusResponseKnownPayloadItem */ @@ -97,16 +94,14 @@ to pay the fee), allowing the transaction to be committed. handling_status?: TransactionPayloadGatewayHandlingStatus; /** * Additional reason for why the Gateway has its current handling status. - * @type {string} * @memberof TransactionStatusResponseKnownPayloadItem */ handling_status_reason?: string | null; /** * The most recent error message received when submitting this transaction to the network. -Please note that the presence of an error message doesn't imply that this transaction -payload will definitely reject or fail. This could be a transient error. - + * Please note that the presence of an error message doesn't imply that this transaction + * payload will definitely reject or fail. This could be a transient error. * @type {string} * @memberof TransactionStatusResponseKnownPayloadItem */ diff --git a/sdk/typescript/lib/generated/models/ValidatorCollectionItem.ts b/sdk/typescript/lib/generated/models/ValidatorCollectionItem.ts index d12bad20b..a3d0a29d0 100644 --- a/sdk/typescript/lib/generated/models/ValidatorCollectionItem.ts +++ b/sdk/typescript/lib/generated/models/ValidatorCollectionItem.ts @@ -76,8 +76,7 @@ export interface ValidatorCollectionItem { pending_owner_stake_unit_unlock_vault: ValidatorVaultItem; /** * Validator inner state representation. -This type is defined in the Core API as `ValidatorFieldStateValue`. See the Core API documentation for more details. - + * This type is defined in the Core API as `ValidatorFieldStateValue`. See the Core API documentation for more details. * @type {object} * @memberof ValidatorCollectionItem */ diff --git a/sdk/typescript/lib/generated/models/ValidatorsUptimeRequest.ts b/sdk/typescript/lib/generated/models/ValidatorsUptimeRequest.ts index 8d328d4e2..a2a9c3a8f 100644 --- a/sdk/typescript/lib/generated/models/ValidatorsUptimeRequest.ts +++ b/sdk/typescript/lib/generated/models/ValidatorsUptimeRequest.ts @@ -22,8 +22,7 @@ import { /** * For `at_ledger_state` and `from_ledger_state` you can use one of `state_version`, `epoch`, `epoch` and `round`, or `timestamp`, but then ongoing epoch will be selected and used for querying data. -i.e for request with `{ "from_state_version" = { "state_version" = 100 }, "at_state_version" = { "state_version" = 300} }` gateway api will check in which epoch transactions with state version 100 and 300 were and then use that as inclusive boundary for request. - + * i.e for request with `{ "from_state_version" = { "state_version" = 100 }, "at_state_version" = { "state_version" = 300} }` gateway api will check in which epoch transactions with state version 100 and 300 were and then use that as inclusive boundary for request. * @export * @interface ValidatorsUptimeRequest */